.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";
/* Specific  - CloudFest 2020 Page */
.navbar-wrapper .top-logo::before {
  position: absolute;
  top: 0;
  left: 140px;
  width: 230px;
  line-height: 30px;
  height: 40px;
  background: url("/img/new/lp/cloudfest-2020/cloudfest-logo.svg") no-repeat left 35px top;
  background-size: auto 33px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  content: "@";
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-wrapper .top-logo::before {
    left: 55px;
  }
}

.navbar-wrapper .top-logo::after {
  position: absolute;
  top: 44px;
  left: 17px;
  width: 347px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  opacity: .7;
  content: "March 14 – 19, 2020 \00a0 \00a0 • \00a0 \00a0 Europa-Park, Rust \00a0 \00a0 •\00a0 \00a0 Germany";
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-wrapper .top-logo::after {
    content: "March 14 – 19, 2020 \00a0 • \00a0 \00a0 Europa-Park, Rust \00a0 • \00a0 Germany";
    font-size: 14px;
  }
}

.menu-open .navbar-wrapper.fixed .top-logo::after,
.after-scroll .navbar-wrapper.fixed .top-logo::after {
  display: none;
}

.navbar-wrapper .nav-top {
  margin-right: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-wrapper .nav-top {
    display: none;
  }
}

.navbar-wrapper .nav-menu {
  display: none;
}

.header {
  padding-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #034245;
  background: linear-gradient(90deg, #034245 0%, #0b3951 100%);
}

.header .header-left-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 480px;
  padding: 30px;
  box-sizing: border-box;
}

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

.header .header-right-container {
  width: 50%;
  background: url("/img/new/lp/cloudfest-2020/balloons.png") no-repeat center center;
  min-height: 480px;
}

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

.header h1 {
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 54px;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header h1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 54px;
    font-weight: 200;
    line-height: 58px;
  }
}

.header h1 span:last-child {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 62px;
  font-weight: 200;
  line-height: 66px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header h1 span:last-child {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 54px;
    font-weight: 200;
    line-height: 58px;
  }
}

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

.header h2 span {
  color: #fff;
}

.header .header-bottom-container {
  width: 100%;
}

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

.ticket .wrapper .column {
  max-width: 800px;
}

.ticket .wrapper .column p {
  margin-top: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: normal;
}

.ticket .wrapper .column.ticket {
  width: 400px;
  height: 150px;
  background: url("/img/new/lp/cloudfest-2020/free-ticket.svg") no-repeat center center;
  background-size: auto 280px;
}

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

.solution .column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution .column .benefits {
  margin: 30px auto 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

html.dark .solution .column .benefits {
  border-color: rgba(255, 255, 255, 0.2);
}

.solution .column .benefits li {
  position: relative;
  padding: 20px 20px 20px 56px;
  font-size: 22px;
  color: #000;
  text-align: left;
}

html.dark .solution .column .benefits li {
  color: #fff;
}

.solution .column .benefits li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

html.dark .solution .column .benefits li:not(:last-child) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.solution .column .benefits li strong {
  font-weight: 600;
}

.solution .column .benefits li::before {
  position: absolute;
  top: 14px;
  left: 11px;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid rgba(89, 117, 228, 0.4);
  border-radius: 50%;
  content: "";
}

.solution .column .benefits li::after {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 8px;
  height: 13px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #5975E4;
  transform: rotate(35deg);
  content: "";
}

.solution .column p {
  max-width: 615px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: normal;
}

.details .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.details .wrapper h2 {
  width: 100%;
}

.details .wrapper .column {
  display: flex;
  margin-top: 30px;
  width: 50%;
  height: 380px;
  box-sizing: border-box;
}

.details .wrapper .column:first-of-type {
  align-items: center;
  padding-right: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .details .wrapper .column:first-of-type {
    height: auto;
  }
}

.details .wrapper .column:last-of-type {
  padding-left: 30px;
  background: url("/img/new/lp/cloudfest-2020/map.svg") no-repeat right top;
  background-size: contain;
}

.details .wrapper .column p {
  max-width: 420px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: normal;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .details .wrapper .column p {
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .details .wrapper .column {
    width: 100%;
    height: 300px;
    padding: 0 20px;
  }
}

.get-pass {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("/img/lp/cloudfest-2018/bg-getpass.png") no-repeat center bottom;
  background-size: cover;
}

.get-pass h2 {
  color: #fff;
}

.get-pass h2 + p {
  width: 300px;
  color: #b6b9bf;
}

.get-pass .but-get-pass {
  margin-top: 35px;
  margin-bottom: 20px;
}

.team {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}

.team::before {
  position: absolute;
  top: 0;
  width: 960px;
  height: 450px;
  background: url("/img/new/lp/cloudfest-2020/team-balloons.png") center top no-repeat;
  z-index: 2;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  .team::before {
    top: 150px;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
}

.team > h2,
.team > p {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

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

.team .content-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}

.team .content-container .column {
  width: 300px;
  padding: 10px 20px;
}

.team .content-container .column::before {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 128px;
  height: 128px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 128px 128px;
  z-index: 1;
  content: "";
}

.team .content-container .column.ga::before {
  background-image: url("/img/new/lp/cloudfest-2020/team-ga.png");
}

.team .content-container .column.ac::before {
  background-image: url("/img/new/lp/cloudfest-2020/team-ac.png");
}

.team .content-container .column.ap::before {
  background-image: url("/img/new/lp/cloudfest-2020/team-ap.png");
}

.team .content-container .column.bm::before {
  background-image: url("/img/new/lp/cloudfest-2020/team-bm.png");
}

.team .content-container .column.gc::before {
  background-image: url("/img/new/lp/cloudfest-2020/team-gc.png");
}

.team .content-container .column h5 {
  margin-top: 20px;
  font-size: 17px;
  text-transform: uppercase;
}

.team .content-container .column h6 {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #757e80;
}

.team .content-container .column p {
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team .content-container .column {
    min-width: 250px;
    padding: 10px 40px 40px;
  }
  .team .content-container .column:last-of-type {
    padding-bottom: 0;
  }
}

.cloudfest p {
  max-width: 750px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: normal;
}

.cloudfest .cloudfest-photo {
  margin: 25px auto 0;
  width: 750px;
  height: 120px;
  padding: 15px;
  box-sizing: content-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-image: url(/img/lp/cloudfest-2018/cloudfest-photo.png);
  background-position: center center;
  background-repeat: no-repeat;
}

html.dark .cloudfest .cloudfest-photo {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.cloudfest .cloudfest-photo + p {
  margin-top: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cloudfest .cloudfest-photo {
    width: calc(100% - 40px);
    height: 100px;
  }
}
