body{
    background-color: #2b4162;
    background-image: linear-gradient(315deg, #001229 0%, #12100e 74%);
}
    body .set-image {
        width: 100%;
        max-width: 100%;
    }
.LeadingProp{
    padding: 75px 0;
}
.LeadingProp h1{
    color: #0069DF;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.LeadingProp h2{
    color: #fff;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
}
.LeadingProp p{
    text-align: left;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 2em;
}
.MultiButton a.BlueButton{
    animation: pulse-animation 1.5s infinite;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    fill: #ffff;
    color: #ffff;
    background-color: #0069DF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0069DF;
    line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    transition-duration: .3s;
    transition-property: transform;
}
.MultiButton a.BlueBorderButton{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    fill: #0069DF;
    color: #0069DF;
    background-color: #FFFFFF00;
    border-style: solid;
    line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-width: 2px 2px 2px 2px;
    border-color: #0069DF;
    border-radius: 0px 0px 0px 0px;
    transition-duration: .3s;
    transition-property: transform;
    padding: 10px 20px 10px 20px;
}

.MultiButton a.BlueButton:hover, a.BlueBorderButton:hover{
    transform: scale(.9);
}

@keyframes pulse-animation{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 105, 223, 0.5);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 105, 223, 0);
    }
}
p.DisclaimerText{
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    font-family: "Roboto", Sans-serif;
    margin-top: 20px;
}
p.DisclaimerText em{
    font-weight: 500;
}
.tp-video-popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.pt_plus_video_player .tp-video-popup-icon .tp-video-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.ts-video-caption {
    -ms-filter: "alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
    -moz-opacity: .8;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.CityTraderVideo{
    position: relative;
}
.DisclaimerText a{
    font-style: italic;
    font-weight: 400;
}
.BelowCityTrader{
    margin-top: 25px;
}
.BelowCityTrader .Features{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.BelowCityTrader .Features h2{
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    padding: 15px 30px;
    min-width: 199px;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0)) 1 100%;
}
.BelowCityTrader .Features h2 span{
    font-size: 16px;
}

.Revolutionary .bic-pill{
    display: inline-block;
    padding: 10px 20px;
    background: rgba(194, 208, 228, 0.15);
    border-radius: 44px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(194, 208, 228, 0.5);
    margin-bottom: 20px;
}
.Revolutionary h2{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 0.5rem 0;
    padding: 0;
    font-weight: 800;
}
.Revolutionary h2 span{
    background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    padding: 0 0 2px 0;
    color: #101217;
    display: block;
}
.bic-text p{
    color: rgba(194, 208, 228, 0.5);
    margin: 0.8rem 0;
    font-weight: 500;
    font-size: 16px;
}

.bic-right img{
    display: none;
}

.email-subscribe p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.email-subscribe h2{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: 800;
}
.email-subscribe h2 span{
    background: -webkit-linear-gradient(45deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    padding: 0 0 2px 0;
    color: #101217;
}
.email-subscribe .pill-cont {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 1rem;
    margin: 2rem auto;
}
.email-subscribe .pill-cont .pf__feature {
    display: flex;
    flex-flow: row nowrap;
    gap: 1.5rem;
    align-items: center;
    padding: 9px 32px 9px 8px;
    border-radius: 100px;
    width: fit-content;
    border: 1px solid rgba(194, 208, 228, 0.15);
}
.email-subscribe .pill-cont .pf__feature .f__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}
.email-subscribe .pill-cont .pf__feature .f__icon img {
    height: 40px;
    width: 40px;
}
.email-subscribe .pill-cont .pf__feature .f__text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: inherit;
}
.email-subscribe .pill-cont .pf__feature {
    display: flex;
    flex-flow: row nowrap;
    gap: 1.5rem;
    align-items: center;
    padding: 9px 32px 9px 8px;
    border-radius: 100px;
    width: fit-content;
    border: 1px solid rgba(194, 208, 228, 0.15);
}

.email-subscribe .subscribe-form {
    position: relative;
}

.email-subscribe .subscribe-form form {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.email-subscribe .subscribe-form form input[type="email"] {
    background-color: transparent;
    outline: none;
    border: none;
    color: #c2d0e4;
    max-width: 85%;
    flex: 1 1 auto;
    padding: 15px 25px;
    font-weight: 400;
}

.email-subscribe .subscribe-form form button {
    background: #1daa91;
    color: #0b0c10;
    padding: 15px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    height: 67px;
    width: 205px;
    display: flex;
    line-height: 1;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2rem;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    cursor: pointer;
    text-transform: none;
    transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
}
.discord-box {
    flex: 1 1 35%;
    border-radius: 15px;
    background: rgba(11, 12, 16, 0.25);
    border: 1px solid #4d5766;
    padding: 4.5rem 3rem;
    backdrop-filter: blur(40px);
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    background: url("Images/discord-bg.svg");
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 65%;
}
.discord-box .blur-1 {
    position: absolute;
    width: 306.33px;
    height: 230.61px;
    left: -5.31px;
    top: 253.74px;
    background: #1daa91;
    opacity: 0.1;
    filter: blur(95px);
    border-radius: 15px;
    z-index: 0;
}
.discord-box .blur-2 {
    position: absolute;
    width: 340.74px;
    height: 256.51px;
    left: 227.25px;
    top: -38.62px;
    background: #c2d0e4;
    opacity: 0.15;
    filter: blur(115px);
    border-radius: 15px;
    z-index: 0;
}
.discord-box .discord-box__title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
.discord-box .discord-box__button {
    margin-top: 2rem;
    position: relative;
    z-index: 10;
}
.discord-box .discord-box__button a {
    padding: 1.25rem 2rem;
    display: block;
    background: linear-gradient(87.67deg, #2cd9ff 1.98%, #7effb2 19.5%, #f4ff7a 82.86%, #ffd80e 98.07%);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
    border-radius: 110px;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #372350;
    mix-blend-mode: normal;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
}
.BestPlan{
    margin-top: 70px;
}
.BestPlan h2{
    line-height: 70px;
    font-size: 56px;
    color: #fff;
    font-weight: 600;
    font-family: "Roboto Condensed", Sans-serif;
    text-align: center;
    margin-bottom: 60px;
}
.BestPlan nav{
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    border-color: hsla(0, 0%, 100%, .3);
    border-width: 1px;
    border-radius: 9999px;
    align-items: center;
}
.BestPlan .nav-tabs{
    position: relative;
    border-bottom: unset;
    padding: 20px;
    border: 2px solid #100bff66;
    border-radius: 9999px;
}
.BestPlan .nav-tabs a.nav-link{
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 10px 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-text-opacity: 0.5;
    font-weight: 700;
    border-radius: 9999px;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .3s !important;
    margin-right: 20px;
}
.BestPlan .nav-tabs a.nav-link:last-child{
    margin-right: 0;
}
.bgborder {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-bottom: 50px;
}
.BestPlan .nav-tabs a.nav-link.active{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
    color: #001229;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
    margin: 0 10px;
}
.items-center {
    align-items: center;
}
.lg\:font-\[500\] {
    font-weight: 500;
}
.lg\:text-\[20px\] {
    font-size: 20px;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}
.font-semibold {
    font-weight: 600;
}
.mt-\[30px\] {
    margin-top: 30px;
}
.pricing-plan-btn {
    background: linear-gradient(180deg,#5278ff,#4324ff);
}
.rounded-\[10px\] {
    border-radius: 10px;
}
.opacity-75 {
    opacity: .75;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.tab-pane {
    border: 1px solid #fff;
    border-radius: 22px;
}
tr.relative th p, tr td div{
    padding-left: 20px;
}
.tab-content{
    box-shadow: 0px 0px 46px 0px #5451e366;
}
.spantext-xs {
    font-size: 0.95rem;
    line-height: 1.5rem;
}





@media (min-width: 991px){
    .MultiButton{
        display: flex;
    }
    .MultiButton a.BlueButton{
        margin-right: 25px;
    }
    .CityTraderVideo{
        padding: 0 90px;
        position: relative;
    }
    .BelowCityTrader{
        display: flex;
        justify-content: center;
    }
    .Revolutionary, .Newsletter{
        display: flex;
        align-items: center;
    }
    .bic-right img {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .bic-right .fold-top {
        text-align: center;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transform-origin: 50% 100%;
        transition: 900ms;
        transform: translate3d(0px, 0px, 0px) rotateX(-90deg);
    }
    .bic-right .fold-top.visible {
        transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    }
    .Newsletter {
        padding: 105px 0;
    }
    .discord-box{
        margin: 0 40px;
    }
    .lg\:w-auto {
        width: auto;
    }
    .flex-col {
        width: 138px;
    }
}


