ul.left-menu-fixed-widget {
  top: 100px;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 780px;
  background: #1B0711 url(/img/new/mail-server/features/axigen103-features/axigen-x3-header.webp) top center no-repeat;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    min-height: 700px;
  }
}

.header::before {
  position: absolute;
  top: 500px;
  left: 0;
  width: calc(50% - 380px);
  border-bottom: solid 1px rgba(219, 221, 255, 0.2);
  content: '';
}

.header::after {
  position: absolute;
  top: 500px;
  right: 0;
  width: calc(50% - 380px);
  border-bottom: solid 1px rgba(219, 221, 255, 0.2);
  content: '';
}

.no-webp .header {
  background: #1B0711 url(/img/new/mail-server/features/axigen103-features/axigen-x3-header.png) top center no-repeat;
}

.header-title {
  position: absolute;
  top: 485px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 42px;
  color: #757e80;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-title {
    top: 435px;
    font-size: 30px;
  }
}

.header-title span {
  color: #fff;
}

/* Header buttons */
.split-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 610px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu {
    display: table;
    top: 585px;
    width: 100vw;
    background: #000014;
  }
}

.split-menu a {
  position: relative;
  display: inline-block;
  min-width: 270px;
  padding: 25px 10px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  opacity: .5;
  transition: opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a {
    display: table-cell;
    width: 50%;
    min-width: 50%;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 0;
  }
}

.split-menu a.current {
  padding: 35px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 1;
  cursor: default;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a.current {
    padding: 30px 10px;
  }
}

.split-menu a:not(.current):hover {
  padding: 35px 0px;
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a:not(.current):hover {
    padding: 20px 10px;
  }
}

.split-menu a.current::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: transparent;
  border-top-color: #1b0711;
  border-width: 15px;
  margin-left: -15px;
  pointer-events: none;
  content: "";
  z-index: 11;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a.current::before {
    border-top-color: #000014;
  }
}

.split-menu a.current::after {
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: transparent;
  border-top-color: #4a4b4f;
  border-width: 16px;
  margin-left: -16px;
  pointer-events: none;
  content: "";
  z-index: 10;
}

.split-menu a:first-child {
  margin-right: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a:first-child {
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
  }
}

.split-menu a:last-child {
  margin-left: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a:last-child {
    margin: 0;
    border-top: none;
    border-right: none;
  }
}

.split-menu a span:first-child {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a span:first-child {
    margin-bottom: 5px;
    font-size: 17px;
  }
}

.split-menu a span:last-child {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  opacity: .7;
}

@media (min-width: 320px) and (max-width: 767px) {
  .split-menu a span:last-child {
    font-size: 15px;
  }
}

.for-admins {
  position: relative;
  height: 255px;
  text-align: center;
}

.for-admins::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 197px);
  height: 0;
  border-top: 255px solid rgba(204, 204, 204, 0.2);
  border-left: 0 solid transparent;
  border-right: 255px solid transparent;
  content: '';
}

html.dark .for-admins::before {
  border-top-color: rgba(61, 64, 77, 0.2);
}

.for-admins:after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 197px);
  height: 0;
  border-top: 255px solid rgba(204, 204, 204, 0.2);
  border-left: 255px solid transparent;
  border-right: 0 solid transparent;
  content: '';
}

html.dark .for-admins:after {
  border-top-color: rgba(61, 64, 77, 0.2);
}

.for-admins .top {
  position: relative;
  top: -20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 45px;
  color: #000;
  padding: 0 30px;
}

html.dark .for-admins .top {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .for-admins .top {
    padding: 0;
    font-size: 28px;
  }
}

.x3 {
  margin-top: -60px;
  margin-left: 9px;
  display: inline-block;
  width: 99px;
  height: 80px;
  background: url(/img/new/mail-server/features/axigen103-features/x3.svg) center center no-repeat;
}

html.dark .x3 {
  background-image: url(/img/new/mail-server/features/axigen103-features/x3-white.svg);
}

@media (min-width: 320px) and (max-width: 767px) {
  .x3 {
    margin-top: 80px;
  }
}

.x3::before {
  position: absolute;
  top: 210px;
  left: 0;
  width: calc(50% - 115px);
  border-bottom: 2px solid #dbdde1;
  content: '';
}

html.dark .x3::before {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .x3::before {
    width: calc(50% - 88px);
  }
}

.x3::after {
  position: absolute;
  bottom: 43px;
  left: 0;
  width: calc(50% - 88px);
  height: 60px;
  border-right: 3px solid #dbdde1;
  transform: skewX(-45deg);
  content: '';
}

html.dark .x3::after {
  border-right-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .x3::after {
    width: calc(50% - 70px);
    height: 40px;
  }
}

.main-title + p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
}

.verification {
  position: relative;
  right: 0;
  top: 0;
  width: 900px;
  height: 600px;
  background: url(/img/new/mail-server/features/axigen103-features/verification.webp) no-repeat bottom center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .verification {
    position: relative;
    left: -20px;
    right: -20px;
    min-width: calc(100% + 40px);
    height: 480px;
    padding: 0 20px;
    background: url(/img/new/mail-server/features/axigen103-features/verification-mobile.webp) no-repeat bottom center;
    background-size: contain;
  }
}

.no-webp .verification {
  background: url(/img/new/mail-server/features/axigen103-features/verification.png) no-repeat bottom center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-webp .verification {
    background: url(/img/new/mail-server/features/axigen103-features/verification-mobile.png) no-repeat bottom center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .admins-details {
    padding-bottom: 0;
  }
}

.admins-details .column {
  position: relative;
  padding-left: 120px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .admins-details .column {
    margin: 20px;
    padding: 110px 0 0 0;
    text-align: center;
  }
}

.admins-details .column:first-child {
  margin-right: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .admins-details .column:first-child {
    margin: 20px;
  }
}

.admins-details .column:last-child {
  margin-left: 30px;
  padding-left: 130px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .admins-details .column:last-child {
    margin: 20px;
    padding: 110px 0 0 0;
  }
}

.ssl::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 110px;
  background: url(/img/new/mail-server/features/axigen103-features/ssl.svg) no-repeat bottom center;
  content: '';
}

@media (min-width: 320px) and (max-width: 767px) {
  .ssl::before {
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.flow::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 101px;
  height: 101px;
  background: url(/img/new/mail-server/features/axigen103-features/flow.svg) no-repeat bottom center;
  content: '';
}

@media (min-width: 320px) and (max-width: 767px) {
  .flow::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.tls::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 94px;
  background: url(/img/new/mail-server/features/axigen103-features/tls.svg) no-repeat bottom center;
  content: '';
}

@media (min-width: 320px) and (max-width: 767px) {
  .tls::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.csp::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 94px;
  background: url(/img/new/mail-server/features/axigen103-features/csp.svg) no-repeat bottom center;
  content: '';
}

@media (min-width: 320px) and (max-width: 767px) {
  .csp::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.kavkas::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 94px;
  background: url(/img/new/mail-server/features/axigen103-features/kavkas.svg) no-repeat bottom center;
  content: '';
}

@media (min-width: 320px) and (max-width: 767px) {
  .kavkas::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.linking::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 103px;
  background: url(/img/new/mail-server/features/axigen103-features/linking.svg) no-repeat bottom center;
  content: '';
}

@media (min-width: 320px) and (max-width: 767px) {
  .linking::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.platforms {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  border: 1px solid #dbdde1;
  border-radius: 3px;
}

html.dark .platforms {
  border-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .platforms {
    margin: 20px auto;
  }
}

.platforms td {
  width: 240px;
  padding: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .platforms td {
    display: block;
    padding: 10px 20px;
  }
}

.border-right {
  border-right: 1px solid #dbdde1;
}

html.dark .border-right {
  border-right-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .border-right {
    border-right: 0;
    border-bottom: 1px solid #dbdde1;
  }
  html.dark .border-right {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
}

.border-bottom {
  border-bottom: 1px solid #dbdde1;
}

html.dark .border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.try {
  display: block;
  padding: 20px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  display: inline-block;
  width: 270px;
  height: 270px;
  box-sizing: border-box;
  border-left: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

html.dark .arrow {
  border-left-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .arrow {
    display: none;
  }
}

.x3-users {
  margin-top: -60px;
  margin-left: -6px;
  display: inline-block;
  width: 99px;
  height: 80px;
  background: url(/img/new/mail-server/features/axigen103-features/x3.svg) center center no-repeat;
}

html.dark .x3-users {
  background-image: url(/img/new/mail-server/features/axigen103-features/x3-white.svg);
}

@media (min-width: 320px) and (max-width: 767px) {
  .x3-users {
    margin-top: 60px;
  }
}

.x3-users::before {
  position: absolute;
  top: 210px;
  right: 0;
  width: calc(50% - 115px);
  border-bottom: 2px solid #dbdde1;
  content: '';
}

html.dark .x3-users::before {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.x3-users::after {
  position: absolute;
  bottom: 43px;
  left: 0;
  width: calc(50% + 85px);
  height: 60px;
  border-right: 3px solid #dbdde1;
  transform: skewX(45deg);
  content: '';
}

html.dark .x3-users::after {
  border-right-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .users-details {
    padding-bottom: 0;
  }
}

.users-details .column {
  padding: 0 45px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .users-details .column {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}

.users-details .column .sub-title .star {
  font-size: 16px;
}

.calendar {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  height: 532px;
  width: 100%;
  background: url(/img/new/mail-server/features/axigen103-features/calendar.webp) no-repeat bottom center;
  background-size: contain;
}

@media (min-width: 320px) and (max-width: 767px) {
  .calendar {
    height: 360px;
  }
}

.no-webp .calendar {
  background: url(/img/new/mail-server/features/axigen103-features/calendar.png) no-repeat bottom center;
  background-size: contain;
}

.shape {
  position: relative;
  margin-bottom: 90px;
}

.shape::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 23px);
  height: 0;
  border-top: 35px solid rgba(204, 204, 204, 0.2);
  border-left: 0 solid transparent;
  border-right: 35px solid transparent;
  content: '';
}

html.dark .shape::before {
  border-top-color: rgba(61, 64, 77, 0.2);
}

.shape:after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 23px);
  height: 0;
  border-top: 35px solid rgba(204, 204, 204, 0.2);
  border-left: 35px solid transparent;
  border-right: 0 solid transparent;
  content: '';
}

html.dark .shape:after {
  border-top-color: rgba(61, 64, 77, 0.2);
}

.release-notes {
  position: relative;
  top: -10px;
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #5975E4;
}

html.dark .release-notes {
  background: #0d1021;
}

.release-notes:hover {
  opacity: 1;
  color: rgba(89, 117, 228, 0.7);
}

.btn-features-border {
  background: #dbdde1;
  height: 1px;
}

html.dark .btn-features-border {
  background: rgba(255, 255, 255, 0.15);
}

.sub-title {
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .sub-title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  p {
    text-align: center;
  }
}

p.footnote {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 5px 0;
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  opacity: .7;
}

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

.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%;
  height: 200px;
  min-height: 220px;
  background: #1B0711 url(/img/new/mail-server/features/axigen103-features/axigen-x3-footer.png) top center no-repeat;
  background-size: auto 220px;
  z-index: 3;
}

html.dark .footer-cta {
  background-image: url(/img/new/mail-server/features/axigen103-features/axigen-x3-footer-dark-mode.png);
}
