/* DAT One Custom Load Board Styles - v1.3.0 Official Parity */
@font-face {
    font-family: 'Sequel Sans';
    src: url('/fonts/sequel-sans-book-body-text.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Sequel Sans';
    src: url('/fonts/sequel-sans-medium-headline.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Sequel Sans';
    src: url('/fonts/sequel-sans-semi-bold-headline.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sequel Sans';
    src: url('/fonts/sequel-sans-bold-body-text.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Sequel Sans';
    src: url('/fonts/sequel-sans-black-headline.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Material Icons';
    src: url('/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Material Icons Outlined';
    src: url('/fonts/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

:root {
    /* DAT Official Light Theme */
    --bg-primary: #FFFFFF;
    --bg-secondary: #F5F7FA;
    --bg-card: #FFFFFF;
    --bg-card-hover: #F0F2F5;
    --border-color: #E0E4EA;
    --border-light: #E9ECF1;
    
    --accent-blue: #0046E0;
    --accent-cyan: #0046E0;
    --accent-emerald: #059669;
    --accent-green: #16a34a;
    --accent-amber: #d97706;
    --accent-red: #E10600;
    --accent-red-light: #FF9C99;
    --accent-red-dark: #7A0400;
    
    --text-main: #192129;
    --text-muted: #64748B;
    --text-dim: #9CA5AF;
    --text-secondary: #7B8793;
    
    --font-sans: 'Sequel Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'Inter', monospace;

    --factoring-filter: none;
}

body.dark-theme {
    --bg-primary: #192129;
    --bg-secondary: #1e2830;
    --bg-card: #232d37;
    --bg-card-hover: #2a3642;
    --border-color: #2e3840;
    --border-light: #384450;
    
    --accent-blue: #3b7cf5;
    --accent-cyan: #3b7cf5;
    --accent-emerald: #10b981;
    --accent-green: #22c55e;
    --accent-amber: #f59e0b;
    --accent-red: #E10600;
    --accent-red-light: #FF9C99;
    --accent-red-dark: #7A0400;
    
    --text-main: #FFFFFF;
    --text-muted: #9CA5AF;
    --text-dim: #7B8793;
    --text-secondary: #636D79;

    --factoring-filter: invert(1);
}

/* Dark theme overrides for hardcoded light-theme colors */
body.dark-theme .tabs-bar,
body.dark-theme .tab-item {
    background: var(--bg-secondary);
}
body.dark-theme .tab-item:hover {
    background: var(--bg-card-hover);
}
body.dark-theme .tab-item.active {
    background: var(--bg-secondary);
    border-bottom-color: var(--accent-blue);
}
body.dark-theme .search-panel {
    background: var(--bg-secondary);
    border-color: var(--border-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

body.dark-theme .field-box {
    background: var(--bg-card);
    border-color: #384450;
}

body.dark-theme .input-connected-group .field-box {
    background: var(--bg-card);
    border-color: #384450;
}



body.dark-theme .floating-label {
    background: var(--bg-card);
    color: var(--text-muted);
}

body.dark-theme .compact-input,
body.dark-theme .compact-select,
body.dark-theme .date-sub-input {
    color: var(--text-main);
    background: transparent;
}

body.dark-theme .compact-select option {
    background: var(--bg-card);
    color: var(--text-main);
}

body.dark-theme .vertical-divider {
    background-color: #384450;
}

body.dark-theme .swap-locations-btn {
    color: var(--accent-blue);
}

body.dark-theme .swap-locations-btn svg path {
    stroke: var(--accent-blue);
}

body.dark-theme .chip-btn,
body.dark-theme .chip-select {
    background: var(--bg-card);
    border-color: var(--border-light);
    color: var(--text-main);
}

body.dark-theme .chip-btn:hover,
body.dark-theme .chip-select:hover {
    border-color: var(--accent-blue);
    color: var(--accent-blue);
    background: var(--bg-card-hover);
}

body.dark-theme .chip-btn.active {
    background: rgba(59, 124, 245, 0.15);
    border-color: var(--accent-blue);
    color: var(--accent-blue);
}

body.dark-theme .search-btn-official {
    background: var(--border-color);
    color: var(--text-dim);
    border-color: var(--border-light);
}

body.dark-theme .search-btn-official.ready {
    background: var(--accent-blue);
    color: #ffffff;
    border-color: var(--accent-blue);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-color: var(--bg-primary);
    height: 100%;
}

body {
    font-family: var(--font-sans);
    background-color: var(--bg-primary);
    color: var(--text-main);
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   APP LAYOUT & SIDEBAR - Official DAT Style
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.app-layout {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.sidebar {
    width: 205px;
    background-color: #1a222b;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-family: var(--font-sans);
    border-right: 1px solid #232d37;
}

.sidebar-logo {
    padding: 24px 12px 24px 12px;
    display: flex;
    flex-direction: column;
}

.dat-logo-box span {
    background-color: #0052FF;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 11px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.one-logo-box {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 20px;
    padding: 2px 6px;
    display: inline-block;
    align-self: flex-start;
    line-height: 1;
    margin-bottom: 2px;
}

.freight-text {
    font-size: 11px;
    font-weight: 700;
    color: #FFFFFF;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}

.sidebar-spacer {
    flex: 1;
}

.sidebar-nav.bottom-nav {
    margin-bottom: 0px;
}

.nav-item {
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: rgb(233, 236, 241);
    text-decoration: none;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    transition: background 0.2s, color 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-item svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    flex-shrink: 0;
}

.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: #FFFFFF;
}

.nav-item.active {
    background-color: #28323c;
    color: #FFFFFF;
}

.nav-item.has-dropdown {
    justify-content: space-between;
}

.nav-item-content {
    display: flex;
    align-items: center;
}

.chevron {
    width: 14px !important;
    height: 14px !important;
    margin-right: 0 !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TOP NAVBAR - Official DAT Style
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.top-nav {
    display: none;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--text-main);
}

.nav-status {
    display: flex;
    align-items: center;
    gap: 12px;
}

.status-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
}

.status-pill.online {
    border-color: rgba(5, 150, 105, 0.4);
    color: var(--accent-emerald);
}

.status-pill.offline {
    border-color: rgba(225, 6, 0, 0.4);
    color: var(--accent-red);
}

.pulse-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

/* Official DAT One Search Tabs Container & Arrow Pagination Wrapper */
.tabs-bar-wrapper {
    display: flex;
    align-items: center;
    background: #E9ECF1;
    padding: 0;
    height: 48px;
    position: relative;
    border-bottom: 1px solid #CBD5E1;
    width: 100%;
    box-sizing: border-box;
}

body.dark-theme .tabs-bar-wrapper {
    background: #0F172A;
    border-bottom-color: #334155;
}

.tabs-scroll-container {
    display: flex;
    flex: 1 1 auto;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    height: 48px;
}

.tabs-scroll-container::-webkit-scrollbar {
    display: none;
}

.tabs-bar {
    display: flex;
    align-items: stretch;
    padding: 0;
    height: 48px;
    position: relative;
    white-space: nowrap;
}

.tab-scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 48px;
    background: #FFFFFF;
    border: none;
    color: #192129;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 10;
    transition: background 0.15s ease, opacity 0.15s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

body.dark-theme .tab-scroll-btn {
    background: #1E293B;
    color: #F1F5F9;
}

.tab-scroll-btn:hover:not([disabled]) {
    background: #EDF4FE;
    color: #0046E0;
}

.tab-scroll-btn[disabled] {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.tab-scroll-left {
    border-right: 1px solid #CBD5E1;
}

.tab-scroll-right {
    border-left: 1px solid #CBD5E1;
    border-right: 1px solid #CBD5E1;
    margin-right: 0;
}

.tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    min-width: 340px;
    max-width: 480px;
    background: #E2E8F0;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: var(--text-main);
    cursor: pointer;
    transition: all 0.15s;
    height: 48px;
    box-sizing: border-box;
    position: relative;
    user-select: none;
}

body.dark-theme .tab-item {
    background: #1E293B;
    color: #94A3B8;
}

.tab-item:hover {
    background: #EDF2F7;
}

body.dark-theme .tab-item:hover {
    background: #334155;
}

.tab-item.active {
    background: #FFFFFF;
    color: #0F172A;
    border-bottom: none;
}

.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #9FBBF7 0%, #0046E0 100%);
    border-radius: 2px 2px 0 0;
    z-index: 10;
}

body.dark-theme .tab-item.active {
    background: #1E293B;
    color: #F8FAFC;
}

/* Route Visual Vertical 2-Point Icon */
.tab-route-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* 2-Line Stacked Title Layout (Origin on Top, Destination on Bottom) */
.tab-title-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    flex: 1;
    overflow: hidden;
}

.tab-origin-text {
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #0F172A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-new-search-text,
.tab-item:not(.searched) .tab-origin-text {
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.992px;
    color: rgb(25, 33, 41);
}

.tab-dest-text {
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.96px;
    color: rgb(25, 33, 41);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.dark-theme .tab-origin-text { color: #F8FAFC; }
body.dark-theme .tab-new-search-text,
body.dark-theme .tab-item:not(.searched) .tab-origin-text { color: #F8FAFC; }
body.dark-theme .tab-dest-text { color: #94A3B8; }

.tab-controls-right {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    margin-left: auto;
}

/* Official DAT One Tab Bell Sound Alert Toggle Button */
.tab-sound-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748B;
    transition: color 0.15s, transform 0.15s;
    padding: 2px;
    flex-shrink: 0;
}

.tab-sound-btn:hover {
    color: #0052FF;
    transform: scale(1.1);
}

.tab-sound-btn.enabled {
    color: #0052FF;
}

body.dark-theme .tab-sound-btn.enabled {
    color: #60A5FA;
}

.tab-sound-btn.disabled {
    color: #94A3B8;
    opacity: 0.7;
}

/* Official DAT One Green New Load Count Badge (Inline Aligned) */
.tab-new-badge {
    background: rgb(0, 186, 0);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 186, 0, 0.4);
    line-height: 1.2;
    flex-shrink: 0;
    margin: 0 0 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 20px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    animation: popBadge 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-new-badge:hover {
    background: rgb(0, 155, 0);
    transform: scale(1.06);
    box-shadow: 0 2px 6px rgba(0, 186, 0, 0.6);
}

.tab-new-badge:active {
    transform: scale(0.96);
}

@keyframes popBadge {
    0% { transform: translateY(-3px) scale(0.5); opacity: 0; }
    100% { transform: translateY(-3px) scale(1); opacity: 1; }
}

.tab-close {
    font-size: 28px;
    color: #94A3B8;
    border: none;
    background: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s, background 0.15s;
}

.tab-close:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #0F172A;
}

body.dark-theme .tab-close:hover {
    color: #FFFFFF;
}

.tab-bell-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #636d79;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease;
}

.tab-bell-btn:hover {
    background: rgba(0, 70, 224, 0.08);
    color: #0046e0;
}

.tab-bell-btn.active {
    color: #0046e0;
}

.tab-bell-btn.muted {
    color: #94a3b8;
}

/* Official DAT One Royal Blue Square Plus Button matching screenshot */
.new-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    background: #0046e0 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
    margin-left: 12px;
    margin-right: 12px;
    align-self: center;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s ease, transform 0.1s ease;
    box-shadow: 0 1px 3px rgba(0, 70, 224, 0.3);
}

.new-tab-btn:hover {
    background: #0036b8 !important;
    transform: scale(1.04);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SEARCH PANEL - Official DAT One Desktop Card & Single-Row Layout
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.search-panel {
    background: #F6F7F9;
    padding: 12px 16px 10px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    margin: 8px 15px 8px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1000 !important;
    overflow: visible;
    max-width: calc(100% - 30px);
}

.search-panel:focus-within {
    z-index: 2000 !important;
}

.search-form-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    row-gap: 8px;
    width: 100%;
    overflow: visible;
    padding-top: 10px;
    margin-top: -6px;
    position: relative;
    z-index: 20;
}

.input-connected-group {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    transition: none;
    position: relative;
    z-index: 30;
    overflow: visible;
    gap: 6px;
}

.field-group-orig { flex: 1 1 135px; min-width: 110px; }
.field-group-dest { flex: 1 1 135px; min-width: 110px; }

.vertical-divider {
    width: 1px;
    height: 36px;
    background-color: #9FBBF7;
    margin: 0 4px;
    flex-shrink: 0;
}

.field-box {
    position: relative;
    border: 1px solid #9CA5AF;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 0 8px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: border-color 0.15s;
}



.field-box:focus-within {
    border-color: var(--accent-blue);
    box-shadow: none;
    z-index: 1;
}

.field-origin { flex: 1; min-width: 0; }
.field-dho { width: 52px; flex-shrink: 0; min-width: 48px; }
.field-dest { flex: 1; min-width: 0; }
.field-dhd { width: 52px; flex-shrink: 0; min-width: 48px; }
.field-equip { flex: 1 1 160px; min-width: 140px; max-width: 220px; margin-left: 0; }
.field-type { flex: 1 1 110px; min-width: 95px; max-width: 150px; margin-right: 0; }
.field-length { flex: 0 1 115px; min-width: 100px; }
.field-weight { flex: 0 1 120px; min-width: 105px; }
.field-date {
    flex: 1 1 190px;
    min-width: 175px;
    max-width: 230px;
    position: relative;
    cursor: pointer;
}

.daterange-input-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 100%;
    cursor: pointer;
}

.date-sub-input {
    width: 62px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
}

.date-separator {
    color: var(--text-muted);
    font-weight: 600;
    user-select: none;
}

.calendar-toggle-btn {
    border: none;
    background: transparent;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    cursor: pointer;
    margin-left: auto;
    transition: color 0.15s;
}

.calendar-toggle-btn:hover {
    color: var(--accent-blue);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OFFICIAL DAT ONE DATEPICKER CALENDAR POPUP
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.dat-datepicker-popup {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1050;
    width: 300px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 14px;
    color: var(--text-main);
    user-select: none;
    animation: fadeInCal 0.15s ease-out;
}

@keyframes fadeInCal {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.mat-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mat-calendar-controls {
    display: flex;
    align-items: center;
    width: 100%;
}

.cal-period-button {
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
}

.cal-period-button:hover {
    background: var(--bg-secondary);
}

.cal-spacer {
    flex: 1;
}

.cal-nav-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-main);
    transition: background 0.15s;
}

.cal-nav-btn:hover {
    background: var(--bg-secondary);
}

.cal-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.cal-days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    row-gap: 2px;
    column-gap: 0;
}

.cal-day-cell {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.cal-day-cell.empty {
    cursor: default;
    pointer-events: none;
}

.cal-day-cell.disabled {
    color: var(--text-dim);
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.cal-day-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    z-index: 2;
}

.cal-day-cell.today .cal-day-num {
    border: 1px solid var(--accent-blue);
    font-weight: 700;
}

.cal-day-cell:hover:not(.disabled):not(.empty) .cal-day-num {
    background: rgba(0, 70, 224, 0.12);
}

.cal-day-cell.selected .cal-day-num,
.cal-day-cell.range-start .cal-day-num,
.cal-day-cell.range-end .cal-day-num {
    background: var(--accent-blue) !important;
    color: #ffffff !important;
    font-weight: 700;
}

.cal-day-cell.in-range {
    background: rgba(0, 70, 224, 0.12);
}

.cal-day-cell.range-start {
    background: linear-gradient(to right, transparent 50%, rgba(0, 70, 224, 0.12) 50%);
}

.cal-day-cell.range-end {
    background: linear-gradient(to left, transparent 50%, rgba(0, 70, 224, 0.12) 50%);
}

.cal-day-cell.range-start.range-end {
    background: transparent !important;
}

.cal-presets-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    border-top: 1px solid var(--border-color);
    margin-top: 12px;
    padding-top: 10px;
}

.cal-preset-btn {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: var(--bg-secondary);
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.15s;
}

.cal-preset-btn:hover {
    background: var(--bg-card);
    color: var(--text-main);
    border-color: var(--accent-blue);
}

.cal-preset-btn.active {
    background: var(--accent-blue);
    color: #ffffff;
    border-color: var(--accent-blue);
}


.floating-label {
    position: absolute;
    top: -7px;
    left: 8px;
    font-size: 10px;
    font-weight: 500;
    color: #636D79;
    letter-spacing: 0.2px;
    margin: 0;
    padding: 0 4px;
    line-height: 1.1;
    white-space: nowrap;
    background: #FFFFFF;
    z-index: 1;
}

/* Animated Floating Label Variant */
.field-box.animated-label .floating-label {
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-dim);
    background: transparent;
    transition: all 0.2s ease;
    pointer-events: none;
}

.field-box.animated-label:focus-within .floating-label,
.field-box.animated-label.has-value .floating-label {
    top: -7px;
    transform: translateY(0);
    font-size: 10px;
    font-weight: 500;
    color: #636D79;
    background: #FFFFFF;
}

body.dark-theme .field-box.animated-label:focus-within .floating-label,
body.dark-theme .field-box.animated-label.has-value .floating-label {
    background: var(--bg-card);
}

.field-box.animated-label:not(:focus-within) input::placeholder {
    color: transparent;
}

.compact-input {
    border: none;
    outline: none;
    background: transparent;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.75px;
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    width: 100%;
    height: 100%;
}

body.dark-theme .compact-input {
    color: #f8fafc;
}

.compact-input::placeholder {
    color: var(--text-dim);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   AUTOCOMPLETE DROPDOWN (DAT One Location Suggestions)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.field-origin, .field-dest {
    position: relative;
    overflow: visible !important;
    z-index: 1500 !important;
}

.autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: max(100%, 380px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    z-index: 999999 !important;
    max-height: 360px;
    overflow-y: auto;
    display: none;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OFFICIAL DAT INITIAL LOCATION FOCUS POPUP
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.initial-location-menu {
    padding: 14px 16px 8px 16px;
    color: #192129;
}

.menu-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.menu-item-header p {
    font-size: 12px;
    line-height: 1.4;
    color: #192129;
    font-weight: 400;
    margin: 0;
}

.zip-zones-btn {
    background: none;
    border: none;
    color: #0046E0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
}

.zip-zones-btn:hover {
    text-decoration: underline;
}

.location-menu-examples ul {
    list-style: disc;
    padding-left: 16px;
    margin: 0 0 12px 0;
}

.location-menu-examples li {
    font-size: 11px;
    color: #636D79;
    margin-bottom: 4px;
    line-height: 1.4;
}

.location-menu-examples .example {
    color: #475569;
    font-weight: 600;
}

.menu-divider {
    height: 1px;
    background-color: #E2E8F0;
    margin: 10px -16px 8px -16px;
}

.recent-search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    margin: 0 -16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #1E293B;
    transition: background 0.1s;
}

.recent-search-item:hover,
.recent-search-item.active {
    background: #F0F4FF;
    color: #0046E0;
}

.recent-search-item .history-icon {
    flex-shrink: 0;
    color: #636D79;
}

.recent-search-item .arrow-icon {
    flex-shrink: 0;
    color: #94A3B8;
}

.recent-search-item .location-orig,
.recent-search-item .location-dest {
    font-size: 13px;
    font-weight: 600;
}

.field-box.invalid {
    border-color: #D32F2F !important;
    box-shadow: 0 0 0 1px #D32F2F !important;
}

.field-box.invalid .floating-label {
    color: #D32F2F !important;
}

@keyframes shakeField {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}

.field-box.shake-anim {
    animation: shakeField 0.35s ease-in-out;
}

.autocomplete-item {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1E293B;
    cursor: pointer;
    border-bottom: none;
    transition: background 0.12s ease;
}

body.dark-theme .autocomplete-item {
    color: #E2E8F0;
}

.autocomplete-item.active,
.autocomplete-item:hover {
    background: #EBF3FE;
    color: #1E293B;
    font-weight: 400;
}

body.dark-theme .autocomplete-item.active,
body.dark-theme .autocomplete-item:hover {
    background: #1E3A8A;
    color: #F1F5F9;
}

/* Uniform Official DAT One Item Styling for All Suggestions */

.dho-input, .dhd-input {
    text-align: center;
    font-weight: 400;
    -moz-appearance: textfield;
}

/* Hide number input spinners */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.compact-select {
    border: none;
    outline: none;
    background: transparent;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.75px;
    color: rgba(0, 0, 0, 0.87);
    padding: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

body.dark-theme .compact-select {
    color: #f8fafc;
}

.swap-locations-btn {
    background: transparent;
    border: none;
    border-radius: 0;
    width: 28px;
    height: 36px;
    font-size: 16px;
    color: var(--accent-blue);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.15s;
    margin: 0 2px;
}

.swap-locations-btn:hover {
    background: rgba(0, 70, 224, 0.08);
}

.search-btn-official {
    background: #E2E8F0;
    color: #94A3B8;
    border: 1px solid #CBD5E1;
    border-radius: 99px;
    height: 42px;
    padding: 7px 24px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    cursor: not-allowed;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    transition: all 0.15s;
    min-width: 120px;
}

.search-btn-official.ready {
    background: var(--accent-blue);
    color: #ffffff;
    border-color: var(--accent-blue);
    cursor: pointer;
    pointer-events: auto;
}

.search-btn-official.ready:hover {
    background: #0036B8;
}

.more-options-btn {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    padding: 0 4px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.more-options-btn:hover {
    color: var(--text-main);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   AUTOCOMPLETE DROPDOWN ITEM STYLES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Official DAT One Autocomplete Item Styles handled above */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FILTER PILLS SUB-ROW - Official DAT One Desktop
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px 12px 15px;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
    border-top: none;
}

.filter-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.chip-btn {
    background: #F4F5F7;
    border: 1px solid transparent;
    color: rgb(10, 13, 16);
    padding: 0 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1.5px;
    height: 28px;
    cursor: pointer;
    transition: all 0.15s;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.chip-btn:hover {
    background: #E9EBEE;
}

.chip-btn.active-filter {
    background: #212121 !important;
    color: #ffffff !important;
}

.chip-select-wrapper {
    position: relative;
    display: inline-block;
}

.chip-select {
    background: #F4F5F7;
    border: 1px solid transparent;
    color: rgb(10, 13, 16);
    padding: 0 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1.5px;
    height: 28px;
    cursor: pointer;
    transition: all 0.15s;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.chip-select:hover, .chip-select:focus {
    background: #E9EBEE;
}

/* Filter Row Right Side - Zoom Widget, Status Dot & Theme Toggle */
.zoom-widget {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 4px;
    height: 26px;
    padding: 0 4px;
    gap: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    user-select: none;
}

body.dark-theme .zoom-widget {
    background: #1E293B;
    border-color: #334155;
}

.zoom-btn {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: none;
    background: transparent;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease;
}

body.dark-theme .zoom-btn {
    color: #94A3B8;
}

.zoom-btn:hover {
    background: #EDF4FE;
    color: #0046E0;
}

body.dark-theme .zoom-btn:hover {
    background: #334155;
    color: #60A5FA;
}

.zoom-level-text {
    font-size: 11px;
    font-weight: 700;
    color: #0046E0;
    min-width: 36px;
    text-align: center;
    cursor: pointer;
    padding: 2px 3px;
    border-radius: 3px;
    transition: background 0.15s, color 0.15s;
}

body.dark-theme .zoom-level-text {
    color: #60A5FA;
}

.zoom-level-text:hover {
    background: #EDF4FE;
}

body.dark-theme .zoom-level-text:hover {
    background: #334155;
}

.filter-row-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.status-dot-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #94A3B8;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
}

.status-dot-indicator.online {
    background: #059669;
    box-shadow: 0 0 6px rgba(5, 150, 105, 0.5);
    animation: statusPulse 2s infinite;
}

.status-dot-indicator.checking {
    background: #D97706;
    box-shadow: 0 0 6px rgba(217, 119, 6, 0.5);
    animation: statusPulse 1s infinite;
}

.status-dot-indicator.offline {
    background: #DC2626;
    box-shadow: 0 0 6px rgba(220, 38, 38, 0.4);
}

@keyframes statusPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.theme-icon-btn {
    background: #F6F7F9;
    border: 1px solid #E9ECF1;
    border-radius: 4px;
    color: #636D79;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.15s;
    padding: 0 8px;
    flex-shrink: 0;
    font-family: inherit;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
}

.theme-icon-svg {
    flex-shrink: 0;
}

.theme-label {
    white-space: nowrap;
}

.theme-icon-btn:hover {
    border-color: #6366F1;
    color: #6366F1;
    background: #F0F0FF;
}

body.dark-theme .theme-icon-btn {
    background: #1E2830;
    border-color: #334155;
    color: #F59E0B;
}

body.dark-theme .theme-icon-btn:hover {
    border-color: #F59E0B;
    background: rgba(245, 158, 11, 0.1);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SEARCH PROGRESS BAR & DIVIDER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.filter-divider-container {
    position: relative;
    margin: 6px 15px 10px 15px;
    height: 5px;
}

.filter-bottom-divider {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E2E8F0;
}

.search-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: transparent;
    overflow: hidden;
    border-radius: 3px;
    transition: background 0.15s;
}

.search-progress-bar.active {
    background: #E2E8F0;
}

.search-progress-bar .progress-bar-value {
    display: none;
    position: absolute;
    height: 100%;
    background: #0046E0;
    border-radius: 3px;
}

.search-progress-bar.active .progress-bar-value {
    display: block;
    animation: indeterminateProgress 1.4s infinite ease-in-out;
}

@keyframes indeterminateProgress {
    0% {
        left: -35%;
        width: 35%;
    }
    60% {
        left: 100%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NEW TAB INITIAL EMPTY STATE (Official DAT One)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.new-tab-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 60px;
}

.empty-state-subtabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 160px;
    width: 100%;
    border-bottom: none;
    margin-bottom: 45px;
    position: relative;
}

.empty-subtab-btn {
    background: none;
    border: none;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.992px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    padding: 8px 24px;
    position: relative;
    transition: all 0.15s;
}

.empty-subtab-btn:hover {
    color: rgba(0, 0, 0, 0.87);
}

.empty-subtab-btn.active {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
}

.empty-subtab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #9FBBF7 0%, #0046E0 100%);
    border-radius: 2px;
}

.empty-list-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.message-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
}

.message-title {
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    color: #192129;
    margin: 0 auto 24px auto;
    max-width: 100%;
    text-align: center;
    letter-spacing: -0.5px;
}

.image-container {
    margin: 36px 0;
    display: flex;
    justify-content: center;
}

.image-container img {
    width: 490px;
    height: auto;
    object-fit: contain;
}

.info-container {
    font-size: 17px;
    font-weight: 400;
    color: #4b5563;
    max-width: 500px;
    line-height: 1.6;
    text-align: center;
    font-family: system-ui, -apple-system, sans-serif;
}

.message-click {
    font-weight: 700;
    color: #192129;
}

/* Dark Mode Overrides for New Tab Empty State */
body.dark-theme .new-tab-empty-state {
    background: var(--bg-primary);
}

body.dark-theme .empty-subtab-btn {
    color: var(--text-muted);
}

body.dark-theme .empty-subtab-btn:hover,
body.dark-theme .empty-subtab-btn.active {
    color: var(--text-main);
}

body.dark-theme .empty-subtab-btn.active::after {
    background: linear-gradient(90deg, #3b7cf5 0%, #60A5FA 100%);
}

body.dark-theme .message-title {
    color: var(--text-main);
}

body.dark-theme .info-container {
    color: var(--text-muted);
}

body.dark-theme .message-click {
    color: var(--accent-blue);
}

body.dark-theme .image-container img {
    filter: brightness(0.85) contrast(1.1);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESULTS TOOLBAR - Exact DAT One Desktop
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 8px 20px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border-color);
    flex-wrap: wrap;
    gap: 16px;
}

.results-count-group {
    display: flex;
    align-items: center;
}

.results-title-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.results-count-main {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.similar-count-text {
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
    text-align: left;
    user-select: none;
}

.sort-dropdown-group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 28px;
}

.sort-label {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 400;
}

.sort-trigger-btn {
    background: transparent;
    border: none;
    color: #0046E0;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    padding: 3px 6px;
    border-radius: 4px;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.15s ease, color 0.15s ease;
}

body.dark-theme .sort-trigger-btn {
    color: #60A5FA;
}

.sort-trigger-btn:hover {
    background: rgba(0, 70, 224, 0.08);
}

.sort-trigger-caret {
    transition: transform 0.2s ease;
    color: currentColor;
    flex-shrink: 0;
}

.sort-dropdown-group.open .sort-trigger-caret {
    transform: rotate(180deg);
}

/* Official DAT One Custom Sort By Popup Menu */
.dat-sort-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 250px;
    max-height: 420px;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 2200;
    padding: 4px 0;
    user-select: none;
    animation: fadeInSortMenu 0.15s ease-out;
    scrollbar-width: thin;
    scrollbar-color: #CBD5E1 transparent;
}

.dat-sort-menu::-webkit-scrollbar {
    width: 6px;
}

.dat-sort-menu::-webkit-scrollbar-thumb {
    background-color: #CBD5E1;
    border-radius: 3px;
}

body.dark-theme .dat-sort-menu {
    background: #1E293B;
    border-color: #334155;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    scrollbar-color: #475569 transparent;
}

body.dark-theme .dat-sort-menu::-webkit-scrollbar-thumb {
    background-color: #475569;
}

@keyframes fadeInSortMenu {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.dat-sort-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
    font-size: 13.5px;
    font-weight: 400;
    color: #192129;
    cursor: pointer;
    transition: background 0.1s ease, color 0.1s ease;
    line-height: 1.3;
}

body.dark-theme .dat-sort-option {
    color: #F1F5F9;
}

.dat-sort-option:hover {
    background: #F1F5F9;
}

body.dark-theme .dat-sort-option:hover {
    background: #334155;
}

.dat-sort-option.active {
    background: #EDF4FE !important;
    color: #0046E0 !important;
    font-weight: 600;
}

body.dark-theme .dat-sort-option.active {
    background: rgba(0, 70, 224, 0.25) !important;
    color: #60A5FA !important;
}

.dat-sort-option-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dat-sort-check {
    display: none;
    width: 16px;
    height: 16px;
    stroke: #0046E0;
    flex-shrink: 0;
    margin-left: 12px;
}

body.dark-theme .dat-sort-check {
    stroke: #60A5FA;
}

.dat-sort-option.active .dat-sort-check {
    display: inline-block;
}

.results-toolbar-tools {
    display: flex;
    align-items: center;
    gap: 22px;
}

.toolbar-tool-btn {
    background: none;
    border: none;
    color: rgb(25, 33, 41);
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.04px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.15s;
    padding: 0;
}

.toolbar-tool-btn:hover {
    opacity: 0.85;
}

.tool-btn-title,
.tool-btn-label-default,
.tool-btn-label {
    color: rgb(25, 33, 41);
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.04px;
    letter-spacing: 1px;
}

.tool-btn-val-blue {
    color: #0046E0;
    font-weight: 600;
    margin-left: 4px;
}

.tool-btn-val-green {
    color: rgb(0, 186, 0);
    font-weight: 600;
    margin-left: 4px;
}

body.dark-theme .toolbar-tool-btn,
body.dark-theme .tool-btn-label-default,
body.dark-theme .tool-btn-label {
    color: #F8FAFC;
}

body.dark-theme .tool-btn-val-blue {
    color: #60A5FA;
}

body.dark-theme .tool-btn-val-green {
    color: #00E676;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TOP TRIHAUL OPTIONS MODAL STYLES (Exact DAT)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.dat-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.trihaul-modal-card {
    background: #ffffff;
    width: 820px;
    max-width: 95vw;
    border-radius: 8px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 24px 28px;
    color: #1E2830;
    font-family: inherit;
}

body.dark-theme .trihaul-modal-card {
    background: #1E293B;
    color: #F8FAFC;
}

.trihaul-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

body.dark-theme .trihaul-modal-header {
    border-bottom-color: #334155;
}

.trihaul-modal-header h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    color: #0F172A;
}

body.dark-theme .trihaul-modal-header h2 {
    color: #F8FAFC;
}

.trihaul-modal-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #64748B;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.15s;
}

.trihaul-modal-close-btn:hover {
    color: #0F172A;
}

.trihaul-modal-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.trihaul-row-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.trihaul-banner-title {
    background: #F4F6F8;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

body.dark-theme .trihaul-banner-title {
    background: #334155;
    color: #94A3B8;
}

.trihaul-route-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.trihaul-route-visual {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 10px 10px 10px;
}

.route-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.pt-icon-square {
    width: 22px;
    height: 22px;
    background: #0046E0;
    color: #ffffff;
    font-weight: 700;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.pt-name {
    position: absolute;
    top: 28px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    color: #1E2830;
}

body.dark-theme .pt-name {
    color: #F8FAFC;
}

.route-line-dashed {
    flex: 1;
    height: 2px;
    border-top: 2px dashed #0046E0;
    position: relative;
    margin: 0 4px;
}

.route-line-dashed.leg-half {
    flex: 1;
}

.leg-info {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #64748B;
    white-space: nowrap;
    font-weight: 600;
}

.route-waypoint-box {
    background: #EBF3FF;
    border: 1px solid #C7D9FF;
    padding: 6px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    margin: 0 4px;
}

body.dark-theme .route-waypoint-box {
    background: #1E293B;
    border-color: #3B82F6;
}

.waypoint-square {
    width: 14px;
    height: 14px;
    background: #000000;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    border-radius: 2px;
}

.waypoint-text {
    font-size: 12px;
    font-weight: 800;
    color: #0F172A;
}

body.dark-theme .waypoint-text {
    color: #F8FAFC;
}

.trihaul-calc-column {
    width: 160px;
    text-align: right;
    font-size: 13px;
}

.calc-header-title {
    background: #F4F6F8;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 8px;
}

body.dark-theme .calc-header-title {
    background: #334155;
    color: #94A3B8;
}

.calc-row {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    line-height: 1.4;
    color: #1E2830;
    font-size: 13px;
}

body.dark-theme .calc-row {
    color: #E2E8F0;
}

.calc-row.calc-border-top {
    border-top: 1px solid #CBD5E1;
    padding-top: 2px;
    margin-top: 2px;
}

.calc-row.calc-space-top {
    margin-top: 8px;
}

.calc-caption {
    font-size: 10.5px;
    color: #64748B;
    margin-bottom: 4px;
}

.font-bold {
    font-weight: 700;
}

.font-bold-lg {
    font-weight: 800;
    font-size: 14px;
}

.calc-diff-green {
    color: rgb(0, 186, 0);
    font-size: 16px;
    font-weight: 800;
    margin-top: 8px;
}

.green-caption {
    color: #64748B;
    font-size: 10.5px;
}

.trihaul-modal-footer {
    border-top: 1px solid #E2E8F0;
    margin-top: 24px;
    padding-top: 14px;
    font-size: 11px;
    color: #64748B;
    line-height: 1.5;
}

body.dark-theme .trihaul-modal-footer {
    border-top-color: #334155;
    color: #94A3B8;
}

.trihaul-modal-footer a {
    color: #0046E0;
    text-decoration: underline;
}

.toolbar-tool-btn svg {
    color: var(--text-muted);
    transition: color 0.15s;
}

.toolbar-tool-btn:hover svg {
    color: var(--accent-blue);
}

.tool-icon.dollar-green {
    color: #059669 !important;
    font-weight: 800;
    font-size: 14px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SPOT RATE BANNER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.spot-rate-banner {
    display: flex;
    align-items: center;
    padding: 7px 20px;
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.06), rgba(16, 185, 129, 0.06));
    border-bottom: 1px solid var(--border-color);
    font-size: 12px;
    gap: 20px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FULL DESKTOP TABLE - 18 Columns Exact DAT One
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.table-container {
    flex: 1;
    overflow: auto;
    position: relative;
    background: var(--bg-card);
}

.loads-table {
    width: 100%;
    table-layout: fixed;
    min-width: 1450px;
    border-collapse: collapse;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
}

.loads-table thead th {
    background: var(--bg-card);
    color: rgb(25, 33, 41);
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    padding: 8px 8px;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 5;
    cursor: pointer;
    user-select: none;
}

body.dark-theme .loads-table thead th {
    color: #94a3b8;
}

.loads-table thead th:hover {
    color: var(--accent-blue);
}

.loads-table thead th.sorted {
    color: var(--accent-blue);
    font-weight: 600;
}

.loads-table thead th .sort-arrow {
    color: var(--accent-blue);
    font-weight: 700;
    font-size: 12px;
}

.loads-table tbody tr {
    background: var(--bg-card);
    transition: background-color 0.12s ease;
    cursor: pointer;
    border-bottom: none;
}

.loads-table tbody tr.row-even {
    background: var(--bg-secondary);
}

/* Light Blue Hover Effect on Load Rows */
.loads-table tbody tr:hover {
    background-color: #EBF3FF !important;
    opacity: 1 !important;
}

body.dark-theme .loads-table tbody tr:hover {
    background-color: #243447 !important;
    opacity: 1 !important;
}

/* Visited / Expanded Load Rows Typography Specs: 12px, 400 weight, 17.136px line height, no fade */
.loads-table tbody tr.visited,
.loads-table tbody tr.selected,
.loads-table tbody tr.expanded {
    opacity: 1 !important;
}

body.dark-theme .loads-table tbody tr.visited,
body.dark-theme .loads-table tbody tr.selected,
body.dark-theme .loads-table tbody tr.expanded {
    opacity: 1 !important;
}

.loads-table tbody tr.selected td,
.loads-table tbody tr.expanded td,
.loads-table tbody tr.visited td,
.loads-table tbody tr.selected td *,
.loads-table tbody tr.expanded td *,
.loads-table tbody tr.visited td * {
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 17.136px !important;
    opacity: 1 !important;
}

.loads-table tbody tr.selected td,
.loads-table tbody tr.expanded td,
.loads-table tbody tr.visited td {
    color: rgb(25, 33, 41) !important;
}

body.dark-theme .loads-table tbody tr.selected td,
body.dark-theme .loads-table tbody tr.expanded td,
body.dark-theme .loads-table tbody tr.visited td {
    color: #f8fafc !important;
}

.loads-table tbody td {
    padding: 5px 6px;
    border-bottom: none;
    color: rgb(25, 33, 41);
    vertical-align: middle;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 17.136px;
}

body.dark-theme .loads-table tbody td {
    color: #f8fafc;
}

/* Specific Column Styling */
.cell-checkbox { width: 30px; text-align: center; }
.cell-checkbox input[type="checkbox"] { 
    accent-color: var(--accent-blue); 
    cursor: pointer;
    transform: scale(1.1);
}

.cell-age { width: 48px; font-weight: 600; font-size: 12px; line-height: 17.136px; }

.cell-rate { width: 65px; padding-right: 0 !important; }
.rate-main { font-weight: 600; font-size: 12px; line-height: 17.136px; display: flex; align-items: center; gap: 4px; }
.rate-per-mile { font-size: 10.5px; color: var(--text-dim); font-weight: 600; }

.dat-dollar-starburst-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1e2830;
    vertical-align: middle;
}

body.dark-theme .dat-dollar-starburst-wrap {
    color: #3b7cf5;
}

.load-row.is-canceled-load .dat-dollar-starburst-wrap {
    color: #8E8E93 !important;
}

.cell-info { width: 20px; padding: 0 2px 0 0; text-align: left; color: var(--text-dim); cursor: pointer; vertical-align: middle; }
.info-icon { font-size: 12px; color: var(--text-dim); }

.cell-trip { width: 55px; }
.trip-miles { font-weight: 600; color: var(--accent-blue); font-size: 12px; line-height: 17.136px; }

.cell-origin { font-weight: 600; width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; line-height: 17.136px; }
.cell-dho { width: 52px; color: var(--text-dim); font-size: 11.5px; font-weight: 600; }

.cell-lane-arrow { width: 34px; text-align: center; padding: 0 !important; }

.cell-destination { font-weight: 600; width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; line-height: 17.136px; }
.cell-dhd { width: 52px; color: var(--text-dim); font-size: 11.5px; font-weight: 600; }

.cell-pickup { width: 75px; font-size: 12px; font-weight: 600; line-height: 17.136px; }

.cell-eq { width: 45px; font-weight: 600; font-size: 12px; line-height: 17.136px; }
.cell-eq strong { font-weight: 600; }

.cell-length { width: 55px; font-size: 12px; font-weight: 600; line-height: 17.136px; }
body.dark-theme .expand-row,
body.dark-theme .expand-row td,
body.dark-theme .dat-expanded-panel {
    background: #0f172a !important;
    color: #f8fafc !important;
    border-bottom: 1px solid #334155 !important;
}

.dat-expanded-panel {
    background: #ffffff;
    padding: 16px 24px 20px;
    font-family: inherit;
    color: #1e293b;
    border-bottom: none;
    cursor: default !important;
}

/* ==========================================================================
   EXPANDED ROW 3-COLUMN DARK THEME SUPPORT
   ========================================================================== */
body.dark-theme .dat-expanded-panel .panel-top-bar {
    border-bottom-color: #334155 !important;
}

body.dark-theme .dat-expanded-panel .panel-origin-dest {
    color: #f8fafc !important;
}

body.dark-theme .dat-expanded-panel .panel-total-miles {
    color: #94a3b8 !important;
}

/* Section Titles / Headers (Trip, Equipment, Contact, Comments, Rate, Market Rates, Company, Load Resources) */
body.dark-theme .dat-expanded-panel .ac-trip-5,
body.dark-theme .dat-expanded-panel .ac-trip-30,
body.dark-theme .dat-expanded-panel .ac-trip-53,
body.dark-theme .dat-expanded-panel .ac-trip-59,
body.dark-theme .dat-expanded-panel .ac-5,
body.dark-theme .dat-expanded-panel .ac-22,
body.dark-theme .dat-expanded-panel .ac-72,
body.dark-theme .dat-expanded-panel .ac-126,
body.dark-theme .dat-expanded-panel .ac-129 {
    color: #94a3b8 !important;
}

/* Text and Value Labels in all 3 columns */
body.dark-theme .dat-expanded-panel .ac-trip-18,
body.dark-theme .dat-expanded-panel .ac-trip-23,
body.dark-theme .dat-expanded-panel .ac-trip-34,
body.dark-theme .dat-expanded-panel .ac-trip-37,
body.dark-theme .dat-expanded-panel .ac-trip-40,
body.dark-theme .dat-expanded-panel .ac-trip-43,
body.dark-theme .dat-expanded-panel .ac-trip-46,
body.dark-theme .dat-expanded-panel .ac-trip-49,
body.dark-theme .dat-expanded-panel .ac-trip-60,
body.dark-theme .dat-expanded-panel .ac-13,
body.dark-theme .dat-expanded-panel .ac-15,
body.dark-theme .dat-expanded-panel .ac-17,
body.dark-theme .dat-expanded-panel .ac-37,
body.dark-theme .dat-expanded-panel .ac-56,
body.dark-theme .dat-expanded-panel .ac-77,
body.dark-theme .dat-expanded-panel .ac-89,
body.dark-theme .dat-expanded-panel .ac-108,
body.dark-theme .dat-expanded-panel .meta-mc,
body.dark-theme .dat-expanded-panel .meta-city-state,
body.dark-theme .dat-expanded-panel .meta-right-col {
    color: #f8fafc !important;
}

body.dark-theme .dat-expanded-panel .ac-trip-19,
body.dark-theme .dat-expanded-panel .ac-trip-24,
body.dark-theme .dat-expanded-panel .ac-trip-33,
body.dark-theme .dat-expanded-panel .ac-trip-36,
body.dark-theme .dat-expanded-panel .ac-trip-39,
body.dark-theme .dat-expanded-panel .ac-trip-42,
body.dark-theme .dat-expanded-panel .ac-trip-45,
body.dark-theme .dat-expanded-panel .ac-trip-48,
body.dark-theme .dat-expanded-panel .ac-8,
body.dark-theme .dat-expanded-panel .ac-9,
body.dark-theme .dat-expanded-panel .ac-10,
body.dark-theme .dat-expanded-panel .ac-31,
body.dark-theme .dat-expanded-panel .ac-32,
body.dark-theme .dat-expanded-panel .ac-39,
body.dark-theme .dat-expanded-panel .ac-41,
body.dark-theme .dat-expanded-panel .ac-43,
body.dark-theme .dat-expanded-panel .ac-45,
body.dark-theme .dat-expanded-panel .ac-50,
body.dark-theme .dat-expanded-panel .ac-51,
body.dark-theme .dat-expanded-panel .ac-58,
body.dark-theme .dat-expanded-panel .ac-60,
body.dark-theme .dat-expanded-panel .ac-62,
body.dark-theme .dat-expanded-panel .ac-64 {
    color: #94a3b8 !important;
}

body.dark-theme .dat-expanded-panel .hours {
    color: #94a3b8 !important;
}

/* Links across all 3 columns */
body.dark-theme .dat-expanded-panel a,
body.dark-theme .dat-expanded-panel .ac-trip-25,
body.dark-theme .dat-expanded-panel .ac-trip-54,
body.dark-theme .dat-expanded-panel .ac-23,
body.dark-theme .dat-expanded-panel .ac-73,
body.dark-theme .dat-expanded-panel .ac-85,
body.dark-theme .dat-expanded-panel .ac-132,
body.dark-theme .dat-expanded-panel .ac-133 {
    color: #60a5fa !important;
}

/* Icons / SVGs in Dark Theme */
body.dark-theme .dat-expanded-panel svg path[stroke="#636D78"],
body.dark-theme .dat-expanded-panel svg path[stroke="#192129"],
body.dark-theme .dat-expanded-panel svg path[stroke="#2D3943"],
body.dark-theme .dat-expanded-panel svg path[stroke="#3B4854"] {
    stroke: #94a3b8 !important;
}

body.dark-theme .dat-expanded-panel svg path[fill="#636D78"],
body.dark-theme .dat-expanded-panel svg path[fill="#192129"],
body.dark-theme .dat-expanded-panel svg path[fill="#2D3943"] {
    fill: #94a3b8 !important;
}

/* Market rates box & white card containers inside panel */
body.dark-theme .dat-expanded-panel div[style*="background: #fff"],
body.dark-theme .dat-expanded-panel div[style*="background:#fff"] {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #f8fafc !important;
}

/* Outgo Factoring badge */
body.dark-theme .dat-expanded-panel .ac-91,
body.dark-theme .dat-expanded-panel dat-outgo-badge {
    background: #1e293b !important;
    border-color: #334155 !important;
}

body.dark-theme .dat-expanded-panel .ac-96,
body.dark-theme .dat-expanded-panel .ac-98 {
    color: #f8fafc !important;
}

/* Dropdowns / Controls */
body.dark-theme .dat-expanded-panel .ac-116 {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #f8fafc !important;
}

body.dark-theme .dat-expanded-panel .ac-113,
body.dark-theme .dat-expanded-panel mat-divider {
    border-color: #334155 !important;
}

.cell-weight { width: 75px; font-size: 12px; font-weight: 600; line-height: 17.136px; }
.cell-capacity { width: 65px; font-size: 12px; font-weight: 600; line-height: 17.136px; }

.cell-company { width: 170px; overflow: hidden; text-overflow: ellipsis; font-weight: 600; white-space: nowrap; }
.company-link { font-weight: 600; color: var(--accent-blue); text-decoration: none; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; font-size: 12px; line-height: 17.136px; }
.company-link:hover { text-decoration: underline; }

.cell-contact { width: 170px; font-weight: 600; overflow: hidden; }
.contact-wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 6px; overflow: hidden; }
.contact-link { color: var(--accent-blue); text-decoration: none; font-size: 12px; font-weight: 600; line-height: 17.136px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1 1 auto; }
.contact-link:hover { text-decoration: underline; }

.action-envelope { color: #192128; display: inline-flex; align-items: center; cursor: pointer; text-decoration: none; flex-shrink: 0; margin-left: auto; }
body.dark-theme .action-envelope { color: #e2e8f0; }
.action-envelope:hover { color: var(--accent-blue); }

/* Official DAT Vertical Cell Dividers inside Load Rows */
.loads-table tbody td.has-divider {
    position: relative;
    padding-right: 12px !important;
}

.loads-table tbody td.has-divider::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background-color: #CBD5E1;
}

body.dark-theme .loads-table tbody td.has-divider::after {
    background-color: #2D3D50;
}

.cell-credit { width: 75px; text-align: right; }
.credit-stack { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.cs-num { font-size: 11px; font-weight: 700; color: var(--text-main); }
.dtp-num { font-size: 10px; color: var(--text-muted); font-weight: 600; }

.cell-actions { width: 60px; text-align: center; }
.dat-copy-load-btn {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.dat-copy-load-btn:hover {
    background: rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.3);
}
.dat-copy-load-btn.copied, .btn-copy-load-contact.copied {
    background: #10B981 !important;
    color: white !important;
    border-color: #059669 !important;
    animation: pulseCopy 0.4s ease-out;
}
.btn-copy-load-contact {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}
.btn-copy-load-contact:hover {
    background: #1d4ed8;
}
@keyframes pulseCopy {
    0% { transform: scale(1); }
    40% { transform: scale(1.08); }
    100% { transform: scale(1); }
}
.action-hyphen { color: var(--text-dim); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OFFICIAL DAT ONE NEW LOAD & CANCELED LOAD STYLES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.load-row {
    transition: background-color 0.2s, opacity 0.25s;
}

/* Green Vertical Bar for Newly Arrived Loads (Flush with Checkbox Cell Left Edge) */
.load-row.is-new-load td.cell-checkbox,
.load-row.is-new-load td:first-child {
    position: relative;
}

.load-row.is-new-load td.cell-checkbox::before,
.load-row.is-new-load td:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: rgb(0, 186, 0);
    z-index: 10;
}

/* Canceled Load Faded Row Styling */
.load-row.is-canceled-load {
    opacity: 0.58;
    background-color: rgba(245, 245, 245, 0.75) !important;
}

body.dark-theme .load-row.is-canceled-load {
    background-color: rgba(15, 23, 42, 0.45) !important;
}

.load-row.is-canceled-load td {
    color: #8E8E93 !important;
}

.expand-row,
.expand-row td {
    padding: 0 !important;
    border-bottom: 1px solid var(--border-color, #c7cfd6) !important;
    background: #ffffff !important;
    cursor: default !important;
}

body.dark-theme .expand-row td {
    background: #0f172a !important;
    border-bottom: 1px solid #334155 !important;
}

.dat-expanded-panel {
    background: #ffffff;
    padding: 16px 24px 20px;
    font-family: inherit;
    color: #1e293b;
    border-bottom: none;
    cursor: default !important;
}

.load-row.is-canceled-load a {
    color: #8E8E93 !important;
    pointer-events: none;
    text-decoration: none !important;
}

.load-row.is-canceled-load .cell-age,
.age-canceled {
    color: #D32F2F !important;
    font-weight: 800;
}

body.dark-theme .age-canceled {
    color: #F87171 !important;
}

/* Official DAT One CANCELED Action Pill Badge */
.badge-canceled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFCDD2;
    background: #FFEBEE;
    color: #C62828;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 2px 9px;
    border-radius: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

body.dark-theme .badge-canceled {
    border-color: #7F1D1D;
    background: #450A0A;
    color: #F87171;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SIMILAR RESULTS BOTTOM DIVIDER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.similar-divider-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 40px;
    min-height: 40px;
    background: #ffffff;
    border-top: 1px solid #c7cfd6;
    border-bottom: 1px solid #c7cfd6;
    margin: 0;
    color: #192129;
    user-select: none;
}

body.dark-theme .similar-divider-section {
    background: #111827;
    border-top-color: #374151;
    border-bottom-color: #374151;
    color: #f3f4f6;
}

.similar-divider-left {
    display: flex;
    align-items: center;
    height: 24.84px;
    margin: 0 0 0 16px;
}

.similar-divider-title {
    font-size: 16px;
    font-weight: 700;
    color: rgb(25, 33, 41);
    margin: 0;
    padding: 0;
    line-height: 22.848px;
    letter-spacing: 0.15px;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
}

body.dark-theme .similar-divider-title {
    color: #f3f4f6;
}

.info-circle {
    color: #636D78;
    cursor: help;
    font-size: 14px;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.similar-divider-right {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.switch-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
}

.toggle-switch-input {
    display: none;
}

.switch-slider {
    position: relative;
    width: 36px;
    height: 20px;
    background: #cbd5e1;
    border-radius: 20px;
    transition: background 0.2s;
    display: inline-block;
}

.switch-slider::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    top: 2px;
    left: 2px;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.toggle-switch-input:checked + .switch-slider {
    background: var(--accent-blue);
}

.toggle-switch-input:checked + .switch-slider::before {
    transform: translateX(16px);
}


.similar-tag {
    font-size: 10px;
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
    border-radius: 3px;
    padding: 1px 5px;
    font-weight: 600;
    margin-left: 4px;
}

.company-line {
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.company-name {
    font-weight: 600;
    color: var(--accent-blue);
    font-size: 12px;
    text-transform: uppercase;
}

.factoring-icon {
    width: 16px;
    height: 16px;
    filter: var(--factoring-filter, none);
    opacity: 0.7;
}

/* â”€â”€â”€ Cell: Actions â”€â”€â”€ */
.cell-actions {
    width: 40px;
    text-align: center;
}

.action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    text-decoration: none;
    padding: 4px;
    border-radius: 4px;
    transition: color 0.15s;
}

.action-icon:hover {
    color: var(--accent-blue);
}

/* â”€â”€â”€ Credit Badge â”€â”€â”€ */
.credit-badge {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.credit-high {
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
}

body.dark-theme .credit-high {
    color: #4ade80;
}

.credit-med {
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
}

body.dark-theme .credit-med {
    color: #fbbf24;
}

.credit-low {
    background: rgba(239, 68, 68, 0.15);
    color: #dc2626;
}

body.dark-theme .credit-low {
    color: #f87171;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   EXPANDED DETAIL ROW - Official DAT One Desktop
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.expand-row td {
    padding: 0 !important;
    border-bottom: 1px solid var(--border-color, #c7cfd6) !important;
    background: #ffffff !important;
}

body.dark-theme .expand-row td {
    background: #0f172a !important;
    border-bottom: 1px solid #334155 !important;
}

.dat-expanded-panel {
    background: #ffffff;
    padding: 16px 24px 20px;
    font-family: inherit;
    color: #1e293b;
    border-bottom: none;
}

body.dark-theme .dat-expanded-panel {
    background: #0f172a;
    color: #f8fafc;
}

/* Top Title & Actions Bar */
.panel-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}

body.dark-theme .panel-top-bar {
    border-bottom-color: #334155;
}

.panel-title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel-origin-dest {
    font-family: "Sequel Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(25, 33, 41);
}

body.dark-theme .panel-origin-dest {
    color: #f8fafc;
}

.panel-blue-arrow {
    display: inline-flex;
    align-items: center;
}

.panel-total-miles {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-left: 6px;
}

.panel-top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-print-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #c2c9d1;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.btn-print-circle:hover {
    background: #f1f5f9;
}

.btn-add-note-pill {
    padding: 7px 16px;
    border-radius: 20px;
    border: 1px solid #0046E0;
    background: #ffffff;
    color: #0046E0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.15s;
}

.btn-add-note-pill:hover {
    background: #eff6ff;
}

/* 3-Column Main Content Grid */
.panel-3col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}

.panel-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.section-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section-block.indented-block {
    padding-left: 21px;
}

.section-hdr-bar {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    background: #f8fafc;
    padding: 4px 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

body.dark-theme .section-hdr-bar {
    background: #1e293b;
    color: #94a3b8;
}

.section-sub-hdr {
    font-size: 11.5px;
    font-weight: 800;
    color: var(--text-main, #0f172a);
    background: transparent;
    padding: 0;
    margin-bottom: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

body.dark-theme .section-sub-hdr {
    background: transparent;
    color: #f8fafc;
}

.uppercase-sub {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

/* Tracking Required Banner */
.tracking-required-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef3c7;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}

body.dark-theme .tracking-required-banner {
    background: #78350f;
    color: #fef3c7;
}

.tracking-pin-icon {
    display: inline-flex;
    align-items: center;
    color: #4b5563;
}

body.dark-theme .tracking-pin-icon {
    color: #fef3c7;
}

.tracking-text {
    font-size: 12px;
    font-weight: 700;
    color: #1f2937;
}

body.dark-theme .tracking-text {
    color: #fef3c7;
}

/* Column 1: Route Timeline & Specs */
.route-box-dat {
    display: flex;
    gap: 12px;
    align-items: stretch;
    padding: 0 4px;
    width: 100%;
}

.route-left-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
}

.blue-square {
    width: 9px;
    height: 9px;
    background: #0046E0;
    border: 2px solid #ffffff;
    outline: 2px solid #0046E0;
    border-radius: 1px;
}

.node-line-dotted {
    width: 1px;
    flex: 1;
    min-height: 28px;
    border-left: 2px dotted #94a3b8;
    margin: 4px 0;
    position: relative;
}

.node-line-dotted::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -4.5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0046E0;
}

.route-right-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2px;
    font-size: 13px;
    flex: 1;
}

.origin-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.origin-line strong, .dest-line strong {
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
}

body.dark-theme .origin-line strong, body.dark-theme .dest-line strong {
    color: #f8fafc;
}

.btn-view-route-dat {
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #1e293b;
    background: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #1e293b;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    transition: background 0.15s;
}

.btn-view-route-dat:hover {
    background: #f8fafc;
}

body.dark-theme .btn-view-route-dat {
    background: #1e293b;
    border-color: #475569;
    color: #f8fafc;
}

.origin-dates {
    font-size: 12px;
    color: #475569;
    margin-top: 2px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.specs-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    padding: 0 4px;
}

.spec-row {
    display: flex;
    gap: 24px;
}

.spec-lbl {
    width: 85px;
    color: #64748b;
}

.spec-val {
    font-weight: 500;
    color: #0f172a;
}

body.dark-theme .spec-val {
    color: #f8fafc;
}

.contact-email-link {
    padding: 2px 4px 0;
}

.contact-email-link a {
    color: #0046E0;
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: underline;
}

body.dark-theme .contact-email-link a {
    color: #38bdf8;
}

.contact-phone-link {
    padding: 0 4px;
}

.contact-phone-link a, .company-phone-link a {
    color: #0046E0;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.contact-phone-link a:hover, .company-phone-link a:hover {
    text-decoration: underline;
}

.comments-text-box {
    font-size: 12px;
    color: #334155;
    line-height: 1.45;
    padding: 0 4px;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    max-width: 100%;
}

body.dark-theme .comments-text-box {
    color: #cbd5e1;
}

/* Tracking Required Banner & Contact Wrap Fixes */
.tracking-required-banner {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 4px 8px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    width: fit-content;
    max-width: 100%;
}

body.dark-theme .tracking-required-banner {
    background: #1e293b;
    border-color: #475569;
    color: #e2e8f0;
}

.contact-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
}

.loads-table tbody tr.load-row {
    height: auto !important;
    min-height: 48px;
}

.loads-table tbody td {
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Column 2: Rate & DAT iQ */
.rate-summary-rows {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    padding: 0 4px;
}

.r-summary-row {
    display: flex;
    gap: 32px;
    align-items: center;
}

.r-summary-row .lbl {
    width: 70px;
    color: #64748b;
}

.r-summary-row .val {
    color: #0f172a;
    font-size: 13px;
}

body.dark-theme .r-summary-row .val {
    color: #f8fafc;
}

.r-summary-row .bold-total {
    font-size: 16px;
    font-weight: 700;
}

.market-rates-section {
    margin-top: 16px;
}

.iq-standalone-hdr {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    background: #f8fafc;
    padding: 4px 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

body.dark-theme .iq-standalone-hdr {
    background: #1e293b;
    color: #94a3b8;
}

.iq-title {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
}

.iq-sub {
    font-weight: 400;
    color: #64748b;
    font-size: 11px;
}

body.dark-theme .iq-title {
    color: #94a3b8;
}

body.dark-theme .iq-sub {
    color: #94a3b8;
}

.link-rateview, .link-directory {
    color: #0046E0;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.dat-iq-rates-block {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

body.dark-theme .dat-iq-rates-block {
    background: #1e293b;
    border-color: #334155;
}

.iq-card {
    background: #ffffff;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.iq-card.contract-card {
    border-top: 1px solid #e2e8f0;
}

body.dark-theme .iq-card {
    background: #1e293b;
}

body.dark-theme .iq-card.contract-card {
    border-top-color: #334155;
}

.iq-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    background: #f8f9fa;
    padding: 6px 12px;
    min-height: 28px;
    border-bottom: 1px solid #f1f5f9;
}

body.dark-theme .iq-card-top {
    background: #0f172a;
    border-bottom-color: #334155;
}

.rate-type-bold {
    font-weight: 700;
    color: #374151;
    letter-spacing: 0.5px;
}

body.dark-theme .rate-type-bold {
    color: #f8fafc;
}

.mkt-geo {
    color: #636D79;
    font-size: 11px;
}

.iq-card-mid {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 14px 12px 4px;
}

.iq-big-dollar {
    font-size: 18px;
    font-weight: 700;
    color: #192129;
}

body.dark-theme .iq-big-dollar {
    color: #f8fafc;
}

.iq-per-mile {
    font-size: 13px;
    color: #636D79;
}

.iq-avg-right {
    font-size: 11px;
    color: #636D79;
    margin-left: auto;
}

.iq-card-bottom {
    font-size: 11px;
    display: flex;
    gap: 6px;
    padding: 4px 12px 14px;
}

.range-label {
    color: #9ca3af;
}

.range-values {
    color: #4b5563;
}

body.dark-theme .range-values {
    color: #cbd5e1;
}

/* Column 3: Company & Factoring */
.company-hdr-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.company-name-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 2px;
    padding: 0 4px;
}

body.dark-theme .company-name-hdr {
    color: #f8fafc;
}

.chevron-down-icon {
    font-size: 14px;
    color: #64748b;
    cursor: pointer;
}

.company-phone-link {
    padding: 0 4px;
}

.company-meta-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4px 4px 0;
    width: 100%;
}

.meta-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.meta-right {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
}

.company-mc-line, .company-location-line {
    font-size: 12px;
    color: #64748b;
}

.meta-credit-item {
    font-size: 12px;
    color: #64748b;
}

.meta-credit-item strong {
    color: #0f172a;
    font-weight: 700;
}

body.dark-theme .meta-credit-item strong {
    color: #f8fafc;
}

/* Compact Box Type Blue Factoring Badge (Not full width!) */
.dat-factoring-pill-card {
    background: #0052FF;
    color: #ffffff;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 10px;
    margin-bottom: 4px;
    width: fit-content;
    max-width: 175px;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

.factoring-top-line {
    display: flex;
    align-items: center;
    gap: 6px;
}

.factoring-dollar-icon {
    background: #ffffff;
    color: #0052FF;
    font-weight: 800;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.factoring-title-text {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

.factoring-sub-text {
    font-size: 9px;
    color: #dbeafe;
    margin-left: 24px;
}

.star-rating-line {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 13px;
    padding: 0 4px;
}

.stars-gold {
    color: #0f172a;
    letter-spacing: 1px;
}

body.dark-theme .stars-gold {
    color: #fbbf24;
}

.review-count-num {
    font-size: 12px;
    color: #64748b;
}

.mark-as-wrapper {
    margin-top: 12px;
    margin-bottom: 8px;
}

.btn-mark-as-pill {
    width: 100%;
    padding: 8px;
    border: 1px solid #1e293b;
    border-radius: 20px;
    background: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-mark-as-pill:hover {
    background: #f8fafc;
}

.dat-factoring-pill-card {
    background: #0052FF;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 10px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.factoring-top-line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.factoring-dollar-icon {
    background: #ffffff;
    color: #0052FF;
    font-weight: 800;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.factoring-title-text {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.factoring-sub-text {
    font-size: 10px;
    color: #dbeafe;
    margin-left: 28px;
}

.star-rating-line {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 13px;
}

.stars-gold {
    color: #0f172a;
    letter-spacing: 1px;
}

body.dark-theme .stars-gold {
    color: #fbbf24;
}

.review-count-num {
    font-size: 12px;
    color: #64748b;
}

.mark-as-wrapper {
    margin-top: 6px;
    margin-bottom: 6px;
}

.btn-mark-as-pill {
    width: 100%;
    padding: 8px;
    border: 1px solid #1e293b;
    border-radius: 20px;
    background: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-mark-as-pill:hover {
    background: #f8fafc;
}

.load-resources-block {
    margin-top: 14px;
}

.resource-group-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 6px;
    padding-left: 21px;
}

.resource-label-col {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    min-width: 65px;
    padding-top: 1px;
}

body.dark-theme .resource-label-col {
    color: #94a3b8;
}

.resource-links-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.resource-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.resource-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
}

body.dark-theme .resource-icon {
    color: #f8fafc;
}

.resource-text-bold {
    color: var(--text-main, #0f172a);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

body.dark-theme .resource-text-bold {
    color: #f8fafc;
}

.btn-mark-as {
    width: 100%;
    padding: 8px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-main);
    cursor: pointer;
    text-align: center;
}

.load-resources-box .load-header {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-dim);
    margin-bottom: 8px;
}

.insurance-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
}

.res-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
}

.res-item a {
    color: var(--text-main);
    text-decoration: none;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LOADING OVERLAY
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-primary);
    opacity: 0.92;
    z-index: 20;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.loading-overlay.active {
    display: flex;
}

.spinner {
    width: 32px;
    height: 32px;
    border: 3px solid var(--border-color);
    border-top-color: var(--accent-blue);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OFFICIAL DAT ONE DESKTOP SIMILAR RESULTS DIVIDER BAR & MATERIAL TOGGLE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.similar-match-separator-row td {
    padding: 0 !important;
    border-top: 1px solid var(--border-color, #c7cfd6) !important;
    border-bottom: 1px solid var(--border-color, #c7cfd6) !important;
    background: #ffffff !important;
}

body.dark-theme .similar-match-separator-row td {
    background: #111827 !important;
    border-top-color: #374151 !important;
    border-bottom-color: #374151 !important;
}

.similar-match-separator {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #192129;
    user-select: none;
}

body.dark-theme .similar-match-separator {
    background: #111827;
    color: #f3f4f6;
}

.results-header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 24.84px;
}

.divider-text-container {
    display: flex;
    flex-direction: row;
    align-items: normal;
    margin: 0 0 0 16px;
    padding: 2px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: rgb(25, 33, 41);
    line-height: 22.848px;
    letter-spacing: 0.15px;
    font-family: "Sequel Sans", system-ui, -apple-system, sans-serif;
}

body.dark-theme .divider-text-container {
    color: #f3f4f6;
}

.similar-separator-count {
    font-weight: 700;
    font-size: 16px;
    line-height: 22.848px;
    letter-spacing: 0.15px;
    margin: 0;
    padding: 0;
    color: rgb(25, 33, 41);
}

body.dark-theme .similar-separator-count {
    color: #f3f4f6;
}

.results-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 22.848px;
    letter-spacing: 0.15px;
    margin: 0 0 0 8px;
    padding: 0;
    color: rgb(25, 33, 41);
}

body.dark-theme .results-text {
    color: #f3f4f6;
}

.info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px;
    padding: 0;
    height: 18px;
    width: 18px;
    cursor: help;
}

.mat-slide-toggle {
    display: block;
    margin: 0 16px 0 0;
    padding: 0;
    height: 24px;
}

.mat-slide-toggle-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    user-select: none;
    height: 24px;
}

.mat-slide-toggle-content {
    font-size: 12px;
    font-weight: 600;
    color: #192129;
    margin: 0;
    padding: 0;
    line-height: 24px;
    white-space: nowrap;
    order: 0;
    font-family: "Sequel Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.dark-theme .mat-slide-toggle-content {
    color: #e5e7eb;
}

.mat-slide-toggle-bar {
    position: relative;
    display: block;
    width: 36px;
    height: 14px;
    margin: 0 0 0 8px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 8px;
    order: 2;
    transition: background-color 0.15s ease-in-out;
}

body.dark-theme .mat-slide-toggle-bar {
    background-color: rgba(255, 255, 255, 0.38);
}

.mat-slide-toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.mat-slide-toggle-thumb-container {
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mat-slide-toggle-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #192129;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.12);
    transition: background-color 0.15s ease-in-out;
}

body.dark-theme .mat-slide-toggle-thumb {
    background-color: #e5e7eb;
}

/* Checked / Active State */
.mat-slide-toggle:has(input:checked) .mat-slide-toggle-bar,
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(0, 70, 224, 0.54);
}

.mat-slide-toggle:has(input:checked) .mat-slide-toggle-thumb-container,
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
    transform: translate3d(16px, 0, 0);
}

.mat-slide-toggle:has(input:checked) .mat-slide-toggle-thumb,
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #0046E0;
}

@media (max-width: 1200px) {
    .search-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .search-grid {
        grid-template-columns: 1fr 1fr;
    }
    .detail-cards {
        grid-template-columns: 1fr;
    }
}

/* Official DAT One Equipment Type Mat-Chip-List Picker */
.field-equip {
    position: relative;
    width: 210px;
    max-width: 220px;
    flex: 0 0 210px;
    cursor: pointer;
    user-select: none;
    height: auto;
    min-height: 36px;
    box-sizing: border-box;
}

.field-equip .floating-label {
    background: #ffffff;
    padding: 0 4px;
    z-index: 15;
}

body.dark-theme .field-equip .floating-label {
    background: #1e293b;
}

.field-equip.is-active {
    border-color: #0046e0 !important;
    border-width: 2px !important;
    outline: none;
}

.equip-summary-view {
    font-size: 13.5px;
    color: #1e293b;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.dark-theme .equip-summary-view {
    color: #f1f5f9;
}

.equip-expanded-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 2px 0 4px 0;
}

/* Individual Chip / Pill Style matching screenshot */
.equip-chip-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ebf3fe;
    color: #1e293b;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #d0e2fe;
}

body.dark-theme .equip-chip-item {
    background: #1e3a8a;
    color: #e0f2fe;
    border-color: #2563eb;
}

.chip-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(0, 70, 224, 0.15);
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease;
}

.chip-remove-btn:hover {
    background: #0046e0;
    color: #ffffff;
}

.equip-text-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    color: #1e293b;
    padding: 2px 0;
    margin: 0 0 0 2px;
    width: 65px;
    max-width: 75px;
    flex: 0 0 auto;
}

body.dark-theme .equip-text-input {
    color: #f1f5f9;
}

.equip-text-input::placeholder {
    color: #94a3b8;
}

/* Dropdown Panel matching screenshot */
.equip-chip-dropdown-panel {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    min-width: 240px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    z-index: 1200;
    overflow: hidden;
}

body.dark-theme .equip-chip-dropdown-panel {
    background: #1e293b;
    border-color: #334155;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

.equip-dropdown-header {
    padding: 10px 16px 6px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #0046e0;
    letter-spacing: 0.5px;
}

.equip-dropdown-options-list {
    max-height: 260px;
    overflow-y: auto;
    padding-bottom: 4px;
}

.equip-chip-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
    font-size: 13.5px;
    color: #1e293b;
    cursor: pointer;
    transition: background 0.12s ease;
}

body.dark-theme .equip-chip-option-row {
    color: #e2e8f0;
}

.equip-chip-option-row:hover,
.equip-chip-option-row.selected {
    background: #ebf3fe;
}

body.dark-theme .equip-chip-option-row:hover,
body.dark-theme .equip-chip-option-row.selected {
    background: #1e3a8a;
}

.equip-chip-option-code {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 400;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FULL MOBILE & TABLET RESPONSIVE SYSTEM
   Matching Official DAT One Mobile Experience
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ 1. Tablet & Medium Screens (768px - 1024px) â”€â”€ */
@media (max-width: 1024px) {
    .search-panel {
        padding: 10px 12px;
        margin: 6px 10px;
    }
    .search-form-row {
        flex-wrap: wrap;
        gap: 8px;
    }
    .field-group-orig, .field-group-dest {
        flex: 1 1 45%;
        min-width: 200px;
    }
    .field-equip {
        flex: 1 1 200px;
        max-width: 100%;
    }
    .field-date {
        flex: 1 1 220px;
        width: auto;
    }
    .filter-row {
        flex-wrap: wrap;
        gap: 8px;
    }
    .table-container,
    #similarLoadsTableWrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .loads-table {
        min-width: 1050px;
    }
}

/* â”€â”€ 2. Small Tablets & Mobile Devices (<= 768px) â”€â”€ */
@media (max-width: 768px) {
    .tabs-bar-container {
        padding: 0 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tabs-bar {
        gap: 4px;
    }
    .tab-item {
        max-width: 150px;
        padding: 4px 8px;
        font-size: 12px;
    }
    
    .search-panel {
        padding: 10px 10px 8px 10px;
        margin: 6px 6px;
    }
    .search-form-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    .input-connected-group {
        flex-direction: column;
        width: 100%;
        gap: 6px;
    }
    .field-group-orig,
    .field-group-dest {
        width: 100% !important;
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
    .vertical-divider {
        display: none;
    }
    .field-box {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        border-radius: 5px !important;
    }
    .field-dho, .field-dhd, .field-equip, .field-type, .field-length, .field-weight, .field-date {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
    .input-connected-group .field-box {
        border-radius: 5px !important;
        border-left: 1px solid #9CA5AF !important;
    }
    body.dark-theme .input-connected-group .field-box {
        border-left-color: #384450 !important;
    }
    .equip-chip-dropdown-panel {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
    .dat-datepicker-popup {
        width: calc(100vw - 24px) !important;
        max-width: 320px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .filter-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }
    .search-btn-official {
        width: 100% !important;
        min-height: 40px;
        font-size: 14px;
        margin-top: 4px;
    }

    .results-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 8px 10px;
    }
    .results-toolbar-tools {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }

    .table-container,
    #similarLoadsTableWrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-width: 100vw;
    }
    .loads-table {
        min-width: 980px;
        font-size: 12px;
    }
    .loads-table thead th {
        padding: 6px 5px;
        font-size: 11px;
    }
    .loads-table tbody td {
        padding: 6px 5px;
    }
    
    .similar-divider-section {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        padding: 8px 12px;
    }
}

/* â”€â”€ 3. Ultra-Compact Mobile Phones (<= 480px) â”€â”€ */
@media (max-width: 480px) {
    .search-panel {
        padding: 8px;
        margin: 4px;
    }
    .tab-item {
        max-width: 120px;
        font-size: 11px;
    }
    .chip-btn, .chip-select {
        padding: 4px 8px;
        font-size: 11px;
    }
    .loads-table {
        min-width: 920px;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   OFFICIAL DAT ONE TRIHAULâ„¢ MODAL STYLES (100% EXACT MATCH)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.dat-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(2px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trihaul-modal-card {
    width: 900px;
    max-width: 95vw;
    max-height: 90vh;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.dark-theme .trihaul-modal-card {
    background: #0f172a;
    border: 1px solid #1e293b;
}

.trihaul-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
}

body.dark-theme .trihaul-modal-header {
    border-bottom-color: #1e293b;
}

.trihaul-modal-header h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.3px;
}

body.dark-theme .trihaul-modal-header h2 {
    color: #f8fafc;
}

.trihaul-modal-close-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
}

.trihaul-modal-body {
    padding: 20px;
    overflow-y: auto;
}

.trihaul-modal-grid {
    display: flex;
    flex-direction: column;
}

.trihaul-section-hdr {
    background: #f1f5f9;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 800;
    color: #475569;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
}

body.dark-theme .trihaul-section-hdr {
    background: #1e293b;
    color: #94a3b8;
}

.trihaul-route-block {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #e2e8f0;
}

body.dark-theme .trihaul-route-block {
    border-bottom-color: #1e293b;
}

.trihaul-left-diagram {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.route-point-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.pt-icon-dot-blue {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0046E0;
    display: inline-block;
    flex-shrink: 0;
}

.pt-icon-dot-dark {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #334155;
    display: inline-block;
    flex-shrink: 0;
}

body.dark-theme .pt-icon-dot-dark {
    background: #94a3b8;
}

.route-line-dashed {
    flex: 1;
    height: 0;
    border-bottom: 2px dashed #94a3b8;
}

.route-arrow {
    flex-shrink: 0;
}

.route-labels-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 12.5px;
}

.pt-code-label {
    font-weight: 700;
    color: #0f172a;
    font-size: 13px;
}

body.dark-theme .pt-code-label {
    color: #f8fafc;
}

.route-mid-info {
    font-size: 12px;
    color: #64748b;
    text-align: center;
    flex: 1;
}

/* Keep old classes for backward compat */
.pt-icon-circle {
    font-size: 14px;
    color: #0046E0;
    font-weight: bold;
}

.pt-icon-square-blue {
    font-size: 14px;
    color: #0046E0;
}

.pt-icon-square-black {
    font-size: 14px;
    color: #0f172a;
}

body.dark-theme .pt-icon-square-black {
    color: #f8fafc;
}

.pt-label {
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
}

body.dark-theme .pt-label {
    color: #f8fafc;
}

.route-line-dashed-mid {
    flex: 1;
    border-bottom: 2px dashed #94a3b8;
    text-align: center;
    font-size: 12px;
    color: #64748b;
    padding-bottom: 4px;
    margin: 0 10px;
}

.route-line-dashed-half {
    flex: 1;
    border-bottom: 2px dashed #94a3b8;
    margin: 0 6px;
}

.trihaul-waypoints-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.trihaul-wp-row {
    display: grid;
    grid-template-columns: 140px 1fr 140px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    color: #334155;
    background: #ffffff;
    transition: all 0.15s;
}

body.dark-theme .trihaul-wp-row {
    background: #0f172a;
    color: #cbd5e1;
}

.trihaul-wp-row:hover {
    background: #f8fafc;
}

body.dark-theme .trihaul-wp-row:hover {
    background: #1e293b;
}

.trihaul-wp-row.selected {
    background: #eff6ff;
    border-left: 4px solid #0046E0;
    color: #0f172a;
    font-weight: 700;
}

body.dark-theme .trihaul-wp-row.selected {
    background: #1e3a8a;
    border-left-color: #3b82f6;
    color: #f8fafc;
}

.wp-city-name {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.wp-leg1 {
    text-align: left;
    color: #64748b;
}

.wp-leg2 {
    text-align: right;
    color: #64748b;
}

.trihaul-right-calc {
    width: 200px;
    background: #ffffff;
    border-left: 1px solid #f1f5f9;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: system-ui, -apple-system, sans-serif;
}

body.dark-theme .trihaul-right-calc {
    background: #0f172a;
    border-left-color: #1e293b;
}

.calc-num-line {
    font-size: 14px;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
}

body.dark-theme .calc-num-line {
    color: #f8fafc;
}

.calc-op {
    color: #64748b;
    font-weight: 600;
}

.calc-line-top {
    border-top: 1px solid #cbd5e1;
    padding-top: 2px;
    margin-top: 2px;
}

body.dark-theme .calc-line-top {
    border-top-color: #475569;
}

.calc-space-top {
    margin-top: 12px;
}

.calc-label-sub {
    font-size: 10px;
    color: #64748b;
    margin-bottom: 4px;
}

.contract-not-available-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 20px;
    background: #ffffff;
    gap: 16px;
}

.contract-na-icon-wrap {
    width: 44px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contract-na-text {
    font-size: 14px;
    color: #636D79;
    font-weight: 400;
    line-height: 1.4;
    max-width: none;
}

.trihaul-calc-green {

    font-size: 18px;
    font-weight: 800;
    color: #16a34a;
    margin-top: 12px;
}

.trihaul-modal-footer {
    padding: 12px 20px 16px;
    font-size: 11px;
    color: #64748b;
    line-height: 1.4;
    border-top: 1px solid #e2e8f0;
}

body.dark-theme .trihaul-modal-footer {
    border-top-color: #1e293b;
    color: #94a3b8;
}

/* ========================================================= */
/* SELECTION HEADER ACTIONS (inline in table header) */
/* ========================================================= */
.header-selection-actions-col {
    padding-right: 8px !important;
    vertical-align: middle;
}

.header-action-btns {
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}

.header-selection-count {
    font-size: 11px;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
    margin-right: 6px;
}

body.dark-theme .header-selection-count {
    color: #94a3b8;
}

.header-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 11.5px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease;
    line-height: 1.4;
}

body.dark-theme .header-action-btn {
    border-color: #334155;
    color: #cbd5e1;
}

.header-action-btn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

body.dark-theme .header-action-btn:hover {
    background: #1e293b;
    border-color: #475569;
}

.master-checkbox {
    accent-color: var(--accent-blue);
    cursor: pointer;
    transform: scale(1.15);
}

.loads-table tbody tr.row-selected {
    background-color: #ebf3ff !important;
}

body.dark-theme .loads-table tbody tr.row-selected {
    background-color: #1e2f4a !important;
}



/* =========================================================================
   COMPANY FILTER POPOVER (Exact Official DAT Match)
   ========================================================================= */
.popover {
    position: fixed;
    top: 150px;
    left: 450px;
    width: 320px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 9999; /* Increased z-index to ensure it sits on top */
    font-family: Arial, sans-serif;
    color: #333;
}
.popover.hidden {
    display: none;
}
.popover-content {
    padding: 16px;
}
.popover-title {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}
.company-mode-toggles {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}
.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #212121;
}
.radio-label input[type="radio"] {
    display: none;
}
.custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #757575;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.radio-label input[type="radio"]:checked + .custom-radio {
    border-color: #0046E0;
}
.radio-label input[type="radio"]:checked + .custom-radio::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #0046E0;
    border-radius: 50%;
}
.radio-label.disabled {
    color: #9e9e9e;
    cursor: not-allowed;
}
.radio-label.disabled .custom-radio {
    border-color: #bdbdbd;
}
.radio-label.disabled input[type="radio"]:checked + .custom-radio {
    border-color: #9e9e9e;
}
.radio-label.disabled input[type="radio"]:checked + .custom-radio::after {
    background: #9e9e9e;
}

.company-search-container {
    position: relative;
    margin-bottom: 24px;
}
.company-search-container input {
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-height: 180px;
    overflow-y: auto;
    z-index: 1001;
    margin-top: 4px;
}
.suggestions-dropdown.hidden {
    display: none;
}
.suggestion-item {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #212121;
}
.suggestion-item:hover {
    background-color: #f5f5f5;
}
.company-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.company-tag {
    background: #e3f2fd;
    color: #0046E0;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.company-tag .remove-tag {
    cursor: pointer;
    font-weight: bold;
}
.preferred-blocked-section h4 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}
.preferred-blocked-section .radio-label {
    margin-bottom: 12px;
}
.pref-help-text {
    font-size: 12px;
    color: #757575;
    line-height: 1.4;
    margin: 12px 0 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}
.popover-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popover-footer .text-btn {
    background: none;
    border: none;
    color: #0046E0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 0;
}
.popover-footer .primary-btn {
    background: #0046E0;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.popover-footer .primary-btn:hover {
    background: #003bbb;
}


.trihaul-wp-row.selected {
    background: #edf2ff !important;
    border-left: none !important;
    color: #0f172a;
    font-weight: 700;
    position: relative;
    clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
    padding-right: 24px;
}
body.dark-theme .trihaul-wp-row.selected {
    background: #1e3a8a !important;
    color: #f8fafc;
}

/* =========================================================================
   AWWTHAT HEADER SORTING UI & POPUPS
   ========================================================================= */
.triangle-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #555;
    margin-left: 6px;
    margin-right: 2px;
}
body.dark-theme .triangle-down {
    border-top-color: #94a3b8;
}

.th-item {
    display: flex;
    align-items: center;
}

.th-text {
    font-size: 11px;
    font-weight: 600;
}

.sortable-th {
    position: relative;
    cursor: pointer;
}

.th-sort-icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.th-sort-icon svg {
    width: 100%;
    height: 100%;
}

.header-sort-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
    z-index: 5000;
    padding: 6px 0;
}
body.dark-theme .header-sort-menu {
    background: #1e293b;
    border-color: #334155;
}

.header-sort-option {
    padding: 8px 16px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}
body.dark-theme .header-sort-option {
    color: #cbd5e1;
}
.header-sort-option:hover {
    background: #f1f5f9;
}
body.dark-theme .header-sort-option:hover {
    background: #334155;
}

/* =========================================================================
   EXPANDED ROW - TRIP COLUMN (CUSTOM CSS FOR TAILWIND REPLACEMENT)
   ========================================================================= */

.aww-trip-col { display: flex; flex-direction: column; flex: 1; margin-right: 24px; }
.aww-section { margin-bottom: 24px; }
.aww-section-inner { display: flex; flex-direction: column; font-size: 10px; }

/* Section Header Bar */
.aww-hdr-bar { 
    display: flex; flex-direction: row; justify-content: space-between; 
    height: 18px; background-color: #f6f7f9; margin-bottom: 14px; padding-left: 8px; align-items: center; 
}
body.dark-theme .aww-hdr-bar { background-color: #1e293b; }
.aww-hdr-text { 
    font-size: 10px; font-weight: 500; line-height: 1.6; tracking: 1.5px; 
    color: #192129; letter-spacing: 1.5px; 
}
body.dark-theme .aww-hdr-text { color: #f8fafc; }

/* Route Details Container */
.aww-route-details { display: flex; flex-direction: row; }
.aww-route-svg-col { display: flex; width: 16px; margin-right: 4px; }
.aww-route-info-col { flex: 1; display: flex; flex-direction: column; padding-left: 4px; }

/* Nodes */
.aww-route-node { display: flex; flex-direction: column; min-height: 70px; }
.aww-route-node-row { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 16px; }
.aww-route-node-title { font-size: 14px; line-height: 1.43; color: #192129; font-weight: 700; }
body.dark-theme .aww-route-node-title { color: #f8fafc; }

.aww-route-date1 { font-size: 12px; line-height: 1.33; color: #192129; padding-top: 6px; }
body.dark-theme .aww-route-date1 { color: #cbd5e1; }
.aww-route-date2 { font-size: 12px; line-height: 1.33; color: #636d79; }
body.dark-theme .aww-route-date2 { color: #94a3b8; }

.aww-route-dest-node { display: flex; flex-direction: column; }
.aww-route-dest-title { font-size: 14px; line-height: 1.43; color: #192129; font-weight: 700; display: flex; align-items: center; height: 16px; }
body.dark-theme .aww-route-dest-title { color: #f8fafc; }

/* View Route Button */
.aww-view-route-btn {
    cursor: pointer; text-decoration: none; color: #0046e0; display: flex; align-items: center;
    border: 1px solid #636d79; height: auto; margin-left: auto; padding: 6px 12px; border-radius: 50px;
    transition: background 0.15s;
}
body.dark-theme .aww-view-route-btn { border-color: #94a3b8; color: #60a5fa; }
.aww-view-route-btn:hover { background-color: #f1f5f9; }
body.dark-theme .aww-view-route-btn:hover { background-color: #1e293b; }

.aww-view-route-btn svg { width: 12px; height: 12px; margin-right: 6px; fill: currentColor; }
.aww-view-route-btn span { font-weight: 600; font-size: 12px; line-height: 14px; letter-spacing: 1px; color: #192129; }
body.dark-theme .aww-view-route-btn span { color: #f8fafc; }

/* Equipment Section */
.aww-equip-sec { display: flex; flex-direction: column; padding-left: 20px; }
.aww-equip-hdr { display: flex; align-items: center; text-align: center; height: 16px; color: #192129; font-weight: 500; font-size: 10px; letter-spacing: 1.5px; line-height: 1.6; text-transform: uppercase; margin-bottom: 4px; }
body.dark-theme .aww-equip-hdr { color: #94a3b8; }
.aww-equip-grid { display: flex; flex-direction: column; font-size: 12px; line-height: 1.33; }
.aww-equip-row { display: flex; flex-direction: row; align-items: flex-start; min-height: 16px; margin-bottom: 2px; }
.aww-equip-lbl { width: 90px; color: #636d79; flex-shrink: 0; }
body.dark-theme .aww-equip-lbl { color: #94a3b8; }
.aww-equip-val { color: #192129; flex: 1; word-break: break-word; }
body.dark-theme .aww-equip-val { color: #f8fafc; }

/* Contact Section */
.aww-contact-sec { padding-left: 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin-bottom: 24px; }
.aww-contact-hdr { font-size: 16px; line-height: 22px; color: #192129; font-weight: 500; letter-spacing: 1.5px; margin: 0; text-transform: uppercase; }
body.dark-theme .aww-contact-hdr { color: #f8fafc; }
.aww-contact-phone { cursor: pointer; text-decoration: none; color: #0046e0; display: block; font-size: 12px; line-height: 16px; }
body.dark-theme .aww-contact-phone { color: #60a5fa; }
.aww-contact-email-wrap { display: flex; font-size: 12px; line-height: 16px; text-decoration: underline; flex: 1; }
.aww-contact-email { cursor: pointer; text-decoration: none; color: #0046e0; }
body.dark-theme .aww-contact-email { color: #60a5fa; }

/* Comments Section */
.aww-comments-sec { padding-left: 20px; display: flex; flex-direction: column; margin-bottom: 24px; }
.aww-comments-hdr { display: flex; font-weight: 500; font-size: 10px; letter-spacing: 1.5px; height: 16px; line-height: 1.6; color: #192129; text-transform: uppercase; margin-bottom: 4px; }
body.dark-theme .aww-comments-hdr { color: #94a3b8; }
.aww-comments-val { display: flex; flex-direction: column; font-size: 12px; line-height: 1.33; color: #192129; min-height: 30px; flex: 1; }
body.dark-theme .aww-comments-val { color: #f8fafc; }

/* =========================================================================
   EXPANDED ROW - RATE COLUMN (Col 2)
   ========================================================================= */
.aww-rate-col { display: flex; flex-direction: column; flex: 1; margin-right: 24px; }
.aww-rate-grid { display: flex; flex-direction: row; margin-top: 4px; padding-left: 4px; }
.aww-rate-lbls { display: flex; flex-direction: column; width: 90px; color: rgb(99, 109, 121); font-size: 12px; line-height: 15.96px; padding-left: 8px; gap: 4px; }
body.dark-theme .aww-rate-lbls { color: #94a3b8; }
.aww-rate-lbl { height: 24px; display: flex; align-items: center; font-weight: 400; }
.aww-rate-vals { display: flex; flex-direction: column; color: rgb(10, 13, 16); font-size: 12px; font-weight: 400; line-height: 15.96px; gap: 4px; }
body.dark-theme .aww-rate-vals { color: #f8fafc; }
.aww-rate-val { height: 24px; display: flex; align-items: center; color: rgb(25, 33, 41); }
.aww-rate-val.total { font-size: 14px; font-weight: 700; line-height: 18.62px; color: rgb(25, 33, 41); }

.aww-iq-hdr { display: flex; justify-content: space-between; align-items: center; background-color: rgb(246, 247, 249); padding: 0px 6px 0px 8px; margin: 0px 0px 14px; height: 18px; }
body.dark-theme .aww-iq-hdr { background-color: #1e293b; }
.aww-iq-title { font-size: 10px; font-weight: 400; line-height: 14.28px; color: rgb(25, 33, 41); }
body.dark-theme .aww-iq-title { color: #f8fafc; }
.aww-iq-sub { font-weight: 400; color: rgb(25, 33, 41); text-transform: none; letter-spacing: normal; }
body.dark-theme .aww-iq-sub { color: #94a3b8; }
.aww-iq-link { font-size: 10px; font-weight: 500; line-height: 16px; letter-spacing: 1.5px; color: rgb(0, 70, 224); cursor: pointer; text-decoration: none; padding: 0px 4px 0px 0px; display: flex; align-items: center; }
body.dark-theme .aww-iq-link { color: #60a5fa; }

.aww-iq-cards { display: flex; flex-direction: column; gap: 8px; padding-right: 8px; }
.aww-iq-card { border: 1px solid #c2c9d1; border-radius: 4px; padding: 12px; display: flex; flex-direction: column; background: #fff; }
body.dark-theme .aww-iq-card { border-color: #334155; background: #1e293b; }
.aww-iq-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.aww-iq-card-title { font-size: 10px; font-weight: 500; letter-spacing: 1.5px; color: #192129; }
body.dark-theme .aww-iq-card-title { color: #f8fafc; }
.aww-iq-card-geo { font-size: 12px; color: #636d79; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 60%; text-align: right; }
body.dark-theme .aww-iq-card-geo { color: #94a3b8; }

.aww-iq-card-mid { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; flex-wrap: wrap; }
.aww-iq-big-dollar { font-size: 24px; font-weight: 700; color: #192129; }
body.dark-theme .aww-iq-big-dollar { color: #f8fafc; }
.aww-iq-per-mile { font-size: 14px; font-weight: 500; color: #192129; }
body.dark-theme .aww-iq-per-mile { color: #f8fafc; }
.aww-iq-avg { font-size: 12px; color: #636d79; margin-left: auto; }
body.dark-theme .aww-iq-avg { color: #94a3b8; }

.aww-iq-card-bottom { display: flex; font-size: 12px; color: #636d79; }
body.dark-theme .aww-iq-card-bottom { color: #94a3b8; }

.aww-contract-na { display: flex; align-items: center; gap: 12px; padding: 8px 0; }
.aww-contract-na-text { font-size: 12px; color: #636d79; line-height: 1.33; }
body.dark-theme .aww-contract-na-text { color: #94a3b8; }

/* =========================================================================
   EXPANDED ROW - COMPANY COLUMN (Col 3)
   ========================================================================= */
.aww-company-col { display: flex; flex-direction: column; flex: 1; }
.aww-company-details { padding-left: 8px; display: flex; flex-direction: column; }
.aww-company-name { font-size: 16px; font-weight: 700; color: #192129; margin-bottom: 4px; display: flex; align-items: center; justify-content: space-between; padding-right: 8px; }
body.dark-theme .aww-company-name { color: #f8fafc; }
.aww-company-phone { font-size: 14px; color: #0046e0; font-weight: 500; text-decoration: none; display: block; margin-bottom: 4px; }
body.dark-theme .aww-company-phone { color: #60a5fa; }
.aww-company-mc { font-size: 12px; color: #192129; margin-bottom: 4px; }
body.dark-theme .aww-company-mc { color: #f8fafc; }
.aww-company-city { font-size: 12px; color: #636d79; margin-bottom: 8px; }
body.dark-theme .aww-company-city { color: #94a3b8; }

.aww-credit-row { display: flex; gap: 16px; font-size: 12px; color: #192129; margin-bottom: 8px; }
body.dark-theme .aww-credit-row { color: #f8fafc; }

.aww-outgo-badge { display: flex; flex-direction: column; border: 1px solid rgb(63, 123, 255); border-radius: 6px; overflow: hidden; margin-bottom: 12px; margin-right: 8px; width: 113px; height: 70px; }
body.dark-theme .aww-outgo-badge { border-color: #3b82f6; }
.aww-outgo-top { background-color: rgb(246, 247, 249); padding: 6px 8px; display: flex; align-items: center; flex: 1; }
body.dark-theme .aww-outgo-top { background-color: #1e293b; }
.aww-outgo-icon { height: 14px; margin-right: 6px; }
.aww-outgo-text { font-size: 12px; font-weight: 400; line-height: 15.96px; color: rgb(25, 33, 41); }
body.dark-theme .aww-outgo-text { color: #f8fafc; }
.aww-outgo-bottom { padding: 6px 8px; font-size: 12px; font-weight: 400; line-height: 15.96px; color: rgb(25, 33, 41); background-color: #fff; flex: 1; border-top: 1px solid rgb(63, 123, 255); }
body.dark-theme .aww-outgo-bottom { background-color: #0f172a; color: #94a3b8; border-color: #3b82f6; }

.aww-star-row { display: flex; align-items: center; font-size: 12px; line-height: 15.96px; color: rgb(25, 33, 41); margin-bottom: 16px; }
.aww-stars { color: rgb(25, 33, 41); font-size: 14px; letter-spacing: 2px; }
body.dark-theme .aww-stars { color: #f8fafc; }
.aww-reviews { font-size: 12px; color: rgb(25, 33, 41); padding: 0px 0px 0px 3px; }
body.dark-theme .aww-reviews { color: #f8fafc; }

.aww-mark-as-btn { 
    border: 1px solid #c2c9d1; background: transparent; color: #192129; font-weight: 600; font-size: 12px; 
    padding: 6px 12px; border-radius: 50px; cursor: pointer; display: inline-flex; align-items: center; 
    margin-bottom: 24px; transition: background 0.15s; letter-spacing: 1px;
}
body.dark-theme .aww-mark-as-btn { border-color: #334155; color: #f8fafc; }
.aww-mark-as-btn:hover { background: #f1f5f9; }
body.dark-theme .aww-mark-as-btn:hover { background: #1e293b; }

.aww-resources-sec { padding-left: 20px; display: flex; flex-direction: column; margin-bottom: 24px; }
.aww-resource-grid { display: flex; flex-direction: row; font-size: 12px; line-height: 1.33; }
.aww-resource-lbl { width: 90px; color: #636d79; flex-shrink: 0; }
body.dark-theme .aww-resource-lbl { color: #94a3b8; }
.aww-resource-vals { display: flex; flex-direction: column; flex: 1; gap: 8px; }
.aww-resource-item { display: flex; align-items: center; color: #0046e0; font-weight: 600; cursor: pointer; }
body.dark-theme .aww-resource-item { color: #60a5fa; }
.aww-resource-icon { width: 16px; height: 16px; margin-right: 6px; fill: currentColor; }

/* === ULTIMATE UNIFIED MASTER CLONE CSS === */
.row_clone-0 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: border-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 437px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 823px 218.5px; vertical-align: baseline; width: 1646px }
.row_clone-1 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 437px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 24px; margin-inline-start: 0px; margin-left: 0px; margin-right: 24px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 218.5px; vertical-align: baseline; width: 532.656px }
.row_clone-2 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 118px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 59px; vertical-align: baseline; width: 532.656px }
.row_clone-3 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-4 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 118px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 59px; vertical-align: baseline; width: 532.656px }
.row_clone-5 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; list-style-type: disc; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 9px; vertical-align: baseline; width: 524.656px }
.row_clone-6 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 12.1328px 9px; vertical-align: baseline; width: 24.2656px }
.row_clone-7 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 14.28px; list-style-type: disc; margin-block-end: 9px; margin-block-start: 0px; margin-bottom: 9px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-8 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-9 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-10 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(99, 109, 121); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 50px; border-end-start-radius: 50px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(99, 109, 121); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(99, 109, 121); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 50px; border-start-start-radius: 50px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 50px; border-top-right-radius: 50px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 8px; padding-bottom: 8px; padding-inline-end: 12px; padding-inline-start: 12px; padding-left: 12px; padding-right: 12px; padding-top: 8px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-11 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1px; line-height: 14px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-12 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 43px; vertical-align: baseline; width: 532.656px }
.row_clone-13 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 43px; vertical-align: baseline; width: 16px }
.row_clone-14 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 192.812px 43px; vertical-align: baseline; width: 385.625px }
.row_clone-15 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 4px; padding-left: 4px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 192.812px 43px; vertical-align: baseline; width: 381.625px }
.row_clone-16 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 70px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 190.812px 35px; vertical-align: baseline; width: 381.625px }
.row_clone-17 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 16px; justify-content: space-between; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 190.812px 8px; vertical-align: baseline; width: 381.625px }
.row_clone-18 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20.0156px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 60.1719px 10.0078px; vertical-align: baseline; width: 120.344px }
.row_clone-19 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 20.0156px; line-height: 20.02px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 60.1719px 10.0078px; vertical-align: baseline; width: 120.344px }
.row_clone-20 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 6px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 6px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 190.812px 10.9766px; vertical-align: baseline; width: 381.625px }
.row_clone-21 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 190.812px 0px; vertical-align: baseline; width: 381.625px }
.row_clone-22 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 16px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 190.812px 8px; vertical-align: baseline; width: 381.625px }
.row_clone-23 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 16px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 190.812px 8px; vertical-align: baseline; width: 381.625px }
.row_clone-24 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 16px; line-height: 20.02px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 60.5625px 8px; vertical-align: baseline; width: 121.125px }
.row_clone-25 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 190.812px 0px; vertical-align: baseline; width: 381.625px }
.row_clone-26 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(99, 109, 121); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 50px; border-end-start-radius: 50px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(99, 109, 121); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(99, 109, 121); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 50px; border-start-start-radius: 50px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 50px; border-top-right-radius: 50px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 8px; padding-bottom: 8px; padding-inline-end: 12px; padding-inline-start: 12px; padding-left: 12px; padding-right: 12px; padding-top: 8px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 65.5156px 16px; vertical-align: baseline; width: 105.031px }
.row_clone-27 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; height: 14px; letter-spacing: 1px; line-height: 14px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 42.5156px 7px; vertical-align: baseline; width: 85.0312px }
.row_clone-28 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 112px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 56px; vertical-align: baseline; width: 532.656px }
.row_clone-29 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-30 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 112px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 20px; padding-left: 20px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 56px; vertical-align: baseline; width: 512.656px }
.row_clone-31 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 16px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-32 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 96px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 48px; vertical-align: baseline; width: 512.656px }
.row_clone-33 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 16px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-34 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 7.97656px; vertical-align: baseline; width: 90px }
.row_clone-35 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 211.328px 7.97656px; vertical-align: baseline; width: 422.656px }
.row_clone-36 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 16px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-37 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 7.97656px; vertical-align: baseline; width: 90px }
.row_clone-38 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 211.328px 7.97656px; vertical-align: baseline; width: 422.656px }
.row_clone-39 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 16px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-40 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 7.97656px; vertical-align: baseline; width: 90px }
.row_clone-41 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 211.328px 7.97656px; vertical-align: baseline; width: 422.656px }
.row_clone-42 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 16px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-43 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 7.97656px; vertical-align: baseline; width: 90px }
.row_clone-44 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 211.328px 7.97656px; vertical-align: baseline; width: 422.656px }
.row_clone-45 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 16px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-46 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 7.97656px; vertical-align: baseline; width: 90px }
.row_clone-47 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 211.328px 7.97656px; vertical-align: baseline; width: 422.656px }
.row_clone-48 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 16px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-49 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 7.97656px; vertical-align: baseline; width: 90px }
.row_clone-50 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 211.328px 7.97656px; vertical-align: baseline; width: 422.656px }
.row_clone-51 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 65px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 20px; padding-left: 20px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 32.5px; vertical-align: baseline; width: 512.656px }
.row_clone-52 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-53 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 21px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 10.5px; vertical-align: baseline; width: 512.656px }
.row_clone-54 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 18px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 74.0469px 9px; vertical-align: baseline; width: 148.094px }
.row_clone-55 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-56 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 36px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 8px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 8px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 18px; vertical-align: baseline; width: 512.656px }
.row_clone-57 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 46px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 20px; padding-left: 20px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.328px 23px; vertical-align: baseline; width: 512.656px }
.row_clone-58 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-59 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 46px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 23px; vertical-align: baseline; width: 512.656px }
.row_clone-60 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 16px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 8px; vertical-align: baseline; width: 512.656px }
.row_clone-61 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 30px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 256.328px 15px; vertical-align: baseline; width: 512.656px }
.row_clone-62 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 437px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 24px; margin-inline-start: 0px; margin-left: 0px; margin-right: 24px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 218.5px; vertical-align: baseline; width: 532.672px }
.row_clone-63 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 104px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 52px; vertical-align: baseline; width: 532.672px }
.row_clone-64 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-65 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 104px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 52px; vertical-align: baseline; width: 532.672px }
.row_clone-66 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; list-style-type: disc; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 9px; vertical-align: baseline; width: 524.672px }
.row_clone-67 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 13.6953px 9px; vertical-align: baseline; width: 27.3906px }
.row_clone-68 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 36px; vertical-align: baseline; width: 532.672px }
.row_clone-69 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 49px 36px; vertical-align: baseline; width: 90px }
.row_clone-70 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 12px; vertical-align: baseline; width: 90px }
.row_clone-71 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 12px; vertical-align: baseline; width: 90px }
.row_clone-72 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 45px 12px; vertical-align: baseline; width: 90px }
.row_clone-73 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(10, 13, 16); border-block-end-width: 0px; border-block-start-color: rgb(10, 13, 16); border-block-start-width: 0px; border-bottom-color: rgb(10, 13, 16); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(10, 13, 16); border-inline-end-width: 0px; border-inline-start-color: rgb(10, 13, 16); border-inline-start-width: 0px; border-left-color: rgb(10, 13, 16); border-left-width: 0px; border-right-color: rgb(10, 13, 16); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(10, 13, 16); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(10, 13, 16); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 27.7109px 36px; vertical-align: baseline; width: 55.4219px }
.row_clone-74 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(10, 13, 16); border-block-end-width: 0px; border-block-start-color: rgb(10, 13, 16); border-block-start-width: 0px; border-bottom-color: rgb(10, 13, 16); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(10, 13, 16); border-inline-end-width: 0px; border-inline-start-color: rgb(10, 13, 16); border-inline-start-width: 0px; border-left-color: rgb(10, 13, 16); border-left-width: 0px; border-right-color: rgb(10, 13, 16); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(10, 13, 16); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(10, 13, 16); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 27.7109px 12px; vertical-align: baseline; width: 55.4219px }
.row_clone-75 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 16px; line-height: 18.62px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 27.7109px 12px; vertical-align: baseline; width: 55.4219px }
.row_clone-76 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(10, 13, 16); border-block-end-width: 0px; border-block-start-color: rgb(10, 13, 16); border-block-start-width: 0px; border-bottom-color: rgb(10, 13, 16); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(10, 13, 16); border-inline-end-width: 0px; border-inline-start-color: rgb(10, 13, 16); border-inline-start-width: 0px; border-left-color: rgb(10, 13, 16); border-left-width: 0px; border-right-color: rgb(10, 13, 16); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(10, 13, 16); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(10, 13, 16); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 27.7109px 12px; vertical-align: baseline; width: 55.4219px }
.row_clone-77 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 16px; line-height: 18.62px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 27.7109px 12px; vertical-align: baseline; width: 55.4219px }
.row_clone-78 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: hidden; overflow-y: hidden; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; transform-origin: 27.7109px 12px; vertical-align: baseline; width: 55.4219px }
.row_clone-79 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; transform-origin: 16.6016px 8px; vertical-align: baseline; width: 33.2031px }
.row_clone-80 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 236px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 118px; vertical-align: baseline; width: 532.672px }
.row_clone-81 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-82 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 236px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 118px; vertical-align: baseline; width: 532.672px }
.row_clone-83 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; list-style-type: disc; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 6px; padding-inline-start: 8px; padding-left: 8px; padding-right: 6px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 9px; vertical-align: baseline; width: 518.672px }
.row_clone-84 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 105.898px 9px; vertical-align: baseline; width: 211.797px }
.row_clone-85 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 4px; padding-inline-start: 0px; padding-left: 0px; padding-right: 4px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 33.3125px 9px; vertical-align: baseline; width: 62.625px }
.row_clone-86 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 204px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 102px; vertical-align: baseline; width: 532.672px }
.row_clone-87 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 204px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 102px; vertical-align: baseline; width: 532.672px }
.row_clone-88 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 204px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 102px; vertical-align: baseline; width: 532.672px }
.row_clone-89 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 204px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 102px; vertical-align: baseline; width: 532.672px }
.row_clone-90 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-91 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(233, 236, 241); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(233, 236, 241); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(233, 236, 241); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(233, 236, 241); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(233, 236, 241); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(233, 236, 241); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(233, 236, 241); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(233, 236, 241); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 202px; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 102px; vertical-align: baseline; width: 530.672px }
.row_clone-92 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; list-style-type: disc; margin-block-end: 6px; margin-block-start: 0px; margin-bottom: 6px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 6px; padding-inline-start: 8px; padding-left: 8px; padding-right: 6px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 265.336px 9px; vertical-align: baseline; width: 516.672px }
.row_clone-93 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; text-transform: uppercase; transform-origin: 88.9844px 9px; vertical-align: baseline; width: 177.969px }
.row_clone-94 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 178px; justify-content: center; line-height: 14.28px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-height: 178px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 265.336px 89px; vertical-align: baseline; width: 530.672px }
.row_clone-95 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; height: 18.6094px; line-height: 18.62px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 97.8281px 9.30469px; vertical-align: baseline; width: 195.656px }
.row_clone-96 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 437px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 218.5px; vertical-align: baseline; width: 532.672px }
.row_clone-97 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 247.859px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 123.93px; vertical-align: baseline; width: 532.672px }
.row_clone-98 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-99 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 247.859px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 123.93px; vertical-align: baseline; width: 532.672px }
.row_clone-100 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 247.859px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 123.93px; vertical-align: baseline; width: 532.672px }
.row_clone-101 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 17.136px; list-style-type: disc; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 9px; vertical-align: baseline; width: 524.672px }
.row_clone-102 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 27.5859px 9px; vertical-align: baseline; width: 55.1719px }
.row_clone-103 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 4px; padding-inline-start: 0px; padding-left: 0px; padding-right: 4px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 62.9531px 9px; vertical-align: baseline; width: 121.906px }
.row_clone-104 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 215.859px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 107.93px; vertical-align: baseline; width: 532.672px }
.row_clone-105 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; justify-content: space-between; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: hidden; overflow-y: hidden; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: ellipsis; transform-origin: 266.336px 20px; vertical-align: baseline; width: 532.672px }
.row_clone-106 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 55.3281px 15px; vertical-align: baseline; width: 110.656px }
.row_clone-107 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: border-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; height: 22.0156px; line-height: 20.02px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: hidden; overflow-y: hidden; padding-block-end: 0px; padding-block-start: 2px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 2px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: ellipsis; transform-origin: 55.3281px 11.0078px; vertical-align: baseline; width: 110.656px }
.row_clone-108 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 15px 15px; vertical-align: baseline; width: 30px }
.row_clone-109 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(246, 247, 249); border-block-end-style: solid; border-block-end-width: 2px; border-block-start-color: rgb(246, 247, 249); border-block-start-style: solid; border-block-start-width: 2px; border-bottom-color: rgb(246, 247, 249); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-style: solid; border-bottom-width: 2px; border-collapse: separate; border-end-end-radius: 20px; border-end-start-radius: 20px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(246, 247, 249); border-inline-end-style: solid; border-inline-end-width: 2px; border-inline-start-color: rgb(246, 247, 249); border-inline-start-style: solid; border-inline-start-width: 2px; border-left-color: rgb(246, 247, 249); border-left-style: solid; border-left-width: 2px; border-right-color: rgb(246, 247, 249); border-right-style: solid; border-right-width: 2px; border-start-end-radius: 20px; border-start-start-radius: 20px; border-top-color: rgb(246, 247, 249); border-top-left-radius: 20px; border-top-right-radius: 20px; border-top-style: solid; border-top-width: 2px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; justify-content: center; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform: matrix(-1, 0, 0, -1, 0, 0); transform-origin: 15px 15px; vertical-align: baseline; width: 26px }
.row_clone-110 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-111 { align-items: flex-end; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 175.859px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 87.9297px; vertical-align: baseline; width: 532.672px }
.row_clone-112 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 175.859px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 87.9297px; vertical-align: baseline; width: 532.672px }
.row_clone-113 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 25.9531px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 12.9766px; vertical-align: baseline; width: 532.672px }
.row_clone-114 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: hidden; overflow-y: hidden; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: ellipsis; transform-origin: 266.336px 12.9766px; vertical-align: baseline; width: 524.672px }
.row_clone-115 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 42.6328px 7.97656px; vertical-align: baseline; width: 85.2656px }
.row_clone-116 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; justify-content: space-between; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 5px; vertical-align: baseline; width: 524.672px }
.row_clone-117 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 0px; vertical-align: baseline; width: 524.672px }
.row_clone-118 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; justify-content: space-between; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 12.9766px; vertical-align: baseline; width: 524.672px }
.row_clone-119 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 7.97656px; vertical-align: baseline; width: 524.672px }
.row_clone-120 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; justify-content: space-between; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 10px; padding-block-start: 2px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 2px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 42px; vertical-align: baseline; width: 524.672px }
.row_clone-121 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 57.5px 36px; vertical-align: baseline; width: 115px }
.row_clone-122 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(63, 123, 255); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(63, 123, 255); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(63, 123, 255); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 6px; border-end-start-radius: 6px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(63, 123, 255); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(63, 123, 255); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(63, 123, 255); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(63, 123, 255); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 6px; border-start-start-radius: 6px; border-top-color: rgb(63, 123, 255); border-top-left-radius: 6px; border-top-right-radius: 6px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 70px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: hidden; overflow-y: hidden; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 57.5px 36px; vertical-align: baseline; width: 113px }
.row_clone-123 { align-items: center; background-image: linear-gradient(rgb(21, 94, 255) 0%, rgb(0, 62, 199) 100%); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 28px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 8px; padding-block-start: 8px; padding-bottom: 8px; padding-inline-end: 8px; padding-inline-start: 8px; padding-left: 8px; padding-right: 8px; padding-top: 8px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 56.5px 22px; vertical-align: baseline; width: 97px }
.row_clone-124 { align-items: center; background-color: rgb(255, 255, 255); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 4px; border-end-start-radius: 4px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 4px; border-start-start-radius: 4px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 4px; border-top-right-radius: 4px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 0; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 28px; justify-content: center; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 14px 14px; vertical-align: baseline; width: 28px }
.row_clone-125 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: clip; overflow-y: clip; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 12px 12px; vertical-align: baseline; width: 24px }
.row_clone-126 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(255, 255, 255); border-block-end-width: 0px; border-block-start-color: rgb(255, 255, 255); border-block-start-width: 0px; border-bottom-color: rgb(255, 255, 255); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(255, 255, 255); border-inline-end-width: 0px; border-inline-start-color: rgb(255, 255, 255); border-inline-start-width: 0px; border-left-color: rgb(255, 255, 255); border-left-width: 0px; border-right-color: rgb(255, 255, 255); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(255, 255, 255); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(255, 255, 255); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Centra No2", sans-serif; font-size: 11px; font-weight: 500; height: 25.3125px; line-height: 12.65px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: left; text-overflow: clip; transform-origin: 29px 12.6562px; vertical-align: baseline; width: 58px }
.row_clone-127 { align-items: center; background-color: rgb(21, 94, 255); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; justify-content: center; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 8px; padding-inline-start: 8px; padding-left: 8px; padding-right: 8px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 56.5px 13px; vertical-align: baseline; width: 97px }
.row_clone-128 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(221, 221, 251); border-block-end-width: 0px; border-block-start-color: rgb(221, 221, 251); border-block-start-width: 0px; border-bottom-color: rgb(221, 221, 251); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(221, 221, 251); border-inline-end-width: 0px; border-inline-start-color: rgb(221, 221, 251); border-inline-start-width: 0px; border-left-color: rgb(221, 221, 251); border-left-width: 0px; border-right-color: rgb(221, 221, 251); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(221, 221, 251); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(221, 221, 251); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Centra No2", sans-serif; font-size: 9px; font-weight: 400; height: 13px; line-height: 13px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; transform-origin: 45.8672px 6.5px; vertical-align: baseline; width: 91.7344px }
.row_clone-129 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; justify-content: space-between; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 14.9766px; vertical-align: baseline; width: 524.672px }
.row_clone-130 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 9.97656px; vertical-align: baseline; width: 524.672px }
.row_clone-131 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 56px 9.97656px; vertical-align: baseline; width: 112px }
.row_clone-132 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 56px 9.97656px; vertical-align: baseline; width: 112px }
.row_clone-133 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 9.97656px; vertical-align: baseline; width: 16px }
.row_clone-134 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 9.97656px; vertical-align: baseline; width: 16px }
.row_clone-135 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 9.97656px; vertical-align: baseline; width: 16px }
.row_clone-136 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 9.97656px; vertical-align: baseline; width: 16px }
.row_clone-137 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 9.97656px; vertical-align: baseline; width: 16px }
.row_clone-138 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 9.97656px; vertical-align: baseline; width: 16px }
.row_clone-139 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 8px 9.97656px; vertical-align: baseline; width: 16px }
.row_clone-140 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 3px; padding-left: 3px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 9.57031px 9.97656px; vertical-align: baseline; width: 16.1406px }
.row_clone-141 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-142 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 61px; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 30.5px; vertical-align: baseline; width: 532.672px }
.row_clone-143 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 61px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 30.5px; vertical-align: baseline; width: 532.672px }
.row_clone-144 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgba(0, 0, 0, 0.12); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgba(0, 0, 0, 0.12); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 0.5px; vertical-align: baseline; width: 532.672px }
.row_clone-145 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: wrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 36px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 18px; vertical-align: baseline; width: 532.672px }
.row_clone-146 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 36px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 18px; vertical-align: baseline; width: 532.672px }
.row_clone-147 { background-color: rgb(255, 255, 255); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(25, 33, 41); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 34px; border-end-start-radius: 34px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(25, 33, 41); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(25, 33, 41); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 34px; border-start-start-radius: 34px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 34px; border-top-right-radius: 34px; border-top-style: solid; border-top-width: 1px; box-sizing: border-box; color: rgb(25, 33, 41); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 36px; letter-spacing: 1px; line-height: 34px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; min-width: 64px; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: relative; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; text-transform: uppercase; transform-origin: 266.336px 18px; vertical-align: baseline; width: 532.672px }
.row_clone-148 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 1px; line-height: 34px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; text-transform: uppercase; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-149 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: inline-block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 34px; letter-spacing: 1px; line-height: 34px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 53.0625px; padding-left: 53.0625px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; text-transform: uppercase; transform-origin: 225.531px 17px; vertical-align: middle; width: 398px }
.row_clone-150 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 34px; border-end-start-radius: 34px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 34px; border-start-start-radius: 34px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 34px; border-top-right-radius: 34px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 34px; letter-spacing: 1px; line-height: 34px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: hidden; overflow-y: hidden; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: absolute; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; text-transform: uppercase; transform-origin: 265.336px 17px; vertical-align: baseline; width: 530.672px }
.row_clone-151 { background-color: rgb(0, 0, 0); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 34px; border-end-start-radius: 34px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 34px; border-start-start-radius: 34px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 34px; border-top-right-radius: 34px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 34px; letter-spacing: 1px; line-height: 34px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; opacity: 0; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: absolute; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: center; text-overflow: clip; text-transform: uppercase; transform-origin: 265.336px 17px; vertical-align: baseline; width: 530.672px }
.row_clone-152 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 50% 50%; vertical-align: baseline }
.row_clone-153 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 76.2656px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 266.336px 38.1328px; vertical-align: baseline; width: 524.672px }
.row_clone-154 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 0px 0px; vertical-align: baseline }
.row_clone-155 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 76.2656px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 38.1328px; vertical-align: baseline; width: 524.672px }
.row_clone-156 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 76.2656px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 38.1328px; vertical-align: baseline; width: 524.672px }
.row_clone-157 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 14.2656px; letter-spacing: 1.5px; line-height: 14.28px; list-style-type: disc; margin-block-end: 10px; margin-block-start: 0px; margin-bottom: 10px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 7.13281px; vertical-align: baseline; width: 524.672px }
.row_clone-158 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 26px; vertical-align: baseline; width: 524.672px }
.row_clone-159 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 262.336px 26px; vertical-align: baseline; width: 524.672px }
.row_clone-160 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 40px 26px; vertical-align: baseline; width: 80px }
.row_clone-161 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 84.7891px 26px; vertical-align: baseline; width: 169.578px }
.row_clone-162 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 84.7891px 13px; vertical-align: baseline; width: 169.578px }
.row_clone-163 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 16px; letter-spacing: 1px; line-height: 19.2px; list-style-type: disc; margin-block-end: 10px; margin-block-start: 0px; margin-bottom: 10px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 4px; padding-left: 4px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 58.8203px 8px; vertical-align: baseline; width: 113.641px }
.row_clone-164 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; line-height: 17.136px; list-style-type: disc; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 84.7891px 13px; vertical-align: baseline; width: 169.578px }
.row_clone-165 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 16px; letter-spacing: 1px; line-height: 19.2px; list-style-type: disc; margin-block-end: 10px; margin-block-start: 0px; margin-bottom: 10px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; mask-position: 0% 0%; mask-repeat: repeat; overflow-x: visible; overflow-y: visible; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 4px; padding-left: 4px; padding-right: 0px; padding-top: 0px; stroke-linecap: butt; stroke-linejoin: miter; stroke-width: 1px; text-align: start; text-overflow: clip; transform-origin: 76.7891px 8px; vertical-align: baseline; width: 149.578px }



/* === RESTORED advanced_trip.css === */
.ac-trip-0 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 437px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 24px; margin-inline-start: 0px; margin-left: 0px; margin-right: 24px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.656px }
.ac-trip-1 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 118px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.656px }
.ac-trip-2 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-3 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 118px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.656px }
.ac-trip-4 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.656px }
.ac-trip-5 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 24.2656px }
.ac-trip-6 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 14.28px; margin-block-end: 9px; margin-block-start: 0px; margin-bottom: 9px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-7 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-8 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-9 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(99, 109, 121); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 50px; border-end-start-radius: 50px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(99, 109, 121); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(99, 109, 121); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 50px; border-start-start-radius: 50px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 50px; border-top-right-radius: 50px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 8px; padding-bottom: 8px; padding-inline-end: 12px; padding-inline-start: 12px; padding-left: 12px; padding-right: 12px; padding-top: 8px; text-align: start; text-overflow: clip }
.ac-trip-10 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-11 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.656px }
.ac-trip-12 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 16px }
.ac-trip-13 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 385.625px }
.ac-trip-14 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 86px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 4px; padding-left: 4px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-15 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 70px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-16 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 16px; justify-content: space-between; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-17 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20.0156px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 120.344px }
.ac-trip-18 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 20.0156px; line-height: 20.02px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 120.344px }
.ac-trip-19 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 6px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 6px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-20 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-21 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 16px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-22 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 16px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-23 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 16px; line-height: 20.02px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 121.125px }
.ac-trip-24 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 381.625px }
.ac-trip-25 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(99, 109, 121); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 50px; border-end-start-radius: 50px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(99, 109, 121); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(99, 109, 121); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 50px; border-start-start-radius: 50px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 50px; border-top-right-radius: 50px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 8px; padding-bottom: 8px; padding-inline-end: 12px; padding-inline-start: 12px; padding-left: 12px; padding-right: 12px; padding-top: 8px; text-align: start; text-overflow: clip; width: 105.031px }
.ac-trip-26 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; height: 14px; letter-spacing: 1px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 85.0312px }
.ac-trip-27 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 112px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.656px }
.ac-trip-28 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-29 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 112px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 20px; padding-left: 20px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-30 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 16px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center; text-overflow: clip; width: 512.656px }
.ac-trip-31 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 96px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-32 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 16px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-33 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-trip-34 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 422.656px }
.ac-trip-35 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 16px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-36 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-trip-37 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 422.656px }
.ac-trip-38 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 16px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-39 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-trip-40 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 422.656px }
.ac-trip-41 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 16px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-42 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-trip-43 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 422.656px }
.ac-trip-44 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 16px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-45 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-trip-46 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 422.656px }
.ac-trip-47 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 16px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-48 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 0; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-trip-49 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 422.656px }
.ac-trip-50 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 65px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 20px; padding-left: 20px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-51 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-52 { align-items: flex-start; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 21px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-53 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 18px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 148.094px }
.ac-trip-54 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-55 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 36px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 8px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 8px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-56 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 46px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 20px; padding-left: 20px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-57 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-trip-58 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 46px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-59 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 16px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }
.ac-trip-60 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 30px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 512.656px }


/* === RESTORED advanced_final.css === */
.ac-0 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 468.953px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 24px; margin-inline-start: 0px; margin-left: 0px; margin-right: 24px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-1 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 104px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-2 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-3 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 104px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-4 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-5 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 27.3906px }
.ac-6 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-7 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-8 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-9 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-10 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 90px }
.ac-11 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(10, 13, 16); border-block-end-width: 0px; border-block-start-color: rgb(10, 13, 16); border-block-start-width: 0px; border-bottom-color: rgb(10, 13, 16); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(10, 13, 16); border-inline-end-width: 0px; border-inline-start-color: rgb(10, 13, 16); border-inline-start-width: 0px; border-left-color: rgb(10, 13, 16); border-left-width: 0px; border-right-color: rgb(10, 13, 16); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(10, 13, 16); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(10, 13, 16); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 51.4219px }
.ac-12 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(10, 13, 16); border-block-end-width: 0px; border-block-start-color: rgb(10, 13, 16); border-block-start-width: 0px; border-bottom-color: rgb(10, 13, 16); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(10, 13, 16); border-inline-end-width: 0px; border-inline-start-color: rgb(10, 13, 16); border-inline-start-width: 0px; border-left-color: rgb(10, 13, 16); border-left-width: 0px; border-right-color: rgb(10, 13, 16); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(10, 13, 16); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(10, 13, 16); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 51.4219px }
.ac-13 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 16px; line-height: 18.62px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 51.4219px }
.ac-14 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(10, 13, 16); border-block-end-width: 0px; border-block-start-color: rgb(10, 13, 16); border-block-start-width: 0px; border-bottom-color: rgb(10, 13, 16); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(10, 13, 16); border-inline-end-width: 0px; border-inline-start-color: rgb(10, 13, 16); border-inline-start-width: 0px; border-left-color: rgb(10, 13, 16); border-left-width: 0px; border-right-color: rgb(10, 13, 16); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(10, 13, 16); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(10, 13, 16); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 51.4219px }
.ac-15 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; height: 16px; line-height: 18.62px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 51.4219px }
.ac-16 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 0px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center; text-overflow: clip; width: 51.4219px }
.ac-17 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 16px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center; text-overflow: clip; width: 33.2188px }
.ac-18 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 210px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-19 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-20 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 210px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-21 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 6px; padding-inline-start: 8px; padding-left: 8px; padding-right: 6px; padding-top: 0px; text-align: start; text-overflow: clip; width: 518.672px }
.ac-22 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 211.797px }
.ac-23 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 4px; padding-inline-start: 0px; padding-left: 0px; padding-right: 4px; padding-top: 0px; text-align: start; text-overflow: clip; width: 62.625px }
.ac-24 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 178px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-25 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 178px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-26 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 178px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-27 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 178px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-28 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-29 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(233, 236, 241); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(233, 236, 241); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(233, 236, 241); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(233, 236, 241); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(233, 236, 241); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(233, 236, 241); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 88px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 530.672px }
.ac-30 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; margin-block-end: 6px; margin-block-start: 0px; margin-bottom: 6px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 6px; padding-inline-start: 8px; padding-left: 8px; padding-right: 6px; padding-top: 0px; text-align: start; text-overflow: clip; width: 516.672px }
.ac-31 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 68.25px }
.ac-32 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 35px; padding-left: 35px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: ellipsis; width: auto; max-width: 180px; white-space: nowrap; overflow: hidden; }
.ac-33 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 64px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 530.672px }
.ac-34 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 64px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 530.672px }
.ac-35 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20px; justify-content: space-between; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 522.672px }
.ac-36 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 159.953px }
.ac-37 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; height: 20px; line-height: 19.992px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 50px }
.ac-38 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 22px; padding-left: 22px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 87.9531px }
.ac-39 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; height: 20px; line-height: 20.02px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 69.9531px }
.ac-40 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 6px; padding-inline-start: 35px; padding-left: 35px; padding-right: 6px; padding-top: 0px; text-align: start; text-overflow: clip; width: 96.3125px }
.ac-41 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-42 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 522.672px }
.ac-43 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 2px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 2px; text-align: start; text-overflow: clip; width: 35px }
.ac-44 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 2px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 38px; padding-left: 38px; padding-right: 0px; padding-top: 2px; text-align: start; text-overflow: clip; width: 172.562px }
.ac-45 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-46 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 522.672px }
.ac-47 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-48 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(233, 236, 241); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(233, 236, 241); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(233, 236, 241); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(233, 236, 241); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(233, 236, 241); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(233, 236, 241); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 88px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 530.672px }
.ac-49 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 14.28px; margin-block-end: 6px; margin-block-start: 0px; margin-bottom: 6px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 6px; padding-inline-start: 8px; padding-left: 8px; padding-right: 6px; padding-top: 0px; text-align: start; text-overflow: clip; width: 516.672px }
.ac-50 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 103.141px }
.ac-51 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 35px; padding-left: 35px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: ellipsis; width: auto; max-width: 180px; white-space: nowrap; overflow: hidden; }
.ac-52 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 64px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 530.672px }
.ac-53 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 64px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 530.672px }
.ac-54 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20px; justify-content: space-between; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 522.672px }
.ac-55 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 158.094px }
.ac-56 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; height: 20px; line-height: 19.992px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 50px }
.ac-57 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 20px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 22px; padding-left: 22px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 86.0938px }
.ac-58 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; height: 20px; line-height: 20.02px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 68.0938px }
.ac-59 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 6px; padding-inline-start: 35px; padding-left: 35px; padding-right: 6px; padding-top: 0px; text-align: start; text-overflow: clip; width: 103.328px }
.ac-60 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-61 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 522.672px }
.ac-62 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 2px; padding-bottom: 8px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 2px; text-align: start; text-overflow: clip; width: 35px }
.ac-63 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 2px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 38px; padding-left: 38px; padding-right: 0px; padding-top: 2px; text-align: start; text-overflow: clip; width: 173.156px }
.ac-64 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 0.2px; line-height: 14px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-65 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 400; height: 14px; line-height: 14.28px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 522.672px }
.ac-66 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: column; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 468.953px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-67 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 267.859px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-68 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-69 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 267.859px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-70 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 267.859px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-71 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 18px; justify-content: space-between; line-height: 17.136px; margin-block-end: 14px; margin-block-start: 0px; margin-bottom: 14px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-72 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 55.1719px }
.ac-73 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 18px; letter-spacing: 1.5px; line-height: 16px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 4px; padding-inline-start: 0px; padding-left: 0px; padding-right: 4px; padding-top: 0px; text-align: start; text-overflow: clip; width: 121.906px }
.ac-74 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 235.859px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-75 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; justify-content: space-between; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: ellipsis; width: 532.672px }
.ac-76 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 171.906px }
.ac-77 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: border-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 500; height: 22.0156px; line-height: 20.02px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 2px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 2px; text-align: start; text-overflow: ellipsis; width: 171.906px }
.ac-78 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 30px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 30px }
.ac-79 { background-color: rgb(246, 247, 249); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(246, 247, 249); border-block-end-style: solid; border-block-end-width: 2px; border-block-start-color: rgb(246, 247, 249); border-block-start-style: solid; border-block-start-width: 2px; border-bottom-color: rgb(246, 247, 249); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom-style: solid; border-bottom-width: 2px; border-collapse: separate; border-end-end-radius: 20px; border-end-start-radius: 20px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(246, 247, 249); border-inline-end-style: solid; border-inline-end-width: 2px; border-inline-start-color: rgb(246, 247, 249); border-inline-start-style: solid; border-inline-start-width: 2px; border-left-color: rgb(246, 247, 249); border-left-style: solid; border-left-width: 2px; border-right-color: rgb(246, 247, 249); border-right-style: solid; border-right-width: 2px; border-start-end-radius: 20px; border-start-start-radius: 20px; border-top-color: rgb(246, 247, 249); border-top-left-radius: 20px; border-top-right-radius: 20px; border-top-style: solid; border-top-width: 2px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; justify-content: center; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 26px }
.ac-80 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-81 { align-items: flex-end; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 195.859px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-82 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 195.859px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-83 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 25.9531px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-84 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: ellipsis; width: 524.672px }
.ac-85 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(0, 70, 224); border-block-end-width: 0px; border-block-start-color: rgb(0, 70, 224); border-block-start-width: 0px; border-bottom-color: rgb(0, 70, 224); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(0, 70, 224); border-inline-end-width: 0px; border-inline-start-color: rgb(0, 70, 224); border-inline-start-width: 0px; border-left-color: rgb(0, 70, 224); border-left-width: 0px; border-right-color: rgb(0, 70, 224); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(0, 70, 224); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(0, 70, 224); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 94.3125px }
.ac-86 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; justify-content: space-between; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-87 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-88 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; justify-content: space-between; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-89 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 15.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-90 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; justify-content: space-between; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 10px; padding-block-start: 2px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 2px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-91 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 72px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 115px }
.ac-92 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(63, 123, 255); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(63, 123, 255); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(63, 123, 255); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 6px; border-end-start-radius: 6px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(63, 123, 255); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(63, 123, 255); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(63, 123, 255); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(63, 123, 255); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 6px; border-start-start-radius: 6px; border-top-color: rgb(63, 123, 255); border-top-left-radius: 6px; border-top-right-radius: 6px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 70px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 113px }
.ac-93 { align-items: center; background-image: linear-gradient(rgb(21, 94, 255) 0%, rgb(0, 62, 199) 100%); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 28px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 8px; padding-block-start: 8px; padding-bottom: 8px; padding-inline-end: 8px; padding-inline-start: 8px; padding-left: 8px; padding-right: 8px; padding-top: 8px; text-align: start; text-overflow: clip; width: 97px }
.ac-94 { align-items: center; background-color: rgb(255, 255, 255); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 4px; border-end-start-radius: 4px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 4px; border-start-start-radius: 4px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 4px; border-top-right-radius: 4px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 0; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 28px; justify-content: center; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 28px }
.ac-95 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 24px }
.ac-96 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(255, 255, 255); border-block-end-width: 0px; border-block-start-color: rgb(255, 255, 255); border-block-start-width: 0px; border-bottom-color: rgb(255, 255, 255); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(255, 255, 255); border-inline-end-width: 0px; border-inline-start-color: rgb(255, 255, 255); border-inline-start-width: 0px; border-left-color: rgb(255, 255, 255); border-left-width: 0px; border-right-color: rgb(255, 255, 255); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(255, 255, 255); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(255, 255, 255); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Centra No2", sans-serif; font-size: 11px; font-weight: 500; height: 25.3125px; line-height: 12.65px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-overflow: clip; width: 58px }
.ac-97 { align-items: center; background-color: rgb(21, 94, 255); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; justify-content: center; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 8px; padding-inline-start: 8px; padding-left: 8px; padding-right: 8px; padding-top: 0px; text-align: start; text-overflow: clip; width: 97px }
.ac-98 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(221, 221, 251); border-block-end-width: 0px; border-block-start-color: rgb(221, 221, 251); border-block-start-width: 0px; border-bottom-color: rgb(221, 221, 251); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(221, 221, 251); border-inline-end-width: 0px; border-inline-start-color: rgb(221, 221, 251); border-inline-start-width: 0px; border-left-color: rgb(221, 221, 251); border-left-width: 0px; border-right-color: rgb(221, 221, 251); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(221, 221, 251); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(221, 221, 251); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Centra No2", sans-serif; font-size: 9px; font-weight: 400; height: 13px; line-height: 13px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center; text-overflow: clip; width: 91.7344px }
.ac-99 { align-items: center; background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; justify-content: space-between; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 10px; padding-block-start: 0px; padding-bottom: 10px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-100 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 262.328px }
.ac-101 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 80px }
.ac-102 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 80px }
.ac-103 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 16px }
.ac-104 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 16px }
.ac-105 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 16px }
.ac-106 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 16px }
.ac-107 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 16px }
.ac-108 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 19.9531px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 3px; padding-left: 3px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 30.9219px }
.ac-109 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 24px; line-height: 15.96px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 262.344px }
.ac-110 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-111 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 61px; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-112 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 61px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-113 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgba(0, 0, 0, 0.12); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgba(0, 0, 0, 0.12); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-style: solid; border-top-width: 1px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 24px; margin-block-start: 0px; margin-bottom: 24px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-114 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 36px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-115 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 36px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 532.672px }
.ac-116 { background-color: rgb(255, 255, 255); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-style: solid; border-block-end-width: 1px; border-block-start-color: rgb(25, 33, 41); border-block-start-style: solid; border-block-start-width: 1px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-bottom-style: solid; border-bottom-width: 1px; border-collapse: separate; border-end-end-radius: 34px; border-end-start-radius: 34px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-style: solid; border-inline-end-width: 1px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-style: solid; border-inline-start-width: 1px; border-left-color: rgb(25, 33, 41); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(25, 33, 41); border-right-style: solid; border-right-width: 1px; border-start-end-radius: 34px; border-start-start-radius: 34px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 34px; border-top-right-radius: 34px; border-top-style: solid; border-top-width: 1px; box-sizing: border-box; color: rgb(25, 33, 41); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 36px; letter-spacing: 1px; line-height: 34px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-width: 64px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: relative; text-align: center; text-overflow: clip; text-transform: uppercase; width: 532.672px }
.ac-117 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 1px; line-height: 34px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center; text-overflow: clip; text-transform: uppercase }
.ac-118 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: inline-block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 34px; letter-spacing: 1px; line-height: 34px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 53.0625px; padding-left: 53.0625px; padding-right: 0px; padding-top: 0px; text-align: center; text-overflow: clip; text-transform: uppercase; width: 398px }
.ac-119 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 34px; border-end-start-radius: 34px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 34px; border-start-start-radius: 34px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 34px; border-top-right-radius: 34px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 34px; letter-spacing: 1px; line-height: 34px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: absolute; text-align: center; text-overflow: clip; text-transform: uppercase; width: 530.672px }
.ac-120 { background-color: rgb(0, 0, 0); background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 34px; border-end-start-radius: 34px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 34px; border-start-start-radius: 34px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 34px; border-top-right-radius: 34px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: block; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 34px; letter-spacing: 1px; line-height: 34px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 0; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: absolute; text-align: center; text-overflow: clip; text-transform: uppercase; width: 530.672px }
.ac-121 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-122 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 76.2656px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 8px; padding-left: 8px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-123 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip }
.ac-124 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 76.2656px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-125 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 76.2656px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-126 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 500; height: 14.2656px; letter-spacing: 1.5px; line-height: 14.28px; margin-block-end: 10px; margin-block-start: 0px; margin-bottom: 10px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-127 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-128 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 524.672px }
.ac-129 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(99, 109, 121); border-block-end-width: 0px; border-block-start-color: rgb(99, 109, 121); border-block-start-width: 0px; border-bottom-color: rgb(99, 109, 121); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(99, 109, 121); border-inline-end-width: 0px; border-inline-start-color: rgb(99, 109, 121); border-inline-start-width: 0px; border-left-color: rgb(99, 109, 121); border-left-width: 0px; border-right-color: rgb(99, 109, 121); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(99, 109, 121); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(99, 109, 121); flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 80px }
.ac-130 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-direction: column; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 52px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 169.578px }
.ac-131 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 169.578px }
.ac-132 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 16px; letter-spacing: 1px; line-height: 19.2px; margin-block-end: 10px; margin-block-start: 0px; margin-bottom: 10px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 4px; padding-left: 4px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 113.641px }
.ac-133 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); display: flex; flex-basis: 0%; flex-direction: row; flex-grow: 1; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; height: 26px; line-height: 17.136px; margin-block-end: 0px; margin-block-start: 0px; margin-bottom: 0px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 169.578px }
.ac-134 { background-position: 0% 0%; background-repeat: repeat; border-block-end-color: rgb(25, 33, 41); border-block-end-width: 0px; border-block-start-color: rgb(25, 33, 41); border-block-start-width: 0px; border-bottom-color: rgb(25, 33, 41); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-width: 0px; border-collapse: separate; border-end-end-radius: 0px; border-end-start-radius: 0px; border-image-outset: 0; border-image-repeat: stretch; border-image-width: 1; border-inline-end-color: rgb(25, 33, 41); border-inline-end-width: 0px; border-inline-start-color: rgb(25, 33, 41); border-inline-start-width: 0px; border-left-color: rgb(25, 33, 41); border-left-width: 0px; border-right-color: rgb(25, 33, 41); border-right-width: 0px; border-start-end-radius: 0px; border-start-start-radius: 0px; border-top-color: rgb(25, 33, 41); border-top-left-radius: 0px; border-top-right-radius: 0px; border-top-width: 0px; box-sizing: content-box; color: rgb(25, 33, 41); cursor: pointer; display: flex; flex-direction: row; flex-grow: 0; flex-shrink: 1; font-family: "Sequel Sans", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 500; height: 16px; letter-spacing: 1px; line-height: 19.2px; margin-block-end: 10px; margin-block-start: 0px; margin-bottom: 10px; margin-inline-end: 0px; margin-inline-start: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-block-end: 0px; padding-block-start: 0px; padding-bottom: 0px; padding-inline-end: 0px; padding-inline-start: 4px; padding-left: 4px; padding-right: 0px; padding-top: 0px; text-align: start; text-overflow: clip; width: 149.578px }

/* === CLASSIC COPY BUTTON STYLES === */
.classic-copy-btn {
    background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
    border: 1px solid #d1d5db;
    border-radius: 6px;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
    font-family: inherit;
    width: 100%;
}
.classic-copy-btn:hover {
    background: linear-gradient(180deg, #f9fafb 0%, #e5e7eb 100%);
    border-color: #9ca3af;
    color: #111827;
}
.classic-copy-btn:active {
    background: #e5e7eb;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}

.dat-tracking-required-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #FFF2D6; /* Light orange-beige yellow */
    color: #192129; /* Dark grey/black */
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
}
body.dark-theme .dat-tracking-required-banner {
    background-color: #3b2a1a;
    color: #f8fafc;
}

body.dark-theme .btn-print-circle {
    border-color: #334155;
    background: #1e293b;
}
body.dark-theme .btn-print-circle:hover {
    background: #334155;
}

/* Fix text overlapping inside expanded detail row due to fixed container heights */
.ac-trip-0, .ac-trip-1, .ac-trip-3, .ac-trip-11, .ac-trip-12, .ac-trip-13, .ac-trip-14, .ac-trip-15, .ac-trip-16, .ac-trip-21, .ac-trip-22,
.ac-66, .ac-69, .ac-74, .ac-75, .ac-76, .ac-81, .ac-82, .ac-83, .ac-0, .ac-1, .ac-3, .ac-6, .ac-11, .ac-12, .ac-14 {
    height: auto !important;
}

/* Comment out/hide sidebar as requested. To enable back, comment/delete this display property */
.sidebar {
    display: none !important;
}

/* Official DAT One Filter Popovers & Company Search Box Styles */
.popover {
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    width: 360px;
    padding: 0;
    margin-top: 6px;
    color: #1e293b;
    font-family: inherit;
}
.popover.hidden {
    display: none !important;
}

body.dark-theme .popover {
    background: #1e293b;
    border-color: #334155;
    color: #f8fafc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.popover-content {
    padding: 20px;
}

.popover-title {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}
body.dark-theme .popover-title {
    color: #f8fafc;
}

.company-mode-toggles {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.radio-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    user-select: none;
}
body.dark-theme .radio-label {
    color: #cbd5e1;
}

.radio-label input[type="radio"] {
    accent-color: #0046e0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.company-search-container {
    position: relative;
    margin-bottom: 16px;
    width: 100%;
}

#companySearchInput {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
    color: #0f172a;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#companySearchInput:focus {
    border-color: #0046e0;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 70, 224, 0.15);
}
body.dark-theme #companySearchInput {
    background: #0f172a;
    border-color: #334155;
    color: #f8fafc;
}
body.dark-theme #companySearchInput:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.company-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.company-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
}
body.dark-theme .company-tag {
    background: #1e3a8a;
    color: #93c5fd;
    border-color: #1e40af;
}

.company-tag-remove {
    cursor: pointer;
    font-weight: 700;
    color: #3b82f6;
}
.company-tag-remove:hover {
    color: #1d4ed8;
}

.suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10001;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin-top: 4px;
}
body.dark-theme .suggestions-dropdown {
    background: #1e293b;
    border-color: #334155;
}

.suggestion-item {
    padding: 10px 14px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
}
body.dark-theme .suggestion-item {
    color: #f8fafc;
    border-bottom-color: #334155;
}
.suggestion-item:last-child {
    border-bottom: none;
}
.suggestion-item:hover {
    background: #f1f5f9;
}
body.dark-theme .suggestion-item:hover {
    background: #334155;
}

.preferred-blocked-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 14px;
    margin-top: 14px;
}
body.dark-theme .preferred-blocked-section {
    border-top-color: #334155;
}

.preferred-blocked-section h4 {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}
body.dark-theme .preferred-blocked-section h4 {
    color: #94a3b8;
}

.popover-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px 16px 20px;
    border-top: 1px solid #f1f5f9;
}
body.dark-theme .popover-footer {
    border-top-color: #334155;
}

.text-btn {
    background: none;
    border: none;
    color: #0046e0;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 12px;
}
body.dark-theme .text-btn {
    color: #38bdf8;
}

.primary-btn {
    background: #0046e0;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.primary-btn:hover {
    background: #1d4ed8;
}



/* TRIP COLUMN OVERLAPPING FIX */
.row_clone-11, .row_clone-12, .row_clone-13, .row_clone-14 {
    height: auto !important;
    min-height: 110px !important;
}
.row_clone-13 {
    justify-content: space-between !important;
    display: flex !important;
    flex-direction: column !important;
    padding-bottom: 5px !important;
    gap: 15px !important; /* Force a gap so they never overlap */
}
.row_clone-12 svg {
    height: 100% !important;
    width: 16px !important;
}
.row_clone-21 {
    margin-top: auto !important; 
}

/* Fallbacks for ac-trip classes in case they are used */
.ac-trip-11, .ac-trip-12, .ac-trip-13, .ac-trip-14 {
    height: auto !important;
    min-height: 110px !important;
}
.ac-trip-13 {
    justify-content: space-between !important;
    display: flex !important;
    flex-direction: column !important;
    padding-bottom: 5px !important;
    gap: 15px !important;
}
.ac-trip-12 svg {
    height: 100% !important;
    width: 16px !important;
}
.ac-trip-21 {
    margin-top: auto !important; 
}



/* PREVENT TRIP COLUMN FROM STRETCHING TO MATCH OTHER COLUMNS */
.row_clone-0, .ac-trip-0 {
    align-self: start !important;
}
