/* HEADING IN CRITICAL CSS */

.hand {
    background-image: url("../../img/hand-bg.min-mobile.png");
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: top -10vw right;
}

.brain {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2978px' height='2704px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='0%25' x2='0%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(30,9,63)' stop-opacity='1' /%3E%3Cstop offset='100%25' stop-color='rgb(55,14,121)' stop-opacity='1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='rgb(173, 122, 255)' d='M-0.000,316.000 C-0.000,316.000 1789.581,0.000 2978.000,0.000 C2978.000,975.788 2978.000,2704.000 2978.000,2704.000 L51.000,2704.000 L-0.000,316.000 Z'/%3E%3Cpath fill='url(%23PSgrad_0)' d='M-0.000,316.000 C-0.000,316.000 1789.581,0.000 2978.000,0.000 C2978.000,975.788 2978.000,2704.000 2978.000,2704.000 L51.000,2704.000 L-0.000,316.000 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.wow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2993px' height='3006px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M2987.000,84.000 C2987.000,84.000 2701.187,-0.001 1924.000,-0.001 C1146.812,-0.001 1086.297,418.006 571.000,439.000 C55.703,459.995 -0.000,783.000 -0.000,783.000 L-0.000,3006.000 L2993.000,3006.000 L2987.000,84.000 Z'/%3E%3C/svg%3E");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: top right -10px;
}

.loveit {
    background-color: white;
    background-image: url("../../img/loveit-bg.min-mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top -25vw left;
    padding-top: 40%;
}

.contact {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2978px' height='2704px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='0%25' x2='0%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(30,9,63)' stop-opacity='1' /%3E%3Cstop offset='100%25' stop-color='rgb(55,14,121)' stop-opacity='1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='rgb(173, 122, 255)' d='M2978.000,316.000 C2978.000,316.000 1188.419,0.001 -0.000,0.001 C-0.000,975.790 -0.000,2704.000 -0.000,2704.000 L2927.000,2704.000 L2978.000,316.000 Z'/%3E%3Cpath fill='url(%23PSgrad_0)' d='M2978.000,316.000 C2978.000,316.000 1188.419,0.001 -0.000,0.001 C-0.000,975.790 -0.000,2704.000 -0.000,2704.000 L2927.000,2704.000 L2978.000,316.000 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.arrow {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.arrow.left {
    transform: rotate(90deg);
}
.arrow.right {
    transform: rotate(-90deg);
}


@media (min-width: 420px) {
    .loveit {
        padding-top: 33%;
        background-position: top -22vw left;
    }
}

@media (min-width: 480px) {
    .hand {
        background-size: 150%;
        background-position: top right;
    }
}

@media (min-width: 768px) {
    .hand {
        background-image: url("../../img/hand-bg.min-tablet.png");
        background-size: 100%;
        background-position: top right;
    }

    .loveit {
        padding-top: 25%;
        background-image: url("../../img/loveit-bg.min-tablet.png");
    }
}


@media (min-width: 1200px) {
    .hand {
        background-image: url("../../img/hand-bg.min.png");
    }
    .loveit {
        background-image: url("../../img/loveit-bg.min.png");
        padding-bottom: 3%;
    }
    .brain {
        background-size: 110%;
    }

}



@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-weight: black;
    src: url('../../fonts/montserrat-v13-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Black'), local('Montserrat-Black'),
    url('../../fonts/montserrat-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/montserrat-v13-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/montserrat-v13-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/montserrat-v13-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/montserrat-v13-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}

.bolder {
    font-weight: 900 !important;
}