.antispam .intro {
    min-height: 510px;
    background: url("../../images/business/antispam/antispam-intro-mobile.png") no-repeat center center/cover;
    overflow: hidden;
    position: relative;
}

.antispam .intro__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.antispam .intro h1,
.antispam .intro p {
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

.antispam .intro h1 {
    font-weight: bold;
    font-size: 32px;
    padding: 0 0 15px 0;
}

.antispam .intro p {
    font-weight: 300;
    font-size: 19px;
}

.antispam .intro p strong {
    font-weight: bold;
}

.antispam .award {
    overflow: hidden;
}

.antispam .award__form {
    padding: 50px 0;
    position: relative;
}

.antispam .award__form h3,
.antispam .award__form p {
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.antispam .award__form h3 {
    font-weight: bold;
    font-size: 21px;
    line-height: normal;
    padding: 0 0 5px 0;
}

.antispam .award__form p {
    font-size: 16px;
    padding: 0 0 25px 0;
}

.antispam .award__form p a {
    color: #00a89d;
    text-decoration: none;
}

.antispam .award__form p a:hover,
.antispam .award__form p a:focus,
.antispam .award__form p a:active {
    text-decoration: none;
}

.antispam .award__form p.disclaimer {
    font-size: 14px;
    padding: 0 0 10px 0;
    letter-spacing: -0.48px;
}

.antispam .award__form .form-group {
    padding: 0 0 10px 0;
    position: relative;
}

.antispam .award__form .form-group.select:after {
    content: '';
    position: absolute;
    top: 35px;
    right: 10px;
    width: 10px;
    height: 17px;
    background: url("../../images/business/antispam/select.png") no-repeat center center/cover;
}

.antispam .award__form .required label:after {
    content: '*';
    display: inline-block;
    color: #ff0000;
}

.antispam .award__form label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    padding: 0 0 5px 10px;
    color: #333333;
}

.antispam .award__form select::-ms-expand {
    display: none;
}

.antispam .award__form input[type="text"],
.antispam .award__form input[type="email"],
.antispam .award__form input[type="tel"],
.antispam .award__form select,
.antispam .award__form textarea {
    background-color: #ffffff;
    height: 45px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid #d0dae5;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .3s ease-in-out;
}

.antispam .award__form input[type="text"]:hover,
.antispam .award__form input[type="text"]:focus,
.antispam .award__form input[type="text"]:active,
.antispam .award__form input[type="email"]:hover,
.antispam .award__form input[type="email"]:focus,
.antispam .award__form input[type="email"]:active,
.antispam .award__form input[type="tel"]:hover,
.antispam .award__form input[type="tel"]:focus,
.antispam .award__form input[type="tel"]:active,
.antispam .award__form select:hover,
.antispam .award__form select:focus,
.antispam .award__form select:active,
.antispam .award__form textarea:hover,
.antispam .award__form textarea:focus,
.antispam .award__form textarea:active {
    outline: none;
    box-shadow: none;
}

.antispam .award__form input[type="text"].error,
.antispam .award__form input[type="email"].error,
.antispam .award__form input[type="tel"].error,
.antispam .award__form select.error,
.antispam .award__form textarea.error {
    border-color: #ff0000;
}

.antispam .award__form select {
    padding: 0 10px;
}

.antispam .award__form textarea {
    height: 120px;
    resize: none;
}

.antispam .award__form input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    text-indent: -1000px;
}

.antispam .award__form input[type="checkbox"] + label {
    padding: 0 0 5px 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}

.antispam .award__form input[type="checkbox"] + label:before {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 2px solid #d0dae5;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.antispam .award__form input[type="checkbox"]:checked + label:before {
    background-color: #00a89d;
    border: 4px solid #d0dae5;
    transition: all .3s ease-in-out;
}

.antispam .award__form input[type="checkbox"].error + label:before {
    border: 2px solid #ff0000;
}

.antispam .award__form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    background-color: #00a89d;
    border: 2px solid #00a89d;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    transition: all .3s ease-in-out;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 35px;
    cursor: pointer;
}

.antispam .award__form input[type="submit"]:hover,
.antispam .award__form input[type="submit"]:focus,
.antispam .award__form input[type="submit"]:active {
    background-color: #ffffff;
    color: #00a89d;
    outline: none;
    transition: all .3s ease-in-out;
}

.antispam .award__form:before,
.antispam .award__form:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #f6f8fb;
    z-index: -1;
}

.antispam .award__form:before {
    right: 50%;
}

.antispam .award__form:after {
    left: 50%;
}

.antispam .award__content {
    padding: 75px 0 0 0;
}

.antispam .award__content h2,
.antispam .award__content p {
    color: #262626;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.antispam .award__content h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 15px 0;
}

.antispam .award__content p {
    font-size: 20px;
    line-height: 32px;
}

.antispam .award__content ul {
    padding: 25px 0;
}

.antispam .award__content ul li {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: bold;
    letter-spacing: -1.04px;
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 20px 30px;
}

.antispam .award__content ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 24px;
    height: 18px;
    background: url("../../images/business/antispam/check.png") no-repeat center center/cover;
}

.antispam .award__content ul li:last-of-type {
    padding: 0 0 0 30px;
}

.antispam .award__content .overview img {
    display: inline-block;
    width: 100%;
    max-width: 90px;
    height: auto;
}

.antispam .award__content .overview img + img {
    margin-left: 15px;
}

.testimonial {
    padding: 50px 0 0 0;
}

.testimonial__content {
    position: relative;
}

.testimonial__content blockquote {
    padding: 0 10px 20px 10px;
    border-bottom: 5px solid #f8f8f8;
}

.testimonial__content p,
.testimonial__content cite {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
}

.testimonial__content p {
    color: #000000;
    padding: 50px 0 25px 0;
}

.testimonial__content cite {
    color: #00a89d;
}

.testimonial__content:before {
    content: '';
    width: 195px;
    height: 161px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../images/business/antispam/quote.png") no-repeat center center/cover;
    z-index: -1;
}

.antispam .features {
    padding: 60px 0;
}

.antispam .features .row {
    border-bottom: 5px solid #f8f8f8;
}

.antispam .features__content {
    position: relative;
    padding: 0 0 20px 80px;
}

.antispam .features__icon {
    max-width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.antispam .features__icon img {
    width: 100%;
    height: auto;
}

.antispam .features__text h3 {
    font-size: 19px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000000;
}

.antispam .benefits img {
    width: 100%;
    height: auto;
}

.antispam .benefits__content {
    padding: 20px 0 40px 0;
}

.antispam .benefits__content h3,
.antispam .benefits__content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.antispam .benefits__content h3 {
    color: #262626;
    font-size: 20px;
    line-height: normal;
    padding: 0 0 10px 0;
}

.antispam .benefits__content p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.patch-management .intro,
.fde .intro {
    min-height: 640px;
    background: url("../../images/business/patch-management/pm-intro.jpg") no-repeat center center/cover;
    overflow: hidden;
    position: relative;
}

.patch-management .intro__content,
.fde .intro__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.patch-management .intro h1,
.patch-management .intro p,
.fde .intro h1,
.fde .intro p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    text-align: center;
}

.patch-management .intro h1,
.fde .intro h1 {
    font-weight: bold;
    font-size: 32px;
    padding: 0 0 15px 0;
}

.patch-management .intro p,
.fde .intro p {
    font-weight: 300;
    font-size: 20px;
}

.patch-management .intro p strong,
.fde .intro p strong {
    font-weight: bold;
}

.patch-management .intro img,
.fde .intro img {
    width: 100%;
    height: auto;
}

.patch-management .second-menu,
.fde .second-menu {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    transition: all .5s ease-in-out;
}

.patch-management .second-menu.sticky,
.fde .second-menu.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s ease-in-out;
}

.patch-management .second-menu a,
.fde .second-menu a {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.patch-management .second-menu .navbar-select,
.fde .second-menu .navbar-select {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c4c4c;
    padding: 25px 0;
    border: none;
    background: url("../../images/business/patch-management/arrow-down.png") calc(100% - 5px)/22px no-repeat transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.patch-management .second-menu .navbar-select:hover,
.patch-management .second-menu .navbar-select:focus,
.patch-management .second-menu .navbar-select:active,
.fde .second-menu .navbar-select:hover,
.fde .second-menu .navbar-select:focus,
.fde .second-menu .navbar-select:active {
    outline: none;
}

.patch-management .second-menu .navbar-select::-ms-expand,
.fde .second-menu .navbar-select::-ms-expand {
    display: none;
}

.patch-management .second-menu .navbar-select > option,
.fde .second-menu .navbar-select > option {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c4c4c;
}

.patch-management .second-menu .navbar,
.patch-management .second-menu .cta,
.fde .second-menu .navbar,
.fde .second-menu .cta {
    display: none;
}

.patch-management .cta-mobile .cta,
.fde .cta-mobile .cta {
    display: block;
    padding: 10px 0;
}

.patch-management .cta-mobile .cta li:first-of-type,
.fde .cta-mobile .cta li:first-of-type {
    padding: 0 0 10px 0;
}

.patch-management .cta-mobile .cta__btn,
.fde .cta-mobile .cta__btn {
    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
    display: block;
    text-align: center;
    border: 2px solid transparent;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.patch-management .cta-mobile .cta__btn--green,
.fde .cta-mobile .cta__btn--green {
    border-color: #00b6ae;
    background-color: #00b6ae;
    padding: 4px 17px;
}

.patch-management .cta-mobile .cta__btn--green:hover,
.patch-management .cta-mobile .cta__btn--green:focus,
.fde .cta-mobile .cta__btn--green:hover,
.fde .cta-mobile .cta__btn--green:focus {
    color: #00b6ae;
}

.patch-management .cta-mobile .cta__btn--orange,
.fde .cta-mobile .cta__btn--orange {
    border-color: #ffa119;
    background-color: #ffa119;
    padding: 4px 62px;
}

.patch-management .cta-mobile .cta__btn--orange:hover,
.patch-management .cta-mobile .cta__btn--orange:focus,
.fde .cta-mobile .cta__btn--orange:hover,
.fde .cta-mobile .cta__btn--orange:focus {
    color: #ffa119;
}

.patch-management .cta-mobile .cta__btn:hover,
.patch-management .cta-mobile .cta__btn:focus,
.fde .cta-mobile .cta__btn:hover,
.fde .cta-mobile .cta__btn:focus {
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.patch-management .overview,
.fde .overview {
    padding: 60px 0;
}

.patch-management .overview .custom-row,
.fde .overview .custom-row {
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.patch-management .overview__content h2,
.patch-management .overview__content p,
.fde .overview__content h2,
.fde .overview__content p {
    font-family: "Roboto", sans-serif;
    color: #262626;
    font-weight: 300;
}

.patch-management .overview__content h2,
.fde .overview__content h2 {
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 10px 0;
}

.patch-management .overview__content p,
.fde .overview__content p {
    font-size: 18px;
    line-height: 26px;
}

.patch-management .overview__image img,
.fde .overview__image img {
    width: 100%;
    height: auto;
}

.patch-management .benefits,
.fde .benefits {
    padding: 0 0 15px 0;
}

.patch-management .benefits .custom-container,
.fde .benefits .custom-container {
    padding: 0;
}

.patch-management .benefits .benefit.expanded .benefit__body,
.fde .benefits .benefit.expanded .benefit__body {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    max-height: 200px;
    transition: all .7s ease-in-out;
}

.patch-management .benefits .benefit.expanded .benefit__header h2:before,
.fde .benefits .benefit.expanded .benefit__header h2:before {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.patch-management .benefits .benefit h2,
.patch-management .benefits .benefit p,
.fde .benefits .benefit h2,
.fde .benefits .benefit p {
    font-family: "Roboto", sans-serif;
    color: #262626;
    text-align: center;
}

.patch-management .benefits .benefit__header img,
.fde .benefits .benefit__header img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.patch-management .benefits .benefit__header h2,
.fde .benefits .benefit__header h2 {
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: -1.1px;
    position: relative;
    max-width: 195px;
    margin: 0 auto;
    padding: 25px 0 0 0;
    cursor: pointer;
    z-index: 3;
}

.patch-management .benefits .benefit__header h2:before,
.patch-management .benefits .benefit__header h2:after,
.fde .benefits .benefit__header h2:before,
.fde .benefits .benefit__header h2:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}

.patch-management .benefits .benefit__header h2:before,
.fde .benefits .benefit__header h2:before {
    width: 4px;
    height: 20px;
    right: -14px;
    top: 32px;
}

.patch-management .benefits .benefit__header h2:after,
.fde .benefits .benefit__header h2:after {
    width: 20px;
    height: 4px;
    right: -22px;
    top: 40px;
}

.patch-management .benefits .benefit__header--green:before,
.patch-management .benefits .benefit__header--green:after,
.fde .benefits .benefit__header--green:before,
.fde .benefits .benefit__header--green:after {
    background-color: #41d3a2;
}

.patch-management .benefits .benefit__header--orange,
.fde .benefits .benefit__header--orange {
    max-width: 175px !important;
}

.patch-management .benefits .benefit__header--orange:before,
.patch-management .benefits .benefit__header--orange:after,
.fde .benefits .benefit__header--orange:before,
.fde .benefits .benefit__header--orange:after {
    background-color: #f8b986;
}

.patch-management .benefits .benefit__header--blue:before,
.patch-management .benefits .benefit__header--blue:after,
.fde .benefits .benefit__header--blue:before,
.fde .benefits .benefit__header--blue:after {
    background-color: #3881b1;
}

.patch-management .benefits .benefit__body,
.fde .benefits .benefit__body {
    position: relative;
    padding: 150px 40px 0 40px;
    margin-top: -150px;
    max-height: 0;
    overflow: hidden;
    transition: all .7s ease-in-out;
}

.patch-management .benefits .benefit__body p,
.fde .benefits .benefit__body p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    padding: 35px 0 25px 0;
    min-height: 140px;
}

.patch-management .benefits .benefits-slider,
.fde .benefits .benefits-slider {
    padding: 0 0 50px 0;
}

.patch-management .benefits .benefits-slider .swiper-button-next,
.patch-management .benefits .benefits-slider .swiper-button-prev,
.fde .benefits .benefits-slider .swiper-button-next,
.fde .benefits .benefits-slider .swiper-button-prev {
    background: url("../../images/business/patch-management/arrow-slider-white.png") no-repeat center/auto #000000;
    width: 32px;
    height: 40px;
}

.patch-management .benefits .benefits-slider .swiper-button-prev,
.fde .benefits .benefits-slider .swiper-button-prev {
    left: 0;
}

.patch-management .benefits .benefits-slider .swiper-button-next,
.fde .benefits .benefits-slider .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}

.patch-management .features,
.fde .features {
    background: url("../../images/business/patch-management/features-bg.png") no-repeat center center/cover;
    padding: 0 0 70px 0;
}

.patch-management .features .custom-container,
.fde .features .custom-container {
    position: relative;
}

.patch-management .features__title,
.fde .features__title {
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    line-height: 26px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 95px 0 85px 0;
}

.patch-management .features .image-center,
.fde .features .image-center {
    text-align: center;
    padding: 0 0 70px 0;
}

.patch-management .features .image-center img,
.fde .features .image-center img {
    max-width: 100%;
    height: auto;
}

.patch-management .features .feature,
.fde .features .feature {
    position: relative;
    max-width: 100%;
    margin-bottom: 40px;
}

.patch-management .features .feature h3,
.patch-management .features .feature p,
.fde .features .feature h3,
.fde .features .feature p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.patch-management .features .feature__header,
.fde .features .feature__header {
    background-color: #ffffff;
    height: 69px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 77px 0 27px;
    position: relative;
    cursor: pointer;
}

.patch-management .features .feature__header:after,
.fde .features .feature__header:after {
    content: "";
    position: absolute;
    background: url("../../images/business/patch-management/arrow-down.png") 100%/16px no-repeat transparent;
    width: calc(100% - 50px);
    height: 100%;
    display: block;
}

.patch-management .features .feature__header h3,
.fde .features .feature__header h3 {
    line-height: 20px;
    font-weight: 500;
    color: #222222;
    text-transform: uppercase;
}

.patch-management .features .feature__body,
.fde .features .feature__body {
    background-color: #ffffff;
    top: -1px;
    padding: 0 40px 0 27px;
    max-height: 0;
    overflow: hidden;
    transition: all .7s ease-in-out;
}

.patch-management .features .feature__body p,
.fde .features .feature__body p {
    line-height: 30px;
    font-weight: 300;
    color: #6a6a6a;
    padding: 0 0 25px 0;
}

.patch-management .features .feature__body:before,
.fde .features .feature__body:before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}

.patch-management .features .feature__body--violet:before,
.fde .features .feature__body--violet:before {
    background: linear-gradient(to bottom, #e239c6, #6b8de7);
}

.patch-management .features .feature__body--orange:before,
.fde .features .feature__body--orange:before {
    background: linear-gradient(to bottom, #f764ab, #ff8284);
}

.patch-management .features .feature__body--yellow:before,
.fde .features .feature__body--yellow:before {
    background: linear-gradient(to bottom, #fcd698, #f58d90);
}

.patch-management .features .feature__body--green:before,
.fde .features .feature__body--green:before {
    background: linear-gradient(to bottom, #55dfa5, #4dbbbc);
}

.patch-management .features .feature__body--red:before,
.fde .features .feature__body--red:before {
    background: linear-gradient(to right, #ec398e, #c32c5b);
}

.patch-management .features .feature__body--blue:before,
.fde .features .feature__body--blue:before {
    background: linear-gradient(to right, #2ec4f7, #3867c8);
}

.patch-management .features .feature.expanded .feature__body,
.fde .features .feature.expanded .feature__body {
    max-height: 300px;
    transition: all .7s ease-in-out;
}

.patch-management .features .cta,
.fde .features .cta {
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 3px 0;
}

.patch-management .features .cta__btn,
.fde .features .cta__btn {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 4px 27px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
}

.patch-management .features .cta__btn--orange,
.fde .features .cta__btn--orange {
    border-color: #ffa119;
    background-color: #ffa119;
}

.patch-management .features .cta__btn--orange:hover,
.patch-management .features .cta__btn--orange:focus,
.fde .features .cta__btn--orange:hover,
.fde .features .cta__btn--orange:focus {
    color: #ffa119;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.patch-management .features-modal,
.patch-management .fde-modal,
.fde .features-modal,
.fde .fde-modal {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.patch-management .features-modal.modal-is-open,
.patch-management .fde-modal.modal-is-open,
.fde .features-modal.modal-is-open,
.fde .fde-modal.modal-is-open {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.patch-management .features-modal .modal-content,
.patch-management .fde-modal .modal-content,
.fde .features-modal .modal-content,
.fde .fde-modal .modal-content {
    width: 100%;
    height: 340px;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom: 5px solid #2ec4f7;
    box-shadow: 2px 0 35px -3px #333333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.patch-management .features-modal .modal-content .modal-inner,
.patch-management .fde-modal .modal-content .modal-inner,
.fde .features-modal .modal-content .modal-inner,
.fde .fde-modal .modal-content .modal-inner {
    width: 100%;
}

.patch-management .features-modal .close-modal,
.patch-management .fde-modal .close-modal,
.fde .features-modal .close-modal,
.fde .fde-modal .close-modal {
    position: absolute;
    color: #2e2250;
    font-weight: 700;
    font-size: 22px;
    top: 18px;
    right: 18px;
    cursor: pointer;
    z-index: 10;
}

.patch-management .features-modal__body,
.patch-management .fde-modal__body,
.fde .features-modal__body,
.fde .fde-modal__body {
    background-color: #ffffff;
}

.patch-management .features-modal .features-slider .slide-content,
.patch-management .fde-modal .features-slider .slide-content,
.fde .features-modal .features-slider .slide-content,
.fde .fde-modal .features-slider .slide-content {
    padding: 0 100px;
    height: 340px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.patch-management .features-modal .features-slider .slide-content h3,
.patch-management .features-modal .features-slider .slide-content p,
.patch-management .fde-modal .features-slider .slide-content h3,
.patch-management .fde-modal .features-slider .slide-content p,
.fde .features-modal .features-slider .slide-content h3,
.fde .features-modal .features-slider .slide-content p,
.fde .fde-modal .features-slider .slide-content h3,
.fde .fde-modal .features-slider .slide-content p {
    font-family: "Roboto", sans-serif;
    padding: 0 0 40px 0;
    text-align: center;
    max-width: 650px;
}

.patch-management .features-modal .features-slider .slide-content h3,
.patch-management .fde-modal .features-slider .slide-content h3,
.fde .features-modal .features-slider .slide-content h3,
.fde .fde-modal .features-slider .slide-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #2e2250;
}

.patch-management .features-modal .features-slider .slide-content p,
.patch-management .fde-modal .features-slider .slide-content p,
.fde .features-modal .features-slider .slide-content p,
.fde .fde-modal .features-slider .slide-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #6a6a6a;
}

.patch-management .features-modal .features-slider .swiper-button-next,
.patch-management .features-modal .features-slider .swiper-button-prev,
.patch-management .fde-modal .features-slider .swiper-button-next,
.patch-management .fde-modal .features-slider .swiper-button-prev,
.fde .features-modal .features-slider .swiper-button-next,
.fde .features-modal .features-slider .swiper-button-prev,
.fde .fde-modal .features-slider .swiper-button-next,
.fde .fde-modal .features-slider .swiper-button-prev {
    background: url("../../images/business/patch-management/arrow-down.png") no-repeat center/auto transparent;
    width: 32px;
    height: 40px;
}

.patch-management .features-modal .features-slider .swiper-button-prev,
.patch-management .fde-modal .features-slider .swiper-button-prev,
.fde .features-modal .features-slider .swiper-button-prev,
.fde .fde-modal .features-slider .swiper-button-prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 12px;
}

.patch-management .features-modal .features-slider .swiper-button-next,
.patch-management .fde-modal .features-slider .swiper-button-next,
.fde .features-modal .features-slider .swiper-button-next,
.fde .fde-modal .features-slider .swiper-button-next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 12px;
}

.patch-management .complementary-products,
.fde .complementary-products {
    padding: 5px 0 0 0;
}

.patch-management .complementary-products .custom-container,
.fde .complementary-products .custom-container {
    padding: 0;
}

.patch-management .complementary-products__content h2,
.patch-management .complementary-products__content p,
.fde .complementary-products__content h2,
.fde .complementary-products__content p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-align: center;
    color: #262626;
}

.patch-management .complementary-products__content h2,
.fde .complementary-products__content h2 {
    font-size: 34px;
    line-height: 46px;
    text-transform: capitalize;
    padding: 90px 0 15px 0;
}

.patch-management .complementary-products__content p,
.fde .complementary-products__content p {
    font-size: 20px;
    line-height: 27px;
    padding: 0 0 15px 0;
    max-width: 800px;
    margin: 0 auto;
}

.patch-management .complementary-products .product,
.fde .complementary-products .product {
    box-shadow: 0 0 97px 0 rgba(204, 210, 212, 0.42);
}

.patch-management .complementary-products .product__header,
.fde .complementary-products .product__header {
    padding: 73px 0 40px 0;
}

.patch-management .complementary-products .product__header img,
.fde .complementary-products .product__header img {
    width: 76px;
    height: 76px;
    display: block;
    margin: 0 auto;
}

.patch-management .complementary-products .product__body,
.fde .complementary-products .product__body {
    padding: 0 45px 0 45px;
}

.patch-management .complementary-products .product__body h3,
.patch-management .complementary-products .product__body p,
.fde .complementary-products .product__body h3,
.fde .complementary-products .product__body p {
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 0 auto;
}

.patch-management .complementary-products .product__body h3,
.fde .complementary-products .product__body h3 {
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: -1.5px;
    color: #262626;
    max-width: 200px;
    padding: 0 0 22px 0;
}

.patch-management .complementary-products .product__body p,
.fde .complementary-products .product__body p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #333333;
    padding: 0 0 5px 0;
    min-height: 325px;
}

.patch-management .complementary-products .product__footer,
.fde .complementary-products .product__footer {
    padding: 20px 0 65px 0;
    text-align: center;
    margin: 0 auto;
}

.patch-management .complementary-products .product__footer a,
.fde .complementary-products .product__footer a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffa119;
    border: 2px solid #ffa119;
    display: inline-block;
    padding: 4px 48px;
    transition: all .3s ease-in-out;
}

.patch-management .complementary-products .product__footer a:hover,
.fde .complementary-products .product__footer a:hover {
    color: #ffffff;
    background-color: #ffa119;
    transition: all .3s ease-in-out;
}

.patch-management .complementary-products .products-slider .swiper-wrapper,
.fde .complementary-products .products-slider .swiper-wrapper {
    padding: 40px 0;
}

.patch-management .complementary-products .products-slider .swiper-button-next,
.patch-management .complementary-products .products-slider .swiper-button-prev,
.fde .complementary-products .products-slider .swiper-button-next,
.fde .complementary-products .products-slider .swiper-button-prev {
    background: url("../../images/business/patch-management/arrow-slider-white.png") no-repeat center/auto #000000;
    width: 32px;
    height: 40px;
}

.patch-management .complementary-products .products-slider .swiper-button-prev,
.fde .complementary-products .products-slider .swiper-button-prev {
    left: 0;
}

.patch-management .complementary-products .products-slider .swiper-button-next,
.fde .complementary-products .products-slider .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}

.patch-management .requirements {
    padding: 95px 0 50px 0;
    background-color: #f2f4f8;
}

.patch-management .requirements__content {
    max-width: 790px;
    margin: 0 auto;
}

.patch-management .requirements__content h2,
.patch-management .requirements__content p {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #262626;
}

.patch-management .requirements__content h2 {
    line-height: normal;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}

.patch-management .requirements__content p {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    padding: 0 0 37px 0;
}

.patch-management .requirements__content p:before {
    content: url("../../images/business/patch-management/green-caret.png");
    position: relative;
    left: -10px;
    top: -1px;
    display: inline-block;
}

.patch-management .requirements__content p strong {
    font-weight: bold;
}

.patch-management .requirements__content p a {
    text-decoration: underline;
}

.patch-management .contact,
.fde .contact {
    font-family: "Roboto", sans-serif;
    padding: 70px 0 85px 0;
}

.patch-management .contact__content h2,
.patch-management .contact__content p,
.fde .contact__content h2,
.fde .contact__content p {
    text-align: center;
}

.patch-management .contact__content h2,
.fde .contact__content h2 {
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    color: #5f5959;
    padding: 0 0 15px 0;
}

.patch-management .contact__content p,
.fde .contact__content p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    color: #6f8293;
    max-width: 740px;
    margin: 0 auto;
}

.patch-management .contact__cta,
.fde .contact__cta {
    margin: 0 auto;
    text-align: center;
    padding: 35px 0 0 0;
}

.patch-management .contact__cta a,
.fde .contact__cta a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 48px;
    border: 2px solid #1cb6ad;
    color: #ffffff;
    background-color: #1cb6ac;
    transition: all .3s ease-in-out;
}

.patch-management .contact__cta a:hover,
.patch-management .contact__cta a:focus,
.fde .contact__cta a:hover,
.fde .contact__cta a:focus {
    color: #1cb6ac;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

body,
html {
    scroll-behavior: smooth;
}

.fde .requirements {
    padding: 95px 0 50px 0;
    background-color: #f2f4f8;
}

.fde .requirements__content h2,
.fde .requirements__content p {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #262626;
}

.fde .requirements__content h2 {
    line-height: normal;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}

.fde .requirements__content p {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    padding: 0 0 10px 0;
}

.fde .requirements__content p strong {
    font-weight: bold;
}

.fde .requirements__content p a {
    text-decoration: underline;
}

.fde .requirements .windows {
    padding: 17px 0 0 0;
}

.fde .requirements .mac {
    padding: 42px 0 20px 0;
}

.fde .requirements .windows,
.fde .requirements .mac {
    font-family: "Roboto", sans-serif;
}

.fde .requirements .windows h3,
.fde .requirements .windows p,
.fde .requirements .mac h3,
.fde .requirements .mac p {
    font-size: 18px;
    text-align: center;
}

.fde .requirements .windows__header,
.fde .requirements .mac__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fde .requirements .windows__header h3,
.fde .requirements .mac__header h3 {
    line-height: 18px;
    color: #262626;
    padding: 15px 10px 15px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.fde .requirements .windows__header img,
.fde .requirements .mac__header img {
    max-width: 100%;
    height: auto;
    padding: 0 0 5px 0;
}

.fde .requirements .windows__body p,
.fde .requirements .mac__body p {
    line-height: 32px;
    color: #333333;
    font-weight: 300;
    padding: 0 0 10px 0;
}

.fde .requirements .windows__body ul,
.fde .requirements .mac__body ul {
    padding: 0 0 10px 0;
}

.fde .requirements .windows__body ul li p,
.fde .requirements .mac__body ul li p {
    padding: 0;
    font-weight: bold;
}

.fde .intro {
    background: url("../../images/business/fde/fde-intro.png") no-repeat center center/cover;
}

.fde .second-menu .navbar-select {
    background: url("../../images/business/fde/arrow-down.png") calc(100% - 5px)/22px no-repeat transparent;
}

.fde .features {
    background: url("../../images/business/fde/features-bg.png") no-repeat center center/cover;
}

.fde .features .feature__header:after {
    background: url("../../images/business/fde/arrow-down.png") 100%/16px no-repeat transparent;
}

.fde .fde-modal .features-slider .swiper-button-next,
.fde .fde-modal .features-slider .swiper-button-prev {
    background: url("../../images/business/fde/arrow-down.png") no-repeat center/auto transparent;
}

.fde .benefits .benefit__header h2 {
    max-width: 210px;
}

.fde .benefits .benefit__header h2:before {
    top: 29px;
}

.fde .benefits .benefit__header h2:after {
    top: 37px;
}

.fde .benefits .benefits-slider .swiper-button-next,
.fde .benefits .benefits-slider .swiper-button-prev {
    background: url("../../images/business/fde/arrow-slider-white.png") no-repeat center/auto #000000;
}

.fde .complementary-products .product__body p {
    min-height: 300px;
}

.fde .complementary-products .products-slider .swiper-button-next,
.fde .complementary-products .products-slider .swiper-button-prev {
    background: url("../../images/business/fde/arrow-slider-white.png") no-repeat center/auto #000000;
}

.renewal .intro {
    background: url("../../images/business/renewal/intro.jpg") no-repeat center center/cover;
    padding: 54px 0 65px 0;
}

.renewal .intro__content {
    width: 100%;
}

.renewal .intro__content .section-title,
.renewal .intro__content p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    text-align: center;
}

.renewal .intro__content .section-title {
    font-weight: bold;
    font-size: 32px;
    padding: 0 0 28px 0;
}

.renewal .intro__content .section-title span {
    color: #19a89d;
}

.renewal .intro__content p {
    font-weight: 300;
    font-size: 19px;
    padding: 0 0 30px 0;
}

.renewal .intro__content .step {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    padding: 20px 10px 25px 10px;
    margin: 0 0 20px 0;
}

.renewal .intro__content .step__number {
    width: 15.8%;
    position: relative;
}

.renewal .intro__content .step__number:after {
    content: "";
    position: absolute;
    top: 38px;
    left: 23px;
    background: url("../../images/business/renewal/dots-step.png") no-repeat center center/cover;
    width: 2px;
    height: 145px;
}

.renewal .intro__content .step__number p {
    font-size: 40px;
    line-height: 30px;
    color: #19a89d;
    font-weight: 900;
}

.renewal .intro__content .step__form {
    width: 84.1%;
}

.renewal .intro__content .step__form .form__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 5px 0;
}

.renewal .intro__content .step__form .form__go-to {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-decoration: underline;
    color: #19a89d;
    padding: 0 0 10px 0;
    display: block;
}

.renewal .intro__content .step__form .form__group {
    padding: 0 0 8px 0;
}

.renewal .intro__content .step__form .form__group input {
    border: 1px solid #d0dae4;
    border-radius: 3px;
    outline: none;
    padding: 5px 0 5px 10px;
    font-weight: 400;
}

.renewal .intro__content .step__form .form__group input[type="submit"] {
    cursor: pointer;
    text-align: center;
    border: none;
    background: #19a89d;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 0;
}

.renewal .intro__content .step__form .form__group:last-of-type {
    padding: 0;
}

.renewal .intro__content .step__radio-select {
    width: 84.1%;
}

.renewal .intro__content .step__radio-select h2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 15px 0;
}

.renewal .intro__content .step__radio-select h3,
.renewal .intro__content .step__radio-select label,
.renewal .intro__content .step__radio-select select {
    font-weight: 700;
}

.renewal .intro__content .step__radio-select h3 {
    text-transform: uppercase;
    font-size: 13px;
}

.renewal .intro__content .step__radio-select .radio {
    padding: 0 0 26px 0;
    position: relative;
}

.renewal .intro__content .step__radio-select .radio h3 {
    padding: 0 0 7px 0;
}

.renewal .intro__content .step__radio-select .radio__group {
    padding: 0 0 5px 0;
}

.renewal .intro__content .step__radio-select .radio__group input[type="radio"] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    text-indent: -1000px;
}

.renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label {
    position: relative;
    font-size: 12px;
    padding: 0 0 0 20px;
    cursor: pointer;
}

.renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label:after,
.renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label:before {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #d1dbe5;
}

.renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label:after {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.renewal .intro__content .step__radio-select .radio__group input[type="radio"]:checked + label:after {
    opacity: 1;
    visibility: visible;
    top: 3.4px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #19a89d;
    border: 1px solid #19a89d;
    transition: all .3s ease-in-out;
}

.renewal .intro__content .step__radio-select .radio__group input[type="radio"]:checked + label:before {
    border: 1px solid #19a89d;
}

.renewal .intro__content .step__radio-select .radio:before {
    content: "";
    position: absolute;
    bottom: 14px;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.renewal .intro__content .step__radio-select .select__title {
    padding: 0 0 7px 0;
}

.renewal .intro__content .step__radio-select .select select {
    outline: none;
    font-size: 12px;
    border: 1px solid #d0dae4;
    box-shadow: none;
    border-radius: 3px;
    padding: 5px 27px 5px 8px;
    background: url("../../images/business/renewal/select-drop.png") no-repeat 86% 58%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.renewal .intro__content .step:first-of-type .step__number p {
    padding: 0 5px 0 0;
}

.renewal .intro__content .step:nth-of-type(2) .step__number:after {
    height: 200px;
}

.renewal .intro__content .step:last-of-type {
    margin: 0;
    background: none;
    padding: 0 10px;
}

.renewal .intro__content .step:last-of-type .step__content h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.renewal .intro__content .step:last-of-type .step__number:after {
    display: none;
}

.renewal .tables {
    background: #ecedf4;
}

.renewal .tables .tables-slider {
    top: -65px;
}

.renewal .tables .tables-slider .swiper-slide {
    width: 75%;
}

.renewal .tables .tables-slider .swiper-slide:first-of-type {
    margin-left: 20px;
}

.renewal .tables .tables-slider .swiper-slide:first-of-type .wrapper-expand:nth-of-type(3),
.renewal .tables .tables-slider .swiper-slide:first-of-type .wrapper-expand:nth-of-type(4) {
    display: none;
}

.renewal .tables .tables-slider .swiper-slide:nth-of-type(2) {
    margin-right: 20px;
}

.renewal .tables .tables-slider .swiper-slide:nth-of-type(2) .wrapper-expand:nth-of-type(2) .expand__list li:before {
    display: none;
}

.renewal .tables .tables-slider .swiper-slide:nth-of-type(2) .wrapper-expand:nth-of-type(2) .expand__list li:first-of-type:before {
    display: block;
}

.renewal .tables .tables-slider .swiper-slide:nth-of-type(2) .wrapper-expand:nth-of-type(3) .expand__list li:first-of-type:before {
    display: none;
}

.renewal .tables .tables-slider .swiper-slide:nth-of-type(2) .wrapper-expand:nth-of-type(3) .expand__list li:nth-of-type(2):before {
    display: none;
}

.renewal .tables .tables-slider .head {
    background: #ffffff;
    padding: 20px 15px;
    border-bottom: 2px solid #f0f1f7;
}

.renewal .tables .tables-slider .head__title {
    font-weight: 900;
}

.renewal .tables .tables-slider .head__description,
.renewal .tables .tables-slider .head__renew {
    font-size: 14px;
}

.renewal .tables .tables-slider .head__price-detail,
.renewal .tables .tables-slider .head__confirm {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.renewal .tables .tables-slider .head__title,
.renewal .tables .tables-slider .head__description,
.renewal .tables .tables-slider .head__price-detail {
    padding: 0 0 8px 0;
}

.renewal .tables .tables-slider .head__description {
    color: #808080;
    font-weight: 400;
    line-height: 20px;
    max-width: 225px;
}

.renewal .tables .tables-slider .head__description br.new-paragraph {
    display: none;
}

.renewal .tables .tables-slider .head__description:first-of-type {
    min-height: 100px;
}

.renewal .tables .tables-slider .head__description span {
    font-weight: bold;
}

.renewal .tables .tables-slider .head__description:nth-of-type(2) {
    color: #212121;
}

.renewal .tables .tables-slider .head__price {
    font-weight: 900;
    color: #19a89d;
    font-size: 24px;
    line-height: 20px;
}

.renewal .tables .tables-slider .head__price span {
    font-weight: 700;
    font-size: 16px;
    color: #212121;
    position: relative;
}

.renewal .tables .tables-slider .head__price span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: #212121;
}

.renewal .tables .tables-slider .head__price span:last-of-type {
    color: #858585;
}

.renewal .tables .tables-slider .head__price span:last-of-type:after {
    display: none;
}

.renewal .tables .tables-slider .head__price-detail {
    font-weight: 400;
}

.renewal .tables .tables-slider .head__renew {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background: #19a89d;
    max-width: 140px;
    display: block;
    padding: 9px 0;
    text-align: center;
}

.renewal .tables .tables-slider .head__renew--disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.renewal .tables .tables-slider .head__confirm {
    padding: 8px 0 0 0;
}

.renewal .tables .tables-slider .wrapper-expand .expand {
    box-shadow: 3px 10px 8px #d9d9da;
}

.renewal .tables .tables-slider .wrapper-expand .expand__trigger,
.renewal .tables .tables-slider .wrapper-expand .expand li,
.renewal .tables .tables-slider .wrapper-expand .expand span {
    font-family: 'Roboto', sans-serif;
}

.renewal .tables .tables-slider .wrapper-expand .expand__trigger {
    color: #19a89d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background: #f7f8fc;
    display: block;
    line-height: 55px;
    border-bottom: 2px solid #f0f1f7;
    position: relative;
    padding: 0 0 0 15px;
    letter-spacing: -0.24px;
    cursor: default;
}

.renewal .tables .tables-slider .wrapper-expand .expand__trigger:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    background: url("../../images/business/renewal/expand-arrow.png") no-repeat center center/cover;
    width: 15px;
    height: 9px;
    transition: all .3s ease-in-out;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li {
    min-height: 55px;
    border-bottom: 2px solid #f0f1f7;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 10px 45px 10px 30px;
    background: #ffffff;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li p,
.renewal .tables .tables-slider .wrapper-expand .expand__list li span {
    font-weight: 400;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: normal;
    max-width: 226px;
    letter-spacing: -0.32px;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li span {
    font-size: 14px;
    line-height: 16px;
    color: #808080;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li span.turquoise {
    color: #19a89d;
    letter-spacing: -0.28px;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li:before,
.renewal .tables .tables-slider .wrapper-expand .expand__list li:after {
    content: "";
    position: absolute;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li:before {
    background: url("../../images/business/renewal/checked.png") no-repeat center center/cover;
    right: 14px;
    width: 20px;
    height: 13px;
    top: 35px;
}

.renewal .tables .tables-slider .wrapper-expand .expand__list li:after {
    background: url("../../images/business/renewal/dots-left.png") no-repeat center center/cover;
    left: 14px;
    width: 6px;
    height: 20px;
    top: 30px;
}

.renewal .tables .tables-slider .wrapper-expand .expand:nth-child(2) a {
    border-top: none;
}

.renewal .tables .tables-slider .wrapper-expand:first-of-type {
    display: block;
}

.renewal .tables .tables-slider .action {
    text-align: center;
    padding: 20px 0 40px 0;
}

.renewal .tables .tables-slider .action__btn,
.renewal .tables .tables-slider .action__disclaimer {
    font-family: 'Roboto', sans-serif;
}

.renewal .tables .tables-slider .action__btn {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background: #19a89d;
    max-width: 226px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}

.renewal .tables .tables-slider .action__btn--disable {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.renewal .tables .tables-slider .action__disclaimer {
    font-weight: 400;
    color: #808080;
    padding: 20px 0 0 0;
}

.renewal .tables .tables-slider .swiper-button-next,
.renewal .tables .tables-slider .swiper-button-prev {
    position: absolute;
    top: 7.9%;
    z-index: 10;
    width: 34px;
    height: 34px;
    background: url("../../images/business/renewal/arrow-slider.png") no-repeat center center/cover;
    margin: 0;
}

.renewal .tables .tables-slider .swiper-button-next.swiper-button-disabled,
.renewal .tables .tables-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.renewal .tables .tables-slider .swiper-button-next {
    right: 0;
}

.renewal .tables .tables-slider .swiper-button-prev {
    left: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.renewal .question {
    background: #f0f1f7;
}

.renewal .question__content {
    background: url("../../images/business/renewal/bg-question-mobile.jpg") no-repeat center center/cover;
    padding: 41px 25px 40px 25px;
}

.renewal .question__content .section-title,
.renewal .question__content p,
.renewal .question__content a {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #ffffff;
}

.renewal .question__content p,
.renewal .question__content a {
    font-size: 19px;
}

.renewal .question__content .section-title {
    font-weight: 900;
    font-size: 32px;
    padding: 0 0 21px 0;
    line-height: normal;
}

.renewal .question__content p {
    font-weight: 300;
    max-width: 497px;
    margin: 0 auto;
}

.renewal .question__content p:last-of-type {
    padding: 0 0 21px 0;
}

.renewal .question__content a {
    font-weight: 500;
    display: block;
    background: #19a89d;
    max-width: 160px;
    line-height: 45px;
    margin: 0 auto;
}

.renewal .performances {
    background: #f0f1f7;
    padding: 42px 0 40px 0;
}

.renewal .performances .section-title,
.renewal .performances h3,
.renewal .performances p {
    font-family: 'Roboto', sans-serif;
    color: #262626;
}

.renewal .performances .section-title {
    font-size: 32px;
    text-align: center;
    font-weight: 300;
    padding: 0 0 20px 0;
}

.renewal .performances .performance .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 7px 0 0 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.renewal .performances .performance .item__image {
    max-width: calc(45% - 7.5px);
}

.renewal .performances .performance .item__image img {
    width: 100%;
    height: auto;
}

.renewal .performances .performance .item__content {
    max-width: calc(55% - 7.5px);
    padding: 17px 0 0 0;
}

.renewal .performances .performance .item__content h3 {
    font-weight: 700;
    font-size: 20px;
}

.renewal .performances .performance .item__content p {
    font-weight: 300;
    font-size: 16px;
}

.renewal .performances .performance .item:first-of-type .item__content {
    padding: 0;
}

.renewal .licenses {
    padding: 43px 0 40px 0;
}

.renewal .licenses .section-title,
.renewal .licenses h3,
.renewal .licenses p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.renewal .licenses p {
    padding: 0 10px;
}

.renewal .licenses .section-title {
    font-size: 26px;
    text-align: center;
}

.renewal .licenses .license {
    padding: 13px 0 0 0;
}

.renewal .licenses .license .item__image {
    padding: 0 0 12px 0;
}

.renewal .licenses .license .item__image img {
    width: 100%;
    height: auto;
}

.renewal .licenses .license .item__content h3 {
    padding: 0 10px 15px 10px;
}

.renewal .licenses .license .item__content h3 span {
    font-weight: 700;
}

.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .3s ease-in-out;
}

.modal.modal-show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    transition: all .3s ease-in-out;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

.modal-content p img {
    width: 100%;
    max-width: 1110px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.custom-container {
    max-width: 100%;
    padding: 0 20px;
}

.msp-security .intro {
    min-height: 510px;
    background: url("../../images/business/msp-security/msp-security-intro.jpg") no-repeat center center/cover;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.msp-security .intro__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.msp-security .intro__go-to {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: right;
}

.msp-security .intro__go-to .wrapper {
    width: auto;
    display: inline-block;
    text-align: left;
}

.msp-security .intro__go-to a {
    display: block;
    color: #ffffff;
    font-weight: 300;
    text-decoration: underline;
    font-size: 13px;
    line-height: normal;
    padding: 2px 0 0 0;
}

.msp-security .intro__go-to .badge {
    text-transform: uppercase;
    background-color: #fea031;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 10px;
}

.msp-security .intro h1,
.msp-security .intro p,
.msp-security .intro .bt,
.msp-security .intro .go-to-section {
    font-family: 'Roboto', sans-serif;
}

.msp-security .intro h1,
.msp-security .intro p,
.msp-security .intro .bt {
    color: #ffffff;
    text-align: center;
    line-height: normal;
}

.msp-security .intro h1 {
    font-weight: bold;
    font-size: 32px;
    padding: 0 0 15px 0;
}

.msp-security .intro p {
    font-weight: 300;
    font-size: 19px;
    padding: 0 0 15px 0;
}

.msp-security .intro p strong {
    font-weight: bold;
}

.msp-security .intro .bt {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 48px;
    border: 2px solid #1cb6ad;
    color: #ffffff;
    background-color: #1cb6ac;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.msp-security .intro .bt:hover,
.msp-security .intro .bt:focus,
.msp-security .intro .bt:active {
    color: #1cb6ac;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.msp-security .second-menu {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    transition: all .5s ease-in-out;
}

.msp-security .second-menu.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s ease-in-out;
}

.msp-security .second-menu a {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.msp-security .second-menu .navbar-select {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c4c4c;
    padding: 25px 0;
    border: none;
    background: url("../../images/business/msp-security/arrow-down.png") calc(100% - 5px)/22px no-repeat transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.msp-security .second-menu .navbar-select:hover,
.msp-security .second-menu .navbar-select:focus,
.msp-security .second-menu .navbar-select:active {
    outline: none;
}

.msp-security .second-menu .navbar-select::-ms-expand {
    display: none;
}

.msp-security .second-menu .navbar-select > option {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c4c4c;
}

.msp-security .second-menu .navbar,
.msp-security .second-menu .cta {
    display: none;
}

.msp-security .cta-mobile .cta {
    display: block;
    padding: 10px 0;
}

.msp-security .cta-mobile .cta li:first-of-type {
    padding: 0 0 10px 0;
}

.msp-security .cta-mobile .cta__btn {
    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
    display: block;
    text-align: center;
    border: 2px solid transparent;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.msp-security .cta-mobile .cta__btn--green {
    border-color: #00b6ae;
    background-color: #00b6ae;
    padding: 4px 17px;
}

.msp-security .cta-mobile .cta__btn--green:hover,
.msp-security .cta-mobile .cta__btn--green:focus {
    color: #00b6ae;
}

.msp-security .cta-mobile .cta__btn--orange {
    border-color: #ffa119;
    background-color: transparent;
    padding: 4px 62px;
    color: #ffa119;
}

.msp-security .cta-mobile .cta__btn--orange:hover,
.msp-security .cta-mobile .cta__btn--orange:focus {
    color: #ffa119;
}

.msp-security .cta-mobile .cta__btn:hover,
.msp-security .cta-mobile .cta__btn:focus {
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.msp-security .overview,
.msp-security .endpoint-risk,
.msp-security .edr {
    padding: 20px 0;
}

.msp-security .overview img,
.msp-security .endpoint-risk img,
.msp-security .edr img {
    width: 100%;
    height: auto;
}

.msp-security .overview__content,
.msp-security .endpoint-risk__content,
.msp-security .edr__content {
    padding: 20px 0 40px 0;
}

.msp-security .overview__content h3,
.msp-security .overview__content p,
.msp-security .overview__content ul,
.msp-security .endpoint-risk__content h3,
.msp-security .endpoint-risk__content p,
.msp-security .endpoint-risk__content ul,
.msp-security .edr__content h3,
.msp-security .edr__content p,
.msp-security .edr__content ul {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.msp-security .overview__content h3,
.msp-security .endpoint-risk__content h3,
.msp-security .edr__content h3 {
    color: #262626;
    font-size: 20px;
    line-height: normal;
    padding: 0 0 10px 0;
}

.msp-security .overview__content p,
.msp-security .endpoint-risk__content p,
.msp-security .edr__content p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.msp-security .overview__content p a,
.msp-security .endpoint-risk__content p a,
.msp-security .edr__content p a {
    text-decoration: underline;
    color: #1cb6ad;
    display: block;
    padding: 15px 0 0 0;
}

.msp-security .overview__content ul li,
.msp-security .endpoint-risk__content ul li,
.msp-security .edr__content ul li {
    position: relative;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 0 15px;
}

.msp-security .overview__content ul li:before,
.msp-security .endpoint-risk__content ul li:before,
.msp-security .edr__content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1cb6ad;
    top: 8px;
    left: 0;
}

.msp-security .overview__content .bt,
.msp-security .endpoint-risk__content .bt,
.msp-security .edr__content .bt {
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 4px;
    display: block;
    border: 2px solid #1cb6ad;
    color: #ffffff;
    background-color: #1cb6ac;
    transition: all .3s ease-in-out;
    letter-spacing: -0.32px;
    text-align: center;
    max-width: 420px;
    text-decoration: none;
    font-weight: bold;
}

.msp-security .overview__content .bt:hover,
.msp-security .overview__content .bt:focus,
.msp-security .overview__content .bt:active,
.msp-security .endpoint-risk__content .bt:hover,
.msp-security .endpoint-risk__content .bt:focus,
.msp-security .endpoint-risk__content .bt:active,
.msp-security .edr__content .bt:hover,
.msp-security .edr__content .bt:focus,
.msp-security .edr__content .bt:active {
    text-decoration: none;
}

.msp-security .overview__video,
.msp-security .overview__zoom,
.msp-security .endpoint-risk__video,
.msp-security .endpoint-risk__zoom,
.msp-security .edr__video,
.msp-security .edr__zoom {
    position: relative;
}

.msp-security .overview__video img,
.msp-security .overview__zoom img,
.msp-security .endpoint-risk__video img,
.msp-security .endpoint-risk__zoom img,
.msp-security .edr__video img,
.msp-security .edr__zoom img {
    display: block;
}

.msp-security .overview__video,
.msp-security .endpoint-risk__video,
.msp-security .edr__video {
    height: 100%;
}

.msp-security .overview__video .embed-responsive-16by9,
.msp-security .endpoint-risk__video .embed-responsive-16by9,
.msp-security .edr__video .embed-responsive-16by9 {
    height: 100%;
}

.msp-security .overview__video .embed-responsive-16by9:before,
.msp-security .endpoint-risk__video .embed-responsive-16by9:before,
.msp-security .edr__video .embed-responsive-16by9:before {
    padding-top: 100%;
}

.msp-security .overview__video .play,
.msp-security .endpoint-risk__video .play,
.msp-security .edr__video .play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url("../../images/business/msp-security/play.png") no-repeat center center/cover;
    z-index: 1;
}

.msp-security .overview__video:after,
.msp-security .endpoint-risk__video:after,
.msp-security .edr__video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    background: linear-gradient(0deg, #000048 0%, #2981ad 100%);
}

.msp-security .overview__video--playing:after,
.msp-security .endpoint-risk__video--playing:after,
.msp-security .edr__video--playing:after {
    content: none;
}

.msp-security .overview__zoom,
.msp-security .endpoint-risk__zoom,
.msp-security .edr__zoom {
    cursor: pointer;
}

.msp-security .overview__zoom .magnify,
.msp-security .endpoint-risk__zoom .magnify,
.msp-security .edr__zoom .magnify {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url("../../images/business/msp-security/magnify.png") no-repeat center center/cover;
    z-index: 3;
}

.msp-security .overview__action,
.msp-security .endpoint-risk__action,
.msp-security .edr__action {
    padding: 15px 0 0 0;
}

.msp-security .overview .zoom-image,
.msp-security .endpoint-risk .zoom-image,
.msp-security .edr .zoom-image {
    display: block;
    position: relative;
    z-index: 2;
}

.msp-security .overview .zoom-image:after,
.msp-security .endpoint-risk .zoom-image:after,
.msp-security .edr .zoom-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    background: linear-gradient(0deg, #000048 0%, #2981ad 100%);
}

.msp-security .benefits {
    padding: 40px 0 0 0;
}

.msp-security .benefits__icon {
    max-width: 40px;
    position: absolute;
    top: 0;
    left: 15px;
}

.msp-security .benefits__icon img {
    width: 100%;
    height: auto;
}

.msp-security .benefits__text {
    padding: 0 0 30px 50px;
}

.msp-security .benefits__text h3,
.msp-security .benefits__text p {
    font-family: "Roboto", sans-serif;
    line-height: normal;
}

.msp-security .benefits__text h3 {
    color: #262626;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.52px;
    padding: 0 0 5px 0;
}

.msp-security .benefits__text p {
    color: #333333;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.msp-security .layered-msp {
    padding: 100px 0 95px 0;
    background: url("../../images/business/msp-security/layered-msp.jpg") no-repeat center center/cover;
}

.msp-security .layered-msp h2,
.msp-security .layered-msp p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}

.msp-security .layered-msp h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 20px 0;
}

.msp-security .layered-msp p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 35px 0;
}

.msp-security .layered-msp__item {
    background-color: #ffffff;
    padding: 20px 20px 45px 20px;
    margin: 0 15px;
    height: 100%;
    box-shadow: inset 0 -5px 0 0 #1cb6ad;
}

.msp-security .layered-msp__item h3 {
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 15px 0;
    min-height: 55px;
}

.msp-security .layered-msp__item ul {
    margin: 0;
    padding: 0;
}

.msp-security .layered-msp__item ul li {
    padding: 0 0 15px 0;
}

.msp-security .layered-msp__item ul li p {
    max-width: 100%;
    padding: 0;
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.msp-security .layered-msp__item ul li .content {
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    max-height: 20px;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.msp-security .layered-msp__item ul li .content:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../../images/business/msp-security/collapsed.png") no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
}

.msp-security .layered-msp__item ul li .content.expanded {
    max-height: 200px;
    transition: all .2s ease-in-out;
}

.msp-security .layered-msp__item ul li .content.expanded:before {
    transition: all .2s ease-in-out;
    background: url("../../images/business/msp-security/expanded.png") no-repeat center center/cover;
}

.msp-security .layered-msp__slider {
    margin: 0 -15px;
    padding: 0 0 70px 0;
}

.msp-security .layered-msp__slider .swiper-slide {
    height: auto;
}

.msp-security .layered-msp .swiper-button-next,
.msp-security .layered-msp .swiper-button-prev {
    background: url("../../images/business/msp-security/arrow-slider-white.png") no-repeat center/auto #000000;
    width: 32px;
    height: 40px;
}

.msp-security .layered-msp .swiper-button-next:hover,
.msp-security .layered-msp .swiper-button-next:focus,
.msp-security .layered-msp .swiper-button-next:active,
.msp-security .layered-msp .swiper-button-prev:hover,
.msp-security .layered-msp .swiper-button-prev:focus,
.msp-security .layered-msp .swiper-button-prev:active {
    outline: none;
}

.msp-security .layered-msp .swiper-button-prev {
    left: 0;
}

.msp-security .layered-msp .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}

.msp-security .msp-partner-program {
    padding: 50px 0 0 0;
}

.msp-security .msp-partner-program .container {
    border-bottom: 3px solid #f5f9fc;
}

.msp-security .msp-partner-program .row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.msp-security .msp-partner-program .edr__content h2 {
    padding: 0 0 20px 0;
}

.msp-security .msp-partner-program__content {
    padding: 0 0 30px 0;
}

.msp-security .msp-partner-program__content h3 {
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 15px 0;
}

.msp-security .msp-partner-program__content ul {
    padding: 0;
    margin: 0;
}

.msp-security .msp-partner-program__content ul li {
    position: relative;
    padding: 0 0 10px 15px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #333333;
}

.msp-security .msp-partner-program__content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #1cb6ad;
    position: absolute;
    top: 6px;
    left: 0;
}

.msp-security .msp-partner-program__content img {
    height: auto;
    max-width: 125px;
    margin: 0 auto;
    display: block;
}

.msp-security .msp-partner-program__action {
    text-align: center;
    padding: 25px 0 40px 0;
}

.msp-security .msp-partner-program__action .bt {
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 4px 18px;
    border: 2px solid #1cb6ad;
    color: #ffffff;
    background-color: #1cb6ac;
    transition: all .3s ease-in-out;
    letter-spacing: -0.32px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    font-weight: bold;
}

.msp-security .msp-partner-program__action .bt:hover,
.msp-security .msp-partner-program__action .bt:focus,
.msp-security .msp-partner-program__action .bt:active {
    text-decoration: none;
}

.msp-security .integration {
    padding: 50px 0;
}

.msp-security .integration__content {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}

.msp-security .integration__content h3,
.msp-security .integration__content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.msp-security .integration__content h3 {
    color: #262626;
    font-size: 20px;
    line-height: normal;
    padding: 0 0 15px 0;
}

.msp-security .integration__content p {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 15px 0;
}

.msp-security .integration__content p a {
    text-decoration: underline;
    color: #1cb6ad;
    display: block;
    padding: 15px 0 0 0;
}

.msp-security .integration__images {
    text-align: center;
}

.msp-security .integration__images img {
    width: 100%;
    height: auto;
    max-width: 885px;
    margin: 0 auto;
}

.msp-security .integration__images img + img {
    max-width: 1025px;
}

.msp-security .contact {
    font-family: "Roboto", sans-serif;
    padding: 70px 0 85px 0;
}

.msp-security .contact__content h2,
.msp-security .contact__content p {
    text-align: center;
}

.msp-security .contact__content h2 {
    font-size: 34px;
    line-height: 34px;
    color: #5f5959;
    padding: 0 0 15px 0;
    font-weight: 300;
}

.msp-security .contact__content p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    color: #6f8293;
    max-width: 620px;
    margin: 0 auto;
}

.msp-security .contact__cta {
    margin: 0 auto;
    text-align: center;
    padding: 45px 0 0 0;
}

.msp-security .contact__cta a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 48px;
    border: 2px solid #1cb6ad;
    color: #ffffff;
    background-color: #1cb6ac;
    transition: all .3s ease-in-out;
}

.msp-security .contact__cta a:hover,
.msp-security .contact__cta a:focus {
    color: #1cb6ac;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.msp-security .testimonials .swiper-button-next,
.msp-security .testimonials .swiper-button-prev {
    background: url("../../images/business/msp-security/arrow-slider-white.png") no-repeat center/auto #000000;
    width: 32px;
    height: 40px;
}

.msp-security .testimonials .swiper-button-next:hover,
.msp-security .testimonials .swiper-button-next:focus,
.msp-security .testimonials .swiper-button-next:active,
.msp-security .testimonials .swiper-button-prev:hover,
.msp-security .testimonials .swiper-button-prev:focus,
.msp-security .testimonials .swiper-button-prev:active {
    outline: none;
}

.msp-security .testimonials .swiper-button-prev {
    left: 0;
}

.msp-security .testimonials .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}

.msp-security .testimonials-slider__item .text {
    position: relative;
    background-color: #1cb6ad;
    padding: 0 0 50px 0;
}

.msp-security .testimonials-slider__item .text blockquote {
    padding: 35px;
}

.msp-security .testimonials-slider__item .text h3,
.msp-security .testimonials-slider__item .text p,
.msp-security .testimonials-slider__item .text cite {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 0 20px 0;
}

.msp-security .testimonials-slider__item .text h3,
.msp-security .testimonials-slider__item .text p {
    color: #ffffff;
}

.msp-security .testimonials-slider__item .text p,
.msp-security .testimonials-slider__item .text cite {
    font-size: 16px;
    line-height: 21px;
}

.msp-security .testimonials-slider__item .text h3 {
    font-size: 26px;
    line-height: 26px;
}

.msp-security .testimonials-slider__item .text cite {
    color: #262626;
    display: block;
}

.msp-security .testimonials-slider__item .text .bt {
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 4px 18px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    transition: all .3s ease-in-out;
    letter-spacing: -0.32px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    left: 35px;
    bottom: 25px;
}

.msp-security .testimonials-slider__item .text .bt:hover,
.msp-security .testimonials-slider__item .text .bt:focus,
.msp-security .testimonials-slider__item .text .bt:active {
    text-decoration: none;
}

.msp-security .testimonials-slider__item .text:before,
.msp-security .testimonials-slider__item .text:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(28, 182, 173, 0.6);
    top: 100%;
}

.msp-security .testimonials-slider__item .text:before {
    height: 35px;
    width: 88.5%;
    left: 15px;
}

.msp-security .testimonials-slider__item .text:after {
    height: 20px;
    width: 95%;
    left: 10px;
}

.msp-security .testimonials-slider__item .image {
    position: relative;
}

.msp-security .testimonials-slider__item .image img {
    width: 100%;
    height: auto;
    display: block;
}

.msp-security .testimonials-slider__item .image img.logo {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.msp-security .testimonials-slider__item .play-testimonial {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url("../../images/business/msp-security/play.png") no-repeat center center/cover;
    z-index: 1;
}

.msp-security .testimonials-slider__item .embed-responsive-16by9:before {
    padding-top: 78.25%;
}

.msp-security .modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .3s ease-in-out;
}

.msp-security .modal.modal-show {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 100;
    transition: all .3s ease-in-out;
}

.msp-security .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

.msp-security .modal-content img {
    width: 100%;
    max-width: 1110px;
}

.msp-security .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.msp-security .close:hover,
.msp-security .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

.msp-security .embed-responsive-16by9 {
    position: relative;
    display: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.msp-security .embed-responsive-16by9:before {
    content: '';
    padding-top: 56.25%;
    display: block;
}

.msp-security .embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 480px) {
    .msp-security .contact__content p br {
        display: none;
    }
}

@media (min-width: 640px) {
    .antispam .intro h1 {
        font-size: 39px;
        padding: 0 0 20px 0;
    }

    .antispam .intro p {
        font-size: 24px;
    }

    .antispam .award__form h3 {
        font-size: 32px;
    }

    .antispam .award__form p {
        font-size: 26px;
        padding: 0 0 45px 0;
    }

    .antispam .award__form p.disclaimer {
        font-size: 23px;
        padding: 0 0 15px 0;
    }

    .antispam .award__form .form-group {
        padding: 0 0 15px 0;
    }

    .antispam .award__form .form-group.select:after {
        top: 55px;
    }

    .antispam .award__form label {
        font-size: 26px;
        line-height: 26px;
        padding: 0 0 10px 10px;
    }

    .antispam .award__form input[type="text"],
    .antispam .award__form input[type="email"],
    .antispam .award__form input[type="tel"],
    .antispam .award__form select,
    .antispam .award__form textarea {
        background-color: #ffffff;
        height: 60px;
        font-size: 26px;
        line-height: 26px;
    }

    .antispam .award__form textarea {
        height: 140px;
    }

    .antispam .award__form input[type="checkbox"] + label {
        padding: 0 0 10px 55px;
        font-size: 22px;
        line-height: normal;
    }

    .antispam .award__form input[type="checkbox"] + label:before {
        width: 35px;
        height: 35px;
    }

    .antispam .award__form input[type="submit"] {
        font-size: 24px;
        line-height: 28px;
        padding: 14px 50px;
    }

    .antispam .award__content h2 {
        font-size: 42px;
        line-height: 46px;
        padding: 0 0 25px 0;
    }

    .antispam .award__content p {
        font-size: 26px;
        line-height: 38px;
    }

    .antispam .award__content ul {
        padding: 45px 0;
    }

    .antispam .award__content ul li {
        font-size: 26px;
        line-height: 32px;
        padding: 0 0 30px 30px;
    }

    .antispam .award__content ul li:last-of-type {
        padding: 0 0 0 30px;
    }

    .testimonial {
        padding: 85px 0 0 0;
    }

    .testimonial__content blockquote {
        padding: 0 0 50px 0;
    }

    .testimonial__content p,
    .testimonial__content cite {
        font-size: 26px;
        line-height: 38px;
    }

    .testimonial__content p {
        padding: 80px 0 40px 0;
    }

    .testimonial__content:before {
        left: -30px;
    }

    .antispam .features__content {
        padding: 0 0 50px 90px;
    }

    .antispam .features__icon {
        max-width: 70px;
    }

    .antispam .features__text h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .antispam .benefits__content {
        padding: 25px 0 90px 0;
    }

    .antispam .benefits__content h3 {
        font-size: 34px;
        padding: 0 0 20px 0;
    }

    .antispam .benefits__content p {
        font-size: 26px;
        line-height: 36px;
    }

    .patch-management .intro,
    .fde .intro {
        min-height: 740px;
    }

    .patch-management .intro h1,
    .fde .intro h1 {
        font-size: 50px;
        padding: 0 0 10px 0;
    }

    .patch-management .intro p,
    .fde .intro p {
        font-size: 26px;
    }

    .patch-management .overview__content h2,
    .fde .overview__content h2 {
        font-size: 38px;
        line-height: 44px;
        padding: 0 0 20px 0;
    }

    .patch-management .overview__content p,
    .fde .overview__content p {
        font-size: 28px;
        line-height: 36px;
    }

    .patch-management .benefits .benefit__body,
    .fde .benefits .benefit__body {
        padding: 150px 80px 0 80px;
    }

    .patch-management .benefits .benefits-slider .swiper-button-next,
    .patch-management .benefits .benefits-slider .swiper-button-prev,
    .fde .benefits .benefits-slider .swiper-button-next,
    .fde .benefits .benefits-slider .swiper-button-prev {
        width: 63px;
        height: 63px;
    }

    .patch-management .features-modal .features-slider .swiper-button-next,
    .patch-management .features-modal .features-slider .swiper-button-prev,
    .patch-management .fde-modal .features-slider .swiper-button-next,
    .patch-management .fde-modal .features-slider .swiper-button-prev,
    .fde .features-modal .features-slider .swiper-button-next,
    .fde .features-modal .features-slider .swiper-button-prev,
    .fde .fde-modal .features-slider .swiper-button-next,
    .fde .fde-modal .features-slider .swiper-button-prev {
        width: 63px;
        height: 63px;
    }

    .patch-management .complementary-products .product__body p,
    .fde .complementary-products .product__body p {
        min-height: 165px;
    }

    .patch-management .complementary-products .products-slider .swiper-button-next,
    .patch-management .complementary-products .products-slider .swiper-button-prev,
    .fde .complementary-products .products-slider .swiper-button-next,
    .fde .complementary-products .products-slider .swiper-button-prev {
        width: 63px;
        height: 63px;
    }

    .renewal .intro {
        padding: 54px 0 165px 0;
    }

    .renewal .intro__content .section-title {
        font-size: 41px;
    }

    .renewal .intro__content .step {
        padding: 35px 40px 39px 31px;
    }

    .renewal .intro__content .step__number {
        width: auto;
        max-width: 65px;
    }

    .renewal .intro__content .step__number:after {
        width: 4px;
        height: 305px;
        top: 61px;
        left: 22px;
    }

    .renewal .intro__content .step__number p {
        font-size: 80px;
        letter-spacing: -1.6px;
        padding: 0 22px 0 0;
    }

    .renewal .intro__content .step__form {
        width: auto;
    }

    .renewal .intro__content .step__form .form__title,
    .renewal .intro__content .step__form .form__go-to {
        line-height: 38px;
    }

    .renewal .intro__content .step__form .form__title {
        font-size: 34px;
        padding: 0;
        letter-spacing: -0.68px;
    }

    .renewal .intro__content .step__form .form__go-to {
        font-size: 26px;
        letter-spacing: -0.52px;
        padding: 0 0 25px 0;
    }

    .renewal .intro__content .step__form .form__group {
        padding: 0 0 20px 0;
    }

    .renewal .intro__content .step__form .form__group input {
        width: 100%;
        padding: 17px 0 17px 28px;
        border-width: 2px;
        font-size: 28px;
        border-radius: 10px;
        letter-spacing: -0.56px;
    }

    .renewal .intro__content .step__form .form__group input[type="submit"] {
        max-width: 320px;
        font-size: 26px;
        padding: 20.5px 0;
        letter-spacing: normal;
    }

    .renewal .intro__content .step:first-of-type .step__number p {
        padding: 0 22px 0 0;
    }

    .renewal .intro__content .step:nth-of-type(2) {
        margin: 0 0 45px 0;
    }

    .renewal .intro__content .step:nth-of-type(2) .step__number:after {
        height: 470px;
    }

    .renewal .intro__content .step:last-of-type {
        padding: 0 40px 0 31px;
    }

    .renewal .intro__content .step:last-of-type .step__number p {
        line-height: 65px;
    }

    .renewal .intro__content .step:last-of-type .step__content h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .renewal .intro__content .step__radio-select h2 {
        font-size: 34px;
        letter-spacing: -0.68px;
        padding: 0 0 44px 0;
    }

    .renewal .intro__content .step__radio-select .radio {
        padding: 0 0 63px 0;
    }

    .renewal .intro__content .step__radio-select .radio h3 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -0.52px;
        padding: 0 0 10px 0;
    }

    .renewal .intro__content .step__radio-select .radio__group {
        padding: 0;
    }

    .renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label {
        font-size: 28px;
        line-height: 60px;
        letter-spacing: -0.56px;
        padding: 0 0 0 54px;
    }

    .renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label:before {
        width: 40px;
        height: 40px;
    }

    .renewal .intro__content .step__radio-select .radio__group input[type="radio"]:checked + label:after {
        width: 15px;
        height: 15px;
        top: 12.4px;
        left: 13px;
    }

    .renewal .intro__content .step__radio-select .radio:before {
        bottom: 31px;
    }

    .renewal .intro__content .step__radio-select .select__title {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -0.52px;
        padding: 0 0 21px 0;
    }

    .renewal .intro__content .step__radio-select .select select {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: -0.56px;
        padding: 16.5px 93px 16.5px 25px;
        border-radius: 10px;
        background-size: 20px;
        background-position: 83% 52%;
    }

    .renewal .intro__content p {
        font-size: 32px;
        line-height: 32px;
    }

    .renewal .tables .tables-slider {
        top: -133px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__trigger {
        font-size: 24px;
        padding: 9px 0 7px 40px;
        letter-spacing: -0.48px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__trigger:after {
        width: 24px;
        height: 15px;
        right: 35px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li {
        padding: 25px 0 25px 60px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li p,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li span {
        max-width: 315px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li p {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -0.52px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li span {
        font-size: 24px;
        line-height: 28px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li span:last-of-type {
        letter-spacing: -0.48px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li:after,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li:before {
        top: 30px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li:after {
        left: 30px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li:before {
        width: 37px;
        height: 27px;
        right: 30px;
    }

    .renewal .tables .tables-slider .swiper-slide .action {
        padding: 25px 0 65px 0;
    }

    .renewal .tables .tables-slider .swiper-slide .action__btn {
        max-width: 400px;
        font-size: 26px;
        padding: 16px 0;
        line-height: 28px;
    }

    .renewal .tables .tables-slider .swiper-slide .action__disclaimer {
        padding: 21px 0 0 0;
        font-size: 24px;
        line-height: 36px;
    }

    .renewal .tables .tables-slider .head {
        padding: 40px 15px 37px 39px;
    }

    .renewal .tables .tables-slider .head__title {
        font-size: 36px;
        padding: 0 0 23px 0;
        line-height: normal;
    }

    .renewal .tables .tables-slider .head__description {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.52px;
        max-width: 340px;
        padding: 0 0 15px 0;
    }

    .renewal .tables .tables-slider .head__description:first-of-type {
        min-height: 160px;
    }

    .renewal .tables .tables-slider .head__price {
        font-size: 50px;
        line-height: 45px;
        letter-spacing: -1px;
    }

    .renewal .tables .tables-slider .head__price span {
        font-size: 32px;
        letter-spacing: -0.64px;
    }

    .renewal .tables .tables-slider .head__price-detail {
        font-size: 24px;
        line-height: 36px;
        padding: 7px 0 21px 0;
    }

    .renewal .tables .tables-slider .head__renew {
        max-width: 245px;
        padding: 22px 0;
        font-size: 26px;
        line-height: 28px;
    }

    .renewal .tables .tables-slider .head__confirm {
        font-size: 24px;
        line-height: 36px;
        padding: 15px 0 0 0;
    }

    .renewal .tables .tables-slider .swiper-button-next,
    .renewal .tables .tables-slider .swiper-button-prev {
        width: 64px;
        height: 64px;
    }

    .renewal .question__content {
        padding: 91px 25px 95px 25px;
    }

    .renewal .question__content .section-title {
        font-size: 42px;
        padding: 0 0 14px 0;
        max-width: 412px;
        margin: 0 auto;
    }

    .renewal .question__content p {
        font-size: 32px;
        line-height: 38px;
    }

    .renewal .question__content a {
        font-size: 26px;
        max-width: 260px;
        line-height: 70px;
    }

    .renewal .performances {
        padding: 70px 0 117px 0;
    }

    .renewal .performances .section-title {
        font-size: 42px;
        max-width: 433px;
        margin: 0 auto;
        padding: 0 0 38px 0;
        line-height: 42px;
    }

    .renewal .performances .performance .item {
        padding: 20px 0 0 0;
    }

    .renewal .performances .performance .item__image {
        padding: 0 35px 0 7px;
        max-width: 45%;
    }

    .renewal .performances .performance .item__content {
        padding: 30px 0 0 0;
        max-width: 55%;
    }

    .renewal .performances .performance .item__content h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .renewal .performances .performance .item__content p {
        font-size: 26px;
        line-height: 30px;
    }

    .renewal .licenses {
        padding: 65px 0 70px 0;
    }

    .renewal .licenses .section-title {
        font-size: 42px;
        max-width: 554px;
        margin: 0 auto;
        line-height: 42px;
    }

    .renewal .licenses h3,
    .renewal .licenses p {
        font-size: 26px;
        line-height: 30px;
    }

    .renewal .licenses .license {
        padding: 38px 0 0 0;
    }

    .renewal .licenses .license .item__image {
        padding: 0 0 25px 0;
    }

    .renewal .licenses .license .item__content h3 {
        padding: 0 20px 30px 26px;
    }

    .renewal .licenses .license .item:nth-of-type(2) .item__image {
        padding: 40px 0 22px 0;
    }

    .renewal .licenses .license .item:nth-of-type(3) .item__image {
        padding: 42px 0 29px 0;
    }

    .renewal .licenses p {
        padding: 35px 20px 0 26px;
    }

    .msp-security .intro h1 {
        font-size: 39px;
        padding: 0 0 20px 0;
    }

    .msp-security .intro p {
        font-size: 24px;
        padding: 0 0 20px 0;
    }

    .msp-security .overview__content,
    .msp-security .endpoint-risk__content,
    .msp-security .edr__content {
        padding: 25px 0 90px 0;
    }

    .msp-security .overview__content h3,
    .msp-security .endpoint-risk__content h3,
    .msp-security .edr__content h3 {
        font-size: 34px;
        padding: 0 0 20px 0;
    }

    .msp-security .overview__content p,
    .msp-security .endpoint-risk__content p,
    .msp-security .edr__content p {
        font-size: 26px;
        line-height: 36px;
    }

    .msp-security .overview__content p a,
    .msp-security .endpoint-risk__content p a,
    .msp-security .edr__content p a {
        padding: 30px 0 0 0;
    }

    .msp-security .overview__content ul li,
    .msp-security .endpoint-risk__content ul li,
    .msp-security .edr__content ul li {
        font-size: 26px;
        line-height: 36px;
    }

    .msp-security .overview__content ul li:before,
    .msp-security .endpoint-risk__content ul li:before,
    .msp-security .edr__content ul li:before {
        top: 15px;
    }

    .msp-security .overview__content .bt,
    .msp-security .endpoint-risk__content .bt,
    .msp-security .edr__content .bt {
        font-size: 13px;
        letter-spacing: -0.52px;
    }

    .msp-security .layered-msp .swiper-button-next,
    .msp-security .layered-msp .swiper-button-prev {
        width: 63px;
        height: 63px;
    }

    .msp-security .layered-msp h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .msp-security .msp-partner-program__action .bt {
        font-size: 13px;
        letter-spacing: -0.52px;
    }

    .msp-security .integration__content h3 {
        font-size: 34px;
    }

    .msp-security .integration__content p {
        font-size: 26px;
        line-height: 36px;
    }

    .msp-security .testimonials .swiper-button-next,
    .msp-security .testimonials .swiper-button-prev {
        width: 63px;
        height: 63px;
    }
}

@media (min-width: 768px) {
    .antispam .intro {
        background: url("../../images/business/antispam/antispam-intro.png") no-repeat center center/cover;
        min-height: 485px;
    }

    .patch-management .intro,
    .fde .intro {
        min-height: 640px;
    }

    .patch-management .intro .custom-container .custom-row,
    .fde .intro .custom-container .custom-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .patch-management .intro h1,
    .patch-management .intro p,
    .fde .intro h1,
    .fde .intro p {
        text-align: left;
    }

    .patch-management .intro h1,
    .fde .intro h1 {
        font-size: 54px;
        padding: 0 0 15px 0;
    }

    .patch-management .intro p,
    .fde .intro p {
        max-width: 470px;
        padding: 0;
    }

    .patch-management .cta-mobile .cta li,
    .fde .cta-mobile .cta li {
        display: inline-block;
    }

    .patch-management .cta-mobile .cta li:first-of-type,
    .fde .cta-mobile .cta li:first-of-type {
        padding: 0 25px 0 0;
    }

    .patch-management .cta-mobile .cta__btn,
    .fde .cta-mobile .cta__btn {
        display: inline-block;
    }

    .patch-management .features,
    .fde .features {
        padding: 0 0 95px 0;
    }

    .patch-management .features .content,
    .fde .features .content {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 2px;
    }

    .patch-management .features .image-center,
    .fde .features .image-center {
        position: absolute;
        top: calc(50% - 25px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 31%;
        padding: 0;
    }

    .patch-management .features .feature,
    .fde .features .feature {
        max-width: 230px;
        margin-bottom: 50px;
    }

    .patch-management .features .feature__body:before,
    .fde .features .feature__body:before {
        left: calc(100% - 6px);
    }

    .patch-management .complementary-products .product__body p,
    .fde .complementary-products .product__body p {
        min-height: 135px;
    }

    .renewal .question__content .section-title,
    .renewal .question__content p {
        max-width: 600px;
    }

    .msp-security .intro {
        min-height: 485px;
    }

    .msp-security .intro__go-to a {
        font-size: 18px;
    }

    .msp-security .cta-mobile .cta li {
        display: inline-block;
    }

    .msp-security .cta-mobile .cta li:first-of-type {
        padding: 0 25px 0 0;
    }

    .msp-security .cta-mobile .cta__btn {
        display: inline-block;
    }

    .msp-security .benefits {
        padding: 85px 0 60px 0;
    }

    .msp-security .benefits__icon {
        max-width: 62px;
    }

    .msp-security .benefits__text {
        padding: 0 0 0 80px;
    }

    .msp-security .benefits__text h3 {
        font-size: 18px;
        letter-spacing: -0.72px;
    }

    .msp-security .benefits__text p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .patch-management .intro .custom-container,
    .fde .intro .custom-container {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .antispam .intro h1 {
        font-size: 54px;
        padding: 0 0 10px 0;
    }

    .antispam .intro p {
        font-size: 26px;
    }

    .antispam .features {
        padding: 75px 0;
    }

    .antispam .features__content {
        padding: 0;
        text-align: center;
    }

    .antispam .features__icon {
        max-width: 59px;
        position: static;
        margin: 0 auto;
    }

    .antispam .features__icon img {
        width: 100%;
        height: auto;
    }

    .antispam .features__text h3 {
        font-size: 16px;
        padding: 15px 35px 65px 35px;
        line-height: 20px;
    }

    .patch-management .second-menu .navbar-select,
    .fde .second-menu .navbar-select {
        display: none;
    }

    .patch-management .second-menu .navbar,
    .fde .second-menu .navbar {
        display: block;
        max-width: 590px;
        width: 100%;
    }

    .patch-management .second-menu .navbar ul,
    .fde .second-menu .navbar ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .patch-management .second-menu .navbar__link,
    .fde .second-menu .navbar__link {
        font-size: 14px;
        line-height: normal;
        color: #4c4c4c;
        display: inline-block;
        padding: 31px 0 27px 0;
        border-bottom: 4px solid transparent;
        transition: all .3s ease-in-out;
    }

    .patch-management .second-menu .navbar__link:hover,
    .patch-management .second-menu .navbar__link:focus,
    .fde .second-menu .navbar__link:hover,
    .fde .second-menu .navbar__link:focus {
        border-bottom: 4px solid #00b6ae;
        transition: all .3s ease-in-out;
    }

    .patch-management .overview .custom-row,
    .fde .overview .custom-row {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .patch-management .overview__content,
    .fde .overview__content {
        padding: 0 30px 0 0;
    }

    .patch-management .overview__content h2,
    .fde .overview__content h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .patch-management .overview__content p,
    .fde .overview__content p {
        font-size: 18px;
        line-height: 32px;
        padding: 0 20px 15px 0;
    }

    .patch-management .overview__image,
    .fde .overview__image {
        padding: 0 0 0 6px;
    }

    .patch-management .benefits .custom-container,
    .fde .benefits .custom-container {
        max-width: 1275px;
        padding: 0 15px;
    }

    .patch-management .benefits .benefit__body,
    .fde .benefits .benefit__body {
        padding: 150px 25px 0 25px;
    }

    .patch-management .benefits .benefits-slider,
    .fde .benefits .benefits-slider {
        overflow: visible;
    }

    .patch-management .benefits .benefits-slider .swiper-wrapper,
    .fde .benefits .benefits-slider .swiper-wrapper {
        padding: 30px 0 50px 0;
    }

    .patch-management .benefits .benefits-slider .swiper-button-next,
    .patch-management .benefits .benefits-slider .swiper-button-prev,
    .fde .benefits .benefits-slider .swiper-button-next,
    .fde .benefits .benefits-slider .swiper-button-prev {
        display: none;
    }

    .patch-management .features .feature,
    .fde .features .feature {
        max-width: 310px;
    }

    .patch-management .complementary-products,
    .fde .complementary-products {
        padding: 5px 0 60px 0;
    }

    .patch-management .complementary-products .custom-container,
    .fde .complementary-products .custom-container {
        padding: 0 15px;
        max-width: 1172px;
    }

    .patch-management .complementary-products .product__body p,
    .fde .complementary-products .product__body p {
        min-height: 325px;
    }

    .patch-management .complementary-products .products-slider,
    .fde .complementary-products .products-slider {
        overflow: visible;
    }

    .patch-management .complementary-products .products-slider .swiper-button-next,
    .patch-management .complementary-products .products-slider .swiper-button-prev,
    .fde .complementary-products .products-slider .swiper-button-next,
    .fde .complementary-products .products-slider .swiper-button-prev {
        display: none;
    }

    .patch-management .requirements {
        padding: 90px 0 60px 0;
    }

    .patch-management .requirements__content h2 {
        font-size: 34px;
    }

    .fde .requirements {
        padding: 90px 0 60px 0;
    }

    .fde .requirements .custom-container {
        max-width: 830px;
        margin: 0 auto;
    }

    .fde .requirements__content h2 {
        font-size: 34px;
    }

    .fde .requirements .windows {
        padding: 17px 20px 0 20px;
    }

    .fde .requirements .mac {
        padding: 42px 65px 20px 65px;
    }

    .renewal .performances {
        padding: 140px 0 100px 0;
    }

    .renewal .performances .custom-container {
        max-width: 1110px;
        padding: 0;
    }

    .renewal .performances .section-title {
        max-width: 100%;
        font-size: 34px;
        line-height: 34px;
        padding: 0 0 61px 0;
    }

    .renewal .performances .performance {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .renewal .performances .performance .item {
        display: block;
        max-width: 325px;
    }

    .renewal .performances .performance .item__image {
        max-width: 227px;
        padding: 0 0 24px 0;
        margin: 0 auto;
    }

    .renewal .performances .performance .item__content {
        max-width: 100%;
        padding: 0 10px;
    }

    .renewal .performances .performance .item__content h3 {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 12px 0;
    }

    .renewal .performances .performance .item__content p {
        font-size: 16px;
        line-height: 22px;
    }

    .renewal .performances .performance .item:first-of-type .item__content {
        padding: 0 10px;
    }

    .renewal .licenses {
        padding: 92px 0;
    }

    .renewal .licenses .custom-container {
        max-width: 1110px;
        margin: 0 auto;
    }

    .renewal .licenses .section-title {
        max-width: 100%;
        font-size: 34px;
        line-height: 34px;
    }

    .renewal .licenses h3,
    .renewal .licenses p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .renewal .licenses p {
        padding: 0 0 0 215px;
    }

    .renewal .licenses .license {
        padding: 55px 0 0 0;
    }

    .renewal .licenses .license .item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        padding: 0 0 0 215px;
    }

    .renewal .licenses .license .item__image {
        max-width: 195px;
        padding: 0;
        position: absolute;
        left: 0;
        z-index: 2;
    }

    .renewal .licenses .license .item__image .img-popup {
        display: block;
        cursor: pointer;
    }

    .renewal .licenses .license .item__content {
        max-width: 795px;
        width: 100%;
    }

    .renewal .licenses .license .item__content h3 {
        padding: 0;
    }

    .renewal .licenses .license .item:first-of-type .item__image img {
        min-height: 145px;
    }

    .renewal .licenses .license .item:first-of-type .item__content h3 {
        padding: 0 0 20px 0;
    }

    .renewal .licenses .license .item:nth-of-type(2) .item__image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        top: 94%;
    }

    .renewal .licenses .license .item:nth-of-type(2) .item__content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .renewal .licenses .license .item:nth-of-type(2) .item__content h3 {
        padding: 0 0 54px 0;
    }

    .renewal .licenses .license .item:nth-of-type(3) .item__image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        top: 95%;
        padding: 0;
    }

    .renewal .licenses .license .item:nth-of-type(3) .item__content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .renewal .licenses .license .item:nth-of-type(3) .item__content h3 {
        padding: 0 0 34px 0;
    }

    .renewal .licenses .license .item:last-of-type .item__content h3 {
        padding: 0 0 47px 0;
    }

    .msp-security .intro h1 {
        font-size: 54px;
        padding: 0 0 10px 0;
    }

    .msp-security .intro p {
        font-size: 26px;
        padding: 0 0 30px 0;
    }

    .msp-security .second-menu .navbar-select {
        display: none;
    }

    .msp-security .second-menu .custom-container .custom-col {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .msp-security .second-menu .navbar {
        display: block;
        max-width: 520px;
        width: 100%;
    }

    .msp-security .second-menu .navbar ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .msp-security .second-menu .navbar__link {
        font-size: 14px;
        line-height: normal;
        color: #4c4c4c;
        display: inline-block;
        padding: 31px 0 27px 0;
        border-bottom: 4px solid transparent;
        transition: all .3s ease-in-out;
    }

    .msp-security .second-menu .navbar__link:hover,
    .msp-security .second-menu .navbar__link:focus,
    .msp-security .second-menu .navbar__link.active {
        border-bottom: 4px solid #00b6ae;
        transition: all .3s ease-in-out;
    }

    .msp-security .second-menu .cta {
        display: block;
    }

    .msp-security .second-menu .cta li {
        display: inline-block;
    }

    .msp-security .second-menu .cta li:first-of-type {
        padding: 0 5px 0 0;
    }

    .msp-security .second-menu .cta__btn {
        font-size: 13px;
        line-height: 28px;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        border: 2px solid transparent;
        transition: all .3s ease-in-out;
    }

    .msp-security .second-menu .cta__btn--green {
        border-color: #00b6ae;
        background-color: #00b6ae;
        padding: 4px 15px;
    }
    .msp-security .second-menu .cta__btn--green.inverted {
        background-color: transparent !important;
        color: #00b6ae;
    }

    .msp-security .second-menu .cta__btn--green:hover,
    .msp-security .second-menu .cta__btn--green:focus {
        color: #00b6ae;
    }

    .msp-security .second-menu .cta__btn--green.inverted:hover,
    .msp-security .second-menu .cta__btn--green.inverted:focus {
        color: #fff !important;
        background-color: #00b6ae !important;
    }

    .msp-security .second-menu .cta__btn--orange {
        border-color: #ffa119;
        background-color: transparent;
        color: #ffa119;
        padding: 4px 10px;
    }

    .msp-security .second-menu .cta__btn--orange:hover,
    .msp-security .second-menu .cta__btn--orange:focus {
        color: #ffffff;
        background-color: #ffa119 !important;
    }

    .msp-security .second-menu .cta__btn:hover,
    .msp-security .second-menu .cta__btn:focus {
        background-color: #ffffff;
        transition: all .3s ease-in-out;
    }

    .msp-security .cta-mobile {
        display: none;
    }

    .msp-security .testimonials-slider__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .msp-security .testimonials-slider__item .text,
    .msp-security .testimonials-slider__item .image {
        width: 50%;
    }

    .msp-security .testimonials-slider__item .text blockquote {
        padding: 35px 8.32% 0 22.22%;
    }

    .msp-security .testimonials-slider__item .text .bt {
        font-size: 13px;
        letter-spacing: -0.52px;
        padding: 4px 38px;
        left: 22.22%;
    }

    .msp-security .testimonials-slider__item .text:before,
    .msp-security .testimonials-slider__item .text:after {
        left: 100%;
    }

    .msp-security .testimonials-slider__item .text:before {
        width: 54px;
        height: 88.5%;
        top: 15px;
        background-color: rgba(28, 182, 173, 0.6);
    }

    .msp-security .testimonials-slider__item .text:after {
        width: 20px;
        height: 92%;
        top: 30px;
    }

    .msp-security .testimonials-slider__item .image {
        min-height: 565px;
        background-color: #000000;
    }

    .msp-security .testimonials-slider__item .image .embed-responsive-16by9 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .msp-security .testimonials-slider__item .image img.logo {
        bottom: 40px;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    .renewal .licenses .license .item {
        display: block;
    }
}

@media (min-width: 1200px) {
    .antispam .award {
        padding: 50px 0;
    }

    .antispam .award__form {
        background-color: #f6f8fb;
        padding: 30px;
    }

    .antispam .award__form h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .antispam .award__form p {
        font-size: 16px;
        line-height: normal;
        padding: 0 0 15px 0;
    }

    .antispam .award__form p.disclaimer {
        font-size: 14px;
        line-height: 18px;
        max-width: 370px;
    }

    .antispam .award__form label {
        font-size: 14px;
        line-height: 26px;
        padding: 0;
    }

    .antispam .award__form input[type="text"],
    .antispam .award__form input[type="email"],
    .antispam .award__form input[type="tel"],
    .antispam .award__form select,
    .antispam .award__form textarea {
        font-size: 14px;
    }

    .antispam .award__form input[type="text"],
    .antispam .award__form input[type="email"],
    .antispam .award__form input[type="tel"],
    .antispam .award__form select {
        height: 40px;
    }

    .antispam .award__form textarea {
        height: 60px;
    }

    .antispam .award__form input[type="checkbox"] + label {
        padding: 0 0 10px 35px;
        font-size: 14px;
        line-height: 26px;
    }

    .antispam .award__form input[type="checkbox"] + label:before {
        width: 25px;
        height: 25px;
    }

    .antispam .award__form input[type="submit"] {
        font-size: 14px;
        line-height: 28px;
        padding: 4px 65px;
    }

    .antispam .award__form .form-group:last-of-type {
        padding: 0;
    }

    .antispam .award__form .form-group.select:after {
        top: 35px;
    }

    .antispam .award__form .form-groups {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .antispam .award__form .form-groups .form-group {
        width: calc(50% - 10px);
    }

    .antispam .award__form:before,
    .antispam .award__form:after {
        content: none;
    }

    .antispam .award__content {
        padding: 15px 0 0 0;
    }

    .antispam .award__content h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .antispam .award__content p {
        font-size: 18px;
        line-height: 32px;
        padding: 0 50px 0 0;
    }

    .antispam .award__content ul {
        padding: 30px 0 35px 10px;
    }

    .antispam .award__content ul li {
        font-size: 18px;
        padding: 0 0 20px 30px;
    }

    .antispam .award__content ul li:last-of-type {
        padding: 0 0 0 30px;
    }

    .testimonial {
        padding: 15px 0 0 0;
    }

    .testimonial__content {
        margin: 0 -15px;
    }

    .testimonial__content blockquote {
        padding: 0 0 75px 205px;
    }

    .testimonial__content p,
    .testimonial__content cite {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial__content p {
        padding: 0 0 30px 0;
    }

    .testimonial__content:before {
        left: 10px;
        width: 128px;
        height: 112px;
    }

    .antispam .benefits__row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 100px 0;
        margin: 0 -30px;
    }

    .antispam .benefits__row:nth-child(odd) {
        -webkit-flex-flow: row-reverse wrap;
        -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
    }

    .antispam .benefits__row:nth-child(odd) .benefits__content {
        padding: 0 15px 0 0;
    }

    .antispam .benefits__content {
        padding: 0 15px;
    }

    .antispam .benefits__content p {
        font-size: 18px;
        line-height: 32px;
    }

    .antispam .benefits__content h3 {
        padding: 0 0 10px 0;
    }

    .patch-management .second-menu .custom-container,
    .fde .second-menu .custom-container {
        max-width: 1155px;
        margin: 0 auto;
    }

    .patch-management .second-menu .custom-container .custom-col,
    .fde .second-menu .custom-container .custom-col {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .patch-management .second-menu .cta,
    .fde .second-menu .cta {
        display: block;
    }

    .patch-management .second-menu .cta li,
    .fde .second-menu .cta li {
        display: inline-block;
    }

    .patch-management .second-menu .cta li:first-of-type,
    .fde .second-menu .cta li:first-of-type {
        padding: 0 25px 0 0;
    }

    .patch-management .second-menu .cta__btn,
    .fde .second-menu .cta__btn {
        font-size: 13px;
        line-height: 28px;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        border: 2px solid transparent;
        transition: all .3s ease-in-out;
    }

    .patch-management .second-menu .cta__btn--green,
    .fde .second-menu .cta__btn--green {
        border-color: #00b6ae;
        background-color: #00b6ae;
        padding: 4px 17px;
    }

    .patch-management .second-menu .cta__btn--green:hover,
    .patch-management .second-menu .cta__btn--green:focus,
    .fde .second-menu .cta__btn--green:hover,
    .fde .second-menu .cta__btn--green:focus {
        color: #00b6ae;
    }

    .patch-management .second-menu .cta__btn--orange,
    .fde .second-menu .cta__btn--orange {
        border-color: #ffa119;
        background-color: #ffa119;
        padding: 4px 62px;
    }

    .patch-management .second-menu .cta__btn--orange:hover,
    .patch-management .second-menu .cta__btn--orange:focus,
    .fde .second-menu .cta__btn--orange:hover,
    .fde .second-menu .cta__btn--orange:focus {
        color: #ffa119;
    }

    .patch-management .second-menu .cta__btn:hover,
    .patch-management .second-menu .cta__btn:focus,
    .fde .second-menu .cta__btn:hover,
    .fde .second-menu .cta__btn:focus {
        background-color: #ffffff;
        transition: all .3s ease-in-out;
    }

    .patch-management .cta-mobile,
    .fde .cta-mobile {
        display: none;
    }

    .patch-management .overview .custom-container,
    .fde .overview .custom-container {
        max-width: 1155px;
    }

    .patch-management .features .feature,
    .fde .features .feature {
        max-width: 369px;
    }

    .patch-management .complementary-products .product__body p,
    .fde .complementary-products .product__body p {
        min-height: 260px;
    }

    .renewal .intro {
        background: url("../../images/business/renewal/intro-desktop.jpg") no-repeat center center/cover;
        padding: 78px 0 0 0;
    }

    .renewal .intro__content {
        max-width: 1110px;
        margin: 0 auto;
    }

    .renewal .intro__content .custom-container {
        padding: 0;
    }

    .renewal .intro__content .section-title {
        font-size: 34px;
        padding: 0;
    }

    .renewal .intro__content .section-title br {
        display: none;
    }

    .renewal .intro__content p {
        font-size: 22px;
        max-width: 715px;
        margin: 0 auto;
        padding: 0 0 35px 0;
    }

    .renewal .intro__content p br {
        display: none;
    }

    .renewal .intro__content .step {
        padding: 28px 0 15px 29px;
        margin: 0 0 40px 0;
    }

    .renewal .intro__content .step__form .form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .renewal .intro__content .step__form .form .desktop-only {
        max-width: 288px;
        padding: 0 0 0 0;
    }

    .renewal .intro__content .step__form .form__title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.48px;
        padding: 0 0 5px 0;
    }

    .renewal .intro__content .step__form .form__go-to {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: -0.28px;
        padding: 0;
    }

    .renewal .intro__content .step__form .form__group input {
        font-size: 14px;
        width: 340px;
        padding: 10px 19px;
        border-radius: 3px;
    }

    .renewal .intro__content .step__form .form__group input[type="submit"] {
        width: 220px;
        font-size: 14px;
        padding: 12px 0;
    }

    .renewal .intro__content .step__form .form__group:nth-of-type(2) {
        max-width: 475px;
        padding: 0 0 0 118px;
    }

    .renewal .intro__content .step__form .form__group:last-of-type {
        max-width: 238px;
        padding: 0 0 0 18px;
    }

    .renewal .intro__content .step__radio-select {
        width: 91%;
    }

    .renewal .intro__content .step__radio-select h2 {
        font-size: 24px;
        line-height: 26px;
        padding: 0 0 28px 0;
    }

    .renewal .intro__content .step__radio-select .radio {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 36px 0;
    }

    .renewal .intro__content .step__radio-select .radio h3 {
        padding: 5px 43px 0 0;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: -0.28px;
    }

    .renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label {
        font-size: 16px;
        line-height: 35px;
        letter-spacing: -0.32px;
        padding: 0 32px 0 28px;
    }

    .renewal .intro__content .step__radio-select .radio__group input[type="radio"] + label:before {
        width: 20px;
        height: 20px;
    }

    .renewal .intro__content .step__radio-select .radio__group input[type="radio"]:checked + label:after {
        width: 8px;
        height: 8px;
        top: 6.4px;
        left: 6px;
    }

    .renewal .intro__content .step__radio-select .radio:before {
        bottom: 21px;
    }

    .renewal .intro__content .step__radio-select .select {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .renewal .intro__content .step__radio-select .select__title {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: -0.28px;
        padding: 0 30px 0 0;
    }

    .renewal .intro__content .step__radio-select .select select {
        font-size: 16px;
        line-height: 35px;
        letter-spacing: -0.32px;
        padding: 1.5px 58px 1.5px 12px;
        border-radius: 4px;
        background-size: 10px;
    }

    .renewal .intro__content .step:first-of-type .step__number p {
        padding: 0 22px 0 0;
        line-height: 50px;
    }

    .renewal .intro__content .step:first-of-type .step__number:after {
        width: 4px;
        height: 95px;
        top: 62px;
        left: 22px;
    }

    .renewal .intro__content .step:nth-of-type(2) {
        padding: 35px 0 20px 29px;
        margin: 0 0 173px 0;
    }

    .renewal .intro__content .step:nth-of-type(2) .step__number:after {
        height: 290px;
    }

    .renewal .intro__content .step:last-of-type {
        padding: 0 40px 185px 31px;
    }

    .renewal .intro__content .step:last-of-type .step__content {
        padding: 8px 0 0 0;
    }

    .renewal .intro__content .step:last-of-type .step__content h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.48px;
    }

    .renewal .tables {
        margin-bottom: -383px;
    }

    .renewal .tables .tables-slider {
        max-width: 1110px;
        margin: 0 auto;
        top: -383px;
    }

    .renewal .tables .tables-slider .swiper-slide {
        width: 100% !important;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .renewal .tables .tables-slider .swiper-slide:first-of-type .head {
        display: none;
    }

    .renewal .tables .tables-slider .swiper-slide:first-of-type .wrapper-expand .head {
        display: block;
    }

    .renewal .tables .tables-slider .swiper-slide:first-of-type .wrapper-expand:nth-of-type(2) {
        padding: 383px 0 0 0;
    }

    .renewal .tables .tables-slider .swiper-slide:first-of-type .wrapper-expand:nth-of-type(2) span {
        position: static;
    }

    .renewal .tables .tables-slider .swiper-slide:first-of-type .wrapper-expand:nth-of-type(3),
    .renewal .tables .tables-slider .swiper-slide:first-of-type .wrapper-expand:nth-of-type(4) {
        display: block;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand {
        width: calc(33.33333% - 12px);
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__trigger {
        font-size: 14px;
        letter-spacing: -0.56px;
        padding: 0 0 0 20px;
        line-height: 42px;
        height: 42px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__trigger:after {
        width: 13px;
        height: 8px;
        right: 20px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li {
        padding: 0 10px 0 43px;
        height: 58px;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li p {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.32px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li span {
        position: absolute;
        bottom: 7px;
        font-size: 12px;
        line-height: 14px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li span.turquoise {
        display: none;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li:after {
        width: 3px;
        height: 13px;
        left: 22px;
        top: 23px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .expand__list li:before {
        display: none;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .action {
        display: block;
        padding: 19px 0 69px 0;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .action__btn {
        max-width: 310px;
        font-size: 14px;
        line-height: 28px;
        padding: 6px 0;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand .action__disclaimer {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0 0 0;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(3) .expand__trigger:after,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(4) .expand__trigger:after {
        display: none;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(3) .expand__list li,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(4) .expand__list li {
        height: 58px;
        padding: 0;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(3) .expand__list li p,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(4) .expand__list li p {
        margin: 0 auto;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(3) .expand__list li p img,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(4) .expand__list li p img {
        width: 20px;
        height: 14px;
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(3) .expand__list li span,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(4) .expand__list li span {
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(3) .expand__list li:after,
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:nth-of-type(4) .expand__list li:after {
        display: none;
    }

    .renewal .tables .tables-slider .swiper-slide .action {
        display: none;
    }

    .renewal .tables .tables-slider .swiper-slide:first-of-type,
    .renewal .tables .tables-slider .swiper-slide:last-of-type {
        margin: 0;
    }

    .renewal .tables .tables-slider .swiper-slide:last-of-type {
        display: none;
    }

    .renewal .tables .tables-slider .swiper-button-next,
    .renewal .tables .tables-slider .swiper-button-prev {
        display: none;
    }

    .renewal .tables .tables-slider .head {
        padding: 25px 15px 25px 19px;
    }

    .renewal .tables .tables-slider .head__title {
        font-size: 26px;
        line-height: normal;
        letter-spacing: -0.52px;
        padding: 0 0 10px 0;
    }

    .renewal .tables .tables-slider .head__description {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.28px;
        padding: 0 0 8px 0;
    }

    .renewal .tables .tables-slider .head__description:first-of-type {
        min-height: auto;
    }

    .renewal .tables .tables-slider .head__description br {
        display: none;
    }

    .renewal .tables .tables-slider .head__description br.new-paragraph {
        display: block;
    }

    .renewal .tables .tables-slider .head__price {
        font-size: 34px;
        line-height: 34px;
    }

    .renewal .tables .tables-slider .head__price span {
        font-size: 20px;
        line-height: 34px;
    }

    .renewal .tables .tables-slider .head__price-detail {
        font-size: 12px;
        line-height: 20px;
        padding: 0 0 14px 0;
    }

    .renewal .tables .tables-slider .head__renew {
        font-size: 14px;
        line-height: 28px;
        max-width: 143px;
        padding: 6px 0;
    }

    .renewal .tables .tables-slider .head__confirm {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0 0 0;
    }

    .renewal .question__content {
        background: url("../../images/business/renewal/bg-question-desktop.jpg") no-repeat center center/cover;
        padding: 54px 0 60px 0;
        max-width: 1110px;
        margin: 0 auto;
    }

    .renewal .question__content .section-title,
    .renewal .question__content p {
        max-width: 100%;
    }

    .renewal .question__content .section-title {
        font-size: 34px;
        padding: 0;
    }

    .renewal .question__content p {
        font-size: 22px;
        line-height: 32px;
    }

    .renewal .question__content p br {
        display: none;
    }

    .renewal .question__content p:last-of-type {
        padding: 0 0 18px 0;
    }

    .renewal .question__content a {
        font-size: 14px;
        line-height: 40px;
        max-width: 170px;
    }

    .renewal .performances .performance .item {
        padding: 0;
    }

    .renewal .performances .performance .item__image {
        padding: 0 0 27px 0;
    }

    .renewal .performances .performance .item__content {
        padding: 0;
    }

    .renewal .performances .performance .item:first-of-type .item__content {
        padding: 0;
    }

    .modal-content {
        width: 60%;
    }

    .msp-security .second-menu .custom-container {
        max-width: 1155px;
        margin: 0 auto;
    }

    .msp-security .overview,
    .msp-security .endpoint-risk,
    .msp-security .edr {
        padding: 40px 0;
    }

    .msp-security .overview__row,
    .msp-security .endpoint-risk__row,
    .msp-security .edr__row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0 -30px;
    }

    .msp-security .overview__content,
    .msp-security .endpoint-risk__content,
    .msp-security .edr__content {
        padding: 0 15px;
    }

    .msp-security .overview__content p,
    .msp-security .endpoint-risk__content p,
    .msp-security .edr__content p {
        font-size: 18px;
        line-height: 32px;
    }

    .msp-security .overview__content h3,
    .msp-security .endpoint-risk__content h3,
    .msp-security .edr__content h3 {
        padding: 0 0 10px 0;
    }

    .msp-security .overview__content ul,
    .msp-security .endpoint-risk__content ul,
    .msp-security .edr__content ul {
        padding: 0 10px 0 0;
    }

    .msp-security .overview__content ul li,
    .msp-security .endpoint-risk__content ul li,
    .msp-security .edr__content ul li {
        font-size: 18px;
        line-height: 32px;
    }

    .msp-security .overview__content ul li:before,
    .msp-security .endpoint-risk__content ul li:before,
    .msp-security .edr__content ul li:before {
        top: 12px;
    }

    .msp-security .overview__video,
    .msp-security .endpoint-risk__video,
    .msp-security .edr__video {
        position: relative;
    }

    .msp-security .overview__video .play,
    .msp-security .endpoint-risk__video .play,
    .msp-security .edr__video .play {
        width: 120px;
        height: 120px;
    }

    .msp-security .overview__action,
    .msp-security .endpoint-risk__action,
    .msp-security .edr__action {
        padding: 20px 0 0 0;
    }

    .msp-security .endpoint-risk__row,
    .msp-security .edr__row {
        -webkit-flex-flow: row-reverse wrap;
        -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
    }

    .msp-security .overview {
        padding: 95px 0 40px 0;
    }

    .msp-security .overview__row .col-12 {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .msp-security .overview__content h3 {
        padding: 0 50px 10px 0;
    }

    .msp-security .endpoint-risk,
    .msp-security .edr {
        padding: 40px 0 0 0;
    }

    .msp-security .endpoint-risk__content {
        padding: 0 35px 0 15px;
    }

    .msp-security .mdr-msp {
        padding: 95px 0 100px 0;
    }

    .msp-security .mdr-msp .row .col-12 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .msp-security .benefits {
        padding: 135px 0 100px 0;
    }

    .msp-security .layered-msp .swiper-button-next,
    .msp-security .layered-msp .swiper-button-prev {
        display: none;
    }

    .msp-security .layered-msp {
        padding: 100px 0 90px 0;
    }

    .msp-security .layered-msp__slider {
        margin: 0 -15px;
        padding: 0;
    }

    .msp-security .layered-msp__slider .swiper-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-sizing: border-box;
        height: auto !important;
    }

    .msp-security .layered-msp__slider .swiper-slide {
        margin-right: 0 !important;
        height: auto;
    }

    .msp-security .layered-msp h2,
    .msp-security .layered-msp p {
        margin: 0 auto;
    }

    .msp-security .layered-msp h2 {
        padding: 0 0 40px 0;
        max-width: 85%;
    }

    .msp-security .layered-msp p {
        font-size: 18px;
        line-height: 26px;
        max-width: 80%;
        padding: 0 0 50px 0;
    }

    .msp-security .layered-msp__item {
        margin: 0;
        height: 100%;
    }

    .msp-security .msp-partner-program {
        padding: 100px 0 0 0;
    }

    .msp-security .msp-partner-program .edr__content h3 {
        padding: 0 0 35px 0;
    }

    .msp-security .msp-partner-program__content {
        padding: 0 20px 0 0;
    }

    .msp-security .msp-partner-program__content h4 {
        min-height: 55px;
    }

    .msp-security .msp-partner-program__action {
        padding: 25px 0 80px 0;
    }

    .msp-security .integration {
        padding: 90px 0;
    }

    .msp-security .integration__content p {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 20px 0;
    }

    .msp-security .integration__content h3 {
        padding: 0 0 10px 0;
    }

    .msp-security .integration__content ul {
        padding: 0 10px 0 0;
    }

    .msp-security .integration__content ul li {
        font-size: 18px;
        line-height: 32px;
    }

    .msp-security .integration__content ul li:before {
        top: 12px;
    }

    .msp-security .testimonials-slider__item .play-testimonial {
        width: 120px;
        height: 120px;
    }

    .msp-security .testimonials-slider__item .text {
        padding: 0;
    }

    .msp-security .testimonials-slider__item .text blockquote {
        padding: 70px 8.32% 0 22.22%;
    }

    .msp-security .testimonials-slider__item .text h2,
    .msp-security .testimonials-slider__item .text p,
    .msp-security .testimonials-slider__item .text cite {
        padding: 0 0 30px 0;
    }

    .msp-security .testimonials-slider__item .text p,
    .msp-security .testimonials-slider__item .text cite {
        font-size: 18px;
        line-height: 24px;
    }

    .msp-security .testimonials-slider__item .text h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .msp-security .testimonials-slider__item .text .bt {
        bottom: 17.69%;
    }

    .msp-security .modal-content {
        width: 100%;
    }

    body.modal-open {
        padding-right: 17px;
    }
}

@media (min-width: 576px) {
    .modal-dialog.business-modal {
        max-width: 1000px !important;
        margin: 7rem auto 1.75rem auto;
    }
}

@media (min-width: 768px) {
    .modal-dialog.business-modal {
        width: 1000px !important;
        margin: 30px auto;
    }
}


@media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
    .renewal .tables .tables-slider .swiper-slide .wrapper-expand:first-of-type .expand__list li span {
        left: 43px;
        width: 100%;
    }
}

@media (min-width: 1900px) {
    .msp-security .testimonials-slider__item .text blockquote {
        padding: 70px 22.22% 0 22.22%;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .patch-management .cta-mobile .cta,
    .fde .cta-mobile .cta {
        padding: 15px 0;
    }

    .patch-management .cta-mobile .cta__btn,
    .fde .cta-mobile .cta__btn {
        font-size: 22px;
        padding: 14px 0;
    }

    .patch-management .features__title,
    .fde .features__title {
        font-size: 38px;
        padding: 100px 0 70px 0;
    }

    .patch-management .features .feature__header,
    .fde .features .feature__header {
        height: 135px;
        padding: 0 42px;
    }

    .patch-management .features .feature__header:after,
    .fde .features .feature__header:after {
        width: calc(100% - 75px);
    }

    .patch-management .features .feature__header h3,
    .fde .features .feature__header h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .patch-management .features .feature__body p,
    .fde .features .feature__body p {
        font-size: 24px;
        line-height: 35px;
        padding: 0 0 30px 0;
    }

    .patch-management .features .cta,
    .fde .features .cta {
        padding: 65px 0 5px 0;
    }

    .patch-management .features .cta__btn,
    .fde .features .cta__btn {
        font-size: 22px;
        padding: 14px 29px;
    }

    .patch-management .requirements__content h2 {
        font-size: 30px;
    }

    .patch-management .requirements__content p {
        font-size: 22px;
    }

    .patch-management .contact,
    .fde .contact {
        padding: 90px 0 100px 0;
    }

    .patch-management .contact__content h2,
    .fde .contact__content h2 {
        font-size: 38px;
        line-height: 38px;
        padding: 0 0 18px 0;
    }

    .patch-management .contact__content p,
    .fde .contact__content p {
        font-size: 24px;
        line-height: 35px;
    }

    .patch-management .contact__cta,
    .fde .contact__cta {
        padding: 45px 0 15px 0;
    }

    .patch-management .contact__cta a,
    .fde .contact__cta a {
        font-size: 22px;
        padding: 14px 54px;
    }

    .fde .requirements__content h2 {
        font-size: 30px;
    }

    .fde .requirements__content p {
        font-size: 22px;
    }

    .fde .requirements .windows h3,
    .fde .requirements .windows p,
    .fde .requirements .mac h3,
    .fde .requirements .mac p {
        font-size: 22px;
    }

    .msp-security .cta-mobile .cta {
        padding: 15px 0;
    }

    .msp-security .cta-mobile .cta__btn {
        font-size: 22px;
        padding: 14px 0;
    }

    .msp-security .contact {
        padding: 90px 0 100px 0;
    }

    .msp-security .contact__content h2 {
        font-size: 38px;
        line-height: 38px;
        padding: 0 0 18px 0;
    }

    .msp-security .contact__content p {
        font-size: 24px;
        line-height: 35px;
    }

    .msp-security .contact__cta {
        padding: 45px 0 15px 0;
    }

    .msp-security .contact__cta a {
        font-size: 22px;
        padding: 14px 54px;
    }
}

@media (min-width: 640px) and (max-width: 991px) {
    .patch-management .complementary-products__content p,
    .fde .complementary-products__content p {
        font-size: 24px;
        line-height: 35px;
    }

    .patch-management .complementary-products .product,
    .fde .complementary-products .product {
        padding: 0 65px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .patch-management .features .content,
    .fde .features .content {
        width: 1110px;
        display: block;
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify;
    }

    .patch-management .features .content .group-left,
    .patch-management .features .content .group-right,
    .fde .features .content .group-left,
    .fde .features .content .group-right {
        width: 370px;
        display: inline-block;
    }

    .patch-management .features .feature__header,
    .fde .features .feature__header {
        text-align: left;
    }

    .patch-management .features .feature__header:after,
    .fde .features .feature__header:after {
        right: 35px;
        top: 0;
    }

    .patch-management .features .feature__header:after {
        background-image: url("../../images/business/patch-management/arrow-down.png");
    }

    .fde .features .feature__header:after {
        background-image: url("../../images/business/fde/arrow-down.png");
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .renewal select::-ms-expand {
        display: none;
    }

    .renewal select {
        height: 35px;
    }
}