* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #2167e8;
    --gjs-t-color-secondary: #ffffff;
    --gjs-t-color-accent: #12b883;
    --gjs-t-color-success: #28a745;
    --gjs-t-color-warning: #ffc107;
    --gjs-t-color-error: #dc3545;
}

html {
    scroll-behavior: smooth;
}

.gjs-t-body {
    background-color: #03050E;
    color: #94A3B8;
    font-size: 2rem;
    line-height: 3rem;
    font-family: Outfit;
}

.gjs-t-h1 {
    color: var(--gjs-t-color-secondary);
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'Titillium Web';
}

.gjs-t-h2 {
    color: var(--gjs-t-color-secondary);
    font-size: 2rem;
    line-height: 3rem;
}

.gjs-t-button {
    background-color: var(--gjs-t-color-primary);
    color: var(--gjs-t-color-secondary);
    border-radius: 0.3rem;
}

.gjs-t-link {
    color: var(--gjs-t-color-primary);
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 0.3rem;
    border-color: #e0e0e0;
}

.gjs-icon {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    vertical-align: middle;
    fill: currentColor;
    width: 50px;
    height: 50px;
}

.gjs-link-box {
    text-decoration: none;
    color: inherit;
}

.gjs-container {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 1200px;
}

.gjs-section {
    display: flex;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
}

.gjs-plg-flex-row {
    display: flex;
    align-items: stretch;
}

.gjs-plg-flex-column {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

* {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.gjs-plg-accordion {
    background-color: #1E293B;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    margin-bottom: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #334155;
    border-right-color: #334155;
    border-bottom-color: #334155;
    border-left-color: #334155;
}

.gjs-plg-accordion-content {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #94A3B8;
    line-height: 1.7;
}

.navbar-cnt {
    max-width: 1200px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 99%;
}

.navbar-brand {
    vertical-align: top;
    display: inline-block;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    min-height: 40px;
    color: inherit;
    text-decoration: none;
}

.navbar-menu-toggle {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: none;
    cursor: pointer;
}

.navbar-items-c {
    display: inline-block;
    float: right;
}

.navbar-menu-nav {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links {
    text-decoration: none;
    color: #E2E8F0;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-links:hover {
    color: #2167e8;
}

#inav {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1E293B;
}

#ilogo {
    margin-bottom: 0px;
    color: #2167e8;
    font-size: 5rem;
    line-height: 6rem;
}

#ihero {
    padding-top: 120px;
    padding-right: 0px;
    padding-bottom: 120px;
    padding-left: 0px;
}

#iherorow {
    align-items: stretch;
    gap: 60px;
}

#iherocol1 {
    align-items: flex-start;
    flex: 1 1 0%;
}

#iherocol2 {
    justify-content: space-around;
    align-items: stretch;
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-self: auto;
    flex-wrap: wrap;
}

#iherotitle {
    margin-bottom: 35px;
    font-family: 'Titillium Web';
    font-size: 80px;
    line-height: 88px;
    font-weight: 400;
    color: #ffffff;
}

#iux4p {
    color: #2167e8;
}

#iherotext {
    margin-bottom: 40px;
    display: block;
}

#ifeature {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    background-color: #0F0E1E;
}

#iftintro {
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}

#iftcol {
    align-items: center;
}

#ifttitle {
    color: #94A3B8;
    max-width: 700px;
}

#ift1title {
    margin-bottom: 8px;
    color: #ffffff;
}

#ift1text {
    font-size: 15px;
    line-height: 1.6;
    color: #94A3B8;
}

#iabout {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    background-color: #0A0A1B;
}

#iaboutrow {
    align-items: center;
    gap: 60px;
}

#iaboutcol1 {
    flex-basis: 45%;
}

#iaboutcol2 {
    flex-basis: 50%;
}

#iaboutimg {
    width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

#iabouttitle {
    margin-bottom: 25px;
    font-weight: 400;
}

#iabouttext {
    font-size: 16px;
    margin-bottom: 35px;
    display: block;
}

#ipartners {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    background-color: #0F0E1E;
}

#ipartintro {
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}

#ipartcol {
    align-items: center;
}

#iparttitle {
    margin-bottom: 15px;
    font-weight: 400;
}

#iparttext {
    font-size: 17px;
}

#icontact {
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1E293B;
}

#ifootrow {
    gap: 50px;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

#ifootcol1 {
    flex-basis: 25%;
    align-items: flex-start;
    gap: 15px;
}

#ifootcol2 {
    flex-basis: 25%;
    align-items: flex-start;
    gap: 15px;
}

#ifootcol3 {
    flex-basis: 25%;
    align-items: flex-start;
    gap: 15px;
}

#ifootcol4 {
    flex-basis: 25%;
    align-items: flex-start;
    gap: 15px;
}

#ifooth1 {
    color: #ffffff;
    margin-bottom: 20px;
}

#ifooth2 {
    color: #ffffff;
    margin-bottom: 20px;
}

#ifooth3 {
    color: #ffffff;
    margin-bottom: 20px;
}

#ifooth4 {
    color: #ffffff;
    margin-bottom: 20px;
}

#ifootlink1 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink2 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink3 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink4 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink5 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink6 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink7 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink8 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink9 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink10 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#ifootlink11 {
    font-size: 15px;
    display: block;
    color: #94A3B8;
    transition: all 0.3s ease 0s;
}

#isocial1 {
    width: 40px;
    height: 40px;
    background-color: #1E293B;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#isocial2 {
    width: 40px;
    height: 40px;
    background-color: #1E293B;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#isocial3 {
    width: 40px;
    height: 40px;
    background-color: #1E293B;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#isocial1:hover {
    background-color: #2167e8;
    transform: translateY(-2px);
}

#isocial2:hover {
    background-color: #2167e8;
    transform: translateY(-2px);
}

#isocial3:hover {
    background-color: #2167e8;
    transform: translateY(-2px);
}

#isocialicon1 {
    color: #FFFFFF;
    width: 20px;
    align-self: center;
    height: 20px;
}

#isocialicon2 {
    color: #FFFFFF;
    width: 20px;
    height: 20px;
}

#isocialicon3 {
    color: #FFFFFF;
    width: 20px;
    height: 20px;
}

#ifootcopy {
    justify-content: center;
    padding-top: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1E293B;
}

#ifoottxt {
    font-size: 14px;
    text-align: center;
}

#ibody {
    background-color: #03050E;
    font-family: Outfit;
}

#iherobtn2:hover #iherobtn2txt {
    color: #FFFFFF;
}

#iche0j {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ibpb56 {
    flex-basis: 50%;
}

#ibxglk {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#ioa4nz {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#iqck3a {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#i7lt4k {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4 {
    margin-bottom: 8px;
    color: #ffffff;
}

#ift1text-4 {
    font-size: 15px;
    line-height: 1.6;
    color: #94A3B8;
}

#idggtb {
    flex-basis: 50%;
}

#iqclhj {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#iirbci {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#i7mga1 {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2 {
    margin-bottom: 8px;
    color: #ffffff;
}

#ift1text-4-2 {
    font-size: 15px;
    line-height: 1.6;
    color: #94A3B8;
}

#idjfgg {
    flex-basis: 50%;
}

#irjmfr {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#i00ghz {
    width: 30px;
    height: 30px;
    color: #12b883;
}

#i6kb0k {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2-2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

#ic2tms {
    flex-basis: 50%;
    justify-content: center;
}

#iuchph {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

#ig8gqf {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#ixk3uk {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-5 {
    margin-bottom: 8px;
    color: #ffffff;
}

#ite4eb {
    flex-basis: 50%;
}

#i0hgqf {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#iw77rf {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#iyqlzm {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-3 {
    margin-bottom: 8px;
    color: #ffffff;
}

#i737bz {
    flex-basis: 50%;
}

#itlvrb {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#iabxd4 {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2-3 {
    margin-bottom: 8px;
    color: #ffffff;
}

#issgll {
    flex-basis: 50%;
}

#i2haol {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#i3x96q-2 {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#i00ghz-2 {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#i6kb0k-2 {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2-2-3 {
    margin-bottom: 8px;
    color: #ffffff;
}

#ift1text-4-2-2-3 {
    font-size: 15px;
    color: #94A3B8;
    line-height: 1.6;
}

#ic2tms-2 {
    flex-basis: 50%;
}

#iuchph-2 {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#ietffg {
    flex-basis: 50%;
}

#irnv3e {
    width: 100%;
}

#i00ghz-5 {
    width: 30px;
    height: 30px;
    color: #12b883;
}

#i6kb0k-5 {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2-2-6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

#ic2tms-5 {
    flex-basis: 50%;
    justify-content: center;
}

#iuchph-5 {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

#i00ghz-7 {
    width: 30px;
    height: 30px;
    color: #12b883;
}

#i6kb0k-7 {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2-2-8 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

#ic2tms-7 {
    flex-basis: 50%;
    justify-content: center;
}

#iuchph-7 {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

#i00ghz-5-2 {
    width: 30px;
    height: 30px;
    color: #12b883;
}

#i6kb0k-5-2 {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2-2-6-2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

#ic2tms-5-2 {
    flex-basis: 50%;
    justify-content: center;
}

#iuchph-5-2 {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

#igzf6k {
    flex-basis: 50%;
}

#i6exri-2 {
    width: 30px;
    height: 30px;
    color: #2167e8;
}

#i8tpq8-2 {
    justify-content: flex-start;
    flex: 0 1 auto;
}

#ift1title-4-2-2-2-2 {
    margin-bottom: 8px;
    color: #ffffff;
}

#ia6uni-2 {
    flex-basis: 50%;
}

#i5cpd2-2 {
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

#icfpco {
    flex: 1 1 0%;
}

#irrsp1 {
    justify-content: center;
    align-items: center;
}

#ispr6k {
    flex: 1 1 0%;
}

#ixkmc8 {
    flex: 1 1 0%;
}

#ifootlink1:hover {
    color: #2167e8;
}

#ifootlink2:hover {
    color: #2167e8;
}

#ifootlink3:hover {
    color: #2167e8;
}

#ifootlink4:hover {
    color: #2167e8;
}

#ifootlink5:hover {
    color: #2167e8;
}

#ifootlink6:hover {
    color: #2167e8;
}

#ifootlink7:hover {
    color: #2167e8;
}

#ifootlink8:hover {
    color: #2167e8;
}

#ifootlink9:hover {
    color: #2167e8;
}

#ifootlink10:hover {
    color: #2167e8;
}

#ifootlink11:hover {
    color: #2167e8;
}

#idvpmd-2-3 {
    color: #94A3B8;
}

#i714ad {
    flex-basis: 100%;
    flex-direction: row;
    gap: 10px;
}

#i07j7g {
    width: 100%;
}

#im91ts {
    width: 35px;
    height: 35px;
}

.navbar {
    min-height: 50px;
    width: 100%;
}

.navbar-container {
    max-width: 950px;
    margin: 0 auto;
    width: 95%;
}

.navbar-container::after {
    content: "";
    clear: both;
    display: block;
}

.navbar-menu {
    padding: 10px 0;
    display: block;
    float: right;
    margin: 0;
}

.navbar-menu-link {
    margin: 0;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}

.navbar-burger {
    margin: 10px 0;
    width: 45px;
    padding: 5px 10px;
    display: none;
    float: right;
    cursor: pointer;
}

.navbar-burger-line {
    padding: 1px;
    background-color: white;
    margin: 5px 0;
}

#ipu5uq {
    color: black;
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 150px;
    max-height: 150px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#inr7gl {
    width: 300px;
    max-width: 150px;
    max-height: 150px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#i90q5w {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    height: 150px;
}

#irkvrt {
    color: black;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    height: 150px;
}

#iw9972 {
    max-width: 150px;
    max-height: 150px;
    margin-top: 80px;
    margin-right: 80px;
    margin-bottom: 80px;
    margin-left: 80px;
}

#il4r43 {
    color: black;
    max-width: 200px;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

#ihm0bc {
    color: black;
    max-width: 200px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

#itzsgi {
    color: black;
    max-width: 200px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

#itoh17 {
    padding: 10px;
}

#iftcol-2 {
    align-items: center;
}

#iftintro-2 {
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    #iherorow {
        flex-direction:column;
    }

    #iherocol1 {
        flex-basis: 100%;
    }

    #iherocol2 {
        flex-basis: 100%;
    }

    #iaboutrow {
        flex-direction: column;
    }

    #iaboutcol1 {
        flex-basis: 100%;
    }

    #iaboutcol2 {
        flex-basis: 100%;
    }

    #ifootrow {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .navbar-menu-toggle {
        display:block;
    }

    .navbar-items-c {
        display: none;
        width: 100%;
    }

    .navbar-menu-nav {
        flex-direction: column;
        gap: 15px;
    }

    #iherotitle {
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
    }

    #iherotext {
        font-size: 16px;
        text-align: center;
    }

    #ifootrow {
        flex-direction: column;
    }

    #ifootcol1 {
        flex-basis: 100%;
        margin-bottom: 30px;
        align-items: center;
    }

    #ifootcol2 {
        flex-basis: 100%;
        margin-bottom: 30px;
        align-items: center;
    }

    #ifootcol3 {
        flex-basis: 100%;
        margin-bottom: 30px;
        align-items: center;
    }

    #ifootcol4 {
        flex-basis: 100%;
        margin-bottom: 30px;
        align-items: center;
    }

    .navbar-burger {
        display: block;
    }

    .navbar-menu {
        width: 100%;
    }

    .navbar-menu-link {
        display: block;
    }

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #iherotitle {
        font-size:32px;
        line-height: 1.2;
    }

    #irnv3e {
        flex-direction: column;
        align-items: flex-start;
    }

    #iabouttitle {
        font-size: 32px;
        line-height: 37px;
    }

    #iparttitle {
        font-size: 32px;
        line-height: 37px;
    }

    #iabouttext {
        font-size: 12px;
        line-height: 17px;
    }

    #iherotext {
        font-size: 12px;
        line-height: 17px;
    }

    #ifootrow {
        align-items: center;
    }
}
