@media (min-width: 1400px) {
    .container {
        max-width: calc(1400px - 145px);
    }
}

button:focus {
    outline: none;
}

button:focus-visible {
    outline: none;
}

.btn {
    white-space: nowrap;
    font-weight: 600;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: var(--primaryDark);
}

.btn:not(:disabled):not(.disabled):active {
    outline: 0;
}

.btn-primary, .primary-btn {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.disabled, .btn-primary:disabled, .primary-btn:hover, .primary-btn:focus, .primary-btn:not(:disabled):not(.disabled):active, .primary-btn.disabled, .primary-btn:disabled {
    background-color: var(--primaryDark);
    color: var(--white);
    border-color: var(--primaryDark);
}

.btn-primary:hover:focus, .btn-primary:focus:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.disabled:focus, .btn-primary:disabled:focus, .primary-btn:hover:focus, .primary-btn:focus:focus, .primary-btn:not(:disabled):not(.disabled):active:focus, .primary-btn.disabled:focus, .primary-btn:disabled:focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled, .primary-btn.disabled, .primary-btn:disabled {
    opacity: 0.65;
}

.btn-secondary {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: var(--secondaryDark);
    color: var(--white);
    border-color: var(--secondaryDark);
}

.btn-secondary:hover:focus, .btn-secondary:focus:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.disabled:focus, .btn-secondary:disabled:focus {
    box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    opacity: 0.65;
}

.btn-white {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--white);
}

.btn-white:hover {
    background-color: var(--white);
    color: var(--primaryDark);
    border-color: var(--white);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-outline :hover {
    color: var(--primaryDark);
    border: 1px solid var(--primaryDark);
}

.btn-border-0 {
    background: transparent;
    color: var(--primary);
    border: none;
}

.btn-border-0 :hover {
    color: var(--primaryDark);
    border: none;
}

.btn-bell {
    background: url("/static/images/hub/bell.svg") no-repeat 10px center;
    padding-left: 38px;
    background-size: 20px;
}

.btn-bell:hover {
    background: url("/static/images/hub/bell-fill.svg") no-repeat 10px center;
    background-size: 20px;
}

.btn-bell.following {
    background: url("/static/images/hub/bell-fill.svg") no-repeat 10px center;
    background-size: 20px;
}

.btn-copy-link {
    background: url("/static/images/hub/link.svg") no-repeat 10px center;
    padding-left: 38px;
    background-size: 22px;
    color: var(--primary);
}

.btn-copy-link:hover {
    background: url("/static/images/hub/link-dark.svg") no-repeat 10px center;
    background-size: 22px;
    color: var(--primaryDark);
}

.btn-arrow {
    background: url("/static/images/hub/chevron-right.svg") no-repeat 97% center;
    padding-right: 30px;
    background-size: 16px;
}

.btn-arrow:hover {
    background: url("/static/images/hub/chevron-right-dark.svg") no-repeat 97% center;
}

.btn-plus {
    background: url("/static/images/hub/plus-primary.svg") no-repeat 10px center;
    font-weight: 600;
    color: var(--primary);
    padding: 0 15px 0 40px;
    background-size: 28px;
    border: 1px solid var(--primary);
    height: 40px;
}

.btn-plus:hover {
    background: url("/static/images/hub/plus-primary-dark.svg") no-repeat 10px center;
    color: var(--primaryDark);
    background-size: 28px;
    border: 1px solid var(--primaryDark);
}

.btn-plus:disabled {
    background: url("/static/images/hub/plus-primary-disabled.svg") no-repeat 10px center;
    color: var(--grey80);
    background-size: 28px;
    border: 1px solid var(--grey80);
    cursor: none;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--primary);
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.btn-close:focus {
    outline: none;
}

body {
    font-size: 100%;
    font-family: "Roboto", sans-serif;
}

a {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 400;
    color: var(--primary);
}

a:hover {
    color: var(--primaryDark);
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

a:focus-visible {
    outline: none;
}

p {
    color: var(--grey33);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

h1,
h2,
h3 {
    color: var(--night);
    font-family: var(--fontMontserrat);
    margin-bottom: 16px;
}

h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
}

@media (max-width: 991px) {
    h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 700;
    }
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.625rem;
        line-height: 2rem;
        font-weight: 700;
    }
}

h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 700;
}

@media (max-width: 991px) {
    h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-weight: inherit;
}

img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section {
    padding: 40px 0;
}

section.bg-day-light {
    background: var(--dayLight);
}

.title {
    color: var(--night);
    font-family: var(--fontMontserrat);
}

.subtitle {
    color: var(--grey55);
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 300;
}

@media (max-width: 991px) {
    .subtitle {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 300;
    }
}

.title-link-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.title-link-group .title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    width: calc(100% - 115px);
}

@media (max-width: 991px) {
    .title-link-group .title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        font-weight: 700;
    }
}

.title-link-group .box-arrow-link {
    background: url("/static/images/hub/box-arrow.svg") no-repeat right center;
    padding: 0 24px 0 0;
    min-width: 115px;
    margin-left: 15px;
}

.title-link-group .box-arrow-link:hover {
    background: url("/static/images/hub/box-arrow-dark.svg") no-repeat right center;
}

.title-link-group .right-arrow-long {
    background: url("/static/images/hub/right-arrow-long.svg") no-repeat right center;
    padding: 0 30px 0 0;
    min-width: 115px;
    margin-left: 15px;
}

.title-link-group .right-arrow-long:hover {
    background: url("/static/images/hub/right-arrow-long-dark.svg") no-repeat right center;
}

.title-buttons-group {
    display: flex;
    justify-content: space-between;
}

.content-align-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-go-top {
    margin-top: -89px;
}

.scroller {
    overflow-y: auto;
    scrollbar-color: var(--primary) transparent;
    scrollbar-width: thin;
}

.scroller::-webkit-scrollbar {
    width: 2px;
}

.scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--dayLight);
    border-radius: 2px;
}

.scroller::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 2px;
}

@media (max-width: 991px) {
    .mobile-menu-scroller {
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-color: var(--primary) transparent;
        scrollbar-width: thin;
    }
}

.mobile-menu-scroller::-webkit-scrollbar {
    width: 2px;
}

.mobile-menu-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--dayLight);
    border-radius: 2px;
}

.mobile-menu-scroller::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 2px;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 25px auto 0;
}

.button-wrapper .back-btn {
    font-weight: 600;
}

.button-wrapper .back-btn img {
    width: 30px;
    height: 30px;
    margin-top: -3px;
    margin-left: -7px;
    margin-right: 5px;
}

.info-message {
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--night);
    background: url("/static/images/hub/info-circle-fill.svg") no-repeat left 5px;
    background-size: 19px;
    padding-left: 35px;
    margin-bottom: 16px;
}

.dropdown .three-dot-btn {
    background: url("/static/images/hub/three-dots-vertical.svg") no-repeat center;
    width: 15px;
    display: block;
    cursor: pointer;
    height: 23px;
    background-size: cover;
}

.dropdown.actions .dropdown-menu {
    width: 190px;
    padding: 2px 0;
    box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.dropdown.actions .dropdown-menu li {
    padding: 8px 16px;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
    cursor: pointer;
}

.dropdown.actions .dropdown-menu li a {
    color: var(--grey20);
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
}

.dropdown.actions .dropdown-menu li:hover {
    background: var(--dayLight);
}

.border-box {
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.page-overlay {
    position: fixed;
    z-index: 1060;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-overlay .spinner-border {
    border: 6px solid var(--primary);
    border-right-color: var(--primaryDark);
    width: 60px;
    height: 60px;
}

@media (max-width: 991px) {
    .page-overlay .spinner-border {
        border: 4px solid var(--primary);
        width: 35px;
        height: 35px;
    }
}

.page-overlay .spinner-text {
    color: var(--night);
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
}

.ext-advt-wrapper {
    text-align: center;
}

.ext-advt-wrapper.left {
    text-align: right;
}

.ext-advt-wrapper.right {
    text-align: left;
}

@media (max-width: 991px) {
    .ext-advt-wrapper.left, .ext-advt-wrapper.right {
        text-align: center;
    }
}
