body {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    letter-spacing: 0.006em;
    background: black !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.friendsup-logo {
    width: 50px;
    border-radius: 12px;
    margin-right: 10px;
}

.friendsup-logo-text {
    vertical-align: text-top;
    font-weight: 500;
}

.subtitle {
    opacity: 0.7;
}

.application-button {
    display: inline-block;
    background: #0d0d0d !important;
    padding: 12px 20px;
    border-radius: 12px;
}



    .application-button div {
        display: inline-block;
        color: white !important;
        font-size: 15px;
        font-weight: 300 !important;
        line-height: 10px;
    }



    .application-button i {
        display: inline-block;
        color: white !important;
        vertical-align: sub;
        margin-right: 6px;
    }

/*.gr-text-8 {
    font-size: 1.1875rem;
    letter-spacing: -0.2px;
    line-height: 1.69;
}*/
.gr-text-3 {
    font-size: 3rem;
    letter-spacing: -1.8px;
    line-height: 1.21;
}

@media (max-width: 1200px) {
    .gr-text-3 {
        font-size: calc(1.425rem + 2.1vw);
    }
}

.gr-text-3.gr-lh-reset::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.31) * 0.5em);
}

.gr-text-3.gr-lh-reset::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.31) * 0.5em);
}


.gr-text-9 {
    font-size: 1.0625rem;
    letter-spacing: -0.2px;
    line-height: 1.71;
   color:white;
}
.gr-text-9 li a {
    color: white;
}
a {
    color: white;
}
    a:hover {
        color: white;
    }
        .gr-text-11 {
    font-size: 0.9375rem;
    letter-spacing: -0.1px;
    line-height: 1.73;
}
.text-storm {
    color: #7d818d !important;
}
.social-icons li a {
    margin-right: 20px;
}
.gr-hover-text-green, a.gr-hover-text-green {
    transition: .4s;
}
.social-icons li i {
    transition: .4s;
    font-size:1em !important;
}
.social-icons {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}
.icon {
    display: inline-block;
    font: normal normal normal 1em/1 'Grayic';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cta {

}




.accordion-trigger.arrow-icon {
    position: relative;
    display: flex;
    font-size: 1.0625rem;
    align-items: center;
    border: none !important;
    justify-content: space-between;
    background: white !important;
}
button:focus {
    outline: none !important;
    /* outline: 5px auto -webkit-focus-ring-color; */
}
.color-black{
    color:black !important
}
.accordion-trigger.arrow-icon[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-left {
    text-align: left !important;
}

.p-0 {
    padding: 0 !important;
}
    .accordion-trigger.arrow-icon:after {
        content: "\ea05";
        font-family: "Grayic";
        font-size: 32px;
        display: block;
        line-height: 1;
        transform: rotate(0deg);
        transition: .4s;
    }



@media only screen and (max-width: 991px) {
    .intro .display-1

{
    font-size: 3rem;
}

.intro .product-wrapper img {
    width: 160px;
}

.intro .product-wrapper .scroll-stable {
    width: 220px;
}

.intro .scroll-move {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
}

.mb-sm-large {
    margin-bottom: 250px;
}

.cursor {
    display: none;
}
}

.pl-9, .px-9 {
    padding-left: 1.875rem !important;
}

.pb-8, .py-8 {
    padding-bottom: 1.5625rem !important;
}

.pt-8, .py-8 {
    padding-top: 1.5625rem !important;
}

.pr-7, .px-7 {
    padding-right: 1.25rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.bg-white {
    background-color: #fff !important;
}