﻿
.contain {
    background-size: contain;
}

.bpcenter {
    background-position: center;
}


.norepeat {
    background-repeat: no-repeat;
}


.preloader-spinner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1001;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}


@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}


.text-success {
    color: #D80819;
}




.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background: rgba(255,255,255,1);
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}








.c-pointer {
    cursor: pointer;
}


.flex {
    display: flex;
}


.grid {
    display: grid;
}

.flex-wrap {
  flex-wrap:wrap;
}

.fd-row {
    flex-direction: row;
}

.fd-column {
    flex-direction: column;
}



.js-left {
    justify-content: flex-start;
}


.jc-center {
    justify-content: center;
}


.jc-spacebetween {
    justify-content: space-between;
}

.jc-spacearound {
    justify-content: space-around;
}

.jc-spaceevenly {
    justify-content: space-evenly;
}

.jc-right {
    justify-content: flex-end;
}


.js-start {
    justify-content: flex-start;
}

.jc-end {
    justify-content: flex-end;
}


.ai-center {
    align-items: center;
}

.ai-start {
    align-items: flex-start;
}

.ai-end {
    align-items: flex-end;
}

.translateX-50 {
    transform: translateX(-50%);
}


.taleft {
    text-align: left;
}


.taright {
    text-align: right;
}


.tacenter {
    text-align: center;
}


.pa {
    position: absolute;
}

.pabsolute {
    position: absolute;
}

.prelative {
    position: relative;
}


.left50 {
   left: 50%;
}


.left20px {
    left: 20px;
}

.pfixed {
    position: fixed;
}

.top0 {
    top: 0px;
}

.top35px {
    top: 35px;
}

.bottom0 {
    bottom: 0px;
}

.bottom15 {
    bottom: 15%;
}

.bottom10px {
    bottom: 10px;
}


.bottom20px {
    bottom: 20px;
}



.bottom50px {
    bottom: 50px;
}


.bottom5vh {
    bottom: 5vh;
}

.op09 {
    opacity: 0.9;
}


.op095 {
    opacity: 0.95;
}

.op08 {
    opacity: 0.8;
}


.op07 {
    opacity: 0.7;
}

.op075 {
    opacity: 0.75;
}

.op05 {
    opacity: 0.50;
}



.op04 {
    opacity: 0.4;
}

.op03 {
    opacity: 0.3;
}

.op02 {
    opacity:0.2;
}

.op015 {
    opacity: 0.15;
}


.tdnone {
    text-decoration: none;
}


.ls05px {
    letter-spacing: 0.5px !important;
}

.ls1px {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.uppercase {
    text-transform: uppercase;
}

.fs62px {
    font-size: 62px;
}

.fs50px {
    font-size: 50px;
}


.fs55px {
    font-size: 55px;
}


.fs48px {
    font-size: 48px;
}


.fs46px {
    font-size: 46px;
}

.fs44px {
    font-size: 44px;
}

.fs42px {
    font-size: 42px;
}

.fs40px {
    font-size: 40px;
}

.fs38px {
    font-size: 38px;
}

.fs36px {
    font-size: 36px;
}

.fs32px {
   font-size: 32px; 
}


.fs30px {
    font-size: 30px;
}

.fs28px {
    font-size: 28px;
}

.fs27px {
    font-size: 27px;
}

.fs26px {
    font-size: 26px;
}

.fs24px {
    font-size: 24px;
}

.fs22px {
    font-size: 22px;
}

.fs20px {
    font-size: 20px;
}

.fs18px {
    font-size: 18px;
}

.fs16px {
    font-size: 16px;
}


.fs15px {
    font-size: 15px;
}

.fs14px {
    font-size: 14px;
}

.fs12px {
    font-size: 12px;
}

.fs10px {
    font-size: 10px;
}


.lh12 {
    line-height: 1.2;
}

.lh13 {
    line-height: 1.3;
}

.lh14 {
    line-height: 1.4;
}

.lh15 {
    line-height: 1.5;
}


.lh16 {
    line-height: 1.6;
}


.lh18 {
    line-height: 1.8;
}



.extrabold {
    font-family: 'Metropolis';
    font-weight: 900;
}

.bold {
    font-family: 'Metropolis';
    font-weight: 700;
}


.medium {
    font-family: 'Metropolis';
    font-weight: 600;
}


.semibold {
    font-family: 'Metropolis';
    font-weight: 500;
}

.regular {
    font-family: 'Metropolis';
    font-weight: 300;
}

.light {
    font-family: 'Metropolis';
    font-weight: 200;
}

.br50px {
   border-radius: 50px;
}

.br10px {
    border-radius: 10px;
}

.br15px {
    border-radius: 15px;
}

.br20px {
    border-radius: 20px;
}

.br50 {
   border-radius: 50%;
}

.bbot2px4EA91A {
    border-bottom: 2px solid #4EA91A;
}

.btop1px000000 {
    border-top: 1px solid #000000;
}

.b1px4EA91A {
    border: 1px solid #4EA91A;
}

.b1px1F3A56 {
    border: 1px solid #1F3A56;
}

.b1pxeeeeee {
    border: 1px solid #eeeeee;
}

.box-shadow {
   box-shadow: 0 0 20px rgba(0,0,0,0.03);
}

.b1pxf2f2f2 {
    border: 1px solid #f2f2f2;
}

.bl05px555555 {
    border-left: 0.5px solid #555555;
}

.br05px555555 {
    border-right: 0.5px solid #555555;
}

.bt05px555555 {
    border-top: 0.5px solid #555555;
}

.bb05px555555 {
    border-bottom: 0.5px solid #555555;
}

.b333333 {
    background: #333333;
    transition: 0.5s;
}

.b010E1C {
    background: #010E1C;
    background: #011326;
}


.b0072ed {
    background: #0072ed;
}

.b4ea91a {
  background: #4ea91a;
}

.bffffff {
  background: #ffffff;
}

.bgradient1 {
    background: linear-gradient(0, rgba(255,255,255,0.3), rgba(255,255,255,0.7));
}

.bD80819 {
    background: #D80819;
    transition: 0.5s;
}

.b28ae2f {
    background: #28ae2f;
}


.b2d2d2d {
    background: #2d2d2d;
}

.bc1px000000 {
    border: 1px solid #000000;
}

.bc1px222222 {
    border: 1px solid #222222;
}

.bc1pxcccccc {
    border: 1px solid #cccccc;
}


.bc05pxdddddd {
    border: 0.5px solid #dddddd;
}


.bc1pxdddddd {
    border: 1px solid #444444;
}

.bc1pxeeeeee {
    border: 1px solid #eeeeee;
}

.wwbreakword {
    word-wrap: break-word;
}

.wsnowrap {
    white-space: nowrap;
}

.w3px {
    width: 3px;
}

.w3 {
    width: 3%;
}

.h3px {
   height: 3px;
}


.w5px {
  width: 5px;
}

.w10px {
    width: 10px;
}


.w15px {
    width: 15px;
}

.w12px {
    width: 12px;
}


.w13px {
    width: 13px;
}


.w14px {
    width: 14px;
}

.w60vw {
    width: 60vw;
}

.w70vw {
    width: 70vw;
}

.w80vw {
    width: 80vw;
}

.w90vw {
    width: 90vw;
}

.w100vw {
    width: 100vw;
}

.wmaxcontent {
  width: max-content;
}

    .w100 {
        width: 100%;
    }

    .w5 {
        width: 5%;
    }

    .w10 {
        width: 10%;
    }

    .w15 {
        width: 15%;
    }

    .w20 {
        width: 20%;
    }


    .w25 {
        width: 25%;
    }


    .w28 {
        width: 28%;
    }

    .w30 {
        width: 30%;
    }

    .w33 {
        width: 33%;
    }

.w35 {
    width: 35%;
}

.w65 {
    width: 65%;
}

    .w333 {
        width: 33.33333%;
    }

    .w40 {
        width: 40%;
    }


    .w45 {
        width: 45%;
    }

    .w50 {
        width: 50%;
    }

    .w55 {
        width: 55%;
    }

 
    .w60 {
        width: 60%;
    }

    .w70 {
        width: 70%;
    }

    
    .w75 {
        width: 75%;
    }

    .w80 {
        width: 80%;
    }

    .w85 {
        width: 85%;
    }

    .w90 {
        width: 90%;
    }

    .w95 {
        width: 95%;
    }

    .w96 {
        width: 96%;
    }

    .w150 {
        width: 150%;
    }

    .w170 {
        width: 170%;
    }

.w30vw {
    width: 30vw;
}


.w40vw {
    width: 40vw;
}


.w50vw {
    width: 50vw;
}

    .w70vw {
        width: 70vw;
    }



.w17px {
    width: 17px;
}

.w20px {
    width: 20px;
}

.w40px {
    width: 40px;
}

.w80px {
    width: 80px;
}


.w60px {
    width: 60px;
}

.inlineblock {
    display: inline-block;
}

.vatop {
    vertical-align:top;
}
.vamiddle {
    vertical-align: middle;
}
.vabottom {
    vertical-align: bottom;
}

.h20px {
    height: 20px;
}


.h50px {
    height: 50px;
}


.h80px {
    height: 80px;
}

.h100px {
    height: 100px;
}


.h5 {
    height: 5%;
}

.h10 {
    height: 10%;
}

.h15 {
    height: 15%;
}

.h20 {
    height: 20%;
}


.h25 {
    height: 25%;
}


    .h30 {
        height: 30%;
    }

    .h333 {
        height: 33.3%;
    }

.h35 {
    height: 35%;
}

    .h40 {
        height: 40%;
    }

.h50 {
    height: 50%;
}

.h60 {
    height: 60%;
}

.h70 {
    height: 70%;
}

    .h80 {
        height: 80%;
    }

    .h90 {
        height: 90%;
    }

    .h100 {
        height: 100%;
    }

    .h100-35px {
        height: calc(100% - 35px);
    }

    .mt35px {
        margin-top: 35px;
    }
    
    .h100-50px {
        height: calc(100% - 50px);
    }


.mb50px {
    margin-bottom: 50px;
}

.mb100px {
    margin-bottom: 100px;
}

.mt100px {
    margin-top: 100px;
}

.mt150px {
    margin-top: 150px;
}

    .mt50px {
        margin-top: 50px;
    }

    .mt10
    {
        margin-top: 10%;
    }

    .mb10 {
        margin-bottom: 10%;
    }

.mt20 {
    margin-top: 20%;
}

.mb20 {
    margin-bottom: 20%;
}

    .h50px {
        height: 50px;
    }

    .h5vh {
        height: 5vh;
    }

    .h10vh {
        height: 10vh;
    }

    .h15vh {
        height: 15vh;
    }

    .h20vh {
        height: 20vh;
    }

    .h25vh {
        height: 25vh;
    }

    .h40vh {
        height: 40vh;
    }

    .h45vh {
        height: 45vh;
    }

    .h40vmax {
        height: 40vmax;
    }


    .h50vh {
        height: 50vh;
    }

    .h20vh {
        height: 20vh;
    }

    .h30vh {
        height: 30vh;
    }

    .h50vmax {
        height: 50vmax;
    }


    .h60vh {
        height: 60vh;
    }

    .h60vmax {
        height: 60vmax;
    }

    
    .h70vh {
        height: 70vh;
    }

    .h70vmax {
        height: 70vmax;
    }


    .h80vh {
        height: 80vh;
    }

    .h80vmax {
        height: 80vmax;
    }



    .h90vh {
        height: 90vh;
    }

    .h100vh {
        height: 100vh;
    }

    .h100vh-50px {
        height: calc(100vh - 50px);
    }

    .h100vmax {
        height: 100vmax;
    }

    .mt10px {
        margin-top: 10px;
    }

    .mt15px {
        margin-top: 15px;
    }

    .mt20px {
        margin-top: 20px;
    }



    .ml15px {
        margin-left: 15px;
    }



    .mt0 {
        margin-top: 0;
    }

    .ml5 {
       margin-left: 5%;
    }

    .mt5 {
        margin-top: 5%;
    }

    .mt5px {
        margin-top: 5px;
    }

    .mt10px {
        margin-top: 10px;
    }

    .ml10 {
        margin-left: 10%;
    }


    .mt5vh {
        margin-top: 5vh;
    }

    .mt7vh {
        margin-top: 7vh;
    }

    .mt10vh {
        margin-top: 10vh;
    }

    .mb5vh {
        margin-bottom: 5vh;
    }

    .mb7vh {
        margin-bottom: 7vh;
    }

    .mb10vh {
        margin-bottom: 10vh;
    }

    .mb15vh {
        margin-bottom: 15vh;
    }

    .mb20vh {
        margin-bottom: 20vh;
    }

    .mb10px {
      margin-bottom: 10px;
    }

    .mb10 {
        margin-bottom: 10%;
    }

    .mb5 {
        margin-bottom: 5%;
    }

    .mb30px {
      margin-bottom: 30px;
    }

    .mb35px {
        margin-bottom: 35px;
    }


    .mt40px {
        margin-top: 40px;
    }

    .mb40px {
      margin-bottom: 40px;
    }

.mb70px {
    margin-bottom: 70px;
}

    .mt100px {
      margin-top: 100px;
    }

    .mb0 {
        margin-bottom: 0;
    }


    .mb20px {
        margin-bottom: 20px;
    }

    .mb24px {
        margin-bottom: 24px;
    }

    .mb25px {
        margin-bottom: 25px;
    }

    .mb30px {
        margin-bottom: 30px;
    }

.mb50px {
    margin-bottom: 50px;
}

.mb100px {
    margin-bottom: 100px;
}

    .pl3 {
        padding-left: 3%;
    }

.mr5px {
    margin-right: 5px;
}

    .mr10px {
        margin-right: 10px;
    }

.mr30px {
    margin-right: 30px;

}
.ml10px {
    margin-left: 10px;
}

.ml20px {
    margin-left: 20px;
}

.mr15px {
    margin-right: 15px;
}

    .mr20px {
        margin-right: 20px;
    }

    .mr40px {
        margin-right: 40px;
    }

.mr5 {
   margin-right:5%;
}

    .mr3vmin {
        margin-right: 3vmin;
    }

    .m0a {
        margin:0 auto;
    }

.m0 {
    margin: 0;
}

.p2 {
    padding: 2%;
}

.p3 {
    padding: 3%;
}


    .p4 {
        padding: 4%;
    }

    .p5 {
        padding: 5%;
    }

    .p7 {
        padding: 7%;
    }

.p10 {
    padding:10%;
}

    .pr5 {
        padding-right: 5%;
    }

    .pr10 {
        padding-right: 10%;
    }

    .p10px {
        padding: 10px;
    }

    .p20px {
        padding: 20px;
    }

    .pt0 {
        padding-top: 0;
    }

    .pt10px {
        padding-top: 10px;
    }

    .pl10px {
        padding-left: 10px;
    }

    .pl20px {
        padding-left: 20px;
    }

    .pl40px {
        padding-left: 40px;
    }

    .pl5 {
        padding-left: 5%;
    }

    .pl10 {
        padding-left: 10%;
    }

    .pr5 {
        padding-right: 5%;
    }

        .pr40px {
            padding-right: 40px;
        }

        .pt20px {
            padding-top: 20px;
        }

        .pb20px {
            padding-bottom: 20px;
        }


    .pl5 {
        padding-left: 5%;
    }


    .pb5 {
        padding-bottom: 5%;
    }

    .pt5 {
        padding-top: 5%;
    }



    .pl0 {
        padding-left: 0%;
    }

    .pb5 {
        padding-bottom:5%;
    }


    .p1 {
        padding: 1%;
    }

    .p10 {
        padding: 10%;
    }

    .p15 {
        padding: 15%;
    }

    .p20 {
        padding: 20%;
    }

    .p15px {
        padding:15px;
    }

.p015 {
    padding: 0% 15%;
}


.p515 {
    padding: 5% 15%;
}

.p1015 {
    padding: 10% 15%;
}

.p55px {
    padding: 5px 5px;
}

.p1020px {
    padding: 10px 20px;
}

    .p1025px{
        padding:10px 25px;
    }

    .pb10px {
        padding-bottom: 10px;
    }



.zi1 {
    z-index: 1;
}



.zi2 {
    z-index: 2;
}

.zi3 {
    z-index: 3;
}

    .zi0 {
        z-index: 0;
    }

    .zi-1 {
        z-index: -1;
    }

    .zi10 {
        z-index: 10;
    }

    .zi100 {
        z-index:100;
    }

    .bfafafa {
        background: #fafafa;
    }

    .bfcfcfc {
        background: #fcfcfc;
    }

    .bf8f8f8 {
        background: #f8f8f8;

    }



.b222222 {
    background: #222222;
}

.b444444 {
    background: #444444;
}

.b000000 {
    background: #000000;
}


.b121212 {
    background: #121212;
}

    .bdddddd {
        background: #0072ed;
    }

.cffffff {
    color: #ffffff;
}

.cffffffi {
    color: #ffffff !important;
}

.cf73a2c {
    color: #f73a2c;
}

.c1F3A56 {
   color: #1F3A56;
}

.ceeeeee {
    color: #eeeeee;
}

.caaaaaa {
    color: #aaaaaa;
}

.caaaaaai {
    color: #aaaaaa !important;
}

.ca2aebc {
    color: #a2aebc;
}

.c8a94a0 {
    color: #8a94a0;
}

.c28ae2f {
   color: #28ae2f;
}

.cdddddd {
    color: #dddddd;
}

.cddddddi {
    color: #dddddd !important;
}

.cbbbbbb {
    color: #bbbbbb;
}

.cbbbbbbi {
    color: #bbbbbb !important;
}

.c666666 {
    color: #666666;
}

.c888888 {
    color: #888888;
}


.c333333 {
    color: #333333;
}


.ccc0000 {
    color: #cc0000;
}

#4ea91a

.overxscroll {
    overflow-x: scroll;
}

.overyscroll {
    overflow-y: scroll;
}

.overxhidden {
    overflow-x: hidden;
}

.overyhidden {
    overflow-y: hidden;
}


.overhidden {
    overflow: hidden;
}



.hidescrollbar::-webkit-scrollbar {
    display: none;
}

.hidescrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.w70px {
    width: 70px;
}

.w140px {
    width: 140px;
}


.w120px {
    width: 120px;
}

.tdline-through {
   text-decoration: line-through;
}


.max-h70 {
  max-height: 70%;
}

.max-w70 {
    max-width: 70%;
}


@media screen and (max-width:767px) {
    .w55sm {
        width: 55%;
    }

    .w60sm {
        width: 60%;
    }

    .w70sm {
        width: 70%;
    }

    .w80sm {
        width: 80%;
    }

    .w90sm {
        width: 90%;
    }
    .w100sm {
        width: 100%;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {

    .w55md {
        width: 55%;
    }

    .w60md {
        width: 60%;
    }

    .w70md {
        width: 70%;
    }

    .w80md {
        width: 80%;
    }

    .w90md {
        width: 90%;
    }

    .w100md {
        width: 100%;
    }

}

@media screen and (max-width: 1200px) and (min-width: 992px) {

    .w55lg {
        width: 55%;
    }

    .w60lg {
        width: 60%;
    }

    .w70lg {
        width: 70%;
    }
    
    .w80lg {
        width: 70%;
    }

    .w100lg {
        width: 100%;
    }
}




@media screen and (max-width: 10000px) and (min-width: 1200px) {

    .w55xl {
        width: 55%;
    }

    .w60xl {
        width: 60%;
    }

    .w70xl {
        width: 70%;
    }

    .w80xl {
        width: 80%;
    }

    .w90xl {
        width: 90%;
    }

    .w100xl {
        width: 100%;
    }
}


