﻿/* Home page */

.backdrop.home:before {
    content: '';
    display: block;
   background-image: url('/Images/IDPS-Desktop-2.png');
    background-size: cover;
    transform: matrix(0.78, 0.28, -1.05, 0.88, 0, 0) scale(78%) translate(-50%, 310px);
    opacity: 50%;
    position: relative;
    width: 1626.84px;
    height: 879.97px;
    top: 50px;
    left: 50%;
    margin-left: 240px;
    border: 1px solid #23272B;
}

section.hero {
    text-align: center;
    padding: 156px 0 120px;
    max-width: 947px;
    margin: 0 auto;
}

.section.hero p {
    font-size: 18px;
    line-height: 27px;
}

/* Protection */
section.protection {
    margin-top: 91px;
}

section.protection h3 {
    margin-bottom: 70px;
}

section.protection svg.user-icon {
    width: 56px;
    height: 56px;
}

section.protection b {
    display: block;
    margin-top: 42px;
}

section.protection .btn {
    margin-top: 78px;
}

section.protection .btn svg {
    width: 24px;
    height: 24px;
}

section.protection .user-type {
    display: flex;
    flex-direction: column;
}

section.protection .user-type p {
    flex-grow: 1;
}

@media screen and (max-width: 991px) {
    section.protection .user-type {
        display: block;
        margin-bottom: 80px;
    }
    section.protection .btn {
        margin-top: 12px;
    }
}

/* IDPS Home Trial */
section.idps-home {
    padding: 40px 65px;
    margin-top: 165px;
}
section.idps-home .col-md-6 {
    position: relative;
}
section.idps-home .globe-img {
    max-width: 100%;
}
section.idps-home .sub-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
}
section.idps-home .vat {
    font-style: italic;
}