@font-face {
    font-family: 'Lato';
    font-weight: normal;
    src: url('../fonts/Lato/Lato-Regular.ttf')
}

body,
html {
    font-family: 'Lato', sans-serif
}

.nowrap, th, td {
    white-space: nowrap !important;
}

.menu-animated {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer
}

.menu-animated span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    border: none
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    border: none;
    outline: 0;
    box-shadow: none
}

.menu-animated span {
    background: #aeaeae
}

.menu-animated span:nth-child(1) {
    top: 0
}

.menu-animated span:nth-child(2),
.menu-animated span:nth-child(3) {
    top: 10px
}

.menu-animated span:nth-child(4) {
    top: 20px
}

.menu-animated.open span:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%
}

.menu-animated.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-animated.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-animated.open span:nth-child(4) {
    top: 11px;
    width: 0;
    left: 50%
}

.alert-success {
    background-color: #e3fde9;
    border-left: 4px solid #155724;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important
}

.alert-info {
    background-color: #e8f6f9;
    border-color: #b4dae0;
    border-left: 4px solid #0c5460;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #f2e0a7;
    border-left: 4px solid #856404;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important
}

.fixed-z-index {
    position: fixed;
    top: 11px;
    right: 1px;
    z-index: 1090
}

.alertBoxForwards {
    position: relative;
    animation: animateForwards 0.99s forwards
}

.text-light-700 {
    color: #cacaca;
}

@keyframes animateForwards {
    from {
        left: 200px
    }

    to {
        left: 0
    }
}

.alertBoxBackwards {
    position: relative;
    animation: animateBackwards 1s forwards
}

@keyframes animateBackwards {
    from {
        left: 0
    }

    to {
        left: 700px
    }
}

.a-animate {
    text-decoration: none;
    position: relative
}

.a-animate:hover {
    text-decoration: none
}

.a-animate:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 0.4s;
    border-bottom: 1px solid #ff4500
}

.a-animate:hover:after {
    width: 100%
}

.pointer {
    cursor: pointer
}

.text-underline-none {
    text-decoration: none
}

.contact-form-img {
    width: 100%;
    height: 473px
}

.sp,
.spKey {
    margin-top: -33px;
    padding-right: 18px;
    float: right;
    position: sticky;
    color: #aeaeae;
    z-index: 1069
}

.bg-security {
    background: linear-gradient(to bottom, rgba(92, 77, 66, .8) 0%, rgba(92, 77, 66, .8) 100%), url("../../static/img/bg-security-1200x500.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.bg-cookies {
    background: linear-gradient(to bottom, rgba(92, 77, 66, .8) 0%, rgba(92, 77, 66, .8) 100%), url("../../static/img/bg-cookies-1200x500.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.bg-privacy {
    background: linear-gradient(to bottom, rgba(92, 77, 66, .8) 0%, rgba(92, 77, 66, .8) 100%), url("../../static/img/bg-privacy-1200x500.png?v=1.0");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.bg-password-generator {
    background: linear-gradient(to bottom, rgba(92, 77, 66, .8) 0%, rgba(92, 77, 66, .8) 100%), url("../../static/img/bg-password-generator-1200x500.jpg?v=1.0");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.bg-faq {
    background: linear-gradient(to bottom, rgba(92, 77, 66, .8) 0%, rgba(92, 77, 66, .8) 100%), url("../../static/img/bg-faq-1200x500.png?v=1.0");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.bg-contact-form {
    background: linear-gradient(to bottom, rgba(92, 77, 66, .8) 0%, rgba(92, 77, 66, .8) 100%), url("../../static/img/bg-contact-form-1200x500.png?v=1.0");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.sync {
    margin-top: -33px;
    padding-right: 7px;
    float: right;
    position: relative
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.feature-icon {
    background-color: #fff6ed;
    font-size: 20px;
    border-radius: 50%;
    padding: 14px 16px 14px 16px;
}

.alert-info-message {
    border-left: 4px solid #0582b396;
    background-color: #d4f3ff96;
    padding: 15px 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.a-secondary{
    text-decoration: none !important;
    color: #868686 !important;
}

.a-secondary:hover{
    text-decoration: underline !important;
    color: rgb(0, 60, 255) !important;
}

@media (max-width:992px) {
    .md-d-none {
        display: none;
    }
}

@media (max-width:700px) {
    .contact-form-img {
        width: 100%;
        height: 271px
    }

    .sm-d-none {
        display: none;
    }

    .screenshot-sm {
        width: 100%;
        height: 230px;
        text-align: center;
    }
}