:root {
    --thumb-size: 1px;
}

#rangeInput {
    background: transparent;
    border: 1px solid #343439;
    background-clip: border-box;

    appearance: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    border-radius: 25px;

    &::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        cursor: pointer;
        background-image: url(../images/barInfo.png);
        background-size: contain;
        background-position: 50%;
        z-index: 1;
    }
}

.range-container {
    position: relative;
}

.progress-fill {
    height: 28px;
    background: linear-gradient(to right, #1082c6 0%, #338b93 100%);
    border-radius: 25px;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 6px;
    max-width: calc(100% - 12px);
}

.range {
    padding-right: var(--thumb-size);
}

.range::-webkit-slider-thumb {
    width: var(--thumb-size);
    height: var(--thumb-size);
}

h2.result {
    font-size: 1.5em;
    color: #daf1ee;
}

#result {
    display: none;
}

.SignupNew_container__6tnbQ {
    max-width: min(var(--1) * 1440, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(var(--1) * 56);
}

.SignupNew_container__6tnbQ p {
    width: calc(var(--1) * 605.14);
    text-align: center;
    font-size: calc(var(--1) * 32);
    line-height: calc(var(--1) * 41.6);
    font-weight: 700;

}

.SignupNew_signupBox__BIiLn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(var(--1) * 222);
    height: calc(var(--1) * 222);
    border-radius: 50%;
    background: #001dff;
    background: radial-gradient(circle, #001dff 50%, #25ff6f 100%);
    cursor: pointer;
    margin: auto;
}

.SignupNew_signupBox__BIiLn .SignupNew_blur__07cdY {
    position: absolute;
    width: calc(var(--1) * 239);
    height: calc(var(--1) * 239);
    opacity: 50%;
}

.SignupNew_signupBox__BIiLn h2 {
    font-size: calc(var(--1) * 42);
    font-weight: 700;
    line-height: calc(var(--1) * 46.2);

    z-index: 3;
    color: #fff;
}

.About_title__uY06O .result>span,
.calculation h2 span {
    color: #1082c6 !important;
}

.Hero_content__pj8_E p {
    margin-bottom: 30px;
}

.calculation {
    color: #daf1ee;
}

.About_about__kVW_A {
    padding: 50px 0 150px;
}

.calculation-wrapp {
    display: flex;
    justify-content: space-around;
}

#sumInput {
    background: none;
    border: none;
    font-size: calc(var(--1) * 56);
    line-height: calc(var(--1) * 72.8);
    letter-spacing: calc(var(--1) * -2);
    font-weight: 700;

    color: #1082c6;
    width: 100%;
    text-align: center;
    outline: none;
}

.button-container {
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 540px;
}

.button-container h2 {
    color: #daf1ee;
    padding: 15px 0;
}

.Sponsors_box__hXucP img {
    height: auto !important;
    max-width: 100%;
}

.Sponsors_image__QW8Os {
    display: flex;
    height: auto !important;
}

.Faqs_faqs__8IvuE {
    margin-bottom: 100px;
}

.tac {
    text-align: center;
    margin: auto;
}

.Sponsors_sponsors__kve62 .tac a {
    display: block;
    margin: 30px auto;
}

.Faqs_leftContent__pxmgY.Faqs_itemsCenter__NJv6s {
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .Sponsors_sponsors__kve62 .Sponsors_box__hXucP {
        height: 180px !important;
        border: 1px solid #4b4b4b;
        width: 100%;
        max-width: 220px;
    }
}

@media (max-width: 600px) {
    .button-container h2 {
        padding: 0;
    }

    .Sponsors_sponsors__kve62 .Sponsors_container__odrTw .Sponsors_rightContent__XSFp2 {
        display: block;
    }

    .Sponsors_sponsorLeft__p1LAl,
    .Sponsors_sponsorRight__qDgRq {
        margin-bottom: 16px;
    }

    .Sponsors_sponsors__kve62 .Sponsors_box__hXucP {
        max-width: 100%;
    }
}

body {
    background: url('../images/bg.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    font-family: "Open Sans", sans-serif !important;
}

h1,
h2,
h3,
h4 {
    font-family: "Orbitron", sans-serif !important;
    color: #fff;
    line-height: 1.2 !important;
}

.Layout_main__Nd7fl {
    background: transparent !important;
}

.Hero_particleWrapper__AFBeG {
    border-radius: 10px;
    background: linear-gradient(135deg,
        rgba(1, 1, 25, 0.95) 0%,
        rgba(10, 10, 46, 0.9) 100%);
    background-image: url("../images/banner.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.Hero_particleWrapper__AFBeG::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%,
        rgba(29, 67, 255, 0.15) 0%,
        transparent 60%),
        radial-gradient(circle at 80% 70%,
        rgba(29, 67, 255, 0.1) 0%,
        transparent 60%),
        linear-gradient(135deg, rgba(1, 1, 25, 0.8) 0%, rgba(10, 10, 46, 0.7) 100%);
    pointer-events: none;
    z-index: 1;
}

.Hero_sliderHero__3tmIo {
    position: relative;
    z-index: 2;
    width: 100%;
}

.Hero_hero__hbOA4 {
    border-radius: 10px !important;
    position: relative;
    z-index: 2;
    padding: 80px 30px;
}

.Hero_container__CsdYn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.Hero_content__pj8_E {
    position: relative;
    z-index: 3;
}

.Hero_contentH2__M13xo {
    color: #fff;
    font-size: 64px;
    font-weight: 900;

    line-height: 1.1;
    letter-spacing: -2px;
    margin: 0 0 30px 0;
    text-shadow: 0 0 60px rgba(29, 67, 255, 0.5);
    display: block;
}

.Hero_content__pj8_E p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;

    line-height: 1.6;
    margin: 0 0 40px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 500px;
}

.Hero_imgArea__SkoFO {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Hero_img__vS_LC {
    position: relative;
    background: #0b125f;
    border: 1px solid rgba(29, 67, 255, 0.2);
    border-radius: 30px;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(29, 67, 255, 0.1);
    transition: all 0.3s ease;
}

.Hero_img__vS_LC:hover {
    transform: translateY(-10px);
    border-color: rgba(29, 67, 255, 0.4);
    box-shadow: 0 30px 60px rgba(29, 67, 255, 0.2);
}

.Hero_iphone__d9pCY {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    filter: brightness(1.1) contrast(1.1);
    transition: all 0.3s ease;
}

.Hero_img__vS_LC:hover .Hero_iphone__d9pCY {
    filter: brightness(1.2) contrast(1.2);
    transform: scale(1.02);
}

/* Responsive Design for Hero */
@media (max-width: 991.98px) {
    .Hero_container__CsdYn {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .Hero_contentH2__M13xo {
        font-size: 50px;
        line-height: 60px;
    }

    .Hero_content__pj8_E p {
        font-size: 18px;
        max-width: 100%;
    }

    .Hero_img__vS_LC {
        padding: 20px;
    }
}

@media (max-width: 768px) {


    .Hero_contentH2__M13xo {
        font-size: 50px;
        line-height: 60px;
    }

    .Hero_content__pj8_E p {
        font-size: 16px;
    }

    .Hero_img__vS_LC {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .Hero_particleWrapper__AFBeG {
        background-attachment: scroll !important;
    }

    .Hero_contentH2__M13xo {
        font-size: 50px;
        line-height: 60px;
    }

    .Hero_content__pj8_E p {
        font-size: 15px;
    }

    .Hero_img__vS_LC {
        padding: 10px;
    }
}

.About_about__kVW_A {
    background: transparent !important;
}

.Sponsors_sponsors__kve62 {
    background: transparent !important;
}

.SignupNew_signup__tSPPf {
    background: transparent !important;
}

.Footer_footer__L2Zk0 {
    background: transparent !important;
}

/* Media Mentions Section - Unique Styles */
.Sponsors_sponsors__kve62 {
    padding: 100px 0 !important;
    position: relative;
    overflow: hidden;
}

.Sponsors_titleContainer__Hm0cO {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 60px;
}

.Sponsors_titleContainer__Hm0cO h2 {
    color: #fff !important;
    font-size: 48px;
    font-weight: 700;

    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0;
    text-shadow: 0 0 40px rgba(29, 67, 255, 0.4);
}

.Sponsors_container__odrTw {
    position: relative;
    z-index: 2;
}

.Sponsors_slider__XEhfF {
    position: relative;
}

.Sponsors_rightContent__XSFp2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.Sponsors_sponsorLeft__p1LAl,
.Sponsors_sponsorRight__qDgRq {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.Sponsors_box__hXucP {
    background: #0b125f;
    border: 1px solid rgba(29, 67, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
}



.Sponsors_box__hXucP:hover::before {
    opacity: 1;
}

.Sponsors_box__hXucP:hover {
    border-color: rgba(29, 67, 255, 0.4);
    box-shadow: 0 20px 40px rgba(29, 67, 255, 0.15);
    transform: scale(1);
}

.Sponsors_image__QW8Os {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.Sponsors_image__QW8Os img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0.8) contrast(1.2);
    transition: all 0.3s ease;
}

.Sponsors_box__hXucP:hover .Sponsors_image__QW8Os img {
    filter: brightness(1.2) contrast(1.4);
    transform: scale(1.05);
}

/* Responsive Design for Media Mentions */
@media (max-width: 991.98px) {
    .Sponsors_sponsors__kve62 {
        padding: 80px 0 !important;
    }

    .Sponsors_titleContainer__Hm0cO h2 {
        font-size: 36px;
    }

    .Sponsors_rightContent__XSFp2 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .Sponsors_sponsorLeft__p1LAl,
    .Sponsors_sponsorRight__qDgRq {
        gap: 20px;
    }

    .Sponsors_box__hXucP {
        padding: 25px;
        height: 100px;
    }

    .Sponsors_image__QW8Os img {
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .Sponsors_titleContainer__Hm0cO h2 {
        font-size: 28px;
    }

    .Sponsors_box__hXucP {
        padding: 20px;
        height: 80px;
    }

    .Sponsors_image__QW8Os img {
        max-height: 40px;
    }
}

.cta-banner-section {
    padding: 120px 0;
    background: linear-gradient(135deg,
        rgba(1, 1, 25, 0.95) 0%,
        rgba(10, 10, 46, 0.9) 100%);
    background-image: url("../images/banner.jpg");
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.cta-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%,
        rgba(29, 67, 255, 0.15) 0%,
        transparent 60%),
        radial-gradient(circle at 80% 70%,
        rgba(29, 67, 255, 0.1) 0%,
        transparent 60%),
        linear-gradient(135deg, rgba(1, 1, 25, 0.8) 0%, rgba(10, 10, 46, 0.7) 100%);
    pointer-events: none;
    z-index: 1;
}

.cta-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-banner-title {

    font-size: 56px;
    font-weight: 900;

    line-height: 1.1;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
    text-shadow: 0 0 60px rgba(29, 67, 255, 0.5);
}

.cta-banner-subtitle {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;

    line-height: 1.4;
    margin: 0 0 16px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cta-banner-description {
    color: #ddd;
    font-size: 18px;
    font-weight: 400;

    line-height: 1.6;
    margin: 0 0 40px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.cta-banner-button {
    display: inline-block;
    color: #ffffff;
    padding: 18px 40px;
    background: #0a6eff;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: "Orbitron", sans-serif !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.cta-banner-button:hover {
    opacity: 0.8;
    transition: 0.3s;
}



@media (max-width: 991.98px) {
    .cta-banner-section {
        padding: 100px 0;
    }

    .cta-banner-title {
        font-size: 42px;
    }

    .cta-banner-subtitle {
        font-size: 20px;
    }

    .cta-banner-description {
        font-size: 16px;
    }

    .cta-banner-button {
        padding: 16px 35px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .cta-banner-section {
        padding: 80px 0;
        background-attachment: scroll !important;
    }

    .cta-banner-title {
        font-size: 36px;
    }

    .cta-banner-subtitle {
        font-size: 18px;
    }

    .cta-banner-description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .cta-banner-section {
        background-attachment: scroll !important;
    }

    .cta-banner-title {
        font-size: 28px;
    }

    .cta-banner-subtitle {
        font-size: 16px;
    }

    .cta-banner-description {
        font-size: 14px;
    }

    .cta-banner-button {
        padding: 14px 30px;
        font-size: 15px;
    }
}

.tech-overview-section {
    padding: 120px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.tech-overview-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tech-overview-header {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.tech-overview-title {

    font-size: 56px;
    font-weight: 700;

    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 30px 0;
    text-shadow: 0 0 40px rgba(29, 67, 255, 0.4);
}

.tech-overview-subtitle,
.media-subtitle {
    color: #ddd;
    font-size: 20px;
    font-weight: 400;


    margin: 0;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

.tech-blocks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.tech-block {
    background: #0b125f;
    border: 1px solid rgba(29, 67, 255, 0.2);
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.tech-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(29, 67, 255, 0.1) 0%,
        rgba(29, 67, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 15px;
}

.tech-block:hover::before {
    opacity: 1;
}

.tech-block:hover {
    transform: translateY(-10px);
    border-color: rgba(29, 67, 255, 0.4);
    box-shadow: 0 25px 50px rgba(29, 67, 255, 0.15);
}

.tech-block h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;

    margin: 0 0 20px 0;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    letter-spacing: -0.3px;
}

.tech-block p {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;

    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

.tech-block.highlight-block {
    background: linear-gradient(135deg,
        rgba(29, 67, 255, 0.15) 0%,
        rgba(15, 15, 35, 0.8) 100%);
    border: 2px solid #1d43ff;
    grid-column: span 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.tech-block.highlight-block::before {
    background: linear-gradient(135deg,
        rgba(29, 67, 255, 0.2) 0%,
        rgba(29, 67, 255, 0.1) 100%);
    opacity: 1;
}

.tech-block.highlight-block h3 {
    font-size: 28px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1d43ff 0%, #87ceeb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tech-block.highlight-block p {
    font-size: 18px;
    color: #ddd;
    max-width: 600px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .tech-overview-section {
        padding: 80px 0;
    }

    .tech-overview-title {
        font-size: 42px;
    }

    .tech-overview-subtitle {
        font-size: 20px;
    }

    .tech-blocks-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 60px;
    }

    .tech-block {
        padding: 35px 25px;
    }

    .tech-block.highlight-block {
        grid-column: span 1;
    }

    .tech-block h3 {
        font-size: 20px;
    }

    .tech-block p {
        font-size: 15px;
    }

    .tech-block.highlight-block h3 {
        font-size: 24px;
    }

    .tech-block.highlight-block p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .tech-overview-title {
        font-size: 28px;
    }

    .tech-overview-subtitle {
        font-size: 18px;
    }

    .tech-block {
        padding: 30px 20px;
    }

    .tech-block h3 {
        font-size: 18px;
    }

    .tech-block p {
        font-size: 14px;
    }

    .tech-block.highlight-block h3 {
        font-size: 22px;
    }

    .tech-block.highlight-block p {
        font-size: 15px;
    }
}

.Header_logo__v35H3 {
    color: #fff !important;
    font-size: 24px;
    text-transform: uppercase;
}

.Header_header__LV3JK .Header_headerArea__9p6pg .Header_container__cRP9I .Header_logo__v35H3 span {
    font-size: 24px;
    font-family: "Orbitron", sans-serif !important;
    font-weight: 700;
}

.Header_header__LV3JK .Header_headerArea__9p6pg .Header_container__cRP9I .Header_logo__v35H3 span small {
    font-size: 24px;
    font-weight: 300;
}

.Footer_logo__TeKc2 span {
    font-size: 24px !important;
    font-family: "Orbitron", sans-serif !important;
    font-weight: 700;
    color: #fff !important;
}

.Footer_logo__TeKc2 span small {
    font-size: 24px;
    font-weight: 300;
}

.Footer_bot___jWCs {
    padding: 12px 20px !important;
    border-radius: 10px;
}

.Footer_bot___jWCs p {
    font-size: 15px;
    color: #ccc !important;
}

.Sponsors_box__hXucP {
    background: transparent !important;
    height: auto !important;
    width: auto !important;
}

#__next {
    max-width: 1400px !important;
    width: 100%;
    background: #000644 !important;
    margin: 20px auto;
    padding: 20px !important;
    box-sizing: brightness;
    border-radius: 30px;

}

.Sponsors_image__QW8Os img{
    filter: brightness(0) invert(1);
    max-width: 220px;
    width: auto;
    max-height: 60px;
    height: auto;
}

.Sponsors_rightContent__XSFp2{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.Sponsors_rightContent__XSFp2 a{
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #1b2268;
}


.Footer_midNewContent__ki6eA{
    margin-bottom: 30px;
}

.Footer_leftUl__w5mm9{
    display: flex!important;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.Policies_policies__Zxlic{
    padding: 40px 0px;
    box-sizing: border-box;
}

.Policies_policies__Zxlic p strong{
    font-weight: 400!important;
}

.tech-block h3 img{
    width: 28px;
    margin: 2px 12px 0 0;
}

.tech-block h3{
    display: flex;
    align-items: flex-start;
}

.Policies_box__Aodes ul{
    margin: 15px 0;
    list-style: disc;
    padding-left: 20px;
}

.Policies_box__Aodes li{
    margin: 5px 0;
    list-style: disc!important;
}





@media(max-width: 560px){
    .Hero_contentH2__M13xo{
        font-size: 35px!important;
    }
    .Sponsors_sponsors__kve62 .Sponsors_titleContainer__Hm0cO h2{
        font-size: 30px!important;
    }
}