.dark-bg {
  background-color: #000014;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg h3 {
  color: #fff;
}

.dark-bg h4 {
  color: #fff;
}

.dark-bg h5 {
  color: #fff;
}

.dark-bg p,
.dark-bg ul li,
.dark-bg ol li {
  color: rgba(255, 255, 255, 0.65);
}

.dark-bg .button-outline {
  border-color: #fff;
  color: #fff;
}

.dark-bg strong {
  color: #fff;
}

.subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.button-rounded-big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}

.button-rounded-big.button-border-white {
  border-color: #fff;
  color: #fff;
}

.button-rounded-big.button-border-white:hover {
  background: none;
}

.button-outline {
  border-color: #dc6060;
  color: #dc6060;
}

html.dark .button-outline {
  border-color: #dc6060;
  color: #dc6060;
}

.button-outline:hover {
  opacity: .7;
}

h5.subtitle-container {
  padding: 20px 0;
}

h5.subtitle-container p {
  margin: 0;
  font-weight: 600;
  color: #000;
}

html.dark h5.subtitle-container p {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-container {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px) !important;
    padding: 0 20px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c-container {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px) !important;
    padding: 0 20px;
    display: block;
  }
}

.c-container div {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #D021AE;
}

.c-container div.c1 {
  left: 60px;
  top: 140px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-container div.c1 {
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c-container div.c1 {
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}

.c-container div.c2 {
  left: 280px;
  top: 80px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-container div.c2 {
    left: calc(50% - 20px);
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c-container div.c2 {
    left: calc(50% - 20px);
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}

.c-container div.c3 {
  left: 400px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-container div.c3 {
    left: auto;
    right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c-container div.c3 {
    left: auto;
    right: 20px;
  }
}

p.quote {
  position: relative;
  top: 100px;
  width: 500px;
  margin: 0 auto;
  padding: 0;
  line-height: 24px;
  font-family: Georgia, italic;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  p.quote {
    width: 90%;
  }
}

p.quote::before {
  position: absolute;
  top: -30px;
  left: calc(50% - 20px);
  font-family: Georgia, italic;
  quotes: "\201C" "\201D";
  color: #fff;
  content: open-quote;
  font-size: 6em;
}

:root {
  scroll-behavior: smooth;
}

body .header-wrapper .header {
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  padding-top: 125px;
  padding-bottom: 70px;
  background: #000014;
  overflow-y: visible;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .header-wrapper .header {
    padding-top: 150px;
  }
}

body .header-wrapper .header .header-bg-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 495px;
  background: url(/img/new/mail-server/msp/msp-header-bg-tr.svg) top -40px right -40px no-repeat;
  opacity: .15;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .header-wrapper .header .header-bg-tr {
    width: 50%;
    height: 50%;
  }
}

body .header-wrapper .header .header-bg-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 445px;
  height: 703px;
  background: url(/img/new/mail-server/msp/msp-header-bg-bl.svg) bottom -60px left -40px no-repeat;
  opacity: .15;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .header-wrapper .header .header-bg-bl {
    bottom: 0px;
    width: 100%;
    height: 65%;
  }
}

body .header-wrapper .header .h1-header-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  opacity: 0.3;
}

body .main-wrapper .axigen-for-msps-container .container {
  flex-wrap: wrap;
  max-width: 1100px;
  padding-top: 20px;
}

body .main-wrapper .axigen-for-msps-container .container .column {
  display: flex;
  padding: 20px;
  min-width: 33.333333%;
  max-width: 33.333333%;
}

body .main-wrapper .axigen-for-msps-container .container .column a {
  position: relative;
  flex: 1;
  padding: 25px 20px 28px;
  background: transparent;
  border: 3px solid #D021AE;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .axigen-for-msps-container .container .column a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
  }
}

body .main-wrapper .axigen-for-msps-container .container .column a .subtitle {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

body .main-wrapper .axigen-for-msps-container .container .column a::after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: -8px;
  width: 40px;
  height: 12px;
  background: #000014 url("/img/new/mail-server/msp/header-arrow.svg") center top no-repeat;
  content: "";
}

body .main-wrapper .axigen-for-msps-container .container .column a:hover {
  opacity: 1;
}

body .main-wrapper .axigen-for-msps-container .container .column a:hover::after {
  animation-name: header-arrow-pingpong;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes header-arrow-pingpong {
  0% {
    bottom: -8px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -12px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .axigen-for-msps-container .container .column {
    min-width: auto;
    max-width: none;
    padding: 0;
  }
}

body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(1) {
  justify-content: flex-end;
  min-width: 50%;
  max-width: 50%;
}

body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(1) a {
  max-width: calc(66.666666% - 10px);
}

body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(2) {
  justify-content: flex-start;
  min-width: 50%;
  max-width: 50%;
}

body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(2) a {
  max-width: calc(66.666666% - 10px);
}

@media screen and (max-width: 1100px) {
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(1), body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(3) {
    justify-content: flex-end;
    min-width: 50%;
    max-width: 50%;
  }
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(1) a, body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(3) a {
    max-width: calc(90% - 10px);
  }
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(2), body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(4) {
    justify-content: flex-start;
    min-width: 50%;
    max-width: 50%;
  }
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(2) a, body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(4) a {
    max-width: calc(90% - 10px);
  }
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(5) {
    justify-content: center;
    min-width: 50%;
    max-width: 50%;
  }
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(5) a {
    max-width: calc(90% - 10px);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(1), body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(2), body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(3), body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(4), body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(5) {
    padding: 10px 0;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }
  body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(1) a, body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(2) a, body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(3) a, body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(4) a, body .main-wrapper .axigen-for-msps-container .container .column:nth-of-type(5) a {
    max-width: 100%;
  }
}

body .main-wrapper .pricing-container .container-single p {
  max-width: 600px;
}

body .main-wrapper .new-customer-acquisition-container .column.image-container .svg-image-map {
  position: relative;
  background: url(/img/new/mail-server/msp/msp-world-map.svg) center no-repeat;
  width: 520px;
  height: 489px;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

body .main-wrapper .new-customer-acquisition-container .column.image-container .svg-image-map::before {
  position: absolute;
  top: 0;
  left: calc(50% - 35px);
  width: 70px;
  height: 120px;
  box-sizing: border-box;
  border-left: 3px solid #D021AE;
  border-right: 3px solid #D021AE;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .new-customer-acquisition-container .column.image-container .svg-image-map::before {
    top: -50px;
    left: calc(50% - 30px);
    width: 60px;
    height: 50px;
  }
}

body .main-wrapper .new-customer-acquisition-container .column.image-container .svg-image-map::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
  width: 70px;
  height: 120px;
  box-sizing: border-box;
  border-left: 3px solid #D021AE;
  border-right: 3px solid #D021AE;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .new-customer-acquisition-container .column.image-container .svg-image-map::after {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .new-customer-acquisition-container .column.image-container .svg-image-map {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 230px;
    background-position: center center;
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .new-customer-acquisition-container .column.content-container {
    display: flex;
    align-items: center;
  }
}

body .main-wrapper .new-customer-acquisition-container .column.content-container .button-rounded-big {
  text-transform: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container {
    padding-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container {
    flex-direction: column-reverse;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container {
    padding-top: 0px;
  }
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors {
  margin-top: 14px;
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li {
  position: relative;
  display: table;
  padding: 15px 29px 15px 15px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 3px;
  list-style-type: none;
  color: rgba(255, 255, 255, 0.9);
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li a {
  font-weight: 600;
  color: #fff;
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li a:hover {
  opacity: 0.7;
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li:nth-child(1) {
  background: rgba(216, 95, 96, 0.8);
  z-index: 1;
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li:nth-child(2) {
  top: -3px;
  background: rgba(179, 86, 91, 0.8);
  z-index: 2;
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li:nth-child(3) {
  top: -6px;
  background: rgba(137, 75, 87, 0.9);
  z-index: 3;
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li:nth-child(4) {
  top: -9px;
  background: rgba(95, 64, 82, 0.8);
  z-index: 4;
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.content-container ul.colors li:nth-child(5) {
  top: -12px;
  background: rgba(51, 53, 76, 0.8);
  z-index: 5;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.image-container {
    position: relative;
    top: -1px;
    width: 100%;
  }
}

body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.image-container .svg-image-dynamics {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/img/new/mail-server/msp/msp-dynamics.png) left 0 bottom 0 no-repeat;
  height: 1007px;
  width: 615px;
  height: calc(100% + 63px);
  width: 50%;
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.image-container .svg-image-dynamics {
    position: static;
    width: 100%;
    height: 600px;
    background-size: cover;
  }
}

html.dark body .main-wrapper .prepare-business-dynamics-for-market-dynamics-container .container .column.image-container .svg-image-dynamics {
  background-image: url(/img/new/mail-server/msp/dark-mode-msp-dynamics.png);
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .secure-recurring-revenue-container .container .column {
    padding-top: 130px;
  }
}

body .main-wrapper .secure-recurring-revenue-container .container .column.image-container .c-container .c1 {
  background: url(/img/new/mail-server/msp/msp-icon-secure-revenue.svg) center center no-repeat;
}

body .main-wrapper .increase-efficiency-in-using-resources-container .container .column.content-container p strong a {
  font-weight: 600;
  color: #D021AE;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .increase-efficiency-in-using-resources-container .container .column.content-container {
    padding-top: 260px;
  }
}

body .main-wrapper .increase-efficiency-in-using-resources-container .container .column.image-container .c-container .c1 {
  background: url(/img/new/mail-server/msp/msp-icon-increase-efficiency.svg) center center no-repeat;
}

body .main-wrapper .email-technology-at-its-best-container {
  position: relative;
}

body .main-wrapper .email-technology-at-its-best-container .c1 {
  position: absolute;
  right: calc(50% + 520px);
  top: 150px;
  display: table;
  width: auto;
}

body .main-wrapper .email-technology-at-its-best-container .c1::before {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #D021AE;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  content: "";
}

body .main-wrapper .email-technology-at-its-best-container .c1::after {
  position: absolute;
  left: 80px;
  top: -30px;
  box-sizing: border-box;
  border: 3px solid #D021AE;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  content: "";
}

body .main-wrapper .email-technology-at-its-best-container .c2 {
  position: absolute;
  top: 150px;
  left: calc(50% + 400px);
  display: table;
  width: auto;
}

body .main-wrapper .email-technology-at-its-best-container .c2::before {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #D021AE;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  content: "";
}

body .main-wrapper .email-technology-at-its-best-container .c2::after {
  position: absolute;
  left: 80px;
  top: -30px;
  box-sizing: border-box;
  border: 3px solid #D021AE;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  content: "";
}

body .main-wrapper .case-studies-container .case-studies .cs-container {
  margin: 40px auto 40px;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .slick-slide {
  height: 600px;
  border-radius: 3px;
  opacity: .8;
  transform: scale(0.9);
  cursor: pointer;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1);
  transition-delay: .5s;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .slick-dots {
  margin-right: 0;
  padding-left: 0;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .slick-dots li {
  top: 20px;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .slick-dots li button::before {
  font-size: 11px;
  color: #ccc;
  opacity: 1;
}

html.dark body .main-wrapper .case-studies-container .case-studies .cs-container .slick-dots li button::before {
  color: rgba(255, 255, 255, 0.2);
}

body .main-wrapper .case-studies-container .case-studies .cs-container .slick-dots li.slick-active button::before {
  color: #D021AE;
}

html.dark body .main-wrapper .case-studies-container .case-studies .cs-container .slick-dots li.slick-active button::before {
  color: #D021AE;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .tet {
  background: url(/img/new/mail-server/msp/case-study-tet-header.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .case-studies-container .case-studies .cs-container .tet {
    background: url(/img/new/mail-server/msp/case-study-tet-mobile.jpg) no-repeat center center;
  }
}

body .main-wrapper .case-studies-container .case-studies .cs-container .tet::before {
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 130px;
  height: 180px;
  background: url(/img/new/common/logos/tet-bw-darkbg.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .case-studies-container .case-studies .cs-container .tet::before {
    top: 170px;
  }
}

body .main-wrapper .case-studies-container .case-studies .cs-container .jmdata {
  padding-top: 60px;
  box-sizing: border-box;
  background: url(/img/new/mail-server/msp/case-study-jmdata-header.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .case-studies-container .case-studies .cs-container .jmdata {
    background: url(/img/new/mail-server/msp/case-study-jmdata-mobile.jpg) no-repeat center center;
  }
}

body .main-wrapper .case-studies-container .case-studies .cs-container .jmdata p {
  display: table;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .case-studies-container .case-studies .cs-container .jmdata p {
    text-align: center;
  }
}

body .main-wrapper .case-studies-container .case-studies .cs-container .jmdata p:first-child {
  margin-bottom: 10px;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .jmdata p.or-circle {
  margin-bottom: 10px;
  width: 30px;
  height: 26px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
}

body .main-wrapper .case-studies-container .case-studies .cs-container .jmdata::before {
  position: absolute;
  top: 205px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 80px;
  background: url(/img/new/mail-server/msp/jmdata-logo-transparent-darkbg.png) no-repeat center center;
  background-size: contain;
  content: "";
}

body .main-wrapper .case-studies-container .case-studies .cs-container .gibtelecom {
  background: url(/img/new/mail-server/msp/case-study-gibtelecom-header-2000-1024.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .case-studies-container .case-studies .cs-container .gibtelecom {
    background: url(/img/new/mail-server/msp/case-study-gibtelecom-mobile.jpg) no-repeat center center;
  }
}

body .main-wrapper .case-studies-container .case-studies .cs-container .gibtelecom::before {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 100px;
  background: url(/img/new/mail-server/msp/gibtelecom-logo-white.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .case-studies-container .case-studies .cs-container .gibtelecom::before {
    top: 180px;
  }
}

body .main-wrapper .about-the-product-container .product-container {
  margin-top: 40px;
}

body .main-wrapper .about-the-product-container .product-container .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .main-wrapper .about-the-product-container .product-container .column .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .main-wrapper .about-the-product-container .product-container .column .card li {
  border: 1px solid #dbdde1;
  border-radius: 3px;
  list-style-type: none;
  padding: 22px 20px;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

html.dark body .main-wrapper .about-the-product-container .product-container .column .card li {
  border-color: rgba(255, 255, 255, 0.15);
}

body .main-wrapper .about-the-product-container .product-container .column .card li h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

body .main-wrapper .about-the-product-container .product-container .column .card li p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

body .main-wrapper .footer-cta {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 220px;
  background-color: #000014;
  text-align: center;
}

body .main-wrapper .footer-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 495px;
  background: url(/img/new/mail-server/msp/msp-header-bg-tr.svg) top -150px right -70px no-repeat;
  opacity: .15;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .footer-cta::before {
    width: 50%;
    height: 220px;
    background-position: top -65px right -30px;
  }
}

body .main-wrapper .footer-cta::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 445px;
  height: 220px;
  background: url(/img/new/mail-server/msp/msp-header-bg-bl.svg) bottom -250px left -80px no-repeat;
  background-size: cover;
  opacity: .15;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  body .main-wrapper .footer-cta::after {
    width: 50%;
    height: 220px;
    background-position: bottom -90px left -95px;
  }
}

.max-width-1070 {
  max-width: 1070px;
}

.max-width-430 {
  max-width: 430px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.hspacer-60 {
  margin: 30px auto;
  width: 60px;
  height: 1px;
  background-color: #dbdde1;
}

html.dark .hspacer-60 {
  background-color: rgba(255, 255, 255, 0.15);
}
