@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html.no-scroll {
    overflow: hidden;
}

input,
input:active,
input:focus,
input:focus-visible {
    border: none;
    box-shadow: none;
}

a {
    text-decoration: none;
    font-family: 'Exo 2';
    font-style: normal;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

.body {
    width: 100%;
    height: 100%;
    /*background: url(../../assets/bg_illustration.svg);*/
    background-size: contain;
}

.icon {
    display: flex;
    align-items: center;
}

h1, h2, h3, p {
    font-family: 'Exo 2';
    font-style: normal;
    margin: 0;
    color: #303466;
    padding: 0;
}

@media (max-width: 1199px) {
    .navbar-header .navbar-toggle {
        display: block;
        margin-right: 0;
        z-index: 100;
        transition: unset;
    }

    .navbar-header .navbar-toggle[aria-expanded="true"] {
        background: no-repeat url("../../../../../uploads/images/close-icon.png") center;
        background-size: 25px;
    }

    .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
        opacity: 0;
    }
}
