.button-rounded-big {
  display: inline-block;
  border-radius: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  min-width: 156px;
  height: 51px;
  line-height: 47px;
  padding: 0 40px;
  border: 2px solid #fff;
}

.button-rounded-small {
  display: inline-block;
  border-radius: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  min-width: 75px;
  line-height: 18px;
  padding: 8px 30px;
  border: 1px solid #fff;
}

.button-background-red {
  background: #dc6060;
  border-color: #dc6060;
  color: #fff;
}

.button-background-red:hover {
  opacity: 0.7;
}

.button-background-blue-green {
  background: #5975E4;
  color: #fff;
}

.button-background-blue-green:hover {
  opacity: 0.7;
}

.button-border-blue-green {
  border-color: #5975E4;
  color: #5975E4;
}

.button-border-blue-green:hover {
  background: #5975E4;
  color: #fff;
}

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

.button-border-red:hover {
  opacity: 0.7;
}

.button-border-highlight {
  border-color: #D021AE;
  color: #D021AE;
}

.button-border-highlight:hover {
  opacity: 0.7;
}

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

.button-border-white:hover {
  background: #fff;
  color: #5975E4;
}

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

.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.has-icon .pdf-icon {
  width: 21px;
  height: 24px;
  background-position: left top;
  background-size: 21px 24px;
  background-repeat: no-repeat;
  margin-right: 8px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .has-icon .pdf-icon {
    font-size: 12px;
  }
}

.has-icon .pdf-icon.red {
  background-image: url(/img/new/common/icon-pdf-boxed-red.svg);
}

.has-icon .pdf-icon.white {
  background-image: url(/img/new/common/icon-pdf-boxed-white.svg);
}

.scroll-arrow-thin {
  bottom: 60px;
  display: table;
  width: 50px;
  height: 50px;
  opacity: .7;
  transition: opacity .2s linear;
}

@media (min-width: 320px) and (max-width: 767px) {
  .scroll-arrow-thin {
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .scroll-arrow-thin {
    bottom: 20px;
  }
}

.scroll-arrow-thin span {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 57px;
  color: #fff;
}

.header-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  color: #000;
}

html.dark h2 {
  color: #fff;
}

h3 {
  color: #000;
}

html.dark h3 {
  color: #fff;
}

h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

html.dark h4 {
  color: #fff;
}

h5 {
  color: #000;
}

html.dark h5 {
  color: #fff;
}

.header-title {
  font: 600 40px/50px 'Source Sans Pro', sans-serif;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-title {
    font: 600 24px/30px 'Source Sans Pro', sans-serif;
  }
}

body.headerless .header-title {
  margin-top: 30px;
  font-weight: 300;
  color: #000;
}

html.dark body.headerless .header-title {
  color: #fff;
}

.second-title {
  margin: 10px auto;
  font: 200 26px/32px "Source Sans Pro", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  .second-title {
    font: 200 24px/32px "Source Sans Pro", sans-serif;
  }
}

.main-title {
  font: 600 36px/42px "Source Sans Pro", sans-serif;
  color: #000;
}

html.dark .main-title {
  color: #fff;
}

.sub-title {
  font: 600 22px/30px "Source Sans Pro",sans-serif;
  color: #000;
  margin-bottom: 15px;
}

html.dark .sub-title {
  color: #fff;
}

.subtitle {
  font: 600 16px/24px "Source Sans Pro", sans-serif;
  color: #3c427f;
}

html.dark .subtitle {
  color: #D2D0FF;
}

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

.tagline a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #5975E4;
}

.subtagline {
  font: 400 16px/22px 'Source Sans Pro', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/* Header & Footer Common Elements */
.top-menu-container .top-submenu-container .menu-container .column ul li a, .footer-wrapper .footer .menu-container .column ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li a:hover, .footer-wrapper .footer .menu-container .column ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a, .footer-wrapper .footer .menu-container .column ul li ul li a, .footer-wrapper .footer .links-container .column.legal-container ul li a {
  padding: 6px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .links-container .column.legal-container ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container, .footer-wrapper .footer .menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0;
}

.top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
  flex: 1;
  display: flex;
  min-width: 200px;
  padding: 0 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
    min-width: 50%;
  }
}

.top-menu-container .top-submenu-container .menu-container .column ul li, .footer-wrapper .footer .menu-container .column ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul, .footer-wrapper .footer .menu-container .column ul li ul {
  margin: 15px 0;
}

/* Start Menu Style */
.header-wrapper {
  position: relative;
  width: 100%;
}

.top-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 16;
}

.top-menu-container .top-nav-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 75px;
  padding: 0 20px;
  border-bottom: 1px solid transparent;
  transition: background-color 0.1s ease-in-out;
}

.top-menu-container .top-nav-container .top-logo {
  position: absolute;
  top: 17px;
  display: block;
  width: 150px;
  height: 40px;
  background: url(/img/new/axigen-logo-2015.svg) top left no-repeat;
  background-size: auto 100%;
}

.top-menu-container .top-nav-container .top-logo:hover {
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 170px;
  padding-right: 103px;
}

.top-menu-container .top-nav-container .top-nav li {
  white-space: nowrap;
}

.top-menu-container .top-nav-container .top-nav li > a {
  display: block;
  padding: 12px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.top-menu-container .top-nav-container .top-nav li > a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav li > a.activ {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav li > a.button-highlight {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #dc6060;
  border-color: #dc6060;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-nav-container .top-nav li > a.button-highlight {
    margin-right: 0;
  }
}

.top-menu-container .top-nav-container .top-nav li > a.button-highlight:hover {
  color: #fff;
  opacity: .7;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu {
  position: absolute;
  top: 15px;
  right: 20px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button span {
  transition: all .2s ease-in-out;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button span.icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon span {
  display: block;
  height: 2px;
  background-color: #fff;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon span:not(:last-child) {
  margin-bottom: 4px;
}

body.menu-open .top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button {
  display: none;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon {
  position: relative;
  top: -1px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span {
  position: absolute;
  left: 8px;
  display: block;
  width: 2px;
  height: 18px;
  background-color: #fff;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span.bar-1 {
  transform: rotate(45deg);
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span.bar-2 {
  transform: rotate(-45deg);
}

body:not(.menu-open) .top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button {
  display: none;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover span.text {
  color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover.open-button span.icon span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover.close-button span.icon span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu:hover {
  color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu:hover .burger > span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.avatar-container {
  display: none;
}

.top-menu-container .top-submenu-container {
  position: relative;
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  transition: all .2s ease-in-out;
}

.top-menu-container .top-submenu-container .menu-container {
  width: 100%;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  background-color: #000014;
}

.top-menu-container .top-submenu-container .menu-container .column {
  margin-top: 15px;
}

.top-menu-container .top-submenu-container .main-menu-trigger {
  appearance: none;
  flex: 1;
  width: 100%;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

body.headerless .top-menu-container .top-nav-container {
  background-color: #000014;
}

body.wide-menu .top-menu-container .top-nav-container {
  min-height: 117px;
}

body.wide-menu .top-menu-container .top-nav-container .top-nav {
  justify-content: space-between;
  margin-top: 75px;
  margin-left: -15px;
  margin-right: -20px;
  min-width: 100%;
  padding-left: 0;
  padding-right: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}

body.wide-menu .top-menu-container .top-nav-container .top-nav::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 20, 0) 0%, #000014 100%);
  content: "";
}

body.wide-menu .top-menu-container .top-submenu-container .menu-container {
  border-left: none;
  border-right: none;
}

body.menu-open .top-menu-container {
  height: 100%;
}

body.menu-open .top-menu-container .top-nav-container {
  background-color: #000014;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

body.menu-open .top-menu-container .top-submenu-container {
  display: flex;
  overflow-y: auto;
}

body.after-scroll .top-menu-container .top-nav-container {
  background-color: #000014;
}

body.has-logo-subtitle .top-menu-container .top-nav-container .top-logo {
  width: 35px;
}

body.has-logo-subtitle .top-menu-container .top-nav-container .logo-subtitle {
  display: flex;
  align-items: center;
  margin: 17px 0 17px 35px;
  height: 40px;
  padding: 0 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav {
  padding-right: 175px;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu {
  right: 90px;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav li.avatar-container {
  display: list-item;
}

body#partners-portal.has-avatar .top-menu-container .top-nav-container .top-nav,
body.page-buy.is-partner.has-avatar .top-menu-container .top-nav-container .top-nav {
  padding-right: 60px;
}

body#partners-portal.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu,
body.page-buy.is-partner.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu {
  display: none;
}

.header {
  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%;
  text-align: center;
  height: 650px;
  min-height: 700px;
  background-color: #1a2e34;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    padding: 80px 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .header {
    padding: 80px 20px 0;
  }
}

body.headerless .header {
  min-height: auto;
  height: auto;
  padding-top: 75px;
  box-sizing: border-box;
}

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

.three-colors {
  background: #1a2e34;
  height: 6px;
  padding: 1px 0;
  display: flex;
}

.three-colors div {
  flex: 1;
  height: 4px;
}

.three-colors div:nth-child(1) {
  background: #55c6b9;
  border-right: 1px solid #1a2e34;
  box-sizing: border-box;
}

.three-colors div:nth-child(2) {
  background: #559eb9;
  border-right: 1px solid #1a2e34;
  box-sizing: border-box;
}

.three-colors div:nth-child(3) {
  background: #dc6060;
}

body.headerless .header {
  background: none;
}

body.headerless .three-colors {
  display: none;
}

.container {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container .column {
  margin: 0 auto;
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-center-top {
  width: 100%;
  text-align: center;
  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;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center-top {
    padding: 0 20px;
    flex-direction: column;
  }
}

.container-center-top .column {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center-top .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-single {
  width: 100%;
  text-align: center;
  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: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-single {
    padding: 0 20px;
    flex-direction: column;
  }
}

.container-single .column {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-single .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-center {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center {
    flex-direction: column;
  }
}

.container-center .column {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hspacer {
  width: 100%;
  height: 1px;
  background-color: #dbdde1;
}

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

/* Header & Footer Common Elements */
.top-menu-container .top-submenu-container .menu-container .column ul li a, .footer-wrapper .footer .menu-container .column ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li a:hover, .footer-wrapper .footer .menu-container .column ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a, .footer-wrapper .footer .menu-container .column ul li ul li a, .footer-wrapper .footer .links-container .column.legal-container ul li a {
  padding: 6px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .links-container .column.legal-container ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container, .footer-wrapper .footer .menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0;
}

.top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
  flex: 1;
  display: flex;
  min-width: 200px;
  padding: 0 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
    min-width: 50%;
  }
}

.top-menu-container .top-submenu-container .menu-container .column ul li, .footer-wrapper .footer .menu-container .column ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul, .footer-wrapper .footer .menu-container .column ul li ul {
  margin: 15px 0;
}

/* Footer */
.footer-wrapper {
  position: relative;
  z-index: 1;
}

.footer-wrapper .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #000014;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-wrapper .footer .menu-container {
  width: 1280px;
}

.footer-wrapper .footer .description-container {
  display: flex;
  text-align: center;
  width: 1280px;
  max-width: 100%;
  padding: 0 10px;
}

.footer-wrapper .footer .description-container p, .footer-wrapper .footer .description-container p a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.footer-wrapper .footer .description-container p {
  text-align: justify;
  color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper .footer .description-container p a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper .footer .description-container p a:hover {
  color: #dc6060;
  opacity: 1;
}

.footer-wrapper .footer .links-container {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  max-width: 100%;
  padding: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container {
    flex-direction: column;
  }
}

.footer-wrapper .footer .links-container .column {
  max-width: 960px;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.social-container {
    margin: 10px 0;
  }
}

.footer-wrapper .footer .links-container .column.social-container ul {
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.social-container ul {
    justify-content: center;
  }
}

.footer-wrapper .footer .links-container .column.social-container ul li {
  display: flex;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.footer-wrapper .footer .links-container .column.social-container ul li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .2s ease-in-out 0s;
}

.footer-wrapper .footer .links-container .column.social-container ul li a:hover {
  opacity: 1;
}

.footer-wrapper .footer .links-container .column.social-container ul li a.fb {
  background-image: url(/img/new/common/social-icons/facebook.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li a.tw {
  background-image: url(/img/new/common/social-icons/twitter.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li a.li {
  background-image: url(/img/new/common/social-icons/linkedin.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li:not(:first-child) {
  margin-left: 10px;
}

.footer-wrapper .footer .links-container .column.legal-container {
  display: flex;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.legal-container {
    justify-content: center;
  }
}

.footer-wrapper .footer .links-container .column.legal-container ul {
  display: flex;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.legal-container ul {
    justify-content: center;
  }
}

.footer-wrapper .footer .links-container .column.legal-container ul li .separator {
  margin: 0 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.cookie-wrapper {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  background: #f5f8fa;
  border-top: 1px solid #ebebeb;
  text-align: center;
  color: #51514f;
  opacity: 0;
  z-index: 99;
  transition: opacity .2s ease-in-out;
}

.cookie-wrapper * {
  font-size: 14px;
  font-weight: 400;
}

.cookie-wrapper a {
  color: #D021AE;
}

.cookie-wrapper a.agree-cookies {
  margin-left: 10px;
  padding: 5px 20px;
  border: 1px solid #D021AE;
  border-radius: 2px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-wrapper {
    height: 85px;
    line-height: 40px;
  }
}

body.cookies-container-open {
  padding-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  body.cookies-container-open {
    padding-bottom: 85px;
  }
}

body.cookies-container-open .cookie-wrapper {
  display: block;
  opacity: 1;
}

html, body {
  margin: 0;
  padding: 0;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* Display */
.display-none {
  display: none;
}

.display-table {
  display: table;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

/* Margin */
.margin-0-auto {
  margin: 0 auto;
}

.margin-30-auto {
  margin: 30px auto;
}

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

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

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

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

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

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

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

/* Width */
.width-240 {
  width: 240px;
}

/* Max Width */
.max-width-600 {
  max-width: 600px;
}

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

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

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

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

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

/* Padding */
.padding-40-0 {
  padding: 40px 0px;
}

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

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-top-90 {
    padding-top: 50px;
  }
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-right-20,
  .padding-left-20 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-bottom-90 {
    padding-bottom: 50px;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
}

.white-bg {
  background-color: #fff;
}

html.dark .white-bg {
  background-color: #0d1021;
}

.grey-bg {
  background-color: #f5f8fa;
  z-index: 10;
  position: relative;
}

html.dark .grey-bg {
  background-color: #161929;
}

/* Border */
.border-top-1-eb {
  border-top: 1px solid;
  border-top-color: #ebebeb;
}

html.dark .border-top-1-eb {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.border-bottom-1-eb {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
}

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

/* Font size */
.font-size-20 {
  font-size: 20px;
}

/* Color */
.color-white {
  color: #fff;
}

.color-blue-green {
  color: #5975E4;
}

/* Text align */
.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.z-index-1 {
  z-index: 1;
}

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

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

.defaultcase-important {
  text-transform: none !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .no-tablet {
    display: none !important;
  }
}

/* Local custom fonts *****************************
** Introduced with the 2014 redesign, now local ***
***************************************************/
/**
 * Source Sans Pro
 */
/* Source Sans Pro - 200 version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_200.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_200.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_200.woff") format("woff");
  font-weight: 200;
}

/* Source Sans Pro - 300 version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_300.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_300.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_300.woff") format("woff");
  font-weight: 300;
}

/* Source Sans Pro - 400 (default) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_400.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_400.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_400.woff") format("woff");
  font-weight: 400;
}

/* Source Sans Pro - 600 (semi-bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_600.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_600.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_600.woff") format("woff");
  font-weight: 600;
}

/* Source Sans Pro - 700 (bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_700.woff2") format("woff2"), url("/fonts/Source_Sans_Pro_700.ttf") format("truetype"), url("/fonts/Source_Sans_Pro_700.woff") format("woff");
  font-weight: 700;
}

/* Source Sans Pro - 900 (ultra bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("/fonts/Source_Sans_Pro_900.ttf") format("truetype");
  font-weight: 900;
}

.new-label {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 5px;
  background-color: #dc6060;
  border: none;
  border-radius: 2px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
}

html.dark .new-label {
  background-color: #dc6060;
  color: #fff;
}

.global-message {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message {
    flex-direction: column;
    max-width: 100%;
    border-radius: 0;
  }
}

.global-message span {
  flex: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message span {
    text-align: center;
  }
}

.global-message a {
  margin-left: 10px;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.global-message.plain.no-background {
  background-color: transparent;
  box-shadow: 0 0 0 1px #dbdde1 inset;
  color: #666;
}

html.dark .global-message.plain.no-background {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  color: rgba(255, 255, 255, 0.65);
}

.global-message.plain a {
  border-color: transparent;
  color: #dc6060;
}

.global-message.warning {
  background-color: #e5ac00;
  color: #fff;
}

.global-message.warning span {
  color: #fff;
}

.global-message.warning a {
  color: #fff;
}

h2 .new-label {
  position: relative;
  top: -3px;
}

h3 .new-label {
  position: relative;
  top: -3px;
}

.blockquote-container blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0;
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
}

.blockquote-container blockquote p {
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.blockquote-container blockquote p:last-child {
  margin-bottom: 0;
}

.blockquote-container blockquote::before {
  margin-top: 30px;
  margin-left: -20px;
  width: 100px;
  font-size: 6em;
  text-align: center;
  content: open-quote;
  opacity: .5;
}

.blockquote-container .name {
  margin-top: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.blockquote-container .logo {
  display: flex;
  justify-content: center;
}

.blockquote-container .logo img {
  width: 150px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  padding: 12px 10px 10px;
  border-bottom: 1px solid #dbdde1;
}

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

.breadcrumbs .breadcrumb-container {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbs .breadcrumb-container a {
  position: relative;
  align-items: center;
  display: flex;
  height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #D021AE;
  overflow-x: hidden;
}

.breadcrumbs .breadcrumb-container a:hover {
  opacity: 1;
  color: rgba(208, 33, 174, 0.75);
}

.breadcrumbs .breadcrumb-container:not(:last-child) .separator {
  margin-left: 7px;
  margin-right: 10px;
  background: none;
  z-index: 1;
}

.breadcrumbs .breadcrumb-container:not(:last-child) .separator::before {
  margin-top: 1px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dbdde1;
  border-right: 2px solid #dbdde1;
  border-radius: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

html.dark .breadcrumbs .breadcrumb-container:not(:last-child) .separator::before {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
}

.infotip-i {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  background: url("/img/icon-infotip-i.svg") center center no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  outline: none;
}

.infotip-i .tooltip {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .2s ease-in-out;
}

.infotip-i .tooltip::before {
  position: absolute;
  background-color: #dbdde1;
  content: "";
}

html.dark .infotip-i .tooltip::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.infotip-i .tooltip::after {
  position: absolute;
  background-color: #fff;
  content: "";
}

html.dark .infotip-i .tooltip::after {
  background-color: #0d1021;
}

.infotip-i .tooltip .white-block {
  width: 0;
  height: 0;
  background-color: #fff;
  border: 1px solid #dbdde1;
  border-radius: 3px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 20, 0.05);
}

html.dark .infotip-i .tooltip .white-block {
  background-color: #0d1021;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 20, 0.15);
}

.infotip-i .tooltip .white-block p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.infotip-i .tooltip .white-block p:last-of-type {
  margin-bottom: 0;
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb {
  left: 15px;
  right: auto;
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb::before {
  left: 20px;
  bottom: 29px;
  width: 11px;
  height: 22px;
  box-sizing: border-box;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb::after {
  left: 22px;
  bottom: 30px;
  width: 10px;
  height: 20px;
  box-sizing: border-box;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb .white-block {
  margin-left: 30px;
}

.infotip-i .tooltip.top-left-arrow-normal-eb {
  left: 15px;
  right: auto;
}

.infotip-i .tooltip.top-left-arrow-normal-eb::before {
  left: 20px;
  top: 30px;
  width: 11px;
  height: 22px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.top-left-arrow-normal-eb::after {
  left: 22px;
  top: 31px;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.top-left-arrow-normal-eb .white-block {
  margin-left: 30px;
}

.infotip-i:hover {
  opacity: 1;
}

.infotip-i:hover .tooltip {
  width: auto;
  height: auto;
  opacity: 1;
}

.infotip-i:hover .tooltip .white-block {
  width: auto;
  height: auto;
  padding: 15px;
}

.infotip-i:hover .tooltip.min-width-260 {
  min-width: 260px;
}

.infotip-i:hover .tooltip.min-width-300 {
  min-width: 300px;
}

.ajax-loader {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: table;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
}

.ajax-loader .loading {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.ajax-loader.big-loader .loading {
  position: relative;
}

.ajax-loader.big-loader .loading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/img/ajax-loader-big-darkbg-bg.svg) center center no-repeat;
  background-size: 80px;
  opacity: .2;
  content: "";
}

.ajax-loader.big-loader .loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/img/ajax-loader-big-darkbg-blue.svg) center center no-repeat;
  background-size: 80px;
  animation-name: ajax-loader-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  content: "";
}

.ajax-loader.big-loader .message {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
}

html.dark .ajax-loader.big-loader .message {
  color: rgba(255, 255, 255, 0.65);
}

@keyframes ajax-loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bordered-container {
  border: 1px solid #dbdde1;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .bordered-container {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

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

span.new {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  background-color: #D021AE;
  color: #fff;
  text-transform: uppercase;
}

html.dark span.new {
  color: #000;
}

span.new {
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px 4px;
  display: inline-flex;
  border-radius: 2px;
}

ul.big-circles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.big-circles li {
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  ul.big-circles li {
    margin-bottom: 15px;
  }
}

ul.big-circles li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 3px solid #D021AE;
}

ul.big-circles li .circle .inner-circle {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border-radius: 9px;
  border: 3px solid #000;
}

html.dark ul.big-circles li .circle .inner-circle {
  border-color: #fff;
}

ul.big-circles li .circle + strong {
  padding: 10px;
  text-align: left;
}

.btn-copy-clipboard, .lightbox-wrapper a.btn-copy-clipboard {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  border-radius: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: all .2s ease-in-out;
  overflow: visible;
}

.btn-copy-clipboard::before, .lightbox-wrapper a.btn-copy-clipboard::before {
  width: 18px;
  height: 20px;
  background-color: #dc6060;
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 20" style="enable-background:new 0 0 18 20;" xml:space="preserve"><path d="M16,0H5C3.9,0,3,0.9,3,2v1H2C0.9,3,0,3.9,0,5v13c0,1.1,0.9,2,2,2h11c1.1,0,2-0.9,2-2v-1h1c1.1,0,2-0.9,2-2V2C18,0.9,17.1,0,16,0z M13,18H2V5h11V18z M16,15h-1V5c0-1.1-0.9-2-2-2H5V2h11V15z"/></svg>');
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 20" style="enable-background:new 0 0 18 20;" xml:space="preserve"><path d="M16,0H5C3.9,0,3,0.9,3,2v1H2C0.9,3,0,3.9,0,5v13c0,1.1,0.9,2,2,2h11c1.1,0,2-0.9,2-2v-1h1c1.1,0,2-0.9,2-2V2C18,0.9,17.1,0,16,0z M13,18H2V5h11V18z M16,15h-1V5c0-1.1-0.9-2-2-2H5V2h11V15z"/></svg>');
  content: "";
}

.btn-copy-clipboard .tooltip, .lightbox-wrapper a.btn-copy-clipboard .tooltip {
  position: absolute;
  margin-bottom: calc(100% + 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 6px 8px;
  border-radius: 2px;
  background-color: #000014;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  text-indent: 0;
  pointer-events: none;
}

html.dark .btn-copy-clipboard .tooltip {
  background-color: rgba(255, 255, 255, 0.92);
  color: #666;
}

.btn-copy-clipboard .tooltip::before {
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 5px;
  background-color: #000014;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

html.dark .btn-copy-clipboard .tooltip::before {
  background-color: rgba(255, 255, 255, 0.92);
}

.has-text.btn-copy-clipboard, .lightbox-wrapper a.has-text.btn-copy-clipboard {
  min-width: 116px;
  min-height: 32px;
  text-transform: uppercase;
  text-align: center;
}

.has-text.btn-copy-clipboard::before {
  margin-right: 5px;
}

.copied.btn-copy-clipboard, .lightbox-wrapper a.copied.btn-copy-clipboard {
  background: #000014;
  border-color: #000014;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  cursor: default;
  text-transform: none;
}

.copied.has-text.btn-copy-clipboard::before {
  display: none;
}

.copied.btn-copy-clipboard:hover {
  opacity: 1;
}

.lightbox-wrapper a.btn-copy-clipboard.copied {
  background-color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  color: #666;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wa-image-container {
    padding-left: 0;
    padding-right: 0;
  }
}

html.dark .wa-image {
  content: url("/img/new/common/wa-with-cli-dark-mode.png");
}

@media (min-width: 320px) and (max-width: 767px) {
  .wa-image {
    content: url("/img/new/common/wa-with-cli-mobile.png");
  }
  html.dark .wa-image {
    content: url("/img/new/common/wa-with-cli-mobile-dark-mode.png");
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #51514f;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
}

html.dark body {
  background-color: #0d1021;
  color: rgba(255, 255, 255, 0.68);
}

p,
ul li,
ol li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
}

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

p strong,
ul li strong,
ol li strong {
  font-weight: 400;
  color: #000;
}

html.dark p strong, html.dark
ul li strong, html.dark
ol li strong {
  color: #fff;
}

p a,
ul li a,
ol li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 16px;
}

ul li {
  list-style-type: none;
}

a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #757e80;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}
.h1-header-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.header-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
  }
}

.header-title.text-align-center {
  text-align: center;
}

body.headerless .header-title {
  margin-top: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  color: #000;
}

@media (min-width: 320px) and (max-width: 767px) {
  body.headerless .header-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
  }
}

.header-subtitle-bigger {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-subtitle-bigger {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
  }
}

body.headerless .header-subtitle-bigger {
  color: #000;
}

.header-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.65);
}

body.headerless .header-subtitle {
  color: rgba(0, 0, 0, 0.65);
}

html.dark body.headerless .header-subtitle {
  color: rgba(255, 255, 255, 0.65);
}

h2 {
  margin: 30px 0 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  margin: 30px 0 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

p,
ul li,
ol li,
p a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

p strong,
ul li strong,
ol li strong,
p a strong {
  font-weight: 600;
}

ol li {
  padding-left: 10px;
}

.cke_editable,
.container-left {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cke_editable h2,
.container-left h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.cke_editable h3,
.container-left h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.cke_editable p,
.cke_editable ul li,
.cke_editable ol li,
.container-left p,
.container-left ul li,
.container-left ol li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cke_editable p a,
.cke_editable p strong a,
.cke_editable p a strong,
.cke_editable ul li a,
.cke_editable ul li strong a,
.cke_editable ul li a strong,
.cke_editable ol li a,
.cke_editable ol li strong a,
.cke_editable ol li a strong,
.container-left p a,
.container-left p strong a,
.container-left p a strong,
.container-left ul li a,
.container-left ul li strong a,
.container-left ul li a strong,
.container-left ol li a,
.container-left ol li strong a,
.container-left ol li a strong {
  color: #D021AE;
}

.cke_editable strong,
.cke_editable b,
.container-left strong,
.container-left b {
  font-weight: 600;
}

.cke_editable a,
.container-left a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cke_editable table,
.container-left table {
  border-color: #dbdde1;
}

.cke_editable table tr td,
.container-left table tr td {
  border-color: #dbdde1;
}

.cke_editable .bordered-container,
.container-left .bordered-container {
  border-color: #dbdde1;
}

.article-container .button-scroll-top:hover {
  border-color: #dc6060;
}

.article-container .button-scroll-top:hover::before {
  border-color: #dc6060;
}
@charset "UTF-8";
blockquote {
  quotes: "“" "”";
  border-left: none;
  padding: 0;
  margin: 0;
  display: block;
  font-family: Georgia, italic;
  font-size: 25px;
  line-height: 96px;
  height: 70px;
}

blockquote::after {
  color: #d0d7d9;
  content: open-quote;
  font-size: 6em;
}

.hspacer-120 {
  margin: 30px auto;
  width: 120px;
  height: 1px;
  background-color: #dbdde1;
}
html.dark .hspacer-120 {
  background-color: rgba(255, 255, 255, 0.15);
}

.review .quote {
  font-family: Georgia, italic;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  padding: 0 60px;
}
.review span {
  display: block;
  margin-top: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
html.dark .review span {
  color: #fff;
}

.review p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.case-study-container {
  flex-direction: column;
  padding: 80px 0;
  background: rgb(248, 40, 148);
  background: linear-gradient(135deg, rgb(248, 40, 148) 0%, rgb(37, 24, 111) 100%);
}
.case-study-container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/new/atmail-alternative/ventraip-logotype.svg") left top no-repeat;
  background-size: cover;
  content: "";
}
.case-study-container .ventradactyl {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 450px;
  height: 300px;
  z-index: 9;
}
@media only screen and (max-width: 1500px) {
  .case-study-container .ventradactyl {
    display: none;
  }
}
.case-study-container .title-container {
  position: relative;
  z-index: 1;
}
.case-study-container .title-container h2 {
  color: #fff;
}
.case-study-container .title-container p {
  color: rgba(255, 255, 255, 0.65);
}
.case-study-container .title-container p strong {
  color: rgba(255, 255, 255, 0.65);
}
@media (min-width: 320px) and (max-width: 767px) {
  .case-study-container .row.title-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.case-study-container .row.quote-container {
  padding-top: 50px;
}
.case-study-container .row.quote-container .review {
  position: relative;
  max-width: 960px;
  padding: 60px 35px 20px;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
html.dark .case-study-container .row.quote-container .review {
  background: #0d1021;
}

@media (min-width: 320px) and (max-width: 767px) {
  .case-study-container .row.quote-container .review {
    padding-left: 0;
    padding-right: 0;
    width: calc(100vw - 40px);
  }
}
.case-study-container .row.quote-container .review .quote {
  padding: 0 40px;
}
.case-study-container .row.quote-container .review .quote:first-of-type {
  margin-bottom: 15px;
}
.case-study-container .row.quote-container .review .ventraip-logo {
  margin: 0 auto;
  width: 150px;
  height: 100px;
  background: url("/img/new/mail-server/case-studies/details/case-study-22/ventraip-logo.svg") center center no-repeat;
}
html.dark .case-study-container .row.quote-container .review .ventraip-logo {
  background-image: url("/img/new/mail-server/case-studies/details/case-study-22/ventraip-logo-dark.svg");
}

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

h3 strong {
  font-weight: 600;
}

img {
  max-width: 100%;
}

.migration-container a,
.faq-list a {
  color: #D021AE;
}

.faq-list .faq-q:focus-visible,
.migration-container a:focus-visible,
.faq-list a:focus-visible {
  outline: 2px solid #D021AE;
  outline-offset: 2px;
  border-radius: 2px;
}

.dark-bg {
  background-color: #000014;
}
.dark-bg h2, .dark-bg h3 {
  color: #fff;
}
.dark-bg p {
  color: rgba(255, 255, 255, 0.65);
}

.header {
  padding-top: 60px;
  background: #000014 url(/img/new/zimbra-alternative/zimbra-header-bg.jpg) center top no-repeat;
  background-size: contain;
  height: auto;
  min-height: 700px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    padding-top: 155px;
    padding-bottom: 30px;
  }
}
.header .header-subtitle-bigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  max-width: 1180px;
}
.header .header-subtitle-bigger p {
  margin-bottom: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
}
.header .header-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.header .subtagline {
  max-width: 400px;
  color: rgba(255, 255, 255, 0.65);
}

.comparison-table {
  width: 100%;
  max-width: 1280px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.comparison-table th, .comparison-table td {
  padding: 18px 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  color: #51514f;
}
.comparison-table tbody th, .comparison-table tbody td {
  border-top: 1px solid #dbdde1;
}
.comparison-table .col-axigen {
  border-left: 1px solid #dbdde1;
  background-color: #fff;
}
.comparison-table .col-zimbra {
  border-left: 1px solid #dbdde1;
  border-right: 1px solid #dbdde1;
}
.comparison-table thead th.col-axigen, .comparison-table thead th.col-zimbra {
  border-top: 1px solid #dbdde1;
}
.comparison-table tbody tr:last-child .col-axigen, .comparison-table tbody tr:last-child .col-zimbra {
  border-bottom: 1px solid #dbdde1;
}
.comparison-table tbody tr:last-child .col-zimbra {
  border-bottom-right-radius: 3px;
}
.comparison-table tbody tr:last-child .col-axigen {
  border-bottom-left-radius: 3px;
}
.comparison-table thead th {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.comparison-table thead th.col-axigen {
  background-color: #000014;
  border-color: #000014;
  border-top-left-radius: 3px;
  color: #fff;
}
.comparison-table thead th.col-zimbra {
  background-color: #fff;
  border-top-right-radius: 3px;
}
.comparison-table .row-label {
  width: 300px;
  font-weight: 600;
  vertical-align: middle;
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .comparison-table thead {
    display: none;
  }
  .comparison-table tbody, .comparison-table tr, .comparison-table th, .comparison-table td {
    display: block;
    width: auto;
  }
  .comparison-table tr {
    margin-bottom: 16px;
    border: 1px solid #dbdde1;
    border-radius: 4px;
    overflow: hidden;
  }
  .comparison-table tbody th, .comparison-table tbody td {
    border-top: none;
  }
  .comparison-table .row-label {
    width: auto;
    padding: 12px 16px;
    background-color: #f5f8fa;
    border-bottom: 1px solid #dbdde1;
  }
  .comparison-table td {
    padding: 14px 16px;
    border: none;
    border-bottom: 1px solid #dbdde1;
  }
  .comparison-table td.col-axigen {
    border-left: none;
    background-color: #fff;
  }
  .comparison-table td.col-axigen:before {
    width: fit-content;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 10px;
    background-color: #000014;
    border-radius: 0 2px 2px 0;
    color: #fff;
  }
  .comparison-table td:last-child {
    border: none;
  }
  .comparison-table td:before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #51514f;
  }
}
html.dark .comparison-table th, html.dark .comparison-table td {
  color: #fff;
}
html.dark .comparison-table tbody th, html.dark .comparison-table tbody td {
  border-top-color: rgba(255, 255, 255, 0.1);
}
html.dark .comparison-table .col-axigen, html.dark .comparison-table .col-zimbra {
  border-left-color: rgba(255, 255, 255, 0.1);
}
html.dark .comparison-table .col-axigen {
  background-color: #0d1021;
}
html.dark .comparison-table .col-zimbra {
  border-right-color: rgba(255, 255, 255, 0.1);
}
html.dark .comparison-table thead th.col-axigen, html.dark .comparison-table thead th.col-zimbra, html.dark .comparison-table tbody tr:last-child .col-axigen, html.dark .comparison-table tbody tr:last-child .col-zimbra {
  border-color: rgba(255, 255, 255, 0.1);
}
html.dark .comparison-table thead th {
  color: #fff;
}
html.dark .comparison-table thead th.col-axigen {
  background-color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #000;
}
html.dark .comparison-table thead th.col-zimbra {
  background-color: #0d1021;
}
html.dark .comparison-table .row-label {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  html.dark .comparison-table tr {
    border-color: rgba(255, 255, 255, 0.15);
  }
  html.dark .comparison-table .row-label {
    background-color: rgba(255, 255, 255, 0.06);
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  html.dark .comparison-table td {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  html.dark .comparison-table td:before {
    color: rgba(255, 255, 255, 0.6);
  }
  html.dark .comparison-table td.col-axigen:before {
    background-color: rgba(255, 255, 255, 0.92);
    color: #000;
  }
}

.arch-block {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 24px 20px;
  border-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  .arch-block {
    padding: 0 16px 34px;
  }
}

.arch-intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.arch-intro .arch-title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}
html.dark .arch-intro .arch-title {
  color: #fff;
}

.arch-intro .arch-sub {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
}
html.dark .arch-intro .arch-sub {
  color: rgba(255, 255, 255, 0.65);
}

.arch-diagram {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .arch-diagram {
    flex-direction: column;
    align-items: center;
  }
}

.arch-side {
  display: flex;
  flex-direction: column;
  flex: 0 1 300px;
  max-width: 300px;
  gap: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .arch-side {
    flex: none;
    width: 100%;
    max-width: 340px;
  }
}

.arch-caption {
  margin: 0;
  padding: 14px 0 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #51514f;
}
html.dark .arch-caption {
  color: rgba(255, 255, 255, 0.6);
}

.arch-card {
  border: 2px solid #000014;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
html.dark .arch-card {
  border-color: rgba(255, 255, 255, 0.3);
  background: #0d1021;
}

.arch-card__head {
  padding: 10px;
  height: 44px;
  background-color: #000014;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
html.dark .arch-card__head {
  background-color: rgba(255, 255, 255, 0.92);
  color: #000;
}

.arch-layers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.arch-layers li {
  padding: 10px;
  height: 44px;
  border-top: 1px solid #b9b9b9;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #51514f;
}
html.dark .arch-layers li {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
}

.arch-vs {
  display: flex;
  flex-direction: column;
  flex: 0 0 180px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 312px;
}
.arch-vs .arch-vs-line {
  flex: 1;
  width: 0;
  border-left: 2px dashed #b9b9b9;
}
html.dark .arch-vs .arch-vs-line {
  border-left-color: rgba(255, 255, 255, 0.25);
}

.arch-vs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #b9b9b9;
  border-radius: 50%;
  font-size: 18px;
  color: #51514f;
}
html.dark .arch-vs span {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  .arch-vs {
    flex: none;
    width: 100%;
    height: auto;
    gap: 0;
    padding: 16px 0;
  }
  .arch-vs .arch-vs-line {
    display: none;
  }
}

.arch-parts {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.arch-connector {
  flex: 1;
  align-self: center;
  width: 0;
  border-left: 2px dashed #b9b9b9;
}
html.dark .arch-connector {
  border-left-color: rgba(255, 255, 255, 0.25);
}

@media (min-width: 320px) and (max-width: 767px) {
  .arch-connector {
    flex: none;
    height: 14px;
  }
}

.arch-part {
  padding: 10px;
  height: 44px;
  border: 2px solid #b9b9b9;
  border-radius: 3px;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #51514f;
}
html.dark .arch-part {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.arch-part__name {
  font-weight: 700;
  color: #000;
}
html.dark .arch-part__name {
  color: #fff;
}

.reasons-container .container {
  max-width: 1280px;
}
.reasons-container .container .column {
  position: relative;
  padding: 20px 20px 20px 70px;
}
.reasons-container .container .column span {
  position: absolute;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 60px;
  border: 3px solid #D021AE;
  border-radius: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #D021AE;
}
.reasons-container .container .column h3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0;
  padding-top: 10px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .reasons-container .container.webmail .column {
    padding-left: 20px;
  }
}
.reasons-container .container.webmail .column h3 {
  border-top: none;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.reasons-container .container.webmail .column p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.reasons-container .wm-image {
  display: block;
}

.migration-container h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
}
.migration-container .container-single:first-child p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.migration-container .container-single:last-child {
  margin-top: 30px;
}
.migration-container .container-single:last-child .column {
  max-width: 830px;
}
.migration-container .container-single:last-child strong {
  color: #000;
}
html.dark .migration-container .container-single:last-child strong {
  color: #fff;
}

.migration-steps {
  list-style: none;
  margin: 30px auto;
  padding: 0;
  max-width: 870px;
  border-top: 1px solid #dbdde1;
  font-family: "Source Sans Pro", sans-serif;
}
html.dark .migration-steps {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.migration-steps li {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  min-height: 50px;
  padding: 20px 0 20px 70px;
  border-bottom: 1px solid #dbdde1;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #666666;
}
html.dark .migration-steps li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}

.migration-steps li span {
  flex: 1;
}
.migration-steps li strong {
  color: #000;
}
html.dark .migration-steps li strong {
  color: #fff;
}

.migration-steps li:before, .migration-steps li:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.migration-steps li:before {
  left: 0;
  width: 50px;
  height: 50px;
  border: 3px solid #D021AE;
}
.migration-steps li:after {
  left: 16px;
  width: 18px;
  height: 18px;
  border: 3px solid #000;
}
html.dark .migration-steps li:after {
  border-color: #fff;
}

.mid-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
  background: #000014 url(/img/new/zimbra-alternative/zimbra-header-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.mid-cta .mid-cta-sub {
  margin: 0;
  max-width: 400px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}

.self-hosted-container h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
}

.hosting-compare {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1020px;
  margin: 30px auto 0;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hosting-compare {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .self-hosted-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .self-hosted-container > div,
  .self-hosted-container > p {
    max-width: calc(100vw - 40px);
  }
}

.hosting-col {
  flex: 1 1 420px;
  max-width: 420px;
  border: 1px solid #dbdde1;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  text-align: left;
}
html.dark .hosting-col {
  border-color: rgba(255, 255, 255, 0.15);
  background: #0d1021;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hosting-col {
    flex: none;
    width: 100%;
  }
}
.hosting-col .hosting-head {
  margin: 0;
  padding: 15px 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.hosting-col ul {
  list-style: none;
  margin: 0;
  padding: 15px 25px 25px;
}
.hosting-col li {
  position: relative;
  padding: 10px 0 10px 34px;
  font-size: 18px;
  line-height: 24px;
  color: #51514f;
}
html.dark .hosting-col li {
  color: rgba(255, 255, 255, 0.82);
}

.hosting-col li:not(:last-child) {
  min-height: 68px;
}
.hosting-col li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
}

.hosting-cloud .hosting-head {
  background: #f5f8fa;
  color: #000;
  border-bottom: 1px solid #dbdde1;
}
html.dark .hosting-cloud .hosting-head {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.hosting-cloud li:before {
  background-color: #dc6060;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.5'%3E%3Ccircle%20cx='12'%20cy='12'%20r='10.5'/%3E%3Cpath%20d='M8.5%208.5l7%207M15.5%208.5l-7%207'%20stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.5'%3E%3Ccircle%20cx='12'%20cy='12'%20r='10.5'/%3E%3Cpath%20d='M8.5%208.5l7%207M15.5%208.5l-7%207'%20stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.hosting-axigen .hosting-head {
  background: #000014;
  color: #fff;
}
html.dark .hosting-axigen .hosting-head {
  background: rgba(255, 255, 255, 0.92);
  color: #000;
}

.hosting-axigen li:before {
  background-color: rgba(80, 169, 60, 0.95);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.5'%3E%3Ccircle%20cx='12'%20cy='12'%20r='10.5'/%3E%3Cpath%20d='M7.5%2012.5l3%203%206-6.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.5'%3E%3Ccircle%20cx='12'%20cy='12'%20r='10.5'/%3E%3Cpath%20d='M7.5%2012.5l3%203%206-6.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.hosting-vs {
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 65px;
  border: 2px solid #b9b9b9;
  border-radius: 50%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #51514f;
}
html.dark .hosting-vs {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  .hosting-vs {
    margin: 14px 0;
  }
}

.hosting-trust {
  max-width: 960px;
  margin: 30px auto 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #666666;
}

.faq-list {
  max-width: 800px;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq-list {
    max-width: 100%;
  }
}
.faq-list .faq-item {
  border-bottom: 1px solid #dbdde1;
}
html.dark .faq-list .faq-item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.faq-list .faq-q {
  position: relative;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 44px 20px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
html.dark .faq-list .faq-q {
  color: #fff;
}

.faq-list .faq-q:before, .faq-list .faq-q:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 17px;
  height: 3px;
  margin-top: -1px;
  background-color: #D021AE;
  transition: transform 0.25s ease;
}
.faq-list .faq-q:after {
  transform: rotate(90deg);
}
.faq-list .faq-item.open .faq-q:after {
  transform: rotate(0);
}
.faq-list .faq-a {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.faq-list .faq-a p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
html.dark .faq-list .faq-a p {
  color: rgba(255, 255, 255, 0.82);
}

.faq-list .faq-a p:after {
  content: "";
  display: block;
  height: 20px;
}
.faq-list .faq-a a {
  font-size: 18px;
  line-height: 26px;
}
.faq-list .faq-item.open .faq-a {
  grid-template-rows: 1fr;
}

@media (prefers-reduced-motion: reduce) {
  .faq-list .faq-a,
  .faq-list .faq-q:before,
  .faq-list .faq-q:after {
    transition: none;
  }
}
.footer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 220px;
  padding: 40px 20px;
  background: #000014 url(/img/new/zimbra-alternative/zimbra-header-bg.jpg) center center no-repeat;
  text-align: center;
}
.footer-cta .subtagline {
  color: rgba(255, 255, 255, 0.65);
}

.z-index-9 {
  z-index: 9;
}
