.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;
}
@charset "UTF-8";
.world-svg {
  background: url(/img/new/common/world-map.svg) center 20px no-repeat;
}

html.dark .world-svg {
  background-image: url(/img/new/common/dark-mode-world-map.svg);
}

.world-svg .container-single p {
  font-family: 'Source Sans Pro',sans-serif;
  color: #dc6060;
  font-size: 72px;
  font-weight: 200;
  line-height: 70px;
  margin: 0px;
  text-align: center;
}

.world-svg .container-single p span {
  display: inline-block;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: 200;
}

html.dark .world-svg .container-single p span {
  color: #fff;
}

.world-svg .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 10px 20px 30px;
}

.world-svg .logos picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .world-svg .logos picture {
    max-width: calc(50% - 20px);
  }
}

.world-svg .logos picture.oracle {
  background: url("/img/2015/customer-logos/oracle.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.oracle {
  background-image: url("/img/2015/customer-logos/oracle-dark-mode.svg");
}

.world-svg .logos picture.republic-bank {
  width: 200px;
  background: url("/img/2015/customer-logos/republic-bank.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.republic-bank {
  background-image: url("/img/2015/customer-logos/republic-bank-dark-mode.svg");
}

.world-svg .logos picture.rm {
  background: url("/img/new/common/logos/rakuten-mobile-color.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.rm {
  background-image: url("/img/new/common/logos/rakuten-mobile-bw-darkbg.svg");
}

.world-svg .logos picture.softpedia {
  background: url("/img/2015/customer-logos/softpedia.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.softpedia {
  background-image: url("/img/2015/customer-logos/softpedia-dark-mode.svg");
}

.world-svg .logos picture.punkt {
  background: url("/img/2015/customer-logos/punktde.png") no-repeat center center;
  background-size: 159px 35px;
}

html.dark .world-svg .logos picture.punkt {
  background-image: url("/img/2015/customer-logos/punktde-dark-mode.png");
}

.world-svg .logos picture.vini {
  background: url("/img/2015/customer-logos/vini.svg") no-repeat center center;
  background-size: 64px 64px;
}

.world-svg .logos picture.liszt {
  width: 280px;
  background: url("/img/2015/customer-logos/liszt.png") no-repeat center center;
}

html.dark .world-svg .logos picture.liszt {
  background-image: url("/img/2015/customer-logos/liszt-dark-mode.png");
}

.world-svg .logos picture.siportal {
  background: url("/img/2015/customer-logos/siportal.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.siportal {
  background-image: url("/img/2015/customer-logos/siportal-dark-mode.svg");
}

.world-svg .logos picture.carpisa {
  background: url("/img/2015/customer-logos/carpisa.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.carpisa {
  background-image: url("/img/2015/customer-logos/carpisa-dark-mode.svg");
}

.world-svg .logos picture.oni {
  background: url("/img/2015/customer-logos/oni.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.oni {
  background-image: url("/img/2015/customer-logos/oni-dark-mode.svg");
}

.world-svg .logos picture.humanitas {
  width: 200px;
  background: url("/img/2015/customer-logos/humanitas.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.humanitas {
  background-image: url("/img/2015/customer-logos/humanitas-dark-mode.svg");
}

.world-svg .logos picture.steilmann {
  background: url("/img/2015/customer-logos/steilmann.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.steilmann {
  background-image: url("/img/2015/customer-logos/steilmann-dark-mode.svg");
}

.world-svg .logos picture.belgrade-faculty-of-physics {
  width: 300px;
  background: url("/img/2015/customer-logos/belgrade-faculty-of-physics.svg") no-repeat center center;
}

html.dark .world-svg .logos picture.belgrade-faculty-of-physics {
  background-image: url("/img/2015/customer-logos/belgrade-faculty-of-physics-dark-mode.svg");
}

.world-svg .review {
  padding: 3% 7%;
  background-color: #fff;
  border: 1px solid #dbdde1;
}

html.dark .world-svg .review {
  background-color: #0d1021;
  border-color: rgba(255, 255, 255, 0.15);
}

.world-svg .review a {
  transition: none;
}

.world-svg .review:nth-child(2) {
  transform: scale(1.1, 1.1);
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 767px) {
  .world-svg .review:nth-child(2) {
    transform: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .world-svg .review {
    margin: 10px !important;
  }
}

.world-svg .review p {
  font-family: Georgia, italic;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
}

.world-svg .review span {
  color: #ce5f5f;
  font-size: 14px;
  font-family: 'Source Sans Pro',sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}

.world-svg blockquote {
  quotes: "“" "”";
  border-left: none;
  padding: 0;
  margin: 0;
  display: block;
  font-family: Georgia, italic;
  font-size: 17px;
  line-height: 96px;
  height: 70px;
}

.world-svg blockquote::after {
  color: #666;
  content: open-quote;
  font-size: 6em;
  opacity: .3;
}

html.dark .world-svg blockquote::after {
  color: rgba(255, 255, 255, 0.65);
}
@charset "UTF-8";
/* Specific - Windows Mail Server Page */
.header,
.menu-open .navbar-wrapper.fixed,
.after-scroll .navbar-wrapper.fixed,
.menu-open .navbar-wrapper .nav-top,
.after-scroll .navbar-wrapper .nav-top,
.navbar-wrapper .nav-menu .container-submenu {
  background: #270030;
}

.header {
  position: relative;
  width: 100%;
  height: 700px;
  background: linear-gradient(50deg, #5800d4 0%, #fc0074 100%);
  /* background: url('/img/new/windows-mail-server/windows-mail-server-header-bg.svg') top left no-repeat; */
  background-size: cover;
  overflow: hidden;
}

.header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: 1;
  content: "";
}

.header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  z-index: 2;
  content: "";
}

.header .header-title {
  font-size: 48px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header .header-title {
    font: 200 34px/36px "Source Sans Pro", sans-serif;
    padding: 0 20px;
  }
}

.header .second-title {
  max-width: 800px;
}

.boxes-shadow {
  position: absolute;
  display: block;
  background: #5e00b6;
  transform: rotate(54deg);
  z-index: 1;
  box-shadow: 3px 9px 60px 0px rgba(58, 0, 65, 0.3);
}

.box1 {
  top: 58px;
  left: -212px;
  width: 340px;
  height: 340px;
  background: linear-gradient(130deg, #c300d9 0%, #f0008b 100%);
}

.box2 {
  top: -306px;
  left: 399px;
  width: 500px;
  height: 500px;
  background: linear-gradient(0deg, #c300d9 0%, #f0008b 100%);
}

.box3 {
  top: 230px;
  left: 495px;
  width: 45px;
  height: 45px;
  background: linear-gradient(130deg, #fc00b0 0%, #dc00c7 100%);
}

.box4 {
  top: 219px;
  left: 751px;
  width: 125px;
  height: 125px;
  background: linear-gradient(130deg, #fc0077 0%, #d400bc 100%);
}

.box5 {
  bottom: -312px;
  right: 185px;
  width: 500px;
  height: 500px;
  background: linear-gradient(90deg, #c300d9 0%, #f0008b 100%);
}

.box6 {
  bottom: 115px;
  right: 161px;
  width: 85px;
  height: 85px;
  background: linear-gradient(130deg, #fc0077 0%, #d400bc 100%);
}

.box7 {
  bottom: 155px;
  right: -247px;
  width: 325px;
  height: 325px;
  background: linear-gradient(130deg, #c300d9 0%, #f0008b 100%);
}

.box8 {
  top: 150px;
  left: 150px;
  width: 45px;
  height: 45px;
  background: linear-gradient(0deg, #e600c0 0%, #fc00b0 100%);
}

.box9 {
  top: 110px;
  left: 113px;
  width: 25px;
  height: 25px;
  background: linear-gradient(0deg, #e600c0 0%, #fc00b0 100%);
}

.box10 {
  top: 148px;
  left: 875px;
  width: 50px;
  height: 50px;
  background: linear-gradient(130deg, #d9006c 0%, #d700b1 100%);
}

.box11 {
  bottom: 57px;
  right: 159px;
  width: 35px;
  height: 35px;
  background: linear-gradient(0deg, #e600c0 0%, #fc00b0 100%);
}

/* Full Fledged */
.full-fledged .column {
  margin: 0px 30px 30px;
}

@media (min-width: 768px) and (max-width: 1169px) {
  .full-fledged .column {
    flex: 1 33%;
  }
}

.full-fledged .column p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  margin-bottom: 0;
}

.full-fledged .column p a {
  font-size: 16px;
  line-height: 22px;
  color: #5975E4;
}

.cards {
  height: 140px;
  border-radius: 5px;
  padding: 20px 20px;
  border: solid 1px #dbdde1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 20, 0.05);
}

html.dark .cards {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 20, 0.15);
}

.card-wrapper .column {
  margin: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .card-wrapper .column:first-child {
    margin-left: 15px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .card-wrapper .column:last-child {
    margin-right: 15px;
  }
}

/* Setup */
.setup .column {
  padding: 0 20px;
}

.setup .column ol li {
  list-style-type: none;
  display: flex;
  padding: 18px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  border-bottom: solid 1px #dbdde1;
  color: #666;
}

html.dark .setup .column ol li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
}

.setup .column ol li span {
  margin-right: 10px;
}

.setup .column.installer {
  min-height: 400px;
  background: url("/img/new/windows-mail-server/windows-installer-perspective.png") no-repeat left bottom;
  background-size: contain;
}

@media (min-width: 320px) and (max-width: 767px) {
  .setup .column.installer {
    background-position: center center;
  }
}

.setup .cta .button-background-red {
  margin-top: 20px;
  margin-bottom: 20px;
}

.setup .cta p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

/* On-premise vs. Cloud */
.on-prem-list {
  margin: 50px 30px 0 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .on-prem-list {
    margin: 0px 10px;
  }
}

.on-prem-list li {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  border-bottom: solid 1px #dbdde1;
  padding: 25px 0px 25px 56px;
}

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

.on-prem-list li:last-child {
  border-bottom: none;
}

.on-prem-list li:before {
  position: absolute;
  top: 23px;
  left: 10px;
  padding-left: 20px;
  display: inline-block;
  background: url("/img/new/windows-mail-server/windows-mail-server-bullet.svg") no-repeat left center;
  width: 36px;
  height: 36px;
  content: "";
}

.on-prem-arrow {
  position: relative;
  padding: 65px 0 51px 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .on-prem-arrow {
    padding: 0px 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .on-prem-arrow h4 {
    text-align: center;
    font-size: 22px;
  }
}

.on-prem-arrow:after {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 10px 1px 0;
  display: inline-block;
  background: url("/img/new/windows-mail-server/windows-mail-server-on-prem.svg") no-repeat left center;
  background-size: contain;
  width: 437px;
  height: 492px;
  content: "";
}

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

.cloud-list {
  margin: 50px 50px 0 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cloud-list {
    margin: 0px 10px;
  }
}

.cloud-list li {
  font-size: 22px;
  border-bottom: solid 1px #dbdde1;
  padding: 20px 20px 20px 0px;
  display: flex;
  align-items: center;
}

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

.cloud-list .cloud-image {
  margin: 0 30px 0 50px;
}

.cloud-list .cloud-image.aws {
  max-width: 62px;
}

.cloud-list .cloud-image.aws.dark-mode {
  display: none;
}

html.dark .cloud-list .cloud-image.aws {
  display: none;
}

html.dark .cloud-list .cloud-image.aws.dark-mode {
  display: block;
}

.cloud-arrow {
  position: relative;
  padding: 42px 50px 0 60px;
}

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

@media (min-width: 320px) and (max-width: 767px) {
  .cloud-arrow h4 {
    padding: 20px 0;
    text-align: center;
    font-size: 22px;
  }
}

.cloud-arrow:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 10px 0px 0;
  display: inline-block;
  background: url("/img/new/windows-mail-server/windows-mail-server-cloud.svg") no-repeat left center;
  background-size: contain;
  height: 492px;
  width: 437px;
  content: "";
}

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

.cloud-arrow p {
  padding-top: 20px;
  margin-right: 50px;
  text-align: center;
  font-size: 22px;
}

/* Security */
.security .column {
  display: flex;
  height: 220px;
  padding: 5px 0;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  border-right: solid 1px #dbdde1;
}

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

@media (min-width: 768px) and (max-width: 1169px) {
  .security .column {
    flex: 1 1 50%;
    border-bottom: solid 1px #dbdde1;
  }
  html.dark .security .column {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .security .column {
    width: 100%;
    padding: 15px 0;
    border-right: none;
    border-top: solid 1px #dbdde1;
  }
  html.dark .security .column {
    border-top-color: rgba(255, 255, 255, 0.15);
  }
}

.security .column:first-child {
  border-left: solid 1px #dbdde1;
}

html.dark .security .column:first-child {
  border-left-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 320px) and (max-width: 767px) {
  .security .column:first-child {
    border-left: none;
    border-top: none;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .security .column:first-child img {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .security .column:last-child {
    border-bottom: none;
    border-right: none;
  }
  .security .column:last-child img {
    margin-top: 10px;
  }
}

.security .column.bitdefender-container img {
  margin-top: 50px;
  max-width: 250px;
}

.security .column.bitdefender-container img.dark-mode {
  display: none;
}

html.dark .security .column.bitdefender-container img {
  display: none;
}

html.dark .security .column.bitdefender-container img.dark-mode {
  display: block;
}

@media (min-width: 768px) and (max-width: 1169px) {
  .security .column.bitdefender-container {
    border-right: none;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .security .column:nth-child(3) {
    border-bottom: none;
  }
}

.security .column img {
  display: block;
}

.security .column h3 {
  margin-top: auto;
  margin-bottom: 20px;
}

/* Reviews */
.column.card {
  position: relative;
  height: 150px;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #dbdde1;
  text-align: center;
  margin: 10px;
  box-shadow: 0 4px 8px 0px rgba(15, 23, 26, 0.1);
}

@media (min-width: 320px) and (max-width: 767px) {
  .column.card {
    width: 100%;
  }
}

.column.card span {
  display: block;
}

.column.card img {
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
}

.column.card .padding-top-25 {
  padding-top: 25px;
}

.column.card .rating {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.quote {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  text-align: center;
  padding: 0 20px;
}

.quote p {
  font-family: Georgia,italic;
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
}

.quote span {
  font-size: 15px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 600;
  margin-top: auto;
}

blockquote {
  quotes: "“" "”";
  border-left: none;
  padding: 0;
  margin: 0 35px;
  display: block;
  font-family: Georgia, italic;
  font-size: 17px;
  line-height: 96px;
  height: 70px;
}

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

/* Footer */
.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: linear-gradient(50deg, #5800d4 0%, #fc0074 100%);
  text-align: center;
  overflow: hidden;
}

.footer-cta::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  min-height: 220px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  content: "";
}

.footer-cta .title {
  font: 300 24px/30px "Source Sans Pro",sans-serif;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  padding: 0 20px;
}

/* Generic */
.z-index-9 {
  z-index: 9;
}

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

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

.max-width-1270 {
  max-width: 1337px;
}

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

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

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