@font-face {
    font-family: BasisGrotesquePro;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/BasisGrotesquePro-Regular.woff) format("woff")
}
@font-face {
    font-family: BasisGrotesquePro;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/BasisGrotesquePro-Bold.woff) format("woff")
}
@font-face {
    font-family: BasisGrotesquePro;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/BasisGrotesquePro-Light.woff) format("woff")
}
@font-face {
    font-family: BasisGrotesquePro;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/BasisGrotesquePro-Medium.woff) format("woff")
}

body {
    margin: 0;
    font-family: BasisGrotesquePro,sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #2d2d2d;
    text-align: left;
    background-color: rgba(16,24,40,.03);
}

a {
    color: #7800ff;
    text-decoration: none;
    background-color: transparent;
}

a.no-decor, a.no-decor:hover, a.no-decor:visited {
    color: black;
    text-decoration: none;
    background-color: transparent;
}


@media (max-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

.nobr {
    white-space: nowrap;
}

.btn {
    font-weight: 500;
}

.btn-big {
    padding: 0.75rem 2rem;
}

.btn-orange {
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500;
}

.btn-orange:hover {
    color: #fff;
    background-color: #cd3700;
    border-color: #fff;
}

.btn-purple {
    color: #fff;
    background-color: #6400ff;;
    border-color: #6400ff;
}

.btn-purple:hover {
    color: #fff;
    background-color: #7417ff;
    border-color: #7417ff;
}

.btn-white {
    color: #5f22ee;
    background-color: #fff;;
    border-color: #6400ff;
}

.btn-white:hover {
    color: #5f22ee;
    background-color: #fff;
    border-color: #ff4500;
}

.btn-round {
    border-radius: 1.5rem;
}

.bg-purple {
    background-color: #6400ff;
}

.bg-white {
    background-color: #6400ff;
}

.header-text {
    font-size: 6rem;
    font-weight: 700;
}

.header2-text {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.15em;
}

.header3-text {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.15em;
}

.header4-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.15em;
}

.simple-text {
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.05rem;
}

.basic-text {
    font-weight: 300;
    letter-spacing: -0.05rem;
}

@media (max-width: 1200px) {
    .header-text {
        /* 80px = 5rem, 16px = 1rem, 1vw=12px,  */
        font-size: calc((0.4rem + 0.6vw / 12 * 16) * 6) !important;
    }

    .simple-text {
        font-size: calc((0.7rem + 0.3vw / 12 * 16) * 1.7) !important;
    }

    .header2-text {
        font-size: calc((0.4rem + 0.6vw / 12 * 16) * 4.5) !important;
    }

    .header3-text {
        font-size: calc((0.4rem + 0.6vw / 12 * 16) * 3.25) !important;
    }

    .header4-text {
        font-size: calc((0.4rem + 0.6vw / 12 * 16) * 2) !important;
    }
}

.font-white {
    color: white;
}

.font-purple {
    color: #5f22ee;
}

.font-grey {
    color: #d6d6d6;
}

.font-black {
    color: black;
}

.font-tight {
    letter-spacing: -0.05rem;
}


.head-smarts-container {
    height: 500px;
}

.head-smarts {
    padding-top: 50px;
    padding-left: 50px;
}

.app-smarts {
    padding-top: 50px;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .head-smarts {
        padding-top: 0px;
        padding-left: 0px;
        margin-left: -15px;
    }

    .navbar-brand {
        width: 40%;
    }
}

.smart-1 {
    position: absolute;
    width: 290px;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.smart-2 {
    position: absolute;
    width: 260px;
    left: 170px;
    top: -50px;
    z-index: 0;
}

.smart-3 {
    position: absolute;
    width: 270px;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.smart-4 {
    position: absolute;
    width: 210px;
    left: 200px;
    top: -45px;
    z-index: 0;
}

@media (max-width: 1200px) {
    .smart-1 {
        width: calc(290 * 100vw / 1200);
    }

    .smart-2 {
        width: calc(260 * 100vw / 1200);
        left: calc(170 * 100vw / 1200);
        top: calc(-50 * 100vw / 1200);
    }

    .smart-3 {
        width: calc(270 * 100vw / 1200);
    }

    .smart-4 {
        width: calc(210 * 100vw / 1200);
        left: calc(200 * 100vw / 1200);
        top: calc(-45 * 100vw / 1200);
    }

    .head-smarts-container {
        height: calc(500 * 100vw / 1200);
    }
}

@media (max-width: 768px) {
    .smart-1 {
        width: calc(290 * 768px / 1200);
    }

    .smart-2 {
        width: calc(260 * 768px / 1200);
        left: calc(170 * 768px / 1200);
        top: calc(-50 * 768px / 1200);
    }

    .smart-3 {
        width: calc(270 * 768px / 1200);
    }

    .head-smarts-container {
        height: calc(500 * 768px / 1200);
    }
}

.head-smarts img, .app-smarts img, .smart img {
    width: 100%;
}

.smart {
    height: 480px;
    width: 400px;
}

.smart-bomb, .smart-border, .smart-pic, .smart-house {
    position: absolute;
}

.smart-bomb {
    width: 420px;
    top: 38px;
}

.smart-border {
    width: 244px;
    left: 77px;
}

.smart-border > img {
    position: relative;
    z-index: 2;
}

.smart-pic {
    width: 190px;
    left: 27px;
    top: 33px;
}


.smart-pic {
    z-index: 1;
}

.smart-house {
    left: 40px;
    top: 143px;
    width: 290px;
}

@media (max-width: 1200px) {
    .smart {
        height: calc(480 * 100vw / 1200);
        width: calc(400 * 100vw / 1200);
    }

    .smart-bomb {
        width: calc(420 * 100vw / 1200);
        top: calc(38 * 100vw / 1200);
    }

    .smart-border {
        width: calc(244 * 100vw / 1200);
        left: calc(77 * 100vw / 1200);
    }

    .smart-pic {
        width: calc(190 * 100vw / 1200);
        left: calc(27 * 100vw / 1200);
        top: calc(33 * 100vw / 1200);
    }

    .smart-house {
        left: calc(40 * 100vw / 1200);
        top: calc(143 * 100vw / 1200);
        width: calc(290 * 100vw / 1200);
    }
}

@media (max-width: 768px) {
    .smart {
        height: calc(480 * 768px / 1200);
        width: calc(400 * 768px / 1200);
    }
    .smart-bomb {
        width: calc(420 * 768px / 1200);
        top: calc(38 * 768px / 1200);
    }

    .smart-border {
        width: calc(244 * 768px / 1200);
        left: calc(77 * 768px / 1200);
    }

    .smart-pic {
        width: calc(190 * 768px / 1200);
        left: calc(27 * 768px / 1200);
        top: calc(33 * 768px / 1200);
    }

    .smart-house {
        left: calc(40 * 768px / 1200);
        top: calc(143 * 768px / 1200);
        width: calc(290 * 768px / 1200);
    }
}

.smart-laptop img {
    width: 100%;
}

@media (max-width: 992px) {
    .smart-laptop {
        width: 75%;
    }
}

.download-links > div {
    width: 130px;
}

.download-links > div img {
    width: 100%;
}


.input-round {
    border-radius: 1.25rem;
}

.input-round.form-control-lg, .input-round.custom-select-lg {
    border-radius: 1.5rem;
}


.toggler {
    font-size: 20px;
}

.toggler-head {
    cursor: pointer;
}

.plus {
    position: relative;
    height: 40px;
    width: 40px;
    min-width: 40px;
    transition: transform ease-in-out 0.3s;
}

.plus img {
    position: relative;
    z-index: 1;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    vertical-align: baseline;
}

.toggler.toggler-opened .plus {
    transform: rotate(-45deg);
}

.plus-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #eee;
    opacity: 0;
    border-radius: 100%;
    z-index: 0;
}

.toggler-head:hover .plus-bg {
    opacity: 1;
}

.toggler-body {
    display: none;
}

.card-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
}


.legal-link a {
    text-decoration: underline;
    color: #ff8562 !important;
}



.remark-text {
    color: #6c757d;
    font-size: 0.7rem;
    line-height: 0.9rem;
    font-weight: 400;
}

.footer-text {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 0.9rem;
    font-weight: 400;
}

.telephone-text {
    color: #6c757d;
    font-size: 3rem;
    font-weight: 300;
}

.inner-link {
    cursor: pointer;
}

.required-mark {
    color: red;
}
