.promo-fullwidth {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    background: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
}

.promo-fullwidth * {
    box-sizing: border-box;
}

.promo-fullwidth--grey {
    background: #f0f0f0;
}

.promo-fullwidth--dark-blue {
    background: #00406b;
}

.promo-fullwidth--shadow {
    position: relative;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
}

.promo-fullwidth--bottom-shadow {
    margin-bottom: 50px;
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.1);
}

.promo-offer-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 15px 0 10px;
}

.generic-modal__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-position: -28px -376px !important;
}

.generic-modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
}

.generic-modal__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.generic-modal__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.generic-modal__form .inputBox {
    width: 100%;
    text-align: left;
}

.generic-modal__form .inputBox:not(.marketingAccept) input {
    padding: 12px 20px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    outline: none!important;
}

.generic-modal__form .marketingAccept {
    display: flex;
    align-items: flex-start;
}

.generic-modal__form .marketingAccept input {
    cursor: pointer;
    margin-right: 10px;
}

.generic-modal__form .marketingAccept label {
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
}

.generic-modal__rodo {
    display: block;
    margin: 20px 0;
    color: #727272;
    font-size: 10px;
    line-height: 14px;
}

.generic-modal__submit {
    width: 120px !important;
    margin: 0 auto;
}

.generic-modal__submit-btn {
    margin-bottom: 0 !important;
    background: #00aeef;
    color: #FFF;
    font-weight: 600;
    border: 2px solid #00aeef !important;
    transition-duration: .3s;
    cursor: pointer;
    outline: none;
}

.generic-modal__submit-btn:hover {
    background: #FFF;
    color: #00aeef;
}

/* vSAN Promo */
.vsan-subheader {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.vsan-subheader--bottom-less {
    margin-bottom: 10px;
}

.vsan-banner {
    width: 100%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.vsap-top-columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.vsan-top-column {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    flex-shrink: 1;
    max-width: 630px;
}

.vsan-top-column p {
    max-width: 100%;
}

.vsan-top-column--right {
    align-items: center;
    justify-content: center;
    padding-right: 25px;
    padding-left: 40px;
    text-align: center;
    flex-shrink: 0;
    border-left: 1px solid #d3d3d3;
}

.vsan-scroll-to {
    width: 275px;
    margin-top: 30px;
    background: #00aeef;
    border: 2px solid #00aeef;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 68px;
    transition-duration: .3s;
}

.vsan-scroll-to:hover,
.vsan-scroll-to:focus {
    background: #fff;
    color: #00aeef;
}

.vsan-faq-column {
    width: 470px;
    display: flex;
    flex-direction: column;
}

.vsan-faq-question-title {
    position: relative;
    height: 70px;
    margin-top: 5px;
    padding: 8px 40px 8px 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

.vsan-faq-question-title.ui-accordion-header-active {
    background: #00406b;
    color: #fff;
}

.vsan-faq-question-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 1px;
    background: #00aeef;
}

.vsan-faq-question-title:before {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #00aeef;
}

.vsan-faq-question-title.ui-accordion-header-active:before {
    display: none;
}

.vsan-faq-question-content {
    display: none;
    padding: 14px 10px 20px;
}

.vsan-slider {
    width: 980px;
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vsan-slider__top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.vsan-slider__button {
    font-size: 22px;
    margin: 0 12px;
    padding: 0 0 12px 0;
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    cursor: pointer;
    outline: none;
}

.vsan-slider__button:hover,
.vsan-slider__button:focus {
    border-bottom: 2px solid #00aeef;
}

.vsan-slider__button--active {
    border-bottom: 2px solid #00aeef;
    font-weight: 700;
}

.vsan-slider__bottom {
    width: 100%;
    justify-content: center;
    display: flex;
}

.vsan-slider__group {
    width: 1000px;
    justify-content: space-between;
    display: none;
    opacity: 0;
    transition-duration: .7s;
}

.vsan-slider__group--active {
    display: flex;
    opacity: 1;
}

.vsan-product {
    position: relative;
    width: 300px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    align-self: flex-start;
}

.vsan-product--license {
    width: 316px;
    margin-right: 40px;
}

.vsan-product--license:before {
    content: '+';
    display: block;
    position: absolute;
    top: 28px;
    right: -35px;
    font-size: 22px;
    font-weight: 700;
}

.vsan-product__label {
    position: absolute;
    top: -30px;
    left: 0;
    width: 150px;
    height: 30px;
    padding-left: 14px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #379144;
}

.vsan-product__label--license {
    background: #002944;
}

.vsan-product__top {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #74be27;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.vsan-product__top--license {
    background: #00406b;
}

.vsan-product__bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 17px;
}

.vsan-product__bottom p {
    max-width: 100%;
}

.vsan-product__text {
    padding: 20px 20px 25px 20px;
}

.vsan-product__text--centered {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.vsan-product__list-wrapper {
    padding: 0 20px 25px 20px;
}

.vsan-product__list li {
    position: relative;
}

.vsan-product__list li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 3px;
    top: 10px;
    background: #00406b;
}

.vsan-product__price {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #cceffc;
}

.vsan-product__price strong {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
}

.vsan-open-modal {
    margin: 0 auto 20px;;
    padding: 0;
    padding-left: 55px;
    padding-right: 55px;
    background: #00aeef;
    border: none;
    border: 2px solid #00aeef;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    transition-duration: .3s;
    cursor: pointer;
}

.vsan-open-modal:hover,
.vsan-open-modal:focus {
    background: #fff;
    color: #00aeef;
}

.vsan-select {
    padding: 12px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}

.vsan-checkboxes {
    margin-bottom: 25px;
}

.vsan-checkbox-wrapper {
    display: flex;
    align-items: center;
}

.vsan-checkbox-wrapper input {
    width: auto !important;
    margin: 0 0 0 4px !important;
}

.vsan-checkbox-wrapper label {
    padding-left: 8px;
}

.vsan-is-disabled {
    display: none;
}

@media all and (max-width: 1020px) {
    .promo-offer-content {
        max-width: 100%;
    }
    
    .generic-modal {
        max-width: 100%;
    }

    .vsan-banner {
        max-width: 100%;
    }

    .vsan-slider {
        max-width: 100%;
    }

    .vsap-top-columns {
        flex-direction: column;
        align-items: center;
    }

    .vsan-top-column {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .vsan-top-column--right {
        margin-top: 30px;
        padding-top: 30px;
        border-left: none;
        border-top: 1px solid #d3d3d3;
    }

    .promo-offer-content {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .vsan-slider__group {
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .vsan-product {
        align-self: auto;
        margin: 0 0 60px 0;
    }

    .vsan-product--license:before {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .vsan-banner {
        margin-top: 50px;
    }

    .vsan-faq-column {
        max-width: 100%;
    }
}

/* Veritas Promo PL only*/
.veritas-banner {
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}

.veritas-top-columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.veritas-top-column {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    flex-shrink: 1;
    max-width: 630px;
}

.veritas-top-column p {
    max-width: 100%;
}

.veritas-top-column--right {
    align-items: center;
    justify-content: center;
    padding-right: 25px;
    padding-left: 40px;
    text-align: center;
    flex-shrink: 0;
}

.veritas-scroll-to {
    min-width: 275px;
    background: #00aeef;
    border: 2px solid #00aeef;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 68px;
    transition-duration: .3s;
}

.veritas-scroll-to:hover,
.veritas-scroll-to:focus {
    background: #fff;
    color: #00aeef;
}

.veritas-promo-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.veritas-promo-column__huge-text {
    font-size: 56px;
    line-height: 56px;
}

.veritas-promo-column__big-text {
    font-size: 30px;
    line-height: 34px;
}

.veritas-second-promo {
    margin-top: 30px;
}

.veritas-second-promo__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 580px;
}

.veritas-second-promo__sub-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.veritas-second-promo__sub-row span {
    margin-right: 30px;
    font-size: 64px;
    font-weight: 700;
    color: #e9ba00;
}

.veritas-big-promo-text {
    color: #565656;
}

.veritas-big-promo-text__top {
    font-size: 53px;
    line-height: 53px;
}

.veritas-big-promo-text__bottom {
    font-size: 83px;
    line-height: 80px;
}

.veritas-big-promo-text__bottom b {
    text-transform: uppercase;
    color: #e9ba00;
    font-weight: 700;
}

.veritas-bottom-image {
    position: relative;
}

.veritas-bottom-image__image {
    position: absolute;
    bottom: -210px;
    right: 100px;
    z-index: 10;
}

.veritas-bottom {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
    height: 180px;
    color: #fff;
    overflow: hidden;
}

.veritas-bottom__column {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.veritas-bottom__column--fixed {
    flex-grow: 1;
}

.veritas-bottom__column h3 {
    margin: 0;
    margin-bottom: 16px;
    font-size: 28px;
}

.veritas-open-modal {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    color: #00aeef;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    transition-duration: .3s;
}

.veritas-open-modal:hover,
.veritas-open-modal:focus {
    color: #68caef;
}

.veritas-bottom__text-wrapper {
    position: relative;
    margin-top: 30px;
    margin-left: 110px;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    z-index: 10;
}

.veritas-bottom__name {
    font-size: 14px;
    font-weight: 700;
}

.veritas-bottom__glow-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.veritas-bottom__glow-effect:before {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 170px;
    transform: translateY(-50%);
    box-shadow: 0 0 500px 150px #00aeef;
}

/* IE 11 hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .veritas-promo-column,
    .veritas-second-promo__column {
        max-width: 100%;
        width: 450px;
    }

    .veritas-big-promo-text {
        text-align: center;
    }
}

/*      !ACHTUNG!    */
/*    VERITAS TABLE  */
.veritas-table-wrapper {
    width: 100%;
    overflow: auto;
}
.veritas-table {
    width: 975px;
    border-spacing: 0;
    border-collapse: collapse;
}

.veritas-table__space-helper {
    width: 10px !important;
}

/* Table Head */
.veritas-table thead td {
    width: 305px; 
    padding-left: 5px;
}

.veritas-table thead th {
    width: 165px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.veritas-table__first-row th {
    padding: 20px 5px 10px; 
    background: #00406b;
    color: #95a5b5;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

.veritas-table__first-row td b {
    font-size: 20px;
    line-height: 30px;
}

.veritas-table__first-row th b {
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.veritas-table__second-row th {
    padding: 25px 5px 30px; 
    background: #f7f7f7;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.veritas-table__second-row th:nth-child(4),
.veritas-table__second-row th:nth-child(5) {
    background: #dbf4fd;
}

.veritas-table__second-row b {
    margin-top: 8px;
    font-size: 20px
}

.veritas-table__second-row button {
    width: 112px;
    margin-top: 8px;
    background: #00aeef;
    color: #fff;
    text-transform: uppercase;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 38px;
    background: #00aeef;
    border: 2px solid #00aeef;
    cursor: pointer;
    transition-duration: .3s;
    outline: none;
}

.veritas-table__second-row button:hover,
.veritas-table__second-row button:focus {
    color: #00aeef;
    background: #fff;
}

/* Table Body */
.veritas-table tbody {
    border-top: 2px solid #d3d3d3;
}

.veritas-table tbody td {
    padding: 24px 10px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff;
}

.veritas-table tbody td:first-child {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.veritas-table tbody td i {
    color: #39b54a;
}

/* Table Body Cell Colors */
.veritas-table__horizontal-space-helper {
    padding-top: 25px !important;
    padding-bottom: 0 !important;
    background: #fff !important;
}
.veritas-table tbody tr:nth-child(odd) td:nth-child(2) {
    background: #fbfbfb;
}

.veritas-table tbody tr:nth-child(odd) td:nth-child(4) {
    background: #edf9fe;
}

.veritas-table tbody tr:nth-child(even) td:nth-child(2) {
    background: #f7f7f7;
}

.veritas-table tbody tr:nth-child(even) td:nth-child(4) {
    background: #dbf4fd;
}

.veritas-table tbody tr:first-child:hover > td {
    background: #fff !important;
}

.veritas-table tbody tr:hover > td {
    background: #cceffc !important;
}
/* VERITAS TABLE END */

@media all and (max-width: 1020px) {
    .veritas-banner {
        max-width: 100%;
    }

    .veritas-bottom-image__image,
    .veritas-bottom__column--fixed {
        display: none;
    }

    .veritas-bottom__column {
        height: 100%;
    }

    .veritas-open-modal {
        text-align: center;
    }

    .veritas-big-promo-text {
        display: none;
    }
}

@media all and (max-width: 900px) {
    .veritas-top-columns {
        flex-direction: column;
        align-items: center;
    }

    .veritas-top-column {
        max-width: 100%;
        padding: 0;
    }

    .veritas-top-column--right {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .veritas-promo-column {
        max-width: 100%;
    }
}

@media all and (max-width: 480px) {
    .veritas-bottom {
        margin-bottom: -30px;
    }

    .veritas-bottom__column h3 {
        font-size: 20px;
        text-align: center;
    }

    .veritas-open-modal {
        font-size: 20px;
    }
}

/* Veritas Promo */
.veritas-fw-blank {
    width: 100%;
}

.veritas-fw-grey {
    background-color: #fafafa;
}

.veritas-fw-blank>.veritas-offer-content, .veritas-fw-grey>.veritas-offer-content {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 15px 30px 10px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.veritas-offer-content .promo-logo {
    margin-bottom: 20px;
} 

.veritas-column-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.veritas-column-wrapper.veritas-1-step{
    justify-content: flex-start;
}

.veritas-column-wrapper.veritas-1-step .veritas-1-step-about {
    margin-top: 50px;
    margin-left: 30px;
    max-width: 60%;
}

.veritas-column-wrapper.veritas-1-step .veritas-1-step-about strong {
    font-weight: bold;
    font-size: 14px;
}

.veritas-column-wrapper.veritas-1-step .veritas-1-step-about span {
    font-weight: normal;
    font-size: 14px;
}

.veritas-column-wrapper .veritas-single-product {
    width: 310px;
    height: 202px;
    padding-top: 17px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #ededed;
    background-color: #ffffff;
}

.veritas-column-wrapper .veritas-single-product .order_next_submit {
    min-width: 10px;
    margin-top: 12px;
}

.veritas-column-wrapper .veritas-single-product .veritas-product-link {
    color: #00aeef;
    font-size: 16px;
    transition-duration: 0.3s;
}

.veritas-column-wrapper .veritas-single-product .veritas-product-link:hover {
    color: #00406b;
    text-decoration: underline;
}

.veritas-column-wrapper .veritas-single-product .veritas-product-title{
    margin: 8px 0 30px;
}

.veritas-column-wrapper .veritas-single-product .veritas-netto-price {
    color: #da0200;
    font-size: 17px;
    font-weight: bold;
}

.veritas-column-wrapper .veritas-single-product .veritas-netto-price>span{
    font-size: 14px;
    font-weight: normal;
}

.veritas-column-wrapper .veritas-single-product .veritas-brutto-price {
    color: #727272;
    font-size: 13px;
}

.veritas-column-wrapper .veritas-about-column {
    width: 49%;
    font-size: 14px;
}

.veritas-offer-content h2 {
    font-size: 19px;
    margin-bottom: 40px;
}

.veritas-offer-content h3 {
    margin-bottom: 40px;
    font-size: 22px;
    color: #00406b;
}

.veritas-offer-content h3 strong {
    font-weight: bold;
}

.veritas-offer-content h3 span {
    font-weight: normal;
}

.veritas-offer-content .veritas-three-columns {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.veritas-fw-grey.veritas-contact {
    margin-bottom: 60px;
}

.veritas-offer-content.veritas-contact h4 {
    font-size: 19px;
}

.veritas-offer-content.veritas-contact a {
    margin-bottom: 20px;
    font-size: 22px;
    text-decoration: underline;
    cursor: pointer;
}
.veritas-fw-grey .o365ModalBG {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.veritas-fw-grey .o365Modal {
    width: 570px;
    padding: 50px 55px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -285px;
    background: #fff;
    z-index: 100001;
    position: relative;
}
.veritas-fw-grey .o365ModalClose {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 15px;
    color: #727272;
    cursor: pointer;
    transition-duration: 0.3s;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
.veritas-fw-grey .o365ModalClose:hover {
    color: red;
}
.veritas-fw-grey .o365ModalContent .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.veritas-fw-grey .o365ModalContent .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.veritas-fw-grey .o365ModalContent form .inputBox {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}
.veritas-fw-grey .o365ModalContent form .inputBox.rodo {
    color: #727272;
    display: block;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
}
.veritas-fw-grey .o365ModalContent form .inputBox.rodo a {
    color: #00aeef;
    text-decoration: none;
}
.veritas-fw-grey .o365ModalContent form .inputBox.rodo a:hover {
    text-decoration: underline;
}
.veritas-fw-grey .o365ModalContent form .inputBox.submit {
    justify-content: center;
}
.veritas-fw-grey .o365ModalContent form input[type="text"],
.veritas-fw-grey .o365ModalContent form select {
    padding: 12px 20px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.veritas-fw-grey .o365ModalContent form .marketingAccept {
    margin: 0px 0px 15px;
}
.veritas-fw-grey .o365ModalContent form input[type="checkbox"] {
    margin-right: 10px;
}
.veritas-fw-grey .o365ModalContent form label {
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
}
.veritas-fw-grey .o365ModalContent form input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    color: #fff;
    background: #00aeef;
    border: 0px;
    cursor: pointer;
}
.veritas-fw-grey .o365ModalContent form input[type="submit"]:hover {
    background: rgba(0, 174, 239, 0.7);
}
@media all and (max-width: 480px) {
    .veritas-fw-blank>.veritas-offer-content, .veritas-fw-grey>.veritas-offer-content {
        width: 100%;
        padding: 20px 5px 20px 5px;
    }
    .veritas-offer-content .promo-logo {
        margin-top: 60px;
    }
    .veritas-column-wrapper{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .veritas-column-wrapper .veritas-about-column {
        margin-bottom: 20px;
    }
    .veritas-column-wrapper.veritas-1-step{
        flex-direction: column;
        align-items: center;
    }
    .veritas-column-wrapper.veritas-1-step .veritas-1-step-about {
        margin: 0;
        max-width: 100%;
    }
    .veritas-column-wrapper .veritas-single-product {
        max-width: 310px;
        height: 202px;
    }    
    .veritas-column-wrapper .veritas-about-column {
        width: 90%;
    }
    .veritas-offer-content h2 {
        margin-bottom: 30px;
    }
    .veritas-offer-content h3 {
        margin-bottom: 30px;
    }
    .veritas-offer-content .veritas-three-columns {
        width: 90%;
        margin-top: 20px;
    }
    .veritas-contact.veritas-promo {
        margin-bottom: -100px;
    }
    .veritas-fw-grey .o365Modal{
        max-width: 90%;
        box-sizing: border-box;
        padding: 20px;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Teltonika Promo */
.teltonika-top {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
}

.teltonika-contact-box {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
    padding-top: 33px;
    padding-bottom: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #d3d3d3;
}

.teltonika-contact-box__heading {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.teltonika-contact-box__bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.teltonika-contact-box__bottom span {
    margin-left: 12px;
    margin-right: 12px;
}

.teltonika-button {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 46px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #00aeef;
    border: 1px solid #00aeef;
    transition-duration: .3s;
    cursor: pointer;
}

.teltonika-button:hover {
    background: #fff;
    color: #00aeef;
}

.teltonika-contact-box__link {
    color: #00aeef;
    background: #fff;
}

.teltonika-contact-box__link:hover {
    background: #fff;
    color: #00aeef;
    text-decoration: underline;
}

.teltonika-tabs-heading {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.teltonika-tabs-top {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
}

.teltonika-tab-link {
    width: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #00aeef;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

.teltonika-tab-link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,64,107,0.5);
    opacity: 1;
    z-index: 10;
    transition-duration: .3s;
}

.teltonika-tab-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00aeef;
    opacity: 0;
    z-index: 30;
    transition-duration: .3s;
}

.teltonika-tab-link.is-active {
    font-weight: 700;
    color: #000;
}

.teltonika-tab-link:hover {
    color: #000;
}

.teltonika-tab-link:hover:before,
.teltonika-tab-link.is-active:before {
    opacity: 0;
}

.teltonika-tab-link:hover:after,
.teltonika-tab-link.is-active:after {
    opacity: 1;
}

.teltonika-tab-link img {
    width: 220px;
    height: 111px;
    position: relative;
}

.teltonika-tab-link span {
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    line-height: 60px;
    z-index: 20;
}

.teltonika-tabs-bottom {
    width: 100%;
    margin-bottom: 20px;
}

.teltonika-tab {
    display: none;
    flex-direction: column;
    width: 100%;
    transition-duration: .3s;
    opacity: 0;
}

.teltonika-tab.is-active {
    display: flex;
    opacity: 1;
}

.teltonika-tab__heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.teltonika-tab__intro {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
    color: #727272;
}

.teltonika-tab__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.teltonika-tab__column {
    width: 468px;
}

.teltonika-tab__column p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
}

@media all and (max-width: 1000px) {
    .teltonika-tab__row {
        flex-direction: column;
        align-items: center;
    }

    .teltonika-tab__column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media all and (max-width: 950px) {
    .teltonika-tabs-top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .teltonika-tab-link {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 490px) {
    .teltonika-promo-logo {
        margin-top: 40px;
    }

    .teltonika-tab__column iframe {
        max-width: 100%;
    }

    .teltonika-contact-box__bottom {
        flex-direction: column;
    }

    .teltonika-contact-box__bottom span {
        margin: 14px 0;
    }
}

/* SEAGATE EXOS */
.promo-fullwidth.exos-promo {
    background: url("https://senetic2.azureedge.net/gfx/promotions/seagate-exos/baner-segate.jpg") top center #fff no-repeat;
}

.exos-promo .description {
    width: 50%;
}
.exos-promo .image {
    width: 50%;
    display: flex;
    align-items: flex-end;
    margin-right: -50px;
    margin-bottom: -20px;
}

.exos-promo .title {
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    margin: 20px 0 30px;
}

.exos-promo .subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.exos-promo .cta {
    background: #6ebf4b;
    padding: 10px 40px;
    color: #fff;
}

.exos-promo .advantages-icons {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    width: 100%;
    flex-flow: row nowrap;
}

.exos-promo .advantages-icons .icon {
    text-align: center;
    color: #fff;
}

.exos-promo .advantages-icons .icon span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}
.exos-promo .advantages-icons .icon img {
    border: 7px solid #fff;
    border-radius: 50%;
    max-width: 140px;
}

@media all and (max-width: 1100px) {
    .exos-promo .image {
        margin-right: 0;
    }
}
@media all and (max-width: 1023px) {
    .exos-promo .promo-offer-content {
        flex-flow: row;
        align-items: flex-start;
        padding: 0 20px;
    }
    .exos-promo .advantages-icons {
        display: none;
    }
    .exos-promo .title {
        font-size: 35px;
    }
}
@media all and (max-width: 767px) {
    .exos-promo .promo-offer-content {
        align-items: center;
    }
    .exos-promo .title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 480px) {
    .exos-promo .promo-offer-content {
        flex-direction: column;
        align-items: center;
    }
    .exos-promo .description {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .exos-promo .image {
        width: 50%;
    }
    .exos-promo .title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .exos-promo .subtitle {
        font-size: 17px;
    }
}

.promo-fullwidth.citrix-category {
    flex-flow: column;
    padding-top: 0px;
}

.promo-fullwidth.citrix-category .promo-offer-content {
    margin: 0 auto;
}

.promo-fullwidth.citrix-category .promo-offer-content > * {
    width: 100%;
}

.header-citrix * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-citrix {
    background: #000 url("https://senetic2.azureedge.net/gfx/promotions/citrix/citrix-top-bg-new.jpg") center no-repeat;
    width: 100%;
    height: 374px;
    background-size: cover;
    padding-top: 30px;
}

.header-citrix__content {
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-citrix__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-citrix__row--top {
    margin-bottom: 20px;
}

.header-citrix__row--bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.header-citrix__sprite--logo {
    background: url("https://senetic2.azureedge.net/gfx/promotions/citrix/citrix-logo.png") center no-repeat transparent;
    height: 66px;
    width: 147px;
    margin-right: 40px;
}

.header-citrix__title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 15px;
}

.header-citrix__subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.header-citrix__subtitle span {
    display: block;
    color: #56c30d;
    text-transform: uppercase;
}
.header-citrix__cta {
    display: flex;
    align-items: flex-end;
}
.header-citrix__text .partnership-badge {
    height: 100px;
    margin-left: 20px;
}
.header-citrix__text .citrix-scroll-btn {
    background: #00aeef;
    color: #fff;
    border: 1px solid #00aeef;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}
.header-citrix__text .offer-valid {
    font-size: 13px;
    font-weight: 400;
    color: #e5f7fd;
    opacity: .5;
    margin-top: 15px;
    display: block;
}

.header-citrix__text {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 29px;
}

.header-citrix-manager {
    width: 217px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 20px;
    position: relative;
    top: 100px;
    z-index: 100;
}

.header-citrix-manager__photo {
    margin-bottom: 10px;
    height: 184px;
    width: 220px;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, .15);
}

.header-citrix-manager__photo--title {
    color: #000;
    text-align: center;
    font-size: 13px;
}

.header-citrix-manager__photo--title strong {
    font-size: 15px;
}

.citrix-content>h1,
.citrix-content>h3 {
    font-size: 20px;
    margin: 50px 0 41px 0;
    font-weight: bold;
    font-family: "Segoe UI", "Trebuchet MS", "Lucida Sans Unicode", Arial;
}

.citrix-content__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.citrix-content__boxes .box {
    width: 25%;
    max-width: 220px;
    border-top: 3px solid #000;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 24px;
    padding: 20px 10px;
}

.citrix-content__boxes .box p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.citrix-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

.citrix-long-text {
    width: 75%;
    margin-top: 16px;
}

.citrix-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.citrix-button h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 30px 0;
}

.citrix-button a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 45px;
    background: #00aeef;
    color: #fff;
    font-weight: 600;
    border: 1px solid #00aeef;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    padding: 15px 45px;
    display: inline-block;
    font-size: 16px;
}

.citrix-button a:hover {
    background: #fff;
    color: #00aeef;
    border: 1px solid #00aeef;
}

.citrix-box__black {
    padding-top: 5px;
    padding-bottom: 15px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#000),
            color-stop(70%, #000),
            color-stop(70%, transparent),
            to(transparent));
    background-image: -o-linear-gradient(top,
            #000,
            #000 70%,
            transparent 70%,
            transparent 100%);
    background-image: linear-gradient(top,
            #000,
            #000 70%,
            transparent 70%,
            transparent 100%);
    background-image: -webkit-linear-gradient(top,
            #000,
            #000 70%,
            transparent 70%,
            transparent 100%);
}

.citrix-box__black--title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    font-size: "Segoe UI", "Trebuchet MS", "Lucida Sans Unicode", Arial;
}

.citrix-box__black--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.citrix-box__black--content .box {
    background-color: #fff;
    color: #000;
    width: 33%;
    max-width: 310px;
    padding: 30px 20px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 24px;
}

.citrix-box__black--content .box p {
    font-size: 14px;
    line-height: 24px;
    min-height: 176px;
}

.citrix-content.infographic {
    padding-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
}

.citrix-content--last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
}

.citrix-content__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.citrix-content__column h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-family: "Segoe UI", "Trebuchet MS", "Lucida Sans Unicode", Arial;
}

.citrix-content__column--lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.citrix-content__column--lists ul {
    list-style-type: disc;
    list-style-position: inside;
}

.citrix-content__column--lists .first-list {
    margin-right: 100px !important;
}

.citrix-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.citrix-contact {
    margin-top: 50px;
}

.citrix-contact-content {
    color: #fff;
    background: #00406b url("https://senetic2.azureedge.net/gfx/promotions/citrix/form-bg.jpg") bottom right no-repeat;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    background-size: cover;
}
.citrix-contact-content li {
    padding: 0 0 0 20px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.citrix-contact-content li:before {
    font-size: 8px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f45c";
    color: #006fbc;
    margin-left: -15px;
    position: absolute;
}
.citrix-contact-info {
    width: 50%;
    padding-right: 50px;
}
.citrix-contact-info .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}
.citrix-contact-info .info {
    margin: 0 0 20px !important;
}
.citrix-contact-info .desc {
    font-size: 14px;
    line-height: 22px;
}
.citrix-contact-form {
    width: 50%;
}
.citrix-contact-form .generic-modal__rodo {
    margin-top: 20px !important;
    color: #fff;
    opacity: .5;
}
.citrix-contact-form .generic-modal__rodo a {
    color: #fff;
}
.citrix-contact-form .generic-modal__rodo a:hover {
    text-decoration: underline;
}
.citrix-contact-form .generic-modal__submit {
    text-align: right;
    width: 100% !important;
}
.citrix-contact-form .generic-modal__submit .generic-modal__submit-btn {
    background: #56c30d !important;
    border-color: #56c30d !important;
    width: auto !important;
}
.citrix-contact-form .generic-modal__submit .generic-modal__submit-btn:hover {
    background: #fff !important;
    color: #56c30d !important;
}
.citrix-contact-form .marketingAccept label {
    font-size: 12px;
}
.citrix-contact-form .marketingAccept a {
    color: #fff;
    text-decoration: none;
}
.citrix-contact-form .marketingAccept a:hover {
    text-decoration: underline;
}

span.generic-show-hide-content.wrap {
    max-height: 16px!important;
    overflow: hidden;
    display: inline-block;
}
a.show_less.hide,
a.show_more.hide {
    display: none;
}

.generic-modal__form .marketingAccept .label-white--text {
    color: #fff;
}

.citrix-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .header-citrix__title {
        font-size: 32px;
        line-height: 40px;
    }
    .header-citrix-manager {
        width: auto;
        top: -30px;
        min-width: 150px;
        background: rgba(0,0,0,.4);
    }
    .header-citrix-manager__photo {
        height: auto;
        width: 150px;
        margin: 0 auto;
    }
    .header-citrix-manager__photo--title {
        color: #fff;
        padding: 5px;
    }
    .citrix-content__boxes .box {
        width: 24%;
    }
    .header-citrix__content {
        width: 95%;
    }
    .citrix-box__black .promo-offer-content {
        padding: 0 15px;
    }
    .citrix-box__black--content .box {
        width: 32%;
    }
}

@media (max-width: 800px) {
    .header-citrix {
        padding: 30px 0 0 20px;
        background-size: cover;
    }

    .header-citrix__title {
        font-size: 25px;
        line-height: 30px;
    }

    .header-citrix__subtitle {
        font-size: 18px;
    }

    .citrix-content>h1,
    .citrix-content>h3 {
        font-size: 18px;
    }

    .citrix-box__black--content .box {
        padding: 20px;
    }
}

@media (max-width: 700px) {
    .header-citrix__text {
        font-size: 16px;
    }
    .header-citrix-manager__photo {
        margin-bottom: 5px;
    }
    .citrix-content__boxes .box {
        width: 48%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .citrix-content--last {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .citrix-content__column--lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .plans_border_bottom--hide {
        display: none;
    }
    .citrix-content__row {
        margin-bottom: 0 !important;
    }
    .citrix-contact-content {
        padding: 20px;
        flex-flow: row wrap;
        background: rgba(0,64,107,1);
        background: -moz-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,64,107,1)), color-stop(100%, rgba(0,115,169,1)));
        background: -webkit-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: -o-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: linear-gradient(to right, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00406b', endColorstr='#0073a9', GradientType=1 );
    }
    .citrix-contact-info {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .citrix-contact-form {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .header-citrix {
        padding: 20px 10px;
        height: auto;
    }
    .header-citrix__title {
        font-size: 30px;
        line-height: 40px;
    }
    .header-citrix-manager {
        display: none;
    }

    .header-citrix-manager__photo {
        margin-bottom: 5px;
        width: 80%;
        height: 100%;
    }

    .citrix-content__boxes .box {
        width: 100%;
    }
    .citrix-long-text {
        width: 100%;
        margin-top: 0;
    }
    .citrix-box__black {
        background: #000;
    }
    .citrix-box__black--content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .citrix-box__black--content .box {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .citrix-box__black--content .box p {
        min-height: auto;
    }
}

@media (max-width: 500px) {
    .header-citrix__sprite--logo {
        margin-right: 20px;
    }
    .header-citrix__title {
        font-size: 21px;
        line-height: 30px;
    }
    .header-citrix__row--top {
        margin-bottom: 10px;
    }
    .header-citrix__row--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
    }
    .header-citrix__text {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .header-citrix__text .partnership-badge {
        display: none;
    }
    .header-citrix-manager {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-citrix-manager__photo {
        margin-bottom: 0;
        width: 130px;
        height: 100%;
        margin-right: 20px;
        margin-left: 0;
    }
    .citrix-contact .promo-offer-content {
        padding: 0;
    }
}

.kingston-usb-promotion {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.kingston-usb-promotion .single-category {
    box-shadow: 0 5px 20px 0 rgba(0,64,107,0.2);
    text-align: center;
    max-width: 30%;
}
.kingston-usb-promotion .single-category:nth-child(2) {
    margin: 0 2%;
}
.kingston-usb-promotion .single-category img {
    max-width: 100%;
}
.kingston-usb-promotion .single-category .category-name {
    font-size: 17px;
    font-weight: 700;
    padding: 10px 20px 20px;
    color: #000;
}
.kingston-usb-promotion .single-category .btn {
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    transition: all .2s ease;
}
.kingston-usb-promotion .single-category:hover .btn {
    background: #fff;
    color: #00aeef;
}
@media (max-width: 767px) {
    .kingston-usb-top {
        display: none !important;
    }
    .kingston-usb-promotion {
        flex-flow: column;
        align-items: center;
        margin: 20px auto;
    }
    .kingston-usb-promotion .single-category {
        width: 100%;
        max-width: 314px;
        margin: 0 0 20px !important;
    }
}

/* Vmware Landing Category */
section#ms-comparison-landing,
section#comodo-landing,
section#eset-landing,
section#vmware-landing {
    font-family: "Segoe UI","Lucida Sans Unicode","Trebuchet MS",arial,sans-serif;
}

.landing-wrapper {
    width: 100%;
    max-width: 1220px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.sub-section {
    width: 100%;
    padding: 50px 0px;
}

.landing-col {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.landing-col-12 {
    max-width: 100%;
} 

.landing-col-8 {
    max-width: 66%;
}
.landing-col-7 {
    max-width: 58.333%;
}
.landing-col-6 {
     max-width: 50%;
}
.landing-col-5 {
    max-width: 41.66666%;
}
.landing-col-4 {
    max-width: calc(100% * 0.333);
}

.landing-col-3 {
     max-width: 25%;
}
.landing-col-2 {
    max-width: 16.66665%;
}
.landing-col-1 {
    max-width: 8.33334%;
}
.landing-col-5-column {
    max-width: 20%;
}
div#vmware-header {
    background: url(https://senetic2.azureedge.net/gfx/promotions/vmware/landing/vmware_background.jpg);
    color: white;
    background-size: cover;
}
div#vmware-header .landing-wrapper {
    align-items: center;
}
#vmware-header .desc img {
    margin: 0px 0px 15px 0px;
}
div#vmware-header h2 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}
div#vmware-header p {
    font-size: 17px;
    max-width: 680px;
    line-height: 24px;
}
div#vmware-header .image {
    text-align: left;
}
div#vmware-header .image img {
    margin: auto;
    width: auto;
    max-width: 100%;
}
.box-shadow {
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
}
div#vmware-how-can-we-help-you .landing-col {
    padding: 10px;
}

#vmware-how-can-we-help-you .box {
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}
#vmware-how-can-we-help-you .box-header img {
    height: 50px;
    margin-right: 15px;
}

#vmware-how-can-we-help-you .box-header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #B2B2B2;
}

#vmware-how-can-we-help-you .box-header p {
    color: #1E1E1E;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
#vmware-how-can-we-help-you .box-desc p {
    font-size: 15px;
    line-height: 26px;
}

#vmware-how-can-we-help-you .box-desc {
    min-height: 110px;
    padding-bottom: 15px;
}
.box-cta a {
    padding: 10px 26px;
    border: 1px solid #00aeef;
    font-size: 15px;
    color: #00aeef;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
}

.box-cta a:hover {
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    color: #00aeef;
}
h3.section-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 30px;
    line-height: 38px;
}

div#any-questions {
    text-align: center;
    padding-top: 0px;
}

div#any-questions p {
    font-size: 25px;
}

.cta-any-questions a {
    padding: 10px 26px;
    border: 1px solid #00aeef;
    font-size: 15px;
    background: #00aeef;
    display: inline-block;
    transition: all .3s;
    margin-top: 50px;
    color: white;
    font-weight: 500;
}

.cta-any-questions a:hover {
    color:#00aeef;
    background: white;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
}
div#useful-links {
    color: white;
    background: radial-gradient(circle at 50%, #006698, #00436f 50%);
}
div#useful-links h3.section-title {
    text-align: center;
}

a.useful-link {
    background: white;
    height: 86px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0px 30px;
    box-sizing: border-box;
    line-height: 20px;
    text-align: center;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s;
}

a.useful-link:hover {
    color: #00aeef;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.2);
    box-shadow: 0 2px 16px rgb(0 0 0 / 15%), 0 15px 12px rgb(0 0 0 / 20%);
}
.landing-wrapper.box-shadow {
    /* padding: 10px; */
    box-sizing: border-box;
    max-width: 1200px;
    text-align: center;
    justify-content: center;
    padding: 15px 0px;
}
.contact-us-section .desc h2 {
    line-height: 40px;
    letter-spacing: 0;
    margin: 0px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 38px;
}

.contact-us-section .desc {
    text-align: center;
    width: 100%;
}
.contact-us-section .contact-info p b {
    color: black;
}
.contact-us-section .contact-info p {
    line-height: 24px;
    font-size: 16px;
    color: #707070;
    margin-bottom: 10px;
}

.contact-us-section .contact-info {
    width: 100%;
    margin: 15px 0;
    border-left: 1px solid #B2B2B2;
    margin: 0px;
    text-align: left;
    padding-left: 73px;
}

.contact-us-section .contact-info a {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.contact-us-section .image img {
    max-width: 200px;
    width: 180px;
    border-radius: 100%;
    height: 180px;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 1px 3px 8px rgba(0,0,0,0.2);
}

.contact-us-section .image {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
}
div#hardware-virtualiation {
    color: white;
    /* background: radial-gradient(circle at 50%, #006698, #00436f 50%); */
    text-align: center;
    position: relative;
}

div#hardware-virtualiation h3.section-title {
    text-align: center;
    line-height: 40px;
    position: relative;
}

.carousel-item {
    color: black;
    /* padding: 10px; */
    margin: 10px;
    height: 100%;
}

.box-virtualization {
    background: white;
    padding: 25px 10px;
    min-height: 318px;
    position: relative;
}

h4.title {
    color: #00406B;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0px;
}

.box-virtualization img {
    display: block;
    margin: auto;
}

.box-virtualization p {
    min-height: 150px;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 10px;
}
div#hardware-virtualiation:before {
    background: radial-gradient(circle at 50%, #006698, #00436f 50%);
    content: "";
    width: 100%;
    height: calc(100% - 154px);
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
}
.box-virtualization:before {
    content: "";
    width: 100%;
    height: 9px;
    background: #00436f;
    background-size: cover!important;
    position: absolute;
    top: 0;
    z-index: 10;
    display: block;
    left: 0;
}
.box-virtualization-1:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-1.png");
}
.box-virtualization-2:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-2.png");
}
.box-virtualization-3:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-3.png");
}
.box-virtualization-4:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-4.png");
}
.box-virtualization-5:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-5.png");
}
.box-virtualization-6:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-6.png");
}
.box-virtualization-7:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-7.png");
}
.box-virtualization-8:before {
    background: url("https://senetic2.azureedge.net/gfx/promotions/vmware/landing/border-8.png");
}
.slick-prev,
.slick-next {
    left: 0px;
    position: absolute;
    top: 45%;
    left: -30px;
    font-size: 32px;
    color: #00AEEF;
    cursor: pointer;
    font-weight:600;
    opacity: 0.4;
    transition: all 0.3s;

}
.slick-next {
    left:auto;
    right: -30px;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}


form.landingModal-form .inputBox:not(.generic-modal__rodo):not(.marketingAccept) {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px;
}

form.landingModal-form .inputBox:not(.marketingAccept) label {
    width: 100%;
    max-width: 120px;
    color: #4A4A4A;
    font-family: "Segoe UI";
    font-size: 12px;
    line-height: 22px;
    min-width: 125px;
    margin-right: 5px;
}
form.landingModal-form select[name="form_phone_pre"],
form.landingModal-form textarea,
form.landingModal-form select#select-option,
form.landingModal-form .inputBox:not(.marketingAccept) input {
    margin-bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px!important;
    padding: 10px 15px;
    border: 1px solid #D3D3D3;
    max-width: 100%!important;
    position: relative;
    outline: none;
    font-size: 13px;
    color: #4A4A4A;
}
form.landingModal-form  input#contactFormSend,
form.landingModal-form  input#contactFormSend_second {
    color: #FFF;
    font-family: "Segoe UI";
    font-size: 17px;
    line-height: 23px;
    background: #00aeef;
    border: 1px solid #00aeef;
    font-weight: 600;
    padding: 10px 36px;
    display: inline-flex;
    margin-top: 8px;
    transition: all 0.3s;
    text-align: center;
    width: auto;
}
form.landingModal-form .inputBox:not(.marketingAccept) input.active,
form.landingModal-form .inputBox:not(.marketingAccept) input:focus {
    outline: 1px solid #00aeef;
}

form.landingModal-form select[name="form_phone_pre"],
form.landingModal-form select#select-option {
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: linear-gradient(45deg,transparent 50%,#00aeef 50%),linear-gradient(135deg,#00aeef 50%,transparent 50%);
        background-position: calc(100% - 15px) 17px,calc(100% - 10px) 17px, calc(100% - 2.5em) .5em;
        background-size: 5px 5px,5px 5px,1px 1.5em;
        background-repeat: no-repeat;
        cursor: pointer;
}

form.landingModal-form select[name="form_phone_pre"] {
  width: 100px;
  margin-right: 7px;
}
form.landingModal-form .inputBox.marketingAccept label {
    display: block;
    position: relative;
    color: #4a4a4a; 
    font-family: "Segoe UI";
    font-size: 12px;
    line-height: 18px;
}

form.landingModal-form .inputBox.marketingAccept {
    align-items: flex-start;
    margin-bottom: 15px;
}
form.landingModal-form .inputBox textarea {
    min-height: 160px;
    min-width: 100%;
    font-family: Arial;
}

#veeam-contact-modal .generic-modal__title {
    text-align: center;
    width: 100%;
}

#veeam-contact-modal .generic-modal__title h3 {
    text-align: center;
}

#veeam-contact-modal .generic-modal {
    width: 720px;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
}

#veeam-contact-modal .form-error {
    width: 100%;
    text-align: center;
    color: #ff3131!important;
    padding: 10px;
    background: #ffe3e3;
    margin: 10px 0px;
}

.landing_contact_modal .generic-modal {
    padding-top: 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
}

.landing_contact_modal .form-success span {
    font-size: 18px;
    line-height: 28px;
    margin-left: 28px;
    color: #56c30d;
}
.contact-us-section .landing-col {
    display: flex;
    align-items: center;
}

@media screen and (max-width:1200px) {
    .landing-wrapper {
        padding: 0px 30px;
        box-sizing: border-box;
    }
    .landing-wrapper.box-shadow {
        max-width: 1000px;
    }
    div#vmware-header h2 {
        font-size: 32px;
    }
    .box-virtualization p {
        min-height: 150px;
    }
    .contact-us-section .contact-info { 
        padding-left: 15px;
    }
}
@media screen and (max-width: 997px) {
    .contact-us-section .contact-info {
        padding-left: 30px;
    }

    .contact-us-section .landing-col {
        display: flex;
        align-items: center;
    }
    .contact-us-section .image img {
        width: 150px;
        height: 150px;
        display: block;
    }
    #vmware-how-can-we-help-you .box-header p br {
        display: none;
    }

    

   
}
@media screen and (max-width: 768px) {
     .contact-us-section .landing-col {
        width: 100%;
        max-width: 100%;
    }
    .contact-us-section .image.only-desktop {
        display: none!important;
    }
    .contact-us-section .image img {
        margin: auto;
    }


    .image.only-mobile {
        display: block!important;
        margin: auto;
        margin-top: 30px;
    }

    .contact-us-section .contact-info {
        text-align: center;
        border: none;
        padding: 0px!important;
    }
    h3.section-title {
        text-align:center;
        font-weight: 24px;
    }
    div#vmware-header h2 {
        font-size: 24px;
        line-height: 32px;
    }
    div#any-questions p {
        font-size: 18px;
    }

    div#vmware-header p {
        font-size: 15px;
    }

    div#vmware-how-can-we-help-you .landing-col-6 {
        max-width: 100%;
    }

    .box-desc {
        min-height: auto;
    }

    #useful-links .landing-col.landing-col-4 {
        max-width: 50%;
    }
    .contact-us-section .contact-info {
        padding-left: 30px;
    }


}
@media screen and (max-width: 640px) {
    form.landingModal-form .inputBox:not(.marketingAccept) label {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    form.landingModal-form .inputBox:not(.generic-modal__rodo):not(.marketingAccept) {
        flex-wrap: wrap;
    }

    form.landingModal-form inputBox.input-with-prefix {
        flex-wrap: nowrap;
        display: flex;
    }

    form.landingModal-form input#vmwareModalPhone {
        width: calc(100% - 84px)!important;
    }

    form.landingModal-form select[name="form_phone_pre"] {
        max-width: 76px!important;
    }

    form.landingModal-form .generic-modal__title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .landing_contact_modal .generic-modal {
        padding: 20px;
        overflow: scroll;
        max-height: 100%;
    }
    div#vmware-header .landing-col {
        max-width: 100%;
    }

    div#vmware-header .image {
        text-align: center;
        margin-top: 32px;
    }
    .slick-prev {
        left: -12px;
        right: auto;
        z-index: 10;
    }
    
    .slick-next {
        right: -12px;
        left: auto;
        z-index: 10;
    }
    #vmware-how-can-we-help-you .box {
        padding: 20px;
    }

    .landing-wrapper {
        padding: 0px 15px;
    }

    #useful-links .landing-col.landing-col-4 {
        max-width: 100%;
    }

    .contact-us-section .landing-col {
        max-width: 100%;
    }

    .contact-us-section .image.only-mobile {
        margin-top: 30px;
        display: block!important;
    }
}

@media screen and (max-width: 360px) {
    #vmware-how-can-we-help-you .box-header p {
        font-size: 16px;
    }

    #vmware-how-can-we-help-you .box-header img {
        height: 40px;
        margin: auto;
        margin-bottom: 15px;
    }

    #vmware-how-can-we-help-you .box-header {
        flex-wrap: wrap;
        text-align: center;
    }

    h3.section-title {
        font-size: 24px;
        line-height: 32px!important;
        margin-bottom: 15px;
    }

    .contact-us-section .desc h2 {
        font-size: 24px;
        line-height: 32px;
    }
    div#hardware-virtualiation h3.section-title br {
        display: none;
    }

}
.contact-us-section .landing-col-4 {
    align-items: center;
    display: flex;
}


form.landingModal-form .inputBox:not(.marketingAccept) label small {
    margin-left: 3px;
    color: grey;
}

/*Eset Category Page */
div#eset-header {
    background: url(https://senetic2.azureedge.net/gfx/promotions/eset/landing/eset_background.jpg);
    color: white;
    background-size: cover;
}
.landing-header-section .desc h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 35px 0px;
}

.landing-header-section .desc h2 span {
    font-weight: 400;
    display: block;
}

.landing-header-section a.header-cta {
    background: white;
    padding: 13px 34px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}
.landing-header-section a.header-cta:hover {
    background: #00aeef;
    color:white;
      -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
}
div#eset-how-can-we-help-you .box {
    height: 100%;
    padding: 30px 30px;
    text-align: center;
}
div#eset-how-can-we-help-you .box .box-header {
    padding-bottom: 20px;
}
div#eset-how-can-we-help-you .box .box-header p {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
div#eset-how-can-we-help-you .box .box-desc p {
    font-size: 14px;
    line-height: 25px;
}
.help-contact-us {
    text-align: center;
}

.help-contact-us p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

section#eset-landing a.btn-first {
    padding: 13px 34px;
    font-size: 15px;
    font-weight: 600;
}
section#eset-landing a.btn-first:hover{
      -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
}
div#eset-webinars {
    background: url(https://senetic2.azureedge.net/gfx/promotions/eset/landing/webinar_background.jpg);
    color: white;
    background-size: cover;
    text-align: center;
}
div#eset-webinars h3.section-title {
    color: #EEEEEE;
}
div#eset-webinars p.section-subtitle {
    font-size: 16px;
    max-width: 860px;
    margin: auto;
    line-height: 27px;
    padding-bottom: 40px;
}


.box-with-icon {
    text-align: left;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    height: 100%;
}

.box-with-icon img {
    margin-right: 24px;
    max-height: 44px;
    max-width: 44px;
}

.box-with-icon p {
    font-size: 16px;
    line-height: 27px;
    color: #EEEEEE;
}


#eset-webinars .landing-col:nth-child(4) .box-with-icon {
  border-right: none;
}

section#eset-landing a.btn-first.btn-green {
    background: #56C30D;
    border: 1px solid #56C30D;
    padding: 13px 45px;
    margin-top: 25px;
}
section#eset-landing a.btn-first.btn-green:hover {
    color: white;
  -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.15),0 15px 12px rgba(0,0,0,0.0);
    box-shadow: 0 2px 16px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.0);
}
div#eset-tables-header {
    background: radial-gradient(circle at 50%, #006698, #00436f 50%);
    color: white;
    text-align: center;
    padding-top: 30px;
    position: relative;
}
div#eset-tables-header:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #006293;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    transform: rotate(45deg);
    bottom: -10px;
}
.eset-table .table-row.table-header-row .table-cell span {
    text-transform: initial;
}

.eset-table .table-row.table-header-row .table-cell {
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
}

.eset-table  .table-row:not(.table-header-row):nth-child(odd) {
    background-color: white;
}

.eset-table  .table-row:nth-child(even) {
    background-color: #dbeff7;
}
.eset-table p {
    margin-top: 30px;
}
.eset-table.eset-table-security,
.eset-table.eset-table-encryption {
    max-width: 800px;
    margin: auto;
}
a.filter-button-generic.filter-button-eset {
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    height: 100%;
    display: block;
    position: relative;
    padding: 18px 23px;
    min-height: 81px;
    box-sizing: border-box;
    border-bottom: 1px solid #707070;
}

.promo-filter-wrap-eset {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-around;
}

a.filter-button-generic.filter-button-eset span.category-name {
    max-width: 232px;
    display: block;
    margin: auto;
    color: #707070;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    min-height: 46px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

a.filter-button-generic.filter-button-eset.active {
    border: 1px solid #707070;
    border-bottom: none;
    color: #707070;
}

.eset-table .table-row .table-cell:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    min-width: 300px;
    justify-content: left;
}
a.filter-button-generic.filter-button-eset:hover span.category-name,
a.filter-button-generic.filter-button-eset.active span.category-name {
    color: black;
}

div#eset-tables-content {
    padding: 50px 0px;
}
.eset-table .table-row .table-cell i {
    font-size: 15px;
}

.eset-table .table-row .table-cell {
    justify-content: center;
    align-items: center;
    display: flex;
}
div#tables-content {
    display: block;
    width: 100%;
    overflow-x: auto;
    max-width: 100%;
}

.eset-table.eset-table-business {
    min-width: 1000px;
    padding-bottom: 10px;
    width: 100%;
}
@media screen and (max-width: 1370px) {
    div#eset-header {
        background-position: -300px;
    }
}
@media screen and (max-width: 1000px) {
    div#eset-how-can-we-help-you .landing-col-3 {
        max-width: 50%;
    }

    a.filter-button-generic.filter-button-eset span.category-name {
        font-size: 13px;
        padding: 0px;
    }

    a.filter-button-generic.filter-button-eset {
        padding: 10px 5px;
        display: flex;
    }
  
}


@media screen and (max-width: 800px) {
    .eset-table .table-row .table-cell:first-child {
        min-width: 200px;
    }
    
    .promo-filter-wrap-eset {
        flex-wrap: wrap;
    }
    a.filter-button-generic.filter-button-eset {
        border: 1px solid #707070!important;
        text-align: left;
        max-width: calc(50% - 10px);
        margin-bottom: 20px;

    }
     a.filter-button-generic.filter-button-eset:hover,
     a.filter-button-generic.filter-button-eset.active {
         border: 1px solid #00aeef47!important;
         -webkit-box-shadow: 0 2px 16px #00aeef47, 0 15px 12px rgba(0,0,0,0.0);
         -moz-box-shadow: 0 2px 16px #00aeef47,0 15px 12px rgba(0,0,0,0.0);
         box-shadow: 0 2px 16px #00aeef47, 0 15px 12px rgba(0,0,0,0.0);
    }
    div#eset-header .landing-col {
        max-width: 100%;
    }

    .landing-header-section .desc h2 {
        text-align: center;
    }

    div#eset-header .desc {
        text-align: center;
    }
    
}
@media screen and (max-width: 600px) {
    div#eset-how-can-we-help-you .landing-col-3 {
        max-width: 100%;
    }

    .landing-header-section .desc h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    a.filter-button-generic.filter-button-eset {
        max-width: 100%;
    }

    div#eset-webinars .landing-col-4 {
        max-width: 100%;
        border: none;
    }

    .box-with-icon {
        border: none;
        margin-bottom: 15px;
    }
    .eset-table.eset-table-security,
    .eset-table.eset-table-cloud,
    .eset-table.eset-table-encryption {
        min-width: 600px;
    }
    form.landingModal-form .inputBox:not(.generic-modal__rodo):not(.marketingAccept) {
        flex-wrap: wrap;
    }

    form.landingModal-form .inputBox.input-with-prefix select {
        width: 75px!important;
    }

    form.landingModal-form .inputBox.input-with-prefix input {
        max-width: calc(100% - 82px)!important;
    }

}

/* Comodo */
div#comodo-header {
    background: url("https://senetic2.azureedge.net/gfx/promotions/comodo/baner-top.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 70px 0px 60px;
}

div#comodo-header .desc img {
    max-width: 220px;
    width: auto;
    height: auto;
    max-height: 80px;
    margin-right: 60px;
}

div#comodo-header .desc {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

div#comodo-header.landing-header-section .desc h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 60px;
}

div#comodo-header.landing-header-section .desc p {
    font-size: 16px;
    line-height: 35px;
}

.comodo-subheader .desc {
    padding-top: 40px;
    font-size: 16px;
    line-height: 26px;
}

.comodo-subheader .contact-info img {
    height: 210px;
    width: 210px;
    object-fit: cover;
    margin-bottom: 20px;
}

.comodo-subheader .contact-info {
    text-align: center;
}

div#person-name-top {
    margin-top: -180px;
    padding-top: 0px;
}

.comodo-subheader .contact-info p b {
    font-size: 18px;
}

.comodo-subheader .contact-info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
}

.comodo-subheader .contact-info a {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 600;
}


h3.section-title.section-title-border-bottom {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

div#comodo-how-can-we-help-you .box {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 30px;
    height: 100%;
    box-sizing: border-box;
}

div#comodo-how-can-we-help-you .box img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

div#comodo-how-can-we-help-you .box-header {
    margin-bottom: 15px;
}

div#comodo-how-can-we-help-you .help-contact-us p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

div#comodo-how-can-we-help-you .help-contact-us p span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
}

div#comodo-business {
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

div#comodo-tables-header {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: url(https://senetic2.azureedge.net/gfx/promotions/comodo/baner-srodek.png);
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 205px;
    padding-top: 36px;
}
div#comodo-tables-header h3.section-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

div#comodo-tables-header p {
    font-size: 16px;
    line-height: 32px;
}
div#comodo-chart img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: auto;
}

div#comodo-chart {
    padding: 60px 0px;
}

div#comdo-contact .landing-wrapper {
    background: black;
    color: white;
    max-width: 1190px;
    box-sizing: border-box;
    background: url(https://senetic2.azureedge.net/gfx/promotions/comodo/tlo-formularz.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 60px;
}

.landing-contact-info-wrap .title {
    display: block;
    font-size: 30px;
    height: auto;
    margin-bottom: 15px;
    line-height: 40px;
}

.landing-contact-info-wrap .desc p {
    font-size: 14px;
    line-height: 22px;
}

.person-form-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}

.landing-contact-info-wrap .person-avatar {
    align-items: center;
    justify-content: center;
    text-align: left;
}

.landing-contact-info-wrap .person-avatar img {
    max-width: 100%;
    width: 176px;
    height: auto;
}

.landing-contact-info-wrap .person-info {
    padding: 0px 40px;
}

.landing-contact-info-wrap .person-info p {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 22px;
}

.landing-contact-info-wrap .person-info p b {
    font-size: 18px;
}

.landing-contact-info-wrap .person-info a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    transition: all 0.3s;
}
.landing-contact-info-wrap .person-info a:hover {
    color: white;
}
.landing-contact-form-wrap span.req {
    margin-top: 14px;
    margin-bottom: 15px;
}

.landing-contact-form-wrap .generic-modal__rodo {
    color: white;
}

.landing-contact-form-wrap a.show_more:hover {
    color:white;
}

.landing-contact-form-wrap input#contactFormSend.form-landing-generic-btn {
    background: #56C30D;
    padding: 13px 26px;
    display: inline-block;
    color: white;
    font-size: 15px;
    transition: all .3s;
    border: 1px solid #56C30D!important;
    height: max-content;
    margin-left:0px;   
    transition: all 0.3s;
    cursor:pointer;
}
.landing-contact-form-wrap input#contactFormSend.form-landing-generic-btn:hover {
    background:white;
    color: #56C30D;
}   
.landing-contact-form-wrap .generic-modal__submit {
    margin-left: 0px;
}
#comodo-how-can-we-help-you .box-desc {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    #comdo-contact .landing-col-empty {
        display: none;
    }
    #comdo-contact .landing-contact-info-wrap {
        max-width: 50%;

    }   
}

@media screen and (max-width: 1000px) {
    .person-form-contact {
        width: max-content;
        max-width: 100%;
        text-align: center;
        padding: 0px;
        margin-left: 0px;
    }

    .landing-contact-info-wrap .person-info {
        padding: 0px;
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    div#comodo-header .landing-col.landing-col-8 {
        max-width: 100%;
    }

    div#person-name-top {
        display: none;
        margin-top: 0px;
    }

    .comodo-subheader .desc {
        padding-top: 0px;
    }

    .comodo-subheader {
        padding: 60px 0px 0px;
    }

    .comodo-subheader .landing-col-8 {
        max-width: 100%;
        text-align: center;
    }

    h3.section-title.section-title-border-bottom {
        text-align: center;
    }

    div#comodo-how-can-we-help-you .landing-col-3 {
        max-width: 50%;
    }

    #comdo-contact .landing-contact-info-wrap {
        max-width: 100%;
    }

    .landing-col.landing-col-6.landing-contact-form-wrap {
        max-width: 100%;
    }
    .person-form-contact {
        width: max-content;
        margin: 30px auto;
    }

    .landing-contact-info-wrap .person-info {
        width: max-content;
        margin-left: 30px;
    }

    .landing-contact-info-wrap .desc br {
        display: none;
        text-align: center;
    }

    .landing-contact-info-wrap .desc {
        text-align: center;
    }

    .landing-contact-info-wrap .title {
        text-align: center;
    }

    .landing-contact-info-wrap .person-avatar img {
        width: 130px;
    }

    div#comodo-header .desc {
        text-align: center;
    }

    div#comodo-header.landing-header-section .desc h2 {
        text-align: center;
        width: 100%;
    }

    div#comodo-header.landing-header-section .desc p {
        text-align: center;
        width: 100%;
        line-height: 30px;
    }

    div#comodo-header .desc img {
        margin: auto;
    }
}

@media screen and (max-width: 500px) {
    div#comodo-header .desc img {
        width: 100%;
        max-width: max-content;
        display: block;
        margin-bottom: 15px;
        margin-top: 0px;
        max-width: 40%;
    }

    div#comodo-how-can-we-help-you .landing-col-3 {
        max-width: 100%;
    }

    div#comodo-tables-header {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        background: url(https://senetic2.azureedge.net/gfx/promotions/comodo/baner-srodek-mobile.png);
        background-size: cover;
        background-position: center;
        color: white;
        min-height: 280px;
        padding-top: 36px;
    }

    .person-form-contact {
        text-align: center;
        width: 100%;
        display: none;
    }

    .landing-contact-info-wrap .person-avatar {
        text-align: center;
        margin: auto;
    }

    .landing-contact-info-wrap .person-info {
        margin: 0px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    div#comodo-header.landing-header-section .desc h2 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    div#comdo-contact .landing-wrapper {
            padding: 20px;
        }

    div#comodo-how-can-we-help-you .box {
        padding: 10px;
    }

    div#comodo-how-can-we-help-you .box-header {
        max-width: 100px;
        margin-bottom: 0px;
    }

    #comodo-how-can-we-help-you .box-desc {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        padding-left: 15px;
        min-height: auto;
    }

    div#comodo-how-can-we-help-you .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    div#comodo-how-can-we-help-you .box img {
        height: 40px;
        width: 40px;
        padding: 6px;
    }
    .landing-contact-form-wrap input#contactFormSend.form-landing-generic-btn {
        width: 100%;
        max-width: 100%;
        display: block;
        min-width: 100%;
    }

    .landing-contact-form-wrap .generic-modal__submit {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
.only-mobile .person-form-contact {
    display: flex;
    flex-wrap: nowrap;
}

.only-mobile .person-avatar {
    max-width: 140px;
    width: 100%;
}

.only-mobile .person-avatar img {
    width: auto;
    max-width: 100%;
}

.only-mobile .person-info {
    text-align: left;
    padding-left: 20px;
}

.only-mobile .person-info p {
    font-size: 14px;
    line-height: 23px;
}

.only-mobile .person-info p b {
    font-size: 16px;
}

.only-mobile .person-info a {
    font-weight: 600;
    display: block;
}

/* MS Comparison */

div#ms-comparison-header {
    background: url('https://senetic2.azureedge.net/gfx/promotions/ms-comparison/main_bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 0px 60px;
    position: relative;
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif;
}
div#ms-comparison-header * {
    font-family: "Segoe UI", Arial, sans-serif;
}

.landing-wrapper .img img {
    width: auto;
    max-width: 100%;
}

div#ms-comparison-header .img img {
    position: absolute;
    bottom: 0px;
    left: 50%;
}

div#ms-comparison-header.landing-header-section .desc h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

div#ms-comparison-header.landing-header-section .desc p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

div#ms-comparison-bridge .desc p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

div#ms-comparison-bridge .desc p b {
    margin-bottom: 7px;
    display: inline-block;
}

#ms-comparison-bridge .landing-wrapper .img img {
    float: right;
}
div#ms-comparison-functions {
    padding-top: 0px;
}
div#ms-comparison-functions h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

section#ms-comparison-landing .table-row.table-header-row .table-cell {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #f0f0f0;
    padding: 25px 15px;
}

section#ms-comparison-landing .table-row .table-cell {
    font-size: 15px;
    line-height: 27px;
}

section#ms-comparison-landing .table-row .table-cell:first-child {
    padding-left: 75px;
    font-weight: 600;
}
div#ms-comparison-how-can-we-help-you h3.section-title.section-title-border-bottom {
    border-bottom: 1px solid #ABABAB;
}
div#ms-comparison-how-can-we-help-you .box {
    height: auto;
    text-align: center;
    padding: 25px 10px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    box-sizing: border-box;
}

div#ms-comparison-how-can-we-help-you .box-header {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

div#ms-comparison-how-can-we-help-you .box-header img {
    height: 50px!important;
    min-height: 50px;
    width: 50px;
    margin: auto;
}

div#ms-comparison-how-can-we-help-you .box-desc {
    width: 100%;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#ms-comparison-how-can-we-help-you .box-desc p {
    font-size: 14px;
    line-height: 24px;
}
div#ms-comparison-banner {
    margin: 30px 0px;
}

img.ms-comparison-banner {
    width: auto;
    max-width: 100%;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    section#ms-comparison-landing .table-row .table-cell:first-child {
        padding-left: 15px
    }
}

@media screen and (max-width: 1023px) {
    section#ms-comparison-landing .table-row .table-cell:first-child {
        padding-left: 15px
    }
    img.ms-comparison-banner.only-desktop {
        width: auto;
        max-width: 100%;
    }
    
    div#ms-comparison-header .img img {
        display: none;
    }

    div#ms-comparison-header .landing-col.landing-col-7 {
        width: 100%;
        max-width: 100%;
    }
    
    div#ms-comparison-header.landing-header-section .desc {
        text-align: center;
    }

    div#ms-comparison-bridge .landing-col,
    div#ms-comparison-bridge .landing-col .img img {
        max-width: 100%;
        text-align: center;
        float: unset;
        margin: auto;
    }
    
    div#ms-comparison-how-can-we-help-you .landing-col-5-column {
        max-width: 33.33%;
    }
    div#ms-comparison-bridge .landing-wrapper {
        flex-flow: column-reverse;
    }

    div#ms-comparison-bridge .desc {
        margin-top: 15px;
    }
    
    div#ms-comparison-functions h3 {
        margin-top: 0px;
    }
    
    section#ms-comparison-landing .table-row .table-cell {
        font-size: 14px;
        line-height: 20px;
    }
    
    .table-row .table-cell:first-child {
        min-width: 186px;
        max-width: 20%;
    }
}

@media screen and (max-width: 767px) {
    div#ms-comparison-how-can-we-help-you .landing-col-5-column {
        max-width: 50%;
    }
    div#ms-comparison-how-can-we-help-you .landing-col-5-column {
        max-width: 50%;
    }
    
    div#ms-comparison-header {
        padding: 30px 0px 8px;
    }
    div#ms-comparison-table {
        width: 100%;
        min-width: 550px;
    }

    #ms-comparison-functions .landing-col:last-child {
        overflow-x: scroll;
    }
}
.veritas_baner_with_modal a.generic-modal__open,
.veeam_baner_with_modal a.generic-modal__open {
    margin:auto;
}
div#veritas_baner_with_modal-contact-modal .generic-modal h3,
div#veeam_baner_with_modal-contact-modal .generic-modal h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
div#veritas_baner_with_modal-contact-modal .generic-modal,
div#veeam_baner_with_modal-contact-modal .generic-modal {
    padding-bottom: 30px;
}

div#veritas_baner_with_modal-contact-modal .generic-modal h3 span,
div#veeam_baner_with_modal-contact-modal .generic-modal h3 span {
    color: #00aeef;
    position: relative;
    display: inline-block;
    z-index: 2;
}
div#veritas_baner_with_modal-contact-modal .generic-modal h3 span:before,
div#veeam_baner_with_modal-contact-modal .generic-modal h3 span:before {
    content: "";
    width: 100%;
    height: 10px;
    background: #B3E7FA;
    display: block;
    position: absolute;
    bottom: -3px;
    z-index: -1;
}
div#veritas_baner_with_modal-contact-modal .generic-modal p,
div#veeam_baner_with_modal-contact-modal .generic-modal p {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    max-width: 550px;
    margin: auto;
}
div#veritas_baner_with_modal-contact-modal .generic-modal p span,
div#veeam_baner_with_modal-contact-modal .generic-modal p span {
    font-weight: bold;
    color: #00aeef;
}
div#veritas_baner_with_modal-contact-modal .generic-modal .generic-modal__title,
div#veeam_baner_with_modal-contact-modal .generic-modal .generic-modal__title {
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}


.form-floating>label {
    color: #ABABAB;
    font-size: 16px;
    padding-left: 16px;
    position: absolute;
    pointer-events: none;
    font-size: 14px!important;
    min-width: max-content!important;
    width: max-content!important;
    transition: all 0.3s;
}
.form-floating>textarea:focus~label, 
.form-floating>textarea:not(:placeholder-shown)~label,
.form-floating>input:focus~label,
.form-floating>input:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    transform: scale(1) translateY(-11px) translateX(9px);
    opacity: 1;
    color: #00aeef!important;
    font-size: 16px;
    background: white;
    padding: 0px;
    height: max-content;
    padding: 0px 7px;
}
form.landingModal-form .inputBox.form-floating {
    align-items: flex-start!important;
}
.form-floating label {
     transform: scale(1) translateY(8px) translateX(0px);
}

.form-floating textarea:focus
.form-floating input:focus {
    box-shadow: none;
    border-color: #00aeef!important;
}
.form-floating>textarea:not(:placeholder-shown)~label,
.form-floating>input:not(:placeholder-shown)~label {
    color: #666;
}

.form-floating>textarea::placeholder,
.form-floating>input::placeholder {
    color: transparent;
    opacity: 0;
}
.form-floating>textarea::-ms-placeholder,
.form-floating>input::-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}
.form-floating>textarea:-ms-input-placeholder,
.form-floating>input:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}
