﻿@font-face {
    font-family: "icons_g";
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/icons/icons_g-1.ttf') format("truetype")
}
font-family: var(--font-family-sans-serif);
font-size: 1.2rem;
margin-right: 25px;
margin-top: -12px;
@font-face {
    font-family: NotoSansArabic_Condensed-SemiBold;
    src: url('/fonts/TT/NotoSansArabicUI-CondensedSemiBold.ttf') format("truetype");
    font-style: normal
}

@font-face {
    font-family: NotoSansArabicUI-CondensedSemiBold;
    src: url('/fonts/TT/NotoSansArabicUI-CondensedSemiBold.ttf') format("truetype");
    font-style: normal
}

@font-face {
    font-family: Neo-Sans-Std-Bold;
    src: url('/fonts/TT/Neo-Sans-Std-Bold.ttf');
    src: url('/fonts/TT/Neo-Sans-Std-Bold.ttf') format('truetype')
}

@font-face {
    font-family: NotoSansArabic_Condensed-Regular;
    src: url('/fonts/TT/NotoSansArabic_Condensed-Regular.ttf');
    src: url('/fonts/TT/NotoSansArabic_Condensed-Regular.ttf') format('truetype')
}

@font-face {
    font-family: Neo-Sans-Std-Light;
    src: url('/fonts/TT/Neo-Sans-Std-Light.ttf');
    src: url('/fonts/TT/Neo-Sans-Std-Light.ttf') format('truetype')
}

@font-face {
    font-family: OoredooArabic-Heavy;
    src: url(/fonts/Ooredoo/OoredooArabic-Heavy.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: OoredooArabic-Bold;
    src: url(/fonts/Ooredoo/OoredooArabic-Bold.ttf);
    src: url(/fonts/Ooredoo/OoredooArabic-Bold.ttf) format('truetype')
}

@font-face {
    font-family: OoredooArabic-Regular;
    src: url(/fonts/Ooredoo/OoredooArabic-Regular.ttf);
    src: url(/fonts/Ooredoo/OoredooArabic-Regular.ttf) format('truetype')
}

@font-face {
    font-family: OoredooArabic-Light;
    src: url(/fonts/Ooredoo/OoredooArabic-Light.ttf);
    src: url(/fonts/Ooredoo/oredooArabic-Light.ttf) format('truetype')
}

.m-picture-container {
    height: 260px
}

.head {
    background: #f4f4f2;
    height: 50px;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30001
}

.a-container {
    background-image: linear-gradient(258deg,var(--white) 0%,var(--white) 45%,var(--cyan) 58%,var(--cyan) 75%,var(--cyan) 92%,var(--cyan) 100%)
}

.c-container {
    background-image: linear-gradient(253deg,var(--white) 0%,var(--white) 45%,var(--white) 50%,var(--success) 90%,var(--success) 92%,var(--success) 100%)
}

.w-container {
    background-image: linear-gradient(260deg,var(--white) 0%,var(--white) 45%,var(--white) 50%,var(--operator) 90%,var(--operator) 92%,var(--operator) 100%)
}

.t-container {
    min-height: calc(100vh - 148px);
    padding-bottom: 20px
}

span.text-question {
    color: #333;
    font-weight: 700
}

    span.text-question:hover {
        color: #ed1c24
    }

.e-header {
    padding: 0 var(--global-padding)
}

div.c-header {
    width: 100%;
    text-align: right;
    padding-bottom: 30px
}

.c-header div.ow-hero-content {
    color: #333
}

img {
    border-style: none;
    vertical-align: bottom
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-40 {
    padding-top: 40px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-60 {
    padding-top: 60px
}

.padding-top-70 {
    padding-top: 70px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-60 {
    padding-bottom: 60px
}

.input-group {
    font-size: 2.1rem
}

.input-radio-label {
    cursor: pointer
}

    .input-radio-label:hover {
        color: var(--operator)
    }

.input-radio-prop {
    -webkit-appearance: checkbox;
    cursor: pointer
}

    .input-radio-prop:hover {
        color: #0146b3
    }

a {
    color: #428bca;
    text-decoration: none
}

.horoscope-bg {
    background-image: url(/images/backgrounds/bs-0.jpg);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover
}

.astro-sign {
    position: absolute;
    transform: translate(50vw,25%);
    width: 160px
}

.astro-text {
    font-size: 10vw;
    color: #fff
}

body:not(.fullscreen) #precontent {
    margin-top: 50px
}

.house-bg {
    background-image: url(/images/House/house.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0,0);
    background-position: center center;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    margin: auto;
    will-change: transform;
    z-index: 29998
}

.wish-bg {
    background-image: url(/images/backgrounds/bs-1.jpg);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover
}

.c-wish > img {
    width: 333px;
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    [data-module="ow-locale-picker"] {
        padding-top: 30px
    }
}

[data-module="ow-locale-picker"] {
    padding-top: 30px
}

    [data-module="ow-locale-picker"] .ow-locale-picker-item {
        padding-bottom: 4px
    }

@media screen and (max-width: 1083px) {
    [data-module="ow-locale-picker"] {
        padding-right: 5%
    }
}

@media screen and (max-width: 1083px) {
    .c-uhff-cookie div.m-rich-content-block.context-ucx {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

[data-module="ow-market-selector"] {
    border-top: 1px solid #aeaeae;
    background: #f5f5f5
}

.m-content-placement-item > picture.p-selected, .c-content-placement > picture.p-selected {
    box-shadow: -1px 2px 10px 3px rgb(249 0 0/40%) !important
}

.m-content-placement-item > picture:hover, .c-content-placement > picture:hover {
    box-shadow: -1px 2px 10px 3px rgb(0 0 0/40%);
    transform: scale(1.02,1.02)
}

div.c-paragraph.c-signs {
    text-align: center
}

.ow-slide-in {
    font-size: 30px
}

.c-title {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif
}

.ow-text-content {
    margin-bottom: 1.9rem
}

.lds-circle {
    display: inline-block;
    transform: translateZ(1px)
}

    .lds-circle > div {
        display: inline-block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        background: #fff;
        animation: lds-circle 2.4s cubic-bezier(0,.2,.8,1) infinite
    }

@keyframes lds-circle {
    0%,100% {
        animation-timing-function: cubic-bezier(.5,0,1,.5)
    }

    0% {
        transform: rotateY(0deg)
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0,.5,.5,1)
    }

    100% {
        transform: rotateY(3600deg)
    }
}

.c-details {
    z-index: 999;
    padding-left: var(--global-padding);
    padding-right: var(--global-padding);
    display: flex
}

div.c-score {
    position: relative;
    right: 0;
    font-family: sans-serif
}

    div.c-score.c-text-0 {
        -webkit-text-stroke: .5px var(--operator)
    }

    div.c-score > p {
        color: var(--operator);
        font-size: 1.8rem
    }

@media screen and (max-width: 900px) {
    div.c-score > p {
        color: var(--white) !important
    }

    p#score {
        color: var(--yellow) !important
    }
}

.wrapper-button {
    display: block
}

p#score {
    font-size: 2.8rem;
    letter-spacing: -.05em;
    color: var(--black)
}

    p#score > sup {
        font-size: 1.3rem;
        margin-right: 3px
    }

.p1 {
    font-size: 14px;
    color: #333
}

.p2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px
}

.p3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0
}

.g-p-left {
    padding-left: max(5%,calc(50% - var(--max-header-width)/2))
}

.g-p-right {
    padding-right: max(5%,calc(50% - var(--max-header-width)/2))
}

button.on-stopped {
    background-color: var(--operator);
    color: var(--white) !important;
    border-color: var(--operator);
    border-width: .1rem
}

    button.on-stopped:hover {
        background-color: var(--operator-s) !important;
        border-color: var(--operator) !important;
        color: var(--white) !important
    }

button.on-out {
    background-color: transparent;
    color: #ed1c24 !important;
    border-color: #ed1c24;
    border-width: .1rem;
    color: #000 !important;
    border-color: #fadf52
}

    button.on-out:hover {
        box-shadow: 0 1px 14px 0 #ed1c24
    }

button.on-goal {
    background-color: #89c402;
    color: #000 !important;
    border-color: #848484;
    border-width: .1rem
}

    button.on-goal:hover {
        box-shadow: 0 1px 14px 0 #ed1c24
    }

a.on-bar {
    background-color: #89c402;
    color: #000 !important;
    border-color: #848484;
    border-width: .1rem
}

    a.on-bar:hover {
        box-shadow: 0 1px 14px 0 #ed1c24
    }

.image-description {
    margin: 5px 0 2px 0;
    color: #000;
    text-align: right;
    width: 83.33333%
}

.counter-container {
    margin-top: 5px
}

.counter-component {
    position: relative;
    zoom: 1.5;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

    .counter-component .counter {
        text-align: center;
        align-items: center
    }

    .counter-component p {
        font-size: 1.7rem;
        font-weight: 400;
        color: var(--black);
        line-height: 0;
        float: right
    }

    .counter-component h1 {
        color: var(--black);
        font-size: 3rem;
        letter-spacing: -.2rem;
        line-height: 1.7em
    }

    .counter-component hr {
        background: #f60d54;
        border: 0;
        height: 2px;
        margin-top: -10px
    }

.counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%
}

.counter .color {
    width: 0;
    overflow: hidden;
    color: #f60d54
}

.x-start {
    position: absolute;
    display: grid;
    padding-bottom: 20px;
    padding-left: 20px;
    z-index: 1000
}

    .x-start:hover {
        background-color: var(--operator-s) !important;
        border-color: var(--operator) !important;
        color: var(--white) !important
    }

@media screen and (max-width: 900px) {
    .q-text-wrapper {
        color: var(--black)
    }

    .x-start {
        display: grid
    }

    [data-module="ow-hero-photographic"] .m-image-intro {
        height: unset
    }

        [data-module="ow-hero-photographic"] .m-image-intro > picture img {
            height: 100%;
            -moz-box-shadow: 0 0 10px 10px #555
        }

    .c-heading-3, .c-subheading-1 {
        font-size: 2.1rem;
        line-height: 2.8rem
    }

    .c-header {
        text-align: center
    }

    .c-play {
        text-align: center !important
    }

    .c-details {
        position: absolute;
        width: 100%;
        background-color: transparent;
        right: unset;
        top: 0
    }

    .counter-container {
        width: unset
    }

    .input-group {
        font-size: 2rem
    }
}

@media screen and (min-width: 901px) {
    [data-module="ow-hero-photographic"] .m-image-intro > picture img {
        float: left;
        margin: 30px;
        -webkit-box-shadow: 0 0 10px 10px #555;
        -moz-box-shadow: 0 0 10px 10px #555;
        box-shadow: 0 0 10px 10px #555;
        width: 85%
    }

    [data-module="ow-hero-photographic"] .m-image-goal {
        margin: 0 !important;
        -webkit-box-shadow: unset !important;
        -moz-box-shadow: unset !important;
        box-shadow: unset !important;
        width: 100% !important
    }

    .x-start {
        display: none
    }

    .x-start-0 {
        display: grid
    }

    .e-header {
        padding-left: 0
    }

    .q-text-wrapper {
        color: #000;
        margin-top: 30px !important;
        float: none;
        width: 80% !important
    }

    .image-description {
        padding-right: 20px;
        float: left;
        margin-top: 0 !important;
        transform: scale(1.2);
        transform-origin: 0% 0% 0
    }

    .counter-container {
        margin-top: 4px
    }

    .counter-component {
        justify-content: unset
    }

    .c-picture {
        padding-left: max(5%,calc(50% - var(--max-header-width)/2))
    }
}

.a-image {
    float: unset
}

a.x-start, button.x-start {
    margin-top: 10px !important;
    max-width: 500px !important;
    text-align: right
}

.pie_progress {
    position: relative;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.pie_progress__svg {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    vertical-align: middle
}

    .pie_progress__svg svg {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        margin: 0 auto
    }

.pie_progress__content, .pie_progress__number, .pie_progress__label, .pie_progress__icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pie_progress__number {
    font-size: 42px
}

.pie_progress__label {
    margin-top: 32px;
    font-size: 12px
}

.pie_progress {
    width: 160px;
    margin: 10px auto
}

@media all and (max-width: 699px) {
    .c-details {
        padding: 0 16px
    }
}

@media all and (max-width: 768px) {
    .pie_progress {
        width: 80%;
        max-width: 300px
    }
}

.ow-btn-wrapper {
    margin-right: var(--global-padding)
}

.c-scale-50 {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 100% 30%
}

.c-scale-55 {
    -webkit-transform: scale(.55);
    -moz-transform: scale(.55);
    transform: scale(.55);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 100%
}

.c-scale-60 {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 100%
}

.c-scale-65 {
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
    transform: scale(.65);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 100%
}

.c-scale-70 {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    transform-origin: 100%
}

.c-scale-80 {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 100%
}

.c-scale-90 {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 100%
}

.c-text-group {
    position: relative;
    right: var(--global-padding);
    font-family: var(--font-family-sans-serif)
}

.c-text-0 {
    font-size: 3.2rem;
    font-variant: small-caps;
    line-height: 1rem;
    margin-bottom: 3rem
}

.c-text-1 {
    font-size: 3rem;
    color: var(--operator);
    -webkit-text-stroke: .5px var(--operator)
}

    .c-text-1 > span {
        font-size: 1vw;
        color: #333
    }

    .c-text-1 > sup {
        font-size: 1.8rem;
        vertical-align: top;
        padding-right: 2px
    }

.c-text-2 {
    font-size: 4.8rem;
    vertical-align: top;
    color: var(--black);
    -webkit-text-stroke: .5px var(--black)
}

    .c-text-2 > sup {
        font-size: 1.8rem;
        vertical-align: baseline;
        letter-spacing: 0;
        color: var(--operator);
        -webkit-text-stroke: .1px var(--operator);
        vertical-align: top;
        padding-right: 7px;
        line-height: 2.8rem
    }

.c-text-3 {
    float: left;
    font-size: 2.4vw;
    -webkit-text-stroke: .4px var(--black)
}

.c-text-group-1 {
    right: var(--global-padding);
    top: 50%;
    zoom: .85
}

.c-text-group-2 {
    right: 46%;
    top: 35%;
    zoom: .65;
    margin-top: .9%
}

.c-text-n {
    background-color: #9bf00b;
    max-width: 5rem;
    font-size: 2rem;
    letter-spacing: -.06rem;
    -webkit-text-stroke: .01rem var(--black);
    line-height: 25px
}

@media all and (max-width: 800px) {
    .c-text-group-2 {
        top: 29%;
        right: 34%
    }

    .c-text-0 {
        font-size: 2.7rem
    }

    .c-text-1 {
        font-size: 2.8rem
    }

        .c-text-1 > span {
            font-size: 1vw
        }

        .c-text-1 > sup {
            font-size: 1.6rem
        }

    .c-text-2 {
        font-size: 3.42rem
    }

    .c-text-3 {
        font-size: 3vw
    }
}

.c-faq {
    margin-right: var(--global-padding);
    font-family: var(--font-family-semi-bold);
    font-size: 2.5rem;
    font-weight: 100 !important;
    letter-spacing: -.34px;
    text-align: center;
    text-size-adjust: 100%;
    padding-bottom: 20px;
    color: var(--black)
}

.c-paragraph-2 {
    padding: 25px 0 3px 0;
    font-size: 1.6rem !important;
    font-family: var(--font-family-semi-bold);
    line-height: 3.2rem
}

.c-paragraph-22 {
    padding: 25px 0 3px 0;
    font-size: 1.6rem !important;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 2.6rem;
    text-size-adjust: 100%
}

.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.padding-vertical-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.padding-horizontal-25 {
    padding-left: 25px;
    padding-right: 25px
}

.c-drawer > button, .c-drawer > span, .c-drawer .f-toggle {
    min-height: 44px;
    position: relative
}

.c-drawer > button, .c-drawer .f-toggle, .c-drawer > header > button, .c-drawer > header .f-toggle, .c-drawer .c-drawer-toggle {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 36px 14px 12px;
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    display: block;
    background: var(--light);
    font-weight: 400;
    right: 0;
    text-align: right;
    width: 100%
}

.c-glyph {
    font-style: normal
}

.c-drawer {
    background: #fff;
    color: var(--secondary)
}

.m-banner {
    padding-left: 5%;
    padding-right: 5%
}

.margin-bottom-28 {
    margin-bottom: 28px
}

[data-grid*="col-"] {
    float: right;
    min-height: 1px
}

@media all and (min-width: 1084px) {
    .faq-container {
        padding-left: var(--global-padding);
        padding-right: var(--global-padding);
        padding-top: 1px
    }
}

.c-drawer > button:focus, .c-drawer .f-toggle:focus, .c-drawer > header > button:focus, .c-drawer > header .f-toggle:focus, .c-drawer .c-drawer-toggle:focus {
    border-color: var(--cyan)
}

.c-drawer > button:hover, .c-drawer .f-toggle:hover, .c-drawer > header > button:hover, .c-drawer > header .f-toggle:hover, .c-drawer .c-drawer-toggle:hover {
    cursor: pointer;
    color: var(--operator)
}

.c-drawer > button:before, .c-drawer .f-toggle:before, .c-drawer > header > button:before, .c-drawer > header .f-toggle:before, .c-drawer .c-drawer-toggle:before {
    position: absolute;
    top: 30%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 12px
}

.c-drawer > button[aria-expanded="false"]::before, .c-drawer .f-toggle[aria-expanded="false"]::before, .c-drawer > header > button[aria-expanded="false"]::before, .c-drawer > header .f-toggle[aria-expanded="false"]::before, .c-drawer .c-drawer-toggle[aria-expanded="false"]::before {
    content: "î‚ƒ"
}

.c-glyph:after, .c-glyph:before, .c-glyph:hover:after, .c-glyph:hover:before {
    text-decoration: none
}

.c-drawer > button[aria-expanded="true"]::before, .c-drawer .f-toggle[aria-expanded="true"]::before, .c-drawer > header > button[aria-expanded="true"]::before, .c-drawer > header .f-toggle[aria-expanded="true"]::before, .c-drawer .c-drawer-toggle[aria-expanded="true"]::before {
    content: "î‚ƒ";
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-heading-6, .c-subheading-4 {
    font-size: 1.4rem;
    font-family: var(--font-family-semi-bold)
}

.c-heading-1 {
    font-size: 1.6rem;
    padding: 37px 0 3px 0;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 2.4rem
}

.wrapper-counter-points {
    padding: 10px 0 20px 0
}

.counter-points {
    zoom: 1.6;
    margin-right: 0;
    position: unset
}

.c-props-score {
    position: absolute;
    right: 20%;
    zoom: 1.2;
    top: 5px;
    width: unset !important
}

@media all and (min-width: 1084px) {
    .c-props-score {
        right: 15%;
        zoom: 1.7;
        top: 10px;
        width: unset !important
    }
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
    flex-direction: column;
    align-items: stretch
}

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
        flex: 1;
        align-self: stretch;
        justify-content: flex-end;
        height: 2.2em
    }

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
        justify-content: center
    }

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
        height: 2em;
        margin: .3125em auto;
        font-size: 1em
    }

    body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
        font-size: 1em
    }

body.swal2-toast-shown > .swal2-container {
    position: fixed;
    background-color: transparent
}

    body.swal2-toast-shown > .swal2-container.swal2-shown {
        background-color: transparent
    }

    body.swal2-toast-shown > .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto
    }

    body.swal2-toast-shown > .swal2-container.swal2-top-left, body.swal2-toast-shown > .swal2-container.swal2-top-start {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0
    }

    body.swal2-toast-shown > .swal2-container.swal2-center-left, body.swal2-toast-shown > .swal2-container.swal2-center-start {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-bottom-left, body.swal2-toast-shown > .swal2-container.swal2-bottom-start {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0
    }

    body.swal2-toast-shown > .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto
    }

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row
    }

    .swal2-popup.swal2-toast .swal2-title {
        justify-content: flex-start;
        margin: 0 .6em;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: initial
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0
    }

    .swal2-popup.swal2-toast .swal2-icon-text {
        font-size: 2em;
        font-weight: 700;
        line-height: 1em
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        top: .875em;
        width: 1.375em
    }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: .3125em
        }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: .3125em
        }

    .swal2-popup.swal2-toast .swal2-actions {
        height: auto;
        margin: 0 .3125em
    }

    .swal2-popup.swal2-toast .swal2-styled {
        margin: 0 .3125em;
        padding: .3125em .625em;
        font-size: 1em
    }

        .swal2-popup.swal2-toast .swal2-styled:focus {
            box-shadow: 0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)
        }

    .swal2-popup.swal2-toast .swal2-success {
        border-color: #a5dc86
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
            position: absolute;
            width: 2em;
            height: 2.8125em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 50%
        }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
                top: -.25em;
                left: -.9375em;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 2em 2em;
                transform-origin: 2em 2em;
                border-radius: 4em 0 0 4em
            }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
                top: -.25em;
                left: .9375em;
                -webkit-transform-origin: 0 2em;
                transform-origin: 0 2em;
                border-radius: 0 4em 4em 0
            }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
            width: 2em;
            height: 2em
        }

        .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
            top: 0;
            left: .4375em;
            width: .4375em;
            height: 2.6875em
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
            height: .3125em
        }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
                top: 1.125em;
                left: .1875em;
                width: .75em
            }

            .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
                top: .9375em;
                right: .1875em;
                width: 1.375em
            }

    .swal2-popup.swal2-toast.swal2-show {
        -webkit-animation: showSweetToast .5s;
        animation: showSweetToast .5s
    }

    .swal2-popup.swal2-toast.swal2-hide {
        -webkit-animation: hideSweetToast .2s forwards;
        animation: hideSweetToast .2s forwards
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
        -webkit-animation: animate-toast-success-tip .75s;
        animation: animate-toast-success-tip .75s
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
        -webkit-animation: animate-toast-success-long .75s;
        animation: animate-toast-success-long .75s
    }

@-webkit-keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@keyframes showSweetToast {
    0% {
        -webkit-transform: translateY(-.625em) rotateZ(2deg);
        transform: translateY(-.625em) rotateZ(2deg);
        opacity: 0
    }

    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg);
        opacity: .5
    }

    66% {
        -webkit-transform: translateY(.3125em) rotateZ(2deg);
        transform: translateY(.3125em) rotateZ(2deg);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes hideSweetToast {
    0% {
        opacity: 1
    }

    33% {
        opacity: .5
    }

    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes animate-toast-success-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes animate-toast-success-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent
}

    body.swal2-no-backdrop .swal2-shown > .swal2-modal {
        box-shadow: 0 0 10px rgba(0,0,0,.4)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-left, body.swal2-no-backdrop .swal2-shown.swal2-top-start {
        top: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
        top: 0;
        right: 0
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-left, body.swal2-no-backdrop .swal2-shown.swal2-center-start {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-left, body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
        bottom: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
        right: 0;
        bottom: 0
    }

.swal2-container {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

    .swal2-container.swal2-top {
        align-items: flex-start
    }

    .swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
        align-items: flex-start;
        justify-content: flex-start
    }

    .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .swal2-container.swal2-center {
        align-items: center
    }

    .swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
        align-items: center;
        justify-content: flex-start
    }

    .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end
    }

    .swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
        align-items: flex-end;
        justify-content: flex-start
    }

    .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column
    }

        .swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
            align-items: center
        }

        .swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
            align-items: flex-start
        }

        .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
            align-items: flex-end
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center
        }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
        margin: auto
    }

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(0,0,0,.4)
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box
}

    .swal2-popup:focus {
        outline: 0
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden
    }

    .swal2-popup .swal2-header {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .swal2-popup .swal2-title {
        display: block;
        position: relative;
        max-width: 100%;
        margin: 0 0 .4em;
        padding: 0;
        color: #595959;
        font-size: 1.875em;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        word-wrap: break-word
    }

    .swal2-popup .swal2-actions {
        align-items: center;
        justify-content: center;
        margin: 1.25em auto 0
    }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
            opacity: .4
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
            background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
        }

        .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
            background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
            width: 2.5em;
            height: 2.5em;
            margin: .46875em;
            padding: 0;
            border: .25em solid transparent;
            border-radius: 100%;
            border-color: transparent;
            background-color: transparent !important;
            color: transparent;
            cursor: default;
            box-sizing: border-box;
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
            margin-right: 30px;
            margin-left: 30px
        }

        .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-left: 5px;
            border: 3px solid #999;
            border-radius: 50%;
            border-right-color: transparent;
            box-shadow: 1px 1px 1px #fff;
            content: '';
            -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
            animation: swal2-rotate-loading 1.5s linear 0s infinite normal
        }

    .swal2-popup .swal2-styled {
        margin: 0 .3125em;
        padding: .625em 2em;
        font-weight: 500;
        box-shadow: none
    }

        .swal2-popup .swal2-styled:not([disabled]) {
            cursor: pointer
        }

        .swal2-popup .swal2-styled.swal2-confirm {
            border: 0;
            border-radius: .25em;
            background: initial;
            background-color: #3085d6;
            color: #fff;
            font-size: 1.0625em
        }

        .swal2-popup .swal2-styled.swal2-cancel {
            border: 0;
            border-radius: .25em;
            background: initial;
            background-color: #aaa;
            color: #fff;
            font-size: 1.0625em
        }

        .swal2-popup .swal2-styled:focus {
            outline: 0;
            box-shadow: 0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)
        }

        .swal2-popup .swal2-styled::-moz-focus-inner {
            border: 0
        }

    .swal2-popup .swal2-footer {
        justify-content: center;
        margin: 1.25em 0 0;
        padding-top: 1em;
        border-top: 1px solid #eee;
        color: #545454;
        font-size: 1em
    }

    .swal2-popup .swal2-image {
        max-width: 100%;
        margin: 1.25em auto
    }

    .swal2-popup .swal2-close {
        position: absolute;
        top: 0;
        right: 0;
        justify-content: center;
        width: 1.2em;
        height: 1.2em;
        padding: 0;
        transition: color .1s ease-out;
        border: 0;
        border-radius: 0;
        background: 0 0;
        color: #ccc;
        font-family: serif;
        font-size: 2.5em;
        line-height: 1.2;
        cursor: pointer;
        overflow: hidden
    }

        .swal2-popup .swal2-close:hover {
            -webkit-transform: none;
            transform: none;
            color: #f27474
        }

    .swal2-popup > .swal2-checkbox, .swal2-popup > .swal2-file, .swal2-popup > .swal2-input, .swal2-popup > .swal2-radio, .swal2-popup > .swal2-select, .swal2-popup > .swal2-textarea {
        display: none
    }

    .swal2-popup .swal2-content {
        justify-content: center;
        margin: 0;
        padding: 0;
        color: #545454;
        font-size: 1.125em;
        font-weight: 300;
        line-height: normal;
        word-wrap: break-word
    }

    .swal2-popup #swal2-content {
        text-align: center
    }

    .swal2-popup .swal2-checkbox, .swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-radio, .swal2-popup .swal2-select, .swal2-popup .swal2-textarea {
        margin: 1em auto
    }

    .swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-textarea {
        width: 100%;
        transition: border-color .3s,box-shadow .3s;
        border: 1px solid #d9d9d9;
        border-radius: .1875em;
        font-size: 1.125em;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
        box-sizing: border-box
    }

        .swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
            border-color: #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important
        }

        .swal2-popup .swal2-file:focus, .swal2-popup .swal2-input:focus, .swal2-popup .swal2-textarea:focus {
            border: 1px solid #b4dbed;
            outline: 0;
            box-shadow: 0 0 3px #c4e6f5
        }

        .swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
            color: #ccc
        }

        .swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
            color: #ccc
        }

        .swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
            color: #ccc
        }

        .swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-textarea::placeholder {
            color: #ccc
        }

    .swal2-popup .swal2-range input {
        width: 80%
    }

    .swal2-popup .swal2-range output {
        width: 20%;
        font-weight: 600;
        text-align: center
    }

    .swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
        height: 2.625em;
        margin: 1em auto;
        padding: 0;
        font-size: 1.125em;
        line-height: 2.625em
    }

    .swal2-popup .swal2-input {
        height: 2.625em;
        padding: .75em
    }

        .swal2-popup .swal2-input[type=number] {
            max-width: 10em
        }

    .swal2-popup .swal2-file {
        font-size: 1.125em
    }

    .swal2-popup .swal2-textarea {
        height: 6.75em;
        padding: .75em
    }

    .swal2-popup .swal2-select {
        min-width: 50%;
        max-width: 100%;
        padding: .375em .625em;
        color: #545454;
        font-size: 1.125em
    }

    .swal2-popup .swal2-checkbox, .swal2-popup .swal2-radio {
        align-items: center;
        justify-content: center
    }

        .swal2-popup .swal2-checkbox label, .swal2-popup .swal2-radio label {
            margin: 0 .6em;
            font-size: 1.125em
        }

        .swal2-popup .swal2-checkbox input, .swal2-popup .swal2-radio input {
            margin: 0 .4em
        }

    .swal2-popup .swal2-validationerror {
        display: none;
        align-items: center;
        justify-content: center;
        padding: .625em;
        background: #f0f0f0;
        color: #666;
        font-size: 1em;
        font-weight: 300;
        overflow: hidden
    }

        .swal2-popup .swal2-validationerror::before {
            display: inline-block;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            margin: 0 .625em;
            border-radius: 50%;
            background-color: #f27474;
            color: #fff;
            font-weight: 600;
            line-height: 1.5em;
            text-align: center;
            content: '!';
            zoom: normal
        }

@supports(-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50,100,150,.4)
    }
}

.swal2-icon {
    position: relative;
    display: inline-flex !important;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em 0 0;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal
}

.swal2-icon-text {
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: var(--operator)
}

    .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1
    }

    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: var(--operator)
    }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: 1.0625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: 1em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: var(--success)
}

    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -.4375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em
        }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0
        }

    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: .25em solid rgba(165,220,134,.3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box
    }

    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        display: block;
        position: absolute;
        height: .3125em;
        border-radius: .125em;
        background-color: var(--success);
        z-index: 2
    }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
            top: 2.875em;
            left: .875em;
            width: 1.5625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.swal2-progresssteps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    font-weight: 600
}

    .swal2-progresssteps li {
        display: inline-block;
        position: relative
    }

    .swal2-progresssteps .swal2-progresscircle {
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #3085d6;
        color: #fff;
        line-height: 2em;
        text-align: center;
        z-index: 20
    }

        .swal2-progresssteps .swal2-progresscircle:first-child {
            margin-left: 0
        }

        .swal2-progresssteps .swal2-progresscircle:last-child {
            margin-right: 0
        }

        .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
            background: #3085d6
        }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
                background: #add8e6
            }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
                background: #add8e6
            }

    .swal2-progresssteps .swal2-progressline {
        width: 2.5em;
        height: .4em;
        margin: 0 -1px;
        background: #3085d6;
        z-index: 10
    }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none
    }

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none
    }

[dir=rtl] .swal2-close {
    right: auto;
    left: 0
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

    .swal2-animate-error-icon .swal2-x-mark {
        -webkit-animation: swal2-animate-error-x-mark .5s;
        animation: swal2-animate-error-x-mark .5s
    }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.emoji {
    width: 120px;
    height: 120px;
    margin: 15px 15px 80px;
    background: var(--yellow);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    zoom: .25
}

    .emoji:after {
        position: absolute;
        bottom: -40px;
        font-size: 18px;
        width: 60px;
        right: calc(50% - 30px);
        color: #8a8a8a
    }

.emoji__face, .emoji__eyebrows, .emoji__eyes, .emoji__mouth, .emoji__tongue, .emoji__heart, .emoji__hand, .emoji__thumb {
    position: absolute
}

    .emoji__face:before, .emoji__face:after, .emoji__eyebrows:before, .emoji__eyebrows:after, .emoji__eyes:before, .emoji__eyes:after, .emoji__mouth:before, .emoji__mouth:after, .emoji__tongue:before, .emoji__tongue:after, .emoji__heart:before, .emoji__heart:after, .emoji__hand:before, .emoji__hand:after, .emoji__thumb:before, .emoji__thumb:after {
        position: absolute;
        content: ""
    }

.emoji__face {
    width: inherit;
    height: inherit
}

.emoji--like {
    background: #548dff
}

    .emoji--like:after {
        content: "Like"
    }

    .emoji--like .emoji__hand {
        right: 25px;
        bottom: 30px;
        width: 20px;
        height: 40px;
        background: #fff;
        border-radius: 5px;
        z-index: 0;
        -webkit-animation: hands-up 2s linear infinite;
        animation: hands-up 2s linear infinite
    }

        .emoji--like .emoji__hand:before {
            right: 25px;
            bottom: 5px;
            width: 40px;
            background: inherit;
            height: 10px;
            border-radius: 2px 10px 10px 2px;
            box-shadow: 1px -9px 0 1px #fff,2px -19px 0 2px #fff,3px -29px 0 3px #fff
        }

    .emoji--like .emoji__thumb {
        border-bottom: 20px solid #fff;
        border-left: 20px solid transparent;
        top: -25px;
        left: -25px;
        z-index: 2;
        transform: rotate(5deg);
        transform-origin: 0% 100%;
        -webkit-animation: thumbs-up 2s linear infinite;
        animation: thumbs-up 2s linear infinite
    }

        .emoji--like .emoji__thumb:before {
            border-radius: 50% 50% 0 0;
            background: #fff;
            width: 10px;
            height: 12px;
            right: -10px;
            top: -8px;
            transform: rotate(-15deg);
            transform-origin: 100% 100%;
            box-shadow: -1px 4px 0 -1px #fff
        }

.emoji--love {
    background: #f55064
}

    .emoji--love:after {
        content: "Love"
    }

    .emoji--love .emoji__heart {
        right: calc(50% - 40px);
        top: calc(50% - 40px);
        width: 80px;
        height: 80px;
        -webkit-animation: heart-beat 1s linear infinite alternate;
        animation: heart-beat 1s linear infinite alternate
    }

        .emoji--love .emoji__heart:before, .emoji--love .emoji__heart:after {
            right: calc(50% - 20px);
            top: calc(50% - 32px);
            width: 40px;
            height: 64px;
            background: #fff;
            border-radius: 20px 20px 0 0
        }

        .emoji--love .emoji__heart:before {
            transform: translate(20px) rotate(-45deg);
            transform-origin: 0 100%
        }

        .emoji--love .emoji__heart:after {
            transform: translate(-20px) rotate(45deg);
            transform-origin: 100% 100%
        }

.emoji--haha .emoji__face {
    -webkit-animation: haha-face 2s linear infinite;
    animation: haha-face 2s linear infinite
}

.emoji--haha .emoji__eyes {
    width: 26px;
    height: 6px;
    border-radius: 2px;
    right: calc(50% - 13px);
    top: 35px;
    transform: rotate(20deg);
    background: transparent;
    box-shadow: -25px 5px 0 0 #000,25px -5px 0 0 #000
}

    .emoji--haha .emoji__eyes:after {
        right: 0;
        top: 0;
        width: 26px;
        height: 6px;
        border-radius: 2px;
        transform: rotate(-40deg);
        background: transparent;
        box-shadow: -25px -5px 0 0 #000,25px 5px 0 0 #000
    }

.emoji--haha .emoji__mouth {
    width: 80px;
    height: 40px;
    right: calc(50% - 40px);
    top: 50%;
    background: #000;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: haha-mouth 2s linear infinite;
    animation: haha-mouth 2s linear infinite
}

.emoji--haha .emoji__tongue {
    width: 70px;
    height: 30px;
    background: #f55064;
    right: calc(50% - 35px);
    bottom: -10px;
    border-radius: 50%
}

.emoji--yay .emoji__face {
    -webkit-animation: yay 1s linear infinite alternate;
    animation: yay 1s linear infinite alternate
}

.emoji--yay .emoji__eyebrows {
    right: calc(50% - 3px);
    top: 30px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -6px 0 0 0 #221e20,-36px 0 0 0 #221e20,6px 0 0 0 #221e20,36px 0 0 0 #221e20
}

    .emoji--yay .emoji__eyebrows:before, .emoji--yay .emoji__eyebrows:after {
        width: 36px;
        height: 18px;
        border-radius: 60px 60px 0 0;
        background: transparent;
        border: 6px solid #221e20;
        box-sizing: border-box;
        border-bottom: 0;
        bottom: 3px;
        right: calc(50% - 18px)
    }

    .emoji--yay .emoji__eyebrows:before {
        margin-right: -21px
    }

    .emoji--yay .emoji__eyebrows:after {
        margin-right: 21px
    }

.emoji--yay .emoji__mouth {
    top: 60px;
    background: transparent;
    right: 50%
}

    .emoji--yay .emoji__mouth:after {
        width: 80px;
        height: 80px;
        right: calc(50% - 40px);
        top: -75px;
        border-radius: 50%;
        background: transparent;
        border: 6px solid #221e20;
        box-sizing: border-box;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 1
    }

    .emoji--yay .emoji__mouth:before {
        width: 6px;
        height: 6px;
        background: transparent;
        border-radius: 50%;
        bottom: 5px;
        right: calc(50% - 3px);
        box-shadow: -25px 0 0 0 #221e20,25px 0 0 0 #221e20,-35px -2px 30px 10px #ee1b24,35px -2px 30px 10px #ee1b24
    }

.emoji--wow .emoji__face {
    -webkit-animation: wow-face 3s linear infinite;
    animation: wow-face 3s linear infinite
}

.emoji--wow .emoji__eyebrows {
    right: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -18px 0 0 0 #000,-33px 0 0 0 #000,18px 0 0 0 #000,33px 0 0 0 #000;
    -webkit-animation: wow-brow 3s linear infinite;
    animation: wow-brow 3s linear infinite
}

    .emoji--wow .emoji__eyebrows:before, .emoji--wow .emoji__eyebrows:after {
        width: 24px;
        height: 20px;
        border: 6px solid #000;
        box-sizing: border-box;
        border-radius: 50%;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        top: -3px;
        right: calc(50% - 12px)
    }

    .emoji--wow .emoji__eyebrows:before {
        margin-right: -25px
    }

    .emoji--wow .emoji__eyebrows:after {
        margin-right: 25px
    }

.emoji--wow .emoji__eyes {
    width: 16px;
    height: 24px;
    right: calc(50% - 8px);
    top: 35px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 #000,-25px 0 0 0 #000
}

.emoji--wow .emoji__mouth {
    width: 30px;
    height: 45px;
    right: calc(50% - 15px);
    top: 50%;
    border-radius: 50%;
    background: #000;
    -webkit-animation: wow-mouth 3s linear infinite;
    animation: wow-mouth 3s linear infinite
}

.emoji--sad .emoji__face {
    -webkit-animation: sad-face 2s ease-in infinite;
    animation: sad-face 2s ease-in infinite
}

.emoji--sad .emoji__eyebrows {
    right: calc(50% - 3px);
    top: 35px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -40px 9px 0 0 var(--black),-25px 0 0 0 var(--black),25px 0 0 0 var(--black),40px 9px 0 0 var(--black)
}

    .emoji--sad .emoji__eyebrows:before, .emoji--sad .emoji__eyebrows:after {
        width: 30px;
        height: 20px;
        border: 6px solid #000;
        box-sizing: border-box;
        border-radius: 50%;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        top: 2px;
        right: calc(50% - 15px)
    }

    .emoji--sad .emoji__eyebrows:before {
        margin-right: -30px;
        transform: rotate(-30deg)
    }

    .emoji--sad .emoji__eyebrows:after {
        margin-right: 30px;
        transform: rotate(30deg)
    }

.emoji--sad .emoji__eyes {
    width: 14px;
    height: 16px;
    right: calc(50% - 7px);
    top: 50px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 25px 0 0 0 var(--black),-25px 0 0 0 var(--black)
}

.emoji--sad .emoji__mouth {
    width: 40px;
    height: 70px;
    right: calc(50% - 20px);
    top: 80px;
    box-sizing: border-box;
    border: 6px solid var(--black);
    border-radius: 0%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background: transparent;
    -webkit-animation: sad-mouth 2s ease-in infinite;
    animation: sad-mouth 2s ease-in infinite
}

    .emoji--sad .emoji__mouth:after {
        background: transparent;
        border-radius: 50%;
        top: 4px;
        right: calc(50% - 3px);
        box-shadow: -18px 0 0 0 #000,18px 0 0 0 #000
    }

.emoji--angry {
    background: linear-gradient(#d5234c -10%,#ffda6a);
    background-size: 100%;
    -webkit-animation: angry-color 2s ease-in infinite;
    animation: angry-color 2s ease-in infinite
}

    .emoji--angry:after {
        content: "Angry"
    }

    .emoji--angry .emoji__face {
        -webkit-animation: angry-face 2s ease-in infinite;
        animation: angry-face 2s ease-in infinite
    }

    .emoji--angry .emoji__eyebrows {
        right: calc(50% - 3px);
        top: 55px;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: transparent;
        box-shadow: -44px 5px 0 0 #000,-7px 16px 0 0 #000,7px 16px 0 0 #000,44px 5px 0 0 #000
    }

        .emoji--angry .emoji__eyebrows:before, .emoji--angry .emoji__eyebrows:after {
            width: 50px;
            height: 20px;
            border: 6px solid #000;
            box-sizing: border-box;
            border-radius: 50%;
            border-top-color: transparent;
            border-left-color: transparent;
            border-right-color: transparent;
            top: 0;
            right: calc(50% - 25px)
        }

        .emoji--angry .emoji__eyebrows:before {
            margin-right: -25px;
            transform: rotate(15deg)
        }

        .emoji--angry .emoji__eyebrows:after {
            margin-right: 25px;
            transform: rotate(-15deg)
        }

    .emoji--angry .emoji__eyes {
        width: 12px;
        height: 12px;
        right: calc(50% - 6px);
        top: 70px;
        border-radius: 50%;
        background: transparent;
        box-shadow: 25px 0 0 0 #000,-25px 0 0 0 #000
    }

    .emoji--angry .emoji__mouth {
        width: 36px;
        height: 18px;
        left: calc(50% - 18px);
        bottom: 15px;
        background: #000;
        border-radius: 50%;
        -webkit-animation: angry-mouth 2s ease-in infinite;
        animation: angry-mouth 2s ease-in infinite
    }

@-webkit-keyframes heart-beat {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.6)
    }
}

@keyframes heart-beat {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.6)
    }
}

@-webkit-keyframes haha-face {
    10% {
        transform: translateY(25px)
    }

    20% {
        transform: translateY(15px)
    }

    30% {
        transform: translateY(25px)
    }

    40% {
        transform: translateY(15px)
    }

    50% {
        transform: translateY(25px)
    }

    60% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(-10px)
    }

    80% {
        transform: translateY(0)
    }

    90% {
        transform: translateY(-10px)
    }
}

@keyframes haha-face {
    10% {
        transform: translateY(25px)
    }

    20% {
        transform: translateY(15px)
    }

    30% {
        transform: translateY(25px)
    }

    40% {
        transform: translateY(15px)
    }

    50% {
        transform: translateY(25px)
    }

    60% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(-10px)
    }

    80% {
        transform: translateY(0)
    }

    90% {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes haha-mouth {
    10% {
        transform: scale(.6);
        top: 45%
    }

    20% {
        transform: scale(.8);
        top: 45%
    }

    30% {
        transform: scale(.6);
        top: 45%
    }

    40% {
        transform: scale(.8);
        top: 45%
    }

    50% {
        transform: scale(.6);
        top: 45%
    }

    60% {
        transform: scale(1);
        top: 50%
    }

    70% {
        transform: scale(1.2);
        top: 50%
    }

    80% {
        transform: scale(1);
        top: 50%
    }

    90% {
        transform: scale(1.1);
        top: 50%
    }
}

@keyframes haha-mouth {
    10% {
        transform: scale(.6);
        top: 45%
    }

    20% {
        transform: scale(.8);
        top: 45%
    }

    30% {
        transform: scale(.6);
        top: 45%
    }

    40% {
        transform: scale(.8);
        top: 45%
    }

    50% {
        transform: scale(.6);
        top: 45%
    }

    60% {
        transform: scale(1);
        top: 50%
    }

    70% {
        transform: scale(1.2);
        top: 50%
    }

    80% {
        transform: scale(1);
        top: 50%
    }

    90% {
        transform: scale(1.1);
        top: 50%
    }
}

@-webkit-keyframes yay {
    25% {
        transform: rotate(-15deg)
    }

    75% {
        transform: rotate(15deg)
    }
}

@keyframes yay {
    25% {
        transform: rotate(-15deg)
    }

    75% {
        transform: rotate(15deg)
    }
}

@-webkit-keyframes wow-face {
    15%,25% {
        transform: rotate(20deg) translateX(-25px)
    }

    45%,65% {
        transform: rotate(-20deg) translateX(25px)
    }

    75%,100% {
        transform: rotate(0deg) translateX(0)
    }
}

@keyframes wow-face {
    15%,25% {
        transform: rotate(20deg) translateX(-25px)
    }

    45%,65% {
        transform: rotate(-20deg) translateX(25px)
    }

    75%,100% {
        transform: rotate(0deg) translateX(0)
    }
}

@-webkit-keyframes wow-brow {
    15%,65% {
        top: 25px
    }

    75%,100%,0% {
        top: 15px
    }
}

@keyframes wow-brow {
    15%,65% {
        top: 25px
    }

    75%,100%,0% {
        top: 15px
    }
}

@-webkit-keyframes wow-mouth {
    10%,30% {
        width: 20px;
        height: 20px;
        right: calc(50% - 10px)
    }

    50%,70% {
        width: 30px;
        height: 40px;
        right: calc(50% - 15px)
    }

    75%,100% {
        height: 50px
    }
}

@keyframes wow-mouth {
    10%,30% {
        width: 20px;
        height: 20px;
        right: calc(50% - 10px)
    }

    50%,70% {
        width: 30px;
        height: 40px;
        right: calc(50% - 15px)
    }

    75%,100% {
        height: 50px
    }
}

@-webkit-keyframes sad-face {
    25%,35% {
        top: -15px
    }

    55%,95% {
        top: 10px
    }

    100%,0% {
        top: 0
    }
}

@keyframes sad-face {
    25%,35% {
        top: -15px
    }

    55%,95% {
        top: 10px
    }

    100%,0% {
        top: 0
    }
}

@-webkit-keyframes sad-mouth {
    25%,35% {
        transform: scale(.85);
        top: 70px
    }

    55%,100%,0% {
        transform: scale(1);
        top: 80px
    }
}

@keyframes sad-mouth {
    25%,35% {
        transform: scale(.85);
        top: 70px
    }

    55%,100%,0% {
        transform: scale(1);
        top: 80px
    }
}

@-webkit-keyframes tear-drop {
    0%,100% {
        display: block;
        right: 35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }

    25% {
        display: block;
        right: 35px;
        transform: rotate(45deg) scale(2)
    }

    49.9% {
        display: block;
        right: 35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }

    50% {
        display: block;
        right: -35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }

    75% {
        display: block;
        right: -35px;
        transform: rotate(45deg) scale(2)
    }

    99.9% {
        display: block;
        right: -35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }
}

@keyframes tear-drop {
    0%,100% {
        display: block;
        right: 35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }

    25% {
        display: block;
        right: 35px;
        transform: rotate(45deg) scale(2)
    }

    49.9% {
        display: block;
        right: 35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }

    50% {
        display: block;
        right: -35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }

    75% {
        display: block;
        right: -35px;
        transform: rotate(45deg) scale(2)
    }

    99.9% {
        display: block;
        right: -35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }
}

@-webkit-keyframes hands-up {
    25% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(-15deg) translateY(-10px)
    }

    75%,100% {
        transform: rotate(0deg)
    }
}

@keyframes hands-up {
    25% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(-15deg) translateY(-10px)
    }

    75%,100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes thumbs-up {
    25% {
        transform: rotate(20deg)
    }

    50%,100% {
        transform: rotate(5deg)
    }
}

@keyframes thumbs-up {
    25% {
        transform: rotate(20deg)
    }

    50%,100% {
        transform: rotate(5deg)
    }
}

@-webkit-keyframes angry-color {
    45%,60% {
        background-size: 250%
    }

    85%,100%,0% {
        background-size: 100%
    }
}

@keyframes angry-color {
    45%,60% {
        background-size: 250%
    }

    85%,100%,0% {
        background-size: 100%
    }
}

@-webkit-keyframes angry-face {
    35%,60% {
        transform: translateX(0) translateY(10px) scale(.9)
    }

    40% {
        transform: translateX(-5px) translateY(10px) scale(.9)
    }

    45% {
        transform: translateX(5px) translateY(10px) scale(.9)
    }

    50% {
        transform: translateX(-5px) translateY(10px) scale(.9)
    }

    55% {
        transform: translateX(5px) translateY(10px) scale(.9)
    }
}

@keyframes angry-face {
    35%,60% {
        transform: translateX(0) translateY(10px) scale(.9)
    }

    40% {
        transform: translateX(-5px) translateY(10px) scale(.9)
    }

    45% {
        transform: translateX(5px) translateY(10px) scale(.9)
    }

    50% {
        transform: translateX(-5px) translateY(10px) scale(.9)
    }

    55% {
        transform: translateX(5px) translateY(10px) scale(.9)
    }
}

@-webkit-keyframes angry-mouth {
    25%,50% {
        height: 6px;
        bottom: 25px
    }
}

@keyframes angry-mouth {
    25%,50% {
        height: 6px;
        bottom: 25px
    }
}

#steam-container {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%,-50%)
}

.steam {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: var(--operator);
    margin-top: -75px;
    margin-right: 75px;
    z-index: 0;
    opacity: 0
}

#steam1 {
    -webkit-animation: steam1 4s ease-out infinite;
    animation: steam1 4s ease-out infinite
}

#steam3 {
    -webkit-animation: steam1 4s ease-out 1s infinite;
    animation: steam1 4s ease-out 1s infinite;
    background-color: var(--blue)
}

@-webkit-keyframes steam1 {
    0% {
        transform: translateY(0) translateX(0) scale(.25);
        opacity: .2
    }

    100% {
        transform: translateY(-200px) translateX(-20px) scale(1);
        opacity: 0
    }
}

@keyframes steam1 {
    0% {
        transform: translateY(0) translateX(0) scale(.25);
        opacity: .2
    }

    100% {
        transform: translateY(-200px) translateX(-20px) scale(1);
        opacity: 0
    }
}

#steam2 {
    -webkit-animation: steam2 4s ease-out .5s infinite;
    animation: steam2 4s ease-out .5s infinite;
    background-color: var(--green)
}

#steam4 {
    -webkit-animation: steam2 4s ease-out 1.5s infinite;
    animation: steam2 4s ease-out 1.5s infinite;
    background-color: var(--yellow)
}

@-webkit-keyframes steam2 {
    0% {
        transform: translateY(0) translateX(0) scale(.25);
        opacity: .2
    }

    100% {
        transform: translateY(-200px) translateX(20px) scale(1);
        opacity: 0
    }
}

@keyframes steam2 {
    0% {
        transform: translateY(0) translateX(0) scale(.25);
        opacity: .2
    }

    100% {
        transform: translateY(-200px) translateX(20px) scale(1);
        opacity: 0
    }
}

.pre-shimmer {
    font-size: 3.8vw
}

.shimmer {
    font-weight: 400;
    font-size: 9vw;
    margin: 0 auto;
    padding: 0 0 0 140px;
    display: inline;
    margin-bottom: 0
}

.shimmer {
    text-align: center;
    color: rgba(255,255,255,.1);
    background: -webkit-gradient(linear,left top,right top,from(#222),to(#222),color-stop(.5,#fff));
    background: -moz-gradient(linear,left top,right top,from(#222),to(#222),color-stop(.5,#fff));
    background: gradient(linear,left top,right top,from(#222),to(#222),color-stop(.5,#fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222
}

@-moz-keyframes shimmer {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

@-o-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@keyframes shimmer {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

.c-answer {
    font-size: 2rem;
    padding-top: 10px !important
}

.c-right-answer {
    color: var(--operator)
}

.c-wrong-answer {
    color: var(--operator)
}

.c-dailyinfos {
    background-color: transparent !important
}

.cf-text-0 {
    font-size: 3rem;
    font-variant: unset;
    font-weight: 600;
    line-height: 30px
}

.cf-text-1 {
    font-size: 2.6rem;
    font-variant: unset;
    line-height: 4.8rem
}

.cf-text-2 {
    font-size: 1.3rem;
    letter-spacing: -.03em;
    margin-top: -25px;
    margin-bottom: 10px
}

.hide {
    display: none
}

.show {
    display: unset
}

.c-splash-p1 {
    font-size: 1.2rem;
    line-height: 2rem
}

.c-splash-p2 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: var(--operator)
}

@media screen and (max-width: 900px) {
    .m-play-image {
        -webkit-box-shadow: 0 0 10px 10px #555;
        -moz-box-shadow: 0 0 10px 10px #555;
        box-shadow: 0 0 10px 10px #555
    }
}

.di-text {
    text-align: right
}

.c-charging-image {
    background-image: url(/fr/images/goal-2.jpg);
    background-size: cover;
    background-position-x: right
}

.radio-container form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.radio-subitems {
    display: flex
}

.radio-container label {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: .375em
}

    .radio-container label .radio-input {
        position: absolute;
        right: -9999px
    }

        .radio-container label .radio-input:checked + span {
            background-color: #ffd50052;
            width: 80%
        }

            .radio-container label .radio-input:checked + span:before {
                box-shadow: inset 0 0 0 .4375em var(--cyan)
            }

    .radio-container label .radio-span {
        display: flex;
        align-items: center;
        padding: .375em .375em 1.2em .375em;
        border-radius: .8rem;
        transition: .25s ease;
        width: 80%
    }

        .radio-container label .radio-span:hover {
            background-color: #ffd5000a;
            width: 80%
        }

@media all and (max-width: 900px) {
    .radio-container label .radio-input:checked + span {
        width: 100%
    }

    .radio-container label .radio-span:hover {
        width: 100%
    }
}

.radio-container label .radio-span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: var(--white);
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-left: .375em;
    transition: .25s ease;
    box-shadow: inset 0 0 0 .125em var(--cyan)
}

.radio-container {
    font-family: sans-serif;
    font-size: calc(1em + .25vw);
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center
}

.c-heading-question {
    text-align: right
}

.radio-subitem {
    font-size: 1rem;
    float: right;
    margin-top: -1.7rem;
    margin-right: 40px;
    padding-bottom: .7rem;
    color: var(--operator)
}

.radio-subitem-text {
    color: var(--gray-dark)
}

.status_table {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    cursor: pointer;
    float: left;
    padding: 0 var(--global-padding) 20px var(--global-padding)
}

@media screen and (max-width: 700px) {
    .status_table {
        padding: 0 12px 20px 12px
    }
}

.status_header {
    height: 30px;
    font-weight: normal;
    color: #fff;
    background-color: var(--operator)
}

.status_column {
    text-align: right
}

.status_points {
    text-align: right
}

.status_scores {
    text-align: right
}

.status_header_item {
    width: 20%;
    font-weight: normal
}

    .status_header_item:first-child {
        width: 200px
    }

.status_item {
    margin-right: 5px
}

.status_row {
    height: 30px
}

    .status_row:hover {
        background-color: #ebf5f5
    }

.c-game {
    flex-direction: unset;
    display: flex
}

.c-team {
    display: inline-flex;
    flex-direction: unset;
    align-items: center
}

    .c-team > h3 {
        margin: 0 4px
    }

.c-game-caption {
    text-align: center
}

.c-flex-end {
    justify-content: flex-end
}

.t-align-left {
    text-align: right
}

.t-align-right {
    text-align: left
}

.prz-group {
    display: unset;
    float: unset;
    font-family: sans-serif
}

@media screen and (min-width: 701px) {
    .prz-items {
        padding: 0 var(--global-padding)
    }
}

.prz-item {
    float: right
}

.prz-winner {
    text-align: center;
    padding: 20px
}

.prz-t-0 {
    font-size: 1rem
}

.prz-t-1 {
    font-size: 1.8rem;
    color: var(--operator);
    margin-top: .6rem
}

.prz-t-2 {
    margin-top: .4rem
}

.prz-t-3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem
}

.prz-t-4 {
    font-size: 1rem;
    margin-top: .6rem
}

.c-newgame {
    background: #ffffff87 !important;
    border-color: var(--operator) !important;
    color: var(--operator) !important
}

    .c-newgame > div {
        font-size: 1rem;
        margin-top: -1px;
        font-weight: 100
    }

.c-raz-newgame {
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif
}

.refer-container {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-direction: row-reverse;
    padding-left: var(--global-padding);
    padding-right: var(--global-padding)
}

.refer-picture {
    width: 25%;
    text-align: left
}

.refer-img {
    padding-top: 10px;
    zoom: .9
}

.refer-content {
    width: 75%;
    margin-top: 10px;
    margin-bottom: 25px
}

a.refer-p-0 {
    font-size: min(3.6vw,36px);
    letter-spacing: -.06rem;
    font-variant: small-caps;
    -webkit-text-stroke: .01rem var(--operator);
    color: var(--operator) !important;
    font-weight: 700;
    text-decoration: none;
    position: relative
}

    a.refer-p-0::after {
        content: " ";
        position: absolute;
        top: 100%;
        right: 25%;
        width: 50%;
        height: 1px;
        border-bottom: 1px solid var(--operator);
        transition: .4s
    }

    a.refer-p-0:hover::after {
        width: 100%;
        right: 0
    }

.refer-p-1 {
    font-size: min(3.9vw,39px);
    letter-spacing: -.06rem;
    font-variant: small-caps;
    -webkit-text-stroke: .01rem var(--black);
    margin-top: 20px
}

.refer-p-2 {
    font-size: min(4vw,40px);
    letter-spacing: -.06rem;
    font-variant: small-caps;
    -webkit-text-stroke: .01rem var(--black);
    margin-top: 10px
}

@media only screen and (min-width: 501px) and (max-width:600px) {
    .refer-img {
        zoom: 1.3
    }
}

@media only screen and (min-width: 601px) and (max-width:700px) {
    .refer-img {
        zoom: 1.35
    }
}

@media only screen and (min-width: 701px) and (max-width:800px) {
    .refer-img {
        zoom: 1.55
    }
}

@media only screen and (min-width: 801px) and (max-width:900px) {
    .refer-img {
        zoom: .8
    }
}

.link-friends-content {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px var(--global-padding);
    flex-direction: column
}

.link-friends {
    border: 1px solid var(--operator);
    padding: 10px;
    margin-top: 5px
}

    .link-friends input {
        border: 0;
        border: 0;
        outline: 0;
        width: 100%;
        text-overflow: ellipsis
    }

        .link-friends input:focus:active::selection {
            outline: 0 !important
        }

.fm-link {
    padding-top: 7px
}

    .fm-link li {
        float: left
    }

        .fm-link li:last-child {
            float: right
        }

        .fm-link li a {
            text-align: center;
            padding-right: 7px;
            text-decoration: none
        }

.c-services {
    background-position: 60% 100%;
    background-repeat: no-repeat;
    background-size: cover
}

button.c-button-invert, a.c-button-invert {
    border: 1px solid var(--operator);
    background: transparent;
    color: var(--operator)
}

img.c-tt {
    position: absolute;
    right: 10px;
    top: 22px;
    width: 32px
}

img.c-ooredoo {
    position: absolute;
    right: 10px;
    top: 19px;
    width: 66px;
}

.f-operator > img.c-ooredoo {
    position: absolute;
    right: unset;
    left: 10px;
    top: unset;
    width: 76px
}

@media only screen and (max-width: 310px) {
    img.c-operator {
        display: none !important
    }
}

@media only screen and (max-width: 700px) {
    img.c-operator {
        right: calc(var(--global-padding) + 20px) !important
    }
}

.c-bg-0 {
    margin-top: 10px;
    background-image: linear-gradient(238deg,var(--light) 0%,var(--light) 5%,var(--white) 52%,transparent 10%,transparent 92%,transparent 80%)
}

.c-bg-1 {
    margin-top: 40px;
    background-image: linear-gradient(238deg,var(--light) 0%,var(--light) 5%,var(--white) 43%,transparent 10%,transparent 92%,transparent 80%)
}

.cls-score {
    margin-top: 5px
}

.c-radio {
    cursor: pointer
}

.c-svgt2 {
    width: 185px;
    height: 30px;
    margin-top: -15px
}

.c-svg {
    display: inline-flex
}

.cls-0 {
    width: 212px;
    height: 180px;
    zoom: .62
}

.s-svg2, .s-svg3 {
    width: 100px;
    height: 180px;
    zoom: .62
}

.s-svg3-tt {
    margin-top: -35px;
    height: 100px;
    width: 100px;
    zoom: .65
}

.s-svg3-ooredoo {
    margin-right: 70px;
    height: 100px;
    width: 100px;
    zoom: .68
}

.cls-0 {
    --m-stroke: #c8c8c8;
    --s-stroke: #3da08d;
    --center-x: 106;
    --center-y: 106
}

.cls-1 {
    font-size: 59px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke: var(--black);
    stroke-width: 3;
    letter-spacing: -.02em;
    --x: 165;
    --y: 115;
    --textLength: 120;
    --lengthAdjust: spacingAndGlyphs
}

.cls-2 {
    font-size: 30px;
    font-family: var(--font-family-sans-serif);
    stroke-width: 1;
    stroke: var(--black);
    --x: 145;
    --y: 155;
    --textLength: 80;
    --lengthAdjust: spacingAndGlyphs
}

.cls-3 {
    font-size: 31px;
    font-family: var(--font-family-sans-serif);
    stroke-width: .15rem;
    stroke: var(--black);
    --x: 212;
    --y: 155;
    --textLength: 80;
    --lengthAdjust: spacingAndGlyphs
}

.cls-4 {
    stroke: #3da08d !important;
    stroke-width: 1px;
    stroke-miterlimit: 10;
    transform: translate(0,2px)
}

.cls-5 {
    font-size: 24px;
    font-family: var(--font-family-sans-serif);
    stroke-width: 1;
    stroke: var(--black);
    --x: 98;
    --y: 62;
    --textLength: 47;
    --lengthAdjust: spacingAndGlyphs
}

.cls-5-0 {
    font-size: 24px;
    font-family: var(--font-family-sans-serif);
    stroke-width: 1;
    stroke: var(--black);
    --x: 98;
    --y: 62;
    --textLength: 47;
    --lengthAdjust: spacingAndGlyphs
}

.cls-5-1 {
    font-size: 26px;
    letter-spacing: -.03em;
    font-family: var(--font-family-sans-serif);
    transform: translate(-120px,-5px)
}

.cls-6 {
    font-size: 28px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke: var(--black);
    stroke-width: 0;
    --x: 212;
    --y: 123;
    --textLength: 80;
    --lengthAdjust: spacingAndGlyphs
}

.cls-7 {
    font-size: 16px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    stroke: var(--black);
    --x: 167;
    --y: 97;
    --textLength: 35;
    --lengthAdjust: spacingAndGlyphs
}

.cls-8 {
    font-size: 13px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    stroke-width: 0;
    stroke: var(--black);
    --x: 185;
    --y: 20;
    --textLength: 185;
    --lengthAdjust: spacingAndGlyphs
}

.cls-9 {
    font-family: var(--font-family-sans-serif);
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 5px;
    margin-right: 25px
}

.cls-91 {
    font-family: var(--font-family-sans-serif);
    font-size: 1.2rem;
    margin-right: 25px;
    margin-top: -12px;
}

.cls-92 {
    font-weight: bold
}

.cls-10 {
    display: flex;
    flex-direction: column
}

.f-operator {
    float: left
}

.f-logo {
    float: right
}

    .f-logo img {
        height: 45px !important
    }
