* {
    scrollbar-width: thin;
    scrollbar-color: #5b5b5b transparent;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.dICcOC button:hover,
.dICcOC input[type="submit"]:hover {
    background-color: rgb(206, 60, 27);
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

a {
    color: #eb4d2c;
    text-decoration: none;
    background-color: transparent;
}

#root {
    font-family: "Helvetica Neue LT", "Helvetica Neue", Roboto, Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 400;
}

html,
body,
#root,
{
height: 100%;
}

#header {
    position: relative;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 730px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}

.hidden {
    display: none !important;
}

.parallax .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(122, 122, 122, 0) 90%);
}

.parallax svg {
    width: 100%;
    height: 100%;
    display: none;
}

@media (min-width: 992px) and (max-width: 1439px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 720px !important;
    }
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#header .navbar-row .site-logo img {
    overflow: hidden;
    vertical-align: middle;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.align-items-center {
    align-items: center !important;
}

.user-nav {
    color: #ffffff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.user-nav button {
    height: 42px;
    background: transparent;
    color: #ffffff;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.reservations {
    color: #000000;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#header .title-row h1.title,
#header .subtitle-row .subtitle,
#header .navbar-row .user-nav button {
    color: #000000;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.icon-and-label {
    display: flex;
    align-items: center;
}

.icon-and-label .icon-wrapper {
    margin-left: 2px;
}

.icon-and-label .icon-wrapper:first-child {
    margin-left: 0;
}

.icon-and-label .icon {
    display: flex;
    align-content: center;
}

.icon-and-label .icon svg {
    height: 20px;
    vertical-align: text-bottom;
}

#header .navbar-row button svg {
    fill: #000000;
}

.user-nav .icon svg {
    height: 24px;
    fill: #ffffff;
}

.user-nav .icon.arrow svg {
    height: 10px;
}

.icon-and-label .content:last-child {
    margin-left: 3px;
    margin-right: 0;
}

.user-nav .reservations .content {
    font-weight: 500;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.user-nav .list-group {
    width: 104px;
    top: 42px;
    right: 15px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px;
    z-index: 10;
}

.user-nav .list-group hr {
    border-top: 1px solid #c4c4c4;
    width: 100%;
}

#header .title-row h1.title,
#header .subtitle-row .subtitle,
#header .navbar-row .user-nav button {
    color: #000000;
}

.user-nav .list-group a,
.user-nav .list-group button {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000000;
    width: 100%;
    text-align: left;
    padding-left: 13px;
    border: none;
}

#header .navbar-row .user-nav .list-group * {
    color: #000000;
}

#header .title-row {
    display: none;
}

.dEEoRi {
    display: flex;
}

.pWZPJ .logo-title-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.jCdFcU {
    height: 80px;
    width: 80px;
    border-radius: 100%;
}

.fpicGO {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.hLXHzE {
    color: rgb(91, 91, 91);
    text-align: left;
}

.user-profile-sidebar .vl {
    border-right: 1px solid #d0d0d0;
    height: 500px;
    width: 100%;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.user-profile-sidebar .vl .btn-group-vertical {
    width: 100%;
}

.user-profile-sidebar a {
    color: #000000;
}

.user-profile-sidebar .text {
    font-weight: 700;
    padding-top: 10px;
    cursor: pointer;
}

.rd-button.variant-transparent button {
    display: contents;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border: none;
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #eb4d2c;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.user-profile-form .space {
    padding-top: 10px;
    margin-bottom: 26px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-input {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px 12px;
    width: 100%;
    text-align: left;
    position: relative;
    border: 1px solid transparent;
}

.user-profile-form .text-input {
    border: 1px solid #b3b3b3;
}

.text-input label {
    font-size: 12px;
    color: #5b5b5b;
    font-weight: 700;
    margin-bottom: 0px;
}

.text-input label.label-hidden {
    display: none;
}

.text-input input {
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    height: auto;
    min-height: 24px;
}

.text-input input.form-control {
    color: #000000;
}

.text-input input.label-hidden {
    margin-top: 12px;
    margin-bottom: 12px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f6afa0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(235 77 44 / 25%);
}

.rd-button button,
.rd-button input[type="submit"] {
    height: min-content;
    position: relative;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.profile-form {
    padding-bottom: 48px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.user-profile-sidebar a:hover {
    text-decoration: underline;
    text-decoration-color: #eb4d2c;
    text-decoration-thickness: 2px;
}

.container_minHeight {
    min-height: calc(100% - 430px);
    margin-bottom: 20px;
}

.LoggedInNavDropdown_Div {
    display: none;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0px;
    width: 104px;
    top: 48px;
    right: 60px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    z-index: 10;
}

.LoggedInNavDropdown {
    color: rgb(0, 0, 0);
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: left;
    padding-left: 13px;
    border: none;
}

.LoggedInNavDropdown:hover,
.LoggedInNavDropdown:focus {
    color: black;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    text-decoration: underline 2px rgb(235, 77, 44);
    font-weight: 700;
}

.LoggedInNavDropdown_Hr {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.LoggedInNavDropdown_btn {
    background-color: rgb(255, 255, 255);
    width: 100%;
    text-align: left;
    padding-left: 13px;
    border: none;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    height: 42px;
    color: rgb(0, 0, 0) !important;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.LoggedInNavDropdown_btn:hover {
    color: rgb(0, 0, 0);
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    text-decoration: underline 2px rgb(235, 77, 44);
    font-weight: 700;
}

.col_lang_container {
    position: relative;
    display: inline-block;
}

.lang_title {
    position: relative;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 40px;
}

.language-btn {
    border: none;
    background: none;
    padding: 0px;
    cursor: pointer;
    color: white;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: 0;
    margin-right: 10px;
    color: white;
}

.lang_title .svg-inline--fa {
    display: inline-block;
    height: 1em;
    vertical-align: -5;
    margin-right: 0;
    color: white;
    overflow: visible;
}

.lang_title .language-btn.svg-inline--fa.fa-globe.fa-w-16 {
    margin-right: 0;
    width: 24px !important;
}

.col_lang_swiper {
    z-index: 9999;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 30px;
    background: white;
    opacity: 1;
    position: absolute;
    display: none;
    min-width: 104px;
    user-select: none;
    right: -28px;
    top: 30;
    border-radius: 8px;
}

.col_lang_item {
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
}

.col_lang_item a {
    color: black;
}

.col_lang_item.active a {
    color: #508ead;
}

.col_lang_swiper li:hover {
    background-color: rgb(108, 163, 190);
}

#sel_lang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1.5em;
    min-height: 100%;
    height: 3em;
    max-height: 100%;
    outline: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    filter: Alpha(Opacity=0);
    opacity: 0;
    z-index: 2;
}

.pro_box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.member_card_box {
    position: relative;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    max-width: 345px;
    margin: 0 auto;
}

.member_card_box img {
    max-width: 345px;
}

.card_info_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 345px;
}

.meb_row {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.meb_row.name {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.meb_row.number {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -58px;
}

.meb_card_name {
    font-size: 1.4rem;
    padding: 12px 30px;
    width: 100%;
    text-align: left;
    color: white;
    font-weight: bold;
}

.meb_number {
    font-size: 1.2rem;
    padding: 0px 30px;
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.meb_name {
    font-size: 1.2rem;
    padding: 0px 30px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 60;
}

.emp_icon {
    font-size: 1.2rem;
    padding: 0px 30px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 20;
}

.user-box {
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.p-1 {
    padding: 0.25rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

.user-settings-form a {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
}

.user_info_div .title,
.pro_ola_title {
    font-size: 20px;
    letter-spacing: -0.83px;
    line-height: 20px;
    font-weight: 700;
}

#containerQRCode {
    text-align: center;
    margin: 0;
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 10em;
    padding: 15px;
    margin: 15px;
    background: white;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.pro_ola_block {
    position: relative;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    max-width: 345px;
    margin: 0 auto;
    text-align: center;
}

.meb_row.qrcode {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.meb_qrcode {
    max-width: 20%;
    position: absolute;
    right: 20;
    top: calc(50% - 69px);
}

.meb_qrcode img {
    width: 100%;
}

.qrBtn_aHref {
    position: fixed;
    bottom: 5rem;
    right: 0.5rem;
    z-index: 30;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    background-color: #222;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    display: none;
}

.qrBtn_aHref svg {
    display: block;
    vertical-align: middle;
    height: 2.5rem;
    width: 2.5rem;
}

.qrcode_proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}

.redeem_pointIMG img {
    position: relative;
    top: 3px;
}

.redeem_detail {
    position: relative;
    cursor: pointer;
}

#joinGame_intro {
    max-width: 100%;
    width: auto;
    margin: 10px 0px;
}

.joinGame_Col {
    text-align: center;
}

#joinGame_Btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
    color: #0866c6;
    background-color: transparent;
    background-image: none;
    border-color: #0866c6;
    border-radius: 50px;
    border-width: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
    letter-spacing: 3px;
}

#joinGame_Btn:hover {
    color: #fff;
    background-color: #0866c6;
    border-color: #0866c6;
    margin-bottom: 20px;
}

#pro_img {
    width: 100%;
}

.redeem_pointIMG {
    position: relative;
}

@media (max-width: 767px) {
    #header .parallax {
        height: 130px;
    }

    #header .navbar-row {
        padding-top: 10px;
        min-height: 68px;
    }

    #header .navbar-row {
        display: none;
    }

    #header .header-content.top-justified .title-subtitle-wrapper .title-row {
        margin-top: 36px;
    }

    #header .header-content .title-row .title {
        font-size: 36px;
        line-height: 40px;
    }

    .subtitle {
        margin-top: 10px;
    }

    .user-profile-sidebar .btn-group {
        width: 100%;
    }

    .user-profile-sidebar .text {
        font-size: 16px;
        line-height: 20px;
    }

    .user-profile-sidebar .btn-group .box {
        margin: 20px auto 40px auto;
        margin: 20px auto 20px auto;
        text-align: center;
        width: 33%;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .user-profile-sidebar .btn-group .box:not(:last-child) {
        border-right: 1px solid #d0d0d0;
    }

    .user-profile-form .rd-button button,
    .rd-button input[type="submit"] {
        width: 100%;
    }

    .user-profile-form .mobile-signout .rd-button {
        text-align: center;
        margin-top: 26px;
    }

    .user-profile-form .mobile-signout .rd-button button,
    .rd-button input[type="submit"] {
        text-decoration-thickness: 3px;
    }

    .cOuMPs {
        font-family: "Helvetica Neue LT";
        font-weight: 700;
        font-size: 24px;
        letter-spacing: -0.75px;
    }

    .itnKli {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 767px) {
    #header .parallax {
        height: 240px;
    }

    #header .user-nav-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .subtitle {
        margin-bottom: 18px;
        margin-top: 10px;
    }

    .iOFHrA {
        padding-left: 15px;
    }

    .cOuMPs {
        font-family: "Helvetica Neue LT";
        font-weight: 700;
        font-size: 32px;
        letter-spacing: -0.75px;
    }

    .hLXHzE {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }

    .user-profile-sidebar .box {
        width: 100%;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .user-profile-sidebar .text {
        font-size: 18px;
        line-height: 22px;
    }

    .user-profile-form .mobile-signout {
        display: none;
    }

    .rd-button button,
    .rd-button input[type="submit"] {
        padding-right: 44px;
        padding-left: 44px;
    }

    .member_card_box,
    .pro_ola_block {
        margin: 0;
    }

    .pro_ola_block {
        text-align: left;
    }
}

@media (min-width: 767px) and (max-width: 1439px) {
    #header .navbar-row .site-logo img {
        width: 110px;
    }

    #header .navbar-row {
        padding-top: 46px;
    }
}

#header .title-row h1.title,
#header .subtitle-row .subtitle,
#header .navbar-row .user-nav button {
    color: #000000;
}

.gjaYHS button,
.gjaYHS input[type="submit"] {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border: none;
    color: rgb(0, 0, 0);
    border-radius: 100px;
}

.dICcOC button,
.dICcOC input[type="submit"] {
    color: rgb(0, 0, 0);
    border: 0px solid rgb(235, 77, 44);
    background-color: rgb(235, 77, 44);
    border-radius: 100px;
}

.dICcOC button:disabled {
    border: 1px solid rgb(235, 77, 44);
    background-color: rgb(235, 77, 44);
    opacity: 0.7;
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1439px) {
    #header .navbar-row {
        padding-top: 46px;
    }

    #header .navbar-row .site-logo svg {
        width: 120px;
    }

    #header .header-content.top-justified .title-subtitle-wrapper .title-row {
        margin-top: 94px;
    }

    #header .header-content .title-row .title {
        font-size: 48px;
        line-height: 52px;
    }

    #header .navbar-row .site-logo img {
        width: 120px;
    }
}

@media (min-width: 1440px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
}

#header .header-content {
    display: flex;
    flex-direction: column;
}

#profile {
    display: flex;
    width: 97%;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 9px 10px 5px rgb(128 128 128 / 20%);
}