@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700");
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden; }

.navigation .ext-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.navigation .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .info-wrapper .page-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 48px;
  line-height: 1.17;
  font-weight: 700;
  margin: 0; }

p {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

body {
  overflow: hidden; }

.wrapper {
  width: 100vw;
  height: 100vh; }

.content {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: relative; }

.overlay {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 22;
  position: absolute; }

.slide-wrapper {
  position: absolute;
  left: 0; }

.navigation {
  text-align: right;
  margin-right: 100px; }
  .navigation .menu {
    height: 100vh;
    border-radius: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .navigation .logo-img {
    padding-left: 25px;
    margin-bottom: 32px; }
    .navigation .logo-img:hover {
      cursor: pointer; }
  .navigation .ext-links {
    padding: 32px 0 0 32px; }
    .navigation .ext-links .link {
      margin-right: 12px;
      text-decoration: none;
      color: #aaa;
      font-family: "Ubuntu", sans-serif;
      font-size: 14px; }
      .navigation .ext-links .link:hover {
        cursor: pointer;
        color: #ff8e29; }
  .navigation .menu-header {
    font-family: "Ubuntu", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 32px;
    text-align: left; }
  .navigation .menu-item {
    height: 32px;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    padding: 6px 0 6px 32px;
    background-color: #ffffff;
    color: #333;
    width: 200px; }

.page-info {
  margin-left: 40px; }

.info-description {
  width: 700px; }
  .info-description .ad-controls {
    padding-top: 16px; }
  .info-description .button {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding: 0 19px 0 19px;
    border-radius: 5px;
    height: 42px; }
    .info-description .button:hover {
      cursor: pointer; }
  .info-description .ad-button-cta {
    background-color: #2b94e1;
    border: none; }
    .info-description .ad-button-cta:hover {
      border: 1px solid 1px #0f7cc1;
      background-color: #0071bc; }
  .info-description .ad-button-pta {
    margin-left: 12px;
    background-color: rgba(166, 176, 179, 0.1);
    border: 1px solid #a6b0b3;
    color: #666666; }
    .info-description .ad-button-pta:hover {
      background-color: rgba(166, 176, 179, 0.2); }

.link-base {
  cursor: pointer;
  color: #0f7cc1; }
