
.Box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;
    flex-direction: column
}

.Box__head {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    padding: 16px
}

.Box__head--line {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.Box__head h2 {
    flex-grow: 1;
    margin: 0
}

@media (max-width: 639.98px) {
    .Box--transparent-in-mobile .Box__head {
        border-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.Box__body {
    flex-grow: 1
}

@media (max-width: 639.98px) {
    .Box--transparent-in-mobile {
        background: none;
        border: 0;
        box-shadow: none
    }
}

.Pagination {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none
}

.Pagination__link {
    border-radius: 5px;
    color: #4e4e4e;
    padding: 2px 5px
}

.Pagination__link[disabled] {
    cursor: not-allowed;
    opacity: .2
}

.Pagination__link:not([disabled]):focus, .Pagination__link:not([disabled]):hover {
    color: #0ea960;
    outline: none
}

.Pagination__link:not([disabled]):focus .Pagination__arrow, .Pagination__link:not([disabled]):hover .Pagination__arrow {
    transform: translateX(100%)
}

.Pagination__arrow {
    vertical-align: middle
}

.Pagination__current-page {
    background: #0ea960;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 1rem
}

.Pagination__seperator {
    border-left: 1px solid #f0f0f0;
    height: 1.5rem;
    margin: 0 1.5rem
}

.ExpandInfo {
    align-items: center;
    display: flex
}

[dir=rtl] .ExpandInfo {
    margin-right: 1rem
}

[dir=ltr] .ExpandInfo {
    margin-left: 1rem
}

.ExpandInfo__arrow-icon {
    font-size: 1.5rem
}

.ExpandInfo:focus, .ExpandInfo:hover {
    color: #0ea960;
    outline: none
}

.carousel__inner-content {
    padding: 4px
}

.carousel__inner-content > * {
    flex-shrink: 1;
    margin: 4px
}

.rating {
    font-size: .8em;
    overflow: hidden;
    position: relative
}

.rating--big {
    font-size: 1rem
}

.rating__fill {
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap
}

[dir=rtl] .rating__fill {
    right: 0
}

[dir=ltr] .rating__fill {
    left: 0
}

.SimpleAppItem {
    border-radius: 8px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: .5rem;
    transition: box-shadow .4s
}

.SimpleAppItem:focus, .SimpleAppItem:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    outline: none;
    transition: box-shadow .1s
}

.SimpleAppItem--single {
    max-width: calc(12.5% - 1rem);
    width: calc(12.5% - 1rem)
}

@media (max-width: 1199.98px) {
    .SimpleAppItem--single {
        max-width: calc(16.66% - 1rem);
        width: calc(16.6% - 1rem)
    }
}

@media (max-width: 1023.98px) {
    .SimpleAppItem--single {
        max-width: calc(20% - 1rem);
        width: calc(20% - 1rem)
    }
}

@media (max-width: 639.98px) {
    .SimpleAppItem--single {
        flex-direction: row;
        max-width: 100%;
        width: 100%
    }

    .SimpleAppItem--single .SimpleAppItem__image {
        max-width: 86px;
        width: 86px
    }

    .SimpleAppItem--single .SimpleAppItem__text {
        justify-content: space-between
    }

    [dir=rtl] .SimpleAppItem--single .SimpleAppItem__text {
        margin-right: .5rem
    }

    [dir=ltr] .SimpleAppItem--single .SimpleAppItem__text {
        margin-left: .5rem
    }

    .SimpleAppItem--single .SimpleAppItem__subtitle--rating {
        display: block
    }
}

.SimpleAppItem--carousel {
    max-width: 120px;
    width: 120px
}

@media (max-width: 1023.98px) {
    .SimpleAppItem--carousel {
        max-width: calc(16vw - 1rem);
        width: calc(16vw - 1rem)
    }
}

@media (max-width: 639.98px) {
    .SimpleAppItem--carousel {
        max-width: calc(24vw - 1rem);
        width: calc(24vw - 1rem)
    }
}

@media (max-width: 480px) {
    .SimpleAppItem--carousel {
        max-width: calc(31vw - 1rem);
        width: calc(31vw - 1rem)
    }
}

.SimpleAppItem__image {
    background: #fff;
    border-radius: 22px;
    display: block;
    width: 100%
}

.SimpleAppItem__text {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8px 4px
}

.SimpleAppItem__text > * {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SimpleAppItem__title {
    color: #2a2a2a;
    font-weight: 400;
    margin: 0 !important
}

.SimpleAppItem__subtitle {
    align-items: center;
    color: #4e4e4e;
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
    margin: 2px 0 0 !important
}

.SimpleAppItem__subtitle--rating {
    display: none
}

.Promo {
    border-radius: 8px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    transition: box-shadow .4s
}

.Promo:focus, .Promo:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    filter: saturate(1.5);
    outline: none;
    transition: box-shadow .1s
}

@media (max-width: 1023.98px) {
    .Promo {
        width: 80vw
    }
}

@media (min-width: 640px) {
    .Promo {
        width: 45vw
    }
}

@media (min-width: 1024px) {
    .Promo {
        width: 420px
    }
}

.Promo__image {
    width: 100%
}

.VitrinVideoItem {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
    padding: 0
}

.VitrinVideoItem__image {
    background: #fff;
    border-radius: 8px;
    display: block;
    height: auto;
    width: 100%
}

.VitrinVideoItem__text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.VitrinVideoItem__text > * {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.VitrinVideoItem__title {
    color: var(--Light-Greys-On-Primary, #20222a)
}

.VitrinVideoItem__subtitle, .VitrinVideoItem__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.VitrinVideoItem__subtitle {
    color: var(--light-greys-surf-container, #717485);
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.VitrinVideoItem__subtitle span {
    max-width: 100%
}

.CategoryItem {
    align-items: center;
    background-color: #f9fafd;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    color: #2a2a2a;
    display: flex;
    height: 56px;
    justify-content: space-between;
    max-width: calc(33.33% - 1rem);
    padding: .5rem;
    width: calc(33.33% - 1rem)
}

@media (max-width: 1023.98px) {
    .CategoryItem {
        max-width: calc(50% - 1rem);
        width: calc(50% - 1rem)
    }
}

@media (max-width: 639.98px) {
    .CategoryItem {
        background-color: initial;
        border: 0;
        max-width: 100%;
        width: 100%
    }
}

.CategoryItem {
    box-shadow: none;
    transition: box-shadow .4s
}

.CategoryItem:focus, .CategoryItem:hover {
    background-color: #fefefe;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    color: #2a2a2a;
    outline: none;
    transition: box-shadow .1s;
    z-index: 2
}

.CategoryItem__img-icon {
    height: 18px;
    width: 18px
}

.CategoryItem__arrow-icon {
    font-size: 1.5rem
}

.CategoryList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: .5rem
}

.CategoryList__item {
    margin: .5rem
}

@media (max-width: 639.98px) {
    .CategoryList {
        margin: -.5rem;
        padding: .5rem 0
    }

    .CategoryList__item {
        margin: 0
    }
}

.GroupedRow__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media (min-width: 640px) {
    .GroupedRow__body {
        padding: .5rem
    }

    .GroupedRow__body > * {
        margin: .5rem
    }
}

.ParticipantCard__wrapper[data-v-7b9ad76d] {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    width: 143px
}

.ParticipantCard__contents[data-v-7b9ad76d] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

.ParticipantCard__contents h3[data-v-7b9ad76d] {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 14px;
    line-height: 20px
}

.ParticipantCard__contents h3[data-v-7b9ad76d], .ParticipantCard__contents span[data-v-7b9ad76d] {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.ParticipantCard__contents span[data-v-7b9ad76d] {
    color: var(--light-greys-surf-container, #717485);
    font-size: 12px;
    line-height: 18px
}

.ParticipantCard__thumbnail[data-v-7b9ad76d] {
    background-color: var(--Light-Greys-Outline-variant, #e5e7f0);
    border-radius: 4px;
    height: 62px;
    width: 47px
}

.CustomVideoItem {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 16px;
    padding: 0;
    width: 100%
}

@media (min-width: 640px) {
    .CustomVideoItem {
        flex-direction: column;
        max-width: calc(33% - 1rem);
        width: calc(33% - 1rem)
    }
}

@media (min-width: 1024px) {
    .CustomVideoItem {
        max-width: calc(25% - 1rem);
        width: calc(25% - 1rem)
    }
}

@media (min-width: 1200px) {
    .CustomVideoItem {
        max-width: calc(20% - 1rem);
        width: calc(20% - 1rem)
    }
}

.CustomVideoItem__image-bar {
    display: flex;
    max-width: 148px;
    min-width: 148px;
    position: relative
}

@media (min-width: 640px) {
    .CustomVideoItem__image-bar {
        flex: unset;
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
}

.CustomVideoItem__image {
    background: #fff;
    border-radius: 8px;
    display: block;
    height: auto;
    width: 100%
}

.CustomVideoItem__image-tag {
    align-items: center;
    background-color: rgba(32, 34, 42, .56);
    border-radius: 4px;
    bottom: 8px;
    display: flex;
    justify-content: center;
    left: 8px;
    padding: 0 4px;
    position: absolute
}

.CustomVideoItem__image-tag span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.CustomVideoItem__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%
}

.CustomVideoItem__text, .CustomVideoItem__text > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.CustomVideoItem__title {
    color: #20222a
}

.CustomVideoItem__subtitle, .CustomVideoItem__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%
}

.CustomVideoItem__subtitle {
    align-self: flex-end;
    color: #717485;
    direction: ltr
}

.PageBody {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}

.PageBody__rowcontainer-body {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem
}

.PageBody__rowcontainer-body > * {
    margin: .5rem
}

@media (max-width: 1023.98px) {
    .PageBody__rowcontainer-body {
        padding: 0
    }
}

.PageBody__item-components-body {
    --gap-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--gap-size)
}

.PageBody__item-components-body a {
    width: calc(50% - 8px)
}

@media (min-width: 640px) {
    .PageBody__item-components-body {
        padding: 16px
    }

    .PageBody__item-components-body a {
        width: calc(25% - var(--gap-size) * 3 / 4)
    }
}

@media (min-width: 1024px) {
    .PageBody__item-components-body a {
        width: calc(20% - var(--gap-size) * 4 / 5)
    }
}

@media (min-width: 1200px) {
    .PageBody__item-components-body a {
        width: calc(12.5% - var(--gap-size) * 7 / 8)
    }
}

.collapsible {
    border-radius: 8px;
    position: relative
}

.collapsible, .collapsible__container {
    overflow: hidden
}

.collapsible__container:focus {
    outline: none
}

.collapsible--expanded .collapsible__container {
    max-height: -webkit-max-content;
    max-height: max-content;
    padding-bottom: 2rem
}

.collapsible__expand {
    align-items: center;
    background: linear-gradient(180deg, rgba(249, 250, 253, 0) 70%, hsla(0, 0%, 100%, .7) 90%, #fff 99%);
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
    width: 100%
}

.collapsible__expand-btn {
    color: #464646
}

.collapsible__expand:hover {
    background: linear-gradient(180deg, rgba(249, 250, 253, 0) 80%, rgba(249, 250, 253, .7))
}

.collapsible__expand:hover .collapsible__expand-btn {
    color: #0a0a0a
}

.collapsible--expanded .collapsible__expand {
    background: transparent;
    height: auto
}

.faq {
    margin: 1rem 0 3rem
}

.faq__header {
    margin-bottom: 1rem
}

.faq__item {
    margin-bottom: 1.5rem
}

.faq__question {
    font-size: 1.1rem
}

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

.Page__faq h3 {
    font-weight: 700
}

.AboutPage {
    width: 100%
}

.AboutPage .container {
    max-width: 900px
}

.AboutPage .preline {
    white-space: pre-line
}

.AboutPage__header {
    background-color: #0ea960;
    color: #fff;
    padding: 4rem 0
}

.AboutPage__header > .container {
    align-items: center;
    display: flex;
    flex-direction: row
}

@media (max-width: 1023.98px) {
    .AboutPage__header > .container {
        flex-direction: column-reverse
    }

    .AboutPage__header img {
        margin-bottom: 2rem
    }
}

.AboutPage__header-logo {
    height: 30px;
    width: 30px
}

.AboutPage__onboarding-img {
    height: 250px;
    margin-left: -3rem;
    width: 312px
}

.AboutPage__sections {
    background-color: #f9fafd
}

.AboutPage__sections > .container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    padding-bottom: 3rem;
    padding-top: 3rem
}

.AboutPage__sections > .container > h2 {
    min-width: 170px;
    width: 170px
}

@media (max-width: 1023.98px) {
    .AboutPage__sections > .container > h2 {
        margin-bottom: 1rem;
        width: auto
    }
}

.AboutPage__sections > .container > p {
    color: #3a3a3a
}

@media (max-width: 1023.98px) {
    .AboutPage__sections > .container {
        flex-direction: column
    }
}

.AboutPage__careers {
    padding: 3rem 0
}

@media (max-width: 1023.98px) {
    .AboutPage__careers {
        background-color: #f9fafd
    }
}

.AboutPage__careers > .container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 800px
}

.AboutPage__careers h2 {
    margin-bottom: 2rem
}

.AboutPage__careers img {
    margin-left: -2.5rem;
    width: 250px
}

@media (max-width: 1023.98px) {
    .AboutPage__careers img {
        width: 120px
    }
}

.BadgePage {
    margin: 0 auto;
    max-width: 880px
}

@media (min-width: 1024px) {
    .BadgePage {
        padding: 2rem 0
    }
}

.BadgePage__title {
    margin-bottom: 2rem
}

.BadgePage__title i {
    color: #4e4e4e;
    vertical-align: middle
}

.BadgePage__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -.25rem
}

.BadgePage__buttons > * {
    margin: .25rem
}

@media (max-width: 639.98px) {
    .BadgePage__buttons > * {
        width: 100%
    }
}

.BadgePage__samples {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem -1rem
}

.BadgePage__samples > * {
    margin: 1rem;
    text-align: center
}

.BadgePage__samples img {
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    height: 203px;
    margin-bottom: .5rem;
    width: 240px
}

.banner-view-page {
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.banner-view-page__close {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 100px;
    border-width: 0;
    color: #fff;
    font-size: 3vw;
    min-width: 76px;
    padding: .3rem 1rem;
    position: fixed;
    right: 1rem;
    top: 1rem
}

.banner-view-page__close i {
    vertical-align: middle
}

.banner-view-page__image {
    object-position: top
}

.banner-view-page__image, .banner-view-page__video {
    flex: 1;
    object-fit: contain;
    width: 100%
}

.banner-view-page__message {
    border-width: 0;
    color: #fff;
    font-size: 3vw;
    padding: 1rem;
    width: 100%
}

.banner-view-page__redirect-indicator {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 5vw;
    height: 100%;
    left: 0;
    line-height: 100vh;
    padding: 1rem;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%
}

.banner-view-page__app-details {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 3.2vw;
    gap: .7rem;
    justify-content: space-between;
    left: 0;
    padding: .7rem 1rem;
    position: fixed;
    text-align: right;
    width: 100%
}

.banner-view-page__app-details img {
    border-radius: 10px;
    width: 3rem
}

.banner-view-page progress[value] {
    -webkit-appearance: none;
    appearance: none;
    border-width: 0;
    height: 10px;
    width: 100%
}

.banner-view-page progress[value]::-webkit-progress-value {
    background: #0ea960;
    -webkit-transition: width 1s linear;
    transition: width 1s linear
}

.banner-view-page progress[value]::-moz-progress-bar {
    background: #0ea960
}

.Hourglass {
    display: inline-block;
    height: 20px;
    position: relative;
    transform: translateX(-10px);
    width: 60px
}

.Hourglass div {
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: #0ea960;
    border-radius: 20px;
    height: 20px;
    position: absolute;
    width: 20px
}

.Hourglass div:first-child {
    animation: Hourglass1 .5s infinite;
    left: 0
}

.Hourglass div:nth-child(2) {
    animation: Hourglass2 .5s infinite;
    left: 0
}

.Hourglass div:nth-child(3) {
    animation: Hourglass2 .5s infinite;
    left: 30px
}

.Hourglass div:nth-child(4) {
    animation: Hourglass3 .5s infinite;
    left: 60px
}

@keyframes Hourglass1 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes Hourglass3 {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes Hourglass2 {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(30px)
    }
}

.Hourglass[small] {
    display: inline-block;
    height: 8px;
    position: relative;
    transform: translateX(-4px);
    width: 24px
}

.Hourglass[small] div {
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: #2a2a2a;
    border-radius: 8px;
    height: 8px;
    position: absolute;
    width: 8px
}

.Hourglass[small] div:first-child {
    animation: HourglassSmall1 .5s infinite;
    left: 0
}

.Hourglass[small] div:nth-child(2) {
    animation: HourglassSmall2 .5s infinite;
    left: 0
}

.Hourglass[small] div:nth-child(3) {
    animation: HourglassSmall2 .5s infinite;
    left: 12px
}

.Hourglass[small] div:nth-child(4) {
    animation: HourglassSmall3 .5s infinite;
    left: 24px
}

@keyframes HourglassSmall1 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes HourglassSmall3 {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes HourglassSmall2 {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(12px)
    }
}

.LoadingWithMessage {
    align-items: center;
    color: #3a3a3a;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 150px;
    width: 100%
}

.LoadingWithMessage__icon {
    font-size: 50px
}

.open-page {
    margin: 4rem auto;
    max-width: 600px;
    text-align: center;
    width: 95%
}

.open-page__loading {
    padding: 100px
}

.open-page__cta {
    margin-top: 1.5rem
}

.pre-install-page {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto
}

@media (max-width: 1023.98px) {
    .pre-install-page {
        flex-direction: column-reverse
    }
}

.pre-install-page__image-desktop {
    height: auto;
    width: 450px
}

[dir=rtl] .pre-install-page__image-desktop {
    margin-left: 2rem
}

[dir=ltr] .pre-install-page__image-desktop {
    margin-right: 2rem
}

@media (max-width: 1023.98px) {
    .pre-install-page__image-desktop {
        display: none
    }
}

.pre-install-page__image-mobile {
    height: auto;
    max-width: 480px;
    width: 100%
}

@media (min-width: 1024px) {
    .pre-install-page__image-mobile {
        display: none
    }
}

.pre-install-page__content {
    flex-grow: 1
}

@media (max-width: 1023.98px) {
    .pre-install-page__content {
        text-align: center
    }
}

.pre-install-page__buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -.5rem;
    padding: 1rem 0
}

@media (max-width: 1023.98px) {
    .pre-install-page__buttons {
        justify-content: center
    }
}

.pre-install-page__buttons > * {
    margin: .5rem;
    min-width: 200px
}

[dir=rtl] .pre-install-page__buttons > * > img {
    margin-left: .5rem
}

[dir=ltr] .pre-install-page__buttons > * > img {
    margin-right: .5rem
}

.LoginPage {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    height: 100vh;
    min-height: 100vh
}

.LoginPage__col--main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 50%
}

@media (max-width: 1023.98px) {
    .LoginPage__col--main {
        width: 100%
    }
}

.LoginPage--minimal .LoginPage__col--main {
    width: 100%
}

.LoginPage__col--second {
    align-items: center;
    background-color: #f9fafd;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 50%
}

.LoginPage__col--second img {
    height: 331px;
    width: 495px;
    z-index: 2
}

.LoginPage__col--second:before {
    background-color: #f9fafd;
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    width: 50%;
    z-index: 1
}

[dir=ltr] .LoginPage__col--second:before {
    left: 50%
}

[dir=rtl] .LoginPage__col--second:before {
    left: 0
}

@media (max-width: 1023.98px) {
    .LoginPage__col--second {
        display: none
    }
}

.LoginPage--minimal .LoginPage__col--second {
    display: none
}

.LoginPage__footer, .LoginPage__header {
    height: 3.5rem;
    line-height: 3.5rem;
    min-height: 3.5rem
}

.LoginPage__footer {
    text-align: center
}

.LoginPage__message {
    color: #df2648
}

.LoginPage__form {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: 360px;
    width: 100%
}

.LoginPage__form > * {
    width: 100%
}

.LoginPage__logo > img {
    width: 48px
}

.LoginPage__back {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: center
}

[dir=rtl] .LoginPage__back i {
    margin-left: .25rem
}

[dir=ltr] .LoginPage__back i {
    margin-right: .25rem
}

.LoginPage__seperator {
    align-items: center;
    border-bottom: 1px solid #cacaca;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: 100%
}

.LoginPage__seperator > label {
    background-color: #fff;
    margin: 0;
    padding: 0 .5rem;
    position: absolute
}

.LoginPage__number-input {
    direction: ltr;
    text-align: inherit
}

.LoginPage__buttons {
    align-items: center;
    display: flex;
    flex-direction: row
}

.LoginPage__buttons > * {
    flex-grow: 1
}

.LoginPage__buttons > :not(:last-child) {
    max-width: 40%;
    min-width: 40%;
    width: 40%
}

[dir=rtl] .LoginPage__buttons > :not(:last-child) {
    margin-left: .5rem
}

[dir=ltr] .LoginPage__buttons > :not(:last-child) {
    margin-right: .5rem
}

.LoginPage .space-1 {
    margin-bottom: 1rem
}

.LoginPage .space-2 {
    margin-bottom: 1.5rem
}

.LoginPage .space-3 {
    margin-bottom: 2rem
}

.carousel {
    min-width: 100%;
    overflow: visible;
    position: relative
}

.carousel * {
    -webkit-user-select: none;
    user-select: none
}

.carousel__content {
    height: inherit;
    max-height: inherit;
    min-height: inherit;
    overflow-x: hidden;
    overflow-y: visible;
    scroll-behavior: smooth;
    scroll-padding: 0 50px
}

.carousel.touch .carousel__content {
    margin: 0;
    overflow-x: scroll
}

.carousel__inner-content {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    overflow: visible;
    padding: 8px 16px;
    width: -webkit-fit-content;
    width: fit-content
}

.carousel.scrolling .carousel__inner-content > * {
    pointer-events: none
}

.carousel.scrolling .carousel__content {
    scroll-behavior: auto
}

.carousel__arrow-key {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s;
    width: 40px;
    z-index: 1
}

.carousel__arrow-key.disabled {
    opacity: 0;
    pointer-events: none
}

.carousel__arrow-key:hover > svg {
    fill: #3a3a3a
}

.carousel__arrow-key > svg {
    fill: #464646;
    height: 16px;
    transition: fill .1s;
    width: 16px
}

[dir=rtl] .carousel__arrow-key--next {
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-left-radius: 0;
    left: 0
}

[dir=rtl] .carousel__arrow-key--next > svg {
    transform: rotate(0)
}

[dir=rtl] .carousel__arrow-key--prev {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    right: 0
}

[dir=rtl] .carousel__arrow-key--prev > svg {
    transform: rotate(180deg)
}

[dir=ltr] .carousel__arrow-key--next {
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    right: 0
}

[dir=ltr] .carousel__arrow-key--next > svg {
    transform: rotate(180deg)
}

[dir=ltr] .carousel__arrow-key--prev {
    border-bottom-left-radius: 0;
    border-left: none;
    border-top-left-radius: 0;
    left: 0
}

[dir=ltr] .carousel__arrow-key--prev > svg {
    transform: rotate(0)
}

.carousel.touch .carousel__arrow-key {
    display: none
}

.CarouselInnerContentWrapper {
    padding: 16px
}

.VideoCard {
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    width: 94px
}

.VideoCard--small {
    width: 94px
}

.VideoCard--medium {
    width: 130px
}

@media (min-width: 640px) {
    .VideoCard--small {
        width: 130px
    }
}

.VideoCard__image {
    background: #f0f0f0;
    border-radius: 8px;
    width: 100%
}

.VideoCard__text {
    display: flex;
    flex-direction: column;
    margin-top: .5rem
}

.VideoCard__text > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.VideoCard__title {
    color: var(--Light-Greys-On-Primary, #20222a)
}

.VideoCard__subtitle, .VideoCard__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.VideoCard__subtitle {
    color: var(--light-greys-surf-container, #717485)
}

.VideoCategoryItem__wrapper {
    cursor: pointer;
    height: 72px;
    width: 122px
}

.VideoCategoryItem__image {
    background: #fff;
    border-radius: 8px;
    display: block;
    width: 100%
}

.VideoDiscovery {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    width: 100%
}

@media (min-width: 640px) {
    .VideoDiscovery {
        gap: 16px;
        padding: 16px
    }
}

.MiniGamesPage__inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 2.5rem;
    margin: 5rem auto;
    max-width: 850px;
    width: 90%
}

@media (max-width: 1023.98px) {
    .MiniGamesPage__inner {
        flex-direction: column
    }

    .MiniGamesPage__hero-image {
        width: 157px
    }
}

.MiniGamesPage__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 4.5rem
}

@media (max-width: 1023.98px) {
    .MiniGamesPage__content {
        font-size: .8rem;
        gap: .5rem;
        justify-content: unset;
        padding-top: 0;
        text-align: center
    }
}

.MiniGamesPage__title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem
}

@media (max-width: 1023.98px) {
    .MiniGamesPage__title {
        font-size: 1.25rem;
        margin-bottom: .5rem;
        margin-top: 0
    }
}

.MiniGamesPage__actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem
}

@media (max-width: 1023.98px) {
    .MiniGamesPage__actions {
        flex-direction: column-reverse
    }
}

.MiniGamesPage__action-image {
    display: block;
    height: 60px;
    width: 60px
}

@media (max-width: 1023.98px) {
    .MiniGamesPage__action-image {
        height: 47px;
        width: 47px
    }
}

.MiniGamesPage__action-button {
    height: 60px !important
}

@media (max-width: 1023.98px) {
    .MiniGamesPage__action-button {
        flex: auto;
        height: 50px !important
    }
}

.MiniGamesPage__action-button img {
    height: 30px;
    margin-left: .5rem;
    width: 30px
}

@media (max-width: 1023.98px) {
    .MiniGamesPage__qrcode {
        display: none
    }
}

.oauth__box {
    margin-top: 2rem;
    width: 450px
}

.oauth__title {
    margin-bottom: 1rem
}

.oauth__applicant {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    min-height: 5rem;
    padding: 1rem
}

.oauth__applicant img {
    border-radius: 8px;
    height: 75px;
    margin: .5rem;
    width: 75px
}

.oauth__message {
    margin-top: 1rem
}

.oauth__permissions {
    list-style: none;
    padding: 0
}

.oauth__permissions li {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: .5rem;
    padding: .5rem 1rem
}

.oauth__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem
}

[dir=rtl] .oauth__actions button + button {
    margin-right: .5rem
}

[dir=ltr] .oauth__actions button + button {
    margin-left: .5rem
}

@media (max-width: 639.98px) {
    .oauth__actions {
        flex-direction: column-reverse
    }

    .oauth__actions button {
        flex-grow: 1
    }

    .oauth__actions button + button {
        margin-bottom: .5rem
    }

    [dir=rtl] .oauth__actions button + button {
        margin-right: 0
    }

    [dir=ltr] .oauth__actions button + button {
        margin-left: 0
    }

    .oauth {
        font-size: 90%
    }
}

.VerticalSelect > * {
    margin-bottom: .5rem
}

.VerticalSelect__item-sep {
    border-left: 1px solid #e5e7f0;
    height: 2rem;
    margin: 0 1rem;
    width: 1px
}

.VerticalSelect__item-icon {
    width: 36px
}

.VerticalSelect__item {
    align-items: center;
    border: 1px solid #e5e7f0;
    border-radius: 4px;
    color: #3a3a3a;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 4rem;
    max-height: 4rem;
    padding: .5rem
}

.VerticalSelect__item h3, .VerticalSelect__item p {
    margin: 0
}

.VerticalSelect__item h3 {
    margin-bottom: .25rem
}

.VerticalSelect__item p {
    color: #4e4e4e
}

.VerticalSelect__item:not(.VerticalSelect__item--selected):focus, .VerticalSelect__item:not(.VerticalSelect__item--selected):hover {
    border-color: #cacaca
}

.VerticalSelect__item:focus, .VerticalSelect__item:hover {
    outline: none
}

.VerticalSelect__item--selected {
    border-color: #0ea960;
    color: #0ea960
}

.PaymentMethodSelector > * {
    margin-bottom: .5rem
}

.PaymentMethodSelector__item-sep {
    border-left: 1px solid #e5e7f0;
    height: 2rem;
    margin: 0 1rem;
    width: 1px
}

.PaymentMethodSelector__item-icon {
    width: 40px
}

.PaymentMethodSelector__item {
    align-items: center;
    border: 1px solid #e5e7f0;
    border-radius: 4px;
    color: #3a3a3a;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 4rem;
    max-height: 4rem;
    padding: .5rem
}

.PaymentMethodSelector__item h3, .PaymentMethodSelector__item p {
    margin: 0
}

.PaymentMethodSelector__item h3 {
    margin-bottom: .25rem
}

.PaymentMethodSelector__item p {
    color: #4e4e4e
}

.PaymentMethodSelector__item:not(.PaymentMethodSelector__item--selected):focus, .PaymentMethodSelector__item:not(.PaymentMethodSelector__item--selected):hover {
    border-color: #cacaca
}

.PaymentMethodSelector__item:focus, .PaymentMethodSelector__item:hover {
    outline: none
}

.PaymentMethodSelector__item--selected {
    border-color: #0ea960;
    color: #0ea960
}

.PaymentMethodSelector__subdescription {
    color: #464646;
    margin: .75rem 0
}

.PaymentMethodSelector__increase-credit {
    margin: .25rem 0;
    -webkit-user-select: none;
    user-select: none
}

.PaymentMethodSelector__increase-credit-items {
    margin: -.25rem
}

.PaymentMethodSelector__chargedescription {
    color: #464646
}

.PaymentMethodSelector__increase-credit-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: .5rem 0
}

.PaymentMethodSelector__increase-credit-row--wrap {
    flex-wrap: wrap
}

.PaymentMethodSelector__increase-credit-inp {
    width: 160px
}

.PaymentMethodSelector__increase-credit-inp:focus {
    border-color: #464646;
    direction: ltr;
    outline: none
}

.PaymentMethodSelector__increase-credit-btn, .PaymentMethodSelector__increase-credit-option {
    cursor: pointer
}

.PaymentMethodSelector__increase-credit-btn:not(.PaymentMethodSelector__increase-credit-option--selected):focus, .PaymentMethodSelector__increase-credit-btn:not(.PaymentMethodSelector__increase-credit-option--selected):hover, .PaymentMethodSelector__increase-credit-option:not(.PaymentMethodSelector__increase-credit-option--selected):focus, .PaymentMethodSelector__increase-credit-option:not(.PaymentMethodSelector__increase-credit-option--selected):hover {
    border: 1px solid #cacaca
}

.PaymentMethodSelector__increase-credit-inp, .PaymentMethodSelector__increase-credit-option, .PaymentMethodSelector__increase-credit-sep {
    flex-grow: 1
}

.PaymentMethodSelector__increase-credit-btn, .PaymentMethodSelector__increase-credit-inp, .PaymentMethodSelector__increase-credit-option {
    background-color: #fff;
    border: 1px solid #e5e7f0;
    border-radius: 4px;
    height: 2.25rem;
    line-height: 2.25rem;
    margin: .25rem;
    min-width: 2.25rem;
    padding: 0 .5rem;
    text-align: center
}

.PaymentMethodSelector__increase-credit-option--selected {
    border-color: #0ea960
}

.PaymentDetails {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.PaymentDetails__destination-logo {
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    height: 36px;
    width: 36px
}

[dir=rtl] .PaymentDetails__destination-logo {
    margin-left: .25rem
}

[dir=ltr] .PaymentDetails__destination-logo {
    margin-right: .25rem
}

.Menu {
    position: relative
}

.Menu--open {
    z-index: 3
}

.Menu__activator {
    cursor: pointer
}

.Menu__container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    font-size: 1rem;
    max-width: 320px;
    min-width: 200px;
    padding: 8px;
    position: absolute
}

.Menu__container:empty {
    display: none
}

.Menu__container--open {
    z-index: 9999
}

.Menu__container--v-top {
    bottom: calc(100% + 8px)
}

.Menu__container--v-bottom {
    top: calc(100% + 8px)
}

.Menu__container--v-center {
    top: 50%;
    transform: translateY(-50%)
}

.Menu__container--h-center {
    left: 50%
}

.Menu__container--h-center.Menu__container--v-center {
    transform: translate(-50%, -50%)
}

.Menu__container--h-center:not(.Menu__container--v-center) {
    transform: translateX(-50%)
}

.Menu__container--h-left {
    right: 0
}

.Menu__container--h-right {
    left: 0
}

.List {
    align-items: center;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.List > :not(:last-child) {
    margin-bottom: .25rem
}

.ListItem {
    align-items: center;
    border-radius: 8px;
    color: #2a2a2a;
    cursor: pointer;
    display: flex;
    min-height: 48px;
    padding: 8px;
    width: 100%
}

.ListItem__arrow {
    color: #4e4e4e;
    visibility: hidden
}

.ListItem--selected:not([disabled]), .ListItem.active:not([disabled]), .ListItem.focus:not([disabled]), .ListItem.hover:not([disabled]), .ListItem.link-active:not([disabled]), .ListItem:focus:not([disabled]), .ListItem:hover:not([disabled]) {
    background: #f1f2f9 !important;
    color: #2a2a2a;
    outline: none
}

.ListItem--selected:not([disabled]) .ListItem__arrow, .ListItem.active:not([disabled]) .ListItem__arrow, .ListItem.focus:not([disabled]) .ListItem__arrow, .ListItem.hover:not([disabled]) .ListItem__arrow, .ListItem.link-active:not([disabled]) .ListItem__arrow, .ListItem:focus:not([disabled]) .ListItem__arrow, .ListItem:hover:not([disabled]) .ListItem__arrow {
    visibility: visible
}

.PaymentProfileButton__btn {
    border-bottom: 1px solid transparent;
    color: #3a3a3a;
    direction: ltr;
    display: inline-block;
    font-weight: 400;
    height: 1.5rem
}

.PaymentProfileButton__btn i {
    color: #464646;
    font-size: 18px;
    margin-right: .1rem;
    vertical-align: middle
}

.PaymentProfileButton__btn:focus, .PaymentProfileButton__btn:hover {
    border-bottom: 1px solid #4e4e4e
}

.PaymentProfileButton__menu {
    height: 1.5rem
}

.UserPaymentPage {
    align-items: stretch;
    color: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 360px;
    min-height: 100vh;
    padding: 1rem 0;
    width: 100%
}

.UserPaymentPage .space-1 {
    margin-bottom: .5rem
}

.UserPaymentPage .space-2 {
    margin-bottom: .75rem
}

.UserPaymentPage .space-3 {
    margin-bottom: 1rem
}

.UserPaymentPage .divider {
    border-bottom: 1px solid #f0f0f0
}

.UserPaymentPage__header {
    align-items: center;
    display: flex;
    flex-direction: row
}

.UserPaymentPage__header h1 {
    flex-grow: 1;
    margin: 0
}

.UserPaymentPage__buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 1rem
}

.UserPaymentPage__buttons > * {
    flex-grow: 1
}

.UserPaymentPage__buttons > :not(:last-child) {
    max-width: 40%;
    min-width: 40%;
    width: 40%
}

[dir=rtl] .UserPaymentPage__buttons > :not(:last-child) {
    margin-left: .5rem
}

[dir=ltr] .UserPaymentPage__buttons > :not(:last-child) {
    margin-right: .5rem
}

.UserPaymentPage__logo > img {
    width: 48px
}

.UserPaymentPage__button {
    width: 100%
}

.UserPaymentPage__message {
    color: #df2648;
    text-align: center
}

.UserPaymentPage__status {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px
}

.subscriptions__list {
    display: flex;
    flex-flow: row wrap
}

.subscriptions__item {
    align-items: flex-start;
    display: flex;
    margin-top: 1rem
}

.subscriptions__item--inactive {
    opacity: .5
}

.subscriptions__image {
    height: auto;
    width: 64px
}

[dir=rtl] .subscriptions__image {
    margin-left: 1rem
}

[dir=ltr] .subscriptions__image {
    margin-right: 1rem
}

.transactions .table td {
    vertical-align: middle
}

@media (max-width: 1023.98px) {
    .transactions .table td {
        font-size: .9rem;
        padding: .25rem
    }
}

.transactions th {
    border-top: 0
}

.transactions__btn-more {
    display: block;
    margin: 1rem auto
}

.transaction__token {
    direction: ltr;
    font-size: .9rem
}

@media (max-width: 1023.98px) {
    .transaction__token {
        font-size: .7rem
    }
}

.transaction--payment .transaction__amount {
    color: red
}

.transaction--purchase .transaction__amount {
    color: #219621
}

.transaction--refunded .transaction__amount, .transaction--refunded .transaction__description {
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

.SearchPage--empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 0
}

.SearchPage--empty .SearchPage__icon {
    height: 76px;
    margin-bottom: 1.5rem;
    width: 76px
}

.Slider {
    padding-bottom: 1rem;
    position: relative
}

.Slider__slides {
    opacity: 1;
    transform: translateY(0);
    transition: all .25s
}

.Slider__slides--animating {
    opacity: 0;
    transform: translateY(-20px)
}

.Slider__dots {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 1rem;
    justify-content: center;
    position: absolute;
    width: 100%
}

.Slider__dot {
    background-color: #e5e7f0;
    border-radius: .5rem;
    cursor: pointer;
    height: .5rem;
    margin: 0 .25rem;
    width: .5rem
}

.Slider__dot--selected {
    background-color: #0ea960
}

.Slider__transition-fade-enter-active, .Slider__transition-fade-leave-active {
    transition: opacity .5s
}

.Slider__transition-fade-enter, .Slider__transition-fade-leave-to {
    opacity: 0
}

.ActivateDirectDebit {
    align-items: stretch;
    color: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 360px;
    min-height: 100vh;
    padding: 1rem 0;
    width: 100%
}

.ActivateDirectDebit__onboarding-slide {
    height: 340px
}

.ActivateDirectDebit__onboarding-slide .image {
    align-items: flex-end;
    display: flex;
    height: 210px;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative
}

.ActivateDirectDebit__onboarding-slide .image > .bg-image {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%
}

.ActivateDirectDebit__onboarding-slide .image > .slide-image {
    max-height: 60%;
    max-width: 60%;
    z-index: 2
}

.ActivateDirectDebit__title {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem
}

.ActivateDirectDebit__title * {
    margin: 0
}

[dir=rtl] .ActivateDirectDebit__title h2 {
    margin-right: 1rem
}

[dir=ltr] .ActivateDirectDebit__title h2 {
    margin-left: 1rem
}

.ActivateDirectDebit__title svg {
    fill: #2a2a2a;
    cursor: pointer;
    height: 19px;
    width: 20px
}

[dir=ltr] .ActivateDirectDebit__title svg {
    transform: rotate(180deg)
}

.ActivateDirectDebit__banks {
    flex-grow: 1;
    overflow: auto;
    padding-bottom: 3.75rem
}

.ActivateDirectDebit__buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 1rem
}

.ActivateDirectDebit__buttons > * {
    flex-grow: 1
}

.ActivateDirectDebit__buttons > :not(:last-child) {
    max-width: 40%;
    min-width: 40%;
    width: 40%
}

[dir=rtl] .ActivateDirectDebit__buttons > :not(:last-child) {
    margin-left: .5rem
}

[dir=ltr] .ActivateDirectDebit__buttons > :not(:last-child) {
    margin-right: .5rem
}

.ActivateDirectDebit__content-footer {
    bottom: .5rem;
    left: 0;
    margin: auto;
    max-width: 360px;
    position: fixed;
    right: 0;
    width: calc(100% - 16px)
}

.ActivateDirectDebit .block {
    width: 100%
}

i[data-v-564ff272] {
    color: inherit;
    vertical-align: middle
}

.BazaarMagazine {
    text-align: center
}

.BazaarMagazine__title {
    font-size: 2.1rem;
    margin-bottom: 2.5rem;
    text-align: center
}

.BazaarMagazine__posts {
    flex-wrap: wrap;
    gap: 1.5rem;
    text-align: right
}

.BazaarMagazine__post-title {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: .5rem
}

.BazaarMagazine__post {
    display: block;
    margin-bottom: 2rem
}

@media (min-width: 1024px) {
    .BazaarMagazine__post:last-child {
        display: none
    }
}

.BazaarMagazine__post-image {
    border-radius: 10px;
    height: 200px;
    margin-bottom: 1rem;
    object-fit: cover;
    width: 100%
}

.BazaarMagazine__mag-link {
    margin-top: 2rem
}

.AppGridItem {
    position: relative
}

.AppGridItem__image {
    border-radius: 23%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    width: 100%
}

.flip-enter-active, .flip-leave-active {
    transition: transform 1s, opacity .5s
}

.flip-enter, .flip-leave-to {
    transform: rotateY(90deg)
}

.AppsGrid {
    display: grid;
    grid-auto-rows: 0;
    grid-template-rows:repeat(5, 1fr);
    justify-content: space-between;
    margin-right: -1rem;
    width: calc(100% + 2rem)
}

@media (max-width: 639.98px) {
    .AppsGrid {
        grid-template-columns:repeat(7, 1fr)
    }

    .AppsGrid__item {
        grid-column-start: 0;
        padding: .3rem
    }

    .AppsGrid__item:nth-child(24) {
        grid-column-start: 6
    }

    .AppsGrid__item:nth-child(27) {
        grid-column-start: 7
    }
}

@media (min-width: 640px)and (max-width: 1023.98px) {
    .AppsGrid {
        grid-template-columns:repeat(12, 1fr)
    }

    .AppsGrid__item {
        grid-column-start: auto;
        padding: .4rem
    }

    .AppsGrid__item:nth-child(29) {
        grid-column-start: 9
    }

    .AppsGrid__item:nth-child(36) {
        grid-column-start: 10
    }

    .AppsGrid__item:nth-child(41) {
        grid-column-start: 11
    }
}

@media (min-width: 1024px) {
    .AppsGrid {
        grid-template-columns:repeat(18, 1fr)
    }

    .AppsGrid__item {
        grid-column-start: auto;
        padding: .5rem
    }

    .AppsGrid__item:nth-child(43) {
        grid-column-start: 13
    }

    .AppsGrid__item:nth-child(53) {
        grid-column-start: 15
    }

    .AppsGrid__item:nth-child(60) {
        grid-column-start: 16
    }
}

.fade-down-animate {
    animation-delay: 2s;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-name: fadeDownAnimation;
    animation-timing-function: linear
}

@keyframes fadeDownAnimation {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }
    50% {
        opacity: .3;
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.HomeHeader {
    height: calc(100vh - 112px);
    max-height: 900px;
    max-width: 100%;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    text-align: center
}

@media (min-width: 1024px) {
    .HomeHeader {
        height: calc(100vh - 64px);
        max-height: 900px;
        min-height: 700px
    }
}

.HomeHeader__title {
    font-size: 2.1rem
}

@media (max-width: 1023.98px) {
    .HomeHeader__title {
        font-size: 1.5rem
    }
}

.HomeHeader__content {
    position: absolute;
    top: 40%;
    width: 100%
}

.HomeHeader__download-buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 2rem
}

.HomeHeader__download-buttons .newbtn {
    height: 3rem;
    width: 15rem
}

@media (min-width: 1024px) {
    .HomeHeader__download-buttons .newbtn {
        height: 4rem;
        width: 18rem
    }
}

.HomeHeader__logo {
    background-color: #fff;
    border-radius: 23%;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
    display: block;
    height: 7.5rem;
    margin: auto auto 2rem;
    width: 7.5rem
}

@media (max-width: 1023.98px) {
    .HomeHeader__logo {
        height: 6rem;
        width: 6rem
    }
}

.FeatureCard {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f1f2f9;
    border-radius: 16px;
    box-shadow: 0 31px 33.5px -27px rgba(0, 0, 0, .13);
    display: flex;
    gap: 1rem;
    height: 8rem;
    padding: .5rem 1.5rem;
    width: 100%
}

.FeatureCard__icon img {
    height: 60px;
    width: 60px
}

.FeatureCard__title {
    align-items: center;
    flex-grow: 1
}

.FeatureCard__content {
    color: #717485;
    text-align: justify
}

.BazaarFeatures {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 3rem 0
}

@media (max-width: 1023.98px) {
    .BazaarFeatures {
        flex-wrap: wrap
    }
}

.BazaarFeatures__left-features, .BazaarFeatures__right-features {
    display: flex;
    flex-direction: column
}

@media (max-width: 1023.98px) {
    .BazaarFeatures__left-features [data-sal=slide-up], .BazaarFeatures__right-features [data-sal=slide-up] {
        animation-name: none;
        opacity: 1;
        transform: translate(0)
    }
}

.BazaarFeatures__right-features {
    align-items: flex-end
}

.BazaarFeatures__feature-item {
    flex-grow: 1;
    flex-shrink: 0
}

.BazaarFeatures__mobile-frame {
    flex: 0;
    height: 550px;
    margin: 0 25px;
    width: auto
}

@media (max-width: 1023.98px) {
    .BazaarFeatures__mobile-frame {
        display: none
    }
}

.BazaarFeatures__mobile-frame img {
    height: 100%
}

.BazaarFeatures [class*=col-] {
    padding: .3rem .5rem
}

@media (max-width: 1023.98px) {
    .BazaarFeatures [class*=col-] {
        padding: .5rem
    }
}

.HomeFeaturedApps__title {
    font-size: 2.1rem;
    margin-bottom: 2.5rem;
    text-align: center
}

.HomeFeaturedApps__row + .HomeFeaturedApps__row {
    margin-top: 1rem
}

.BazaarFloatQrCode {
    align-items: center;
    background: #fff;
    border: 1px solid #d1d4dd;
    border-radius: 16px;
    bottom: 25px;
    direction: rtl;
    display: flex;
    gap: 1rem;
    left: -11rem;
    padding: .4rem .6rem .3rem 3rem;
    position: fixed;
    transition: all .5s linear
}

[lang=en] .BazaarFloatQrCode {
    left: -14rem
}

.BazaarFloatQrCode:hover, .BazaarFloatQrCode[data-visible=true] {
    left: -2rem
}

.BazaarFloatQrCode__qrcode {
    display: block;
    height: 70px;
    width: 70px
}

.HomePage__container {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    width: 95%
}

.HomePage__section {
    margin-bottom: 6rem;
    overflow: hidden
}

@media (max-width: 1023.98px) {
    .HomePage__section {
        margin-bottom: 4rem
    }
}

.HomePage__large-banner, .HomePage__large-banner img {
    display: block;
    height: auto;
    width: 100%
}

.NeedLatestVersion {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 23rem;
    min-height: 90vh;
    text-align: center;
    width: 100%
}

.NeedLatestVersion__download-buttons {
    margin-top: 2rem;
    width: 100%
}

[dir=rtl] .NeedLatestVersion__download-buttons .newbtn img {
    margin-left: .5rem
}

[dir=ltr] .NeedLatestVersion__download-buttons .newbtn img {
    margin-right: .5rem
}

.NeedLatestVersion__download-buttons .newbtn ~ .newbtn {
    margin-top: 1rem
}

.ModalMedia {
    background: #000;
    border-radius: 5px;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, .467);
    display: block;
    max-height: 95vh;
    max-width: 95vw;
    min-height: 100px;
    overflow: auto;
    position: relative
}

.ModalMedia:empty {
    display: none
}

.ModalMedia img, .ModalMedia video {
    max-height: 95vh;
    max-width: 95vw
}

.sg__cell {
    align-items: center;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: box-shadow .4s
}

.sg__cell:focus, .sg__cell:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    filter: saturate(1.5);
    outline: none;
    transition: box-shadow .1s
}

.sg__image img, .sg__image source, .sg__image video {
    height: 100% !important;
    width: auto
}

.sg__play {
    height: 100px;
    opacity: .8;
    position: absolute;
    width: 100px
}

.sg__play img {
    height: 100% !important;
    width: 100% !important
}

@media (max-width: 639.98px) {
    .AppScreenShotGallery .sg__image {
        height: 200px !important
    }
}

.InfoCube {
    align-items: center;
    background: #f9fafd;
    border-radius: 8px;
    color: #2a2a2a;
    cursor: default;
    display: flex;
    flex-direction: column-reverse;
    height: 3.25rem;
    justify-content: space-between;
    padding: .5rem 1rem
}

.InfoCube > * {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.InfoCube__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.InfoCube__title {
    color: #4e4e4e;
    font-weight: 400
}

.InfoCube--clickable {
    cursor: pointer
}

.InfoCube--clickable:focus, .InfoCube--clickable:hover {
    background-color: #f1f4fa;
    color: #2a2a2a
}

.InfoCubes {
    display: block
}

.InfoCubes__table {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    margin: 0;
    max-width: 100%;
    overflow-x: auto;
    padding: 0
}

.InfoCubes__bazaar-logo {
    width: 22px
}

.AppIcon {
    background-color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden
}

picture.AppIcon > img {
    width: 100%
}

.AppName {
    margin: 0
}

.ModalAppBarcode {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem .5rem;
    position: relative
}

.AppInstallBtn {
    min-width: 125px
}

@media (max-width: 639.98px) {
    .AppInstallBtn {
        width: 100%
    }
}

.ModalVersionInfo {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    max-width: 600px;
    position: relative;
    width: 90vw
}

.ModalVersionInfo__content {
    flex-grow: 1;
    overflow-y: auto
}

.ModalVersionInfo__buttons {
    border-top: 1px solid #f0f0f0
}

.ModalVersionInfo__buttons > button {
    align-items: center;
    display: flex;
    justify-content: center
}

.AppSubtitles__error {
    background-color: #f9fafd;
    border-radius: 4px;
    padding: .5rem
}

.AppSubtitles__item {
    color: #4e4e4e;
    display: inline-block;
    line-height: 1.2rem
}

[dir=rtl] .AppSubtitles__item {
    margin-left: .25rem
}

[dir=ltr] .AppSubtitles__item {
    margin-right: .25rem
}

.AppSubtitles__item--clickable:hover {
    color: #0ea960;
    cursor: pointer
}

.AppSubtitles__item:not(:last-child):after {
    background-color: #4e4e4e;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px
}

[dir=rtl] .AppSubtitles__item:not(:last-child):after {
    margin-right: .25rem
}

[dir=ltr] .AppSubtitles__item:not(:last-child):after {
    margin-left: .25rem
}

.DetailsPageHeader__desktop {
    display: block
}

@media (max-width: 639.98px) {
    .DetailsPageHeader__desktop {
        display: none
    }
}

.DetailsPageHeader__mobile {
    display: block
}

@media (min-width: 640px) {
    .DetailsPageHeader__mobile {
        display: none
    }
}

.DetailsPageHeader__row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-wrap: nowrap
}

.DetailsPageHeader__icon {
    background-color: #fff;
    border-radius: 8px;
    height: 128px;
    min-height: 128px;
    min-width: 128px;
    overflow: hidden;
    width: 128px
}

[dir=rtl] .DetailsPageHeader__icon {
    margin-left: .5rem
}

[dir=ltr] .DetailsPageHeader__icon {
    margin-right: .5rem
}

@media (max-width: 639.98px) {
    .DetailsPageHeader__icon {
        margin-bottom: 1rem
    }
}

.DetailsPageHeader__info {
    flex-grow: 1;
    line-height: 1.5rem
}

.DetailsPageHeader__info h1 {
    margin-bottom: .5rem
}

@media (max-width: 639.98px) {
    .DetailsPageHeader__info {
        margin-bottom: 1rem;
        text-align: center
    }
}

.DetailsPageHeader__buttons {
    align-self: flex-end
}

@media (max-width: 639.98px) {
    .DetailsPageHeader__buttons {
        align-self: stretch;
        margin-bottom: 1rem
    }
}

.DetailsPageHeader__cubes {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: auto
}

@media (max-width: 639.98px) {
    .DetailsPageHeader__cubes {
        margin: 0 -1rem 1rem
    }
}

.Article {
    border-radius: .5rem;
    box-shadow: none;
    display: flex;
    overflow: hidden;
    padding: .5rem;
    transition: box-shadow .4s
}

.Article:focus, .Article:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    outline: none;
    transition: box-shadow .1s
}

.Article__logo {
    min-width: 40px;
    width: 40px
}

.Article__logo img {
    border-radius: .5rem;
    overflow: hidden;
    width: 100%
}

.Article__info {
    flex-grow: 1;
    line-height: 1.5rem;
    max-width: calc(100% - 3.5rem)
}

[dir=rtl] .Article__info {
    margin-right: 1rem
}

[dir=ltr] .Article__info {
    margin-left: 1rem
}

.Article__info p {
    color: #464646;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Article__info-title {
    color: #2a2a2a;
    margin-bottom: .25rem
}

.AppArticles {
    max-width: 100%
}

.AppArticles__body {
    padding: .5rem
}

.AppArticles__item {
    margin: .5rem
}

.AppComment__profile {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: .5rem
}

.AppComment__profile img {
    border-radius: 40px;
    height: 40px;
    padding: 0;
    width: 40px
}

[dir=rtl] .AppComment__profile img {
    margin-left: .5rem
}

[dir=ltr] .AppComment__profile img {
    margin-right: .5rem
}

.AppComment__meta, .AppComment__username {
    color: #4e4e4e
}

.AppComment__body {
    color: #3a3a3a;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.AppComment__meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.AppComment__rating {
    align-items: flex-start;
    color: #0ea960;
    display: flex;
    justify-content: flex-end
}

.AppCommentsList__item {
    margin-bottom: 1.5rem
}

.AppCommentsList__pager {
    align-items: center;
    display: flex;
    justify-content: center
}

.AppCommentsList__loadmore {
    min-width: 300px
}

.AppCommentsRates__item {
    padding-bottom: .25rem
}

.AppCommentsRates__item, .AppCommentsRates__label {
    align-items: center;
    display: flex;
    flex-direction: row
}

.AppCommentsRates__label {
    color: #4e4e4e;
    justify-content: space-between;
    white-space: nowrap;
    width: 38px
}

[dir=rtl] .AppCommentsRates__label {
    padding-left: .5rem
}

[dir=ltr] .AppCommentsRates__label {
    padding-right: .5rem
}

.AppCommentsRates__progress {
    background-color: #f9fafd;
    border-radius: 5px;
    height: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.AppCommentsRates__progress > div {
    background-color: #0ea960;
    border-radius: 5px;
    height: 10px;
    position: absolute
}

.AppCommentsSection__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between
}

@media (max-width: 639.98px) {
    .AppCommentsSection__body {
        margin: 0 -1rem
    }
}

.AppCommentsSection__average-rate {
    align-items: center;
    background-color: #f9fafd;
    border-radius: 8px;
    color: #3a3a3a;
    display: flex;
    flex-direction: row;
    padding: .25rem .5rem
}

.AppCommentsSection__average-rate i {
    color: #0ea960;
    font-size: 1rem
}

[dir=rtl] .AppCommentsSection__average-rate i {
    margin-left: .25rem
}

[dir=ltr] .AppCommentsSection__average-rate i {
    margin-right: .25rem
}

.AppCommentsSection__rates {
    padding: 0 1rem
}

.AppDescriptionContent {
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5rem
}

.AppDescriptionContent * {
    margin: 0
}

.AppDescriptionContent h1:empty, .AppDescriptionContent h2:empty, .AppDescriptionContent h3:empty, .AppDescriptionContent p:empty {
    display: none
}

.AppDescriptionContent h1, .AppDescriptionContent h2, .AppDescriptionContent h3, .AppDescriptionContent h4, .AppDescriptionContent h5, .AppDescriptionContent h6, .AppDescriptionContent p, .AppDescriptionContent ul {
    margin-bottom: .5rem
}

.AppDescriptionContent b, .AppDescriptionContent h1, .AppDescriptionContent h2, .AppDescriptionContent h3, .AppDescriptionContent h4, .AppDescriptionContent h5, .AppDescriptionContent h6, .AppDescriptionContent strong {
    font-weight: 600
}

.AppDescriptionContent p {
    margin-bottom: .5rem
}

.ModalAppDescription {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    position: relative;
    width: 90vw
}

.ModalAppDescription__content {
    flex-grow: 1;
    overflow-y: auto
}

.ModalAppDescription__buttons {
    border-top: 1px solid #f0f0f0
}

.ModalAppDescription__buttons > button {
    align-items: center;
    display: flex;
    justify-content: center
}

.AppDescription__content {
    overflow: auto;
    padding: 0 1rem 1rem;
    position: relative
}

@media (max-width: 639.98px) {
    .AppDescription__content {
        overflow: hidden
    }

    .AppDescription__content:after {
        bottom: 0;
        box-shadow: inset 0 -2rem 2rem 1rem #fff;
        content: "";
        height: 4rem;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%
    }
}

.AppDescription__more-details {
    color: #0ea960;
    cursor: pointer
}

@media (min-width: 640px) {
    .AppDescription__more-details {
        display: none
    }
}

.CollapseBox {
    border: 1px solid rgba(0, 0, 0, .1)
}

.CollapseBox__header {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}

.CollapseBox__title {
    flex-grow: 1
}

@media (max-width: 639.98px) {
    .CollapseBox {
        background: #f9fafd
    }

    .CollapseBox .Box__head {
        padding: .6rem 1rem
    }
}

.AntivirusBriefResult__content {
    display: flex;
    flex-direction: column;
    padding: 1rem
}

.AntivirusBriefResult__meta {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    font-size: .8rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.AntivirusBriefResult__result-item-wrapper:hover {
    background-color: #f9fafd
}

.AntivirusBriefResult__result-item {
    align-items: center;
    border-radius: 5px;
    color: #4e4e4e;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    margin-bottom: .5rem;
    padding: .5rem;
    transition: all .2s ease
}

.AntivirusBriefResult__result-item--danger {
    color: #df2648
}

.AntivirusBriefResult__result-item--success {
    color: #5cb85c
}

.AntivirusBriefResult__result-item--unknown {
    color: #3a3a3a
}

@media (max-width: 639.98px) {
    .AntivirusBriefResult__result-item {
        padding-left: 0;
        padding-right: 0
    }
}

.AntivirusBriefResult__icon {
    height: .8rem;
    width: .8rem
}

.AntivirusBriefResult__description {
    color: #777;
    font-size: .7rem;
    margin-bottom: .5rem;
    margin-top: -.7rem;
    padding: 0 .5rem
}

@media (max-width: 639.98px) {
    .AntivirusBriefResult__description {
        padding-left: 0;
        padding-right: 0
    }
}

.AntivirusBriefResult__details-link {
    align-self: flex-end;
    margin-top: 1rem
}

@media (max-width: 639.98px) {
    .AntivirusBriefResult {
        margin-top: -2rem
    }
}

.AppBazaarCheInfo {
    align-items: center;
    color: #2a2a2a;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: .5rem .8rem
}

.AppBazaarCheInfo:hover {
    color: #2a2a2a
}

.AppBazaarCheInfo__icon {
    flex-shrink: 0;
    height: 36px;
    margin-left: .5rem;
    width: 36px
}

.AppBazaarCheInfo__icon > * {
    height: 100%;
    width: 100%
}

.AppBazaarCheInfo__text {
    flex-grow: 1
}

.AppBazaarCheInfo__arrow-icon {
    flex-shrink: 0
}

@media (max-width: 639.98px) {
    .AppBazaarCheInfo {
        background: #f9fafd
    }
}

.AppDetails__row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

@media (max-width: 1199.98px) {
    .AppDetails__row {
        flex-direction: column
    }
}

.AppDetails__col--main {
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: calc(68px + 1rem)
}

[dir=rtl] .AppDetails__col--main {
    margin-left: 1rem
}

[dir=ltr] .AppDetails__col--main {
    margin-right: 1rem
}

.AppDetails__col--main, .AppDetails__col--second {
    flex-grow: 1;
    max-width: calc(50% - .5rem);
    min-width: calc(50% - .5rem);
    width: calc(50% - .5rem)
}

@media (max-width: 1199.98px) {
    .AppDetails__col--main, .AppDetails__col--second {
        margin-bottom: 1rem;
        max-width: 100%;
        position: relative;
        top: auto;
        width: 100%
    }

    [dir=rtl] .AppDetails__col--main, [dir=rtl] .AppDetails__col--second {
        margin-left: 0
    }

    [dir=ltr] .AppDetails__col--main, [dir=ltr] .AppDetails__col--second {
        margin-right: 0
    }
}

@media (max-width: 639.98px) {
    .AppDetails__col--second {
        margin-top: 1rem
    }
}

.app-details__error {
    margin-bottom: 3rem;
    margin-top: 1rem
}

.AppPermissionsBox {
    margin-bottom: 1rem
}

.AppPermissionsBox__permissions {
    overflow-x: auto;
    padding: 1rem 2rem 1rem 1rem
}

[dir=ltr] .AppPermissionsBox__permissions {
    padding-left: 2rem;
    padding-right: 1rem
}

.AntivirusFullResult {
    width: 100%
}

.AntivirusFullResult__app-info {
    padding: 1rem
}

.AntivirusFullResult__app-icon {
    height: 128px;
    min-height: 128px;
    min-width: 128px;
    width: 128px
}

.AntivirusFullResult__item {
    padding: .7rem 1rem;
    width: 100%
}

.AntivirusFullResult__item + .AntivirusFullResult__item {
    margin-top: 1rem
}

.AntivirusFullResult__item--clean {
    color: #5cb85c
}

.AntivirusFullResult__item--malware {
    background: #f1f4fa;
    color: #df2648
}

.AntivirusFullResult__item--error {
    color: #464646
}

.AntivirusFullResult__item-detail {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 1rem;
    padding-top: 1rem;
    word-break: break-all
}

.AntivirusFullResult__item-header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.AntivirusFullResult__app-info {
    display: flex
}

@media (max-width: 639.98px) {
    .AntivirusFullResult__app-info {
        align-items: center;
        flex-direction: column;
        text-align: center
    }
}

.AntivirusFullResult__ad-libs {
    margin: 0;
    padding: 1rem
}

.AntivirusFullResult__ad-libs-item {
    background: #f1f4fa;
    border-radius: 5px;
    display: inline-block;
    list-style: none;
    margin-bottom: .5rem;
    margin-left: 1rem;
    padding: 0 .5rem
}

@media (max-width: 639.98px) {
    .AntivirusFullResult .col-md-5, .AntivirusFullResult .col-md-7 {
        padding: 0
    }

    .AntivirusFullResult .Box {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .1)
    }

    .AntivirusFullResult .Box__head {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: .6rem 1rem
    }
}

.ScanResultPage {
    background: #f9fafd;
    width: 100%
}

.ScanResultPage__header {
    background-color: #0ea960;
    color: #fff;
    margin-bottom: 3rem;
    padding: 2rem 0
}

.ScanResultPage__header-img {
    height: 100px;
    width: auto
}

.TagPage--empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 0
}

.TagPage--empty .TagPage__icon {
    height: 76px;
    margin-bottom: 1.5rem;
    width: 76px
}

.VideoBadges__container {
    align-items: center;
    display: flex;
    overflow: hidden;
    width: 100%
}

.VideoBadges__container--less {
    align-items: stretch;
    gap: 8px;
    padding: 8px 16px
}

.VideoBadges__container--more {
    justify-content: flex-start;
    white-space: nowrap
}

.VideoBadges__badge {
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 8px;
    direction: ltr;
    display: inline-flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 90px;
    padding: 10px;
    text-align: center
}

.VideoBadges__badge--less {
    flex-grow: 1
}

@media (min-width: 640px) {
    .VideoBadges__badge--less {
        flex-grow: 0;
        width: auto
    }
}

.VideoBadges__badge--more {
    width: auto
}

.VideoBadges__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px
}

.VideoBadges__subtext {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.VideoBadges__icon {
    height: auto;
    width: 40px
}

.VideoBadges__scrollbar::-webkit-scrollbar {
    height: 8px
}

.VideoBadges__scrollbar::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 8px
}

.VideoBadges__scrollbar::-webkit-scrollbar-track {
    background-color: #f0f0f0
}

.DetailsHeader__wrapper {
    align-items: center;
    margin: 0;
    min-height: 200px;
    padding: 0;
    position: relative
}

.DetailsHeader__details-wrapper, .DetailsHeader__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width: 640px) {
    .DetailsHeader__details-wrapper {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.DetailsHeader__cover-image {
    height: 100%;
    max-height: 202px;
    min-height: 202px;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media (min-width: 640px) {
    .DetailsHeader__cover-image {
        border-radius: 8px 8px 0 0
    }
}

.DetailsHeader__cover-overlay {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30.56%, #fff), linear-gradient(0deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38));
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 202px;
    min-height: 202px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 640px) {
    .DetailsHeader__cover-overlay {
        border-radius: 8px 8px 0 0
    }
}

.DetailsHeader__content {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 102px;
    order: 1;
    padding: 16px;
    width: 100%;
    z-index: 1
}

@media (min-width: 640px) {
    .DetailsHeader__content {
        flex: 1
    }
}

.DetailsHeader__tags {
    order: 2
}

@media (min-width: 640px) {
    .DetailsHeader__tags {
        flex: 0 0 100%;
        order: 3
    }
}

.DetailsHeader__content-image {
    border-radius: 8px;
    height: 138px;
    width: 94px
}

.DetailsHeader__description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
    width: 100%
}

.DetailsHeader__badges-container {
    align-items: center;
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.DetailsHeader__badges-container p {
    color: var(--Light-Greys-On-Primary, #20222a);
    display: inline;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 0 4px;
    padding: 0 4px;
    position: relative
}

.DetailsHeader__badges-container p:not(:last-child):before {
    background-color: #d1d4dd;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: -7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

.DetailsHeader__titlebar {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.DetailsHeader__titlebar h1 {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 !important
}

.DetailsHeader__titlebar h3 {
    color: var(--light-greys-surf-container, #717485);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0
}

.DetailsHeader__action-bar {
    align-items: center;
    display: flex;
    justify-content: center;
    order: 3;
    padding: 16px;
    width: 100%
}

@media (min-width: 640px) {
    .DetailsHeader__action-bar {
        align-self: flex-end;
        flex: 1;
        max-width: 232px;
        order: 2;
        z-index: 1
    }
}

.DetailsHeader__action-bar a {
    align-items: center;
    background: var(--Light-Brand-Bazaar, #0ea960);
    border: 1px solid #0ea960;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 8px 16px;
    width: 100%
}

.DetailsHeader__action-bar a img {
    height: 24px;
    width: 24px
}

.ParticipantCard[data-v-3653b826] {
    display: flex;
    flex-direction: column;
    padding: 0 16px 32px;
    width: 100%
}

.ParticipantCard__header[data-v-3653b826] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    width: 100%
}

.ParticipantCard__header h3[data-v-3653b826] {
    color: var(--Light-Greys-90, #20222a);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.ParticipantCard__body[data-v-3653b826] {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    width: 100%
}

.VideoModal {
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1000
}

.VideoModal header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    padding: 16px
}

.VideoModal header h3 {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.VideoModal header svg {
    cursor: pointer;
    height: 24px;
    width: 24px
}

.VideoModal__hidden {
    display: none
}

.VideoModal__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0 16px
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s ease
}

.DescriptionModal[data-v-295732f6] {
    align-items: center;
    display: flex;
    padding: 0
}

.DescriptionModal__button[data-v-295732f6] {
    color: var(--Light-Brand-Bazaar, #0ea960);
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0
}

.DescriptionModal__body[data-v-295732f6] {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    width: 100%
}

.DescriptionModal__body p[data-v-295732f6] {
    color: var(--Light-Greys-On-Surface-Tint, #3e4151);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.DescriptionModal__body-genres[data-v-295732f6] {
    align-items: center;
    display: flex;
    gap: 12px
}

.DescriptionModal__body-genres span[data-v-295732f6] {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 4px;
    position: relative
}

.DescriptionModal__body-genres span[data-v-295732f6]:not(:last-child):before {
    background-color: #d1d4dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.DescriptionCard {
    display: flex;
    flex-direction: column;
    padding: 0 16px 32px;
    width: 100%
}

.DescriptionCard__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    width: 100%
}

@media (min-width: 640px) {
    .DescriptionCard__header {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
}

.DescriptionCard__header h3 {
    color: var(--Light-Greys-90, #20222a);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.DescriptionCard__body {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    width: 100%
}

.DescriptionCard__body p {
    color: var(--Light-Greys-On-Surface-Tint, #3e4151);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0
}

.DescriptionCard__body-genres {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.DescriptionCard__body-genres span {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 4px;
    position: relative
}

.DescriptionCard__body-genres span:not(:last-child):before {
    background-color: #d1d4dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.SeriesEpisodeItem[data-v-2b2e0726] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.SeriesEpisodeItem__main[data-v-2b2e0726] {
    align-items: flex-start;
    display: flex;
    gap: 12px
}

.SeriesEpisodeItem__main-thumbnail[data-v-2b2e0726] {
    align-items: center;
    background: linear-gradient(0deg, rgba(32, 34, 42, .26), rgba(32, 34, 42, .26));
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 72px;
    justify-content: center;
    width: 128px
}

.SeriesEpisodeItem__main-thumbnail svg[data-v-2b2e0726] {
    height: 32px;
    width: 32px
}

.SeriesEpisodeItem__titlebar[data-v-2b2e0726] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.SeriesEpisodeItem__titlebar h2[data-v-2b2e0726] {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

.SeriesEpisodeItem__titlebar-badges[data-v-2b2e0726] {
    align-items: center;
    display: flex;
    gap: 12px
}

.SeriesEpisodeItem__titlebar-badges span[data-v-2b2e0726] {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 4px;
    position: relative
}

.SeriesEpisodeItem__titlebar-badges span[data-v-2b2e0726]:not(:last-child):before {
    background-color: #d1d4dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.SeriesEpisodeItem__description[data-v-2b2e0726] {
    display: flex;
    width: 100%
}

.SeriesEpisodeItem__description p[data-v-2b2e0726] {
    color: var(--Light-Greys-On-Surface-Tint, #3e4151);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.bottom-sheet-overlay[data-v-5f51a8be] {
    align-items: flex-end;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    top: 0;
    z-index: 1000
}

.bottom-sheet-overlay[data-v-5f51a8be], .bottom-sheet[data-v-5f51a8be] {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0
}

.bottom-sheet[data-v-5f51a8be] {
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1001
}

@media (min-width: 640px) {
    .bottom-sheet[data-v-5f51a8be] {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .bottom-sheet[data-v-5f51a8be] {
        max-width: 1068px
    }
}

.bottom-sheet-header[data-v-5f51a8be] {
    align-items: center;
    border-bottom: 1px solid #e5e7f0;
    display: flex;
    justify-content: center;
    padding: 16px 16px 8px;
    position: relative
}

.close-btn[data-v-5f51a8be] {
    background: none;
    cursor: pointer;
    left: 16px;
    position: absolute;
    width: 18px
}

.bottom-sheet-list[data-v-5f51a8be] {
    list-style: none;
    margin: 0;
    padding: 0
}

.bottom-sheet-item[data-v-5f51a8be] {
    align-items: center;
    border-bottom: 1px solid #e5e7f0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 16px
}

.bottom-sheet-item[data-v-5f51a8be]:last-child {
    border-bottom: none
}

.bottom-sheet-item.selected[data-v-5f51a8be] {
    color: #0ea960
}

.slide-up-enter-active[data-v-5f51a8be], .slide-up-leave-active[data-v-5f51a8be] {
    transition: transform .3s ease
}

.slide-up-enter[data-v-5f51a8be], .slide-up-leave-to[data-v-5f51a8be] {
    transform: translateY(100%)
}

.fade-enter-active[data-v-5f51a8be], .fade-leave-active[data-v-5f51a8be] {
    transition: opacity .3s ease
}

.fade-enter[data-v-5f51a8be], .fade-leave-to[data-v-5f51a8be] {
    opacity: 0
}

.SeriesCard[data-v-ff02d23c] {
    display: flex;
    flex-direction: column
}

.SeriesCard__header[data-v-ff02d23c] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.SeriesCard__header button[data-v-ff02d23c] {
    align-items: center;
    background: var(--Light-Greys-Surface-Tint, #f9fafd);
    border: none;
    border-radius: 4px;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 8px 16px;
    width: 100%
}

.SeriesCard__header svg[data-v-ff02d23c] {
    width: 24px
}

.SeriesCard__header h3[data-v-ff02d23c] {
    color: var(--Light-Main-Tertiary---Brand-Color, #0ea960);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.bottom-sheet-list[data-v-ff02d23c] {
    list-style: none;
    margin: 0;
    padding: 0
}

.bottom-sheet-item[data-v-ff02d23c] {
    align-items: center;
    border-bottom: 1px solid #e5e7f0;
    color: var(--Light-Greys-On-Primary, #20222a);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
    line-height: 24px;
    padding: 16px
}

.bottom-sheet-item[data-v-ff02d23c]:last-child {
    border-bottom: none
}

.bottom-sheet-item.selected[data-v-ff02d23c] {
    color: #0ea960
}

.SeriesChips {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e7f0;
    border-radius: 18px;
    color: #717485;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 4px 16px
}

.SeriesChips, .SeriesChips__active {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.SeriesChips__active {
    background-color: #ecfcf4;
    color: #0ea960
}

.SeriesRow {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    width: 100%
}

.SeriesRowCarousel {
    padding: 0
}

.SeriesCard[data-v-6c6feda6] {
    display: flex;
    flex-direction: column
}

.SeriesCard__header[data-v-6c6feda6] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    width: 100%
}

.SeriesCard__header button[data-v-6c6feda6] {
    align-items: center;
    background: var(--Light-Greys-Surface-Tint, #f9fafd);
    border: none;
    border-radius: 4px;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 8px 16px;
    width: 100%
}

.SeriesCard__header svg[data-v-6c6feda6] {
    width: 24px
}

.SeriesCard__header h3[data-v-6c6feda6] {
    color: var(--Light-Main-Tertiary---Brand-Color, #0ea960);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.SeriesCard__body[data-v-6c6feda6] {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    width: 100%
}

.SeriesCard__body p[data-v-6c6feda6] {
    color: var(--Light-Greys-On-Surface-Tint, #3e4151);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.SeriesCard__body-genres[data-v-6c6feda6] {
    align-items: center;
    display: flex;
    gap: 12px
}

.SeriesCard__body-genres span[data-v-6c6feda6] {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.SeriesCard__body-genres span[data-v-6c6feda6]:not(:first-child):before {
    background-color: #d1d4dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.SeriesCard__footer[data-v-6c6feda6] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.SeriesCard__footer button[data-v-6c6feda6] {
    align-items: center;
    background: var(--Light-Greys-Surface-Tint, #f9fafd);
    border: none;
    border-radius: 4px;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 8px 16px;
    width: 100%
}

.SeriesCard__footer svg[data-v-6c6feda6] {
    width: 24px
}

.SeriesCard__footer h3[data-v-6c6feda6] {
    color: var(--Light-Main-Tertiary---Brand-Color, #0ea960);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.SeriesCard__desktop-only[data-v-6c6feda6] {
    display: none !important
}

@media (min-width: 640px) {
    .SeriesCard__desktop-only[data-v-6c6feda6] {
        display: block !important
    }

    .SeriesCard__mobile-only[data-v-6c6feda6] {
        display: none !important
    }
}

.SeriesCard {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px
}

.SeriesCard__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.SeriesCard__header button {
    align-items: center;
    background: var(--Light-Greys-Surface-Tint, #f9fafd);
    border: none;
    border-radius: 4px;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 8px 16px;
    width: 100%
}

.SeriesCard__header svg {
    width: 24px
}

.SeriesCard__header h3 {
    color: var(--Light-Main-Tertiary---Brand-Color, #0ea960);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.SeriesCard__body {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    width: 100%
}

.SeriesCard__body p {
    color: var(--Light-Greys-On-Surface-Tint, #3e4151);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.SeriesCard__body-genres {
    align-items: center;
    display: flex;
    gap: 12px
}

.SeriesCard__body-genres span {
    color: var(--Light-Greys-On-Primary, #20222a);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.SeriesCard__body-genres span:not(:first-child):before {
    background-color: #d1d4dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.SeriesCard__desktop-only {
    display: none !important
}

@media (min-width: 640px) {
    .SeriesCard__desktop-only {
        display: block !important
    }

    .SeriesCard__mobile-only {
        display: none !important
    }
}

.Table[data-v-7a93ae98] {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    width: 100%
}

.Table__header[data-v-7a93ae98] {
    align-items: center;
    display: flex;
    padding: 16px
}

.Table__header h3[data-v-7a93ae98] {
    color: var(--Light-Greys-90, #20222a);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.Table dl[data-v-7a93ae98] {
    align-items: stretch;
    display: flex;
    flex-direction: column
}

.Table dl div[data-v-7a93ae98] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px
}

.Table dl dt[data-v-7a93ae98] {
    color: var(--Light-Greys-70, #717485);
    font-weight: 400;
    line-height: 20px;
    margin-bottom: .25rem
}

.Table dl dd[data-v-7a93ae98], .Table dl dt[data-v-7a93ae98] {
    font-size: 14px;
    font-style: normal
}

.Table dl dd[data-v-7a93ae98] {
    color: var(--Light-Greys-90, #20222a);
    font-weight: 500;
    line-height: 24px;
    margin: 0
}

.scroll-container {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap
}

.VideoRoot {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

@media (min-width: 640px) {
    .VideoRoot {
        padding: 1rem
    }
}

.VideoRoot__page {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width: 640px) {
    .VideoRoot__page {
        gap: 16px;
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .VideoRoot__page {
        max-width: 1068px
    }
}

@media (min-width: 768px) {
    .scroll-container {
        scrollbar-color: #888 #ccc;
        scrollbar-width: thin
    }

    .scroll-container::-webkit-scrollbar {
        height: 12px
    }

    .scroll-container::-webkit-scrollbar-track {
        background: #ccc
    }

    .scroll-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px
    }
}

@media (max-width: 767px) {
    .scroll-container {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .scroll-container::-webkit-scrollbar {
        display: none
    }
}

.VideoBoxHead {
    padding: 16px 16px 0 !important
}

@media (min-width: 640px) {
    .VideoBoxHead {
        padding-bottom: 16px !important
    }
}

.FlatPage {
    margin: 0 auto;
    max-width: 880px;
    width: 100%
}

@media (min-width: 1024px) {
    .FlatPage {
        padding: 2rem 0
    }
}

.FlatPage p {
    font-size: .875rem;
    text-align: justify
}

.FlatPage h1, .FlatPage h2, .FlatPage h3, .FlatPage h4, .FlatPage h5, .FlatPage h6 {
    margin-bottom: 1rem
}

.FlatPage h1:first-child, .FlatPage h2:first-child {
    font-size: 1.25rem;
    margin-bottom: 2rem
}

.error__title {
    font-weight: 500
}

.error__icon {
    height: 76px;
    width: 76px
}

.error-page {
    flex-direction: column;
    min-height: 100vh;
    text-align: center
}

.PageLoader, .error-page {
    align-items: center;
    display: flex;
    justify-content: center
}

.PageLoader {
    background: hsla(0, 0%, 100%, .733);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.PageLoader.dark {
    background: rgba(0, 0, 0, .733)
}

@font-face {
    font-display: swap;
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/yekanbakh-regular.woff2) format("woff2"), url(../fonts/yekanbakh-regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/yekanbakh-medium.woff2) format("woff2"), url(../fonts/yekanbakh-medium.ttf) format("truetype")
}

@font-face {
    font-display: block;
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/materialicons-regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/materialicons-regular.woff2) format("woff2"), url(../fonts/materialicons-regular.woff) format("woff"), url(../fonts/materialicons-regular.ttf) format("truetype")
}

.material-icons {
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga";
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    white-space: nowrap
}

@font-face {
    font-display: block;
    font-family: cafebazaar-icon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/cafebazaar-icon.eot);
    src: url(../fonts/cafebazaar-icon.eot) format("embedded-opentype"), url(../fonts/cafebazaar-icon.ttf) format("truetype"), url(../fonts/cafebazaar-icon.woff) format("woff"), url(../fonts/cafebazaar-icon.svg) format("svg")
}

.material-icons, [class*=" icon-"], [class^=icon-] {
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none
}

[class*=" icon-"], [class^=icon-] {
    speak: none;
    font-feature-settings: "liga", normal;
    -webkit-font-smoothing: antialiased;
    font-family: cafebazaar-icon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0
}

.icon-5star_outline:before {
    content: ""
}

.icon-5star:before {
    content: ""
}

.icon-cb-facebook:before {
    content: ""
}

.icon-cb-twitter:before {
    content: ""
}

.icon-cb-instagram:before {
    content: ""
}

.icon-cb-aparatlogo:before {
    content: ""
}

.icon-cb-bazaarlogo:before {
    content: ""
}

.icon-cb-logotype:before {
    content: ""
}

.icon-cb-coin:before {
    content: ""
}

.icon-cb-coin-o:before {
    content: ""
}

.icon-cb-circle-s:before {
    content: ""
}

.icon-cb-circle-m:before {
    content: ""
}

.icon-cb-help-o:before {
    content: ""
}

.icon-cb-user:before {
    content: ""
}

.icon-cb-grid:before {
    content: ""
}

.icon-cb-list:before {
    content: ""
}

.icon-error:before {
    content: ""
}

.icon-error_outline:before {
    content: ""
}

.icon-warning:before {
    content: ""
}

.icon-add_alert:before {
    content: ""
}

.icon-album:before {
    content: ""
}

.icon-av_timer:before {
    content: ""
}

.icon-closed_caption:before {
    content: ""
}

.icon-equalizer:before {
    content: ""
}

.icon-explicit:before {
    content: ""
}

.icon-fast_forward:before {
    content: ""
}

.icon-fast_rewind:before {
    content: ""
}

.icon-games:before {
    content: ""
}

.icon-hearing:before {
    content: ""
}

.icon-high_quality:before {
    content: ""
}

.icon-loop:before {
    content: ""
}

.icon-mic:before {
    content: ""
}

.icon-mic_none:before {
    content: ""
}

.icon-mic_off:before {
    content: ""
}

.icon-movie:before {
    content: ""
}

.icon-library_add:before {
    content: ""
}

.icon-library_books:before {
    content: ""
}

.icon-library_music:before {
    content: ""
}

.icon-new_releases:before {
    content: ""
}

.icon-not_interested:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-pause_circle_filled:before {
    content: ""
}

.icon-pause_circle_outline:before {
    content: ""
}

.icon-play_arrow:before {
    content: ""
}

.icon-play_circle_filled:before {
    content: ""
}

.icon-play_circle_outline:before {
    content: ""
}

.icon-playlist_add:before {
    content: ""
}

.icon-queue:before {
    content: ""
}

.icon-queue_music:before {
    content: ""
}

.icon-radio:before {
    content: ""
}

.icon-recent_actors:before {
    content: ""
}

.icon-repeat:before {
    content: ""
}

.icon-repeat_one:before {
    content: ""
}

.icon-replay:before {
    content: ""
}

.icon-shuffle:before {
    content: ""
}

.icon-skip_next:before {
    content: ""
}

.icon-skip_previous:before {
    content: ""
}

.icon-snooze:before {
    content: ""
}

.icon-stop:before {
    content: ""
}

.icon-subtitles:before {
    content: ""
}

.icon-surround_sound:before {
    content: ""
}

.icon-video_collection:before {
    content: ""
}

.icon-videocam:before {
    content: ""
}

.icon-videocam_off:before {
    content: ""
}

.icon-volume_down:before {
    content: ""
}

.icon-volume_mute:before {
    content: ""
}

.icon-volume_off:before {
    content: ""
}

.icon-volume_up:before {
    content: ""
}

.icon-web:before {
    content: ""
}

.icon-hd:before {
    content: ""
}

.icon-sort_by_alpha:before {
    content: ""
}

.icon-airplay:before {
    content: ""
}

.icon-forward_10:before {
    content: ""
}

.icon-forward_30:before {
    content: ""
}

.icon-forward_5:before {
    content: ""
}

.icon-replay_10:before {
    content: ""
}

.icon-replay_30:before {
    content: ""
}

.icon-replay_5:before {
    content: ""
}

.icon-business:before {
    content: ""
}

.icon-call:before {
    content: ""
}

.icon-call_end:before {
    content: ""
}

.icon-call_made:before {
    content: ""
}

.icon-call_merge:before {
    content: ""
}

.icon-call_missed:before {
    content: ""
}

.icon-call_received:before {
    content: ""
}

.icon-call_split:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-clear_all:before {
    content: ""
}

.icon-comment:before {
    content: ""
}

.icon-contacts:before {
    content: ""
}

.icon-dialer_sip:before {
    content: ""
}

.icon-dialpad:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-forum:before {
    content: ""
}

.icon-import_export:before {
    content: ""
}

.icon-invert_colors_off:before {
    content: ""
}

.icon-live_help:before {
    content: ""
}

.icon-location_off:before {
    content: ""
}

.icon-location_on:before {
    content: ""
}

.icon-message:before {
    content: ""
}

.icon-chat_bubble:before {
    content: ""
}

.icon-chat_bubble_outline:before {
    content: ""
}

.icon-no_sim:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-portable_wifi_off:before {
    content: ""
}

.icon-contact_phone:before {
    content: ""
}

.icon-ring_volume:before {
    content: ""
}

.icon-speaker_phone:before {
    content: ""
}

.icon-stay_current_landscape:before {
    content: ""
}

.icon-stay_current_portrait:before {
    content: ""
}

.icon-stay_primary_landscape:before {
    content: ""
}

.icon-stay_primary_portrait:before {
    content: ""
}

.icon-swap_calls:before {
    content: ""
}

.icon-textsms:before {
    content: ""
}

.icon-voicemail:before {
    content: ""
}

.icon-vpn_key:before {
    content: ""
}

.icon-phonelink_erase:before {
    content: ""
}

.icon-phonelink_lock:before {
    content: ""
}

.icon-phonelink_ring:before {
    content: ""
}

.icon-phonelink_setup:before {
    content: ""
}

.icon-present_to_all:before {
    content: ""
}

.icon-add:before {
    content: ""
}

.icon-add_box:before {
    content: ""
}

.icon-add_circle:before {
    content: ""
}

.icon-add_circle_outline:before {
    content: ""
}

.icon-archive:before {
    content: ""
}

.icon-backspace:before {
    content: ""
}

.icon-block:before {
    content: ""
}

.icon-clear:before {
    content: ""
}

.icon-content_copy:before {
    content: ""
}

.icon-content_cut:before {
    content: ""
}

.icon-content_paste:before {
    content: ""
}

.icon-create:before {
    content: ""
}

.icon-drafts:before {
    content: ""
}

.icon-filter_list:before {
    content: ""
}

.icon-flag:before {
    content: ""
}

.icon-forward:before {
    content: ""
}

.icon-gesture:before {
    content: ""
}

.icon-inbox:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-markunread:before {
    content: ""
}

.icon-redo:before {
    content: ""
}

.icon-remove:before {
    content: ""
}

.icon-remove_circle:before {
    content: ""
}

.icon-remove_circle_outline:before {
    content: ""
}

.icon-reply:before {
    content: ""
}

.icon-reply_all:before {
    content: ""
}

.icon-report:before {
    content: ""
}

.icon-save:before {
    content: ""
}

.icon-select_all:before {
    content: ""
}

.icon-send:before {
    content: ""
}

.icon-sort:before {
    content: ""
}

.icon-text_format:before {
    content: ""
}

.icon-undo:before {
    content: ""
}

.icon-font_download:before {
    content: ""
}

.icon-access_alarm:before {
    content: ""
}

.icon-access_alarms:before {
    content: ""
}

.icon-access_time:before {
    content: ""
}

.icon-add_alarm:before {
    content: ""
}

.icon-airplanemode_inactive:before {
    content: ""
}

.icon-airplanemode_active:before {
    content: ""
}

.icon-battery_alert:before {
    content: ""
}

.icon-battery_charging_full:before {
    content: ""
}

.icon-battery_full:before {
    content: ""
}

.icon-battery_std:before {
    content: ""
}

.icon-battery_unknown:before {
    content: ""
}

.icon-bluetooth:before {
    content: ""
}

.icon-bluetooth_connected:before {
    content: ""
}

.icon-bluetooth_disabled:before {
    content: ""
}

.icon-bluetooth_searching:before {
    content: ""
}

.icon-brightness_auto:before {
    content: ""
}

.icon-brightness_high:before {
    content: ""
}

.icon-brightness_low:before {
    content: ""
}

.icon-brightness_medium:before {
    content: ""
}

.icon-data_usage:before {
    content: ""
}

.icon-developer_mode:before {
    content: ""
}

.icon-devices:before {
    content: ""
}

.icon-dvr:before {
    content: ""
}

.icon-gps_fixed:before {
    content: ""
}

.icon-gps_not_fixed:before {
    content: ""
}

.icon-gps_off:before {
    content: ""
}

.icon-location_disabled:before {
    content: ""
}

.icon-location_searching:before {
    content: ""
}

.icon-graphic_eq:before {
    content: ""
}

.icon-network_cell:before {
    content: ""
}

.icon-network_wifi:before {
    content: ""
}

.icon-nfc:before {
    content: ""
}

.icon-now_wallpaper:before {
    content: ""
}

.icon-now_widgets:before {
    content: ""
}

.icon-screen_lock_landscape:before {
    content: ""
}

.icon-screen_lock_portrait:before {
    content: ""
}

.icon-screen_lock_rotation:before {
    content: ""
}

.icon-screen_rotation:before {
    content: ""
}

.icon-sd_storage:before {
    content: ""
}

.icon-settings_system_daydream:before {
    content: ""
}

.icon-signal_cellular_4_bar:before {
    content: ""
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
    content: ""
}

.icon-signal_cellular_no_sim:before {
    content: ""
}

.icon-signal_cellular_null:before {
    content: ""
}

.icon-signal_cellular_off:before {
    content: ""
}

.icon-signal_wifi_4_bar:before {
    content: ""
}

.icon-signal_wifi_4_bar_lock:before {
    content: ""
}

.icon-signal_wifi_off:before {
    content: ""
}

.icon-storage:before {
    content: ""
}

.icon-usb:before {
    content: ""
}

.icon-wifi_lock:before {
    content: ""
}

.icon-wifi_tethering:before {
    content: ""
}

.icon-attach_file:before {
    content: ""
}

.icon-attach_money:before {
    content: ""
}

.icon-border_all:before {
    content: ""
}

.icon-border_bottom:before {
    content: ""
}

.icon-border_clear:before {
    content: ""
}

.icon-border_color:before {
    content: ""
}

.icon-border_horizontal:before {
    content: ""
}

.icon-border_inner:before {
    content: ""
}

.icon-border_left:before {
    content: ""
}

.icon-border_outer:before {
    content: ""
}

.icon-border_right:before {
    content: ""
}

.icon-border_style:before {
    content: ""
}

.icon-border_top:before {
    content: ""
}

.icon-border_vertical:before {
    content: ""
}

.icon-format_align_center:before {
    content: ""
}

.icon-format_align_justify:before {
    content: ""
}

.icon-format_align_left:before {
    content: ""
}

.icon-format_align_right:before {
    content: ""
}

.icon-format_bold:before {
    content: ""
}

.icon-format_clear:before {
    content: ""
}

.icon-format_color_fill:before {
    content: ""
}

.icon-format_color_reset:before {
    content: ""
}

.icon-format_color_text:before {
    content: ""
}

.icon-format_indent_decrease:before {
    content: ""
}

.icon-format_indent_increase:before {
    content: ""
}

.icon-format_italic:before {
    content: ""
}

.icon-format_line_spacing:before {
    content: ""
}

.icon-format_list_bulleted:before {
    content: ""
}

.icon-format_list_numbered:before {
    content: ""
}

.icon-format_paint:before {
    content: ""
}

.icon-format_quote:before {
    content: ""
}

.icon-format_size:before {
    content: ""
}

.icon-format_strikethrough:before {
    content: ""
}

.icon-format_textdirection_l_to_r:before {
    content: ""
}

.icon-format_textdirection_r_to_l:before {
    content: ""
}

.icon-format_underlined:before {
    content: ""
}

.icon-functions:before {
    content: ""
}

.icon-insert_chart:before {
    content: ""
}

.icon-insert_comment:before {
    content: ""
}

.icon-insert_drive_file:before {
    content: ""
}

.icon-insert_emoticon:before {
    content: ""
}

.icon-insert_invitation:before {
    content: ""
}

.icon-insert_link:before {
    content: ""
}

.icon-insert_photo:before {
    content: ""
}

.icon-merge_type:before {
    content: ""
}

.icon-mode_comment:before {
    content: ""
}

.icon-mode_edit:before {
    content: ""
}

.icon-publish:before {
    content: ""
}

.icon-space_bar:before {
    content: ""
}

.icon-strikethrough_s:before {
    content: ""
}

.icon-vertical_align_bottom:before {
    content: ""
}

.icon-vertical_align_center:before {
    content: ""
}

.icon-vertical_align_top:before {
    content: ""
}

.icon-wrap_text:before {
    content: ""
}

.icon-money_off:before {
    content: ""
}

.icon-attachment:before {
    content: ""
}

.icon-cloud:before {
    content: ""
}

.icon-cloud_circle:before {
    content: ""
}

.icon-cloud_done:before {
    content: ""
}

.icon-cloud_download:before {
    content: ""
}

.icon-cloud_off:before {
    content: ""
}

.icon-cloud_queue:before {
    content: ""
}

.icon-cloud_upload:before {
    content: ""
}

.icon-file_download:before {
    content: ""
}

.icon-file_upload:before {
    content: ""
}

.icon-folder:before {
    content: ""
}

.icon-folder_open:before {
    content: ""
}

.icon-folder_shared:before {
    content: ""
}

.icon-cast:before {
    content: ""
}

.icon-cast_connected:before {
    content: ""
}

.icon-computer:before {
    content: ""
}

.icon-desktop_mac:before {
    content: ""
}

.icon-desktop_windows:before {
    content: ""
}

.icon-developer_board:before {
    content: ""
}

.icon-dock:before {
    content: ""
}

.icon-gamepad:before {
    content: ""
}

.icon-headset:before {
    content: ""
}

.icon-headset_mic:before {
    content: ""
}

.icon-keyboard:before {
    content: ""
}

.icon-keyboard_arrow_down:before {
    content: ""
}

.icon-keyboard_arrow_left:before {
    content: ""
}

.icon-keyboard_arrow_right:before {
    content: ""
}

.icon-keyboard_arrow_up:before {
    content: ""
}

.icon-keyboard_backspace:before {
    content: ""
}

.icon-keyboard_capslock:before {
    content: ""
}

.icon-keyboard_hide:before {
    content: ""
}

.icon-keyboard_return:before {
    content: ""
}

.icon-keyboard_tab:before {
    content: ""
}

.icon-keyboard_voice:before {
    content: ""
}

.icon-laptop:before {
    content: ""
}

.icon-laptop_chromebook:before {
    content: ""
}

.icon-laptop_mac:before {
    content: ""
}

.icon-laptop_windows:before {
    content: ""
}

.icon-memory:before {
    content: ""
}

.icon-mouse:before {
    content: ""
}

.icon-phone_android:before {
    content: ""
}

.icon-phone_iphone:before {
    content: ""
}

.icon-phonelink:before {
    content: ""
}

.icon-phonelink_off:before {
    content: ""
}

.icon-router:before {
    content: ""
}

.icon-scanner:before {
    content: ""
}

.icon-security:before {
    content: ""
}

.icon-sim_card:before {
    content: ""
}

.icon-smartphone:before {
    content: ""
}

.icon-speaker:before {
    content: ""
}

.icon-speaker_group:before {
    content: ""
}

.icon-tablet:before {
    content: ""
}

.icon-tablet_android:before {
    content: ""
}

.icon-tablet_mac:before {
    content: ""
}

.icon-toys:before {
    content: ""
}

.icon-tv:before {
    content: ""
}

.icon-watch:before {
    content: ""
}

.icon-device_hub:before {
    content: ""
}

.icon-power_input:before {
    content: ""
}

.icon-add_to_photos:before {
    content: ""
}

.icon-adjust:before {
    content: ""
}

.icon-assistant:before {
    content: ""
}

.icon-assistant_photo:before {
    content: ""
}

.icon-audiotrack:before {
    content: ""
}

.icon-blur_circular:before {
    content: ""
}

.icon-blur_linear:before {
    content: ""
}

.icon-blur_off:before {
    content: ""
}

.icon-blur_on:before {
    content: ""
}

.icon-brightness_1:before {
    content: ""
}

.icon-brightness_2:before {
    content: ""
}

.icon-brightness_3:before {
    content: ""
}

.icon-brightness_4:before {
    content: ""
}

.icon-brightness_5:before {
    content: ""
}

.icon-brightness_6:before {
    content: ""
}

.icon-brightness_7:before {
    content: ""
}

.icon-broken_image:before {
    content: ""
}

.icon-brush:before {
    content: ""
}

.icon-camera:before {
    content: ""
}

.icon-camera_alt:before {
    content: ""
}

.icon-camera_front:before {
    content: ""
}

.icon-camera_rear:before {
    content: ""
}

.icon-camera_roll:before {
    content: ""
}

.icon-center_focus_strong:before {
    content: ""
}

.icon-center_focus_weak:before {
    content: ""
}

.icon-collections:before {
    content: ""
}

.icon-color_lens:before {
    content: ""
}

.icon-colorize:before {
    content: ""
}

.icon-compare:before {
    content: ""
}

.icon-control_point:before {
    content: ""
}

.icon-control_point_duplicate:before {
    content: ""
}

.icon-crop_16_9:before {
    content: ""
}

.icon-crop_3_2:before {
    content: ""
}

.icon-crop:before {
    content: ""
}

.icon-crop_5_4:before {
    content: ""
}

.icon-crop_7_5:before {
    content: ""
}

.icon-crop_din:before {
    content: ""
}

.icon-crop_free:before {
    content: ""
}

.icon-crop_landscape:before {
    content: ""
}

.icon-crop_original:before {
    content: ""
}

.icon-crop_portrait:before {
    content: ""
}

.icon-crop_square:before {
    content: ""
}

.icon-dehaze:before {
    content: ""
}

.icon-details:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-exposure:before {
    content: ""
}

.icon-exposure_minus_1:before {
    content: ""
}

.icon-exposure_minus_2:before {
    content: ""
}

.icon-exposure_plus_1:before {
    content: ""
}

.icon-exposure_plus_2:before {
    content: ""
}

.icon-exposure_zero:before {
    content: ""
}

.icon-filter_1:before {
    content: ""
}

.icon-filter_2:before {
    content: ""
}

.icon-filter_3:before {
    content: ""
}

.icon-filter:before {
    content: ""
}

.icon-filter_4:before {
    content: ""
}

.icon-filter_5:before {
    content: ""
}

.icon-filter_6:before {
    content: ""
}

.icon-filter_7:before {
    content: ""
}

.icon-filter_8:before {
    content: ""
}

.icon-filter_9:before {
    content: ""
}

.icon-filter_9_plus:before {
    content: ""
}

.icon-filter_b_and_w:before {
    content: ""
}

.icon-filter_center_focus:before {
    content: ""
}

.icon-filter_drama:before {
    content: ""
}

.icon-filter_frames:before {
    content: ""
}

.icon-filter_hdr:before {
    content: ""
}

.icon-filter_none:before {
    content: ""
}

.icon-filter_tilt_shift:before {
    content: ""
}

.icon-filter_vintage:before {
    content: ""
}

.icon-flare:before {
    content: ""
}

.icon-flash_auto:before {
    content: ""
}

.icon-flash_off:before {
    content: ""
}

.icon-flash_on:before {
    content: ""
}

.icon-flip:before {
    content: ""
}

.icon-gradient:before {
    content: ""
}

.icon-grain:before {
    content: ""
}

.icon-grid_off:before {
    content: ""
}

.icon-grid_on:before {
    content: ""
}

.icon-hdr_off:before {
    content: ""
}

.icon-hdr_on:before {
    content: ""
}

.icon-hdr_strong:before {
    content: ""
}

.icon-hdr_weak:before {
    content: ""
}

.icon-healing:before {
    content: ""
}

.icon-image:before {
    content: ""
}

.icon-image_aspect_ratio:before {
    content: ""
}

.icon-iso:before {
    content: ""
}

.icon-landscape:before {
    content: ""
}

.icon-leak_add:before {
    content: ""
}

.icon-leak_remove:before {
    content: ""
}

.icon-lens:before {
    content: ""
}

.icon-looks_3:before {
    content: ""
}

.icon-looks:before {
    content: ""
}

.icon-looks_4:before {
    content: ""
}

.icon-looks_5:before {
    content: ""
}

.icon-looks_6:before {
    content: ""
}

.icon-looks_one:before {
    content: ""
}

.icon-looks_two:before {
    content: ""
}

.icon-loupe:before {
    content: ""
}

.icon-monochrome_photos:before {
    content: ""
}

.icon-movie_creation:before {
    content: ""
}

.icon-music_note:before {
    content: ""
}

.icon-nature:before {
    content: ""
}

.icon-nature_people:before {
    content: ""
}

.icon-navigate_before:before {
    content: ""
}

.icon-navigate_next:before {
    content: ""
}

.icon-palette:before {
    content: ""
}

.icon-panorama:before {
    content: ""
}

.icon-panorama_fish_eye:before {
    content: ""
}

.icon-panorama_horizontal:before {
    content: ""
}

.icon-panorama_vertical:before {
    content: ""
}

.icon-panorama_wide_angle:before {
    content: ""
}

.icon-photo:before {
    content: ""
}

.icon-photo_album:before {
    content: ""
}

.icon-photo_camera:before {
    content: ""
}

.icon-photo_library:before {
    content: ""
}

.icon-picture_as_pdf:before {
    content: ""
}

.icon-portrait:before {
    content: ""
}

.icon-remove_red_eye:before {
    content: ""
}

.icon-rotate_90_degrees_ccw:before {
    content: ""
}

.icon-rotate_left:before {
    content: ""
}

.icon-rotate_right:before {
    content: ""
}

.icon-slideshow:before {
    content: ""
}

.icon-straighten:before {
    content: ""
}

.icon-style:before {
    content: ""
}

.icon-switch_camera:before {
    content: ""
}

.icon-switch_video:before {
    content: ""
}

.icon-tag_faces:before {
    content: ""
}

.icon-texture:before {
    content: ""
}

.icon-timelapse:before {
    content: ""
}

.icon-timer_10:before {
    content: ""
}

.icon-timer_3:before {
    content: ""
}

.icon-timer:before {
    content: ""
}

.icon-timer_off:before {
    content: ""
}

.icon-tonality:before {
    content: ""
}

.icon-transform:before {
    content: ""
}

.icon-tune:before {
    content: ""
}

.icon-view_comfortable:before {
    content: ""
}

.icon-view_compact:before {
    content: ""
}

.icon-wb_auto:before {
    content: ""
}

.icon-wb_cloudy:before {
    content: ""
}

.icon-wb_incandescent:before {
    content: ""
}

.icon-wb_sunny:before {
    content: ""
}

.icon-collections_bookmark:before {
    content: ""
}

.icon-photo_size_select_actual:before {
    content: ""
}

.icon-photo_size_select_large:before {
    content: ""
}

.icon-photo_size_select_small:before {
    content: ""
}

.icon-vignette:before {
    content: ""
}

.icon-wb_iridescent:before {
    content: ""
}

.icon-beenhere:before {
    content: ""
}

.icon-directions:before {
    content: ""
}

.icon-directions_bike:before {
    content: ""
}

.icon-directions_bus:before {
    content: ""
}

.icon-directions_car:before {
    content: ""
}

.icon-directions_ferry:before {
    content: ""
}

.icon-directions_subway:before {
    content: ""
}

.icon-directions_railway:before {
    content: ""
}

.icon-directions_transit:before {
    content: ""
}

.icon-directions_walk:before {
    content: ""
}

.icon-flight:before {
    content: ""
}

.icon-hotel:before {
    content: ""
}

.icon-layers:before {
    content: ""
}

.icon-layers_clear:before {
    content: ""
}

.icon-local_airport:before {
    content: ""
}

.icon-local_atm:before {
    content: ""
}

.icon-local_attraction:before {
    content: ""
}

.icon-local_bar:before {
    content: ""
}

.icon-local_cafe:before {
    content: ""
}

.icon-local_car_wash:before {
    content: ""
}

.icon-local_convenience_store:before {
    content: ""
}

.icon-local_drink:before {
    content: ""
}

.icon-local_florist:before {
    content: ""
}

.icon-local_gas_station:before {
    content: ""
}

.icon-local_grocery_store:before {
    content: ""
}

.icon-local_hospital:before {
    content: ""
}

.icon-local_hotel:before {
    content: ""
}

.icon-local_laundry_service:before {
    content: ""
}

.icon-local_library:before {
    content: ""
}

.icon-local_mall:before {
    content: ""
}

.icon-local_movies:before {
    content: ""
}

.icon-local_offer:before {
    content: ""
}

.icon-local_parking:before {
    content: ""
}

.icon-local_pharmacy:before {
    content: ""
}

.icon-local_phone:before {
    content: ""
}

.icon-local_pizza:before {
    content: ""
}

.icon-local_play:before {
    content: ""
}

.icon-local_post_office:before {
    content: ""
}

.icon-local_print_shop:before {
    content: ""
}

.icon-local_restaurant:before {
    content: ""
}

.icon-local_see:before {
    content: ""
}

.icon-local_shipping:before {
    content: ""
}

.icon-local_taxi:before {
    content: ""
}

.icon-location_history:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.icon-my_location:before {
    content: ""
}

.icon-navigation:before {
    content: ""
}

.icon-pin_drop:before {
    content: ""
}

.icon-place:before {
    content: ""
}

.icon-rate_review:before {
    content: ""
}

.icon-restaurant_menu:before {
    content: ""
}

.icon-satellite:before {
    content: ""
}

.icon-store_mall_directory:before {
    content: ""
}

.icon-terrain:before {
    content: ""
}

.icon-traffic:before {
    content: ""
}

.icon-directions_run:before {
    content: ""
}

.icon-apps:before {
    content: ""
}

.icon-arrow_back:before {
    content: ""
}

.icon-arrow_drop_down:before {
    content: ""
}

.icon-arrow_drop_down_circle:before {
    content: ""
}

.icon-arrow_drop_up:before {
    content: ""
}

.icon-arrow_forward:before {
    content: ""
}

.icon-cancel:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-chevron_left:before {
    content: ""
}

.icon-chevron_right:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-expand_less:before {
    content: ""
}

.icon-expand_more:before {
    content: ""
}

.icon-fullscreen:before {
    content: ""
}

.icon-fullscreen_exit:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-keyboard_control:before {
    content: ""
}

.icon-more_vert:before {
    content: ""
}

.icon-refresh:before {
    content: ""
}

.icon-unfold_less:before {
    content: ""
}

.icon-unfold_more:before {
    content: ""
}

.icon-adb:before {
    content: ""
}

.icon-bluetooth_audio:before {
    content: ""
}

.icon-disc_full:before {
    content: ""
}

.icon-do_not_disturb_alt:before {
    content: ""
}

.icon-do_not_disturb:before {
    content: ""
}

.icon-drive_eta:before {
    content: ""
}

.icon-event_available:before {
    content: ""
}

.icon-event_busy:before {
    content: ""
}

.icon-event_note:before {
    content: ""
}

.icon-folder_special:before {
    content: ""
}

.icon-mms:before {
    content: ""
}

.icon-more:before {
    content: ""
}

.icon-network_locked:before {
    content: ""
}

.icon-phone_bluetooth_speaker:before {
    content: ""
}

.icon-phone_forwarded:before {
    content: ""
}

.icon-phone_in_talk:before {
    content: ""
}

.icon-phone_locked:before {
    content: ""
}

.icon-phone_missed:before {
    content: ""
}

.icon-phone_paused:before {
    content: ""
}

.icon-sd_card:before {
    content: ""
}

.icon-sim_card_alert:before {
    content: ""
}

.icon-sms:before {
    content: ""
}

.icon-sms_failed:before {
    content: ""
}

.icon-sync:before {
    content: ""
}

.icon-sync_disabled:before {
    content: ""
}

.icon-sync_problem:before {
    content: ""
}

.icon-system_update:before {
    content: ""
}

.icon-tap_and_play:before {
    content: ""
}

.icon-time_to_leave:before {
    content: ""
}

.icon-vibration:before {
    content: ""
}

.icon-voice_chat:before {
    content: ""
}

.icon-vpn_lock:before {
    content: ""
}

.icon-airline_seat_flat:before {
    content: ""
}

.icon-airline_seat_flat_angled:before {
    content: ""
}

.icon-airline_seat_individual_suite:before {
    content: ""
}

.icon-airline_seat_legroom_extra:before {
    content: ""
}

.icon-airline_seat_legroom_normal:before {
    content: ""
}

.icon-airline_seat_legroom_reduced:before {
    content: ""
}

.icon-airline_seat_recline_extra:before {
    content: ""
}

.icon-airline_seat_recline_normal:before {
    content: ""
}

.icon-confirmation_number:before {
    content: ""
}

.icon-live_tv:before {
    content: ""
}

.icon-ondemand_video:before {
    content: ""
}

.icon-personal_video:before {
    content: ""
}

.icon-power:before {
    content: ""
}

.icon-wc:before {
    content: ""
}

.icon-wifi:before {
    content: ""
}

.icon-cake:before {
    content: ""
}

.icon-domain:before {
    content: ""
}

.icon-group:before {
    content: ""
}

.icon-group_add:before {
    content: ""
}

.icon-location_city:before {
    content: ""
}

.icon-mood:before {
    content: ""
}

.icon-mood_bad:before {
    content: ""
}

.icon-notifications:before {
    content: ""
}

.icon-notifications_none:before {
    content: ""
}

.icon-notifications_off:before {
    content: ""
}

.icon-notifications_active:before {
    content: ""
}

.icon-notifications_paused:before {
    content: ""
}

.icon-pages:before {
    content: ""
}

.icon-party_mode:before {
    content: ""
}

.icon-people:before {
    content: ""
}

.icon-people_outline:before {
    content: ""
}

.icon-person:before {
    content: ""
}

.icon-person_add:before {
    content: ""
}

.icon-person_outline:before {
    content: ""
}

.icon-plus_one:before {
    content: ""
}

.icon-poll:before {
    content: ""
}

.icon-public:before {
    content: ""
}

.icon-school:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-whatshot:before {
    content: ""
}

.icon-check_box:before {
    content: ""
}

.icon-check_box_outline_blank:before {
    content: ""
}

.icon-radio_button_unchecked:before {
    content: ""
}

.icon-radio_button_checked:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star_half:before {
    content: ""
}

.icon-star_outline:before {
    content: ""
}

.icon-3d_rotation:before {
    content: ""
}

.icon-accessibility:before {
    content: ""
}

.icon-account_balance:before {
    content: ""
}

.icon-account_balance_wallet:before {
    content: ""
}

.icon-account_box:before {
    content: ""
}

.icon-account_circle:before {
    content: ""
}

.icon-add_shopping_cart:before {
    content: ""
}

.icon-alarm:before {
    content: ""
}

.icon-alarm_add:before {
    content: ""
}

.icon-alarm_off:before {
    content: ""
}

.icon-alarm_on:before {
    content: ""
}

.icon-android:before {
    content: ""
}

.icon-announcement:before {
    content: ""
}

.icon-aspect_ratio:before {
    content: ""
}

.icon-assessment:before {
    content: ""
}

.icon-assignment:before {
    content: ""
}

.icon-assignment_ind:before {
    content: ""
}

.icon-assignment_late:before {
    content: ""
}

.icon-assignment_return:before {
    content: ""
}

.icon-assignment_returned:before {
    content: ""
}

.icon-assignment_turned_in:before {
    content: ""
}

.icon-autorenew:before {
    content: ""
}

.icon-backup:before {
    content: ""
}

.icon-book:before {
    content: ""
}

.icon-bookmark:before {
    content: ""
}

.icon-bookmark_outline:before {
    content: ""
}

.icon-bug_report:before {
    content: ""
}

.icon-build:before {
    content: ""
}

.icon-cached:before {
    content: ""
}

.icon-change_history:before {
    content: ""
}

.icon-check_circle:before {
    content: ""
}

.icon-chrome_reader_mode:before {
    content: ""
}

.icon-class:before {
    content: ""
}

.icon-code:before {
    content: ""
}

.icon-credit_card:before {
    content: ""
}

.icon-dashboard:before {
    content: ""
}

.icon-delete:before {
    content: ""
}

.icon-description:before {
    content: ""
}

.icon-dns:before {
    content: ""
}

.icon-done:before {
    content: ""
}

.icon-done_all:before {
    content: ""
}

.icon-event:before {
    content: ""
}

.icon-exit_to_app:before {
    content: ""
}

.icon-explore:before {
    content: ""
}

.icon-extension:before {
    content: ""
}

.icon-face:before {
    content: ""
}

.icon-favorite:before {
    content: ""
}

.icon-favorite_outline:before {
    content: ""
}

.icon-feedback:before {
    content: ""
}

.icon-find_in_page:before {
    content: ""
}

.icon-find_replace:before {
    content: ""
}

.icon-flip_to_back:before {
    content: ""
}

.icon-flip_to_front:before {
    content: ""
}

.icon-get_app:before {
    content: ""
}

.icon-grade:before {
    content: ""
}

.icon-group_work:before {
    content: ""
}

.icon-help:before {
    content: ""
}

.icon-highlight_remove:before {
    content: ""
}

.icon-history:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-hourglass_empty:before {
    content: ""
}

.icon-hourglass_full:before {
    content: ""
}

.icon-https:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-info_outline:before {
    content: ""
}

.icon-input:before {
    content: ""
}

.icon-invert_colors_on:before {
    content: ""
}

.icon-label:before {
    content: ""
}

.icon-label_outline:before {
    content: ""
}

.icon-language:before {
    content: ""
}

.icon-launch:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-lock_open:before {
    content: ""
}

.icon-lock_outline:before {
    content: ""
}

.icon-loyalty:before {
    content: ""
}

.icon-markunread_mailbox:before {
    content: ""
}

.icon-note_add:before {
    content: ""
}

.icon-open_in_browser:before {
    content: ""
}

.icon-open_in_new:before {
    content: ""
}

.icon-open_with:before {
    content: ""
}

.icon-pageview:before {
    content: ""
}

.icon-payment:before {
    content: ""
}

.icon-perm_camera_mic:before {
    content: ""
}

.icon-perm_contact_calendar:before {
    content: ""
}

.icon-perm_data_setting:before {
    content: ""
}

.icon-perm_device_information:before {
    content: ""
}

.icon-perm_identity:before {
    content: ""
}

.icon-perm_media:before {
    content: ""
}

.icon-perm_phone_msg:before {
    content: ""
}

.icon-perm_scan_wifi:before {
    content: ""
}

.icon-picture_in_picture:before {
    content: ""
}

.icon-polymer:before {
    content: ""
}

.icon-power_settings_new:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-query_builder:before {
    content: ""
}

.icon-question_answer:before {
    content: ""
}

.icon-receipt:before {
    content: ""
}

.icon-redeem:before {
    content: ""
}

.icon-report_problem:before {
    content: ""
}

.icon-restore:before {
    content: ""
}

.icon-room:before {
    content: ""
}

.icon-schedule:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-settings:before {
    content: ""
}

.icon-settings_applications:before {
    content: ""
}

.icon-settings_backup_restore:before {
    content: ""
}

.icon-settings_bluetooth:before {
    content: ""
}

.icon-settings_cell:before {
    content: ""
}

.icon-settings_brightness:before {
    content: ""
}

.icon-settings_ethernet:before {
    content: ""
}

.icon-settings_input_antenna:before {
    content: ""
}

.icon-settings_input_component:before {
    content: ""
}

.icon-settings_input_composite:before {
    content: ""
}

.icon-settings_input_hdmi:before {
    content: ""
}

.icon-settings_input_svideo:before {
    content: ""
}

.icon-settings_overscan:before {
    content: ""
}

.icon-settings_phone:before {
    content: ""
}

.icon-settings_power:before {
    content: ""
}

.icon-settings_remote:before {
    content: ""
}

.icon-settings_voice:before {
    content: ""
}

.icon-shop:before {
    content: ""
}

.icon-shop_two:before {
    content: ""
}

.icon-shopping_basket:before {
    content: ""
}

.icon-shopping_cart:before {
    content: ""
}

.icon-speaker_notes:before {
    content: ""
}

.icon-spellcheck:before {
    content: ""
}

.icon-stars:before {
    content: ""
}

.icon-store:before {
    content: ""
}

.icon-subject:before {
    content: ""
}

.icon-supervisor_account:before {
    content: ""
}

.icon-swap_horiz:before {
    content: ""
}

.icon-swap_vert:before {
    content: ""
}

.icon-swap_vertical_circle:before {
    content: ""
}

.icon-system_update_alt:before {
    content: ""
}

.icon-tab:before {
    content: ""
}

.icon-tab_unselected:before {
    content: ""
}

.icon-theaters:before {
    content: ""
}

.icon-thumb_down:before {
    content: ""
}

.icon-thumb_up:before {
    content: ""
}

.icon-thumbs_up_down:before {
    content: ""
}

.icon-toc:before {
    content: ""
}

.icon-today:before {
    content: ""
}

.icon-toll:before {
    content: ""
}

.icon-track_changes:before {
    content: ""
}

.icon-translate:before {
    content: ""
}

.icon-trending_down:before {
    content: ""
}

.icon-trending_neutral:before {
    content: ""
}

.icon-trending_up:before {
    content: ""
}

.icon-turned_in:before {
    content: ""
}

.icon-turned_in_not:before {
    content: ""
}

.icon-verified_user:before {
    content: ""
}

.icon-view_agenda:before {
    content: ""
}

.icon-view_array:before {
    content: ""
}

.icon-view_carousel:before {
    content: ""
}

.icon-view_column:before {
    content: ""
}

.icon-view_day:before {
    content: ""
}

.icon-view_headline:before {
    content: ""
}

.icon-view_list:before {
    content: ""
}

.icon-view_module:before {
    content: ""
}

.icon-view_quilt:before {
    content: ""
}

.icon-view_stream:before {
    content: ""
}

.icon-view_week:before {
    content: ""
}

.icon-visibility:before {
    content: ""
}

.icon-visibility_off:before {
    content: ""
}

.icon-card_giftcard:before {
    content: ""
}

.icon-card_membership:before {
    content: ""
}

.icon-card_travel:before {
    content: ""
}

.icon-work:before {
    content: ""
}

.icon-youtube_searched_for:before {
    content: ""
}

.icon-eject:before {
    content: ""
}

.icon-camera_enhance:before {
    content: ""
}

.icon-help_outline:before {
    content: ""
}

.icon-reorder:before {
    content: ""
}

.icon-zoom_in:before {
    content: ""
}

.icon-zoom_out:before {
    content: ""
}

.icon-http:before {
    content: ""
}

.icon-event_seat:before {
    content: ""
}

.icon-flight_land:before {
    content: ""
}

.icon-flight_takeoff:before {
    content: ""
}

.icon-play_for_work:before {
    content: ""
}

.icon-gif:before {
    content: ""
}

.icon-indeterminate_check_box:before {
    content: ""
}

.icon-offline_pin:before {
    content: ""
}

/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: initial;
    color: #37474f
}

a, a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

a:hover {
    color: #0ea960
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: Consolas, Liberation Mono, Courier, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: initial
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1, h1 {
    font-size: 1.25rem
}

.h2, h2 {
    font-size: 1.125rem
}

.h3, .h4, h3, h4 {
    font-size: 1rem
}

.h5, h5 {
    font-size: .875rem
}

.h6, h6 {
    font-size: .75rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small, small {
    font-size: .875em;
    font-weight: 400
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: .875em
}

.blockquote-footer:before {
    content: "— "
}

.align-baseline {
    vertical-align: initial !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: initial !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    content: "";
    display: block
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 640px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 1024px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    background-color: initial;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: Consolas, Liberation Mono, Courier, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 640px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 1024px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: initial;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    -webkit-text-decoration: none !important;
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    -ms-overflow-style: scrollbar
}

*, :after, :before {
    box-sizing: inherit
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 640px) {
    .container, .container-sm {
        max-width: 600px
    }
}

@media (min-width: 1024px) {
    .container, .container-md, .container-sm {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1120px
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1360px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width: 640px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1024px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 640px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 640px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 640px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: initial;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: initial;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 640px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%
}

.table td, .table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #212529
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057
}

.table-dark {
    background-color: #343a40;
    color: #fff
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

@media (max-width: 639.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 1023.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}

.table-responsive > .table-bordered {
    border: 0
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-padding: 120px 0
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0
}

input[type=search], input[type=text] {
    -moz-appearance: none;
    -webkit-appearance: none
}

input[type=search]::-ms-clear, input[type=search]::-webkit-clear-button, input[type=search]::-webkit-search-cancel-button, input[type=text]::-ms-clear, input[type=text]::-webkit-clear-button, input[type=text]::-webkit-search-cancel-button {
    display: none !important
}

img {
    height: auto;
    width: auto
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1
}

.clearfix:after {
    clear: both
}

.break-words {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word
}

.line-height-2 {
    line-height: 2
}

.no-padding {
    padding: 0 !important
}

.padding {
    padding: 1rem
}

.padding-v {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.padding-h {
    padding-left: 1rem;
    padding-right: 1rem
}

.padding-t {
    padding-top: 1rem
}

.padding-b {
    padding-bottom: 1rem
}

.no-margin {
    margin: 0 !important
}

.margin {
    margin: 1rem
}

.margin-v {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.margin-h {
    margin-left: 1rem;
    margin-right: 1rem
}

.margin-t {
    margin-top: 1rem
}

.margin-b {
    margin-bottom: 1rem
}

.bold {
    font-weight: 700
}

@media (min-width: 640px) {
    .hide-desktop {
        display: none !important
    }
}

@media (max-width: 1023.98px) {
    .hide-mobile {
        display: none !important
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 16px;
    word-spacing: 1px
}

.hi, hi {
    margin: 0
}

.fs-48 {
    font-size: 3rem
}

.fs-34 {
    font-size: 2.125rem
}

.fs-24 {
    font-size: 1.5rem
}

.fs-20 {
    font-size: 1.25rem
}

.fs-18 {
    font-size: 1.125rem
}

.fs-16 {
    font-size: 1rem
}

.fs-14 {
    font-size: .875rem
}

.fs-12 {
    font-size: .75rem
}

.fs-10 {
    font-size: .625rem
}

@media (min-width: 1024px) {
    .fs-d-48 {
        font-size: 3rem
    }

    .fs-d-34 {
        font-size: 2.125rem
    }

    .fs-d-24 {
        font-size: 1.5rem
    }

    .fs-d-20 {
        font-size: 1.25rem
    }

    .fs-d-18 {
        font-size: 1.125rem
    }

    .fs-d-16 {
        font-size: 1rem
    }

    .fs-d-14 {
        font-size: .875rem
    }

    .fs-d-12 {
        font-size: .75rem
    }

    .fs-d-10 {
        font-size: .625rem
    }
}

@media (max-width: 1023.98px) {
    .fs-m-48 {
        font-size: 3rem
    }

    .fs-m-34 {
        font-size: 2.125rem
    }

    .fs-m-24 {
        font-size: 1.5rem
    }

    .fs-m-20 {
        font-size: 1.25rem
    }

    .fs-m-18 {
        font-size: 1.125rem
    }

    .fs-m-16 {
        font-size: 1rem
    }

    .fs-m-14 {
        font-size: .875rem
    }

    .fs-m-12 {
        font-size: .75rem
    }

    .fs-m-10 {
        font-size: .625rem
    }
}

.text-muted {
    color: #4e4e4e
}

.text-brand {
    color: #0ea960
}

.text-normal {
    color: #2a2a2a
}

body {
    text-align: right
}

body, body[dir=ltr] {
    font-family: YekanBakh, sans-serif
}

body[dir=ltr] {
    text-align: left
}

[dir=ltr] {
    font-family: YekanBakh, sans-serif
}

.section-header {
    margin-bottom: 1em;
    margin-top: 3rem
}

.border-top, .padding-top {
    padding-top: 1rem
}

.border-top {
    border-top: 1px solid #e5e7f0;
    margin-top: 1rem
}

.border-bottom, .padding-bottom {
    padding-bottom: 1rem
}

.border-bottom {
    border-bottom: 1px solid #e5e7f0;
    margin-bottom: 1rem
}

@media (max-width: 1023.98px) {
    .container {
        max-width: 1000px
    }
}

.container--center {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: inherit;
    text-align: center
}

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw
}

@media (max-width: 639.98px) {
    .mobile-full-width {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        position: relative;
        right: 50%;
        width: 100vw
    }
}

.row {
    margin: 0
}

.box {
    align-items: stretch;
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    display: flex;
    flex-flow: column;
    max-width: calc(100vw - 20px);
    padding: 20px 40px 30px
}

@media (max-width: 639.98px) {
    .box {
        padding: 20px 10px 30px
    }
}

.box__header {
    border-bottom: 2px solid #0ea960;
    font-size: 1.143rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem
}

.input {
    background-color: #f0f0f0;
    border: 0;
    transition: background-color .3s, box-shadow .3s, color .3s, width .3s
}

.input:focus {
    background-color: #fafafa;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .05);
    outline: 0
}

.dark .input {
    background-color: #2a2a2a;
    color: #cacaca
}

.dark .input:focus {
    background-color: #0a0a0a;
    color: #fafafa
}

.input-large {
    font-size: 16px;
    height: auto;
    line-height: 30px;
    padding: 10px 12px
}

[dir=rtl] .form-check-input {
    margin-left: auto;
    margin-right: -1.25rem
}

.newbtn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 1rem;
    white-space: nowrap
}

.newbtn:disabled, .newbtn[disabled] {
    background-color: #f9fafd !important;
    border-color: #f9fafd !important;
    color: #9da0af !important;
    pointer-events: none
}

.newbtn, .newbtn:active, .newbtn:focus, .newbtn:hover {
    outline: none !important
}

.newbtn, .newbtn[data-size=md] {
    font-size: 1rem;
    height: 2.5rem
}

.newbtn[data-size=sm] {
    font-size: .875rem;
    height: 2.25rem
}

.newbtn[data-size=lg] {
    font-size: 1rem;
    height: 2.75rem
}

.newbtn[data-mode=block] {
    display: flex;
    width: 100%
}

.newbtn[data-mode=circle], .newbtn[data-mode=fab] {
    padding: 0
}

.newbtn[data-mode=circle][data-mode=circle], .newbtn[data-mode=fab][data-mode=circle] {
    border-radius: 50%
}

.newbtn[data-mode=circle], .newbtn[data-mode=circle][data-size=md], .newbtn[data-mode=fab], .newbtn[data-mode=fab][data-size=md] {
    width: 2.5rem
}

.newbtn[data-mode=circle][data-size=sm], .newbtn[data-mode=fab][data-size=sm] {
    width: 2.25rem
}

.newbtn[data-mode=circle][data-size=lg], .newbtn[data-mode=fab][data-size=lg] {
    width: 2.75rem
}

.newbtn, .newbtn[data-color=default] {
    background-color: #e5e7f0;
    border-color: #e5e7f0;
    color: #373737
}

.newbtn:focus, .newbtn:hover, .newbtn[data-color=default]:focus, .newbtn[data-color=default]:hover {
    background-color: #dfe1ec;
    border-color: #dfe1ec
}

.newbtn:active, .newbtn[data-color=default]:active {
    background-color: #d8dbe9;
    border-color: #d8dbe9
}

.newbtn[data-color=default][data-variant=outline], .newbtn[data-variant=outline] {
    background-color: #fff;
    border-color: #e5e7f0;
    color: #2a2a2a
}

.newbtn[data-color=default][data-variant=outline]:focus, .newbtn[data-color=default][data-variant=outline]:hover, .newbtn[data-variant=outline]:focus, .newbtn[data-variant=outline]:hover {
    background-color: #fafafa
}

.newbtn[data-color=default][data-variant=outline]:active, .newbtn[data-variant=outline]:active {
    background-color: #f5f5f5
}

.newbtn[data-color=default][data-variant=ghost], .newbtn[data-variant=ghost] {
    background-color: #f9fafd;
    border-color: #f9fafd;
    color: #2a2a2a
}

.newbtn[data-color=default][data-variant=ghost]:focus, .newbtn[data-color=default][data-variant=ghost]:hover, .newbtn[data-variant=ghost]:focus, .newbtn[data-variant=ghost]:hover {
    background-color: #f1f4fa;
    border-color: #f1f4fa
}

.newbtn[data-color=default][data-variant=ghost]:active, .newbtn[data-variant=ghost]:active {
    background-color: #eaedf8;
    border-color: #eaedf8
}

.newbtn[data-color=default][data-variant=transparent], .newbtn[data-variant=transparent] {
    background-color: initial;
    border-color: transparent;
    color: #2a2a2a
}

.newbtn[data-color=default][data-variant=transparent]:focus, .newbtn[data-color=default][data-variant=transparent]:hover, .newbtn[data-variant=transparent]:focus, .newbtn[data-variant=transparent]:hover {
    background-color: rgba(0, 0, 0, .03);
    color: #1d1d1d
}

.newbtn[data-color=default][data-variant=transparent]:active, .newbtn[data-variant=transparent]:active {
    background-color: rgba(0, 0, 0, .05);
    color: #1b1b1b
}

.newbtn[data-color=primary] {
    background-color: #0ea960;
    border-color: #0ea960;
    color: #fff
}

.newbtn[data-color=primary]:focus, .newbtn[data-color=primary]:hover {
    background-color: #0da05b;
    border-color: #0da05b
}

.newbtn[data-color=primary]:active {
    background-color: #0c9655;
    border-color: #0c9655
}

.newbtn[data-color=primary][data-variant=outline] {
    background-color: #fff;
    border-color: #e5e7f0;
    color: #0ea960
}

.newbtn[data-color=primary][data-variant=outline]:focus, .newbtn[data-color=primary][data-variant=outline]:hover {
    background-color: #fafafa
}

.newbtn[data-color=primary][data-variant=outline]:active {
    background-color: #f5f5f5
}

.newbtn[data-color=primary][data-variant=ghost] {
    background-color: #f9fafd;
    border-color: #f9fafd;
    color: #0ea960
}

.newbtn[data-color=primary][data-variant=ghost]:focus, .newbtn[data-color=primary][data-variant=ghost]:hover {
    background-color: #f1f4fa;
    border-color: #f1f4fa
}

.newbtn[data-color=primary][data-variant=ghost]:active {
    background-color: #eaedf8;
    border-color: #eaedf8
}

.newbtn[data-color=primary][data-variant=transparent] {
    background-color: initial;
    border-color: transparent;
    color: #0ea960
}

.newbtn[data-color=primary][data-variant=transparent]:focus, .newbtn[data-color=primary][data-variant=transparent]:hover {
    background-color: rgba(0, 0, 0, .03);
    color: #0c9153
}

.newbtn[data-color=primary][data-variant=transparent]:active {
    background-color: rgba(0, 0, 0, .05);
    color: #0c8d50
}

.newbtn[data-color=danger] {
    background-color: #df2648;
    border-color: #df2648;
    color: #fff
}

.newbtn[data-color=danger]:focus, .newbtn[data-color=danger]:hover {
    background-color: #db2042;
    border-color: #db2042
}

.newbtn[data-color=danger]:active {
    background-color: #d21f40;
    border-color: #d21f40
}

.newbtn[data-color=danger][data-variant=outline] {
    background-color: #fff;
    border-color: #e5e7f0;
    color: #df2648
}

.newbtn[data-color=danger][data-variant=outline]:focus, .newbtn[data-color=danger][data-variant=outline]:hover {
    background-color: #fafafa
}

.newbtn[data-color=danger][data-variant=outline]:active {
    background-color: #f5f5f5
}

.newbtn[data-color=danger][data-variant=ghost] {
    background-color: #f9fafd;
    border-color: #f9fafd;
    color: #df2648
}

.newbtn[data-color=danger][data-variant=ghost]:focus, .newbtn[data-color=danger][data-variant=ghost]:hover {
    background-color: #f1f4fa;
    border-color: #f1f4fa
}

.newbtn[data-color=danger][data-variant=ghost]:active {
    background-color: #eaedf8;
    border-color: #eaedf8
}

.newbtn[data-color=danger][data-variant=transparent] {
    background-color: initial;
    border-color: transparent;
    color: #df2648
}

.newbtn[data-color=danger][data-variant=transparent]:focus, .newbtn[data-color=danger][data-variant=transparent]:hover {
    background-color: rgba(0, 0, 0, .03);
    color: #cd1e3e
}

.newbtn[data-color=danger][data-variant=transparent]:active {
    background-color: rgba(0, 0, 0, .05);
    color: #c91e3d
}

.newbtn > img {
    margin: 0 .5rem
}

.btn {
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    min-width: 90px;
    padding: 0 15px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap
}

.btn, .btn:active, .btn:focus, .btn:hover {
    border: 0;
    cursor: pointer;
    outline: none
}

.btn, .btn:hover {
    color: #fefefe
}

.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1)
}

.btn-large {
    font-size: 1.286rem;
    height: 42px;
    line-height: 42px;
    padding: 0 30px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-default {
    background-color: #ddd
}

.btn-default, .btn-default:active, .btn-default:hover {
    color: #2a2a2a
}

.btn-default:focus, .btn-default:hover {
    background-color: #c5c5c5
}

.btn-default:active {
    background-color: #ccc
}

.btn-default.disabled, .btn-default:disabled {
    background-color: #fff;
    pointer-events: none
}

.btn-primary {
    background-color: #0ea960
}

.btn-primary, .btn-primary:active, .btn-primary:hover {
    color: #fefefe
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #0b884d
}

.btn-primary:active {
    background-color: #086238
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #8f8f8f;
    pointer-events: none
}

.dark .btn-primary.btn-alt-dark {
    background-color: #1f1f1f;
    border: 1px solid #464646
}

.dark .btn-primary.btn-alt-dark:hover {
    background-color: #0a0a0a;
    border: 1px solid #464646
}

.btn-primary-alt, .btn-primary-alt:active, .btn-primary-alt:focus, .btn-primary-alt:hover, .btn-primary-alt:visited {
    background-color: #fefefe;
    border: 1px solid #0ea960;
    color: #0ea960
}

.btn-primary-alt:active, .btn-primary-alt:hover {
    background-color: #f4f7ea
}

.btn-primary-alt:active {
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .25)
}

.btn-primary-alt:focus {
    background-color: hsla(74, 45%, 94%, .5);
    box-shadow: 0 0 8px 2px #f4f7ea
}

.btn-primary-alt.disabled, .btn-primary-alt:disabled {
    border: 1px solid #8f8f8f;
    color: #8f8f8f;
    pointer-events: none
}

.btn-no-border, .btn-no-border:active, .btn-no-border:hover {
    border: 0
}

.newinput {
    align-items: center;
    border: 1px solid #f0f0f0;
    caret-color: #0ea960;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    outline: none !important;
    padding: 0 1rem;
    position: relative;
    white-space: nowrap
}

.newinput, .newinput[data-color=default] {
    background-color: #fff;
    border-radius: .25rem
}

.newinput[data-color=background] {
    background-color: #f9fafd;
    border-radius: .5rem
}

.newinput:disabled, .newinput[disabled] {
    opacity: .8;
    pointer-events: none
}

.newinput:active, .newinput:focus, .newinput:hover {
    background-color: #fff;
    border-color: #cacaca
}

[dir=rtl] .newinput[data-has-icon] {
    padding-right: 2rem
}

[dir=ltr] .newinput[data-has-icon] {
    padding-left: 2rem
}

.newinput[data-has-icon] + * {
    fill: #4e4e4e;
    color: #4e4e4e;
    pointer-events: none;
    position: absolute;
    transform: translateY(-50%)
}

.newinput[data-has-icon] + *, .newinput[data-has-icon][data-size=md] + * {
    margin: -1.25rem .5rem 0
}

.newinput[data-has-icon][data-size=sm] + * {
    margin: -1.125rem .5rem 0
}

.newinput[data-has-icon][data-size=lg] + * {
    margin: -1.375rem .5rem 0
}

.newinput::placeholder {
    color: #4e4e4e
}

.newinput, .newinput[data-size=md] {
    font-size: 1rem;
    height: 2.5rem
}

.newinput::placeholder, .newinput[data-size=md]::placeholder {
    font-size: .75rem
}

.newinput[data-size=sm] {
    font-size: .875rem;
    height: 2.25rem
}

.newinput[data-size=sm]::placeholder {
    font-size: .75rem
}

.newinput[data-size=lg] {
    font-size: 1rem;
    height: 2.75rem
}

.newinput[data-size=lg]::placeholder {
    font-size: .875rem
}

.message {
    display: block;
    font-size: .8rem;
    padding: 8px
}

[dir=rtl] .message {
    text-align: right
}

[dir=ltr] .message {
    text-align: left
}

.message-error {
    color: red
}

.tab-bar {
    display: flex;
    flex-flow: row;
    margin-bottom: 30px
}

.tab-bar__item, .tab-bar__item--active {
    border-bottom: 2px solid rgba(249, 250, 253, 0);
    cursor: pointer;
    flex: 1 0 0;
    padding-bottom: 8px
}

.tab-bar__item:hover {
    border-bottom: 2px solid #11ca73
}

.tab-bar__item--active {
    border-bottom: 2px solid #0ea960 !important;
    cursor: default
}

.fade-enter-active, .fade-leave-active {
    transition: all .2s ease-in-out
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.slide-enter-active {
    transition: all .2s ease-out
}

.slide-leave-active {
    transition: all .1s ease-out
}

.slide-enter {
    opacity: 0;
    transform: translateY(-20px)
}

.slide-enter-to, .slide-leave {
    opacity: 1;
    transform: translateY(0)
}

.slide-leave-to {
    opacity: 0;
    transform: translateY(50px)
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.infinite-rotation {
    animation: rotation 2s linear infinite;
    display: block
}

.logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    transition: opacity .2s ease-out
}

.logo:hover {
    opacity: .8
}

.logo__img {
    height: 52px;
    transition: height .2s ease-out
}

.logo--medium {
    margin: 0
}

.logo--medium .logo__img {
    height: 42px
}

.logo--small {
    margin: 0
}

.logo--small .logo__img {
    height: 36px
}

.Tabs {
    flex-direction: row;
    margin: 0;
    padding: 0
}

.TabItem, .Tabs {
    align-items: center;
    display: flex
}

.TabItem {
    border-radius: 26px;
    color: #464646 !important;
    height: 100%;
    padding: 4px 16px;
    position: relative
}

.TabItem a, .TabItem a:active, .TabItem a:focus, .TabItem a:hover {
    color: inherit
}

.TabItem--active, .TabItem:focus, .TabItem:hover {
    color: #2a2a2a !important
}

.TabItem__active-indicator {
    background: #0ea960;
    border-radius: 6px;
    height: 4px;
    left: calc(50% - 18px);
    position: absolute;
    width: 36px
}

.TabItem__active-indicator--bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0
}

.TabItem__active-indicator--top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0
}

.NavbarDesktopTabItem {
    align-items: center;
    display: flex
}

.NavbarDesktopTabItem__text {
    flex-grow: 1
}

.NavbarDesktopTab {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.NavbarDesktopTab__title, .NavbarDesktopTab__title > * {
    color: #464646
}

.NavbarDesktopTab > * {
    align-items: center;
    display: flex;
    height: 100%
}

.DesktopTabs {
    height: 100%
}

.DesktopTabs .Menu__activator, .DesktopTabs__item > a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    white-space: nowrap
}

.DesktopTabs .Menu--open, .DesktopTabs .Menu--open .NavbarDesktopTab__title, .DesktopTabs__item--selected .NavbarDesktopTab__title, .DesktopTabs__item:focus, .DesktopTabs__item:focus .NavbarDesktopTab__title, .DesktopTabs__item:hover, .DesktopTabs__item:hover .NavbarDesktopTab__title {
    color: #2a2a2a
}

@media (max-width: 1439px) {
    .DesktopTabs__only-lg-desktops {
        display: none !important
    }
}

@media (min-width: 1440px) {
    .DesktopTabs__only-sm-desktops {
        display: none !important
    }
}

.SearchInput {
    max-width: 100%;
    min-width: 210px;
    width: 100%
}

.SearchField__body {
    min-width: 100%
}

.SearchField .SearchItem__title {
    flex-grow: 1
}

.SearchField .SearchItem--loading {
    justify-content: center
}

.SearchField .SearchItem--seperator {
    background: #e5e7f0;
    border-radius: 0;
    height: 1px;
    min-height: 1px;
    padding: 0;
    width: calc(100% - 1rem)
}

.SearchField .SearchItem--all .SearchItem__title {
    color: #0ea960;
    text-align: center
}

@media (max-width: 1023.98px) {
    .SearchField {
        flex-grow: 1;
        width: 100%
    }

    .SearchField__body {
        border-radius: 0;
        box-shadow: none;
        height: calc(100% - 56px);
        left: 0;
        max-height: calc(100% - 56px);
        max-width: 100%;
        position: fixed;
        right: 0;
        top: 55px;
        transform: none !important;
        width: 100%;
        z-index: 3
    }

    .SearchField .SearchItem--all, .SearchField .SearchItem--seperator {
        display: none
    }
}

.ProfileButtonMenuItem {
    align-items: center;
    cursor: pointer;
    display: flex
}

[dir=rtl] .ProfileButtonMenuItem__icon {
    margin-left: .5rem
}

[dir=ltr] .ProfileButtonMenuItem__icon {
    margin-right: .5rem
}

.ProfileButtonMenuItem__icon svg {
    fill: #464646;
    height: 12px;
    width: 12px
}

.ProfileButton__menu {
    height: 2.25rem
}

.ProfileButton__avatar {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.ProfileButton__btn:active .ProfileButton__avatar, .ProfileButton__btn:focus .ProfileButton__avatar, .ProfileButton__btn:hover .ProfileButton__avatar {
    filter: brightness(.95)
}

.icon-button {
    align-items: center;
    background: #fafafa;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center
}

.icon-button--circle {
    border-radius: 50%
}

.icon-button:before {
    font-size: 18px
}

.icon-button:focus, .icon-button:hover {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .05);
    outline: none
}

.BurgerMenuListItem {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.BurgerMenuListItem__title {
    flex-grow: 1;
    margin: 0
}

.BurgerMenuListItem__arrow {
    font-size: 1.3rem
}

.BurgerMenuContent {
    display: flex;
    flex-direction: column;
    height: 100%
}

.BurgerMenuContent__header {
    align-items: center;
    display: flex
}

.BurgerMenuContent__socials {
    padding: 16px;
    text-align: center;
    width: 100%
}

.BurgerMenuContent__socials > * {
    margin: 16px
}

.BurgerMenu__container {
    border-radius: 0;
    box-shadow: none;
    height: calc(100% - 55px);
    left: 0;
    max-width: 100%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 55px;
    transform: none;
    width: 100%
}

.ActiveTabSubTabs {
    background-color: #fff;
    height: 44px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

@media (min-width: 1024px) {
    .ActiveTabSubTabs {
        display: none
    }
}

.ActiveTabSubTabs__tab {
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    margin: 0;
    text-align: center;
    white-space: nowrap
}

.ActiveTabSubTabs__tab > a {
    width: 100%
}

.ActiveTabSubTabs__tab--selected > a, .ActiveTabSubTabs__tab--selected > a:active, .ActiveTabSubTabs__tab--selected > a:hover {
    color: #0ea960 !important
}

.SettingsMenu__link--en {
    direction: ltr;
    text-align: left
}

.SettingsMenu__link--fa {
    direction: rtl;
    text-align: right
}

.DownloadButton {
    min-width: auto
}

.Navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.Navbar, .Navbar__container {
    display: block;
    width: 100%;
    z-index: 99
}

.Navbar__container {
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1)
}

@media (max-width: 1023.98px) {
    .Navbar__container {
        border-bottom: 1px solid #e5e7f0;
        box-shadow: none
    }
}

.Navbar__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 68px
}

@media (max-width: 1023.98px) {
    .Navbar__content {
        height: 56px
    }
}

[dir=rtl] .Navbar .margin-start {
    margin-right: 8px
}

[dir=ltr] .Navbar .margin-start, [dir=rtl] .Navbar .margin-end {
    margin-left: 8px
}

[dir=ltr] .Navbar .margin-end {
    margin-right: 8px
}

@media (min-width: 1024px) {
    .Navbar .only-mobile {
        display: none
    }
}

@media (max-width: 1023.98px) {
    .Navbar .only-desktop {
        display: none
    }
}

.Navbar .fill-gap {
    flex-grow: 1
}

.Navbar .sep {
    width: 2rem
}

.footer {
    background-color: #fefefe;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1)
}

.footer__top {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

.footer__description {
    flex-grow: 1;
    height: auto;
    position: relative
}

[dir=rtl] .footer__description {
    padding-left: 5rem
}

[dir=ltr] .footer__description {
    padding-right: 5rem
}

.footer__description > div div {
    margin-bottom: .8rem
}

.footer__description > div p {
    color: #464646;
    line-height: 1.5
}

.footer__enamadimg {
    display: none
}

.footer__download-box {
    align-items: center;
    border: 1px solid #e5e7f0;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    height: 140px;
    justify-content: space-between;
    min-width: 420px;
    padding: 1rem;
    width: 420px
}

.footer__download-box > img {
    height: 100px;
    width: 100px
}

[dir=rtl] .footer__download-box > img {
    margin-left: 1rem
}

[dir=ltr] .footer__download-box > img {
    margin-right: 1rem
}

.footer__download-box h2 {
    margin-bottom: 1.5rem
}

.footer__download-box p {
    color: #464646
}

.footer__download-box .buttons {
    display: flex;
    flex-direction: row;
    margin-top: 1rem
}

[dir=rtl] .footer__download-box .buttons a:not(:last-child) {
    margin-left: .6rem
}

[dir=ltr] .footer__download-box .buttons a:not(:last-child) {
    margin-right: .6rem
}

.footer__links {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 2.8;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

.footer__seperator {
    border-bottom: 1px solid #e5e7f0
}

.footer__link {
    display: block
}

.footer__licences {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.footer__licences a {
    border: 1px solid #e5e7f0;
    border-radius: 8px;
    overflow: hidden
}

[dir=rtl] .footer__licences a:not(:last-child) {
    margin-left: 1rem
}

[dir=ltr] .footer__licences a:not(:last-child) {
    margin-right: 1rem
}

.footer__licences img {
    height: 110px;
    margin: 8px 2px
}

.footer__copyright {
    align-items: center;
    color: #3a3a3a;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.footer__copyright, .footer__socials {
    display: flex;
    flex-direction: row
}

[dir=rtl] .footer__socials > a:not(:last-child) {
    margin-left: 1.5rem
}

[dir=ltr] .footer__socials > a:not(:last-child) {
    margin-right: 1.5rem
}

.footer__socials a path {
    fill: #616161
}

.footer__socials a:hover path {
    fill: #111
}


.modal-close {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
    right: .7rem;
    top: .7rem
}

.modal-close:hover {
    color: #ce1a1a !important
}

.ModalScreen {
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    bottom: -20px;
    display: flex;
    justify-content: center;
    padding: 30px 5px;
    top: -20px;
    z-index: 200
}

.BackdropScreen, .ModalScreen {
    left: 0;
    position: fixed;
    right: 0
}

.BackdropScreen {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .48);
    bottom: 0;
    top: 0;
    z-index: 2
}

.toaster {
    align-items: flex-end;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 2rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 199
}

.toaster__toast {
    align-items: center;
    background-color: #fefefe;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    cursor: pointer;
    display: flex;
    margin-bottom: .5rem;
    padding: 1rem;
    pointer-events: auto;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    width: 400px
}

[dir=rtl] .toaster__toast {
    margin-left: .5rem
}

[dir=ltr] .toaster__toast {
    margin-right: .5rem
}

.toaster__toast-icon {
    font-size: 2rem;
    height: 2rem;
    width: 2rem
}

[dir=rtl] .toaster__toast-icon {
    margin-left: 1rem
}

[dir=ltr] .toaster__toast-icon {
    margin-right: 1rem
}

.toaster-enter {
    opacity: 0;
    transform: translateY(-2rem)
}

.toaster-leave-to {
    opacity: 0;
    transform: translateY(2rem)
}

.toaster-leave-active {
    left: 0;
    position: absolute
}

@media (max-width: 639.98px) {
    .toaster {
        align-items: stretch;
        bottom: 0;
        left: 0
    }

    .toaster__toast {
        margin-left: .5rem;
        margin-right: .5rem;
        width: auto
    }

    .toaster-leave-active {
        right: 0
    }
}

@media (min-width: 1024px) {
    .BottomNavbar {
        display: none
    }
}

.BottomNavbar__tabs {
    background-color: #fff;
    border-top: 1px solid #eee;
    bottom: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    height: 56px;
    position: fixed;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.BottomNavbar__spacer, .BottomNavbar__tabs {
    height: 56px
}

.BottomNavbar__tab {
    flex-basis: 0;
    flex-grow: 1;
    height: 56px;
    justify-content: center;
    margin: 0;
    padding: 4px;
    text-align: center
}

.BottomNavbar__tab-icon {
    margin-bottom: 4px
}

.BottomNavbar__tab--active {
    color: #2a2a2a
}

.BottomSheet {
    background: rgba(0, 0, 0, .4);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.BottomSheet__modal {
    background-color: #fff;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    max-width: 480px;
    position: absolute;
    width: 100%
}

.BottomSheet__close-button {
    color: #616161;
    cursor: pointer;
    font-size: 24px;
    margin: 10px;
    position: absolute;
    top: 0
}

[dir=rtl] .BottomSheet__close-button {
    left: 0
}

[dir=ltr] .BottomSheet__close-button {
    right: 0
}

.BottomSheet__content {
    padding: 16px
}

.BottomSheet-enter-active, .BottomSheet-leave-active {
    opacity: 1;
    transition: opacity .3s
}

.BottomSheet-enter-active > .BottomSheet__modal, .BottomSheet-leave-active > .BottomSheet__modal {
    transform: translateY(0);
    transition: transform .3s
}

.BottomSheet-enter, .BottomSheet-leave-to {
    opacity: 0
}

.BottomSheet-enter > .BottomSheet__modal, .BottomSheet-leave-to > .BottomSheet__modal {
    transform: translateY(100%)
}

.DownloadSheet :focus {
    outline: none
}

.DownloadSheet__icon {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    display: inline-block;
    height: 48px;
    left: calc(50% - 24px);
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    top: -24px;
    width: 48px
}

.DownloadSheet__icon > img {
    height: 100%;
    width: 100%
}

.DownloadSheet__download-btn {
    align-items: center;
    display: flex;
    height: 32px
}

.DownloadSheet__content {
    display: flex;
    flex-direction: column;
    margin-top: 8px
}

.DownloadSheet__title {
    margin-bottom: 0;
    margin-top: 8px
}

.DownloadSheet__description {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem
}

.DownloadSheet__web {
    font-weight: 700;
    position: absolute;
    right: 1.2rem;
    top: .7rem
}

@media (max-width: 1023.98px) {
    .Breadcrumb:not(.Breadcrumb--force-show) {
        display: none
    }
}

.Breadcrumb__list {
    align-items: center;
    color: #3a3a3a;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    overflow: auto;
    overflow-y: hidden;
    padding: 1rem
}

@media (max-width: 639.98px) {
    .Breadcrumb__list {
        padding: 0
    }
}

.Breadcrumb__list-item {
    align-items: center;
    border-radius: 2rem;
    display: flex;
    height: 1.6rem;
    list-style: none;
    position: relative;
    white-space: nowrap
}

[dir=rtl] .Breadcrumb__list-item {
    margin-left: 1.4rem
}

[dir=ltr] .Breadcrumb__list-item {
    margin-right: 1.4rem
}

@media (max-width: 639.98px) {
    .Breadcrumb__list-item {
        background-color: #f9fafd;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
        height: 1.92rem
    }
}

.Breadcrumb__list-item > * {
    color: #4e4e4e;
    display: inline-block;
    font-weight: 400;
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 0 .7rem
}

@media (max-width: 639.98px) {
    .Breadcrumb__list-item > * {
        color: #2a2a2a;
        font-size: .75rem
    }
}

.Breadcrumb__list-item meta {
    display: none
}

@media (min-width: 640px) {
    .Breadcrumb__list-item:last-child > * {
        color: #2a2a2a
    }
}

.Breadcrumb__list-item:not(:last-child):after {
    color: #e5e7f0;
    display: inline-block;
    font-family: cafebazaar-icon !important;
    font-size: 1.4rem;
    font-weight: 100;
    position: absolute
}

[dir=rtl] .Breadcrumb__list-item:not(:last-child):after {
    margin-right: 100%
}

[dir=ltr] .Breadcrumb__list-item:not(:last-child):after {
    margin-left: 100%
}

@media (max-width: 639.98px) {
    .Breadcrumb__list-item:not(:last-child):after {
        color: #2a2a2a
    }
}

[dir=rtl] .Breadcrumb__list-item:not(:last-child):after {
    content: ""
}

[dir=ltr] .Breadcrumb__list-item:not(:last-child):after {
    content: ""
}

.LayoutRoot {
    min-height: 100vh
}

.LayoutRoot--colored {
    background: #f9fafd
}

@media (max-width: 639.98px) {
    .LayoutRoot--colored {
        background: #fff
    }
}

.LayoutRoot__content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 610px)
}

.LoginAuth__input {
    direction: ltr;
    text-align: center
}

.LoginAuth__button {
    margin-top: 20px
}

.LoginModal {
    align-items: stretch;
    display: flex;
    flex-flow: column;
    min-height: 220px;
    width: 450px
}

.LoginModal__loading {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 160px
}

.LoginModal__developers {
    margin: 2rem auto 0
}

.LoginModal__developers a, .LoginModal__developers span {
    white-space: nowrap
}

.LoginModal__resend {
    margin: 1rem auto 0
}

.LoginModal__resend a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.SetNameModal {
    align-items: stretch;
    display: flex;
    flex-flow: column;
    min-height: 220px;
    width: 450px
}

.SetNameModal__message {
    margin-top: 1rem
}

.SetNameModal__button {
    align-self: flex-end;
    margin-top: 1rem
}

.ModalMessage {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    padding: 2rem;
    position: relative
}

.ModalMessage__message {
    margin-top: 1rem
}

.carousel__content {
    margin: 0;
    overflow-x: scroll;
}