.pl-sn-splashup,
.pl-sn-splashup-nav {
  z-index: 100;
}
.pl-sn-splashup .pl-sn-pad,
.pl-sn-splashup-nav .pl-sn-pad {
  padding: 0;
}
.pl-scheme-light .splashup-head.is_stuck {
  background: #000;
}
.splashup-head.is_stuck,
.pl-scheme-dark .splashup-head.is_stuck {
  background: #FFF;
}
.splashup-wrap.splashup-nav-wrap .splashup-head {
  padding: .7em 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: .9em;
}
.splashup-wrap .splashup-container {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.splashup-wrap .splashup-container .splashup-head,
.splashup-wrap .splashup-container .splashup-foot {
  padding: 2em 3em;
  width: 100%;
  position: absolute;
  z-index: 500;
}
.splashup-wrap .splashup-container .splashup-head.is_stuck,
.splashup-wrap .splashup-container .splashup-foot.is_stuck {
  padding-top: .6em;
  padding-bottom: .6em;
  z-index: 100;
}
.splashup-wrap .splashup-content {
  padding-top: 120px;
  padding-bottom: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.splashup-wrap .splashup-content.pl-section-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto;
}
.splashup-wrap .splashup-content.pl-section-right .splashup-media {
  text-align: left;
  margin-left: auto;
  margin-right: -24em;
}
.splashup-wrap .splashup-content.pl-section-center {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.splashup-wrap .splashup-content.pl-section-center .splashup-media {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.splashup-wrap .splashup-content.pl-section-center .splashup-media,
.splashup-wrap .splashup-content.pl-section-center .splashup-mast {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.splashup-wrap .splashup-content.pl-section-center .splashup-mast {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.splashup-wrap .splashup-media {
  text-align: right;
  width: 80%;
  margin-left: -24em;
  padding: 0 1em;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.splashup-wrap .splashup-mast {
  padding: 0 2em;
  font-size: 1.2em;
}
.splashup-wrap .splashup-mast .splashup-subtitle {
  margin-top: 0;
  opacity: .8;
  font-weight: 300;
  line-height: 1.3em;
}
.splashup-wrap .splashup-mast .splashup-subtitle strong,
.splashup-wrap .splashup-mast .splashup-subtitle b {
  font-weight: 500;
}
.splashup-wrap .splashup-mast .splashup-btns {
  margin-top: 2em;
}
.splashup-wrap .splashup-mast .splashup-btns .pl-btn {
  margin: .4em;
}
.splashup-wrap .splashup-head {
  top: 0;
}
.splashup-wrap .splashup-head.horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.splashup-wrap .splashup-head.horizontal .splashup-head-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.splashup-wrap .splashup-head.horizontal .splashup-branding {
  margin-right: 2.2em;
}
.splashup-wrap .splashup-head.horizontal .splashup-branding .splashup-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.splashup-wrap .splashup-head.centered .splashup-head-element {
  display: block;
  text-align: center;
}
.splashup-wrap .splashup-head.centered .splashup-nav-menus-pad {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.splashup-wrap .splashup-head.centered .unset {
  display: none;
}
.splashup-wrap .splashup-head .splashup-logo-img {
  display: inline-block;
  height: 30px;
  max-width: none;
}
.splashup-wrap .splashup-head .splashup-nav-menus-pad {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.splashup-wrap .splashup-head .splashup-nav-menus,
.splashup-wrap .splashup-head .splashup-nav-primary {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.splashup-wrap .splashup-nav-toggle {
  display: none;
}
.splashup-wrap .splashup-nav-menu {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.splashup-wrap .splashup-nav-menu a,
.splashup-wrap .splashup-nav-menu a:hover {
  text-decoration: none;
}
.splashup-wrap .splashup-nav-menu > li {
  display: inline-block;
  padding: 0;
}
.splashup-wrap .splashup-nav-menu > li > a {
  display: block;
  color: inherit;
  opacity: .6;
  padding: 0 .6em;
}
.splashup-wrap .splashup-nav-menu > li.current-menu-item > a,
.splashup-wrap .splashup-nav-menu > li > a:hover {
  opacity: 1;
}
.splashup-wrap .splashup-foot {
  bottom: 0;
  text-align: center;
  opacity: .6;
  padding: 2em 3em .5em 3em;
}
.splashup-wrap .splashup-foot .pl-nav-container {
  display: inline;
}
.splashup-wrap .splashup-foot .splashup-foot-text {
  margin-left: 2em;
}
.splashup-wrap .splashup-foot .splashup-foot-element {
  font-size: .8em;
}
@media screen and (max-width: 768px) {
  .splashup-wrap #su-content-mobile.splashup-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .splashup-wrap #su-content-mobile.splashup-content .splashup-media {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }
  .splashup-wrap .splashup-mast {
    padding: 2em 2em;
    font-size: .9em;
  }
  .splashup-wrap #su-head-mobile {
    display: block;
    z-index: 1000;
  }
  .splashup-wrap #su-head-mobile .splashup-nav-menus {
    font-size: 1.3em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 100;
  }
  .splashup-wrap #su-head-mobile .splashup-nav-menus .splashup-nav-menus-pad {
    padding: 2em;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .splashup-wrap #su-head-mobile .splashup-nav-menus .splashup-nav {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
  .splashup-wrap #su-head-mobile .splashup-nav-toggle {
    display: block;
  }
  .splashup-wrap #su-head-mobile .splashup-nav-toggle .show-menu {
    display: inline-block;
  }
  .splashup-wrap #su-head-mobile .splashup-nav-toggle .hide-menu {
    display: none;
  }
  .splashup-wrap #su-head-mobile.show-mobile .splashup-nav-menus {
    height: auto;
    opacity: 1;
  }
  .splashup-wrap #su-head-mobile.show-mobile .splashup-nav-toggle .show-menu {
    display: none;
  }
  .splashup-wrap #su-head-mobile.show-mobile .splashup-nav-toggle .hide-menu {
    display: inline-block;
  }
  .splashup-wrap #su-head-mobile .splashup-branding {
    margin: 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .splashup-wrap #su-head-mobile .splashup-branding .brand-el {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .splashup-wrap #su-head-mobile .splashup-nav {
    display: block;
    padding: 1em 0;
  }
  .splashup-wrap #su-head-mobile .splashup-nav li {
    display: block;
  }
  .splashup-wrap #su-head-mobile .splashup-nav li a {
    padding: .3em 0;
    line-height: 1.1em;
  }
  .splashup-wrap #su-head-mobile.show-mobild .splashup-nav {
    display: block;
  }
  .splashup-wrap .splashup-foot {
    padding-bottom: 2em;
  }
  .splashup-wrap .splashup-foot .splashup-foot-text {
    display: block;
    margin: 0;
  }
}
