:root {
    --white: #fff;
    --blue: #00FFF2;
    --red: #FF0000;
    --black: #000;
    --white-green: #99E39E;
}
*{
    margin: 0;
    padding: 0;
    outline: 0;
}
body{
    font-family: "ProximaNova-Regular";
    color: var(--white);
    font-size: 16px;
    background: var(--black);
}
.navbar-nav a,
b,
h5,
.fw-semibold
{
    font-family: "ProximaNova-Semibold";
}
h2
{
    font-family: "ProximaNova-Black";
}
.std-filled-button,
h3,
h4
{
    font-family: "ProximaNova-Bold";
}
.fw-light
{
    font-family: "ProximaNova-Light" !important;
    line-height: 1.2;
}
.no-select,
a > img
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a{
    text-decoration: none;
}
a:hover{
    color: inherit;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon{
    margin: auto;
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: var(--white);
    fill: var(--white);
}
.icon-blue{
    stroke: var(--blue);
    fill: var(--blue);
}
.border-top{
    border-top: 1px solid var(--white) !important;
}
.ms-5{
    margin-left: 5px !important;
}
.ms-10{
    margin-left: 10px;
}
.ms-20{
    margin-left: 20px;
}
.ms-50{
    margin-left: 50px;
}
.me-10{
    margin-right: 10px;
}
.me-20{
    margin-right: 20px;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-100{
    margin-top: 100px;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding: 20px !important;
}
.p-30{
    padding: 30px !important;
}
.p-50{
    padding: 50px !important;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pt-100{
    padding-top: 100px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.ps-20{
    padding-left: 20px;
}
.pe-20{
    padding-right: 20px;
}
.pe-50{
    padding-right: 50px;
}
a{
    color: var(--blue);
}
.br-6{
    border-radius: 6px !important;
}
.br-10{
    border-radius: 10px;
}
.br-20{
    border-radius: 20px !important;
}
.br-30{
    border-radius: 30px !important;
}
.gap-5{
    gap: 5px !important;
}
.gap-10{
    gap: 10px;
}
.gap-15{
    gap: 15px;
}
.gap-20{
    gap: 20px;
}
.gap-30{
    gap: 30px;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-20{
    font-size: 20px !important;
}
.flex-1{
    flex: 1;
}
button{
    padding: 0;
    background: none;
    border: 0;
}
.text-blue{
    color: var(--blue);
}
.std-filled-button{
    background: var(--blue);
    border-radius: 6px;
    color: var(--black);
    padding: 14px 18px;
    position: relative;
}
.std-filled-button.with-icon{
    padding-right: 35px;
}
.std-filled-button:hover{
    color: var(--black);
}
.std-filled-button.with-icon:before {
    content: ' ';
    background-image: url(../images/right-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    transition: all ease 150ms;
    background-size: contain
}
.std-filled-button.with-icon:before {
    right: 18px;
    width: 14px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
}
.std-filled-button.with-icon:hover:before {
    right: 15px
}
h2{
    font-size: 65px;
    line-height: 1;
}
h3{
    font-size: 42px;
    line-height: 1;
}
h4{
    font-size: 28px;
}
h5{
    font-size: 20px;
}
.header{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-nav a{
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px;
}
.header-slider{
    height: 680px;
    background: url(../images/phone-hand.png?v=2) no-repeat right bottom;
    position: relative;
}
.header-slider .content{
    padding-top: 100px;
    width: 550px;
}
.header-slider .overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.white-transparent-bg{
    background: rgba(153, 227, 158, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 6px;
}
.transparent-bg{
    background: rgba(153, 227, 158, 0.1);
}
.circle-40{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
}
.circle-50{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
}
.circle-50 > svg{
    width: 20px;
    height: 20px;
}
.features-bg{
    height: 715px;
    background: url(../images/features-tmp-bg.png?v=1) no-repeat center;
}
.feedback{
    background: rgba(153, 227, 158, 0.1) url(../images/feedback-elem.svg) no-repeat right center;
}

.faq li{
    padding: 20px 20px 20px 30px;
    cursor: pointer;
}
.faq .content{
    display: none;
    margin-top: 15px;
}
.plus-minus {
    min-width: 35px;
    min-height: 35px;
    position: relative
}
.plus-minus span {
    position: absolute;
    transition: .3s;
    background: var(--blue);
    border-radius: 2px
}
.plus-minus span:first-child {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%
}
.plus-minus span:last-child {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%
}
.active .plus-minus span {
    transform: rotate(90deg)
}
.active .plus-minus span:last-child {
    left: 50%;
    right: 50%
}