<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --navyColor: #1F3460;
    --turquoiseMediumColor: #159C9D;
    --turquoiseColor: #50BCBD;
    --coralColor: #E73458;
    --gray-50: rgb(249 250 251 / 1);
    --gray-100: rgb(243 244 246 / 1);
    --gray-400: rgb(156, 163, 175);
    --disabled-text-color: #909090;
}

[x-cloak] { display: none !important; }

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-logo {
    position: sticky;
    top: 2px;
    display: flex;
    background-color: #1F3460;
    height:4rem !important;
    padding-left: 24px;
    padding-top:4px;
    margin-bottom: 10px;
}

.nav-logo svg {
    width:128px !important;
    color:#1F3460;
}

ul.new-nav {
    margin-right:9px;
    margin-left:-2px;
}

ul.new-nav &gt; li.nav-group {
    margin-top: 1.55rem;
    margin-bottom: 6px;
    color:#A5AEBF;
    font-weight:600;
    font-size: 1.155rem !important;
    line-height: 1.75rem;
}

.new-nav &gt; li &gt; a {
    padding: 8px .55rem;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.67rem !important;
    border-radius: 0.375rem;
    margin-bottom:4px;
}

.new-nav &gt; li &gt; a:hover {
    color: var(--turquoiseColor) !important;
}

.new-nav &gt; li &gt; a.pe-none {
    pointer-events: none;
}

.new-nav &gt; li &gt; a &gt; span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    margin-right:2px;
    margin-top:-.01rem;
}

div.nav-category {
    font-weight: 600;
    border-radius: 0.375rem !important;
    margin-bottom:4px;
    color: #fff !important;
}

div.nav-category:hover div {
    color: var(--turquoiseColor) !important;
}

div.nav-category &gt; div {
    display: flex;
    justify-content: space-between;
    padding: 8px .55rem;
    font-size: 14px !important;
    line-height: 1.5rem !important;
}

.nav-category-item {
    display: flex;
    column-gap: 0.75rem;
    font-size: 14px;
}

.nav-category-item svg {
    width: 24px;
    height: 24px;
}

.nav-category-arrow {
    display: block;
    -webkit-margin-end: -6px;
}

.nav-category-arrow svg {
    width: 16px;
    height: 16px;
    margin-top:-9px;
}

.nav-category-link {
    display: flex;
    margin-left: 2.67rem;
    color: var(--turquoiseColor) !important;
    margin-top: -.95rem;
}

.nav-category-link a {
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.30rem !important;
    padding: 0.5rem;
}

.nav-category-link a.pe-none {
    pointer-events: none;
    color: var(--gray-400) !important;
}

.nav-category-link a:last-child {
    margin-bottom: .5rem;
}

.nav-category-link a:hover {
    color: var(--turquoiseColor) !important;
}

.nav-category-link a.active {
    color: var(--turquoiseColor) !important;
}

.antialiased {
    -moz-osx-font-smoothing: grayscale;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1 1 0%;
}

.text-brand-navy {
    --tw-text-opacity: 1;
    color: rgb(31 52 96 / var(--tw-text-opacity));
}

.text-brand-turquoise-medium {
    color: var(--turquoiseMediumColor) !important;
}

.text-brand-turquoise {
    color: var(--turquoiseColor) !important;
}

.leading-6 {
    line-height: 1.5rem;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-y-7 {
    row-gap: 1.75rem;
}

.bg-gray-50 {
    background-color: var(--gray-50);
}

.bg-brand-navy-dark-30 {
    background-color: rgb(8 20 46 / 0.3);
}

.bg-gray-100 {
    background-color: var(--gray-100);
}

.mb-3 {
    margin-bottom: 0.95rem !important;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.menu-text-gray-400 {
    color: var(--gray-400);
}

.menu-text-white {
    color: #fff;
}

.-rotate-90 {
    transform: translate(0, 0) rotate(-90deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

#page-header {
    position: sticky !important;
    top: -1px !important;
    z-index: 40;
    padding-bottom:10px;
    margin-top: -1px !important;
}

.bs-new-header-button {
    position:relative;
    display: inline-block;
    margin-left:1.7rem;
}
.bs-new-header-button &gt; button {
    display: flex !important;
    align-items: center !important;
    cursor: pointer;
    border-color: var(--turquoiseMediumColor) !important;
    border-width:1px;
    margin: -0.375rem;
    border-radius: 9999px;
    padding: 0.38rem 0.8rem 0.38rem 0.4rem !important;
    background: transparent !important;
    color: var(--navyColor) !important;
}
.bs-new-header-button &gt; button:hover {
    background-color: rgb(249 250 251 / 1) !important;
}
.bs-new-header-button &gt; button &gt; span {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.bs-new-header-button &gt; button &gt; span svg {
    width: 20px;
    height: 20px;
    margin-right: .6rem !important;
}
.bs-new-header-button &gt; button &gt; span svg:last-child {
    margin-right: 0.1rem !important;
    margin-left:0.6rem !important;
    width: 1.35rem;
    height: 1.35rem;
}
.bs-new-header-button &gt; button &gt; span &gt; span {
    line-height: 1.75rem !important;
    font-weight: 600;
    font-size: 14px;
}
.text-left {
    text-align: left;
}

.bs-new-header-button .bs-button-dropdown {
    position:absolute;
    top:22px;
    right:0;
    z-index: 10;
    transform-origin: top right;
    width: 16rem;
    margin-top: 0.75rem;
    border:1px solid #e5e5e5;
    border-radius: 0.55rem !important;
}

.bs-new-header-button .bs-button-dropdown .bs-dropdown-description {
    border-top-left-radius: 0.55rem !important;
    border-top-right-radius: 0.55rem !important;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
    line-height: 1.35rem !important;
}

.bs-new-header-button .bs-button-dropdown &gt; div {
    font-size: 14px;
    color: var(--navyColor) !important;
    border-bottom:1px solid #f5f5f5;
}

.bs-button-dropdown-center {
    left:-50% !important;
}

.bs-dropdown-items {
    overflow-y: auto;
    max-height: 20rem;
}

.bs-dropdown-items a {
    color: var(--navyColor) !important;
    font-weight: 500;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
}

.bs-dropdown-items a:hover {
    background-color: rgb(249 250 251 / 1) !important;
}

.bs-dropdown-items &gt; form &gt; button {
    display: flex;
    width: 100%;
    color: var(--navyColor) !important;
    font-weight: 500;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
    border:0;
    margin-bottom:0 !important;
}
.bs-dropdown-items &gt; form &gt; button:hover {
    background-color: rgb(249 250 251 / 1) !important;
}

.bs-invitation-count {
    font-weight: 700;
    font-size: .9rem;
    line-height: 1.25rem;
    padding: 0.125rem 0.375rem;
    background-color: var(--coralColor) !important;
    border-radius: 9999px;
}

.bs-language-button {
    display: flex;
    padding: 0.55rem 0.75rem 0.55rem 0.375rem !important;
    margin: -0.375rem;
    align-items: center;
    border-radius: 9999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
    transition-duration: 300ms;
    background-color: transparent !important;
    border: none !important;
}
.bs-language-button:hover {
    background-color: rgb(249 250 251 / 1) !important;
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--shadow);
}
.bs-language-button &gt; span {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.bs-language-button &gt; span &gt; span &gt; svg, .bs-language-button &gt; span &gt; [data-icon] {
    width: 20px;
    height: 20px;
    margin-right: .6rem !important;
    margin-top: -.1rem;
}

.bs-modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(107,114,128, 0.5) ;
}
.bs-modal &gt; div:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bs-modal-wrapper {
    position: relative;
    padding: 1.9rem 2rem !important;
    border-radius: 0.5rem;
    border-width: 1px;
    width: 100%;
    max-height: 75vh;
    max-width: 36.5rem;
    /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);*/
}

.bs-modal-wrapper-large {
  max-width: 45rem;
}

.bs-modal-content-large {
  max-height: 50vh;
}

.backdrop-blur-sm {
    --backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--backdrop-blur);
    backdrop-filter: var(--backdrop-blur);
}

.bs-modal .bs-modal-footer {
    flex-direction: row;
    justify-content: flex-end;
}
.bs-modal .bs-modal-footer button {
    display: inline-flex;
    padding: 0.5rem 0.75rem !important;
    align-items: center;
    border-radius: 0.375rem !important;
    --ring-color: #D1D5DB;
    font-weight: 500;
    font-size: 16px;
    color: var(--navyColor) !important;
    background-color: #ffffff;
    cursor: pointer;
    border:1px solid #e5e5e5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.bs-modal .bs-modal-footer button.primary {
    color: #fff !important;
    background-color: #50bcbd !important;
    border-color: #50bcbd !important;
    font-weight: 600;
    box-shadow: none !important;
    transition: background-color 0.2s;
}

.bs-modal .bs-modal-footer button.primary:hover {
    background-color: var(--turquoiseMediumColor) !important;
    border-color: var(--turquoiseMediumColor) !important;
}

.bs-modal .bs-modal-footer button.primary[disabled] {
    color: #fff !important;
    background-color: #50bcbd !important;
    border-color: #50bcbd !important;
    opacity: .65;
}

.bs-modal .bs-modal-footer button:hover {
    background-color: rgb(249 250 251 / 1) !important;
}

.bs-modal button[disabled],
.bs-modal button:disabled,
.bs-modal .bs-modal-footer button:disabled,
.bs-modal .bs-modal-footer button[disabled] {
    background-color: var(--gray-100) !important;
    color: var(--disabled-text-color) !important;
    cursor: not-allowed;
}

.bs-modal .bs-modal-header h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: Quicksand, sans-serif;
    color: var(--navyColor) !important;
}

.bs-modal .bs-modal-header &gt; button {
    background-color: rgb(243 244 246 / 1) !important;
    opacity: 0.5;
    padding: 0.5rem;
    border-radius: 9999px;
    cursor: pointer;
}
.bs-modal .bs-modal-header &gt; button &gt; svg {
    width: 1.5rem;
    height: 1.5rem;
}

.language-list {
    display: flex;
    font-size:20px;
}
.language-list &gt; div:first-child {
    margin-right: 1.5rem;
}

.language-list &gt; div {
    display: flex;
    flex-direction: column;
}
.language-list &gt; div:first-child {
    margin-right: 9rem;
}

.language-item {
    display: flex;
    align-items: baseline;
    text-align: left;
    line-height:17px;
    color: var(--navyColor) !important;
    font-weight: 400;
    font-size:1.15rem !important;
    font-family: Quicksand, sans-serif;
    margin-bottom:19px;
}
.language-item:hover {
    color: var(--turquoiseMediumColor) !important;
}

.language-item &gt; img {
    width: 1rem !important;
    height: auto !important;
    margin-right:15px;
}

.bs-search-bar {
    width:calc(50% + 5px) !important;
    margin: 23px 0 0 8px;
}

.bs-search-input {
    display:block;
    padding: 7px 12px 7px !important;
    border-radius: 0.375rem !important;
    border:1px solid #ccc !important;
    width:calc(100% + 3px) !important;
    color: #777 !important;
}

.bs-search-bar svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right:-.5rem;
    color: #999 !important;
}

.bs-search-suggestion {
    top: 47px;
    width: 100%;
    text-align: left;
    max-height: 24rem;
}
.bs-search-suggestion-items {
    padding: 0.9rem !important;
}

.bs-search-suggestion-items:hover {
    background-color: rgb(249 250 251 / 1) !important;
}

.bs-search-suggestion-items a {
    color: var(--navyColor) !important;
    font-size:16px;
}
.bs-search-suggestion-items a:hover {
    color: var(--navyColor) !important;
}
.bs-search-suggestion-items a &gt; p {
    line-height: 1.7rem;
    margin-bottom:0;
}
.bs-search-suggestion-items a &gt; p[x-text="item.title"] {
    font-weight: 800;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.block {
    box-shadow: none !important;
    margin-bottom:0 !important;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.right-0 {
    right: 0px;
}

.font-semibold {
    font-weight: 600;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-75 {
    transition-duration: 75ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.scale-95 {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.px-3 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
}

svg.w-6 {
    width: 24px !important;
}
</pre></body></html>