@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root {
    --gpad: 10px
}

body {
    font-family: 'Space Grotesk', 'Roboto';
    margin: 0px;
    padding: 0px;
    height: 100%;
    min-height: 100%;
}



a,
a:visited {
    color: #0E26FF;
    transition: all 1s ease 0s;
}

a:hover {
    color: #7509FF;
}

.r-fixed {

    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    ;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid red;
    border-right: 0px solid red;


}

.mrg {
    margin-bottom: 40px;
    ;
}



    
.hero {
    margin-bottom: 40px;
    ;
}


@media (max-width: 1024px) { 
    .hero {
        margin-bottom: 20px;
        ;
    }
    
}

.button, .button:visited {
    background: #00D455;
    padding: 10px 20px 10px 20px;
    color: white;
    text-decoration: none;
    display: inline-block;
    border: 0px;
    font-size: 15px;
    font-family: 'Space Grotesk';
    font-weight: 700;
    cursor: pointer;
    transition: all 1s ease 0s;
}

.button:hover {
    background: #7509FF;
    color: white;
}

.h-form .button {
    font-size: 15px;
    padding: 12px 100px 12px 100px;
}

.b-form .button {
    font-size: 15px;
    padding: 12px 50px 12px 50px;
}

input[type="text"],
input[type="email"], select {
    font-family: 'Space Grotesk';
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    max-width: 100%;
    width: 350px;


}

select {
    width: 100%;
}

@media (max-width: 767px) {

    input[type="text"],
    input[type="email"] {
        width: 92%;
        display: block;
        margin: 0px;
        margin-bottom: 15px;
        ;

    }

    input.button {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        height: 60px !important;
        
    }
}

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
}





.gpad {
    padding: var(--gpad)
}

nav {
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 20px;
    padding-top: 20px;
}

nav .links {
    text-align: right;
}

nav .links a {
    font-weight: 700;
    ;
}

nav .links span {
    padding-left: 20px;
}


h1 {
    color: #000;
    font-family: Space Grotesk;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 65px;
}

@media (max-width: 767px) {

    nav {
        display: block;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    nav .links {
        text-align: left;
    }

    nav .links span {
        padding: 0px;
        display: block;
        border-bottom: 1px solid #D2D2D2;

        padding: 10px 0px 10px 0px;
    }

    img.top-logo {
        margin-bottom: 15px;;
    }

    h1 {
        margin-top: 20px;
    }

}

footer {
    background: black;
    color: white;
}

.ta-right {
    text-align: right;
}

.grid4-6 {
    display: grid;
    grid-template-columns: 2fr 3fr;

}

.grid5-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1024px) {
    .grid4-6, .grid5-5 {
        display: grid;
        grid-template-columns: 1fr;

    }

    footer .grid4-6 {
        display: grid;
        grid-template-columns: 2fr 3fr;
    
    }
    

}

.grid4-6>div, .grid5-5>div {
    padding: var(--gpad)
}

.bluebox {
    background: linear-gradient(270deg, #7509FF 0%, #0E26FF 100%);
    color: white;
    padding: 30px;
}




img.top-logo {
    padding-top: 10px;
    height:16px;
}

footer img {
    height: 12px;
}

.mw950 {
    max-width: 950px;
    ;
}


h2 {
    color: #000;
    font-family: Space Grotesk;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: block;
    width: 100%;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    ;
    padding-bottom: 7px;


}

.hitw {

font-size: 18px;
font-style: normal;
font-weight: 400;
border-top: 1px solid black;
line-height: 137.5%; /* 24.75px */
}

.hitw h2 {
    border-bottom: 0px solid black;
    width: auto;
    margin: 0px;
}

.hero h2 {
    color: #000;
    font-family: Space Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 0px solid black;
    width: auto;
    padding-bottom: 0px;
    ;
    line-height: normal;
    margin-bottom: 35px;
}

.bluebox h2 {
    color: white;
    border-bottom: 1px solid white;
}

h2 .arrow {
    float: right;
}

h3 {
    font-size: 20px;
    margin-bottom: 40px;;
}

.lead {

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    /* 27.5px */
    margin-bottom: 35px;
    ;
}

.whom {
    color: #FFF;
font-family: Space Grotesk;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160.5%; /* 25.68px */
}

.mw700 {
    max-width: 700px;
}
.mw500 {
    max-width: 500px;
}

.features {
    color: #303030;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    
    /* 20.625px */
}

.features > div {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 17px;
    padding-top: 17px;
    
}

.features > div.no-b {
    border-bottom: 0px solid #D2D2D2;
 
    
}


.feature-name {
    background: linear-gradient(180deg, #0E26FF 0%, #7509FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .feature-name {
        border-bottom: 0px solid #D2D2D2 !important;
        padding-bottom: 5px  !important;
        font-size: 18px;
    }
}
.qa ul  {
    margin: 0px; padding: 0px;
}
.qa ul li {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin:0px;
    padding-left: 0px;
    border-bottom: 1px solid  #D2D2D2;
}

.qa  a, .qa a.visited {
    color: black;
    text-decoration: none;
    font-weight: 700;
    transition: all 1s ease 0s;

}

.qa  a:hover {

    color: #7509FF;
}

.qa .qa-a {
    padding-top: 10px;;
    display: none;
}
.dyme {
    margin-bottom: 5px;;
    display: none;
}
.dyme .mess {
    background: black;
    display: inline-block;;
    font-size: 20px;;
    color: white;
   
    border-radius: 15px;
    border-top-left-radius: 0px;
    padding: 5px 10px 5px 10px;
    
    font-size: 14px;
   
}

.dyme .author {
    font-size: 11px;
    color: black;
}

.dym-wrp {
    display: block;
    padding-bottom: 5px;
}

#dymecont {
    min-height: 150px; 
    padding-left: 100px;
}

@media (max-width: 1024px) { 
    #dymecont {
        padding-left: 0px;
        padding-left: var(--gpad);
        padding-right: var(--gpad);
        min-height: 220px;
        
    }
    .dyme {
        font-size: 13px;
        line-height: 16px;;
    }
}

img.responsive {
    max-width: 100%;
    height: auto;
}

.discl {
    font-size: 11px;
    color: rgb(180,180,180);
    display: block;
    padding-top: 10px;
}