.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.globalNavigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding: 0 40px;
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 75px; }

.globalNavigation:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  height: 75px; }

.globalNavigation-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-bottom: 2px solid #33d0c8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c7a970;
  max-width: 1840px;
  position: relative;
  z-index: 1;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%; }

.globalNavigation .mobile-only {
  display: none; }

.globalNavigation-logo {
  padding-left: 20px;
  position: relative; }

.globalNavigation-logo img {
  max-width: 100%; }

.globalNavigation-logo .is-reduced {
  display: none; }

.globalNavigation-preorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
  height: 44px; }

.globalNavigation-preorder a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: url(../img/sl_preorderBtn-bkg_ncsa.png) right 0 no-repeat, url(../img/sl_preorderBtn-repeat-bkg_ncsa.png) 0 0 repeat-x;
  border: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  min-width: 105px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 100%;
  height: 100%; }

.globalNavigation-preorder a svg {
  margin-left: 3px;
  width: 1em;
  height: 1em; }

.globalNavigation-preorder a:after, .globalNavigation-preorder a:before {
  content: "";
  position: absolute;
  top: 0;
  width: 17px;
  height: 44px; }

.globalNavigation-preorder a:before {
  background: url(../img/sl_preorderBtn-left-bkg_ncsa.png) 0 0 no-repeat;
  left: -17px; }

.globalNavigation-preorder a:after {
  background: url(../img/sl_preorderBtn-right-bkg_ncsa.png) 0 0 no-repeat;
  right: -17px; }

.globalNavigation-preorder a .copy {
  position: relative;
  z-index: 2; }

.globalNavigation-preorder a .is-mobile {
  display: none; }

.globalNavigation-preorder a strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231225;
  text-align: center;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0; }

.globalNavigation-preorder a .btn-overlay {
  background: url(../img/sl_preorderBtn-hover-repeat-bkg_ncsa.png) 0 0 repeat-x;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 38px; }

.globalNavigation-preorder a .btn-overlay:after, .globalNavigation-preorder a .btn-overlay:before {
  content: "";
  position: absolute; }

.globalNavigation-preorder a .btn-overlay:before {
  background: url(../img/sl_preorderBtn-hover-left-bkg_ncsa.png) 0 0 no-repeat;
  top: 0;
  left: -13px;
  z-index: 1;
  width: 104px;
  height: 38px; }

.globalNavigation-preorder a .btn-overlay:after {
  background: url(../img/sl_preorderBtn-hover-right-bkg_ncsa.png) 0 0 no-repeat;
  top: 0;
  right: -12px;
  width: 12px;
  height: 38px; }

body:not(.is-touch) .globalNavigation-preorder a:hover strong {
  color: #fff; }

body:not(.is-touch) .globalNavigation-preorder a:hover .btn-overlay {
  opacity: 1; }

.globalNavigation-preorder .preorderDate {
  color: #231225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-style: normal;
  padding: 0 75px 0 0;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.globalNavigation-preorder .preorderDate, .globalNavigation-preorder .preorderDate span {
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.globalNavigation-preorder .preorderDate span {
  display: block;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.globalNavigation-preorder .preorderDate:before {
  background: #ddd;
  content: "";
  top: 50%;
  right: 45px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30px; }

.globalNavigation-preorder svg {
  width: 100%;
  height: 100%; }

.globalNavigation-main {
  margin-left: 35px;
  padding: 0;
  width: auto; }

.globalNavigation-main, .globalNavigation-main nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.globalNavigation-main nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
  width: 100%; }

.globalNavigation-main--mobile {
  display: none; }

.globalNavigation-drawer {
  background: url(../img/sl_nav-drawer-bg_ncsa.png) 0 0 repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 75px;
  left: 0;
  max-height: 0;
  padding: 0 50px 0 0;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: auto; }

.globalNavigation-drawer span {
  position: relative;
  z-index: 1; }

.globalNavigation-drawer:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: -34px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 34px; }

.globalNavigation-drawer[data-items="1"] {
  -webkit-transition: max-height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer[data-items="2"] {
  -webkit-transition: max-height 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.7s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer[data-items="3"] {
  -webkit-transition: max-height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.8s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer[data-items="4"] {
  -webkit-transition: max-height 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.9s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer[data-items="5"] {
  -webkit-transition: max-height 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 1s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer[data-items="6"] {
  -webkit-transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer[data-items="7"] {
  -webkit-transition: max-height 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 1.3s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer[data-items="8"] {
  -webkit-transition: max-height 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 1.4s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-drawer .globalNavigation-item {
  height: auto; }

.globalNavigation-drawer a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.globalNavigation-drawer a:before {
  display: none; }

.globalNavigation-drawer a:after {
  background: url("../img/sl_nav-mobile-bg_ncsa.png") 0 0 repeat, #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  width: calc(100% + 50px);
  height: 0; }

.globalNavigation-drawer a span {
  position: relative;
  z-index: 2; }

body:not(.is-touch) .globalNavigation-drawer a:hover {
  color: #000; }

body:not(.is-touch) .globalNavigation-drawer a:hover:after {
  width: calc(100% + 50px);
  height: 100%; }

.globalNavigation-hamburger, .globalNavigation-hamburger--mobile, .globalNavigation-hamburgerContainer {
  display: none; }

.globalNavigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative; }

.globalNavigation-item:after {
  background: #33d0c8;
  bottom: -2px;
  left: 0;
  content: "";
  position: absolute;
  -webkit-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 2px; }

.globalNavigation-item:not(:last-child):before {
  background: #ddd;
  content: "";
  right: 0;
  width: 1px;
  height: 30px; }

.globalNavigation-item .icon-arrow, .globalNavigation-item:not(:last-child):before {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.globalNavigation-item .icon-arrow {
  right: 2px;
  -webkit-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

.globalNavigation-item .icon-arrow path {
  fill: #33d0c8; }

.globalNavigation-item .icon-arrow-decoration, .globalNavigation-item .icon-nav-text {
  display: none; }

.globalNavigation-item.active:after {
  width: 100%;
  height: 103%; }

.globalNavigation-item.active .nav-item {
  color: #fff; }

.globalNavigation-item.active .icon-arrow path {
  fill: #fff; }

body:not(.is-touch) .globalNavigation-item:hover:after {
  width: 100%;
  height: 103%; }

body:not(.is-touch) .globalNavigation-item:hover .nav-item {
  color: #fff; }

body:not(.is-touch) .globalNavigation-item:hover .icon-arrow path {
  fill: #fff; }

.globalNavigation .nav-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231225;
  cursor: pointer;
  height: 100%;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  font-size: 12px;
  font-size: .75rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.globalNavigation .nav-item:not(.mobile-only) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.globalNavigation .nav-item span {
  position: relative;
  z-index: 1; }

.globalNavigation .nav-item.active, body:not(.is-touch) .globalNavigation .nav-item:hover {
  color: #fff;
  text-decoration: none; }

.globalNavigation .nav-item.is-drawer {
  position: relative; }

.globalNavigation .nav-item.is-drawer:not(:last-child) {
  margin-right: 10px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer {
  opacity: 1;
  pointer-events: all; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="1"] {
  max-height: 45px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="2"] {
  max-height: 90px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="3"] {
  max-height: 180px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="4"] {
  max-height: 220px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="5"] {
  max-height: 270px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="6"] {
  max-height: 310px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="7"] {
  max-height: 355px; }

.globalNavigation .nav-item.focus + .globalNavigation-drawer[data-items="8"] {
  max-height: 400px; }

.globalNavigation .global-wishlistDrawer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 21, 42, 0.89);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 75px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 150px; }

.globalNavigation .global-wishlistDrawer .btn {
  opacity: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  -o-transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27%; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-title h3 {
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-title h3, .globalNavigation .global-wishlistDrawer .wishlistDrawer-title h5 {
  opacity: 0;
  -webkit-transition: 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  -o-transition: 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  transition: 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0.95s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-title h5 {
  margin: 8px 0 0;
  font-size: 12px;
  font-size: .75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 700; }

.globalNavigation .global-wishlistDrawer.is-active, .globalNavigation .global-wishlistDrawer.is-active .btn, .globalNavigation .global-wishlistDrawer.is-active .wishlistDrawer-title h3, .globalNavigation .global-wishlistDrawer.is-active .wishlistDrawer-title h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0;
  width: 48%;
  display: flex; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item {
  background: #273f92;
  background: -webkit-gradient(linear, left bottom, left top, from(#273f92), to(#20b7a1));
  background: -webkit-linear-gradient(bottom, #273f92, #20b7a1);
  background: -o-linear-gradient(bottom, #273f92 0, #20b7a1 100%);
  background: linear-gradient(0deg, #273f92, #20b7a1);
  border-radius: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  width: calc(33% - 12px);
  height: 115px; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item:before {
  background: #00d0ae;
  border-radius: 10px;
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item.wishlist-item-exit {
  display: none; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item.wishlist-item-enter {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item.wishlist-item-enter .wishlist-item--img {
  -webkit-transform: translate(-50%, calc(-50% + 25px));
  -ms-transform: translate(-50%, calc(-50% + 25px));
  transform: translate(-50%, calc(-50% + 25px)); }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item.wishlist-item-enter .wishlist-item--title h5, .globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item.wishlist-item-enter .wishlist-item--title span {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--action {
  position: absolute; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--action svg {
  fill: rgba(255, 255, 255, 0.45); }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--action, .globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--title {
  z-index: 2; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item button {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--info {
  bottom: 13px;
  right: 13px; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--remove {
  top: 13px;
  right: 13px; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--title {
  bottom: 15px;
  left: 17px;
  position: absolute; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--title .title-label {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--title .title-label, .globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--title h5 {
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -o-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--title h5 {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateY(5px);
  -ms-transform: translate(-50%, -50%) translateY(5px);
  transform: translate(-50%, -50%) translateY(5px);
  max-width: 100%;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item:hover:before {
  opacity: 1; }

.globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item:hover .wishlist-item--img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 930px) {
  .globalNavigation .global-wishlistDrawer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 90px; }

  .globalNavigation .global-wishlistDrawer .wishlistDrawer-title {
    width: 100%; }

  .globalNavigation .global-wishlistDrawer .btn, .globalNavigation .global-wishlistDrawer .wishlistDrawer-title h3 {
    display: none; }

  .globalNavigation .global-wishlistDrawer .wishlistDrawer-items {
    width: 100%; }

  .globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item {
    width: calc(33% - 12px);
    height: 50px; }

  .globalNavigation .global-wishlistDrawer .wishlistDrawer-items .wishlist-items--item .wishlist-item--title {
    display: none; } }
.globalNavigation.mobile {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  width: 100%; }

.globalNavigation.mobile .globalNavigation-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: none; }

.globalNavigation.mobile .globalNavigation-main {
  display: block;
  top: 45px;
  left: 0;
  max-height: 0;
  margin: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%; }

.globalNavigation.mobile .globalNavigation-main:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 0;
  position: fixed;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.globalNavigation.mobile .globalNavigation-main nav {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: url("../img/sl_nav-mobile-bg_ncsa.png") 0 0 repeat, #fff;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  white-space: normal;
  display: block;
  width: 80%;
  height: auto; }

.globalNavigation.mobile .globalNavigation-main.active {
  max-height: 10000px;
  pointer-events: all;
  z-index: 900; }

.globalNavigation.mobile .globalNavigation-main.active:before {
  opacity: 1; }

.globalNavigation.mobile .globalNavigation-main.active nav {
  padding-bottom: 105px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.globalNavigation.mobile .globalNavigation-main.active .globalNavigation-main--mobile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 20px;
  position: relative;
  width: 100%;
  height: 75px; }

.globalNavigation.mobile .globalNavigation-main.active .globalNavigation-main--mobile:before {
  background: #ddd;
  content: "";
  left: 20px;
  bottom: 0;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px; }

.globalNavigation.mobile .globalNavigation-main.active .preorder {
  color: #33d0c8;
  font-style: normal;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0; }

.globalNavigation.mobile .globalNavigation-preorder {
  background: #33d0c8;
  right: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  height: 100%; }

.globalNavigation.mobile .globalNavigation-preorder .preorderDate, .globalNavigation.mobile .globalNavigation-preorder span {
  display: none; }

.globalNavigation.mobile .globalNavigation-preorder a {
  background: transparent; }

.globalNavigation.mobile .globalNavigation-preorder a:after, .globalNavigation.mobile .globalNavigation-preorder a:before, .globalNavigation.mobile .globalNavigation-preorder a svg {
  display: none; }

.globalNavigation.mobile .globalNavigation-preorder a strong {
  color: #fff;
  font-style: normal;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.globalNavigation.mobile .globalNavigation-preorder a .copy {
  text-align: center;
  padding: 0 10px; }

.globalNavigation.mobile .globalNavigation-preorder a .is-mobile {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0; }

body:not(.is-touch) .globalNavigation.mobile .globalNavigation-preorder a:hover .btn-overlay {
  display: none; }

.globalNavigation.mobile .globalNavigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: auto;
  display: block; }

.globalNavigation.mobile .globalNavigation-item:after {
  display: none; }

.globalNavigation.mobile .globalNavigation-item:before {
  background: #ddd;
  content: "";
  left: 20px;
  top: auto;
  bottom: 0;
  right: auto;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px; }

.globalNavigation.mobile .globalNavigation-item .icon-nav-text {
  display: block;
  fill: url(#pattern-stripe);
  position: absolute;
  top: 13px;
  left: 25px;
  width: 100%; }

.globalNavigation.mobile .globalNavigation-item:not(:last-child):before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.globalNavigation.mobile .globalNavigation-hamburger--mobile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.globalNavigation.mobile .globalNavigation-hamburger--mobile svg {
  font-size: 20px; }

.globalNavigation.mobile .globalNavigation-hamburgerContainer {
  left: 10px;
  top: 35px;
  position: absolute;
  z-index: 1; }

.globalNavigation.mobile .globalNavigation-hamburger, .globalNavigation.mobile .globalNavigation-hamburgerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.globalNavigation.mobile .globalNavigation-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 15px; }

.globalNavigation.mobile .globalNavigation-hamburger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.globalNavigation.mobile .globalNavigation-hamburger:focus {
  outline: none; }

.globalNavigation.mobile .globalNavigation-hamburger .bottom, .globalNavigation.mobile .globalNavigation-hamburger .middle, .globalNavigation.mobile .globalNavigation-hamburger .top {
  background: #e4603b;
  position: absolute;
  width: 100%;
  height: 2px; }

.globalNavigation.mobile .globalNavigation-hamburger .top {
  top: 0; }

.globalNavigation.mobile .globalNavigation-hamburger .middle {
  top: 6px; }

.globalNavigation.mobile .globalNavigation-hamburger .bottom {
  top: 12px; }

.globalNavigation.mobile .globalNavigation-hamburger.active .bottom, .globalNavigation.mobile .globalNavigation-hamburger.active .middle, .globalNavigation.mobile .globalNavigation-hamburger.active .top {
  top: 6px; }

.globalNavigation.mobile .globalNavigation-hamburger.active .top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.globalNavigation.mobile .globalNavigation-hamburger.active .middle {
  display: none; }

.globalNavigation.mobile .globalNavigation-hamburger.active .bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.globalNavigation.mobile .globalNavigation-logo {
  -ms-grid-column: 3;
  grid-column: 3;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  left: 130px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; }

.globalNavigation.mobile .globalNavigation-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  display: block; }

.globalNavigation.mobile .globalNavigation-drawer:before {
  display: none; }

.globalNavigation.mobile .globalNavigation-drawer a {
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 20px 20px 20px 25px;
  width: 100%;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.globalNavigation.mobile .globalNavigation-drawer .mobile-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.globalNavigation.mobile .nav-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  color: #33d0c8;
  padding-left: 25px;
  padding: 20px 20px 20px 25px;
  width: 100%;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.globalNavigation.mobile .nav-item.is-drawer:before {
  top: calc(50% - 5px);
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #c7a970 transparent transparent; }

.globalNavigation.mobile .nav-item.is-drawer .icon-arrow {
  display: none; }

.globalNavigation.mobile .nav-item.is-drawer .icon-arrow-decoration {
  display: block;
  position: absolute;
  right: 30px;
  top: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0; }

.globalNavigation.mobile .nav-item.is-drawer .icon-arrow-decoration path {
  fill: #33d0c8; }

.globalNavigation.mobile .nav-item.active-mobile + .globalNavigation-drawer {
  max-height: 1000px;
  opacity: 1;
  pointer-events: all; }

.globalNavigation.mobile .nav-item.active-mobile .icon-arrow-decoration {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.globalNavigation.mobile .nav-item.active-mobile.is-drawer:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (max-width: 480px) {
  .globalNavigation.mobile .globalNavigation-logo {
    left: 70px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .globalNavigation.mobile .globalNavigation-logo img {
    max-width: 100%; }

  .globalNavigation.mobile .globalNavigation-logo img:not(.is-reduced) {
    display: none; }

  .globalNavigation.mobile .globalNavigation-logo img.is-reduced {
    display: block; } }
@media print {
  .globalNavigation {
    position: absolute; }

  .globalNavigation .global-wishlistDrawer, .globalNavigation .globalNavigation-hamburgerContainer, .globalNavigation .globalNavigation-main, .globalNavigation .globalNavigation-preorder {
    display: none; }

  .globalNavigation .globalNavigation-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.globalFooter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1920px;
  padding: 70px 20px 40px;
  position: relative;
  width: 100%;
  z-index: 100;
  border-right: 40px solid #fff;
  border-left: 40px solid #fff;
  border-bottom: 40px solid #fff; }

@media only screen and (max-width: 1024px) {
  .globalFooter {
    border-right: none;
    border-left: none; } }
.globalFooter-legal, .globalFooter-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  width: 100%; }

.globalFooter-logos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 0; }

.globalFooter-logos a {
  padding: 0 10px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

body:not(.is-touch) .globalFooter-logos a:hover {
  opacity: 1; }

body:not(.is-touch) .globalFooter-logos:hover a {
  opacity: .5; }

body:not(.is-touch) .globalFooter-logos:hover a:hover {
  opacity: 1; }

.globalFooter-legal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.globalFooter-legal a, .globalFooter-legal p {
  color: #fff;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0; }

.globalFooter-legal p {
  text-align: center; }

.globalFooter-legal a {
  padding: 0;
  position: relative; }

.globalFooter-legal a:not(:first-child):before {
  content: "|";
  color: #fff;
  display: inline-block;
  padding: 0 5px; }

.globalFooter-legal--links {
  text-align: center; }

@media print {
  .globalFooter {
    display: none; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.LanguageSelector {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 5px 20px 5px 35px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  font-size: .75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: .05px;
  letter-spacing: .05rem;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.LanguageSelector::-ms-expand {
  display: none; }

body.is-windows .LanguageSelector option {
  background: #000; }

.language-selector-wrapper {
  background: #282828;
  border: none;
  border-radius: 0;
  color: #fff;
  position: relative;
  font-size: 12px;
  font-size: .75rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: .05px;
  letter-spacing: .05rem;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.language-selector-wrapper img {
  position: absolute;
  top: 9px;
  left: 11px;
  pointer-events: none; }

.language-selector-wrapper:before {
  background: url(../img/sl_language-arrow_ncsa.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 8px;
  vertical-align: middle;
  pointer-events: none;
  width: 9px;
  height: 4px; }

.Modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 35, 31, 0.6);
  top: 0;
  left: 0;
  z-index: 2000;
  -webkit-animation: modal-in .3s ease 1;
  animation: modal-in .3s ease 1;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.Modal-header {
  background: rgba(255, 255, 255, 0.75);
  color: #222;
  z-index: 100;
  height: 50px; }

.Modal-body, .Modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.Modal-body {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  z-index: 50; }

.Modal-body iframe, .Modal-body img, .Modal-body video {
  max-height: 56vw;
  max-width: 100%; }

.Modal.is-showing {
  opacity: 1;
  pointer-events: all; }

.Modal .container {
  width: 100%; }

.Modal h2 {
  width: 96%;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem; }

.close-button {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: background-color .15s ease;
  -o-transition: background-color .15s ease;
  transition: background-color .15s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.close-button:after, .close-button:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #28231f;
  position: absolute;
  top: 17px;
  left: 10px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease; }

.close-button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body:not(.is-touch) .close-button:hover:after, body:not(.is-touch) .close-button:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.NotFound {
  background: url(../img/sl_404-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover;
  border-right: 40px solid #fff;
  border-left: 40px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 600px;
  margin: 0 auto;
  min-height: 60vh;
  max-width: 1920px;
  padding: 105px 20px 0; }

.NotFound, .NotFound--content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.NotFound--content {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px; }

.NotFound--content img {
  width: 208px;
  height: 58px; }

.NotFound--content h1 {
  margin: 45px auto 65px;
  text-align: center;
  font-size: 82px;
  font-size: 5.125rem;
  line-height: 82px;
  line-height: 5.125rem;
  letter-spacing: -.075px;
  letter-spacing: -.075rem;
  font-weight: 800; }

.NotFound--content h1, .NotFound--content h1 span {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.NotFound--content h1 span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.NotFound--content p {
  text-align: center;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0; }

.NotFound--content .btn {
  margin-top: 25px; }

@media only screen and (max-width: 1024px) {
  .NotFound {
    border-right: none;
    border-left: none; } }
@media only screen and (max-width: 640px) {
  .NotFound {
    padding-top: 120px; }

  .NotFound--content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 20px; } }
.promo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56.25vw;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw; }

@media only screen and (max-width: 768px) {
  .promo {
    height: auto; } }
.promo--align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.promo--align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.promo-16x9 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px; }

.promo-16x9, .promo-16x9--content {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; }

.promo-16x9--content {
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 100px;
  position: relative;
  width: 50%; }

.promo-16x9--content .subtitle, .promo-16x9--content strong {
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem; }

.promo-16x9--content .subtitle, .promo-16x9--content h2, .promo-16x9--content strong {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

.promo-16x9--content h2 {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 35px;
  line-height: 2.1875rem; }

.promo-16x9--content h3 {
  margin: -15px auto 0;
  max-width: 60%;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 1.6875rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.promo-16x9--content h3, .promo-16x9--content p {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-16x9--content p {
  margin: 0;
  max-width: 380px;
  padding: 0 0 50px;
  position: relative;
  font-family: Helvetica,sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.promo-16x9--media {
  background-position: 50% !important;
  background-size: cover !important;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  position: relative; }

.promo-16x9--media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.promo-16x9--media > .content, .promo-16x9--media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.promo-16x9--media-wrapper {
  display: block;
  max-width: 50%;
  width: 100%; }

.promo-16x9--media img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  width: 100%;
  opacity: 1; }

.promo-16x9--media .pane-borders {
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px); }

.promo-16x9 .pane-borders.pane-parent {
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px); }

@media only screen and (max-width: 1024px) {
  .promo-16x9--content {
    padding-left: 50px; } }
@media only screen and (max-width: 930px) {
  .promo-16x9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }

  .promo-16x9--content, .promo-16x9--media {
    width: 100%; }

  .promo-16x9--content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 23px 20px 0; }

  .promo-16x9--content h3 {
    margin: 0 0 10px; }

  .promo-16x9--media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (max-width: 768px) {
  .promo-16x9 {
    height: auto; } }
.promo-fullBleed {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 0 20px;
  width: 100%;
  height: auto; }

.promo-fullBleed-wrapper {
  background-size: cover !important;
  position: relative;
  z-index: 1; }

.promo-fullBleed--media {
  opacity: 0;
  pointer-events: none; }

.promo-fullBleed--media img {
  max-width: 100%; }

.promo-fullBleed--content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  width: 50%;
  height: 100%; }

.promo-fullBleed--content strong {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo-fullBleed--content h2 {
  margin: 0 0 20px;
  font-size: 80px;
  font-size: 5rem;
  line-height: 68px;
  line-height: 4.25rem; }

.promo-fullBleed--content h2, .promo-fullBleed--content h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.promo-fullBleed--content h3 {
  margin: -15px auto 0;
  max-width: 60%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 1.6875rem; }

.promo-fullBleed--content p {
  margin: 0;
  max-width: 75%;
  padding: 16px 0 20px;
  position: relative;
  text-align: center;
  font-family: Helvetica,sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.promo-fullBleed .pane-borders {
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px); }

@media only screen and (max-width: 1150px) {
  .promo-fullBleed--content {
    width: 100%; } }
@media only screen and (max-width: 1024px) {
  .promo-fullBleed--media {
    display: none; }

  .promo-fullBleed--content {
    padding: 100px 20px;
    position: relative;
    width: 100%;
    height: 100%; } }
.Promos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.SnapSlider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative; }

.SnapSlider:before {
  content: "";
  float: left;
  padding-bottom: .82476; }

.SnapSlider:after {
  content: "";
  display: table;
  clear: both; }

.SnapSlider-slides {
  display: block;
  white-space: nowrap; }

.SnapSlider-slide {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  width: 82.03%;
  height: 100%;
  margin-left: 1.25vw;
  margin-right: 1.25vw; }

.SnapSlider-slide:first-child {
  margin-left: 8.593vw; }

.Slideshow {
  position: relative;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 80px;
  margin: 0; }

.is-touch .Slideshow {
  margin: 25px 0 0; }

.Slideshow-forward {
  right: 20px; }

.Slideshow-backward, .Slideshow-forward {
  position: absolute;
  z-index: 1;
  top: 50%;
  text-decoration: none; }

.Slideshow-backward {
  left: 20px; }

.Slideshow-slides {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% 100% 100% 100% 100%;
  grid-template-columns: 100% 100% 100% 100% 100%; }

.Slideshow-slide {
  position: relative;
  z-index: -1; }

.Slideshow-slide.is-current {
  z-index: 1; }

.Slideshow-slide.is-next, .Slideshow-slide.is-previous {
  z-index: 0; }

.Slideshow-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  z-index: 1; }

.Slideshow-tabs a {
  margin: 0 10px;
  text-decoration: none; }

.Slideshow-tabs a.is-current {
  text-decoration: underline; }

.Slideshow .detailNav {
  display: block;
  text-align: center;
  top: 50%;
  left: 0;
  position: absolute;
  pointer-events: none; }

.Slideshow .detailNav .detailNav-indicatior span {
  margin: 0 5px; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.SnapSlideshow {
  overflow-x: hidden;
  overflow-y: visible; }

.SnapSlideshow .Slideshow-backward, .SnapSlideshow .Slideshow-forward {
  -webkit-transform: scale(0.7) translateY(-70%);
  -ms-transform: scale(0.7) translateY(-70%);
  transform: scale(0.7) translateY(-70%);
  background: transparent;
  border: none; }

.SnapSlideshow .Slideshow-backward.disabled, .SnapSlideshow .Slideshow-forward.disabled {
  pointer-events: none;
  opacity: .25; }

.SnapSlideshow-date {
  display: none; }

.SnapSlideshow-content {
  height: 100%;
  width: 100%; }

.SnapSlideshow-content > * {
  float: left; }

.SnapSlideshow-contentCTA {
  height: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(28, 27, 88, 0.8) url("../img/sl_home-carousel-tab-bg_ncsa.png") 0 0 no-repeat;
  background-size: auto 100%;
  color: #fff;
  display: block;
  padding: 10px 20px;
  white-space: normal;
  width: 100%; }

.SnapSlideshow-contentTitle {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  margin: 0 0 3px; }

.SnapSlideshow-contentDescription, .SnapSlideshow-contentTitle {
  line-height: 14px;
  line-height: .875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.SnapSlideshow-contentDescription {
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: -.01px;
  letter-spacing: -.01rem;
  font-family: Helvetica,sans-serif;
  font-weight: 400; }

.SnapSlideshow-contentBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.HomeNews {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0 0; }

.HomeNews-snapslider {
  visibility: hidden;
  display: none;
  width: 100vw;
  position: relative;
  left: -50px; }

@media only screen and (max-width: 930px) {
  .HomeNews-snapslider {
    visibility: visible;
    display: block; } }
.HomeNews-snapslider .SnapSlider {
  margin-bottom: 20px; }

.HomeNews-snapslider .SnapSlider .slide-news .SnapSlideshow-image, .HomeNews-snapslider .SnapSlider .slide-videos .SnapSlideshow-image {
  background-size: cover;
  margin: 40px;
  opacity: .5; }

.HomeNews-snapslider .SnapSlideshow-imagewrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%; }

.HomeNews-snapslider .SnapSlideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.HomeNews-snapslider .SnapSlideshow-content {
  background: rgba(28, 27, 88, 0.9);
  text-align: center;
  -webkit-box-shadow: 0 4px 8.37px 0.63px rgba(0, 0, 0, 0.45);
  box-shadow: 0 4px 8.37px 0.63px rgba(0, 0, 0, 0.45);
  display: inline-block; }

.HomeNews-snapslider .SnapSlideshow-contentCTA {
  position: absolute;
  top: 0;
  background: transparent;
  height: 100%;
  text-align: center; }

.HomeNews-snapslider .SnapSlideshow-contentCTA .SnapSlideshow-contentTitle {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.HomeNews-snapslider .SnapSlideshow-contentBtn {
  position: absolute;
  bottom: -45px; }

.HomeNews-snapslider .Slideshow-slides {
  margin-bottom: 24px; }

.HomeNews-snapslider .Slideshow-slide .SnapSlideshow-contentSubtitle {
  color: #c7a970;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .2px;
  letter-spacing: .2rem; }

.HomeNews-snapslider .Slideshow-slide .SnapSlideshow-contentTitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0; }

.HomeNews-snapslider .Slideshow-slide .SnapSlideshow-contentDescription {
  margin: 0 32px;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.HomeNews-snapslider .Slideshow-select {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px;
  width: 5px;
  height: 5px; }

.HomeNews-promos {
  visibility: visible;
  display: block; }

@media only screen and (max-width: 930px) {
  .HomeNews-promos {
    visibility: hidden;
    display: none; } }
.promoBoxes {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: relative; }

.promoBoxes, .promoBoxes--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.promoBoxes--content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1185px;
  width: 100%; }

@media only screen and (max-width: 930px) {
  .promoBoxes {
    display: none !important; } }
.promoBoxes .promo-news .promoBox--media img, .promoBoxes .promo-videos .promoBox--media img {
  top: 55px;
  opacity: .5; }

.promoBoxes .promo-news .promoBox--content .title, .promoBoxes .promo-videos .promoBox--content .title {
  padding: 0 20px; }

.promoBoxes .promo-news .promoBox--content button, .promoBoxes .promo-videos .promoBox--content button {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.media {
  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;
  height: 100%;
  line-height: 0;
  width: 100%; }

.media img {
  max-width: 100%; }

.media .scaled, .media iframe, .media video {
  height: 100%;
  width: 100%; }

.media .scaled {
  background-repeat: no-repeat;
  background-position: 50%; }

.media .scaled.tofill {
  background-size: cover; }

.media .scaled.tofit {
  background-size: contain; }

.promoBoxes .promoBox:before {
  content: "";
  display: block;
  position: absolute; }

.promo-home--fleet:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.2) 0);
  background: -o-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.2) 50%);
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.2) 0);
  background-size: 2px 3px;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.pane-borders, .promo-home--fleet:after {
  position: absolute;
  pointer-events: none; }

.pane-borders .border {
  background: rgba(109, 183, 227, 0.2);
  position: absolute; }

.pane-borders .border--bottom:before, .pane-borders .border--left:before, .pane-borders .border--right:before, .pane-borders .border--top:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 2px;
  height: 2px; }

.pane-borders .border--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; }

.pane-borders .border--top:before {
  top: -2px;
  left: -2px; }

.pane-borders .border--left {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%; }

.pane-borders .border--left:before {
  top: 100%;
  left: -2px; }

.pane-borders .border--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; }

.pane-borders .border--bottom:before {
  top: 100%;
  right: -2px; }

.pane-borders .border--right {
  top: -2px;
  right: 0;
  width: 1px;
  height: 100%; }

.pane-borders .border--right:before {
  top: 0;
  right: -2px; }

span.override--foxmccloud {
  text-transform: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg); }
  to {
    opacity: .7;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5) rotate(180deg);
    transform: translate3d(-50%, -50%, 0) scale(1.5) rotate(180deg); } }
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg); }
  to {
    opacity: .7;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5) rotate(180deg);
    transform: translate3d(-50%, -50%, 0) scale(1.5) rotate(180deg); } }
@-webkit-keyframes pulseAlt {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulseAlt {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.Home {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 105px; }

.Home .promo--relatedContent {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  position: relative;
  width: 100%; }

.Home .relatedContent-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 50%; }

body.is-ie11 .Home .relatedContent-column {
  height: 100%; }

.Home .relatedContent-column .pane-borders {
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px; }

.Home .relatedContent-column img {
  max-width: 100%; }

.Home .relatedContent-column a, .Home .relatedContent-column button, .Home .relatedContent-column h2, .Home .relatedContent-column h3, .Home .relatedContent-column p {
  position: relative;
  z-index: 10; }

.Home .relatedContent-column h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 800;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-size: 80px;
  font-size: 5rem; }

.Home .relatedContent-column h2, .Home .relatedContent-column h2 span {
  display: block;
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Home .relatedContent-column h2 span {
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: -.05px;
  letter-spacing: -.05rem;
  font-size: 14px;
  font-size: .875rem; }

.Home .relatedContent-column-content {
  min-width: 465px;
  min-height: 403px; }

.Home .relatedContent-column .relatedContent-img {
  margin: -50px auto -60px;
  max-width: 60%; }

.Home .relatedContent-column .relatedContent-description {
  margin: 0 auto;
  width: 75%; }

.Home .relatedContent-column h3 {
  line-height: 1;
  margin: 0;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-size: 24px;
  font-size: 1.5rem; }

.Home .relatedContent-column h3, .Home .relatedContent-column p {
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Home .relatedContent-column p {
  margin: 5px 0 20px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.Home .relatedContent-column .relatedContent-img a {
  display: block; }

.Home .relatedContent-column .relatedContent-img .ui {
  position: relative; }

.Home .relatedContent-column .relatedContent-img .ui:before {
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background: url(../img/sl_promo-frame-bg_ncsa.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg);
  will-change: transform;
  width: 325px;
  height: 324px; }

.Home .relatedContent-column .relatedContent-img .ui img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  z-index: 2; }

.Home .relatedContent-column .relatedContent-img .ui img, .Home .relatedContent-column .relatedContent-img svg {
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform; }

.Home .relatedContent-column .relatedContent-img svg {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  max-width: 278px;
  max-height: 278px;
  width: auto;
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1; }

body.is-ie11 .Home .relatedContent-column .relatedContent-img .ui:before, body.is-ie11 .Home .relatedContent-column .relatedContent-img svg {
  -webkit-animation-name: none;
  animation-name: none; }

.Home .relatedContent-column.is-animation .relatedContent-img .ui:before {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.Home .relatedContent-column.is-animation .relatedContent-img svg {
  -webkit-animation-name: pulseAlt;
  animation-name: pulseAlt; }

.Home .relatedContent-column:hover .relatedContent-img .ui img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
  transform: translate3d(-50%, -50%, 0) scale(1.05); }

.Home .relatedContent-column:hover .relatedContent-img svg {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

@media only screen and (max-width: 1024px) {
  .Home .relatedContent-column-content {
    min-width: 0;
    min-height: 0; } }
.Home .relatedContent-worlds {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url("../img/sl_home-worlds-bg_ncsa.jpg") 50% 50% no-repeat;
  background-size: auto,cover; }

.Home .relatedContent-worlds .relatedContent-planet1, .Home .relatedContent-worlds .relatedContent-planet2, .Home .relatedContent-worlds .relatedContent-planet3 {
  position: absolute; }

.Home .relatedContent-worlds .relatedContent-planet1 {
  left: -20px;
  top: 30%; }

.Home .relatedContent-worlds .relatedContent-planet2 {
  left: 15%;
  top: 55%; }

.Home .relatedContent-worlds .relatedContent-planet3 {
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.Home .relatedContent-worlds .relatedContent-img svg {
  -webkit-animation-duration: 4.9s;
  animation-duration: 4.9s; }

.Home .is-bkgVideo, .Home .relatedContent-the-toys {
  background: url("../img/sl_home-toys-bg_ncsa.jpg") 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden; }

.Home .is-bkgVideo:before, .Home .relatedContent-the-toys:before {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, rgba(28, 27, 88, 0.6);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%; }

.Home .is-bkgVideo video, .Home .relatedContent-the-toys video {
  background: #000;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Home .is-bkgVideo .relatedContent-column-content, .Home .relatedContent-the-toys .relatedContent-column-content {
  position: relative;
  z-index: 2; }

.Home .is-bkgVideo .relatedContent-img .ui a img, .Home .relatedContent-the-toys .relatedContent-img .ui a img {
  display: none; }

.Home .is-bkgVideo .relatedContent-img svg, .Home .relatedContent-the-toys .relatedContent-img svg {
  -webkit-animation-duration: 4.9s;
  animation-duration: 4.9s; }

.is-ie11 .Home .is-bkgVideo:before, .is-ie11 .Home .is-bkgVideo video, .is-ie11 .Home .relatedContent-the-toys:before, .is-ie11 .Home .relatedContent-the-toys video {
  display: none; }

.Home .relatedContent-ships {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url("../img/sl_home-ships-bg_ncsa.jpg") 50% 50% no-repeat;
  background-size: auto,cover; }

.Home .relatedContent-ships .relatedContent-img svg {
  -webkit-animation-duration: 5.1s;
  animation-duration: 5.1s; }

.Home .relatedContent-pilots {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url("../img/sl_home-pilots-bg_ncsa.jpg") 50% 50% no-repeat;
  background-size: auto,cover; }

.Home .relatedContent-pilots .relatedContent-img svg {
  -webkit-animation-duration: 5s;
  animation-duration: 5s; }

@media only screen and (min-width: 1300px) {
  .Home .promo--relatedContent {
    height: 46.25vw; } }
@media only screen and (min-width: 1600px) {
  .Home .promo--relatedContent {
    height: 36.25vw; } }
@media only screen and (max-width: 928px) {
  .Home .promo--relatedContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: auto;
    height: auto; }

  .Home .relatedContent-column {
    padding-top: 100px;
    padding-bottom: 80px;
    width: 100%;
    height: auto; }

  .Home .relatedContent-column .relatedContent-img .ui:before {
    background-size: contain;
    width: 226px;
    height: 226px; } }
@media only screen and (max-width: 560px) {
  .Home .relatedContent-column h2 {
    letter-spacing: -.03px;
    letter-spacing: -.03rem;
    font-size: 50px;
    font-size: 3.125rem; }

  .Home .relatedContent-column h3 {
    font-size: 20px;
    font-size: 1.25rem; }

  .Home .relatedContent-column .relatedContent-img {
    margin: -30px auto -40px;
    max-width: 90%; }

  .Home .relatedContent-ships .relatedContent-img {
    max-width: 110%; } }
@media only screen and (max-width: 480px) {
  .Home .relatedContent-column .relatedContent-img .ui img {
    max-width: 100%; } }
.Home .promo-16x9-wrapper {
  height: auto;
  max-width: 1920px;
  padding: 145px 0;
  width: 100%; }

@media only screen and (max-width: 930px) {
  .Home .promo-16x9-wrapper {
    padding: 40px 0; } }
.Home .promo-16x9-wrapper.home-aboutPromo {
  background: url(../img/sl_homeAboutPromo-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover;
  padding: 80px 0; }

.Home .promo-16x9-wrapper.home-aboutPromo .promo-16x9--content {
  padding: 0 0 0 60px; }

.Home .promo-16x9-wrapper.home-aboutPromo .promo-16x9--content h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  letter-spacing: 0; }

.Home .promo-16x9-wrapper.home-aboutPromo .promo-16x9--content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0; }

@media only screen and (max-width: 930px) {
  .Home .promo-16x9-wrapper.home-aboutPromo .promo-16x9--content {
    padding: 23px 20px 0; }

  .Home .promo-16x9-wrapper.home-aboutPromo .promo-16x9--content h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 35px;
    line-height: 2.1875rem;
    letter-spacing: 0; }

  .Home .promo-16x9-wrapper.home-aboutPromo .promo-16x9--content h3 {
    margin: 0 0 10px; } }
@media only screen and (max-width: 640px) {
  .Home .promo-16x9-wrapper.home-aboutPromo .promo-16x9--content h2 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0; } }
.Home .promo-16x9-wrapper.home-ubistore {
  background: url(../img/sl_16x9-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover; }

.latestNews {
  background: url(../img/sl_bg-homeNews_ncsa.jpg) 50% no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px 90px;
  position: relative; }

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

.latestNews-wrapper {
  max-width: 1020px;
  width: 100%; }

.latestNews-title {
  color: #fff;
  text-align: center; }

.latestNews-title h1 {
  margin: -10px 0 0;
  font-size: 80px;
  font-size: 5rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-weight: 800; }

.latestNews-title h1, .latestNews-title span {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.latestNews-title span {
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem;
  font-weight: 600; }

.latestNews .pane-borders {
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px); }

@media only screen and (max-width: 768px) {
  .latestNews {
    padding: 60px 30px 40px; }

  .latestNews-title h1 {
    margin: 10px 0;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .latestNews-title span {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: -.05px;
    letter-spacing: -.05rem; } }
.promoBoxes {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.promoBoxes, .promoBoxes .promoBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal; }

.promoBoxes .promoBox {
  background: rgba(28, 27, 88, 0.9);
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 350px;
  position: relative;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  width: calc(33.33% - 1px); }

.promoBoxes .promoBox:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#00fff1), color-stop(66.66%, #00fff1), to(#1c1b58));
  background: -webkit-linear-gradient(top, #00fff1, #00fff1 66.66%, #1c1b58);
  background: -o-linear-gradient(top, #00fff1 0, #00fff1 66.66%, #1c1b58 100%);
  background: linear-gradient(180deg, #00fff1 0, #00fff1 66.66%, #1c1b58);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in; }

.promoBoxes .promoBox:not(:last-child) {
  margin-right: 1px; }

body:not(.is-touch) .promoBoxes .promoBox:hover {
  background: rgba(28, 27, 88, 0); }

body:not(.is-touch) .promoBoxes .promoBox:hover:before {
  opacity: .8; }

.promoBoxes .promoBox--date {
  color: #fff;
  position: absolute;
  top: 18px;
  left: 13px;
  z-index: 1;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0; }

.promoBoxes .promoBox--content {
  max-width: 100%;
  position: relative;
  z-index: 1; }

.promoBoxes .promoBox--content h2 {
  color: #fff;
  margin: 0;
  max-width: 100%;
  text-align: center;
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.promoBoxes .promoBox--content a, .promoBoxes .promoBox--content button {
  bottom: 0;
  left: 50%;
  overflow: visible;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.promoBoxes .promoBox--media {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.promoBoxes .promoBox--media img {
  max-width: 100%;
  position: relative;
  top: -44px; }

.home-promo-wrapper {
  position: relative; }

.promo-home--fleet {
  -ms-flex-line-pack: center;
  align-content: center;
  background: url(../img/sl_bg-ships_ncsa.jpg) 50% no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 600px;
  width: 100%;
  height: auto; }

.promo-home--fleet .promo-content {
  color: #fff;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 10; }

.promo-home--fleet .promo-content h2, .promo-home--fleet .promo-content strong {
  text-transform: uppercase; }

.promo-home--fleet .promo-content strong {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo-home--fleet .promo-content h2, .promo-home--fleet .promo-content strong {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-home--fleet .promo-content h2 {
  line-height: 1;
  margin: 5px 0 35px;
  font-size: 80px;
  font-size: 5rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-weight: 800; }

.promo-home--fleet .pane-borders {
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px); }

@media only screen and (max-width: 1024px) {
  .promo-home--fleet .promo-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 100%; }

  .promo-home--fleet .promo-content h2 {
    font-size: 50px;
    font-size: 3.125rem; } }
.promo.promo--theGame {
  background: url("https://static-dm.akamaized.net/starlink/prod/img/sl_promo-thegame_ncsa.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: auto;
  min-height: 600px;
  width: 100%; }

.promo.promo--theGame .promo-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 100px;
  width: 100%; }

.promo.promo--theGame .promo-content, .promo.promo--theGame .promo-title {
  color: #fff; }

.promo.promo--theGame .promo-content h2, .promo.promo--theGame .promo-content h3, .promo.promo--theGame .promo-content strong, .promo.promo--theGame .promo-title h2, .promo.promo--theGame .promo-title h3, .promo.promo--theGame .promo-title strong {
  text-transform: uppercase; }

.promo.promo--theGame .promo-content strong, .promo.promo--theGame .promo-title strong {
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo.promo--theGame .promo-content h2, .promo.promo--theGame .promo-content h3, .promo.promo--theGame .promo-title h2, .promo.promo--theGame .promo-title h3 {
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo.promo--theGame .promo-content h2, .promo.promo--theGame .promo-title h2 {
  line-height: 1;
  margin: 15px 0 35px;
  font-size: 80px;
  font-size: 5rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.promo.promo--theGame .promo-content h3, .promo.promo--theGame .promo-title h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 1.6875rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.promo.promo--theGame .promo-title {
  display: none;
  text-align: center; }

.promo.promo--theGame .promo-thumbnail {
  line-height: 0;
  padding: 4px;
  position: relative;
  text-align: center;
  width: 50%; }

.promo.promo--theGame .promo-thumbnail img {
  max-width: 100%; }

.promo.promo--theGame .pane-borders {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.promo.promo--theGame .promo-content {
  margin-left: 20px;
  text-align: center;
  width: 50%;
  font-family: lft-etica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem; }

.promo.promo--theGame .promo-content h3, .promo.promo--theGame .promo-content p {
  padding: 0 100px; }

@media only screen and (max-width: 1024px) {
  .promo.promo--theGame .promo-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px; }

  .promo.promo--theGame .promo-content, .promo.promo--theGame .promo-thumbnail, .promo.promo--theGame .promo-title {
    width: 100%; }

  .promo.promo--theGame .promo-title {
    display: block; }

  .promo.promo--theGame .promo-title h2, .promo.promo--theGame .promo-title strong {
    margin: 0; }

  .promo.promo--theGame .promo-title h2 {
    font-size: 50px;
    font-size: 3.125rem; }

  .promo.promo--theGame .promo-thumbnail {
    margin: 30px 0; }

  .promo.promo--theGame .promo-content {
    margin-left: 0;
    padding: 0 10px; }

  .promo.promo--theGame .promo-content h2, .promo.promo--theGame .promo-content strong {
    display: none; }

  .promo.promo--theGame .promo-content h3 {
    margin: 0; }

  .promo.promo--theGame .promo-content h3, .promo.promo--theGame .promo-content p {
    padding: 0; } }
.u-clear {
  clear: both; }

.u-pullLeft {
  float: left; }

.u-pullRight {
  float: right; }

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden; }

.u-clearfix:after {
  clear: both; }

.u-clearfix {
  zoom: 1; }

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.tabbedCarousel-tabs-timer:after, .tabbedCarousel-tabs li:after, .tabbedCarousel-tabs li:before {
  content: "";
  display: block;
  position: absolute; }

.tabbedCarousel .asteroid-1, .tabbedCarousel .asteroid-2, .tabbedCarousel .asteroid-3 {
  position: absolute; }

.tabbedCarousel .asteroid-1 img, .tabbedCarousel .asteroid-2 img, .tabbedCarousel .asteroid-3 img {
  padding: 0; }

.tabbedCarousel .asteroid-1 {
  left: -5px;
  top: 50%;
  z-index: 2; }

.tabbedCarousel .asteroid-2 {
  left: calc(50% - 195px);
  bottom: 5%; }

.tabbedCarousel .asteroid-3 {
  right: -10px;
  top: 65%; }

.tabbedCarousel-media {
  position: relative; }

.tabbedCarousel-media .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.tabbedCarousel img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 10px; }

.tabbedCarousel .pane-borders {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% + 4px); }

.tabbedCarousel-container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 5px;
  position: relative; }

.tabbedCarousel-tabs {
  position: relative;
  top: -15px; }

.tabbedCarousel-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tabbedCarousel-tabs-timer {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  visibility: hidden;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 3px; }

.tabbedCarousel-tabs-timer:after {
  background: url("../img/sl_home-timer-glow_ncsa.png") 0 0 no-repeat;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 23px; }

.tabbedCarousel-tabs li {
  background: rgba(28, 27, 88, 0.8);
  background-size: auto;
  color: #fff;
  display: block;
  padding: 13px 20px 30px;
  position: relative;
  width: 33.33%;
  -webkit-transition: background .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  transition: background .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,background .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: -.02px;
  letter-spacing: -.02rem; }

.tabbedCarousel-tabs li:before {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat;
  background-size: 75%;
  z-index: 1; }

.tabbedCarousel-tabs li:after, .tabbedCarousel-tabs li:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.tabbedCarousel-tabs li:after {
  background: url("../img/sl_home-carousel-tab-bg_ncsa.png") 0 0 no-repeat;
  background-size: auto 100%; }

.tabbedCarousel-tabs li span, .tabbedCarousel-tabs li strong {
  display: block; }

.tabbedCarousel-tabs li strong {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.tabbedCarousel-tabs li p, .tabbedCarousel-tabs li strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tabbedCarousel-tabs li p {
  margin: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: .02px;
  letter-spacing: .02rem; }

.tabbedCarousel-tabs li:not(:last-child) {
  margin-right: 13px; }

.tabbedCarousel-tabs li.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#d76d03), to(#ffb361));
  background: -webkit-linear-gradient(left, #d76d03, #ffb361);
  background: -o-linear-gradient(left, #d76d03, #ffb361);
  background: linear-gradient(90deg, #d76d03, #ffb361);
  -webkit-box-shadow: 0 0 20px 0 rgba(228, 149, 64, 0.64);
  box-shadow: 0 0 20px 0 rgba(228, 149, 64, 0.64); }

.tabbedCarousel-tabs li.is-active:before {
  background: url("../img/sl_global-dark-small-honeycomb_ncsa.png") 0 0 repeat;
  background-size: 75%; }

.tabbedCarousel-tabs li.is-active:after {
  background: url("../img/sl_home-carousel-tab-bg_ncsa.png") 0 0 no-repeat;
  background-size: auto 100%;
  z-index: 1; }

.tabbedCarousel-tabs li.is-active .tabbedCarousel-tabs-timer {
  visibility: visible; }

body:not(.is-touch) .tabbedCarousel-tabs li:hover {
  background: #131248;
  background-size: auto; }

body:not(.is-touch) .tabbedCarousel-tabs li:hover.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#d76d03), to(#ffb361));
  background: -webkit-linear-gradient(left, #d76d03, #ffb361);
  background: -o-linear-gradient(left, #d76d03, #ffb361);
  background: linear-gradient(90deg, #d76d03, #ffb361); }

.tabbedCarousel-tabs a.btn, .tabbedCarousel-tabs button.btn {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  outline: none; }

.tabbedCarousel-tabs a.btn .text, .tabbedCarousel-tabs button.btn .text {
  text-align: left; }

.HomeMain {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url(../img/sl_home-carousel-bg_ncsa.jpg) 50% 0 no-repeat;
  background-size: auto,cover;
  padding: 50px 20px;
  position: relative; }

@media only screen and (max-width: 768px) {
  .HomeMain {
    padding: 50px 0 25px; } }
@media only screen and (max-width: 768px) {
  .HomeMain .tabbedCarousel {
    visibility: hidden;
    display: none; } }
.HomeMain .SnapSlider {
  margin-bottom: 10px; }

.HomeMain-snapslider {
  width: 100vw;
  left: -20px;
  position: relative;
  visibility: hidden;
  display: none; }

.HomeMain-snapslider .SnapSlideshow-content {
  display: inline-block; }

.HomeMain-snapslider .SnapSlideshow-content .SnapSlideshow-imagewrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%; }

.HomeMain-snapslider .SnapSlideshow-content .SnapSlideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50%; }

.HomeMain-snapslider .SnapSlider-slide.active .SnapSlideshow-contentCTA {
  background: -webkit-gradient(linear, left top, right top, from(#d76d03), to(#ffb361));
  background: -webkit-linear-gradient(left, #d76d03, #ffb361);
  background: -o-linear-gradient(left, #d76d03, #ffb361);
  background: linear-gradient(90deg, #d76d03, #ffb361);
  -webkit-box-shadow: 0 0 20px 0 rgba(228, 149, 64, 0.64);
  box-shadow: 0 0 20px 0 rgba(228, 149, 64, 0.64);
  position: relative; }

.HomeMain-snapslider .SnapSlideshow-contentBtn {
  position: absolute;
  bottom: -45px; }

.HomeMain-snapslider .SnapSlideshow-contentCTA {
  padding: 10px 20px 40px;
  min-height: 111px; }

@media only screen and (max-width: 768px) {
  .HomeMain-snapslider {
    visibility: visible;
    display: block; } }
.HomeMain .detailNav-indicatior span {
  margin: 0 5px; }

.OfferManagement h3 {
  margin: 0 0 5px; }

.OfferManagement.is-showing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.OfferManagement-container {
  opacity: 1;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.OfferManagement-container.is-active {
  opacity: 1; }

.masthead {
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 10; }

.masthead.masthead-with-media {
  overflow: hidden; }

.masthead.masthead-with-media .masthead-content {
  max-width: 66.66%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.masthead.masthead-has-video img {
  display: none; }

.masthead img, .masthead video {
  position: relative;
  z-index: -1; }

.masthead video {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.masthead img {
  max-width: 100%; }

@media only screen and (max-width: 768px) {
  .masthead.masthead-has-video video {
    display: none; }

  .masthead.masthead-has-video img {
    display: block; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.u-clear {
  clear: both; }

.u-pullLeft {
  float: left; }

.u-pullRight {
  float: right; }

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden; }

.u-clearfix:after {
  clear: both; }

.u-clearfix {
  zoom: 1; }

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.updatesHighlight-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px; }

.updatesHighlight-content {
  padding-right: 40px;
  width: 30%; }

.updatesHighlight-media {
  line-height: 0;
  width: 70%; }

.updatesHighlight-media img {
  max-width: 100%; }

.updatesHighlight-media button {
  background: none;
  border: 0;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  outline: 0; }

@media only screen and (max-width: 768px) {
  .updatesHighlight-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .updatesHighlight-content, .updatesHighlight-media {
    width: 100%; }

  .updatesHighlight-media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .updatesHighlight-content {
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li.mobile-currentPage {
  color: #fff;
  display: none;
  padding: 0 20px;
  font-family: Helvetica,sans-serif;
  font-style: italic;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

@media only screen and (max-width: 640px) {
  .pagination li {
    display: none; }

  .pagination li.mobile-currentPage, .pagination li.next, .pagination li.prev {
    display: inline-block; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.u-clear {
  clear: both; }

.u-pullLeft {
  float: left; }

.u-pullRight {
  float: right; }

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden; }

.u-clearfix:after {
  clear: both; }

.u-clearfix {
  zoom: 1; }

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.updatesFeed-container {
  margin: 0 auto;
  padding: 0 20px; }

.updatesFeed-container .empty-warning {
  color: #fff;
  text-align: center; }

.updatesFeed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.updatesFeed-item img {
  max-width: 100%;
  width: 100%; }

.updatesFeed-item-content, .updatesFeed-item-image {
  width: 50%; }

.updatesFeed-item-image {
  line-height: 0;
  padding-right: 20px; }

.updatesFeed-item-content {
  padding-left: 20px; }

.updatesFeed-item-content h2 {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 768px) {
  .updatesFeed-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .updatesFeed-item-content, .updatesFeed-item-image {
    padding: 0;
    width: 100%; }

  .updatesFeed-item-content {
    padding: 20px 0 0; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.Updates .pagination > li.next:before, .Updates .pagination > li.prev:before, .Updates .pagination > li > a:after {
  content: "";
  display: block;
  position: absolute; }

.Updates {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url(../img/sl_about-stars_ncsa.png) 0 0 repeat, url(../img/sl_newsDetail-bg_ncsa.jpg) 0 0 no-repeat, #001a35;
  background-size: auto,auto,100% auto;
  margin: 0 auto;
  padding-top: 105px; }

.Updates .asteroid-1, .Updates .asteroid-2, .Updates .asteroid-3 {
  position: absolute; }

.Updates .asteroid-1 {
  top: 150px;
  right: -20px; }

.Updates .asteroid-2 {
  top: 25%;
  left: -15px; }

.Updates .asteroid-3 {
  bottom: 10px;
  right: -10px; }

.Updates-masthead {
  padding: 60px 0;
  position: relative;
  z-index: 1; }

.Updates-masthead h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 62px;
  line-height: 3.875rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.Updates .updatesFeed, .Updates .updatesHighlight {
  position: relative;
  z-index: 1; }

.Updates .updatesHighlight-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1115px; }

.Updates .updatesHighlight-content {
  color: #fff;
  padding-right: 80px;
  font-size: 14px;
  font-size: .875rem; }

.Updates .updatesHighlight-content > span {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem; }

.Updates .updatesHighlight-content h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.Updates .updatesHighlight-content .btn {
  margin-top: 40px;
  margin-left: 15px; }

.Updates .updatesHighlight-media {
  padding: 5px;
  position: relative; }

.Updates .updatesHighlight-media .pane-borders {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Updates .updatesFeed-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1115px;
  padding: 50px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.Updates .updatesFeed-filters > div:first-of-type:before, .Updates .updatesFeed-filters > div:last-of-type:after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 1024px; }

.Updates .updatesFeed-filters > div:first-of-type:before {
  right: calc(100% + 10px); }

.Updates .updatesFeed-filters > div:last-of-type:after {
  left: calc(100% + 10px); }

.Updates .updatesFeed-filters-col {
  max-width: 180px;
  margin: 0 5px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: url(../img/sl_arrow-down_ncsa.png) calc(100% - 12px) 50% no-repeat;
  position: relative; }

.Updates .updatesFeed-filters-col select {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.Updates .updatesFeed-filters-col select::-ms-expand {
  display: none; }

body.is-windows .Updates .updatesFeed-filters-col select option {
  background: #000; }

.Updates .updatesFeed-filters-col .icon {
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }

.Updates .updatesFeed-filters-clear {
  margin: 0 5px;
  position: relative; }

.Updates .updatesFeed-filters-clear button {
  background: rgba(255, 255, 255, 0.5);
  color: #1c1b58;
  border: 0;
  cursor: pointer;
  line-height: 36px;
  padding: 0 20px;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  width: 100%;
  width: auto;
  height: auto;
  font-family: lft-etica,sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem; }

body:not(.is-touch) .Updates .updatesFeed-filters-clear button:focus, body:not(.is-touch) .Updates .updatesFeed-filters-clear button:hover {
  background: rgba(255, 255, 255, 0.7); }

.Updates .updatesFeed-container {
  margin: 0 auto;
  max-width: 640px;
  padding-bottom: 70px; }

.Updates .updatesFeed-container div a {
  text-decoration: none; }

.Updates .updatesFeed-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px;
  position: relative; }

.Updates .updatesFeed-item-image {
  padding: 0;
  position: relative; }

.Updates .updatesFeed-item-image img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: .7; }

.Updates .updatesFeed-item .pane-borders {
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px); }

.Updates .updatesFeed-item-content {
  color: #fff;
  padding-right: 30px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem; }

.Updates .updatesFeed-item-content > span {
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem; }

.Updates .updatesFeed-item-content h2 {
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.Updates .updatesFeed-item-content .btn {
  color: #ffa800; }

.Updates .pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.Updates .pagination > li {
  margin: 0 5px;
  position: relative; }

.Updates .pagination > li.mobile-currentPage {
  color: #fff;
  padding: 0 20px;
  font-family: Helvetica,sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem; }

.Updates .pagination > li.active > a {
  color: #1c1b58; }

.Updates .pagination > li.active > a:after {
  display: block; }

.Updates .pagination > li > a {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  line-height: 30px;
  padding: 0;
  text-align: center;
  z-index: 10;
  font-family: Helvetica,sans-serif;
  font-style: italic;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-size: .75rem; }

body:not(.is-touch) .Updates .pagination > li > a:hover {
  background: none;
  border: none;
  color: #fff; }

.Updates .pagination > li > a:after {
  background: url(../img/sl_grey-hex_ncsa.png) 0 0 no-repeat;
  background-size: contain;
  display: none;
  top: 50%;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 30px;
  height: 30px; }

.Updates .pagination > li.disabled > a {
  opacity: .25; }

.Updates .pagination > li.first, .Updates .pagination > li.last, .Updates .pagination > li.next, .Updates .pagination > li.prev {
  margin: 0 5px; }

.Updates .pagination > li.first > a, .Updates .pagination > li.last > a, .Updates .pagination > li.next > a, .Updates .pagination > li.prev > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 10px !important;
  width: auto;
  height: auto; }

.Updates .pagination > li.first > a svg, .Updates .pagination > li.last > a svg, .Updates .pagination > li.next > a svg, .Updates .pagination > li.prev > a svg {
  margin: 0 3px; }

.Updates .pagination > li.next:before, .Updates .pagination > li.prev:before {
  background: #fff;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30px; }

.Updates .pagination > li.first > a, .Updates .pagination > li.prev > a {
  padding: 0 15px 0 0 !important; }

.Updates .pagination > li.first > a:before, .Updates .pagination > li.prev > a:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.Updates .pagination > li.last > a, .Updates .pagination > li.next > a {
  padding: 0 0 0 15px !important; }

.Updates .pagination > li.last > a:before, .Updates .pagination > li.next > a:before {
  right: 0; }

.Updates .pagination > li.prev:before {
  left: -10px; }

.Updates .pagination > li.next:before {
  right: -10px; }

body.is-touch .Updates .pagination li {
  display: none; }

body.is-touch .Updates .pagination li.mobile-currentPage, body.is-touch .Updates .pagination li.next, body.is-touch .Updates .pagination li.prev {
  display: inline-block; }

body.is-touch .Updates .pagination li.next:before, body.is-touch .Updates .pagination li.prev:before {
  display: none; }

@media only screen and (max-width: 1024px) {
  .Updates .updatesHighlight-media {
    width: 60%; }

  .Updates .updatesHighlight-content {
    padding-right: 20px;
    width: 40%; }

  .Updates .updatesHighlight-content .btn {
    margin-top: 20px; } }
@media only screen and (max-width: 768px) {
  .Updates-masthead {
    padding: 20px 20px 30px; }

  .Updates-masthead h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; }

  .Updates .updatesHighlight-content, .Updates .updatesHighlight-media {
    width: 100%; }

  .Updates .updatesFeed-filters {
    padding: 40px 20px; }

  .Updates .updatesFeed-filters-col {
    max-width: 33.33%;
    width: 33.33%; }

  .Updates .updatesFeed-filters-col:first-of-type:before, .Updates .updatesFeed-filters-col:last-of-type:after {
    display: none; } }
@media only screen and (max-width: 640px) {
  .Updates .updatesHighlight-content p {
    display: none; }

  .Updates .updatesFeed-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .Updates .updatesFeed-filters > div:first-of-type:before, .Updates .updatesFeed-filters > div:last-of-type:after {
    display: none; }

  .Updates .updatesFeed-filters-col {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%; }

  .Updates .updatesFeed-filters-clear {
    width: 100%; }

  .Updates .updatesFeed-filters-clear button {
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    color: #1c1b58;
    line-height: 36px;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-size: .75rem; }

  .Updates .updatesFeed-filters-clear button:after, .Updates .updatesFeed-filters-clear button svg.icon {
    display: none; }

  .Updates .updatesFeed-filters-clear button span.text {
    display: inline-block;
    line-height: 1; }

  .Updates .pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .Updates .pagination > li.next:before, .Updates .pagination > li.prev:before, .Updates .pagination > li > a span {
    display: none; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.promo-generic {
  -ms-flex-line-pack: center;
  align-content: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 600px;
  padding: 0 20px;
  width: 100%;
  height: 600px; }

.promo-generic .promo-media {
  line-height: 0;
  max-width: 50%;
  position: relative; }

.promo-generic .promo-media img {
  max-width: 100%;
  opacity: .9;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.promo-generic .promo-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 10;
  width: 50%;
  height: auto; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  text-transform: uppercase; }

.promo-generic .promo-content strong {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-generic .promo-content h2 {
  line-height: 1;
  margin: 5px 0 0;
  max-width: 100%;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px; }

@media screen and (min-width: 768px) {
  .promo-generic .promo-content h2 {
    font-size: calc(40px + 32 * ((100vw - 768px) / 598));
    line-height: calc(40px + 32 * ((100vw - 768px) / 598)); } }
@media screen and (min-width: 1366px) {
  .promo-generic .promo-content h2 {
    font-size: 72px;
    line-height: 72px; } }
.promo-generic .promo-content p {
  margin: 0 0 40px;
  max-width: 300px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.promo-generic .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

body:not(.is-touch) .promo-generic:hover img {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .promo-generic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .promo-generic .promo-content {
    width: 100%; }

  .promo-generic .promo-media {
    margin-bottom: 20px;
    max-width: 100%; } }
.PilotsOverview {
  padding-top: 105px; }

.PilotsOverview .octagonList {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url("../img/sl_universe-bg_ncsa.jpg") 50% no-repeat;
  background-size: auto,cover; }

.PilotsOverview .promo-pilots {
  background: url(../img/sl_pilots-promo-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover; }

.is-emea .PilotsOverview .octagonList-filter {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.octagonList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 60px 0 100px; }

.octagonList, .octagonList-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.octagonList-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1025px; }

.octagonList-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.octagonList-heading h1 {
  margin: 0;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 72px;
  line-height: 4.5rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.octagonList-heading span {
  display: inline-block;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  line-height: 14px;
  line-height: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.octagonList-heading p, .octagonList-heading span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem; }

.octagonList-heading p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 20px;
  text-transform: none;
  font-family: Helvetica,sans-serif;
  font-weight: 300;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.octagonList-filter {
  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;
  margin: 30px auto -15px;
  max-width: 1025px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto; }

.octagonList-filter .in-select {
  background: url(../img/sl_select-arrow_ncsa.png) calc(100% - 18px) 50% no-repeat;
  position: relative; }

.octagonList-filter .in-select:after, .octagonList-filter .in-select:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  top: 17px;
  position: absolute;
  width: 1280px;
  height: 1px; }

.octagonList-filter .in-select:before {
  right: calc(100% + 17px); }

.octagonList-filter .in-select:after {
  left: calc(100% + 17px); }

.octagonList-filter .in-select select {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 36px;
  padding: 0 33px 0 15px;
  outline: none;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: lft-etica,sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.octagonList-filter .in-select select::-ms-expand {
  display: none; }

body.is-windows .octagonList-filter .in-select select option {
  background: #000; }

.octagonList--item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 65px 0;
  position: relative;
  text-decoration: none;
  width: 20%; }

.octagonList--item:before {
  background: rgba(109, 183, 227, 0.3);
  content: "";
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 60px;
  height: 1px; }

.octagonList--item:nth-child(5n+1):before {
  display: none; }

.octagonList--item[href="/"] {
  pointer-events: none; }

.octagonList--item .icon-octogon {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
  position: relative;
  z-index: 3; }

.octagonList--item .icon-octogon, .octagonList--item img:not(.octagonImage) {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

.octagonList--item img:not(.octagonImage) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.58);
  -ms-transform: translate(-50%, -50%) scale(0.58);
  transform: translate(-50%, -50%) scale(0.58);
  z-index: 4; }

.octagonList--item .icon-octagonMask {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
  position: relative;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 3; }

.octagonList--item .icon-octogonRing {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(0deg);
  -ms-transform: translate(-50%, -50%) scale(0) rotate(0deg);
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 240px;
  z-index: 2; }

.octagonList--item .icon-octogonRing path {
  fill-opacity: 0;
  stroke-width: .5px; }

.octagonList--item .ring-ui {
  background: url("../img/sl_octagonLinesGlow-blue_ncsa.png") 50% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(0deg);
  -ms-transform: translate(-50%, -50%) scale(0) rotate(0deg);
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -o-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  width: 284px;
  height: 284px; }

.octagonList--item .ring-ui.is-Chase, .octagonList--item .ring-ui.is-chase, .octagonList--item .ring-ui.is-MasonRana, .octagonList--item .ring-ui.is-masonrana {
  background: url("../img/sl_octagonLinesGlow-red_ncsa.png") 50% no-repeat; }

.octagonList--item .ring-ui.is-eli {
  background: url("../img/sl_octagonLinesGlow-yellow_ncsa.png") 50% no-repeat; }

.octagonList--item .ring-ui.is-HunterHakka, .octagonList--item .ring-ui.is-hunterhakka {
  background: url("../img/sl_octagonLinesGlow_ncsa.png") 50% no-repeat; }

.octagonList--item .ring-ui.is-apex, .octagonList--item .ring-ui.is-judge, .octagonList--item .ring-ui.is-nadir, .octagonList--item .ring-ui.is-neptune, .octagonList--item .ring-ui.is-vanguard, .octagonList--item .ring-ui.is-zenith {
  background: url("../img/sl_octagonLinesGlow-blue_ncsa.png") 50% no-repeat; }

.octagonList--item .ring-ui.is-kharl {
  background: url("../img/sl_octagonLinesGlow-green_ncsa.png") 50% no-repeat; }

.octagonList--item .ring-ui.is-commingsoon {
  background: url("../img/sl_octagonLinesGlow-white_ncsa.png") 50% no-repeat; }

.octagonList--item .ring-ui:before {
  background: url("../img/sl_octagonLinesWhite_ncsa.png") 50% no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(0deg);
  -ms-transform: translate(-50%, -50%) scale(0) rotate(0deg);
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
  -o-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.15s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
  z-index: 1; }

.octagonList--item .ring-ui:after, .octagonList--item .ring-ui:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 171px;
  height: 174px; }

.octagonList--item .ring-ui:after {
  background: url("../img/sl_octagonNodesWhite_ncsa.png") 50% no-repeat;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
  z-index: 2; }

body.is-ie11 .octagonList--item .ring-ui {
  background: transparent !important; }

.octagonList--item .title {
  color: #fff;
  bottom: -20%;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 5;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0;
  width: 100%;
  height: auto; }

.octagonList--item .title .type {
  display: inline-block;
  max-width: 0;
  opacity: 0;
  pointer-events: none; }

.octagonList--item .description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  top: calc(100% + 35px);
  left: 0;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-family: Helvetica,sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.octagonList--item .gradientFill {
  -webkit-transition: fill 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: fill 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  transition: fill 0.9s cubic-bezier(0.23, 1, 0.32, 1); }

.octagonList--item button[data-sku] {
  background: none;
  border: none;
  position: absolute;
  bottom: -55%;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10;
  width: 43px;
  height: 36px; }

body.is-ie11 .octagonList--item button[data-sku] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.octagonList--item button[data-sku]:after, .octagonList--item button[data-sku]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  height: 100%; }

.octagonList--item button[data-sku]:active {
  outline: none; }

.octagonList--item button[data-sku]:before {
  background: url("../img/sl_wishlist-favorite-small_ncsa.png") 0 0 no-repeat;
  opacity: 1; }

.octagonList--item button[data-sku]:after {
  background: url("../img/sl_wishlist-favorite-small-active_ncsa.png") 0 0 no-repeat;
  opacity: 0; }

body:not(.is-touch) .octagonList--item button[data-sku]:hover {
  cursor: pointer; }

.octagonList--item button[data-sku].is-active:before {
  opacity: 0; }

.octagonList--item button[data-sku].is-active:after {
  opacity: 1; }

body:not(.is-touch) .octagonList--item:hover {
  z-index: 5; }

body:not(.is-touch) .octagonList--item:hover:before {
  width: 20px;
  -webkit-transform: translate(calc(-100% - 20px));
  -ms-transform: translate(calc(-100% - 20px));
  transform: translate(calc(-100% - 20px)); }

body:not(.is-touch) .octagonList--item:hover .icon-octagonMask {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body:not(.is-touch) .octagonList--item:hover img:not(.octagonImage) {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

body:not(.is-touch) .octagonList--item:hover .icon-octogonRing {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(-1turn);
  -ms-transform: translate(-50%, -50%) scale(1) rotate(-1turn);
  transform: translate(-50%, -50%) scale(1) rotate(-1turn); }

body:not(.is-touch) .octagonList--item:hover .ring-ui {
  opacity: 1; }

body:not(.is-touch) .octagonList--item:hover .ring-ui, body:not(.is-touch) .octagonList--item:hover .ring-ui:before {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(1turn);
  -ms-transform: translate(-50%, -50%) scale(1) rotate(1turn);
  transform: translate(-50%, -50%) scale(1) rotate(1turn); }

body:not(.is-touch) .octagonList--item:hover .ring-ui:after {
  opacity: 1; }

body:not(.is-touch) .octagonList--item:hover .gradientFill {
  fill: #35e1d9; }

body:not(.is-touch) .octagonList--item:hover .title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

body:not(.is-touch) .octagonList--item:hover .title .type {
  max-width: 250px;
  opacity: 1;
  pointer-events: all; }

body:not(.is-touch) .octagonList--item:hover + .octagonList--item:before {
  width: 20px;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%); }

body:not(.is-touch) .octagonList--item:hover[data-selected=true] {
  pointer-events: none; }

body:not(.is-touch) .octagonList--item:hover[data-selected=true] span:before {
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 9px 17px 0;
  border-color: transparent #cfcfda transparent transparent; }

body:not(.is-touch) .octagonList--item:hover[data-selected=true] span:after {
  right: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 9px;
  border-color: transparent transparent transparent #cfcfda; }

.octagonList--item[data-selected=true] {
  pointer-events: none; }

.octagonList--item[data-selected=true] span {
  background: #cfcfda;
  color: #1c1b58;
  position: relative;
  padding: 5px; }

.octagonList--item[data-selected=true] span:after, .octagonList--item[data-selected=true] span:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

.octagonList--item[data-selected=true] span:before {
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 13px 0;
  border-color: transparent #cfcfda transparent transparent; }

.octagonList--item[data-selected=true] span:after {
  right: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 9px;
  border-color: transparent transparent transparent #cfcfda; }

.octagonList--item[data-selected=true] .ring-ui {
  background: url("../img/sl_octagonLinesGlow-grey_ncsa.png") 50% no-repeat !important; }

@media only screen and (max-width: 1024px) {
  .octagonList--item .description {
    display: none; } }
@media only screen and (max-width: 768px) {
  .octagonList-heading h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 48px;
    line-height: 3rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .octagonList--item {
    width: 33%; }

  .octagonList--item:nth-child(5n+1):before {
    display: block; }

  .octagonList--item:nth-child(3n+1):before {
    display: none; } }
@media only screen and (max-width: 560px) {
  .octagonList--item {
    margin: 20px 0; }

  .octagonList--item .icon-octagonMask {
    -webkit-transform: scale(0.58);
    -ms-transform: scale(0.58);
    transform: scale(0.58); }

  .octagonList--item img {
    -webkit-transform: translate(-50%, -50%) scale(0.38);
    -ms-transform: translate(-50%, -50%) scale(0.38);
    transform: translate(-50%, -50%) scale(0.38); }

  .octagonList--item .title {
    bottom: 0;
    left: auto;
    max-width: 100%;
    position: relative; }

  .octagonList--item[data-selected=true] .title {
    background: #cfcfda;
    padding: 2px 0;
    text-align: center; }

  .octagonList--item[data-selected=true] .title span {
    background: transparent;
    padding: 0; }

  .octagonList--item[data-selected=true] .title span:after, .octagonList--item[data-selected=true] .title span:before {
    display: none; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.promo-generic {
  -ms-flex-line-pack: center;
  align-content: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 600px;
  padding: 0 20px;
  width: 100%;
  height: 600px; }

.promo-generic .promo-media {
  line-height: 0;
  max-width: 50%;
  position: relative; }

.promo-generic .promo-media img {
  max-width: 100%;
  opacity: .9;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.promo-generic .promo-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 10;
  width: 50%;
  height: auto; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  text-transform: uppercase; }

.promo-generic .promo-content strong {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-generic .promo-content h2 {
  line-height: 1;
  margin: 5px 0 0;
  max-width: 100%;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px; }

@media screen and (min-width: 768px) {
  .promo-generic .promo-content h2 {
    font-size: calc(40px + 32 * ((100vw - 768px) / 598));
    line-height: calc(40px + 32 * ((100vw - 768px) / 598)); } }
@media screen and (min-width: 1366px) {
  .promo-generic .promo-content h2 {
    font-size: 72px;
    line-height: 72px; } }
.promo-generic .promo-content p {
  margin: 0 0 40px;
  max-width: 300px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.promo-generic .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

body:not(.is-touch) .promo-generic:hover img {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .promo-generic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .promo-generic .promo-content {
    width: 100%; }

  .promo-generic .promo-media {
    margin-bottom: 20px;
    max-width: 100%; } }
.ShipsOverview {
  padding-top: 105px; }

.ShipsOverview .octagonList {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url("../img/sl_universe-bg_ncsa.jpg") 50% no-repeat;
  background-size: auto,cover; }

.ShipsOverview .promo-ships {
  background: url(../img/sl_ships-promo-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover; }

.is-emea .ShipsOverview .octagonList-filter {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.promo-generic {
  -ms-flex-line-pack: center;
  align-content: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 600px;
  padding: 0 20px;
  width: 100%;
  height: 600px; }

.promo-generic .promo-media {
  line-height: 0;
  max-width: 50%;
  position: relative; }

.promo-generic .promo-media img {
  max-width: 100%;
  opacity: .9;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.promo-generic .promo-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 10;
  width: 50%;
  height: auto; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  text-transform: uppercase; }

.promo-generic .promo-content strong {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-generic .promo-content h2 {
  line-height: 1;
  margin: 5px 0 0;
  max-width: 100%;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px; }

@media screen and (min-width: 768px) {
  .promo-generic .promo-content h2 {
    font-size: calc(40px + 32 * ((100vw - 768px) / 598));
    line-height: calc(40px + 32 * ((100vw - 768px) / 598)); } }
@media screen and (min-width: 1366px) {
  .promo-generic .promo-content h2 {
    font-size: 72px;
    line-height: 72px; } }
.promo-generic .promo-content p {
  margin: 0 0 40px;
  max-width: 300px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.promo-generic .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

body:not(.is-touch) .promo-generic:hover img {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .promo-generic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .promo-generic .promo-content {
    width: 100%; }

  .promo-generic .promo-media {
    margin-bottom: 20px;
    max-width: 100%; } }
.WeaponsOverview {
  padding-top: 105px; }

.WeaponsOverview .octagonList {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url("../img/sl_universe-bg_ncsa.jpg") 50% no-repeat;
  background-size: auto,cover; }

.WeaponsOverview .promo-ships {
  background: url(../img/sl_weapons-promo-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover; }

.is-emea .WeaponsOverview .octagonList-filter {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.promo-generic {
  -ms-flex-line-pack: center;
  align-content: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 600px;
  padding: 0 20px;
  width: 100%;
  height: 600px; }

.promo-generic .promo-media {
  line-height: 0;
  max-width: 50%;
  position: relative; }

.promo-generic .promo-media img {
  max-width: 100%;
  opacity: .9;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.promo-generic .promo-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 10;
  width: 50%;
  height: auto; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  text-transform: uppercase; }

.promo-generic .promo-content strong {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-generic .promo-content h2 {
  line-height: 1;
  margin: 5px 0 0;
  max-width: 100%;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px; }

@media screen and (min-width: 768px) {
  .promo-generic .promo-content h2 {
    font-size: calc(40px + 32 * ((100vw - 768px) / 598));
    line-height: calc(40px + 32 * ((100vw - 768px) / 598)); } }
@media screen and (min-width: 1366px) {
  .promo-generic .promo-content h2 {
    font-size: 72px;
    line-height: 72px; } }
.promo-generic .promo-content p {
  margin: 0 0 40px;
  max-width: 300px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.promo-generic .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

body:not(.is-touch) .promo-generic:hover img {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .promo-generic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .promo-generic .promo-content {
    width: 100%; }

  .promo-generic .promo-media {
    margin-bottom: 20px;
    max-width: 100%; } }
.UniverseOverview {
  padding-top: 105px; }

.UniverseOverview .octagonList {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url("../img/sl_universe-bg_ncsa.jpg") 50% no-repeat;
  background-size: auto,cover; }

.UniverseOverview .octagonList--item img {
  -webkit-transform: translate(-50%, -50%) scale(0.65);
  -ms-transform: translate(-50%, -50%) scale(0.65);
  transform: translate(-50%, -50%) scale(0.65); }

.UniverseOverview .octagonList--item .ring-ui:after {
  background: url(../img/sl_octagonNodesWhite-large_ncsa.png) 50% no-repeat;
  width: 213px;
  height: 216px; }

.UniverseOverview .octagonList--item:hover .icon-octagonMask {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.UniverseOverview .octagonList--item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.UniverseOverview .promo-pilots {
  background: url(../img/sl_pilots-promo-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.relatedContent, .relatedContent .relatedContent-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.relatedContent .relatedContent-container {
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 35px auto 0;
  max-width: 1130px;
  width: 100%; }

body.is-ie11 .relatedContent .relatedContent-container {
  margin: 35px auto 0; }

.relatedContent .relatedContent-title {
  text-align: center;
  position: relative;
  z-index: 1; }

.relatedContent .relatedContent-content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  position: relative;
  z-index: 1; }

.relatedContent .relatedContent-content + .pane-borders {
  display: none; }

.relatedContent .relatedContent-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(33.33% - 46px); }

.relatedContent .relatedContent-column img {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

body:not(.is-touch) .relatedContent .relatedContent-column:hover img {
  opacity: 1 !important; }

.relatedContent .relatedContent-media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
  max-width: 100%;
  position: relative; }

.relatedContent .relatedContent-media img {
  opacity: .6; }

.relatedContent .relatedContent-media .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.relatedContent .relatedContent-copy {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%; }

.relatedContent h2 {
  margin: 0 auto 40px;
  letter-spacing: 0; }

.relatedContent h2, .relatedContent h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem; }

.relatedContent h3 {
  margin: 30px auto 5px;
  max-width: 100%;
  text-align: center;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.relatedContent p {
  margin: 0 auto;
  text-align: center;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.relatedContent .btn {
  margin-top: 25px; }

.relatedContent img {
  max-width: 100%; }

.relatedContent .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

@media only screen and (max-width: 1024px) {
  .relatedContent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 45px auto 0;
    max-width: 100%;
    padding: 0 20px; } }
@media only screen and (max-width: 768px) {
  .relatedContent-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 900px) {
  .relatedContent .relatedContent-container {
    background: transparent; }

  .relatedContent .relatedContent-container .pane-borders {
    display: none; }

  .relatedContent .relatedContent-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .relatedContent .relatedContent-column {
    width: 100%; }

  .relatedContent .relatedContent-column:not(:last-child) {
    margin-bottom: 35px; } }
@media only screen and (max-width: 900px) {
  body.is-ie11 .relatedContent, body.is-ie11 .relatedContent-column, body.is-ie11 .relatedContent-container {
    display: block; }

  body.is-ie11 .relatedContent-copy {
    display: block;
    text-align: center; }

  body.is-ie11 .relatedContent-media {
    text-align: center; } }
.relatedContent--heroDetails {
  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;
  padding: 0 20px; }

.relatedContent--heroDetails .relatedContent-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 35px auto 0;
  max-width: 1130px;
  padding: 40px 50px 50px;
  position: relative;
  width: 100%; }

.relatedContent--heroDetails .relatedContent-container:before {
  background: url(../img/sl_relatedcontent-logoGlow-bg_ncsa.png) 50% no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

body.is-ie11 .relatedContent--heroDetails .relatedContent-container {
  margin: 35px auto 0;
  width: 2000px;
  max-width: 100%; }

.relatedContent--heroDetails .relatedContent-title {
  margin-bottom: 13px;
  text-align: center;
  position: relative;
  z-index: 1; }

.relatedContent--heroDetails .relatedContent-content {
  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;
  margin: 0;
  position: relative;
  z-index: 1; }

.relatedContent--heroDetails .relatedContent-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 24px;
  width: calc(33.33% - 46px); }

.relatedContent--heroDetails .relatedContent-column .row-media {
  line-height: 0; }

.relatedContent--heroDetails .relatedContent-column .row-media img {
  opacity: .6; }

.relatedContent--heroDetails .relatedContent-media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
  max-width: 100%;
  position: relative; }

.relatedContent--heroDetails .relatedContent-media img {
  opacity: 1; }

.relatedContent--heroDetails .relatedContent-media .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

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

.relatedContent--heroDetails h2 {
  margin: 0 auto 40px;
  letter-spacing: 0; }

.relatedContent--heroDetails h2, .relatedContent--heroDetails h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem; }

.relatedContent--heroDetails h3 {
  margin: 30px auto 5px;
  text-align: center;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.relatedContent--heroDetails p {
  margin: 0;
  text-align: center;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.relatedContent--heroDetails .btn {
  margin-top: 25px; }

@media only screen and (max-width: 1024px) {
  .relatedContent--heroDetails {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 45px auto 0;
    max-width: 100%;
    padding: 0 20px; }

  .relatedContent--heroDetails .relatedContent-container:before, .relatedContent--heroDetails:before {
    display: none; } }
@media only screen and (max-width: 900px) {
  .relatedContent--heroDetails .relatedContent-container {
    background: transparent; }

  .relatedContent--heroDetails .relatedContent-container .pane-borders {
    display: none; }

  .relatedContent--heroDetails .relatedContent-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .relatedContent--heroDetails .relatedContent-column {
    width: 100%; }

  .relatedContent--heroDetails .relatedContent-column:not(:last-child) {
    margin-bottom: 35px; } }
.relatedContent--about {
  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;
  padding: 0 20px 375px; }

.relatedContent--wishlist .relatedContent-media img {
  opacity: 1; }

.pilotsDetailContent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 150px; }

.pilotsDetailContent h1 {
  margin: 30px auto 60px;
  text-transform: uppercase;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 69px;
  line-height: 4.3125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.pilotsDetailContent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 850px;
  position: relative; }

.pilotsDetailContent-media {
  position: relative;
  width: 40%; }

.pilotsDetailContent-media img {
  position: relative;
  z-index: 1; }

.pilotsDetailContent-media .is-desktop {
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }

.pilotsDetailContent-media .is-mobile {
  display: none; }

.pilotsDetailContent-copy {
  width: 60%;
  z-index: 1; }

.pilotsDetailContent-copyBox {
  background: rgba(28, 27, 88, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 410px;
  margin: 0 auto;
  padding: 30px 25px;
  position: relative; }

.pilotsDetailContent-copy h2 {
  display: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy p {
  margin: 3px 0 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400; }

.pilotsDetailContent-copy .subtitle, .pilotsDetailContent-copy p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600; }

.pilotsDetailContent-copy .subtitle img {
  margin-right: 10px; }

.pilotsDetailContent-copy .subtitle svg {
  margin-right: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 230px;
  line-height: 14.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.pilotsDetailContent .copy-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0;
  width: 100%;
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  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;
  margin-bottom: 15px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: calc(50% - 30px);
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem:nth-child(odd) {
  margin-right: 30px; }

.pilotsDetailContent .copy-media .mediaItem-container {
  text-align: center;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-container {
  line-height: 0;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 0;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean:before, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .text, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .icon, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .icon {
  display: none; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-video:before {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5); }

.pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  margin-top: -10%; }

.pilotsDetailContent .copy-media .mediaItem img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-title {
  color: #fff;
  display: inline-block;
  margin-top: 12px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: -.02px;
  letter-spacing: -.02rem; }

.pilotsDetailContent .copy-media .mediaItem .media, .pilotsDetailContent .copy-media .mediaItem .mediaItem {
  position: relative; }

body.is-ie11 .pilotsDetailContent .copy-media .mediaItem {
  display: block; }

.pilotsDetailContent button[data-sku] {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 36px);
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10;
  width: 73px;
  height: 68px; }

.pilotsDetailContent button[data-sku]:after, .pilotsDetailContent button[data-sku]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  height: 100%; }

.pilotsDetailContent button[data-sku]:active {
  outline: none; }

.pilotsDetailContent button[data-sku]:before {
  background: url("../img/sl_wishlist-favorite_ncsa.png") 0 0 no-repeat;
  opacity: 1; }

.pilotsDetailContent button[data-sku]:after {
  background: url("../img/sl_wishlist-favorite-active_ncsa.png") 0 0 no-repeat;
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:before {
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:after {
  opacity: 1; }

.pilotsDetailContent-buy {
  text-align: center;
  margin-bottom: 10px; }

@media only screen and (max-width: 1024px) {
  .pilotsDetailContent h1 {
    display: none; }

  .pilotsDetailContent button[data-sku] {
    top: -34px;
    bottom: auto; }

  .pilotsDetailContent-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
    width: 100%; }

  .pilotsDetailContent-media {
    display: block;
    top: 0;
    width: 100%; }

  .pilotsDetailContent-media .is-mobile {
    display: block;
    margin: 0 auto -20%;
    max-width: 100%; }

  .pilotsDetailContent-media .is-desktop {
    display: none; }

  .pilotsDetailContent-copy {
    position: relative;
    width: 100%;
    z-index: 1; }

  .pilotsDetailContent-copyBox {
    max-width: 100%;
    width: 100%; }

  .pilotsDetailContent-copyBox .copy-media .mediaItem .is-video:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  .pilotsDetailContent-copy h2 {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -40%; } }
@media only screen and (max-width: 640px) {
  .pilotsDetailContent .copy-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .pilotsDetailContent .copy-media .mediaItem {
    width: 100%; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; }

  .pilotsDetailContent .copy-media button:nth-child(odd) {
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -30%; }

  .pilotsDetailContent-copyBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px; }

  .pilotsDetailContent-copy .subtitle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .pilotsDetailContent-copy h2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .pilotsDetailContent-copy p {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .pilotsDetailContent-copy .copy-media {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .pilotsDetailContent-copy .pilotsDetailContent-buy {
    margin: 35px 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; } }
.detailNav {
  top: 345px;
  left: -40px;
  z-index: 800;
  width: calc(100% + 80px); }

.detailNav, .detailNav-next, .detailNav-prev {
  color: #fff;
  position: absolute;
  height: auto;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.detailNav-next, .detailNav-prev {
  background: none;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  outline: none; }

.detailNav-next .outline, .detailNav-next .overlay, .detailNav-next:after, .detailNav-next:before, .detailNav-prev .outline, .detailNav-prev .overlay, .detailNav-prev:after, .detailNav-prev:before {
  display: none; }

.detailNav-next .text, .detailNav-prev .text {
  color: inherit;
  display: block; }

.detailNav-next i, .detailNav-prev i {
  display: block;
  position: relative;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-next i:before, .detailNav-prev i:after, .detailNav-prev i:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-prev i:after, body:not(.is-touch) .detailNav-next:hover i:before, body:not(.is-touch) .detailNav-prev:hover i:before {
  opacity: 0; }

body:not(.is-touch) .detailNav-next:hover i:after, body:not(.is-touch) .detailNav-prev:hover i:after {
  opacity: 1; }

.detailNav--disabled {
  cursor: not-allowed;
  opacity: .5; }

.detailNav-prev {
  left: 40px; }

.detailNav-prev i:before {
  background: url(../img/sl_arrow-left-detail_ncsa.png) 50% no-repeat; }

.detailNav-prev i:after {
  background: url(../img/sl_arrow-left-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-next {
  right: 40px; }

.detailNav-next i:before {
  background: url(../img/sl_arrow-right-detail_ncsa.png) 50% no-repeat; }

.detailNav-next i:after {
  background: url(../img/sl_arrow-right-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-indicatior, .detailNav .is-mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .detailNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: 100%;
    height: auto; }

  .detailNav-name {
    display: none; }

  .detailNav-next, .detailNav-prev {
    position: static; }

  .detailNav-indicatior {
    display: block;
    margin: 0 5px; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.HeroDetail {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_bg-pilotDetails_ncsa.jpg) center 0 no-repeat, #001a35;
  background-size: auto,auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 120px;
  position: relative;
  margin: 0 auto; }

.HeroDetail .back {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.HeroDetail .back svg {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.HeroDetail .detail-heading {
  display: none; }

.HeroDetail .octagonList-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px auto 0;
  padding: 0 20px 50px;
  position: relative; }

.HeroDetail .octagonList-wrapper:before {
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 190px; }

.HeroDetail .octagonList-wrapper:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 277px; }

.HeroDetail .octagonList-wrapper .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.HeroDetail .octagonList-wrapper .container {
  background: rgba(79, 77, 181, 0.1);
  max-width: 1135px;
  position: relative;
  width: 100%;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList {
  padding: 60px 0 30px;
  position: relative;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList--item {
  margin: 45px 0; }

@media only screen and (max-width: 1024px) {
  .HeroDetail .back {
    display: none; }

  .HeroDetail .detail-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 0;
    text-align: center;
    text-transform: uppercase; }

  .HeroDetail .detail-heading h1 {
    margin: 0;
    font-weight: 800;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 72px;
    line-height: 4.5rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; }

  .HeroDetail .detail-heading h1, .HeroDetail .detail-heading span {
    font-family: lft-etica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .HeroDetail .detail-heading span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: -.05px;
    letter-spacing: -.05rem; } }
@media only screen and (max-width: 768px) {
  .HeroDetail .detail-heading h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 48px;
    line-height: 3rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
.relatedContent--heroDetails .relatedContent-container:before {
  display: none; }

.buy-new-pilot {
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: url(../img/sl_preorderBtn-bkg_ncsa.png) right 0 no-repeat, url(../img/sl_preorderBtn-repeat-bkg_ncsa.png) 0 0 repeat-x;
  border: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  min-width: 105px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 70%;
  height: 45px;
  font-weight: 700; }

.buy-new-pilot:before {
  background: url(../img/sl_preorderBtn-left-bkg_ncsa.png) 0 0 no-repeat;
  left: -17px; }

.buy-new-pilot:after, .buy-new-pilot:before {
  content: "";
  position: absolute;
  top: 0;
  width: 17px;
  height: 44px; }

.buy-new-pilot:after {
  background: url(../img/sl_preorderBtn-right-bkg_ncsa.png) 0 0 no-repeat;
  right: -17px; }

.pilotDetails-RelatedContentWrapper {
  background-size: contain !important; }

@media only screen and (max-width: 1024px) {
  .pilotDetails-RelatedContentWrapper {
    background: transparent !important; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.AboutSteps-snapslider .SnapSlideshow-content .btn {
  margin-bottom: 15px; }

.AboutSteps-snapslider.for-Details {
  display: none;
  visibility: hidden;
  left: -20px; }

.AboutSteps-snapslider.for-Details .SnapSlideshow-contentCTA {
  height: inherit; }

.AboutSteps-snapslider.for-Details .SnapSlideshow-contentCTA .SnapSlideshow-contentTitle {
  position: relative;
  top: inherit;
  left: inherit;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-transform: uppercase;
  margin: 15px 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.AboutSteps-snapslider.for-Details .SnapSlideshow-contentCTA .SnapSlider-contentDescription {
  margin: 10px 0 0;
  padding-bottom: 15px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.AboutSteps-snapslider.for-Details .SnapSlideshow-contentCTA .SnapSlider-contentDescription .btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media only screen and (max-width: 930px) {
  .AboutSteps-snapslider.for-Details {
    display: block;
    visibility: visible; }

  .AboutSteps-snapslider.for-Details + .relatedContent {
    display: none;
    visibility: hidden; } }
.pilotsDetailContent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 150px; }

.pilotsDetailContent h1 {
  margin: 30px auto 60px;
  text-transform: uppercase;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 69px;
  line-height: 4.3125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.pilotsDetailContent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 850px;
  position: relative; }

.pilotsDetailContent-media {
  position: relative;
  width: 40%; }

.pilotsDetailContent-media img {
  position: relative;
  z-index: 1; }

.pilotsDetailContent-media .is-desktop {
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }

.pilotsDetailContent-media .is-mobile {
  display: none; }

.pilotsDetailContent-copy {
  width: 60%;
  z-index: 1; }

.pilotsDetailContent-copyBox {
  background: rgba(28, 27, 88, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 410px;
  margin: 0 auto;
  padding: 30px 25px;
  position: relative; }

.pilotsDetailContent-copy h2 {
  display: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy p {
  margin: 3px 0 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400; }

.pilotsDetailContent-copy .subtitle, .pilotsDetailContent-copy p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600; }

.pilotsDetailContent-copy .subtitle img {
  margin-right: 10px; }

.pilotsDetailContent-copy .subtitle svg {
  margin-right: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 230px;
  line-height: 14.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.pilotsDetailContent .copy-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0;
  width: 100%;
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  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;
  margin-bottom: 15px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: calc(50% - 30px);
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem:nth-child(odd) {
  margin-right: 30px; }

.pilotsDetailContent .copy-media .mediaItem-container {
  text-align: center;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-container {
  line-height: 0;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 0;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean:before, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .text, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .icon, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .icon {
  display: none; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-video:before {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5); }

.pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  margin-top: -10%; }

.pilotsDetailContent .copy-media .mediaItem img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-title {
  color: #fff;
  display: inline-block;
  margin-top: 12px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: -.02px;
  letter-spacing: -.02rem; }

.pilotsDetailContent .copy-media .mediaItem .media, .pilotsDetailContent .copy-media .mediaItem .mediaItem {
  position: relative; }

body.is-ie11 .pilotsDetailContent .copy-media .mediaItem {
  display: block; }

.pilotsDetailContent button[data-sku] {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 36px);
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10;
  width: 73px;
  height: 68px; }

.pilotsDetailContent button[data-sku]:after, .pilotsDetailContent button[data-sku]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  height: 100%; }

.pilotsDetailContent button[data-sku]:active {
  outline: none; }

.pilotsDetailContent button[data-sku]:before {
  background: url("../img/sl_wishlist-favorite_ncsa.png") 0 0 no-repeat;
  opacity: 1; }

.pilotsDetailContent button[data-sku]:after {
  background: url("../img/sl_wishlist-favorite-active_ncsa.png") 0 0 no-repeat;
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:before {
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:after {
  opacity: 1; }

.pilotsDetailContent-buy {
  text-align: center;
  margin-bottom: 10px; }

@media only screen and (max-width: 1024px) {
  .pilotsDetailContent h1 {
    display: none; }

  .pilotsDetailContent button[data-sku] {
    top: -34px;
    bottom: auto; }

  .pilotsDetailContent-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
    width: 100%; }

  .pilotsDetailContent-media {
    display: block;
    top: 0;
    width: 100%; }

  .pilotsDetailContent-media .is-mobile {
    display: block;
    margin: 0 auto -20%;
    max-width: 100%; }

  .pilotsDetailContent-media .is-desktop {
    display: none; }

  .pilotsDetailContent-copy {
    position: relative;
    width: 100%;
    z-index: 1; }

  .pilotsDetailContent-copyBox {
    max-width: 100%;
    width: 100%; }

  .pilotsDetailContent-copyBox .copy-media .mediaItem .is-video:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  .pilotsDetailContent-copy h2 {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -40%; } }
@media only screen and (max-width: 640px) {
  .pilotsDetailContent .copy-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .pilotsDetailContent .copy-media .mediaItem {
    width: 100%; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; }

  .pilotsDetailContent .copy-media button:nth-child(odd) {
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -30%; }

  .pilotsDetailContent-copyBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px; }

  .pilotsDetailContent-copy .subtitle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .pilotsDetailContent-copy h2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .pilotsDetailContent-copy p {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .pilotsDetailContent-copy .copy-media {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .pilotsDetailContent-copy .pilotsDetailContent-buy {
    margin: 35px 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; } }
.detailNav {
  top: 345px;
  left: -40px;
  z-index: 800;
  width: calc(100% + 80px); }

.detailNav, .detailNav-next, .detailNav-prev {
  color: #fff;
  position: absolute;
  height: auto;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.detailNav-next, .detailNav-prev {
  background: none;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  outline: none; }

.detailNav-next .outline, .detailNav-next .overlay, .detailNav-next:after, .detailNav-next:before, .detailNav-prev .outline, .detailNav-prev .overlay, .detailNav-prev:after, .detailNav-prev:before {
  display: none; }

.detailNav-next .text, .detailNav-prev .text {
  color: inherit;
  display: block; }

.detailNav-next i, .detailNav-prev i {
  display: block;
  position: relative;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-next i:before, .detailNav-prev i:after, .detailNav-prev i:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-prev i:after, body:not(.is-touch) .detailNav-next:hover i:before, body:not(.is-touch) .detailNav-prev:hover i:before {
  opacity: 0; }

body:not(.is-touch) .detailNav-next:hover i:after, body:not(.is-touch) .detailNav-prev:hover i:after {
  opacity: 1; }

.detailNav--disabled {
  cursor: not-allowed;
  opacity: .5; }

.detailNav-prev {
  left: 40px; }

.detailNav-prev i:before {
  background: url(../img/sl_arrow-left-detail_ncsa.png) 50% no-repeat; }

.detailNav-prev i:after {
  background: url(../img/sl_arrow-left-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-next {
  right: 40px; }

.detailNav-next i:before {
  background: url(../img/sl_arrow-right-detail_ncsa.png) 50% no-repeat; }

.detailNav-next i:after {
  background: url(../img/sl_arrow-right-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-indicatior, .detailNav .is-mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .detailNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: 100%;
    height: auto; }

  .detailNav-name {
    display: none; }

  .detailNav-next, .detailNav-prev {
    position: static; }

  .detailNav-indicatior {
    display: block;
    margin: 0 5px; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.HeroDetail {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_bg-pilotDetails_ncsa.jpg) center 0 no-repeat, #001a35;
  background-size: auto,auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 120px;
  position: relative;
  margin: 0 auto; }

.HeroDetail .back {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.HeroDetail .back svg {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.HeroDetail .detail-heading {
  display: none; }

.HeroDetail .octagonList-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px auto 0;
  padding: 0 20px 50px;
  position: relative; }

.HeroDetail .octagonList-wrapper:before {
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 190px; }

.HeroDetail .octagonList-wrapper:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 277px; }

.HeroDetail .octagonList-wrapper .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.HeroDetail .octagonList-wrapper .container {
  background: rgba(79, 77, 181, 0.1);
  max-width: 1135px;
  position: relative;
  width: 100%;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList {
  padding: 60px 0 30px;
  position: relative;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList--item {
  margin: 45px 0; }

@media only screen and (max-width: 1024px) {
  .HeroDetail .back {
    display: none; }

  .HeroDetail .detail-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 0;
    text-align: center;
    text-transform: uppercase; }

  .HeroDetail .detail-heading h1 {
    margin: 0;
    font-weight: 800;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 72px;
    line-height: 4.5rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; }

  .HeroDetail .detail-heading h1, .HeroDetail .detail-heading span {
    font-family: lft-etica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .HeroDetail .detail-heading span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: -.05px;
    letter-spacing: -.05rem; } }
@media only screen and (max-width: 768px) {
  .HeroDetail .detail-heading h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 48px;
    line-height: 3rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
@media only screen and (max-width: 1024px) {
  .ShipDetail .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -10%; } }
.pilotsDetailContent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 150px; }

.pilotsDetailContent h1 {
  margin: 30px auto 60px;
  text-transform: uppercase;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 69px;
  line-height: 4.3125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.pilotsDetailContent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 850px;
  position: relative; }

.pilotsDetailContent-media {
  position: relative;
  width: 40%; }

.pilotsDetailContent-media img {
  position: relative;
  z-index: 1; }

.pilotsDetailContent-media .is-desktop {
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }

.pilotsDetailContent-media .is-mobile {
  display: none; }

.pilotsDetailContent-copy {
  width: 60%;
  z-index: 1; }

.pilotsDetailContent-copyBox {
  background: rgba(28, 27, 88, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 410px;
  margin: 0 auto;
  padding: 30px 25px;
  position: relative; }

.pilotsDetailContent-copy h2 {
  display: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy p {
  margin: 3px 0 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400; }

.pilotsDetailContent-copy .subtitle, .pilotsDetailContent-copy p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600; }

.pilotsDetailContent-copy .subtitle img {
  margin-right: 10px; }

.pilotsDetailContent-copy .subtitle svg {
  margin-right: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 230px;
  line-height: 14.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.pilotsDetailContent .copy-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0;
  width: 100%;
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  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;
  margin-bottom: 15px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: calc(50% - 30px);
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem:nth-child(odd) {
  margin-right: 30px; }

.pilotsDetailContent .copy-media .mediaItem-container {
  text-align: center;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-container {
  line-height: 0;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 0;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean:before, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .text, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .icon, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .icon {
  display: none; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-video:before {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5); }

.pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  margin-top: -10%; }

.pilotsDetailContent .copy-media .mediaItem img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-title {
  color: #fff;
  display: inline-block;
  margin-top: 12px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: -.02px;
  letter-spacing: -.02rem; }

.pilotsDetailContent .copy-media .mediaItem .media, .pilotsDetailContent .copy-media .mediaItem .mediaItem {
  position: relative; }

body.is-ie11 .pilotsDetailContent .copy-media .mediaItem {
  display: block; }

.pilotsDetailContent button[data-sku] {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 36px);
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10;
  width: 73px;
  height: 68px; }

.pilotsDetailContent button[data-sku]:after, .pilotsDetailContent button[data-sku]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  height: 100%; }

.pilotsDetailContent button[data-sku]:active {
  outline: none; }

.pilotsDetailContent button[data-sku]:before {
  background: url("../img/sl_wishlist-favorite_ncsa.png") 0 0 no-repeat;
  opacity: 1; }

.pilotsDetailContent button[data-sku]:after {
  background: url("../img/sl_wishlist-favorite-active_ncsa.png") 0 0 no-repeat;
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:before {
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:after {
  opacity: 1; }

.pilotsDetailContent-buy {
  text-align: center;
  margin-bottom: 10px; }

@media only screen and (max-width: 1024px) {
  .pilotsDetailContent h1 {
    display: none; }

  .pilotsDetailContent button[data-sku] {
    top: -34px;
    bottom: auto; }

  .pilotsDetailContent-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
    width: 100%; }

  .pilotsDetailContent-media {
    display: block;
    top: 0;
    width: 100%; }

  .pilotsDetailContent-media .is-mobile {
    display: block;
    margin: 0 auto -20%;
    max-width: 100%; }

  .pilotsDetailContent-media .is-desktop {
    display: none; }

  .pilotsDetailContent-copy {
    position: relative;
    width: 100%;
    z-index: 1; }

  .pilotsDetailContent-copyBox {
    max-width: 100%;
    width: 100%; }

  .pilotsDetailContent-copyBox .copy-media .mediaItem .is-video:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  .pilotsDetailContent-copy h2 {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -40%; } }
@media only screen and (max-width: 640px) {
  .pilotsDetailContent .copy-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .pilotsDetailContent .copy-media .mediaItem {
    width: 100%; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; }

  .pilotsDetailContent .copy-media button:nth-child(odd) {
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -30%; }

  .pilotsDetailContent-copyBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px; }

  .pilotsDetailContent-copy .subtitle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .pilotsDetailContent-copy h2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .pilotsDetailContent-copy p {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .pilotsDetailContent-copy .copy-media {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .pilotsDetailContent-copy .pilotsDetailContent-buy {
    margin: 35px 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; } }
.detailNav {
  top: 345px;
  left: -40px;
  z-index: 800;
  width: calc(100% + 80px); }

.detailNav, .detailNav-next, .detailNav-prev {
  color: #fff;
  position: absolute;
  height: auto;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.detailNav-next, .detailNav-prev {
  background: none;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  outline: none; }

.detailNav-next .outline, .detailNav-next .overlay, .detailNav-next:after, .detailNav-next:before, .detailNav-prev .outline, .detailNav-prev .overlay, .detailNav-prev:after, .detailNav-prev:before {
  display: none; }

.detailNav-next .text, .detailNav-prev .text {
  color: inherit;
  display: block; }

.detailNav-next i, .detailNav-prev i {
  display: block;
  position: relative;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-next i:before, .detailNav-prev i:after, .detailNav-prev i:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-prev i:after, body:not(.is-touch) .detailNav-next:hover i:before, body:not(.is-touch) .detailNav-prev:hover i:before {
  opacity: 0; }

body:not(.is-touch) .detailNav-next:hover i:after, body:not(.is-touch) .detailNav-prev:hover i:after {
  opacity: 1; }

.detailNav--disabled {
  cursor: not-allowed;
  opacity: .5; }

.detailNav-prev {
  left: 40px; }

.detailNav-prev i:before {
  background: url(../img/sl_arrow-left-detail_ncsa.png) 50% no-repeat; }

.detailNav-prev i:after {
  background: url(../img/sl_arrow-left-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-next {
  right: 40px; }

.detailNav-next i:before {
  background: url(../img/sl_arrow-right-detail_ncsa.png) 50% no-repeat; }

.detailNav-next i:after {
  background: url(../img/sl_arrow-right-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-indicatior, .detailNav .is-mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .detailNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: 100%;
    height: auto; }

  .detailNav-name {
    display: none; }

  .detailNav-next, .detailNav-prev {
    position: static; }

  .detailNav-indicatior {
    display: block;
    margin: 0 5px; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.HeroDetail {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_bg-pilotDetails_ncsa.jpg) center 0 no-repeat, #001a35;
  background-size: auto,auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 120px;
  position: relative;
  margin: 0 auto; }

.HeroDetail .back {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.HeroDetail .back svg {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.HeroDetail .detail-heading {
  display: none; }

.HeroDetail .octagonList-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px auto 0;
  padding: 0 20px 50px;
  position: relative; }

.HeroDetail .octagonList-wrapper:before {
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 190px; }

.HeroDetail .octagonList-wrapper:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 277px; }

.HeroDetail .octagonList-wrapper .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.HeroDetail .octagonList-wrapper .container {
  background: rgba(79, 77, 181, 0.1);
  max-width: 1135px;
  position: relative;
  width: 100%;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList {
  padding: 60px 0 30px;
  position: relative;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList--item {
  margin: 45px 0; }

@media only screen and (max-width: 1024px) {
  .HeroDetail .back {
    display: none; }

  .HeroDetail .detail-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 0;
    text-align: center;
    text-transform: uppercase; }

  .HeroDetail .detail-heading h1 {
    margin: 0;
    font-weight: 800;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 72px;
    line-height: 4.5rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; }

  .HeroDetail .detail-heading h1, .HeroDetail .detail-heading span {
    font-family: lft-etica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .HeroDetail .detail-heading span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: -.05px;
    letter-spacing: -.05rem; } }
@media only screen and (max-width: 768px) {
  .HeroDetail .detail-heading h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 48px;
    line-height: 3rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
@media only screen and (max-width: 1024px) {
  .WeaponDetail .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -10%; } }
.wysiwygContent h1, .wysiwygContent h2, .wysiwygContent h3, .wysiwygContent h4, .wysiwygContent h5, .wysiwygContent h6 {
  margin-top: 30px; }

.wysiwygContent h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem; }

.wysiwygContent h1, .wysiwygContent h2 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.wysiwygContent h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem; }

.wysiwygContent h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem; }

.wysiwygContent h3, .wysiwygContent h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.wysiwygContent h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem; }

.wysiwygContent h5 {
  line-height: 24px;
  line-height: 1.5rem; }

.wysiwygContent h5, .wysiwygContent h6 {
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.wysiwygContent h6 {
  line-height: 22px;
  line-height: 1.375rem; }

.wysiwygContent ol, .wysiwygContent p, .wysiwygContent ul {
  font-size: 14px;
  font-size: .875rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: .02px;
  letter-spacing: .02rem; }

.wysiwygContent em {
  font-style: italic; }

.wysiwygContent ul {
  list-style-type: disc; }

.wysiwygContent ol {
  list-style-type: decimal; }

.wysiwygContent blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0; }

.wysiwygContent img {
  height: auto;
  max-width: 100%;
  width: 100% !important;
  height: auto !important; }

.wysiwygContent .right-align {
  direction: rtl; }

.wysiwygContent .left-align {
  direction: ltr; }

.wysiwygContent iframe {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.AgeGate {
  background: url(../img/sl_agegate-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 40px solid #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }

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

.AgeGate, .AgeGate-close, .AgeGate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.AgeGate-close {
  color: #fff;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 50px;
  left: 42px;
  position: absolute;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.AgeGate-close .text .icon {
  float: left; }

.AgeGate-close svg {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.AgeGate p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 640px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0; }

.AgeGate p a {
  color: #231225;
  text-decoration: none; }

.AgeGate-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: 845px;
  height: auto; }

.AgeGate-form * {
  position: relative;
  z-index: 1; }

.AgeGate-form p {
  margin-top: 0; }

.AgeGate-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  max-width: 640px;
  width: 100%; }

.AgeGate-form .in-select {
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: url(../img/sl_arrow-down_ncsa.png) calc(100% - 12px) 50% no-repeat;
  position: relative;
  width: calc(33.33% - 8px);
  height: 33px; }

.AgeGate-form .in-select select {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.AgeGate-form .in-select select::-ms-expand {
  display: none; }

body.is-windows .AgeGate-form .in-select select option {
  background: #000; }

.AgeGate-form .in-select:not(:last-child) {
  margin-right: 8px; }

.AgeGate .divider {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 20px;
  max-width: 1020px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: Helvetica,sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0; }

.AgeGate .divider span {
  position: relative; }

.AgeGate .divider span:after, .AgeGate .divider span:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 1000px;
  height: 1px; }

.AgeGate .divider span:before {
  left: calc(100% + 20px); }

.AgeGate .divider span:after {
  right: calc(100% + 20px); }

@media only screen and (max-width: 1024px) {
  .AgeGate-form {
    width: 700px; } }
@media only screen and (max-width: 860px) {
  .AgeGate-content:before {
    display: none; }

  .AgeGate-form {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%; }

  .AgeGate-form-boxes, .AgeGate-form:after, .AgeGate-form:before {
    display: none; }

  .AgeGate-form-group {
    max-width: 100%; }

  .AgeGate .divider {
    height: 24px;
    margin: 15px 20px; }

  .AgeGate img {
    max-width: 50%; }

  .AgeGate p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 15px;
    line-height: .9375rem;
    letter-spacing: 0; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.UpdatesDetail {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url(../img/sl_about-stars_ncsa.png) 0 0 repeat, url(../img/sl_newsDetail-bg_ncsa.jpg) 0 0 no-repeat, #001a35;
  background-size: auto,auto,100% auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 185px 20px 90px;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%; }

.UpdatesDetail.is-video-article .wysiwygContent-article {
  padding-top: 20px; }

.UpdatesDetail .asteroid-1, .UpdatesDetail .asteroid-2, .UpdatesDetail .asteroid-3 {
  position: absolute; }

.UpdatesDetail .asteroid-1 img, .UpdatesDetail .asteroid-2 img, .UpdatesDetail .asteroid-3 img {
  position: static; }

.UpdatesDetail .asteroid-1 {
  top: 150px;
  right: -20px; }

.UpdatesDetail .asteroid-2 {
  top: 25%;
  left: -15px; }

.UpdatesDetail .asteroid-3 {
  bottom: 10%;
  right: -10px; }

.UpdatesDetail .btn-back {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 140px;
  left: 35px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-size: .75rem;
  font-family: lft-etica,sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.UpdatesDetail .btn-back svg {
  bottom: -2px;
  margin-right: 5px;
  position: relative;
  left: 0;
  -webkit-transition: left .2s ease;
  -o-transition: left .2s ease;
  transition: left .2s ease; }

body:not(.is-touch) .UpdatesDetail .btn-back:hover svg {
  left: -2px; }

.UpdatesDetail-parallax {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%; }

.UpdatesDetail .pane-borders {
  pointer-events: none;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.UpdatesDetail .page-title {
  color: #fff;
  margin: 60px auto 50px;
  text-align: center;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 62px;
  line-height: 3.875rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.UpdatesDetail .wysiwygContent {
  background: #edebf4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1c1b58;
  max-width: 720px;
  position: relative;
  width: 100%;
  z-index: 1; }

.UpdatesDetail .wysiwygContent-article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px; }

.UpdatesDetail .wysiwygContent-article-heading {
  margin-top: 25px; }

.UpdatesDetail .wysiwygContent-date {
  text-align: left; }

.UpdatesDetail .wysiwygContent-social {
  display: block;
  margin: 25px 0 50px;
  text-align: center;
  text-transform: uppercase; }

.UpdatesDetail .wysiwygContent-social span.title {
  display: block;
  margin-bottom: 10px;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.UpdatesDetail .wysiwygContent-social a {
  color: #ffa800;
  display: inline !important;
  margin: 0 !important;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.UpdatesDetail .wysiwygContent-social a svg {
  margin: 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0; }

.UpdatesDetail .wysiwygContent-social a:after, .UpdatesDetail .wysiwygContent-social a:before {
  display: none; }

body:not(.is-touch) .UpdatesDetail .wysiwygContent-social a:hover {
  color: #ffa800; }

.UpdatesDetail .wysiwygContent .media-top {
  line-height: 0;
  margin: 30px 25px 0;
  position: relative; }

.UpdatesDetail .wysiwygContent .news_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.UpdatesDetail .wysiwygContent .news_date {
  display: inline-block;
  margin: 45px auto 0;
  position: relative;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.UpdatesDetail .wysiwygContent iframe {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 160px; }

.UpdatesDetail .wysiwygContent img {
  width: 100%; }

.UpdatesDetail .wysiwygContent a, .UpdatesDetail .wysiwygContent em, .UpdatesDetail .wysiwygContent p, .UpdatesDetail .wysiwygContent span {
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.UpdatesDetail .wysiwygContent strong {
  font-family: Helvetica,sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.UpdatesDetail .wysiwygContent blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 130px; }

.UpdatesDetail .wysiwygContent blockquote, .UpdatesDetail .wysiwygContent blockquote p {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.UpdatesDetail .wysiwygContent ul {
  padding: 10px 0 10px 40px; }

.UpdatesDetail .wysiwygContent a[name] {
  display: inline-block;
  color: #1c1b58;
  padding-top: 45px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.UpdatesDetail .wysiwygContent a, .UpdatesDetail .wysiwygContent a[name] {
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.UpdatesDetail .wysiwygContent a {
  color: #ff6a00;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.UpdatesDetail .wysiwygContent a[href$=".gif"], .UpdatesDetail .wysiwygContent a[href$=".jpeg"], .UpdatesDetail .wysiwygContent a[href$=".jpg"], .UpdatesDetail .wysiwygContent a[href$=".png"] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 160px;
  position: relative; }

.UpdatesDetail .wysiwygContent a[href$=".gif"]:after, .UpdatesDetail .wysiwygContent a[href$=".gif"]:before, .UpdatesDetail .wysiwygContent a[href$=".jpeg"]:after, .UpdatesDetail .wysiwygContent a[href$=".jpeg"]:before, .UpdatesDetail .wysiwygContent a[href$=".jpg"]:after, .UpdatesDetail .wysiwygContent a[href$=".jpg"]:before, .UpdatesDetail .wysiwygContent a[href$=".png"]:after, .UpdatesDetail .wysiwygContent a[href$=".png"]:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -5px;
  left: -5px; }

.UpdatesDetail .wysiwygContent a[href$=".gif"]:before, .UpdatesDetail .wysiwygContent a[href$=".jpeg"]:before, .UpdatesDetail .wysiwygContent a[href$=".jpg"]:before, .UpdatesDetail .wysiwygContent a[href$=".png"]:before {
  border: 1px solid rgba(28, 27, 88, 0.2);
  width: calc(100% + 10px);
  height: calc(100% + 5px); }

.UpdatesDetail .wysiwygContent a[href$=".gif"]:after, .UpdatesDetail .wysiwygContent a[href$=".jpeg"]:after, .UpdatesDetail .wysiwygContent a[href$=".jpg"]:after, .UpdatesDetail .wysiwygContent a[href$=".png"]:after {
  background: url(../img/sl_node-dark_ncsa.jpg) 0 0 no-repeat, url(../img/sl_node-dark_ncsa.jpg) 0 100% no-repeat, url(../img/sl_node-dark_ncsa.jpg) 100% 0 no-repeat, url(../img/sl_node-dark_ncsa.jpg) 100% 100% no-repeat;
  width: calc(100% + 13px);
  height: calc(100% + 7px); }

body:not(.is-touch) .UpdatesDetail .wysiwygContent a:hover {
  color: #ffa800; }

.UpdatesDetail .wysiwygContent .image-wrapper, .UpdatesDetail .wysiwygContent .video-wrapper {
  margin: 50px 100px;
  position: relative; }

.UpdatesDetail .wysiwygContent .image-wrapper:after, .UpdatesDetail .wysiwygContent .image-wrapper:before, .UpdatesDetail .wysiwygContent .video-wrapper:after, .UpdatesDetail .wysiwygContent .video-wrapper:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -5px;
  left: -5px; }

.UpdatesDetail .wysiwygContent .image-wrapper:before, .UpdatesDetail .wysiwygContent .video-wrapper:before {
  border: 1px solid rgba(109, 183, 227, 0.2);
  width: calc(100% + 10px);
  height: calc(100% + 5px); }

.UpdatesDetail .wysiwygContent .image-wrapper:after, .UpdatesDetail .wysiwygContent .video-wrapper:after {
  background: url(../img/sl_node_ncsa.jpg) 0 0 no-repeat, url(../img/sl_node_ncsa.jpg) 0 100% no-repeat, url(../img/sl_node_ncsa.jpg) 100% 0 no-repeat, url(../img/sl_node_ncsa.jpg) 100% 100% no-repeat;
  width: calc(100% + 13px);
  height: calc(100% + 7px); }

.UpdatesDetail .wysiwygContent .video-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 30px; }

.UpdatesDetail .wysiwygContent .video-wrapper:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: url("../img/YouTube_icon_light.svg");
  width: 68px;
  height: 48px;
  color: #fff;
  opacity: .8;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  pointer-events: none; }

.UpdatesDetail .wysiwygContent .video-wrapper:hover:before {
  content: url("../img/YouTube_icon_full-color.svg");
  pointer-events: none; }

.UpdatesDetail .wysiwygContent .video-wrapper img {
  margin: 0 auto;
  max-width: 100%; }

@media only screen and (max-width: 1024px) {
  .UpdatesDetail-parallax.is-popout {
    display: none; }

  .UpdatesDetail .btn-back {
    top: 95px;
    left: 10px; }

  .UpdatesDetail .page-title {
    margin: 60px auto 15px;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; }

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

  .UpdatesDetail .wysiwygContent .image-wrapper, .UpdatesDetail .wysiwygContent .video-wrapper, .UpdatesDetail .wysiwygContent iframe {
    margin: 50px 0; } }
@media only screen and (max-width: 640px) {
  .UpdatesDetail .btn-back {
    display: none; }

  .UpdatesDetail .wysiwygContent .news_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.1875rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; } }
.pilotsDetailContent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 150px; }

.pilotsDetailContent h1 {
  margin: 30px auto 60px;
  text-transform: uppercase;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 69px;
  line-height: 4.3125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.pilotsDetailContent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 850px;
  position: relative; }

.pilotsDetailContent-media {
  position: relative;
  width: 40%; }

.pilotsDetailContent-media img {
  position: relative;
  z-index: 1; }

.pilotsDetailContent-media .is-desktop {
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }

.pilotsDetailContent-media .is-mobile {
  display: none; }

.pilotsDetailContent-copy {
  width: 60%;
  z-index: 1; }

.pilotsDetailContent-copyBox {
  background: rgba(28, 27, 88, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 410px;
  margin: 0 auto;
  padding: 30px 25px;
  position: relative; }

.pilotsDetailContent-copy h2 {
  display: none;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy p {
  margin: 3px 0 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400; }

.pilotsDetailContent-copy .subtitle, .pilotsDetailContent-copy p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600; }

.pilotsDetailContent-copy .subtitle img {
  margin-right: 10px; }

.pilotsDetailContent-copy .subtitle svg {
  margin-right: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 230px;
  line-height: 14.375rem;
  letter-spacing: 0; }

.pilotsDetailContent-copy .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.pilotsDetailContent .copy-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0;
  width: 100%;
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  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;
  margin-bottom: 15px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: calc(50% - 30px);
  height: auto; }

.pilotsDetailContent .copy-media .mediaItem:nth-child(odd) {
  margin-right: 30px; }

.pilotsDetailContent .copy-media .mediaItem-container {
  text-align: center;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-container {
  line-height: 0;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 0;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  position: relative; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean:before, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean > .content, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .text, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean .icon, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean .icon {
  display: none; }

.pilotsDetailContent .copy-media .mediaItem .is-image .btn--clean img, .pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pilotsDetailContent .copy-media .mediaItem .is-video:before {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5); }

.pilotsDetailContent .copy-media .mediaItem .is-video .btn--clean img {
  margin-top: -10%; }

.pilotsDetailContent .copy-media .mediaItem img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 100%; }

.pilotsDetailContent .copy-media .mediaItem .media-title {
  color: #fff;
  display: inline-block;
  margin-top: 12px;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: -.02px;
  letter-spacing: -.02rem; }

.pilotsDetailContent .copy-media .mediaItem .media, .pilotsDetailContent .copy-media .mediaItem .mediaItem {
  position: relative; }

body.is-ie11 .pilotsDetailContent .copy-media .mediaItem {
  display: block; }

.pilotsDetailContent button[data-sku] {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 36px);
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10;
  width: 73px;
  height: 68px; }

.pilotsDetailContent button[data-sku]:after, .pilotsDetailContent button[data-sku]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  height: 100%; }

.pilotsDetailContent button[data-sku]:active {
  outline: none; }

.pilotsDetailContent button[data-sku]:before {
  background: url("../img/sl_wishlist-favorite_ncsa.png") 0 0 no-repeat;
  opacity: 1; }

.pilotsDetailContent button[data-sku]:after {
  background: url("../img/sl_wishlist-favorite-active_ncsa.png") 0 0 no-repeat;
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:before {
  opacity: 0; }

.pilotsDetailContent button[data-sku].is-active:after {
  opacity: 1; }

.pilotsDetailContent-buy {
  text-align: center;
  margin-bottom: 10px; }

@media only screen and (max-width: 1024px) {
  .pilotsDetailContent h1 {
    display: none; }

  .pilotsDetailContent button[data-sku] {
    top: -34px;
    bottom: auto; }

  .pilotsDetailContent-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px;
    width: 100%; }

  .pilotsDetailContent-media {
    display: block;
    top: 0;
    width: 100%; }

  .pilotsDetailContent-media .is-mobile {
    display: block;
    margin: 0 auto -20%;
    max-width: 100%; }

  .pilotsDetailContent-media .is-desktop {
    display: none; }

  .pilotsDetailContent-copy {
    position: relative;
    width: 100%;
    z-index: 1; }

  .pilotsDetailContent-copyBox {
    max-width: 100%;
    width: 100%; }

  .pilotsDetailContent-copyBox .copy-media .mediaItem .is-video:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  .pilotsDetailContent-copy h2 {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -40%; } }
@media only screen and (max-width: 640px) {
  .pilotsDetailContent .copy-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .pilotsDetailContent .copy-media .mediaItem {
    width: 100%; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; }

  .pilotsDetailContent .copy-media button:nth-child(odd) {
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .pilotsDetailContent-media .is-mobile {
    margin: 0 auto -30%; }

  .pilotsDetailContent-copyBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px; }

  .pilotsDetailContent-copy .subtitle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .pilotsDetailContent-copy h2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .pilotsDetailContent-copy p {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .pilotsDetailContent-copy .copy-media {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .pilotsDetailContent-copy .pilotsDetailContent-buy {
    margin: 35px 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .pilotsDetailContent .copy-media button {
    width: 100%;
    height: auto; } }
.detailNav {
  top: 345px;
  left: -40px;
  z-index: 800;
  width: calc(100% + 80px); }

.detailNav, .detailNav-next, .detailNav-prev {
  color: #fff;
  position: absolute;
  height: auto;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.detailNav-next, .detailNav-prev {
  background: none;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  outline: none; }

.detailNav-next .outline, .detailNav-next .overlay, .detailNav-next:after, .detailNav-next:before, .detailNav-prev .outline, .detailNav-prev .overlay, .detailNav-prev:after, .detailNav-prev:before {
  display: none; }

.detailNav-next .text, .detailNav-prev .text {
  color: inherit;
  display: block; }

.detailNav-next i, .detailNav-prev i {
  display: block;
  position: relative;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-next i:before, .detailNav-prev i:after, .detailNav-prev i:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 75px;
  height: 68px; }

.detailNav-next i:after, .detailNav-prev i:after, body:not(.is-touch) .detailNav-next:hover i:before, body:not(.is-touch) .detailNav-prev:hover i:before {
  opacity: 0; }

body:not(.is-touch) .detailNav-next:hover i:after, body:not(.is-touch) .detailNav-prev:hover i:after {
  opacity: 1; }

.detailNav--disabled {
  cursor: not-allowed;
  opacity: .5; }

.detailNav-prev {
  left: 40px; }

.detailNav-prev i:before {
  background: url(../img/sl_arrow-left-detail_ncsa.png) 50% no-repeat; }

.detailNav-prev i:after {
  background: url(../img/sl_arrow-left-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-next {
  right: 40px; }

.detailNav-next i:before {
  background: url(../img/sl_arrow-right-detail_ncsa.png) 50% no-repeat; }

.detailNav-next i:after {
  background: url(../img/sl_arrow-right-detail-hover_ncsa.png) 50% no-repeat; }

.detailNav-indicatior, .detailNav .is-mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .detailNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: 100%;
    height: auto; }

  .detailNav-name {
    display: none; }

  .detailNav-next, .detailNav-prev {
    position: static; }

  .detailNav-indicatior {
    display: block;
    margin: 0 5px; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.HeroDetail {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_bg-pilotDetails_ncsa.jpg) center 0 no-repeat, #001a35;
  background-size: auto,auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 120px;
  position: relative;
  margin: 0 auto; }

.HeroDetail .back {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.HeroDetail .back svg {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.HeroDetail .detail-heading {
  display: none; }

.HeroDetail .octagonList-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px auto 0;
  padding: 0 20px 50px;
  position: relative; }

.HeroDetail .octagonList-wrapper:before {
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: url(../img/sl_hex-perspective-bg_ncsa.png) 0 100% repeat-x, linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 190px; }

.HeroDetail .octagonList-wrapper:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#001a35), to(rgba(0, 26, 53, 0)));
  background: -webkit-linear-gradient(bottom, #001a35, rgba(0, 26, 53, 0));
  background: -o-linear-gradient(bottom, #001a35 0, rgba(0, 26, 53, 0) 100%);
  background: linear-gradient(0deg, #001a35, rgba(0, 26, 53, 0));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 277px; }

.HeroDetail .octagonList-wrapper .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.HeroDetail .octagonList-wrapper .container {
  background: rgba(79, 77, 181, 0.1);
  max-width: 1135px;
  position: relative;
  width: 100%;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList {
  padding: 60px 0 30px;
  position: relative;
  z-index: 2; }

.HeroDetail .octagonList-wrapper .octagonList--item {
  margin: 45px 0; }

@media only screen and (max-width: 1024px) {
  .HeroDetail .back {
    display: none; }

  .HeroDetail .detail-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 0;
    text-align: center;
    text-transform: uppercase; }

  .HeroDetail .detail-heading h1 {
    margin: 0;
    font-weight: 800;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 72px;
    line-height: 4.5rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; }

  .HeroDetail .detail-heading h1, .HeroDetail .detail-heading span {
    font-family: lft-etica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .HeroDetail .detail-heading span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: -.05px;
    letter-spacing: -.05rem; } }
@media only screen and (max-width: 768px) {
  .HeroDetail .detail-heading h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 48px;
    line-height: 3rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
.UniverseDetail {
  background-size: auto, auto, cover !important;
  background-position: center 775px, 0 0, 0 0 !important; }

.UniverseDetail .octagonList {
  background: rgba(79, 77, 181, 0.1);
  background-size: cover; }

.UniverseDetail .octagonList--item img {
  -webkit-transform: translate(-50%, -50%) scale(0.65);
  -ms-transform: translate(-50%, -50%) scale(0.65);
  transform: translate(-50%, -50%) scale(0.65); }

.UniverseDetail .octagonList--item .ring-ui:after {
  background: url(../img/sl_octagonNodesWhite-large_ncsa.png) 50% no-repeat;
  width: 213px;
  height: 216px; }

.UniverseDetail .octagonList--item:hover .icon-octagonMask {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.UniverseDetail .octagonList--item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.UniverseDetail .pilotsDetailContent.emea {
  margin-bottom: 950px; }

.UniverseDetail .octagonList-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#001a35), color-stop(50%, rgba(0, 26, 53, 0))), url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, #001a35;
  background: -webkit-linear-gradient(top, #001a35, rgba(0, 26, 53, 0) 50%), url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, #001a35;
  background: -o-linear-gradient(top, #001a35 0, rgba(0, 26, 53, 0) 50%), url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, #001a35;
  background: linear-gradient(180deg, #001a35, rgba(0, 26, 53, 0) 50%), url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, #001a35; }

.UniverseDetail .octagonList-wrapper:after {
  width: 100%;
  height: 190px; }

.UniverseDetail .relatedContent--heroDetails .relatedContent-container {
  margin: 35px auto 180px; }

.promo-aboutSteps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  height: auto;
  width: auto; }

.promo-aboutSteps:before {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_about-steps-bg_ncsa.jpg) 0 0 no-repeat;
  background-size: auto,100% auto;
  content: "";
  max-width: 100%;
  top: -50%;
  height: 150%; }

.promo-aboutSteps-parallax, .promo-aboutSteps:before {
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 100%; }

.promo-aboutSteps-parallax {
  z-index: 2;
  height: 100%; }

.promo-aboutSteps-parallax .is-asteroid1, .promo-aboutSteps-parallax .is-asteroid2, .promo-aboutSteps-parallax .is-asteroid3 {
  position: absolute; }

.promo-aboutSteps-parallax .is-asteroid1 {
  top: -300px;
  left: -20px;
  z-index: 1; }

.promo-aboutSteps-parallax .is-asteroid2 {
  bottom: -193px;
  right: -25px; }

.promo-aboutSteps-parallax .is-asteroid3 {
  top: 0;
  left: -25px; }

.promo-aboutSteps-head {
  color: #fff;
  margin: 0 0 100px;
  max-width: 858px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }

.promo-aboutSteps-head h2 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 76px;
  line-height: 4.75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.promo-aboutSteps-head strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-head p {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-content, .promo-aboutSteps-head p {
  font-family: Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content {
  color: #fff;
  counter-reset: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1110px;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem;
  font-weight: 700; }

.promo-aboutSteps-content .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.promo-aboutSteps-content li {
  margin: 0 75px 60px 0;
  position: relative;
  width: calc(33% - 50px); }

.promo-aboutSteps-content li:before {
  background: url(../img/sl_hexagon-orange_ncsa.png) 50% no-repeat;
  counter-increment: section;
  content: counter(section);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: -28px;
  line-height: -1.75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem;
  width: 52px;
  height: 49px;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content li:after {
  background: url(../img/sl_ui-arrow-right_ncsa.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 28px; }

.promo-aboutSteps-content li:nth-child(3n) {
  margin-right: 0; }

.promo-aboutSteps-content li:nth-child(3n):after {
  display: none; }

.promo-aboutSteps-content li:last-child {
  margin: 0;
  width: 100%; }

.promo-aboutSteps-content li:last-child:after {
  display: none; }

.promo-aboutSteps-content li img {
  max-width: 100%;
  width: 100%; }

.promo-aboutSteps-content .step-content {
  padding: 30px 0 10px;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (max-width: 1250px) {
  .promo-aboutSteps {
    margin-top: 140px; } }
@media only screen and (max-width: 768px) {
  .promo-aboutSteps-content, .promo-aboutSteps-parallax {
    display: none; }

  .promo-aboutSteps-head {
    margin: 0 0 50px; }

  .promo-aboutSteps-head h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .promo-aboutSteps-head strong {
    font-size: 10px;
    font-size: .625rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: 0; } }
@media only screen and (max-width: 480px) {
  .promo-aboutSteps-head h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 2.125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.AboutSteps-snapslider {
  visibility: hidden;
  display: none;
  width: 100vw;
  position: relative; }

@media only screen and (max-width: 930px) {
  .AboutSteps-snapslider {
    visibility: visible;
    display: block; } }
.AboutSteps-snapslider .SnapSlider-slide {
  padding: 10px; }

.AboutSteps-snapslider .SnapSlider-slides {
  display: block; }

.AboutSteps-snapslider .SnapSlideshow-imagewrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%; }

.AboutSteps-snapslider .SnapSlideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover; }

.AboutSteps-snapslider .SnapSlideshow-content {
  text-align: center;
  position: relative; }

.AboutSteps-snapslider .SnapSlideshow-content .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.AboutSteps-snapslider .SnapSlideshow-content > * {
  float: none; }

.AboutSteps-snapslider .SnapSlideshow-contentCTA {
  position: relative;
  background: transparent;
  text-align: center;
  padding: 0;
  height: 50px; }

.AboutSteps-snapslider .SnapSlideshow-contentCTA .SnapSlideshow-contentTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }

.AboutSteps-snapslider .Slideshow-slide .SnapSlideshow-contentSubtitle {
  color: #c7a970;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .2px;
  letter-spacing: .2rem; }

.AboutSteps-snapslider .Slideshow-slide .SnapSlideshow-contentTitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0; }

.AboutSteps-snapslider .Slideshow-slide .SnapSlideshow-contentDescription {
  margin: 0 32px;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.AboutSteps-snapslider .Slideshow-select {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px;
  width: 5px;
  height: 5px; }

.AboutSteps .promo-aboutSteps-content {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 930px) {
  .AboutSteps .promo-aboutSteps-content {
    visibility: hidden;
    display: none; } }
@media only screen and (max-width: 930px) {
  .About .promo-aboutSteps {
    margin-top: 0; } }
.promo-aboutSteps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  height: auto;
  width: auto; }

.promo-aboutSteps:before {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_about-steps-bg_ncsa.jpg) 0 0 no-repeat;
  background-size: auto,100% auto;
  content: "";
  max-width: 100%;
  top: -50%;
  height: 150%; }

.promo-aboutSteps-parallax, .promo-aboutSteps:before {
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 100%; }

.promo-aboutSteps-parallax {
  z-index: 2;
  height: 100%; }

.promo-aboutSteps-parallax .is-asteroid1, .promo-aboutSteps-parallax .is-asteroid2, .promo-aboutSteps-parallax .is-asteroid3 {
  position: absolute; }

.promo-aboutSteps-parallax .is-asteroid1 {
  top: -300px;
  left: -20px;
  z-index: 1; }

.promo-aboutSteps-parallax .is-asteroid2 {
  bottom: -193px;
  right: -25px; }

.promo-aboutSteps-parallax .is-asteroid3 {
  top: 0;
  left: -25px; }

.promo-aboutSteps-head {
  color: #fff;
  margin: 0 0 100px;
  max-width: 858px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }

.promo-aboutSteps-head h2 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 76px;
  line-height: 4.75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.promo-aboutSteps-head strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-head p {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-content, .promo-aboutSteps-head p {
  font-family: Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content {
  color: #fff;
  counter-reset: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1110px;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem;
  font-weight: 700; }

.promo-aboutSteps-content .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.promo-aboutSteps-content li {
  margin: 0 75px 60px 0;
  position: relative;
  width: calc(33% - 50px); }

.promo-aboutSteps-content li:before {
  background: url(../img/sl_hexagon-orange_ncsa.png) 50% no-repeat;
  counter-increment: section;
  content: counter(section);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: -28px;
  line-height: -1.75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem;
  width: 52px;
  height: 49px;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content li:after {
  background: url(../img/sl_ui-arrow-right_ncsa.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 28px; }

.promo-aboutSteps-content li:nth-child(3n) {
  margin-right: 0; }

.promo-aboutSteps-content li:nth-child(3n):after {
  display: none; }

.promo-aboutSteps-content li:last-child {
  margin: 0;
  width: 100%; }

.promo-aboutSteps-content li:last-child:after {
  display: none; }

.promo-aboutSteps-content li img {
  max-width: 100%;
  width: 100%; }

.promo-aboutSteps-content .step-content {
  padding: 30px 0 10px;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (max-width: 1250px) {
  .promo-aboutSteps {
    margin-top: 140px; } }
@media only screen and (max-width: 768px) {
  .promo-aboutSteps-content, .promo-aboutSteps-parallax {
    display: none; }

  .promo-aboutSteps-head {
    margin: 0 0 50px; }

  .promo-aboutSteps-head h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .promo-aboutSteps-head strong {
    font-size: 10px;
    font-size: .625rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: 0; } }
@media only screen and (max-width: 480px) {
  .promo-aboutSteps-head h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 2.125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.About.page .AboutSteps .AboutSteps-snapslider.top .SnapSlideshow-content > a {
  display: none; }

.AboutSteps.with-RelatedContent {
  margin-top: 80px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1; }

.AboutSteps.with-RelatedContent .SnapSlideshow, .AboutSteps.with-RelatedContent .SnapSlideshow-contentTitle {
  width: 100%; }

.AboutSteps.with-RelatedContent:before {
  background: url(../img/sl_about-ships-bg_ncsa.png) 0 bottom no-repeat;
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  background-size: contain;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 930px) {
  .AboutSteps.with-RelatedContent {
    padding-bottom: 20vw;
    overflow: hidden; }

  .AboutSteps.with-RelatedContent .SnapSlideshow .Slideshow {
    width: 100vw;
    left: -20px; } }
.AboutSteps-snapslider {
  visibility: hidden;
  display: none;
  width: 100vw;
  position: relative; }

@media only screen and (max-width: 930px) {
  .AboutSteps-snapslider {
    visibility: visible;
    display: block; } }
.AboutSteps-snapslider .SnapSlider-slide {
  padding: 10px; }

.AboutSteps-snapslider .SnapSlider-slides {
  display: block; }

.AboutSteps-snapslider .SnapSlideshow-imagewrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%; }

.AboutSteps-snapslider .SnapSlideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover; }

.AboutSteps-snapslider .SnapSlideshow-content {
  text-align: center;
  position: relative; }

.AboutSteps-snapslider .SnapSlideshow-content .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.AboutSteps-snapslider .SnapSlideshow-content > * {
  float: none; }

.AboutSteps-snapslider .SnapSlideshow-contentCTA {
  position: relative;
  background: transparent;
  text-align: center;
  padding: 0 0 20px;
  height: 50px; }

.AboutSteps-snapslider .SnapSlideshow-contentCTA .SnapSlideshow-contentTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }

.AboutSteps-snapslider .Slideshow-slide .SnapSlideshow-contentSubtitle {
  color: #c7a970;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .2px;
  letter-spacing: .2rem; }

.AboutSteps-snapslider .Slideshow-slide .SnapSlideshow-contentTitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0; }

.AboutSteps-snapslider .Slideshow-slide .SnapSlideshow-contentDescription {
  margin: 0 32px;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.AboutSteps-snapslider .Slideshow-slide .SnapSlideshow-contentDescription .btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.AboutSteps-snapslider .Slideshow-select {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px;
  width: 5px;
  height: 5px; }

.AboutSteps .promo-aboutSteps-content {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 930px) {
  .AboutSteps .promo-aboutSteps-content {
    visibility: hidden;
    display: none; } }
.AboutSteps .promo-aboutSteps-content .video-wrapper {
  width: 1110px;
  height: 467px;
  overflow: hidden; }

@media only screen and (max-width: 930px) {
  .About .promo-aboutSteps {
    margin-top: 0; } }
.aboutMasthead {
  background: url(../img/sl_about-masthead-bg_ncsa.png) top no-repeat;
  background-size: 100%,auto;
  color: #fff;
  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;
  min-height: 800px;
  position: relative; }

.aboutMasthead-parallax {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.aboutMasthead-parallax .is-drake, .aboutMasthead-parallax .is-gravcraft, .aboutMasthead-parallax .is-zenith {
  max-width: none;
  position: absolute;
  z-index: 1; }

.aboutMasthead-parallax .is-drake img, .aboutMasthead-parallax .is-gravcraft img, .aboutMasthead-parallax .is-zenith img {
  opacity: 1; }

.aboutMasthead-parallax .is-zenith {
  top: 40%;
  right: -85%; }

.aboutMasthead-parallax .is-zenith img {
  max-width: 633px;
  z-index: 1; }

.aboutMasthead-parallax .is-gravcraft {
  bottom: -25%;
  left: -60%; }

.aboutMasthead-parallax .is-gravcraft img {
  max-width: 375px;
  z-index: 1; }

.aboutMasthead-parallax .is-drake {
  top: 0;
  right: -25px; }

.aboutMasthead-copy {
  margin-top: 60px;
  max-width: 635px;
  position: relative; }

.aboutMasthead-copy h1 {
  margin: 0;
  text-align: center;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 72px;
  line-height: 4.5rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.aboutMasthead-copy p {
  margin: 0 auto 20px;
  max-width: 80%;
  text-align: center;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.aboutMasthead-video {
  line-height: 0;
  margin: 50px auto 0;
  max-width: 513px;
  position: relative; }

.aboutMasthead-video img {
  opacity: .9;
  width: 100%; }

.aboutMasthead-video .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

@media only screen and (max-width: 1350px) {
  .aboutMasthead {
    min-height: 600px; }

  .aboutMasthead-parallax .is-zenith {
    top: 40%;
    right: -55%; }

  .aboutMasthead-parallax .is-zenith img {
    max-width: 415px; }

  .aboutMasthead-parallax .is-gravcraft {
    bottom: -25%;
    left: -40%; }

  .aboutMasthead-parallax .is-gravcraft img {
    max-width: 270px; }

  .aboutMasthead-parallax .is-drake {
    top: 0;
    right: -205px; } }
@media only screen and (max-width: 768px) {
  .aboutMasthead {
    background: url(../img/sl_masthead-mobile-bg_ncsa.png) center 0 no-repeat;
    background-size: cover;
    min-height: 508px;
    padding-bottom: 70px; }

  .aboutMasthead-parallax {
    display: none; }

  .aboutMasthead-copy {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 635px;
    padding: 0 50px;
    position: relative; }

  .aboutMasthead-copy h1 {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 63px;
    line-height: 3.9375rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .aboutMasthead-copy p {
    max-width: 100%;
    font-family: Helvetica,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 0; } }
@media only screen and (max-width: 640px) {
  .aboutMasthead-video.is-video .btn--clean .text {
    display: block; } }
.promo-aboutSteps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  height: auto;
  width: auto; }

.promo-aboutSteps:before {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_about-steps-bg_ncsa.jpg) 0 0 no-repeat;
  background-size: auto,100% auto;
  content: "";
  max-width: 100%;
  top: -50%;
  height: 150%; }

.promo-aboutSteps-parallax, .promo-aboutSteps:before {
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 100%; }

.promo-aboutSteps-parallax {
  z-index: 2;
  height: 100%; }

.promo-aboutSteps-parallax .is-asteroid1, .promo-aboutSteps-parallax .is-asteroid2, .promo-aboutSteps-parallax .is-asteroid3 {
  position: absolute; }

.promo-aboutSteps-parallax .is-asteroid1 {
  top: -300px;
  left: -20px;
  z-index: 1; }

.promo-aboutSteps-parallax .is-asteroid2 {
  bottom: -193px;
  right: -25px; }

.promo-aboutSteps-parallax .is-asteroid3 {
  top: 0;
  left: -25px; }

.promo-aboutSteps-head {
  color: #fff;
  margin: 0 0 100px;
  max-width: 858px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }

.promo-aboutSteps-head h2 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 76px;
  line-height: 4.75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.promo-aboutSteps-head strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-head p {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-content, .promo-aboutSteps-head p {
  font-family: Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content {
  color: #fff;
  counter-reset: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1110px;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem;
  font-weight: 700; }

.promo-aboutSteps-content .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.promo-aboutSteps-content li {
  margin: 0 75px 60px 0;
  position: relative;
  width: calc(33% - 50px); }

.promo-aboutSteps-content li:before {
  background: url(../img/sl_hexagon-orange_ncsa.png) 50% no-repeat;
  counter-increment: section;
  content: counter(section);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: -28px;
  line-height: -1.75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem;
  width: 52px;
  height: 49px;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content li:after {
  background: url(../img/sl_ui-arrow-right_ncsa.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 28px; }

.promo-aboutSteps-content li:nth-child(3n) {
  margin-right: 0; }

.promo-aboutSteps-content li:nth-child(3n):after {
  display: none; }

.promo-aboutSteps-content li:last-child {
  margin: 0;
  width: 100%; }

.promo-aboutSteps-content li:last-child:after {
  display: none; }

.promo-aboutSteps-content li img {
  max-width: 100%;
  width: 100%; }

.promo-aboutSteps-content .step-content {
  padding: 30px 0 10px;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (max-width: 1250px) {
  .promo-aboutSteps {
    margin-top: 140px; } }
@media only screen and (max-width: 768px) {
  .promo-aboutSteps-content, .promo-aboutSteps-parallax {
    display: none; }

  .promo-aboutSteps-head {
    margin: 0 0 50px; }

  .promo-aboutSteps-head h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .promo-aboutSteps-head strong {
    font-size: 10px;
    font-size: .625rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: 0; } }
@media only screen and (max-width: 480px) {
  .promo-aboutSteps-head h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 2.125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
.promo-aboutRows {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 85px 0 0;
  padding: 0 30px;
  z-index: 1;
  width: 100%;
  height: auto; }

.promo-aboutRows-head {
  color: #fff;
  margin: 0 0 100px;
  position: relative;
  text-align: center;
  z-index: 1; }

.promo-aboutRows-head h2 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 76px;
  line-height: 4.75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.promo-aboutRows-head strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem; }

.promo-aboutRows-head p, .promo-aboutRows-head strong {
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutRows-head p {
  margin: 0 auto 20px;
  text-align: center;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem; }

.promo-aboutRows-parallax {
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%; }

.promo-aboutRows-parallax .is-asteroid1, .promo-aboutRows-parallax .is-asteroid2, .promo-aboutRows-parallax .is-asteroid3, .promo-aboutRows-parallax .is-asteroid4 {
  position: absolute; }

.promo-aboutRows-parallax .is-asteroid1 {
  top: 30%;
  left: -10px; }

.promo-aboutRows-parallax .is-asteroid2 {
  top: 60%;
  right: -25px; }

.promo-aboutRows-parallax .is-asteroid3 {
  top: 0;
  left: -20px; }

.promo-aboutRows-parallax .is-asteroid4 {
  top: 40%;
  right: -25px; }

.promo-aboutRows .rows {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  z-index: 2; }

.promo-aboutRows .rows li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 115px;
  max-width: 845px; }

.promo-aboutRows .rows li:nth-child(2n) .row-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 35px;
  width: 48.5%; }

.promo-aboutRows .rows li:nth-child(2n) .row-media {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 64.5%; }

.promo-aboutRows .rows li .row-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  width: 48.5%; }

.promo-aboutRows .rows li .row-media {
  line-height: 0;
  position: relative;
  width: 61.5%; }

.promo-aboutRows .rows li .row-media img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%; }

.promo-aboutRows .rows li h3 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.promo-aboutRows .rows li p {
  margin: 0;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutRows .rows li a {
  margin: 40px 0 0 12px; }

.promo-aboutRows .rows li ul {
  margin: 10px 0 0;
  padding-left: 0;
  max-width: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

.promo-aboutRows .rows li ul li {
  margin: 0;
  padding-left: 8px;
  position: relative;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0; }

.promo-aboutRows .rows li ul li:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  top: 8px;
  left: 0;
  position: absolute;
  width: 3px;
  height: 3px; }

.promo-aboutRows .rows .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

@media only screen and (max-width: 768px) {
  .promo-aboutRows-parallax {
    display: none; }

  .promo-aboutRows-head {
    margin: 0 0 50px; }

  .promo-aboutRows-head h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .promo-aboutRows-head strong {
    font-size: 10px;
    font-size: .625rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: 0; }

  .promo-aboutRows .rows li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 50px; }

  .promo-aboutRows .rows li:nth-child(2n) .row-content {
    padding: 0;
    width: 100%; }

  .promo-aboutRows .rows li:nth-child(2n) .row-media {
    width: 100%; }

  .promo-aboutRows .rows li .row-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    text-align: center;
    width: 100%; }

  .promo-aboutRows .rows li .row-media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: 100%; }

  .promo-aboutRows .rows li .row-media img {
    width: 100%; }

  .promo-aboutRows .rows li h3, .promo-aboutRows .rows li p {
    margin: 0 auto;
    text-align: center; }

  .promo-aboutRows .rows li h3 {
    margin-top: 20px; }

  .promo-aboutRows .rows li a {
    margin: 20px 0 0 12px; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.promo-generic {
  -ms-flex-line-pack: center;
  align-content: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 600px;
  padding: 0 20px;
  width: 100%;
  height: 600px; }

.promo-generic .promo-media {
  line-height: 0;
  max-width: 50%;
  position: relative; }

.promo-generic .promo-media img {
  max-width: 100%;
  opacity: .9;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.promo-generic .promo-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 10;
  width: 50%;
  height: auto; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  text-transform: uppercase; }

.promo-generic .promo-content strong {
  font-weight: 600;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.promo-generic .promo-content h2, .promo-generic .promo-content strong {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-generic .promo-content h2 {
  line-height: 1;
  margin: 5px 0 0;
  max-width: 100%;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px; }

@media screen and (min-width: 768px) {
  .promo-generic .promo-content h2 {
    font-size: calc(40px + 32 * ((100vw - 768px) / 598));
    line-height: calc(40px + 32 * ((100vw - 768px) / 598)); } }
@media screen and (min-width: 1366px) {
  .promo-generic .promo-content h2 {
    font-size: 72px;
    line-height: 72px; } }
.promo-generic .promo-content p {
  margin: 0 0 40px;
  max-width: 300px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.promo-generic .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

body:not(.is-touch) .promo-generic:hover img {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .promo-generic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .promo-generic .promo-content {
    width: 100%; }

  .promo-generic .promo-media {
    margin-bottom: 20px;
    max-width: 100%; } }
.About {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_about-space-bg_ncsa.png) 0 0 repeat, #001a35;
  margin: 0 auto;
  padding-top: 105px; }

.About .relatedContent--about {
  position: relative; }

.About .relatedContent--about .relatedContent-title {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 76px;
  line-height: 4.75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

@media only screen and (max-width: 930px) {
  .About .relatedContent--about {
    visibility: hidden;
    display: none; } }
.About .promo-about {
  background: url(../img/sl_promo-about-bg_ncsa.jpg) 50% no-repeat;
  background-size: cover;
  height: auto;
  padding: 145px 0;
  width: 100%; }

.About .promo-aboutRows:before {
  background: url(../img/sl_about-rows-bg_ncsa.png) 100% 0 no-repeat, url(../img/sl_about-rows-alt-bg_ncsa.png) 0 100% no-repeat;
  content: "";
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 1922px; }

@media only screen and (max-width: 1375px) {
  .About .relatedContent--about:before {
    max-width: 100%; } }
@media only screen and (max-width: 768px) {
  .About .aboutMasthead-copy h1, .About .promo-fullBleed--content h2, .About .relatedContent--about .relatedContent-title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .About .AboutSteps-snapslider .SnapSlideshow-contentCTA .SnapSlideshow-contentTitle, .About .promo-fullBleed--content .btn .text {
    font-size: 9px;
    font-size: .5625rem;
    line-height: 12px;
    line-height: .75rem;
    letter-spacing: 0; } }
@font-face {
  font-family: LFTEtica-Bold;
  src: url("../shipbuilder/fonts/LFTEtica-Bold.woff2") format("woff2"), url("../shipbuilder/fonts/LFTEtica-Bold.woff") format("woff"), url("../shipbuilder/fonts/LFTEtica-Bold.otf") format("opentype"), url("../shipbuilder/fonts/LFTEtica-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: LFTEtica-BoldItalic;
  src: url("../shipbuilder/fonts/LFTEtica-BoldItalic.woff2") format("woff2"), url("../shipbuilder/fonts/LFTEtica-BoldItalic.woff") format("woff"), url("../shipbuilder/fonts/LFTEtica-BoldItalic.otf") format("opentype"), url("../shipbuilder/fonts/LFTEtica-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: LFTEtica-ExtraBold;
  src: url("../shipbuilder/fonts/LFTEtica-ExtraBold.woff2") format("woff2"), url("../shipbuilder/fonts/LFTEtica-ExtraBold.woff") format("woff"), url("../shipbuilder/fonts/LFTEtica-ExtraBold.otf") format("opentype"), url("../shipbuilder/fonts/LFTEtica-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.center {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.center, .center-x {
  position: absolute;
  left: 50%; }

.center-x {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.background-selector__item__selected, .background-selector__mobile__item__selected, .disabled, .disabled-element, .part-selector__item__selected, .part-selector__mobile__item__selected {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.disabled-element {
  opacity: 0.5 !important; }

.hidden {
  display: none; }

.invisible {
  opacity: 0 !important; }

.remove-padding {
  padding: 0 !important; }

@-webkit-keyframes landing-trans-out {
  0% {
    border: 40px solid #fff; }
  to {
    border: 0 solid #fff; } }
@keyframes landing-trans-out {
  0% {
    border: 40px solid #fff; }
  to {
    border: 0 solid #fff; } }
.landing-trans-out {
  -webkit-animation-name: landing-trans-out;
  animation-name: landing-trans-out;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1.005);
  animation-timing-function: cubic-bezier(1, 0, 0, 1.005);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.acceptBttn, .add-to-wishlist-button, .add-to-wishlist-button-highlighted, .btn, .hotspot-mobile__accept-btn, .landing__launch-btn, .landing__launch-btn__mobile, .selection-nav__select-btn, .share__buy-now-button, .ship-builder__share-and-buy-button, .ship-selection__choice-button, .wishlist-drawer__add-items_btn, .wishlist-drawer__mobile__add-items_btn, .wishlist-drawer__mobile__view-wishlist_btn, .wishlist-drawer__view-wishlist_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../shipbuilder/images/common/common-button/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: none;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  pointer-events: auto; }

@media only screen and (min-width: 1025px) {
  .acceptBttn, .add-to-wishlist-button, .add-to-wishlist-button-highlighted, .btn, .hotspot-mobile__accept-btn, .landing__launch-btn, .landing__launch-btn__mobile, .selection-nav__select-btn, .share__buy-now-button, .ship-builder__share-and-buy-button, .ship-selection__choice-button, .wishlist-drawer__add-items_btn, .wishlist-drawer__mobile__add-items_btn, .wishlist-drawer__mobile__view-wishlist_btn, .wishlist-drawer__view-wishlist_btn {
    min-width: 70px;
    padding: 0 21px; } }
.acceptBttn:after, .acceptBttn:before, .add-to-wishlist-button-highlighted:after, .add-to-wishlist-button-highlighted:before, .add-to-wishlist-button:after, .add-to-wishlist-button:before, .btn:after, .btn:before, .hotspot-mobile__accept-btn:after, .hotspot-mobile__accept-btn:before, .landing__launch-btn:after, .landing__launch-btn:before, .landing__launch-btn__mobile:after, .landing__launch-btn__mobile:before, .selection-nav__select-btn:after, .selection-nav__select-btn:before, .share__buy-now-button:after, .share__buy-now-button:before, .ship-builder__share-and-buy-button:after, .ship-builder__share-and-buy-button:before, .ship-selection__choice-button:after, .ship-selection__choice-button:before, .wishlist-drawer__add-items_btn:after, .wishlist-drawer__add-items_btn:before, .wishlist-drawer__mobile__add-items_btn:after, .wishlist-drawer__mobile__add-items_btn:before, .wishlist-drawer__mobile__view-wishlist_btn:after, .wishlist-drawer__mobile__view-wishlist_btn:before, .wishlist-drawer__view-wishlist_btn:after, .wishlist-drawer__view-wishlist_btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.acceptBttn:before, .add-to-wishlist-button-highlighted:before, .add-to-wishlist-button:before, .btn:before, .hotspot-mobile__accept-btn:before, .landing__launch-btn:before, .landing__launch-btn__mobile:before, .selection-nav__select-btn:before, .share__buy-now-button:before, .ship-builder__share-and-buy-button:before, .ship-selection__choice-button:before, .wishlist-drawer__add-items_btn:before, .wishlist-drawer__mobile__add-items_btn:before, .wishlist-drawer__mobile__view-wishlist_btn:before, .wishlist-drawer__view-wishlist_btn:before {
  background: url(../shipbuilder/images/common/common-button/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.acceptBttn:after, .add-to-wishlist-button-highlighted:after, .add-to-wishlist-button:after, .btn:after, .hotspot-mobile__accept-btn:after, .landing__launch-btn:after, .landing__launch-btn__mobile:after, .selection-nav__select-btn:after, .share__buy-now-button:after, .ship-builder__share-and-buy-button:after, .ship-selection__choice-button:after, .wishlist-drawer__add-items_btn:after, .wishlist-drawer__mobile__add-items_btn:after, .wishlist-drawer__mobile__view-wishlist_btn:after, .wishlist-drawer__view-wishlist_btn:after {
  background: url(../shipbuilder/images/common/common-button/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.acceptBttn .overlay, .add-to-wishlist-button-highlighted .overlay, .add-to-wishlist-button .overlay, .btn .overlay, .hotspot-mobile__accept-btn .overlay, .landing__launch-btn .overlay, .landing__launch-btn__mobile .overlay, .selection-nav__select-btn .overlay, .share__buy-now-button .overlay, .ship-builder__share-and-buy-button .overlay, .ship-selection__choice-button .overlay, .wishlist-drawer__add-items_btn .overlay, .wishlist-drawer__mobile__add-items_btn .overlay, .wishlist-drawer__mobile__view-wishlist_btn .overlay, .wishlist-drawer__view-wishlist_btn .overlay {
  background: url(../shipbuilder/images/common/common-button/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../shipbuilder/images/common/common-button/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.acceptBttn .overlay:after, .acceptBttn .overlay:before, .add-to-wishlist-button-highlighted .overlay:after, .add-to-wishlist-button-highlighted .overlay:before, .add-to-wishlist-button .overlay:after, .add-to-wishlist-button .overlay:before, .btn .overlay:after, .btn .overlay:before, .hotspot-mobile__accept-btn .overlay:after, .hotspot-mobile__accept-btn .overlay:before, .landing__launch-btn .overlay:after, .landing__launch-btn .overlay:before, .landing__launch-btn__mobile .overlay:after, .landing__launch-btn__mobile .overlay:before, .selection-nav__select-btn .overlay:after, .selection-nav__select-btn .overlay:before, .share__buy-now-button .overlay:after, .share__buy-now-button .overlay:before, .ship-builder__share-and-buy-button .overlay:after, .ship-builder__share-and-buy-button .overlay:before, .ship-selection__choice-button .overlay:after, .ship-selection__choice-button .overlay:before, .wishlist-drawer__add-items_btn .overlay:after, .wishlist-drawer__add-items_btn .overlay:before, .wishlist-drawer__mobile__add-items_btn .overlay:after, .wishlist-drawer__mobile__add-items_btn .overlay:before, .wishlist-drawer__mobile__view-wishlist_btn .overlay:after, .wishlist-drawer__mobile__view-wishlist_btn .overlay:before, .wishlist-drawer__view-wishlist_btn .overlay:after, .wishlist-drawer__view-wishlist_btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.acceptBttn .overlay:before, .add-to-wishlist-button-highlighted .overlay:before, .add-to-wishlist-button .overlay:before, .btn .overlay:before, .hotspot-mobile__accept-btn .overlay:before, .landing__launch-btn .overlay:before, .landing__launch-btn__mobile .overlay:before, .selection-nav__select-btn .overlay:before, .share__buy-now-button .overlay:before, .ship-builder__share-and-buy-button .overlay:before, .ship-selection__choice-button .overlay:before, .wishlist-drawer__add-items_btn .overlay:before, .wishlist-drawer__mobile__add-items_btn .overlay:before, .wishlist-drawer__mobile__view-wishlist_btn .overlay:before, .wishlist-drawer__view-wishlist_btn .overlay:before {
  background: url(../shipbuilder/images/common/common-button/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.acceptBttn .overlay:after, .add-to-wishlist-button-highlighted .overlay:after, .add-to-wishlist-button .overlay:after, .btn .overlay:after, .hotspot-mobile__accept-btn .overlay:after, .landing__launch-btn .overlay:after, .landing__launch-btn__mobile .overlay:after, .selection-nav__select-btn .overlay:after, .share__buy-now-button .overlay:after, .ship-builder__share-and-buy-button .overlay:after, .ship-selection__choice-button .overlay:after, .wishlist-drawer__add-items_btn .overlay:after, .wishlist-drawer__mobile__add-items_btn .overlay:after, .wishlist-drawer__mobile__view-wishlist_btn .overlay:after, .wishlist-drawer__view-wishlist_btn .overlay:after {
  background: url(../shipbuilder/images/common/common-button/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.acceptBttn .outline, .add-to-wishlist-button-highlighted .outline, .add-to-wishlist-button .outline, .btn .outline, .hotspot-mobile__accept-btn .outline, .landing__launch-btn .outline, .landing__launch-btn__mobile .outline, .selection-nav__select-btn .outline, .share__buy-now-button .outline, .ship-builder__share-and-buy-button .outline, .ship-selection__choice-button .outline, .wishlist-drawer__add-items_btn .outline, .wishlist-drawer__mobile__add-items_btn .outline, .wishlist-drawer__mobile__view-wishlist_btn .outline, .wishlist-drawer__view-wishlist_btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.acceptBttn .outline:after, .acceptBttn .outline:before, .add-to-wishlist-button-highlighted .outline:after, .add-to-wishlist-button-highlighted .outline:before, .add-to-wishlist-button .outline:after, .add-to-wishlist-button .outline:before, .btn .outline:after, .btn .outline:before, .hotspot-mobile__accept-btn .outline:after, .hotspot-mobile__accept-btn .outline:before, .landing__launch-btn .outline:after, .landing__launch-btn .outline:before, .landing__launch-btn__mobile .outline:after, .landing__launch-btn__mobile .outline:before, .selection-nav__select-btn .outline:after, .selection-nav__select-btn .outline:before, .share__buy-now-button .outline:after, .share__buy-now-button .outline:before, .ship-builder__share-and-buy-button .outline:after, .ship-builder__share-and-buy-button .outline:before, .ship-selection__choice-button .outline:after, .ship-selection__choice-button .outline:before, .wishlist-drawer__add-items_btn .outline:after, .wishlist-drawer__add-items_btn .outline:before, .wishlist-drawer__mobile__add-items_btn .outline:after, .wishlist-drawer__mobile__add-items_btn .outline:before, .wishlist-drawer__mobile__view-wishlist_btn .outline:after, .wishlist-drawer__mobile__view-wishlist_btn .outline:before, .wishlist-drawer__view-wishlist_btn .outline:after, .wishlist-drawer__view-wishlist_btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .acceptBttn .outline:before, body:not(.is-ie11) .add-to-wishlist-button-highlighted .outline:before, body:not(.is-ie11) .add-to-wishlist-button .outline:before, body:not(.is-ie11) .btn .outline:before, body:not(.is-ie11) .hotspot-mobile__accept-btn .outline:before, body:not(.is-ie11) .landing__launch-btn .outline:before, body:not(.is-ie11) .landing__launch-btn__mobile .outline:before, body:not(.is-ie11) .selection-nav__select-btn .outline:before, body:not(.is-ie11) .share__buy-now-button .outline:before, body:not(.is-ie11) .ship-builder__share-and-buy-button .outline:before, body:not(.is-ie11) .ship-selection__choice-button .outline:before, body:not(.is-ie11) .wishlist-drawer__add-items_btn .outline:before, body:not(.is-ie11) .wishlist-drawer__mobile__add-items_btn .outline:before, body:not(.is-ie11) .wishlist-drawer__mobile__view-wishlist_btn .outline:before, body:not(.is-ie11) .wishlist-drawer__view-wishlist_btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.acceptBttn .outline:after, .add-to-wishlist-button-highlighted .outline:after, .add-to-wishlist-button .outline:after, .btn .outline:after, .hotspot-mobile__accept-btn .outline:after, .landing__launch-btn .outline:after, .landing__launch-btn__mobile .outline:after, .selection-nav__select-btn .outline:after, .share__buy-now-button .outline:after, .ship-builder__share-and-buy-button .outline:after, .ship-selection__choice-button .outline:after, .wishlist-drawer__add-items_btn .outline:after, .wishlist-drawer__mobile__add-items_btn .outline:after, .wishlist-drawer__mobile__view-wishlist_btn .outline:after, .wishlist-drawer__view-wishlist_btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.acceptBttn .text, .add-to-wishlist-button-highlighted .text, .add-to-wishlist-button .text, .btn .text, .hotspot-mobile__accept-btn .text, .landing__launch-btn .text, .landing__launch-btn__mobile .text, .selection-nav__select-btn .text, .share__buy-now-button .text, .ship-builder__share-and-buy-button .text, .ship-selection__choice-button .text, .wishlist-drawer__add-items_btn .text, .wishlist-drawer__mobile__add-items_btn .text, .wishlist-drawer__mobile__view-wishlist_btn .text, .wishlist-drawer__view-wishlist_btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-size: 9pt;
  font-family: LFTEtica-BoldItalic;
  line-height: 9.75pt;
  letter-spacing: .05px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 320px) {
  .acceptBttn .text, .add-to-wishlist-button-highlighted .text, .add-to-wishlist-button .text, .btn .text, .hotspot-mobile__accept-btn .text, .landing__launch-btn .text, .landing__launch-btn__mobile .text, .selection-nav__select-btn .text, .share__buy-now-button .text, .ship-builder__share-and-buy-button .text, .ship-selection__choice-button .text, .wishlist-drawer__add-items_btn .text, .wishlist-drawer__mobile__add-items_btn .text, .wishlist-drawer__mobile__view-wishlist_btn .text, .wishlist-drawer__view-wishlist_btn .text {
    font-size: 8pt;
    line-height: 8.75pt; } }
.acceptBttn .text .icon, .add-to-wishlist-button-highlighted .text .icon, .add-to-wishlist-button .text .icon, .btn .text .icon, .hotspot-mobile__accept-btn .text .icon, .landing__launch-btn .text .icon, .landing__launch-btn__mobile .text .icon, .selection-nav__select-btn .text .icon, .share__buy-now-button .text .icon, .ship-builder__share-and-buy-button .text .icon, .ship-selection__choice-button .text .icon, .wishlist-drawer__add-items_btn .text .icon, .wishlist-drawer__mobile__add-items_btn .text .icon, .wishlist-drawer__mobile__view-wishlist_btn .text .icon, .wishlist-drawer__view-wishlist_btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .acceptBttn:hover .outline:before, body:not(.is-touch) .acceptBttn:hover .overlay, body:not(.is-touch) .add-to-wishlist-button-highlighted:hover .outline:before, body:not(.is-touch) .add-to-wishlist-button-highlighted:hover .overlay, body:not(.is-touch) .add-to-wishlist-button:hover .outline:before, body:not(.is-touch) .add-to-wishlist-button:hover .overlay, body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay, body:not(.is-touch) .hotspot-mobile__accept-btn:hover .outline:before, body:not(.is-touch) .hotspot-mobile__accept-btn:hover .overlay, body:not(.is-touch) .landing__launch-btn:hover .outline:before, body:not(.is-touch) .landing__launch-btn:hover .overlay, body:not(.is-touch) .landing__launch-btn__mobile:hover .outline:before, body:not(.is-touch) .landing__launch-btn__mobile:hover .overlay, body:not(.is-touch) .selection-nav__select-btn:hover .outline:before, body:not(.is-touch) .selection-nav__select-btn:hover .overlay, body:not(.is-touch) .share__buy-now-button:hover .outline:before, body:not(.is-touch) .share__buy-now-button:hover .overlay, body:not(.is-touch) .ship-builder__share-and-buy-button:hover .outline:before, body:not(.is-touch) .ship-builder__share-and-buy-button:hover .overlay, body:not(.is-touch) .ship-selection__choice-button:hover .outline:before, body:not(.is-touch) .ship-selection__choice-button:hover .overlay, body:not(.is-touch) .wishlist-drawer__add-items_btn:hover .outline:before, body:not(.is-touch) .wishlist-drawer__add-items_btn:hover .overlay, body:not(.is-touch) .wishlist-drawer__mobile__add-items_btn:hover .outline:before, body:not(.is-touch) .wishlist-drawer__mobile__add-items_btn:hover .overlay, body:not(.is-touch) .wishlist-drawer__mobile__view-wishlist_btn:hover .outline:before, body:not(.is-touch) .wishlist-drawer__mobile__view-wishlist_btn:hover .overlay, body:not(.is-touch) .wishlist-drawer__view-wishlist_btn:hover .outline:before, body:not(.is-touch) .wishlist-drawer__view-wishlist_btn:hover .overlay {
  opacity: 1; }

.btn--alt.acceptBttn, .btn--alt.add-to-wishlist-button, .btn--alt.add-to-wishlist-button-highlighted, .btn--alt.hotspot-mobile__accept-btn, .btn--alt.landing__launch-btn, .btn--alt.landing__launch-btn__mobile, .btn--alt.selection-nav__select-btn, .btn--alt.share__buy-now-button, .btn--alt.ship-builder__share-and-buy-button, .btn--alt.ship-selection__choice-button, .btn--alt.wishlist-drawer__add-items_btn, .btn--alt.wishlist-drawer__mobile__add-items_btn, .btn--alt.wishlist-drawer__mobile__view-wishlist_btn, .btn--alt.wishlist-drawer__view-wishlist_btn, .btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn--alt.acceptBttn .outline, .btn--alt.acceptBttn .overlay, .btn--alt.acceptBttn:after, .btn--alt.acceptBttn:before, .btn--alt.add-to-wishlist-button-highlighted .outline, .btn--alt.add-to-wishlist-button-highlighted .overlay, .btn--alt.add-to-wishlist-button-highlighted:after, .btn--alt.add-to-wishlist-button-highlighted:before, .btn--alt.add-to-wishlist-button .outline, .btn--alt.add-to-wishlist-button .overlay, .btn--alt.add-to-wishlist-button:after, .btn--alt.add-to-wishlist-button:before, .btn--alt.hotspot-mobile__accept-btn .outline, .btn--alt.hotspot-mobile__accept-btn .overlay, .btn--alt.hotspot-mobile__accept-btn:after, .btn--alt.hotspot-mobile__accept-btn:before, .btn--alt.landing__launch-btn .outline, .btn--alt.landing__launch-btn .overlay, .btn--alt.landing__launch-btn:after, .btn--alt.landing__launch-btn:before, .btn--alt.landing__launch-btn__mobile .outline, .btn--alt.landing__launch-btn__mobile .overlay, .btn--alt.landing__launch-btn__mobile:after, .btn--alt.landing__launch-btn__mobile:before, .btn--alt.selection-nav__select-btn .outline, .btn--alt.selection-nav__select-btn .overlay, .btn--alt.selection-nav__select-btn:after, .btn--alt.selection-nav__select-btn:before, .btn--alt.share__buy-now-button .outline, .btn--alt.share__buy-now-button .overlay, .btn--alt.share__buy-now-button:after, .btn--alt.share__buy-now-button:before, .btn--alt.ship-builder__share-and-buy-button .outline, .btn--alt.ship-builder__share-and-buy-button .overlay, .btn--alt.ship-builder__share-and-buy-button:after, .btn--alt.ship-builder__share-and-buy-button:before, .btn--alt.ship-selection__choice-button .outline, .btn--alt.ship-selection__choice-button .overlay, .btn--alt.ship-selection__choice-button:after, .btn--alt.ship-selection__choice-button:before, .btn--alt.wishlist-drawer__add-items_btn .outline, .btn--alt.wishlist-drawer__add-items_btn .overlay, .btn--alt.wishlist-drawer__add-items_btn:after, .btn--alt.wishlist-drawer__add-items_btn:before, .btn--alt.wishlist-drawer__mobile__add-items_btn .outline, .btn--alt.wishlist-drawer__mobile__add-items_btn .overlay, .btn--alt.wishlist-drawer__mobile__add-items_btn:after, .btn--alt.wishlist-drawer__mobile__add-items_btn:before, .btn--alt.wishlist-drawer__mobile__view-wishlist_btn .outline, .btn--alt.wishlist-drawer__mobile__view-wishlist_btn .overlay, .btn--alt.wishlist-drawer__mobile__view-wishlist_btn:after, .btn--alt.wishlist-drawer__mobile__view-wishlist_btn:before, .btn--alt.wishlist-drawer__view-wishlist_btn .outline, .btn--alt.wishlist-drawer__view-wishlist_btn .overlay, .btn--alt.wishlist-drawer__view-wishlist_btn:after, .btn--alt.wishlist-drawer__view-wishlist_btn:before, .btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn--alt.acceptBttn .text, .btn--alt.add-to-wishlist-button-highlighted .text, .btn--alt.add-to-wishlist-button .text, .btn--alt.hotspot-mobile__accept-btn .text, .btn--alt.landing__launch-btn .text, .btn--alt.landing__launch-btn__mobile .text, .btn--alt.selection-nav__select-btn .text, .btn--alt.share__buy-now-button .text, .btn--alt.ship-builder__share-and-buy-button .text, .btn--alt.ship-selection__choice-button .text, .btn--alt.wishlist-drawer__add-items_btn .text, .btn--alt.wishlist-drawer__mobile__add-items_btn .text, .btn--alt.wishlist-drawer__mobile__view-wishlist_btn .text, .btn--alt.wishlist-drawer__view-wishlist_btn .text, .btn.btn--alt .text {
  color: orange; }

.btn--alt.acceptBttn .text .icon, .btn--alt.add-to-wishlist-button-highlighted .text .icon, .btn--alt.add-to-wishlist-button .text .icon, .btn--alt.hotspot-mobile__accept-btn .text .icon, .btn--alt.landing__launch-btn .text .icon, .btn--alt.landing__launch-btn__mobile .text .icon, .btn--alt.selection-nav__select-btn .text .icon, .btn--alt.share__buy-now-button .text .icon, .btn--alt.ship-builder__share-and-buy-button .text .icon, .btn--alt.ship-selection__choice-button .text .icon, .btn--alt.wishlist-drawer__add-items_btn .text .icon, .btn--alt.wishlist-drawer__mobile__add-items_btn .text .icon, .btn--alt.wishlist-drawer__mobile__view-wishlist_btn .text .icon, .btn--alt.wishlist-drawer__view-wishlist_btn .text .icon, .btn.btn--alt .text .icon {
  fill: orange; }

.btn--clean.acceptBttn, .btn--clean.add-to-wishlist-button, .btn--clean.add-to-wishlist-button-highlighted, .btn--clean.hotspot-mobile__accept-btn, .btn--clean.landing__launch-btn, .btn--clean.landing__launch-btn__mobile, .btn--clean.selection-nav__select-btn, .btn--clean.share__buy-now-button, .btn--clean.ship-builder__share-and-buy-button, .btn--clean.ship-selection__choice-button, .btn--clean.wishlist-drawer__add-items_btn, .btn--clean.wishlist-drawer__mobile__add-items_btn, .btn--clean.wishlist-drawer__mobile__view-wishlist_btn, .btn--clean.wishlist-drawer__view-wishlist_btn, .btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn--clean.acceptBttn .outline, .btn--clean.acceptBttn .overlay, .btn--clean.acceptBttn:after, .btn--clean.acceptBttn:before, .btn--clean.add-to-wishlist-button-highlighted .outline, .btn--clean.add-to-wishlist-button-highlighted .overlay, .btn--clean.add-to-wishlist-button-highlighted:after, .btn--clean.add-to-wishlist-button-highlighted:before, .btn--clean.add-to-wishlist-button .outline, .btn--clean.add-to-wishlist-button .overlay, .btn--clean.add-to-wishlist-button:after, .btn--clean.add-to-wishlist-button:before, .btn--clean.hotspot-mobile__accept-btn .outline, .btn--clean.hotspot-mobile__accept-btn .overlay, .btn--clean.hotspot-mobile__accept-btn:after, .btn--clean.hotspot-mobile__accept-btn:before, .btn--clean.landing__launch-btn .outline, .btn--clean.landing__launch-btn .overlay, .btn--clean.landing__launch-btn:after, .btn--clean.landing__launch-btn:before, .btn--clean.landing__launch-btn__mobile .outline, .btn--clean.landing__launch-btn__mobile .overlay, .btn--clean.landing__launch-btn__mobile:after, .btn--clean.landing__launch-btn__mobile:before, .btn--clean.selection-nav__select-btn .outline, .btn--clean.selection-nav__select-btn .overlay, .btn--clean.selection-nav__select-btn:after, .btn--clean.selection-nav__select-btn:before, .btn--clean.share__buy-now-button .outline, .btn--clean.share__buy-now-button .overlay, .btn--clean.share__buy-now-button:after, .btn--clean.share__buy-now-button:before, .btn--clean.ship-builder__share-and-buy-button .outline, .btn--clean.ship-builder__share-and-buy-button .overlay, .btn--clean.ship-builder__share-and-buy-button:after, .btn--clean.ship-builder__share-and-buy-button:before, .btn--clean.ship-selection__choice-button .outline, .btn--clean.ship-selection__choice-button .overlay, .btn--clean.ship-selection__choice-button:after, .btn--clean.ship-selection__choice-button:before, .btn--clean.wishlist-drawer__add-items_btn .outline, .btn--clean.wishlist-drawer__add-items_btn .overlay, .btn--clean.wishlist-drawer__add-items_btn:after, .btn--clean.wishlist-drawer__add-items_btn:before, .btn--clean.wishlist-drawer__mobile__add-items_btn .outline, .btn--clean.wishlist-drawer__mobile__add-items_btn .overlay, .btn--clean.wishlist-drawer__mobile__add-items_btn:after, .btn--clean.wishlist-drawer__mobile__add-items_btn:before, .btn--clean.wishlist-drawer__mobile__view-wishlist_btn .outline, .btn--clean.wishlist-drawer__mobile__view-wishlist_btn .overlay, .btn--clean.wishlist-drawer__mobile__view-wishlist_btn:after, .btn--clean.wishlist-drawer__mobile__view-wishlist_btn:before, .btn--clean.wishlist-drawer__view-wishlist_btn .outline, .btn--clean.wishlist-drawer__view-wishlist_btn .overlay, .btn--clean.wishlist-drawer__view-wishlist_btn:after, .btn--clean.wishlist-drawer__view-wishlist_btn:before, .btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn--clean.acceptBttn .text, .btn--clean.add-to-wishlist-button-highlighted .text, .btn--clean.add-to-wishlist-button .text, .btn--clean.hotspot-mobile__accept-btn .text, .btn--clean.landing__launch-btn .text, .btn--clean.landing__launch-btn__mobile .text, .btn--clean.selection-nav__select-btn .text, .btn--clean.share__buy-now-button .text, .btn--clean.ship-builder__share-and-buy-button .text, .btn--clean.ship-selection__choice-button .text, .btn--clean.wishlist-drawer__add-items_btn .text, .btn--clean.wishlist-drawer__mobile__add-items_btn .text, .btn--clean.wishlist-drawer__mobile__view-wishlist_btn .text, .btn--clean.wishlist-drawer__view-wishlist_btn .text, .btn.btn--clean .text {
  color: inherit;
  display: block; }

.ship-builder__preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
  height: 86px;
  z-index: 1000000; }

@media only screen and (min-width: 1025px) {
  .ship-builder__preloader {
    width: 310px;
    height: 100px; } }
.ship-builder__preloader__label {
  color: #fff;
  font-size: 12pt;
  font-family: LFTEtica-ExtraBold;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 1025px) {
  .ship-builder__preloader__label {
    margin-top: 30px;
    font-size: 15pt; } }
.ship-builder__preloader__bar, .ship-builder__preloader__bar-off, .ship-builder__preloader__bar-on {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 14px;
  white-space: nowrap; }

@media only screen and (min-width: 1025px) {
  .ship-builder__preloader__bar, .ship-builder__preloader__bar-off, .ship-builder__preloader__bar-on {
    margin-top: 13px; } }
.ship-builder__preloader__bar-off {
  z-index: 0; }

.ship-builder__preloader__bar-on {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.6));
  filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.6));
  z-index: 1; }

.ship-builder__preloader__bar-tick, .ship-builder__preloader__bar-tick__off, .ship-builder__preloader__bar-tick__on {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 12px;
  margin: 0 1px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg); }

.ship-builder__preloader__bar-tick__off {
  background-color: #1a1757;
  opacity: 0; }

.ship-builder__preloader__bar-tick__on {
  background-color: #fefffd;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 255, 204, 0.6));
  filter: drop-shadow(0 0 5px rgba(0, 255, 204, 0.6));
  opacity: 0; }

.breadcrumb-nav {
  bottom: 84px;
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: auto; }

.breadcrumb-nav, .breadcrumb-nav__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.breadcrumb-nav__line {
  top: 20px;
  width: calc(100% - 40px);
  height: 1px;
  z-index: 0;
  background: 50%/100% no-repeat url(../shipbuilder/images/common/breadcrumb-nav/breadcrumb-line.svg);
  opacity: .2; }

.breadcrumb-nav__item, .breadcrumb-nav__item-highlighted, .breadcrumb-nav__item-off, .breadcrumb-nav__item-on {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 40px;
  font-family: LFTEtica-Bold;
  font-size: 16.5pt;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.breadcrumb-nav__item-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  will-change: transform; }

.breadcrumb-nav__item-label {
  position: relative;
  z-index: 1; }

.breadcrumb-nav__item-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 53px;
  font-family: LFTEtica-Bold;
  font-size: 9pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  pointer-events: none; }

.breadcrumb-nav .breadcrumb-nav__item-highlighted:nth-child(-n+4), .breadcrumb-nav .breadcrumb-nav__item-off:nth-child(-n+4), .breadcrumb-nav .breadcrumb-nav__item-on:nth-child(-n+4), .breadcrumb-nav .breadcrumb-nav__item:nth-child(-n+4) {
  margin-right: 50px; }

.breadcrumb-nav__item-on {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.6));
  filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.6));
  color: #1c1b58;
  cursor: auto;
  pointer-events: none; }

.breadcrumb-nav__item-highlighted, .breadcrumb-nav__item-off {
  color: #fff;
  cursor: pointer; }

.breadcrumb-nav__item-off:hover .breadcrumb-nav__item-container {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.breadcrumb-nav__item-off:hover .breadcrumb-nav__item-title {
  opacity: 1; }

.breadcrumb-nav__item-highlighted:hover .breadcrumb-nav__item-container {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.breadcrumb-nav__item-highlighted:hover .breadcrumb-nav__item-title {
  opacity: 1; }

.breadcrumb-nav__item-on .breadcrumb-nav__item-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.breadcrumb-nav__item-highlighted .breadcrumb-nav__item-container, .breadcrumb-nav__item-off .breadcrumb-nav__item-container {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.breadcrumb-nav__item-on .breadcrumb-nav__item-title {
  opacity: 1; }

.breadcrumb-nav__item-off .breadcrumb-nav__item-title {
  opacity: 0; }

.forced-transparent {
  opacity: 0 !important; }

.forced-disabled {
  cursor: auto !important;
  pointer-events: none !important;
  opacity: 0.5 !important; }

.hex, .hex-off, .hex-on {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.hex-on {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/breadcrumb-nav/breadcrumb-hexagon-on.svg); }

.hex-off {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/breadcrumb-nav/breadcrumb-hexagon-off.svg); }

.breadcrumb-nav__item-highlighted .hex-off {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/breadcrumb-nav/breadcrumb-hexagon-highlighted.svg);
  -webkit-filter: drop-shadow(0 0 10px #fcd991);
  filter: drop-shadow(0 0 10px #fcd991); }

.breadcrumb-nav__item-highlighted .hex-on {
  visibility: hidden; }

.hex-off, .hex-on {
  -webkit-transition: opacity .45s ease-out;
  -o-transition: opacity .45s ease-out;
  transition: opacity .45s ease-out; }

.breadcrumb-nav__item-on .hex-off {
  opacity: 0; }

.breadcrumb-nav__item-on .hex-on {
  opacity: 1; }

.breadcrumb-nav__item-off .hex-on {
  opacity: 0; }

.breadcrumb-nav__item-off .hex-off {
  opacity: 1; }

.breadcrumb-nav__highlight {
  position: absolute;
  top: 28px;
  width: 107px;
  height: 20px;
  background: 50%/cover no-repeat url(../shipbuilder/images/common/breadcrumb-nav/breadcrumb-highlight.png);
  z-index: 0; }

.hotspot {
  pointer-events: none;
  will-change: transform,opacity;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.edit_orange-glow, .hotspot {
  position: absolute;
  opacity: 0;
  width: 500px;
  height: 500px; }

.edit_orange-glow {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/hotspot/new-edit-orange-glow.png);
  z-index: 10000; }

.edit_blue-glow {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/hotspot/new-edit-blue-glow.png);
  opacity: 0; }

.choose_orange-glow, .edit_blue-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  z-index: -1000; }

.choose_orange-glow {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/hotspot/new-choose-orange-glow.png); }

.hotspot_orange-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/hotspot/new-hotspot-orange-glow.png);
  z-index: -1000; }

.addWing {
  top: 178px; }

.addWeapon, .addWing {
  position: absolute;
  width: 144px;
  height: 72px;
  pointer-events: auto;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 21000;
  cursor: pointer; }

.addWeapon {
  bottom: 178px; }

.addTextTop {
  position: absolute;
  width: 144px;
  pointer-events: none;
  text-align: center;
  left: 50%;
  top: 60px;
  opacity: 0;
  -webkit-transform: translateX(-50%) scaleX(0.5) scaleY(0.5);
  -ms-transform: translateX(-50%) scaleX(0.5) scaleY(0.5);
  transform: translateX(-50%) scaleX(0.5) scaleY(0.5);
  font-family: LFTEtica-ExtraBold;
  font-size: 9.75pt;
  color: #1c1b58;
  font-weight: 400;
  cursor: default;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.addTextTop-disabled {
  color: #aaa !important; }

.addTextBottom {
  position: absolute;
  width: 144px;
  pointer-events: none;
  text-align: center;
  left: 50%;
  bottom: 60px;
  opacity: 0;
  -webkit-transform: translateX(-50%) scaleX(0.5) scaleY(0.5);
  -ms-transform: translateX(-50%) scaleX(0.5) scaleY(0.5);
  transform: translateX(-50%) scaleX(0.5) scaleY(0.5);
  font-family: LFTEtica-ExtraBold;
  font-size: 9.75pt;
  color: #1c1b58;
  cursor: default;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mainBttn {
  width: 50px;
  height: 50px;
  pointer-events: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 22000;
  cursor: pointer; }

.mainBttn, .whiteCir {
  position: absolute;
  left: 50%;
  top: 50%; }

.whiteCir {
  width: 144px;
  height: 144px;
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  pointer-events: none;
  z-index: 2200; }

.blackCir {
  width: 144px;
  height: 144px; }

.blackCir, .smallBlueDottedCir {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  pointer-events: none;
  z-index: 2200; }

.smallBlueDottedCir {
  width: 60px;
  height: 60px; }

.medBlueDottedCir {
  width: 220px;
  height: 220px; }

.largeBlueDottedCir, .medBlueDottedCir {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0) scaleY(0);
  pointer-events: none;
  z-index: 2200; }

.largeBlueDottedCir {
  width: 420px;
  height: 420px; }

.diagLines, .plusLines {
  position: absolute;
  width: 500px;
  height: 500px;
  pointer-events: none;
  z-index: 2200; }

.plusLines {
  -ms-transform: scaleX(0) scaleY(0);
  transform: scaleX(0) scaleY(0);
  -webkit-transform: scaleX(0) scaleY(0); }

.plusLine1 {
  width: 5px;
  left: 245px; }

.dividerLine, .plusLine1 {
  position: absolute;
  height: 1px;
  top: 250px;
  pointer-events: none;
  z-index: 2200;
  background-color: #000; }

.dividerLine {
  width: 144px;
  left: 178px;
  -ms-transform: scaleX(0) scaleY(0);
  transform: scaleX(0) scaleY(0);
  -webkit-transform: scaleX(0) scaleY(0); }

.plusLine2 {
  position: absolute;
  width: 5px;
  height: 1px;
  right: 245px;
  top: 250px;
  pointer-events: none;
  z-index: 2200;
  background-color: #000; }

.plusLine3 {
  top: 245px; }

.plusLine3, .plusLine4 {
  position: absolute;
  width: 1px;
  height: 5px;
  left: 250px;
  pointer-events: none;
  z-index: 2200;
  background-color: #000; }

.plusLine4 {
  bottom: 245px; }

.diagLine1 {
  left: 70px; }

.diagLine1, .diagLine2 {
  position: absolute;
  width: 10px;
  height: 1px;
  top: 250px;
  pointer-events: none;
  z-index: 2200;
  background-color: #fdd891; }

.diagLine2 {
  right: 70px; }

.diagLine3 {
  top: 70px;
  left: 250px; }

.diagLine3, .diagLine4 {
  position: absolute;
  width: 1px;
  height: 10px;
  pointer-events: none;
  z-index: 2200;
  background-color: #fdd891; }

.diagLine4 {
  bottom: 70px;
  right: 250px; }

.lbc_01 {
  opacity: 1; }

.lbc_02 {
  opacity: .75; }

.lbc_03 {
  opacity: .5; }

.lbc_04 {
  opacity: .25; }

.blueArcs {
  position: absolute;
  width: 500px;
  height: 500px;
  pointer-events: none;
  -ms-transform: scaleX(0) scaleY(0);
  transform: scaleX(0) scaleY(0);
  -webkit-transform: scaleX(0) scaleY(0); }

.triangle1 {
  left: 62px; }

.triangle1, .triangle2 {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 242px;
  pointer-events: none;
  z-index: 2200; }

.triangle2 {
  left: 80px; }

.triangle3 {
  right: 62px; }

.triangle3, .triangle4 {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 242px;
  pointer-events: none;
  z-index: 2200; }

.triangle4 {
  right: 78px; }

.straightLine1 {
  top: 115px; }

.straightLine1, .straightLine2 {
  width: 20px;
  height: 1px;
  position: absolute;
  left: 240px;
  background-color: #fdd891; }

.straightLine2 {
  top: 150px; }

.straightLine3 {
  bottom: 150px; }

.straightLine3, .straightLine4 {
  width: 20px;
  height: 1px;
  position: absolute;
  left: 240px;
  background-color: #fdd891; }

.straightLine4 {
  bottom: 115px; }

.orangeArcsChoose, .orangeArcsEdit, .orangeArcsHotspot {
  position: absolute;
  width: 500px;
  height: 500px;
  -ms-transform: scaleX(0) scaleY(0);
  transform: scaleX(0) scaleY(0);
  -webkit-transform: scaleX(0) scaleY(0); }

.acceptBttn {
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
  -ms-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  will-change: transform,opacity; }

.acceptBttn, .addElementCloseBttn {
  position: absolute;
  z-index: 21000;
  pointer-events: auto;
  opacity: 0; }

.addElementCloseBttn {
  left: 317px;
  top: 183px;
  -ms-transform: scaleX(0.5) scaleY(0.5);
  transform: scaleX(0.5) scaleY(0.5);
  -webkit-transform: scaleX(0.5) scaleY(0.5);
  cursor: pointer; }

.addElementCloseBttnHex {
  position: absolute; }

.addElementCloseBttnTxt {
  position: absolute;
  width: auto;
  height: auto;
  left: 32px;
  top: 4px;
  font-family: LFTEtica-Bold;
  font-size: 9pt;
  color: #fff;
  overflow: hidden;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase; }

.rotateBttn {
  -webkit-transform: translateX(160px) translateY(-50%);
  -ms-transform: translateX(160px) translateY(-50%);
  transform: translateX(160px) translateY(-50%); }

.removeBttn, .rotateBttn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  z-index: 80000;
  cursor: pointer;
  pointer-events: auto;
  visibility: hidden;
  display: none;
  will-change: transform; }

.removeBttn {
  -webkit-transform: translateX(142px) translateY(-130px);
  -ms-transform: translateX(142px) translateY(-130px);
  transform: translateX(142px) translateY(-130px); }

.remove-label, .rotate-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% - 10px);
  font-family: LFTEtica-Bold;
  font-size: 9.75pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.line {
  width: 230px;
  height: 2px;
  background-image: url(../shipbuilder/images/common/hotspot/line.png);
  pointer-events: none;
  visibility: hidden; }

.line, .line_glow {
  position: absolute;
  overflow: visible;
  will-change: transform; }

.line_glow {
  left: 130px;
  opacity: 0; }

.line_glow, .line_glow2 {
  top: -11px;
  width: 118px;
  height: 26px;
  background-image: url(../shipbuilder/images/common/hotspot/line_glow.png);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.line_glow2 {
  position: absolute;
  left: 200px;
  opacity: .5;
  overflow: visible;
  will-change: transform; }

.line-left {
  -webkit-transform: translate(-100%, -50%) rotate(157deg);
  -ms-transform: translate(-100%, -50%) rotate(157deg);
  transform: translate(-100%, -50%) rotate(157deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.line-left, .line-right {
  left: 50%;
  top: 50%;
  pointer-events: none;
  z-index: 30000; }

.line-right {
  -webkit-transform: rotate(180deg) translateX(100%) translateY(-50%);
  -ms-transform: rotate(180deg) translateX(100%) translateY(-50%);
  transform: rotate(180deg) translateX(100%) translateY(-50%);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.weapon-stat-container {
  width: 148px;
  height: 242px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -48px;
  z-index: 30000; }

.weapon-stat {
  position: relative;
  width: 100%;
  height: 33px;
  margin-bottom: 36px;
  font-family: LFTEtica-BoldItalic;
  font-size: 9pt;
  color: #1c1b58;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  background-image: url(../shipbuilder/images/common/hotspot/weapon-stat-bg.svg);
  will-change: transform,opacity; }

.weapon-stat:last-child {
  margin-bottom: 0; }

.weapon-stat__title {
  position: absolute;
  left: 20px;
  top: 6px; }

.weapon-stat__value {
  position: absolute;
  right: 20px;
  top: 6px; }

.weapon-stat__bar {
  position: absolute;
  width: 100%;
  left: 20px;
  top: 15px; }

.weapon-stat__bar-tick, .weapon-stat__bar-tick-off, .weapon-stat__bar-tick-on {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: 0 1px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg); }

.weapon-stat__bar-tick-on {
  background-color: #fff; }

.weapon-stat__bar-tick-off {
  background-color: #1b1557; }

.hotspot-element-start-state, .hotspot-mobile__add-mode, .hotspot-mobile__edit-mode, .hotspot-mobile__idle-mode-add, .hotspot-mobile__idle-mode-edit {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  will-change: transform,opacity; }

.hotspot-mobile {
  position: absolute;
  opacity: 0;
  will-change: transform; }

.hotspot-mobile, .hotspot-mobile__edit-mode {
  width: 338px;
  height: 288px;
  pointer-events: none; }

.hotspot-mobile__edit-mode {
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/hotspot/edit-mode-bg.png); }

.hotspot-mobile__remove-btn, .hotspot-mobile__rotate-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  top: 125px; }

.hotspot-mobile__rotate-btn {
  right: 0; }

.remove-label__mobile, .rotate-label__mobile {
  position: absolute;
  top: 50%;
  font-family: LFTEtica-Bold;
  font-size: 6.75pt;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.remove-label__mobile {
  left: 21px; }

.remove-label__mobile, .rotate-label__mobile {
  -webkit-transform: translate(-50%, -30px);
  -ms-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px); }

.rotate-label__mobile {
  left: 316px; }

.hotspot-mobile__accept-btn {
  min-width: none;
  padding: 0 11px;
  pointer-events: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px; }

.hotspot-mobile__idle-mode-edit {
  width: 45px;
  height: 45px;
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/hotspot/idle-mode-edit.png);
  pointer-events: auto; }

.hotspot-mobile__idle-mode-add {
  width: 52px;
  height: 52px;
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/hotspot/idle-mode-add.png);
  pointer-events: auto; }

.hotspot-mobile__add-mode {
  width: 182px;
  height: 198px;
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/hotspot/add-mode-bg.png);
  pointer-events: none; }

.hotspot-mobile__add-wing-btn {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  pointer-events: auto;
  z-index: 10; }

.hotspot-mobile__add-text-top {
  position: absolute;
  width: 100%;
  top: 70px;
  font-display: "LFTEtica-ExtraBold";
  font-size: 8.2pt;
  line-height: 8.2pt;
  color: #1c1b58;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hotspot-mobile__add-weapon-btn {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  pointer-events: auto;
  z-index: 10; }

.hotspot-mobile__add-text-bottom {
  position: absolute;
  width: 100%;
  bottom: 70px;
  font-display: "LFTEtica-ExtraBold";
  font-size: 8.2pt;
  line-height: 8.2pt;
  color: #1c1b58;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hotspot-mobile__close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  pointer-events: auto;
  left: 135px;
  top: 24px;
  z-index: 9999999999999; }

.part-selector {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0; }

.part-selector__bottom-highlight {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -150px;
  width: 932px;
  height: 354px;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/part-selector/part-selection-bottom.png);
  z-index: 0;
  pointer-events: none; }

@media only screen and (max-height: 640px) {
  .part-selector__bottom-highlight {
    bottom: -190px;
    opacity: .75; } }
.part-selector__mask-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 130px;
  width: 530px;
  height: 80px;
  white-space: nowrap; }

@media only screen and (max-height: 640px) {
  .part-selector__mask-container {
    bottom: 90px; } }
.part-selector__mask-container__mask {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 50px 0; }

.part-selector__prev-btn {
  margin-left: -40px; }

.part-selector__next-btn {
  margin-right: -40px; }

.part-selector__prev-btn:hover > img {
  -webkit-transform: translateX(-5px) scale(1.2);
  -ms-transform: translateX(-5px) scale(1.2);
  transform: translateX(-5px) scale(1.2); }

.part-selector__next-btn:hover > img {
  -webkit-transform: translateX(5px) scale(1.2);
  -ms-transform: translateX(5px) scale(1.2);
  transform: translateX(5px) scale(1.2); }

.part-selector__item-container {
  position: absolute;
  white-space: nowrap;
  will-change: transform; }

.part-selector__item {
  position: relative;
  display: inline-block;
  width: 106px;
  height: 80px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  pointer-events: auto;
  cursor: pointer;
  padding: 0 10px;
  opacity: 1;
  visibility: hidden;
  will-change: transform,opacity; }

.part-selector__item:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.part-selector__item img {
  width: 100%;
  height: 100%; }

.part-selector__item__selected {
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  will-change: transform;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.part-selector__type-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 54px; }

.part-selector__type-option, .part-selector__type-option__off, .part-selector__type-option__on {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  margin: 0 3px;
  font-family: LFTEtica-Bold;
  font-size: 9.75pt;
  width: 87px;
  height: 27px;
  line-height: 29px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.part-selector__type-option__on {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #1c1b58;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/part-selector/part-type-toggle-bg.svg); }

.part-selector__type-option__off {
  color: #fff;
  pointer-events: auto;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.part-selector__type-option__off:hover {
  opacity: .65; }

.part-selector__mobile {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: auto;
  z-index: 999999999; }

.part-selector__mobile__bottom-highlight {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -28px;
  width: 389px;
  height: 119px;
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/part-selector/part-selection-bottom-mobile.png);
  z-index: 0;
  pointer-events: none; }

.part-selector__mobile__item-container {
  position: absolute;
  white-space: nowrap;
  bottom: 60px;
  will-change: transform; }

.part-selector__mobile__item {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 45px;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  pointer-events: auto;
  padding: 0 15px; }

.part-selector__mobile__item img {
  width: 100%;
  height: 100%; }

.part-selector__mobile__item__selected {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2); }

.part-selector__mobile__type-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }

.part-selector__mobile__type-option, .part-selector__mobile__type-option__off, .part-selector__mobile__type-option__on {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-family: LFTEtica-BoldItalic;
  font-size: 8.25pt;
  color: #fff;
  width: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.part-selector__mobile__type-option__line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: .2; }

.part-selector__mobile__type-option__on {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.part-selector__mobile__type-option__off {
  opacity: .3;
  pointer-events: auto; }

.current-build {
  position: absolute;
  right: 58px;
  bottom: 136px;
  width: 196px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 15px;
  background: top/contain no-repeat url(../shipbuilder/images/common/current-build-bg-top.svg), bottom/contain no-repeat url(../shipbuilder/images/common/current-build-bg-bottom.svg);
  pointer-events: auto;
  will-change: transform;
  -webkit-transform: translateX(254px);
  -ms-transform: translateX(254px);
  transform: translateX(254px);
  visibility: hidden; }

.current-build__header {
  position: relative;
  font-family: LFTEtica-ExtraBold;
  font-size: 15pt;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.current-build__item {
  position: relative;
  height: 30px;
  margin-bottom: 10px; }

@media only screen and (max-height: 640px) {
  .current-build__item {
    margin-bottom: 5px; } }
.current-build__item:last-child {
  margin-bottom: 0; }

.current-build__item__label {
  position: relative;
  font-family: LFTEtica-BoldItalic;
  font-size: 9pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.current-build__item__bar, .current-build__item__bar-off, .current-build__item__bar-on {
  position: absolute;
  top: 14px;
  left: 0; }

.current-build__item__bar-off {
  z-index: 0; }

.current-build__item__bar-on {
  z-index: 1; }

.current-build__item__bar-tick, .current-build__item__bar-tick__off, .current-build__item__bar-tick__on, .current-build__item__bar-tick__on-glow {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 12px;
  margin: 0 1.5px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg); }

.current-build__item__bar-tick__off {
  background-color: #1a1757; }

.current-build__item__bar-tick__on {
  background-color: #28e7be;
  opacity: 0;
  will-change: opacity; }

.current-build__item__bar-tick__on-glow {
  background-color: #fafefb;
  -webkit-filter: drop-shadow(0 0 6px #0fc);
  filter: drop-shadow(0 0 6px #00ffcc);
  opacity: 0;
  will-change: opacity; }

.current-build__button {
  position: relative;
  padding: 5px 0;
  width: 100%;
  height: 28px;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.current-build__button:hover {
  opacity: .65; }

.current-build__button__icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px; }

.current-build__button__icon img {
  width: 100%;
  height: 100%; }

.current-build__button__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px; }

.current-build__button__text-header {
  font-family: LFTEtica-Bold;
  font-size: 7.5pt; }

.current-build__button__text-body, .current-build__button__text-header {
  position: relative;
  line-height: 9pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.current-build__button__text-body {
  font-family: LFTEtica-ExtraBold;
  font-size: 9pt;
  max-width: 110px; }

.current-build__button__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 28px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/arrow-right.svg); }

.current-build__mobile {
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: auto; }

.current-build__mobile__item {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 100%; }

.current-build__mobile__item__bg {
  position: absolute;
  top: 0;
  width: calc(100% - 16px);
  height: 0;
  border-style: solid;
  border-width: 7px 8px;
  -webkit-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bg.png) 15 stretch;
  -o-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bg.png) 15 stretch;
  border-image: url(../shipbuilder/images/mobile/common/current-build-item-bg.png) 15 fill stretch;
  z-index: 0; }

.current-build__mobile__item__label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 7.22pt;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.current-build__mobile__item__bar, .current-build__mobile__item__bar-off, .current-build__mobile__item__bar-on, .current-build__mobile__item__bar-on-highlighted {
  position: absolute;
  left: 4%;
  top: 0;
  width: 92%;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 4%; }

.current-build__mobile__item__bar-off {
  border-style: solid;
  border-width: 4.5px;
  -webkit-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-bg.png) 9 stretch;
  -o-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-bg.png) 9 stretch;
  border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-bg.png) 9 fill stretch;
  z-index: 0; }

.current-build__mobile__item__bar-on {
  border-style: solid;
  border-width: 4.5px;
  -webkit-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-fg.png) 9 stretch;
  -o-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-fg.png) 9 stretch;
  border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-fg.png) 9 fill stretch;
  z-index: 1; }

.current-build__mobile__item__bar-on-highlighted {
  border-style: solid;
  border-width: 4.5px;
  -webkit-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-fg-highlighted.png) 9 stretch;
  -o-border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-fg-highlighted.png) 9 stretch;
  border-image: url(../shipbuilder/images/mobile/common/current-build-item-bar-fg-highlighted.png) 9 fill stretch;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 6px #0fc);
  filter: drop-shadow(0 0 6px #00ffcc); }

.line-decal, .line-decal-bottom, .line-decal-top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 48px);
  opacity: .25; }

.line-decal-top {
  top: 20px; }

.line-decal-bottom {
  bottom: 20px;
  -webkit-transform: translateX(-50%) scaleY(-1);
  -ms-transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%) scaleY(-1); }

.logo, .logo__mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 42px;
  width: 200px;
  height: 50px;
  margin-top: 0;
  opacity: 0;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/starlink.svg); }

.logo__mobile {
  top: 18px;
  width: 105px;
  height: 29px;
  opacity: 0;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/starlink-mobile.svg); }

.header-left-button-container {
  position: absolute;
  left: 40px;
  top: 36px;
  pointer-events: none; }

.header-right-button-container {
  position: absolute;
  right: 60px;
  top: 36px;
  pointer-events: none; }

.back-to-main-site-button {
  -webkit-border-image: url(../shipbuilder/images/common/back-button-no-glow-bg.png) 31 repeat !important;
  -o-border-image: url(../shipbuilder/images/common/back-button-no-glow-bg.png) 31 repeat !important;
  border-image: url(../shipbuilder/images/common/back-button-no-glow-bg.png) 31 fill repeat !important;
  visibility: hidden; }

.back-to-main-site-button:hover {
  opacity: .65; }

.wishlist-button {
  -webkit-border-image: url(../shipbuilder/images/common/wishlist-button-bg.png) 31 repeat !important;
  -o-border-image: url(../shipbuilder/images/common/wishlist-button-bg.png) 31 repeat !important;
  border-image: url(../shipbuilder/images/common/wishlist-button-bg.png) 31 fill repeat !important;
  padding: 0 20px 0 10px !important;
  visibility: hidden; }

.wishlist-button:hover {
  opacity: .65; }

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

.wishlist-button__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  left: calc(100% - 15px);
  margin-top: -1px;
  width: 15px;
  height: 22px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/arrow-right.svg); }

.start-over-button {
  position: relative;
  display: inline-block;
  width: auto;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  font-size: 9.75pt;
  font-family: LFTEtica-BoldItalic;
  text-transform: uppercase;
  pointer-events: auto;
  margin-left: 30px;
  cursor: pointer;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  opacity: 1; }

.start-over-button:hover {
  opacity: .65; }

.add-to-wishlist-button, .add-to-wishlist-button-highlighted {
  margin-right: 30px;
  visibility: hidden;
  opacity: 0; }

.add-to-wishlist-button-highlighted {
  -webkit-filter: drop-shadow(0 0 10px #ff7200);
  filter: drop-shadow(0 0 10px #ff7200); }

.nav__menu-button {
  left: 18px;
  width: 30px;
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/common/menu-open.svg); }

.nav__menu-button, .nav__wishlist-button {
  position: absolute;
  top: 18px;
  height: 26px;
  z-index: 10;
  opacity: 0;
  pointer-events: auto; }

.nav__wishlist-button {
  right: 18px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: 50% 49.5%/13px 11px no-repeat url(../shipbuilder/images/mobile/common/wishlist-star.svg);
  display: none; }

.previous-builds-button {
  position: absolute !important;
  right: 52px;
  bottom: 56px;
  visibility: hidden; }

.previous-builds-button:hover {
  opacity: .65; }

.current-build-drawer {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -562px;
  top: 0;
  z-index: 9999999;
  will-change: transform;
  pointer-events: none;
  visibility: hidden; }

.current-build-drawer__invisible-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  pointer-events: auto; }

.current-build-drawer__container {
  margin-left: auto;
  width: 562px;
  height: 100%;
  z-index: 1;
  background-color: #13193c;
  background-image: url(../shipbuilder/images/common/drawer-bg-tile.png);
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 50px 40px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.current-build-drawer__container, .current-build-drawer__content-container {
  position: relative;
  pointer-events: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.current-build-drawer__content-container {
  width: 100%;
  height: auto; }

.current-build-drawer__close-btn {
  position: relative;
  display: inline-block;
  font-family: LFTEtica-BoldItalic;
  font-size: 9.75pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.current-build-drawer__close-btn:hover {
  opacity: .65; }

.current-build-drawer__close-btn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 24px;
  right: -24px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/arrow-right.svg); }

.current-build-drawer__current-build {
  position: relative;
  margin: 50px auto 30px;
  padding: 32px 12px; }

.current-build-drawer__current-build__header {
  font-family: LFTEtica-ExtraBold;
  font-size: 27pt;
  line-height: 30pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.current-build-drawer__current-build__image {
  position: relative;
  width: 100%;
  height: 363px;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
  border: 1px solid #17827f;
  margin-top: 22px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.current-build-drawer__current-build__no-items {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

.current-build-drawer__current-build__no-items__header {
  font-family: LFTEtica-BoldItalic;
  font-size: 12pt;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%; }

.current-build-drawer__current-build__no-items__message {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 9pt;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%; }

.current-build-drawer__current-build__stat-container {
  position: absolute;
  width: 112px;
  left: 20px;
  bottom: 20px; }

.current-build-drawer__current-build__stat {
  position: relative;
  width: 100%;
  height: 25px;
  font-family: LFTEtica-BoldItalic;
  font-size: 9pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1px; }

.current-build-drawer__current-build__stat__label {
  position: absolute;
  left: 0;
  top: 0; }

.current-build-drawer__current-build__stat__value {
  position: absolute;
  right: 0;
  top: 0; }

.current-build-drawer__current-build__stat__bar {
  position: absolute;
  left: 0;
  bottom: 0; }

.current-build-drawer__current-build__stat__bar-tick, .current-build-drawer__current-build__stat__bar-tick-highlighted {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 5px;
  margin: 0 1px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  background-color: #24e0bb; }

.current-build-drawer__current-build__stat__bar-tick-highlighted {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 10px #0fc);
  filter: drop-shadow(0 0 10px #00ffcc); }

.current-build-drawer__current-build__pilot-image {
  position: absolute;
  width: 150px;
  height: 127px;
  background-color: #fff;
  right: 20px;
  bottom: 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#24e0a5), to(#273a92));
  background: -webkit-linear-gradient(#24e0a5, #273a92);
  background: -o-linear-gradient(#24e0a5, #273a92);
  background: linear-gradient(#24e0a5, #273a92); }

.current-build-drawer__previous-builds-header {
  font-family: LFTEtica-BoldItalic;
  font-size: 12pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.current-build-drawer__previous-build__item {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
  height: 181px;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
  border: 1px solid #17827f;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.current-build-drawer__previous-build__item:hover > .current-build-drawer__previous-build__over {
  opacity: 1; }

.current-build-drawer__previous-build__item:nth-child(2n) {
  margin-right: 20px; }

.current-build-drawer__previous-build__pilot-image {
  position: absolute;
  width: 75px;
  height: 64px;
  background-color: #fff;
  right: 7px;
  bottom: 8px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#24e0a5), to(#273a92));
  background: -webkit-linear-gradient(#24e0a5, #273a92);
  background: -o-linear-gradient(#24e0a5, #273a92);
  background: linear-gradient(#24e0a5, #273a92); }

.current-build-drawer__previous-build__stat-container {
  position: absolute;
  width: 98px;
  left: 7px;
  bottom: 8px; }

.current-build-drawer__previous-build__stat__bar, .current-build-drawer__previous-build__stat__bar-highlighted {
  position: relative;
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  background-color: #24e0bb; }

.current-build-drawer__previous-build__stat__bar-highlighted {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 10px #0fc);
  filter: drop-shadow(0 0 10px #00ffcc); }

.current-build-drawer__previous-build__over {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 208, 174, 0.9);
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 0; }

.current-build-drawer__previous-build__over__icon {
  top: 60px;
  width: 34px;
  height: 34px;
  background-color: #1c1b58;
  border-radius: 50%;
  background-image: url(../shipbuilder/images/common/edit-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 16px; }

.current-build-drawer__previous-build__over__icon, .current-build-drawer__previous-build__over__label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.current-build-drawer__previous-build__over__label {
  top: 105px;
  font-family: LFTEtica-BoldItalic;
  font-size: 12pt;
  color: #1c1b58;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wishlist-drawer {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -640px;
  top: 0;
  z-index: 9999999;
  will-change: transform;
  pointer-events: none;
  visibility: hidden; }

.wishlist-drawer__invisible-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  pointer-events: auto; }

.wishlist-drawer__container {
  margin-left: auto;
  width: 640px;
  height: 100%;
  z-index: 1;
  background-color: #13193c;
  background-image: url(../shipbuilder/images/common/drawer-bg-tile.png);
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 50px 40px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.wishlist-drawer__container, .wishlist-drawer__content-container {
  position: relative;
  pointer-events: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.wishlist-drawer__content-container {
  width: 100%;
  height: auto;
  padding-bottom: 50px; }

.wishlist-drawer__close-btn {
  position: relative;
  display: inline-block;
  font-family: LFTEtica-BoldItalic;
  font-size: 9.75pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.wishlist-drawer__close-btn:hover {
  opacity: .65; }

.wishlist-drawer__close-btn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 24px;
  right: -24px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/arrow-right.svg); }

.wishlist-drawer__add-to-wishlist {
  position: relative;
  margin: 50px auto 30px;
  padding: 32px 12px;
  text-align: center; }

.wishlist-drawer__add-to-wishlist__header {
  font-family: LFTEtica-ExtraBold;
  font-size: 27pt;
  line-height: 30pt; }

.wishlist-drawer__add-to-wishlist__header, .wishlist-drawer__add-to-wishlist__sub-header {
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wishlist-drawer__add-to-wishlist__sub-header {
  font-family: LFTEtica-BoldItalic;
  font-size: 12pt;
  letter-spacing: -.05em;
  margin-bottom: 27px; }

.wishlist-drawer__item-container {
  position: relative;
  width: 100%; }

.wishlist-drawer__item {
  position: relative;
  display: inline-block;
  width: calc(50% - 5px);
  height: 194px;
  border-radius: 4px;
  margin-top: 5px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 50%/contain no-repeat -webkit-gradient(linear, left top, left bottom, from(#24e0a5), to(#273a92));
  background: 50%/contain no-repeat -webkit-linear-gradient(#24e0a5, #273a92);
  background: 50%/contain no-repeat -o-linear-gradient(#24e0a5, #273a92);
  background: 50%/contain no-repeat linear-gradient(#24e0a5, #273a92);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  cursor: pointer; }

.wishlist-drawer__item:hover {
  opacity: .65; }

.wishlist-drawer__item:nth-child(2n) {
  margin-right: 0; }

.wishlist-drawer__item__title {
  font-family: LFTEtica-BoldItalic;
  font-size: 7.5pt;
  position: absolute;
  left: 12px;
  bottom: 28px; }

.wishlist-drawer__item__value {
  font-family: LFTEtica-ExtraBold;
  font-size: 9pt;
  position: absolute;
  left: 12px;
  bottom: 14px; }

.wishlist-drawer__item__checkmark {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/checkmark.svg);
  display: none; }

.wishlist-drawer__add-items_btn, .wishlist-drawer__view-wishlist_btn {
  margin: 10px 0 20px;
  position: relative;
  pointer-events: auto; }

.wishlist-drawer__spacer {
  position: relative;
  width: 55px;
  height: 30px;
  display: inline-block; }

.wishlist-drawer__add-items_btn__count, .wishlist-drawer__add-items_btn__count-alt {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-family: LFTEtica-ExtraBold;
  font-size: 10.5pt;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/wishlist-item-count-bg.svg);
  z-index: 1000; }

.wishlist-drawer__add-items_btn__count-alt {
  top: -32px;
  left: -28px;
  padding-right: 1px;
  -webkit-filter: drop-shadow(0 0 10px #e68027);
  filter: drop-shadow(0 0 10px #e68027); }

.wishlist-drawer__mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999999;
  will-change: transform;
  pointer-events: auto;
  visibility: hidden; }

.wishlist-drawer__mobile__container {
  margin-left: auto;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 224, 165, 0.3)), to(rgba(39, 58, 146, 0.3)));
  background: -webkit-linear-gradient(rgba(36, 224, 165, 0.3), rgba(39, 58, 146, 0.3));
  background: -o-linear-gradient(rgba(36, 224, 165, 0.3), rgba(39, 58, 146, 0.3));
  background: linear-gradient(rgba(36, 224, 165, 0.3), rgba(39, 58, 146, 0.3));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 15px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.wishlist-drawer__mobile__container, .wishlist-drawer__mobile__content-container {
  position: relative;
  width: 100%;
  pointer-events: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.wishlist-drawer__mobile__content-container {
  height: auto;
  padding-bottom: 50px;
  text-align: center; }

.wishlist-drawer__mobile__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: LFTEtica-BoldItalic;
  font-size: 9.75pt;
  color: #fff;
  text-transform: uppercase;
  pointer-events: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10; }

.wishlist-drawer__mobile__close-btn__arrow {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: 50%/12px 16px no-repeat url(../shipbuilder/images/common/arrow-right.svg);
  margin-top: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; }

.wishlist-drawer__mobile__close-btn__label {
  display: inline-block;
  font-family: LFTEtica-BoldItalic;
  font-size: 8pt;
  padding-right: 15px; }

.wishlist-drawer__mobile__add-to-wishlist {
  position: relative; }

.wishlist-drawer__mobile__add-to-wishlist__header {
  font-family: LFTEtica-ExtraBold;
  font-size: 36.32pt;
  margin-bottom: 12px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.6));
  filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.6)); }

.wishlist-drawer__mobile__add-to-wishlist__header, .wishlist-drawer__mobile__add-to-wishlist__sub-header {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wishlist-drawer__mobile__add-to-wishlist__sub-header {
  font-family: LFTEtica-BoldItalic;
  font-size: 9.375pt;
  margin: 26px auto; }

.wishlist-drawer__mobile__item-container {
  position: relative;
  width: 100%; }

.wishlist-drawer__mobile__item {
  position: relative;
  display: inline-block;
  width: calc(50% - 5px);
  height: 128px;
  border-radius: 4px;
  margin-top: 5px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 50%/contain no-repeat -webkit-gradient(linear, left top, left bottom, from(#24e0a5), to(#273a92));
  background: 50%/contain no-repeat -webkit-linear-gradient(#24e0a5, #273a92);
  background: 50%/contain no-repeat -o-linear-gradient(#24e0a5, #273a92);
  background: 50%/contain no-repeat linear-gradient(#24e0a5, #273a92);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
  pointer-events: auto; }

.wishlist-drawer__mobile__item:nth-child(2n) {
  margin-right: 0; }

.wishlist-drawer__mobile__item__title {
  font-family: LFTEtica-BoldItalic;
  font-size: 7.5pt;
  position: absolute;
  left: 12px;
  bottom: 28px; }

.wishlist-drawer__mobile__item__value {
  font-family: LFTEtica-ExtraBold;
  font-size: 9pt;
  position: absolute;
  left: 12px;
  bottom: 14px; }

.wishlist-drawer__mobile__item__checkmark {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/checkmark.svg);
  display: none; }

.wishlist-drawer__mobile__spacer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px; }

.wishlist-drawer__mobile__add-items_btn, .wishlist-drawer__mobile__view-wishlist_btn {
  min-width: 50px;
  padding: 0 10px;
  position: relative;
  pointer-events: auto; }

.mobile-nav__wishlist-items-count, .wishlist-drawer__mobile__add-items_btn__count, .wishlist-drawer__mobile__add-items_btn__count-alt {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-family: LFTEtica-ExtraBold;
  font-size: 10.5pt;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/wishlist-item-count-bg.svg);
  z-index: 1000;
  padding-right: 1px; }

.wishlist-drawer__mobile__add-items_btn__count-alt {
  top: -32px;
  left: -28px;
  -webkit-filter: drop-shadow(0 0 10px #e68027);
  filter: drop-shadow(0 0 10px #e68027); }

.background-selector {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0; }

.background-selector__label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  font-style: "LFTEtica-Bold";
  font-size: 9.375pt;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-height: 320px) {
  .background-selector__label {
    display: none; } }
@media only screen and (min-width: 1025px) {
  .background-selector__label {
    font-size: 9.75pt;
    top: -40px; } }
.background-selector__mask-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 200px;
  width: 670px;
  height: 60px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px; }

.background-selector__mask-container__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 0;
  margin-top: -30px; }

.background-selector__prev-btn {
  margin-left: -40px; }

.background-selector__next-btn {
  margin-right: -40px; }

.background-selector__prev-btn:hover > img {
  -webkit-transform: translateX(-5px) scale(1.2);
  -ms-transform: translateX(-5px) scale(1.2);
  transform: translateX(-5px) scale(1.2); }

.background-selector__next-btn:hover > img {
  -webkit-transform: translateX(5px) scale(1.2);
  -ms-transform: translateX(5px) scale(1.2);
  transform: translateX(5px) scale(1.2); }

.background-selector__item-container {
  position: absolute;
  white-space: nowrap;
  will-change: transform; }

.background-selector__item {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 60px;
  margin: 0 15px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  -o-transition: transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out,-webkit-transform .1s ease-out;
  visibility: hidden;
  opacity: 1; }

.background-selector__item:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.background-selector__item img {
  width: 100%;
  height: 100%; }

.background-selector__item__selected {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  border: 1px solid #21c7aa;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  -o-transition: transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  will-change: transform; }

.background-selector__mobile {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: auto;
  z-index: 999999999; }

@media only screen and (max-width: 1025px) and (orientation: landscape) {
  .background-selector__mobile {
    top: 45%; } }
.background-selector__mobile__item-container {
  position: absolute;
  white-space: nowrap;
  will-change: transform; }

.background-selector__mobile__item {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
  margin: 0 20px;
  pointer-events: auto;
  -webkit-transition: border .15s ease-out,-webkit-transform;
  transition: border .15s ease-out,-webkit-transform;
  -o-transition: transform,border .15s ease-out;
  transition: transform,border .15s ease-out;
  transition: transform,border .15s ease-out,-webkit-transform; }

.background-selector__mobile__item img {
  width: 100%;
  height: 100%; }

.background-selector__mobile__item__selected {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  border: 1px solid #21c7aa; }

.pilot-chat {
  position: absolute;
  width: 300px;
  height: 360px;
  left: 0;
  bottom: 0;
  z-index: 50000;
  opacity: 0; }

.pilot-chat__ring-container {
  position: absolute;
  width: 300px;
  height: 90px;
  bottom: 0;
  z-index: 0; }

.pilot-chat__rings {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 220px;
  height: 90px;
  bottom: 0; }

.pilot-chat__rings__ring, .pilot-chat__rings__ring-1, .pilot-chat__rings__ring-2, .pilot-chat__rings__ring-3, .pilot-chat__rings__ring-4, .pilot-chat__rings__ring-5 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 90px);
  -ms-transform: translate(-50%, 90px);
  transform: translate(-50%, 90px);
  will-change: transform,opacity;
  opacity: 0; }

.pilot-chat__rings__ring-1 {
  top: 0;
  width: 220px;
  height: 57px;
  z-index: 5;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/common/pilot-ring-1.png); }

.pilot-chat__rings__ring-2 {
  top: 16px;
  width: 186px;
  height: 48px;
  z-index: 4;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/common/pilot-ring-2.png); }

.pilot-chat__rings__ring-3 {
  top: 31px;
  width: 144px;
  height: 38px;
  z-index: 3;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/common/pilot-ring-3.png); }

.pilot-chat__rings__ring-4 {
  top: 31px;
  width: 136px;
  height: 56px;
  z-index: 2;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/common/pilot-ring-4.png); }

.pilot-chat__rings__ring-5 {
  top: 42px;
  width: 102px;
  height: 48px;
  z-index: 1;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/common/pilot-ring-5.png); }

.pilot-chat__name-container {
  position: absolute;
  width: 300px;
  bottom: 50px;
  z-index: 1; }

.pilot-chat__name {
  width: 60%;
  margin: 0 auto;
  font-family: LFTEtica-ExtraBold;
  font-size: 15pt;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform,opacity; }

.pilot-chat__text-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 120px);
  height: 46px;
  top: 34px;
  z-index: 2; }

.pilot-chat__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 9pt;
  font-family: LFTEtica-Bold;
  font-size: 9pt;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.chatBubble {
  width: 300px; }

.chatBubble, .chatBubbleLL {
  position: absolute;
  height: 150px;
  top: 0; }

.chatBubbleLL {
  width: 96px;
  left: 0;
  background-image: url("../shipbuilder/images/common/chat-bubble/ll.png"); }

.chatBubbleRM {
  left: 96px;
  background-image: url("../shipbuilder/images/common/chat-bubble/rm.png"); }

.chatBubbleLM, .chatBubbleRM {
  position: absolute;
  width: 29px;
  height: 150px;
  top: 0; }

.chatBubbleLM {
  right: 96px;
  background-image: url("../shipbuilder/images/common/chat-bubble/lm.png"); }

.chatBubbleRR {
  width: 96px;
  right: 0;
  background-image: url("../shipbuilder/images/common/chat-bubble/rr.png"); }

.chatBubbleMM, .chatBubbleRR {
  position: absolute;
  height: 150px;
  top: 0; }

.chatBubbleMM {
  width: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-image: url("../shipbuilder/images/common/chat-bubble/mm.png"); }

.chatBubbleSVG {
  width: 300px;
  position: absolute;
  height: 150px;
  z-index: 0; }

.pilot-chat-mobile {
  position: absolute;
  width: 100%;
  height: 83px;
  line-height: 11px;
  left: 0;
  bottom: 55px;
  z-index: 0; }

.pilot-chat-mobile__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 38px 56px;
  -webkit-border-image: url(../shipbuilder/images/mobile/common/chat-bubble.png) 76 112 stretch;
  -o-border-image: url(../shipbuilder/images/mobile/common/chat-bubble.png) 76 112 stretch;
  border-image: url(../shipbuilder/images/mobile/common/chat-bubble.png) 76 112 fill stretch; }

.pilot-chat__text-container__mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 90px);
  height: 100%;
  z-index: 2; }

.pilot-chat__text__mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 8.25pt;
  font-family: LFTEtica-Bold;
  font-size: 9pt;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pilot-chat-mobile__pilot {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 100px;
  height: 100px;
  z-index: 1;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }

.mobile-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden; }

.mobile-nav, .mobile-nav-container {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  pointer-events: auto; }

.mobile-nav {
  position: relative;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 224, 165, 0.3)), to(rgba(39, 58, 146, 0.3)));
  background: -webkit-linear-gradient(rgba(36, 224, 165, 0.3), rgba(39, 58, 146, 0.3));
  background: -o-linear-gradient(rgba(36, 224, 165, 0.3), rgba(39, 58, 146, 0.3));
  background: linear-gradient(rgba(36, 224, 165, 0.3), rgba(39, 58, 146, 0.3));
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  padding-bottom: 15px; }

.mobile-nav__header, .mobile-nav__item, .mobile-nav__item-base, .mobile-nav__item-spacer {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mobile-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto; }

.mobile-nav__header__main-site-button {
  display: inline-block;
  line-height: 44px; }

.mobile-nav__header__main-site-button__arrow {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: 50%/12px 16px no-repeat url(../shipbuilder/images/common/arrow-left.svg);
  margin-top: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.mobile-nav__header__main-site-button__label {
  display: inline-block;
  font-family: LFTEtica-BoldItalic;
  font-size: 8pt;
  padding-left: 15px; }

.mobile-nav__header__close-button {
  display: inline-block;
  line-height: 44px; }

.mobile-nav__header__close-button__arrow {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: 50%/12px 16px no-repeat url(../shipbuilder/images/common/arrow-right.svg);
  margin-top: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px; }

.mobile-nav__header__close-button__label {
  display: inline-block;
  font-family: LFTEtica-BoldItalic;
  font-size: 8pt;
  padding-right: 15px; }

.mobile-nav__item, .mobile-nav__item-spacer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 191, 0.12)), to(rgba(0, 255, 191, 0)));
  background: -webkit-linear-gradient(rgba(0, 255, 191, 0.12), rgba(0, 255, 191, 0));
  background: -o-linear-gradient(rgba(0, 255, 191, 0.12), rgba(0, 255, 191, 0));
  background: linear-gradient(rgba(0, 255, 191, 0.12), rgba(0, 255, 191, 0)); }

.mobile-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center; }

.mobile-nav__item:active, .mobile-nav__item:focus, .mobile-nav__item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 191, 0.36)), to(rgba(0, 255, 191, 0.12)));
  background: -webkit-linear-gradient(rgba(0, 255, 191, 0.36), rgba(0, 255, 191, 0.12));
  background: -o-linear-gradient(rgba(0, 255, 191, 0.36), rgba(0, 255, 191, 0.12));
  background: linear-gradient(rgba(0, 255, 191, 0.36), rgba(0, 255, 191, 0.12)); }

.mobile-nav__item__disabled, .mobile-nav__item__selected {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.mobile-nav__item__disabled {
  color: rgba(255, 255, 255, 0.5); }

.mobile-nav__item__index {
  display: inline-block;
  font-family: LFTEtica-Bold;
  font-size: 16.125pt; }

.mobile-nav__item__label {
  display: inline-block;
  font-family: LFTEtica-BoldItalic;
  font-size: 8pt;
  line-height: 44px;
  padding-left: 15px; }

.mobile-nav__item__arrow {
  display: inline-block;
  background: 50%/12px 16px no-repeat url(../shipbuilder/images/common/arrow-right.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 4px;
  height: 8px; }

.mobile-nav__current-build {
  position: relative;
  width: calc(100% - 30px);
  height: 326px;
  margin: 0 auto 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: auto; }

.mobile-nav__current-build__image {
  position: absolute;
  width: 100%;
  height: 326px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 0; }

.mobile-nav__current-build__header {
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
  font-family: LFTEtica-ExtraBold;
  font-size: 18.75pt;
  -webkit-filter: drop-shadow(0 0 10px #0fc);
  filter: drop-shadow(0 0 10px #00ffcc);
  z-index: 1; }

.mobile-nav__current-build__stats {
  position: absolute;
  width: 112px;
  left: 15px;
  bottom: 15px;
  z-index: 1; }

.mobile-nav__current-build__stat {
  position: relative;
  width: 100%;
  height: 20px;
  font-family: LFTEtica-BoldItalic;
  font-size: 8.475pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1px; }

.mobile-nav__current-build__stat__label {
  position: absolute;
  left: 0;
  top: 0; }

.mobile-nav__current-build__stat__value {
  position: absolute;
  right: 0;
  top: 0; }

.mobile-nav__current-build__stat__bar {
  position: absolute;
  left: 0;
  bottom: 0; }

.mobile-nav__current-build__stat__bar-tick, .mobile-nav__current-build__stat__bar-tick-highlighted {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 4px;
  margin: 0 1px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  background-color: #24e0bb; }

.mobile-nav__current-build__stat__bar-tick-highlighted {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 10px #0fc);
  filter: drop-shadow(0 0 10px #00ffcc); }

.mobile-nav__current-build__pilot {
  position: absolute;
  width: 136px;
  height: 115px;
  background-color: #fff;
  right: 15px;
  bottom: 15px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#24e0a5), to(#273a92));
  background: -webkit-linear-gradient(#24e0a5, #273a92);
  background: -o-linear-gradient(#24e0a5, #273a92);
  background: linear-gradient(#24e0a5, #273a92);
  z-index: 1; }

.mobile-nav__current-build__no-items {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  z-index: 0;
  opacity: .5;
  text-align: center;
  display: none; }

.mobile-nav__current-build__no-items__header {
  font-family: LFTEtica-BoldItalic;
  font-size: 9.375pt; }

.mobile-nav__current-build__no-items__message {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 6.75pt; }

.mobile-nav__previous-builds {
  position: relative;
  width: calc(100% - 30px);
  height: auto;
  margin: 25px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 30px;
  pointer-events: auto; }

.mobile-nav__previous-builds__header {
  width: 100%;
  text-align: center;
  font-family: LFTEtica-BoldItalic;
  font-size: 11.25pt; }

.mobile-nav__previous-builds__build-container {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.mobile-nav__previous-build__item {
  position: relative;
  display: inline-block;
  width: calc(50% - 5px);
  height: 105px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #17827f;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mobile-nav__previous-build__pilot-image {
  position: absolute;
  width: 44px;
  height: 36px;
  background-color: #fff;
  right: 5px;
  bottom: 5px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#24e0a5), to(#273a92));
  background: -webkit-linear-gradient(#24e0a5, #273a92);
  background: -o-linear-gradient(#24e0a5, #273a92);
  background: linear-gradient(#24e0a5, #273a92); }

.mobile-nav__previous-build__stat-container {
  position: absolute;
  width: 56px;
  left: 5px;
  bottom: 5px; }

.mobile-nav__previous-build__stat__bar, .mobile-nav__previous-build__stat__bar-highlighted {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  background-color: #24e0bb; }

.mobile-nav__previous-build__stat__bar-highlighted {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 10px #0fc);
  filter: drop-shadow(0 0 10px #00ffcc); }

.mobile-nav__wishlist-items-count {
  top: -3px;
  left: -3px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 5.625pt;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 3px #e78526);
  filter: drop-shadow(0 0 3px #e78526);
  visibility: hidden; }

.page-opening__container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 30px);
  color: #fff;
  text-transform: uppercase;
  padding: 15px 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal; }

@media only screen and (min-width: 640px) {
  .page-opening__container {
    white-space: nowrap;
    max-width: 80%;
    width: auto;
    padding: 45px 25px; } }
@media only screen and (min-width: 768px) {
  .page-opening__container {
    white-space: nowrap;
    max-width: 80%;
    width: auto;
    padding: 45px 25px; } }
@media only screen and (min-width: 1024px) {
  .page-opening__container {
    white-space: nowrap;
    max-width: 80%;
    width: auto;
    padding: 45px 25px; } }
@media only screen and (min-width: 1025px) {
  .page-opening__container {
    white-space: nowrap;
    max-width: 80%;
    width: auto;
    padding: 45px 25px; } }
.page-opening__step {
  font-size: 9pt;
  font-family: LFTEtica-Bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform; }

@media only screen and (min-width: 1025px) {
  .page-opening__step {
    font-size: 15pt; } }
.page-opening__title {
  font-size: 32.4pt;
  line-height: 30pt;
  font-family: LFTEtica-ExtraBold;
  will-change: transform;
  text-shadow: 0 0 30px rgba(0, 255, 204, 0.6);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (max-width: 320px) {
  .page-opening__title {
    font-size: 28pt;
    line-height: 26pt; } }
@media only screen and (min-width: 1025px) {
  .page-opening__title {
    font-size: 54pt;
    line-height: 52pt; } }
.selection-nav, .ship-selection__selection-nav {
  top: 64%; }

.selection-nav, .selection-nav__mobile, .ship-selection__selection-nav, .ship-selection__selection-nav__mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 230px;
  height: 68px;
  text-align: center;
  color: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.selection-nav__mobile, .ship-selection__selection-nav__mobile {
  bottom: 5%; }

.background-selector__next-btn, .background-selector__prev-btn, .part-selector__next-btn, .part-selector__prev-btn, .selection-nav__arrow, .selection-nav__arrow-left, .selection-nav__arrow-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 47px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 10px #fff);
  filter: drop-shadow(0 0 10px white);
  pointer-events: auto; }

.background-selector__next-btn img, .background-selector__prev-btn img, .part-selector__next-btn img, .part-selector__prev-btn img, .selection-nav__arrow-left img, .selection-nav__arrow-right img, .selection-nav__arrow img {
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out; }

.background-selector__prev-btn, .part-selector__prev-btn, .selection-nav__arrow-left {
  left: 0; }

.background-selector__next-btn, .part-selector__next-btn, .selection-nav__arrow-right {
  right: 0; }

.background-selector__prev-btn:hover > img, .part-selector__prev-btn:hover > img, .selection-nav__arrow-left:hover > img {
  -webkit-transform: translateX(-5px) scale(1.2);
  -ms-transform: translateX(-5px) scale(1.2);
  transform: translateX(-5px) scale(1.2); }

.background-selector__next-btn:hover > img, .part-selector__next-btn:hover > img, .selection-nav__arrow-right:hover > img {
  -webkit-transform: translateX(5px) scale(1.2);
  -ms-transform: translateX(5px) scale(1.2);
  transform: translateX(5px) scale(1.2); }

.selection-nav__select-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.back-to-main-site-button, .common-back-button, .common-button, .previous-builds-button, .wishlist-button {
  position: relative;
  display: inline-block;
  width: auto;
  height: 68px;
  line-height: 18px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 25px 32px;
  -webkit-border-image: url(../shipbuilder/images/common/common-button-bg.png) 25 32 repeat;
  -o-border-image: url(../shipbuilder/images/common/common-button-bg.png) 25 32 repeat;
  border-image: url(../shipbuilder/images/common/common-button-bg.png) 25 32 fill repeat;
  text-align: center;
  color: #fff;
  font-size: 9.75pt;
  font-family: LFTEtica-BoldItalic;
  text-transform: uppercase;
  pointer-events: auto;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.back-to-main-site-button, .common-back-button, .previous-builds-button, .wishlist-button {
  line-height: 6px;
  border-width: 31px;
  -webkit-border-image: url(../shipbuilder/images/common/back-button-bg.png) 31 repeat;
  -o-border-image: url(../shipbuilder/images/common/back-button-bg.png) 31 repeat;
  border-image: url(../shipbuilder/images/common/back-button-bg.png) 31 fill repeat;
  padding: 0 0 0 10px;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.common-border, .common-border-bc, .common-border-bl, .common-border-br, .common-border-tc, .common-border-tl, .common-border-tr {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 0;
  opacity: .5; }

.common-border-tl {
  top: 0;
  left: 0;
  border-top: 1px solid #0fc;
  border-left: 1px solid #0fc; }

.common-border-tr {
  top: 0;
  right: 0;
  border-top: 1px solid #0fc;
  border-right: 1px solid #0fc; }

.common-border-bl {
  left: 0;
  border-left: 1px solid #0fc; }

.common-border-bl, .common-border-br {
  bottom: 0;
  border-bottom: 1px solid #0fc; }

.common-border-br {
  right: 0;
  border-right: 1px solid #0fc; }

.common-border-tc {
  top: 0;
  border-top: 1px solid #0fc; }

.common-border-bc, .common-border-tc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 1px; }

.common-border-bc {
  bottom: 0;
  border-bottom: 1px solid #0fc; }

.landing {
  position: relative; }

.landing, .landing__border {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.landing__border {
  position: absolute;
  top: 0;
  left: 0;
  border: 40px solid #fff; }

.landing__thin-border {
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  pointer-events: none; }

@media only screen and (min-width: 640px) {
  .landing__thin-border {
    width: calc(100% - 40px);
    height: calc(100% - 40px); } }
@media only screen and (min-width: 768px) {
  .landing__thin-border {
    width: calc(100% - 40px);
    height: calc(100% - 40px); } }
@media only screen and (min-width: 1024px) {
  .landing__thin-border {
    width: calc(100% - 40px);
    height: calc(100% - 40px); } }
@media only screen and (min-width: 1025px) {
  .landing__thin-border {
    width: calc(100% - 100px);
    height: calc(100% - 100px); } }
.landing__dot, .landing__dot-bl, .landing__dot-br, .landing__dot-tl, .landing__dot-tr {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #fff; }

.landing__dot-tl {
  left: 15px;
  top: 15px; }

@media only screen and (min-width: 640px) {
  .landing__dot-tl {
    left: 15px;
    top: 15px; } }
@media only screen and (min-width: 768px) {
  .landing__dot-tl {
    left: 15px;
    top: 15px; } }
@media only screen and (min-width: 1024px) {
  .landing__dot-tl {
    left: 15px;
    top: 15px; } }
@media only screen and (min-width: 1025px) {
  .landing__dot-tl {
    left: 48px;
    top: 48px; } }
.landing__dot-tr {
  right: 15px;
  top: 15px; }

@media only screen and (min-width: 640px) {
  .landing__dot-tr {
    right: 15px;
    top: 15px; } }
@media only screen and (min-width: 768px) {
  .landing__dot-tr {
    right: 15px;
    top: 15px; } }
@media only screen and (min-width: 1024px) {
  .landing__dot-tr {
    right: 15px;
    top: 15px; } }
@media only screen and (min-width: 1025px) {
  .landing__dot-tr {
    right: 48px;
    top: 48px; } }
.landing__dot-bl {
  left: 15px;
  bottom: 15px; }

@media only screen and (min-width: 640px) {
  .landing__dot-bl {
    left: 15px;
    bottom: 15px; } }
@media only screen and (min-width: 768px) {
  .landing__dot-bl {
    left: 15px;
    bottom: 15px; } }
@media only screen and (min-width: 1024px) {
  .landing__dot-bl {
    left: 15px;
    bottom: 15px; } }
@media only screen and (min-width: 1025px) {
  .landing__dot-bl {
    left: 48px;
    bottom: 48px; } }
.landing__dot-br {
  right: 15px;
  bottom: 15px; }

@media only screen and (min-width: 640px) {
  .landing__dot-br {
    right: 15px;
    bottom: 15px; } }
@media only screen and (min-width: 768px) {
  .landing__dot-br {
    right: 15px;
    bottom: 15px; } }
@media only screen and (min-width: 1024px) {
  .landing__dot-br {
    right: 15px;
    bottom: 15px; } }
@media only screen and (min-width: 1025px) {
  .landing__dot-br {
    right: 48px;
    bottom: 48px; } }
.landing__container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 22%;
  width: 70%;
  height: auto;
  text-align: center;
  color: #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px; }

.landing__title {
  font-size: 36.375pt;
  font-family: LFTEtica-ExtraBold;
  text-align: center;
  text-transform: uppercase;
  line-height: 30pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform,opacity;
  opacity: 0; }

@media only screen and (max-width: 320px) {
  .landing__title {
    font-size: 30pt; } }
@media only screen and (min-width: 1025px) {
  .landing__title {
    font-size: 54pt;
    line-height: 46.5pt; } }
.landing__tagline {
  font-size: 10.5pt;
  font-family: Helvetica,Arial,sans-serif;
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform,opacity;
  opacity: 0; }

@media only screen and (max-width: 320px) {
  .landing__tagline {
    font-size: 9pt; } }
@media only screen and (min-width: 1025px) {
  .landing__tagline {
    font-size: 9.75pt;
    margin-top: 5px;
    width: 50%; } }
.landing__launch-btn {
  position: relative;
  margin: 30px auto 0;
  font-size: 9pt;
  z-index: 10; }

.landing__radial-gradient {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.5), transparent, transparent);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.5), transparent, transparent);
  background: radial-gradient(rgba(0, 0, 0, 0.5), transparent, transparent);
  display: none; }

@media only screen and (min-width: 1025px) {
  .landing__radial-gradient {
    display: block; } }
.landing__ship, .landing__ship-lance, .landing__ship-lance__mobile, .landing__ship-nadir, .landing__ship-nadir__mobile, .landing__ship-neptune, .landing__ship-neptune__mobile, .landing__ship-pulse, .landing__ship-pulse__mobile, .landing__ship-zenith, .landing__ship-zenith__mobile {
  will-change: transform,opacity; }

@media only screen and (orientation: landscape) {
  .landing__ship, .landing__ship-lance, .landing__ship-lance__mobile, .landing__ship-nadir, .landing__ship-nadir__mobile, .landing__ship-neptune, .landing__ship-neptune__mobile, .landing__ship-pulse, .landing__ship-pulse__mobile, .landing__ship-zenith, .landing__ship-zenith__mobile {
    margin-top: 60px; } }
@media only screen and (orientation: portrait) {
  .landing__ship, .landing__ship-lance, .landing__ship-lance__mobile, .landing__ship-nadir, .landing__ship-nadir__mobile, .landing__ship-neptune, .landing__ship-neptune__mobile, .landing__ship-pulse, .landing__ship-pulse__mobile, .landing__ship-zenith, .landing__ship-zenith__mobile {
    margin-top: 0; } }
.landing__ship-pulse {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/pulse.png);
  width: 347.2px;
  height: 120px;
  left: 1%;
  top: 17%;
  z-index: 1; }

.landing__ship-nadir, .landing__ship-pulse {
  position: absolute;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.landing__ship-nadir {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/nadir.png);
  width: 462px;
  height: 285.6px;
  left: 2.5%;
  top: 31%;
  z-index: 2; }

.landing__ship-zenith {
  position: absolute;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/zenith.png);
  width: 703.92px;
  height: 791.28px;
  margin-left: -351.96px;
  left: 50%;
  z-index: 3;
  top: 40%; }

.landing__ship-neptune {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/neptune.png);
  width: 489.1px;
  height: 255.5px;
  right: 1%;
  top: 31%;
  z-index: 2; }

.landing__ship-lance, .landing__ship-neptune {
  position: absolute;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.landing__ship-lance {
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/lance.png);
  width: 332.8px;
  height: 81.6px;
  right: 3%;
  top: 17%;
  z-index: 1; }

.landing__ship-pulse__mobile {
  position: absolute;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/pulse.png);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 95.48px;
  height: 33px;
  left: calc(50% - 225px);
  top: 48%;
  z-index: 1; }

@media only screen and (min-width: 640px) {
  .landing__ship-pulse__mobile {
    width: 190.96px;
    height: 66px;
    left: calc(50% - 450px); } }
@media only screen and (min-width: 768px) {
  .landing__ship-pulse__mobile {
    width: 190.96px;
    height: 66px;
    left: calc(50% - 450px); } }
@media only screen and (min-width: 1024px) {
  .landing__ship-pulse__mobile {
    width: 190.96px;
    height: 66px;
    left: calc(50% - 450px); } }
.landing__ship-nadir__mobile {
  position: absolute;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/nadir.png);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 121px;
  height: 74.8px;
  left: calc(50% - 173px);
  top: 48.7%;
  z-index: 2; }

@media only screen and (min-width: 640px) {
  .landing__ship-nadir__mobile {
    width: 242px;
    height: 149.6px;
    left: calc(50% - 346px); } }
@media only screen and (min-width: 768px) {
  .landing__ship-nadir__mobile {
    width: 242px;
    height: 149.6px;
    left: calc(50% - 346px); } }
@media only screen and (min-width: 1024px) {
  .landing__ship-nadir__mobile {
    width: 242px;
    height: 149.6px;
    left: calc(50% - 346px); } }
.landing__ship-zenith__mobile {
  position: absolute;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/zenith.png);
  width: 184.36px;
  height: 207.24px;
  margin-left: -92.18px;
  left: 50%;
  top: 50%;
  z-index: 3; }

@media only screen and (min-width: 640px) {
  .landing__ship-zenith__mobile {
    width: 368.72px;
    height: 414.48px;
    margin-left: -184.36px; } }
@media only screen and (min-width: 768px) {
  .landing__ship-zenith__mobile {
    width: 368.72px;
    height: 414.48px;
    margin-left: -184.36px; } }
@media only screen and (min-width: 1024px) {
  .landing__ship-zenith__mobile {
    width: 368.72px;
    height: 414.48px;
    margin-left: -184.36px; } }
.landing__ship-neptune__mobile {
  position: absolute;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/neptune.png);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: 147.4px;
  height: 77px;
  left: calc(50% + 45px);
  top: 48%;
  z-index: 2; }

@media only screen and (min-width: 640px) {
  .landing__ship-neptune__mobile {
    width: 294.8px;
    height: 154px;
    left: calc(50% + 100px); } }
@media only screen and (min-width: 768px) {
  .landing__ship-neptune__mobile {
    width: 294.8px;
    height: 154px;
    left: calc(50% + 100px); } }
@media only screen and (min-width: 1024px) {
  .landing__ship-neptune__mobile {
    width: 294.8px;
    height: 154px;
    left: calc(50% + 100px); } }
.landing__ship-lance__mobile {
  position: absolute;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/landing/lance.png);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: 91.52px;
  height: 22.44px;
  left: calc(50% + 132px);
  top: 48%;
  z-index: 1; }

@media only screen and (min-width: 640px) {
  .landing__ship-lance__mobile {
    width: 183.04px;
    height: 44.88px;
    left: calc(50% + 270px); } }
@media only screen and (min-width: 768px) {
  .landing__ship-lance__mobile {
    width: 183.04px;
    height: 44.88px;
    left: calc(50% + 270px); } }
@media only screen and (min-width: 1024px) {
  .landing__ship-lance__mobile {
    width: 183.04px;
    height: 44.88px;
    left: calc(50% + 270px); } }
.landing__container__mobile {
  top: 14.5%;
  width: 90%;
  height: 100%;
  text-align: center;
  color: #fff; }

.landing__container__mobile, .landing__launch-btn__mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10; }

.landing__launch-btn__mobile {
  padding: 0 10px;
  font-size: 9pt;
  margin-top: 0;
  bottom: 26%; }

.pilot-selection {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none; }

.pilot-info {
  will-change: transform,opacity; }

.pilot-info, .pilot-info__mobile {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }

.pilot-info__mobile {
  will-change: opacity;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 30px));
  -ms-transform: translate(-50%, calc(-50% - 30px));
  transform: translate(-50%, calc(-50% - 30px));
  width: 90%; }

@media only screen and (max-width: 320px) {
  .pilot-info__mobile {
    -webkit-transform: translate(-50%, calc(-50% - 20px));
    -ms-transform: translate(-50%, calc(-50% - 20px));
    transform: translate(-50%, calc(-50% - 20px)); } }
@media only screen and (min-width: 640px) {
  .pilot-info__mobile {
    max-width: 500px; } }
@media only screen and (min-width: 768px) {
  .pilot-info__mobile {
    max-width: 500px; } }
@media only screen and (min-width: 1024px) {
  .pilot-info__mobile {
    max-width: 500px; } }
.pilot-info__name {
  font-size: 54pt;
  line-height: 46.5pt; }

.pilot-info__name, .pilot-info__name__mobile {
  font-family: LFTEtica-ExtraBold;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 255, 204, 0.6));
  filter: drop-shadow(0 0 20px rgba(0, 255, 204, 0.6));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform,opacity;
  opacity: 0; }

.pilot-info__name__mobile {
  font-size: 32.25pt;
  line-height: 32pt;
  width: 100%;
  text-align: center; }

@media only screen and (max-width: 320px) {
  .pilot-info__name__mobile {
    font-size: 24pt;
    line-height: 20pt; } }
.pilot-info__bio {
  font-size: 9pt;
  max-width: 250px; }

.pilot-info__bio, .pilot-info__bio__mobile {
  font-family: Helvetica,Arial,sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform,opacity;
  opacity: 0; }

.pilot-info__bio__mobile {
  font-size: 8.25pt;
  width: 100%;
  text-align: center; }

.pilot-ability {
  will-change: transform,opacity;
  cursor: pointer;
  z-index: 100; }

.pilot-ability, .pilot-ability__mobile {
  position: absolute;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none; }

.pilot-ability__mobile {
  left: 50%;
  top: 65%;
  will-change: opacity;
  -webkit-transform: translate(calc(-50% - 60px), -50%);
  -ms-transform: translate(calc(-50% - 60px), -50%);
  transform: translate(calc(-50% - 60px), -50%); }

.pilot-ability__icon {
  height: 22px;
  width: 22px;
  margin: 0 auto 5px; }

@media only screen and (min-width: 1025px) {
  .pilot-ability__icon {
    height: 35px;
    width: 35px;
    margin: 0 auto 10px; } }
.pilot-ability__header, .pilot-alliance__header {
  font-family: LFTEtica-Bold;
  font-size: 5.25pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 1025px) {
  .pilot-ability__header, .pilot-alliance__header {
    font-size: 7.5pt; } }
.pilot-ability__title {
  font-family: LFTEtica-ExtraBold;
  font-size: 6.75pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 1025px) {
  .pilot-ability__title {
    font-size: 10.5pt; } }
.pilot-ability__body {
  font-family: LFTEtica-ExtraBold;
  font-size: 10.5pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pilot-ability__body-arrow {
  position: absolute;
  right: -24px;
  bottom: -3px;
  width: 16px;
  height: 24px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/arrow-right.svg); }

.pilot-alliance {
  will-change: transform,opacity;
  cursor: pointer;
  z-index: 100; }

.pilot-alliance, .pilot-alliance__mobile {
  position: absolute;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none; }

.pilot-alliance__mobile {
  left: 50%;
  top: 65%;
  will-change: opacity;
  -webkit-transform: translate(calc(-50% + 60px), -50%);
  -ms-transform: translate(calc(-50% + 60px), -50%);
  transform: translate(calc(-50% + 60px), -50%); }

.pilot-alliance__icon {
  width: 22px;
  height: 22px;
  margin: 0 auto 5px; }

@media only screen and (min-width: 1025px) {
  .pilot-alliance__icon {
    width: 35px;
    height: 35px;
    margin: 0 auto 10px; } }
.pilot-alliance__icon img {
  width: 100%;
  height: 100%; }

.pilot-alliance__body {
  font-family: LFTEtica-Bold;
  font-size: 6.75pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 1025px) {
  .pilot-alliance__body {
    font-size: 10.5pt; } }
.pilot-alliance__body-arrow {
  position: absolute;
  right: -24px;
  bottom: -3px;
  width: 16px;
  height: 24px; }

.pilot-alliance__body-arrow img {
  width: 100%;
  height: 100%; }

.pilot-ui__content {
  pointer-events: auto;
  cursor: pointer; }

.pilot-selection__modal, .pilot-selection__modal__mobile, .ship-builder__modal, .ship-builder__modal-multi__mobile, .ship-builder__modal__mobile, .ship-builder__weapon-modal__mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 360px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: transform;
  pointer-events: auto; }

.modal-hidden-close-btn, .share__hidden-close-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10000px;
  height: 10000px;
  opacity: 0; }

.pilot-selection__modal__mobile, .ship-builder__modal-multi__mobile, .ship-builder__modal__mobile, .ship-builder__weapon-modal__mobile {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86%;
  pointer-events: auto; }

@media only screen and (min-width: 640px) {
  .pilot-selection__modal__mobile, .ship-builder__modal-multi__mobile, .ship-builder__modal__mobile, .ship-builder__weapon-modal__mobile {
    max-width: 500px; } }
@media only screen and (min-width: 768px) {
  .pilot-selection__modal__mobile, .ship-builder__modal-multi__mobile, .ship-builder__modal__mobile, .ship-builder__weapon-modal__mobile {
    max-width: 500px; } }
@media only screen and (min-width: 1024px) {
  .pilot-selection__modal__mobile, .ship-builder__modal-multi__mobile, .ship-builder__modal__mobile, .ship-builder__weapon-modal__mobile {
    max-width: 500px; } }
.pilot-selection__modal__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background-color: rgba(7, 27, 88, 0.76);
  z-index: 0;
  pointer-events: auto; }

.pilot-selection__modal__close-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 14px;
  top: 14px;
  background: 50%/10px 10px no-repeat url(../shipbuilder/images/common/close-button.svg);
  pointer-events: auto;
  z-index: 1; }

@media only screen and (min-width: 1025px) {
  .pilot-selection__modal__close-btn {
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
    right: 30px;
    top: 30px;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out; } }
@media only screen and (min-width: 1025px) {
  .pilot-selection__modal__close-btn:hover {
    opacity: .65; } }
.pilot-selection__modal__content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 0; }

.pilot-selection__modal__content__icon, .ship-builder__modal-multi__mobile__icon {
  width: 30px;
  max-height: 50px;
  margin: 0 auto; }

@media only screen and (min-width: 1025px) {
  .pilot-selection__modal__content__icon, .ship-builder__modal-multi__mobile__icon {
    width: 36px; } }
.pilot-selection__modal__content__icon svg, .ship-builder__modal-multi__mobile__icon svg {
  max-height: 50px; }

.pilot-selection__modal__content__header, .ship-builder__modal-multi__mobile__header {
  font-family: LFTEtica-Bold;
  font-size: 6.1875pt;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 1025px) {
  .pilot-selection__modal__content__header, .ship-builder__modal-multi__mobile__header {
    font-size: 9pt; } }
.pilot-selection__modal__content__title, .ship-builder__modal-multi__mobile__title {
  font-family: LFTEtica-ExtraBold;
  font-size: 7.95pt;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 1025px) {
  .pilot-selection__modal__content__title, .ship-builder__modal-multi__mobile__title {
    font-size: 10.5pt; } }
.pilot-selection__modal__content__desc, .ship-builder__modal-multi__mobile__desc {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 6.75pt;
  line-height: 7.5pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none; }

@media only screen and (min-width: 1025px) {
  .pilot-selection__modal__content__desc, .ship-builder__modal-multi__mobile__desc {
    font-size: 9pt;
    line-height: 13.5pt; } }
.pilot-selection__modal__outer-border, .pilot-selection__modal__outer-border-bc, .pilot-selection__modal__outer-border-bl, .pilot-selection__modal__outer-border-br, .pilot-selection__modal__outer-border-tc, .pilot-selection__modal__outer-border-tl, .pilot-selection__modal__outer-border-tr {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 0;
  -webkit-filter: drop-shadow(0 0 10px #e78526);
  filter: drop-shadow(0 0 10px #e78526); }

.pilot-selection__modal__outer-border-tl {
  top: 0;
  left: 0;
  border-top: 1px solid #e78526;
  border-left: 1px solid #e78526; }

.pilot-selection__modal__outer-border-tr {
  top: 0;
  right: 0;
  border-top: 1px solid #e78526;
  border-right: 1px solid #e78526; }

.pilot-selection__modal__outer-border-bl {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e78526;
  border-left: 1px solid #e78526; }

.pilot-selection__modal__outer-border-br {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #e78526;
  border-right: 1px solid #e78526; }

.pilot-selection__modal__outer-border-tc {
  top: 0;
  border-top: 1px solid #e78526; }

.pilot-selection__modal__outer-border-bc, .pilot-selection__modal__outer-border-tc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 1px; }

.pilot-selection__modal__outer-border-bc {
  bottom: 0;
  border-bottom: 1px solid #e78526; }

.pilot-selection__modal__inner-border {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border: 1px solid rgba(0, 255, 198, 0.5);
  z-index: 0; }

.pilot-selection__modal__corner-dot, .pilot-selection__modal__corner-dot-bl, .pilot-selection__modal__corner-dot-br, .pilot-selection__modal__corner-dot-tl, .pilot-selection__modal__corner-dot-tr {
  position: absolute;
  width: 2px;
  height: 2px;
  z-index: 0;
  border: 1px solid #fff; }

.pilot-selection__modal__corner-dot-tl {
  left: 14px;
  top: 14px; }

.pilot-selection__modal__corner-dot-tr {
  right: 14px;
  top: 14px; }

.pilot-selection__modal__corner-dot-bl {
  left: 14px;
  bottom: 14px; }

.pilot-selection__modal__corner-dot-br {
  right: 14px;
  bottom: 14px; }

.ship-selection__container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; }

.ship-selection__step {
  font-size: 15pt; }

.ship-selection__title {
  font-size: 54pt;
  text-shadow: 0 0 30px rgba(0, 255, 204, 0.6); }

.ship-selection__choice-title {
  font-family: LFTEtica-ExtraBold;
  font-size: 9.375pt;
  margin: 20px 0;
  text-transform: uppercase; }

@media only screen and (min-width: 1025px) {
  .ship-selection__choice-title {
    font-size: 12pt; } }
.ship-selection__choice-button {
  min-width: 50px;
  padding: 0 10px;
  margin: 5px 30px; }

@media only screen and (min-width: 1025px) {
  .ship-selection__choice-button {
    min-width: 70px;
    padding: 0 21px; } }
.ship-selection__button-spacer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px; }

@media only screen and (min-width: 1025px) {
  .ship-selection__button-spacer {
    width: 60px; } }
.ship-selection__top-container {
  position: relative;
  padding: 15px 15px 10px; }

@media only screen and (min-width: 1025px) {
  .ship-selection__top-container {
    padding: 45px 25px; } }
.ship-selection__nav-btn-switch-mode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 75px;
  font-family: LFTEtica-BoldItalic;
  font-size: 9pt;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto; }

@media only screen and (min-width: 1025px) {
  .ship-selection__nav-btn-switch-mode {
    top: 88px;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out; } }
@media only screen and (min-width: 1025px) {
  .ship-selection__nav-btn-switch-mode:hover {
    opacity: .65; } }
.ship-selection__nav-btn-switch-mode__arrow {
  position: absolute;
  display: inline-block;
  bottom: -4px;
  margin-left: 10px;
  width: 16px;
  height: 24px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/arrow-right.svg); }

.ship-selection__nav-btn-switch-mode__arrow img {
  width: 100%;
  height: 100%; }

.ship-name {
  position: absolute;
  pointer-events: none; }

.ship-name, .ship-name__label {
  font-size: 36pt;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(0, 255, 204, 0.6); }

.ship-name__label {
  position: relative;
  top: 0;
  left: 0;
  will-change: transform,opacity;
  padding: 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0; }

.ship-name-mobile {
  position: absolute;
  width: 100%;
  left: 50%;
  top: calc(50% - 30px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }

@media only screen and (max-width: 320px) {
  .ship-name-mobile {
    top: calc(50% - 70px); } }
@media only screen and (min-width: 640px) {
  .ship-name-mobile {
    max-width: 500px; } }
@media only screen and (min-width: 768px) {
  .ship-name-mobile {
    max-width: 500px; } }
@media only screen and (min-width: 1024px) {
  .ship-name-mobile {
    max-width: 500px; } }
.ship-name-mobile__name {
  position: relative;
  width: 100%;
  font-family: LFTEtica-ExtraBold;
  font-size: 32.25pt;
  line-height: 30pt;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 255, 204, 0.6);
  will-change: transform,opacity;
  opacity: 0; }

@media only screen and (max-width: 320px) {
  .ship-name-mobile__name {
    font-size: 24pt;
    line-height: 20pt; } }
.ship-name-mobile__description {
  position: relative;
  width: 100%;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 8.25pt;
  will-change: transform,opacity;
  opacity: 0; }

.ship-selection__selection-nav {
  bottom: 30%;
  top: auto; }

.ship-selection__selection-nav__mobile {
  bottom: 180px; }

.ship-builder__weapon-details {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 150px;
  width: 480px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  pointer-events: none; }

@media only screen and (max-height: 640px) {
  .ship-builder__weapon-details {
    display: none; } }
.ship-builder__weapon-details__title {
  font-family: LFTEtica-ExtraBold;
  font-size: 15pt;
  text-transform: uppercase; }

.ship-builder__weapon-details__description {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 9.75pt;
  line-height: 14.25pt; }

.ship-builder__weapon-details__icon-image {
  width: 32px;
  height: 32px;
  margin: 20px auto 10px; }

.ship-builder__weapon-details__icon-image img {
  width: 100%;
  height: 100%; }

.ship-builder__weapon-details__icon-title {
  font-family: LFTEtica-Bold;
  font-size: 9.75pt;
  text-transform: uppercase; }

.ship-builder__modal {
  width: 360px;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 60px;
  top: 140px; }

.ship-builder__modal, .ship-builder__modal__mobile {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  will-change: transform; }

.ship-builder__modal-multi__mobile, .ship-builder__weapon-modal__mobile {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  opacity: 1;
  visibility: visible;
  will-change: transform;
  bottom: 45px;
  top: auto; }

.ship-builder__weapon-modal__mobile {
  bottom: 30px; }

.ship-builder__modal-multi__mobile__item-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0; }

.ship-builder__weapon-details__mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25px;
  width: 85%;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  pointer-events: none; }

.ship-builder__weapon-details__mobile__title {
  font-family: LFTEtica-Bold;
  font-size: 11.87pt;
  text-transform: uppercase;
  margin-bottom: 8px; }

.ship-builder__weapon-details__mobile__stat {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 40px; }

.ship-builder__weapon-details__mobile__stat-value {
  top: 0;
  left: 0;
  width: 55px;
  height: 29px;
  font-family: LFTEtica-BoldItalic;
  font-size: 13.2pt;
  color: #1c1b58;
  line-height: 29px;
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/common/weapon-stat-bg.svg); }

.ship-builder__weapon-details__mobile__stat-label, .ship-builder__weapon-details__mobile__stat-value {
  position: absolute;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ship-builder__weapon-details__mobile__stat-label {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 34px;
  font-family: LFTEtica-Bold;
  font-size: 6.75pt;
  text-transform: uppercase;
  min-width: 100%; }

.ship-builder__weapon-details__mobile__icon {
  pointer-events: auto; }

.ship-builder__weapon-details__mobile__icon-image {
  width: 32px;
  height: 32px;
  margin: 10px auto; }

.ship-builder__weapon-details__mobile__icon-image img {
  width: 100%;
  height: 100%; }

.ship-builder__weapon-details__mobile__icon-title {
  font-family: LFTEtica-Bold;
  font-size: 9.75pt;
  text-transform: uppercase; }

.ship-builder__icon-holder {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 153px;
  width: 65px;
  height: 60px;
  background: 50%/contain no-repeat url(../shipbuilder/images/mobile/common/icon-holder.png);
  opacity: 1;
  pointer-events: auto; }

@media only screen and (max-width: 320px) {
  .ship-builder__icon-holder {
    display: none; } }
.ship-builder__icon-holder__slot-empty {
  width: 3px !important;
  height: 3px !important;
  background-color: #00e4bf;
  border-radius: 50%; }

.ship-builder__icon-holder__slot, .ship-builder__icon-holder__slot-left, .ship-builder__icon-holder__slot-right, .ship-builder__icon-holder__slot-top {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21.5px;
  height: 21.5px; }

.ship-builder__icon-holder__slot-top {
  left: 33px;
  top: 19px; }

.ship-builder__icon-holder__slot-left {
  left: 19.5px;
  top: 41.25px; }

.ship-builder__icon-holder__slot-right {
  left: 46px;
  top: 41.25px; }

.ship-builder__share-and-buy-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px; }

@media only screen and (max-width: 320px) {
  .ship-builder__share-and-buy-button {
    bottom: 60px; } }
@media only screen and (min-width: 1025px) {
  .ship-builder__share-and-buy-button {
    bottom: 180px; } }
.share {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none; }

.share-module {
  position: absolute;
  left: 25%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  height: 120px;
  pointer-events: auto;
  -webkit-filter: drop-shadow(0 0 2px #0fc);
  filter: drop-shadow(0 0 2px #00ffcc); }

@media only screen and (min-width: 1025px) {
  .share-module {
    left: 30%; } }
@media only screen and (min-width: 1440px) {
  .share-module {
    left: 25%; } }
.buy-module {
  position: absolute;
  left: 75%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  height: 120px;
  width: auto;
  min-width: 250px;
  text-align: center;
  pointer-events: auto;
  -webkit-filter: drop-shadow(0 0 2px #0fc);
  filter: drop-shadow(0 0 2px #00ffcc); }

@media only screen and (min-width: 1025px) {
  .buy-module {
    left: 70%; } }
@media only screen and (min-width: 1440px) {
  .buy-module {
    left: 75%; } }
.buy-module__header, .module-header, .share-module__header {
  position: relative;
  font-family: LFTEtica-ExtraBold;
  font-size: 39pt;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 12px; }

.share-module__icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  will-change: transform; }

.share-module__icon .hex-bg {
  -webkit-transition: stroke-opacity .15s ease-out;
  -o-transition: stroke-opacity .15s ease-out;
  transition: stroke-opacity .15s ease-out; }

.share-module__icon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.share-module__icon:hover .hex-bg {
  stroke-opacity: 1; }

.share-module__icon:hover .share-module__icon-label {
  opacity: 1; }

.share-module__icon-child {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px; }

.share-module__icon-label {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  font-family: LFTEtica-Bold;
  font-size: 9pt;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%) scale(0.83);
  -ms-transform: translate(-50%) scale(0.83);
  transform: translate(-50%) scale(0.83);
  will-change: opacity;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.share-module__mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85%;
  top: 86px;
  text-align: center;
  pointer-events: auto;
  z-index: 999999999;
  -webkit-filter: drop-shadow(0 0 2px #0fc);
  filter: drop-shadow(0 0 2px #00ffcc); }

@media only screen and (max-width: 1025px) and (orientation: landscape) {
  .share-module__mobile {
    top: 66px; } }
.share-module__mobile__header {
  position: relative;
  font-family: LFTEtica-ExtraBold;
  font-size: 9.375pt;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 12px; }

.share-module__mobile__icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0 5px; }

.share-module__mobile__icon-child {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px; }

.share__buy-now-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 16.4%;
  pointer-events: auto; }

@media only screen and (max-width: 1025px) and (orientation: landscape) {
  .share__buy-now-button {
    bottom: 20%; } }
.share__back-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10%;
  width: 100%;
  font-family: LFTEtica-BoldItalic;
  font-size: 7.8pt;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: auto; }

@media only screen and (max-width: 1025px) and (orientation: landscape) {
  .share__back-btn {
    bottom: 14%; } }
.share__back-btn__arrow {
  position: absolute;
  display: inline-block;
  bottom: -5px;
  margin-left: 10px;
  width: 16px;
  height: 24px;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/arrow-right.svg); }

.share__copied-message {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  min-width: 200px;
  min-height: 100px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  will-change: transform,opacity;
  z-index: 9999999999; }

.share__copied-message__bg {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background-color: rgba(7, 27, 88, 0.76);
  pointer-events: auto; }

.share__copied-message__bg, .share__copied-message__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0; }

.share__copied-message__content {
  color: #fff;
  text-align: center;
  font-family: LFTEtica-Bold;
  font-size: 12pt;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.share__hidden-close-btn {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  pointer-events: auto; }

.ShipBuilder {
  margin: 0 auto -5px;
  padding-top: 120px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.shipbuilder-active .ShipBuilder #canvas-container {
  position: fixed;
  z-index: 10000; }

.shipbuilder-active .ShipBuilder #canvas-container:before {
  display: none; }

#ship-builder-canvas {
  right: 0;
  bottom: 0;
  font-family: LFTEtica-Bold;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#app, #canvas-container, #ship-builder-canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#canvas-container {
  background: #fff;
  border-bottom: 40px solid #fff;
  position: relative;
  font-family: LFTEtica-Bold;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 90vh\9; }

@media (-ms-high-contrast: none) {
  #canvas-container {
    height: 90vh; } }
#canvas-container:before {
  content: "";
  background: #fff;
  bottom: -40px;
  position: absolute;
  width: 100%;
  height: 44px;
  z-index: 10; }

#content-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none; }

#content-container .page-opening__container {
  width: calc(100% - 20px); }

#ship-builder-canvas {
  z-index: -1;
  pointer-events: auto; }

#ship-builder-canvas.hidden {
  display: none; }

.rotate-message {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  min-width: 60%;
  z-index: 99999999999;
  visibility: hidden;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rotate-message__header {
  position: relative;
  margin: 0 auto;
  padding: 30px;
  font-family: LFTEtica-ExtraBold;
  font-size: 32pt;
  text-shadow: 0 0 10px rgba(0, 255, 204, 0.6);
  margin-bottom: 20%; }

.rotate-message__message {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: LFTEtica-Bold;
  font-size: 10pt; }

@media only screen and (max-height: 320px) and (orientation: landscape) {
  .rotate-message__message {
    font-size: 9pt; } }
.cursor {
  position: absolute;
  width: 80px;
  height: 80px;
  background: 50%/contain no-repeat url(../shipbuilder/images/desktop/common/drag-icon.png);
  visibility: hidden;
  z-index: 999999999999;
  pointer-events: none;
  will-change: transform; }

.restore-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 50%/contain no-repeat url(../shipbuilder/images/common/pilot-selection/mason.png), repeat url(../shipbuilder/images/common/drawer-bg-tile.png);
  background-color: #13193c; }

.restore-message div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: LFTEtica-Bold;
  font-size: 12pt;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 10px rgba(0, 255, 204, 0.6); }

.is-ie .ShipBuilder .logo, .is-ie .ShipBuilder .logo__mobile {
  background-size: 200px 50px; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.wishlist-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px; }

.wishlist-container .back {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.wishlist-container .back svg {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media print {
  .wishlist-container .back {
    display: none; } }
.wishlist-container.has-items {
  padding: 0 20px 90px; }

.wishlist-heading {
  padding: 60px 0 20px;
  position: relative;
  text-align: center; }

.wishlist-heading h1 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 69px;
  line-height: 4.3125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.wishlist-heading h1, .wishlist-heading h2 {
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wishlist-heading h2 {
  margin: 19px 0 3px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 1.3125rem;
  letter-spacing: .009px;
  letter-spacing: .009rem; }

.wishlist-heading span {
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media print {
  .wishlist-heading span {
    display: none; } }
.wishlist-heading:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  max-width: 1024px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px; }

.wishlist-heading.has-items:before {
  display: none; }

@media print {
  .wishlist-heading {
    color: #000;
    display: none; }

  .wishlist-heading:before {
    display: none; } }
@media only screen and (max-width: 480px) {
  .wishlist-heading h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 49px;
    line-height: 3.0625rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; } }
.wishlist-options {
  max-width: 1075px;
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 12px;
  line-height: .75rem; }

.wishlist-options, .wishlist-options [role=button], .wishlist-options button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

.wishlist-options [role=button], .wishlist-options button {
  background: transparent;
  border: none;
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 7px;
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem; }

.wishlist-options [role=button] svg:not(.icon-hexagon-outline), .wishlist-options button svg:not(.icon-hexagon-outline) {
  margin-right: 5px; }

.wishlist-options [role=button] .icon:not(.icon-hexagon-outline), .wishlist-options button .icon:not(.icon-hexagon-outline) {
  stroke: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0; }

.wishlist-options [role=button] .icon-sms path, .wishlist-options button .icon-sms path {
  fill: rgba(255, 255, 255, 0.5); }

body:not(.is-touch) .wishlist-options [role=button]:hover, body:not(.is-touch) .wishlist-options button:hover {
  cursor: pointer; }

body:not(.is-touch) .wishlist-options [role=button]:hover .icon, body:not(.is-touch) .wishlist-options button:hover .icon {
  stroke: #fff; }

.wishlist-options .wishlist-options-texthidden {
  opacity: 0;
  text-transform: none;
  position: absolute;
  z-index: -10; }

.wishlist-options .wishlist-line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  margin-top: 11px;
  position: relative; }

.wishlist-options .wishlist-line:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 100%;
  height: 1px; }

.wishlist-options .wishlist-options--select {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wishlist-options .wishlist-options--select label {
  margin: 0 15px 0 20px; }

.wishlist-options .wishlist-options--select .in-select {
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: url(../img/sl_arrow-down_ncsa.png) calc(100% - 12px) 50% no-repeat;
  position: relative; }

.wishlist-options .wishlist-options--select .in-select select {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.wishlist-options .wishlist-options--select .in-select select::-ms-expand {
  display: none; }

body.is-windows .wishlist-options .wishlist-options--select .in-select select option {
  background: #000; }

.wishlist-options .icon-hexagon-outline {
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 40px;
  line-height: 2.5rem;
  letter-spacing: 0; }

@media only screen and (max-width: 560px) {
  .wishlist-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .wishlist-options [role=button], .wishlist-options button {
    margin-right: 25px; }

  .wishlist-options [role=button] span, .wishlist-options button span {
    display: none; }

  .wishlist-options [role=button] svg:not(.icon-hexagon-outline), .wishlist-options button svg:not(.icon-hexagon-outline) {
    margin-right: 0; }

  .wishlist-options [role=button] .icon:not(.icon-hexagon-outline), .wishlist-options button .icon:not(.icon-hexagon-outline) {
    stroke: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0; }

  .wishlist-options [role=button] .icon-printer, .wishlist-options button .icon-printer {
    position: relative;
    left: 1px; }

  .wishlist-options .wishlist-options-sendEmail {
    margin-right: 0; }

  .wishlist-options .icon-hexagon-outline {
    display: block;
    stroke: rgba(255, 255, 255, 0.5); }

  .wishlist-options .wishlist-line {
    display: none; } }
@media print {
  .wishlist-options {
    display: none; } }
.wishlist-promo {
  background-size: cover;
  padding: 220px 0 120px;
  position: relative; }

.wishlist-promo.has-items:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  height: 1px; }

.wishlist-promo .shipbuilder-promo {
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 40px 0;
  z-index: 1; }

.wishlist-promo .shipbuilder-promo:before {
  background: url("../img/sl_wishlist-darken_ncsa.png") 50% no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 776px;
  height: 707px; }

.wishlist-promo .shipbuilder-promo h1, .wishlist-promo .shipbuilder-promo p {
  position: relative;
  z-index: 1; }

.wishlist-promo .shipbuilder-promo h1 {
  margin: 0 auto;
  max-width: 435px;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 62px;
  line-height: 3.875rem;
  letter-spacing: .009px;
  letter-spacing: .009rem; }

.wishlist-promo .shipbuilder-promo p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wishlist-promo .shipbuilder-promo .ui {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

.wishlist-promo .shipbuilder-promo .ui, .wishlist-promo .shipbuilder-promo .ui div, .wishlist-promo .shipbuilder-promo .ui div:after, .wishlist-promo .shipbuilder-promo .ui div:before {
  position: absolute;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1); }

.wishlist-promo .shipbuilder-promo .ui div:after, .wishlist-promo .shipbuilder-promo .ui div:before {
  background: #00e4bf;
  content: "";
  opacity: .5; }

.wishlist-promo .shipbuilder-promo .ui .corner-topLeft {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topLeft:before {
  left: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topLeft:after {
  top: 0;
  left: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topRight {
  top: 0;
  right: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topRight:before {
  right: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topRight:after {
  top: 0;
  right: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomLeft {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomLeft:before {
  left: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomLeft:after {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomRight {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomRight:before {
  right: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomRight:after {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .ui-lineTop {
  top: 0; }

.wishlist-promo .shipbuilder-promo .ui .ui-lineBottom, .wishlist-promo .shipbuilder-promo .ui .ui-lineTop {
  background: #00e4bf;
  left: 50%;
  opacity: .5;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .ui-lineBottom {
  bottom: 0; }

.wishlist-promo .shipbuilder-promo:hover .ui {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 90%; }

.wishlist-promo .shipbuilder-promo:hover .ui div:after, .wishlist-promo .shipbuilder-promo:hover .ui div:before {
  opacity: .7; }

.wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomLeft, .wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomRight, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topLeft, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topRight {
  width: 15px;
  height: 15px; }

.wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomLeft:before, .wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomRight:before, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topLeft:before, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topRight:before {
  width: 1px;
  height: 15px; }

.wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomLeft:after, .wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomRight:after, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topLeft:after, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topRight:after {
  width: 15px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo:hover .ui .ui-lineTop {
  background: #00e4bf;
  opacity: .7;
  width: 15px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo:hover .ui .ui-lineBottom {
  opacity: .7;
  width: 15px;
  height: 1px; }

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  to {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px); } }
@keyframes levitate {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  to {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px); } }
@-webkit-keyframes levitateZenith {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes levitateZenith {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@-webkit-keyframes levitateAlt {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes levitateAlt {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
.wishlist-promo .promo-ships {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100%; }

.wishlist-promo .promo-ships img {
  max-width: 100%; }

.wishlist-promo .promo-ships div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute; }

.wishlist-promo .promo-ships .is-pulse {
  left: -25px;
  top: 60px;
  z-index: 1;
  -webkit-animation: levitateAlt 4.5s infinite alternate ease-in-out;
  animation: levitateAlt 4.5s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-nadir {
  left: 150px;
  top: 160px;
  z-index: 2;
  -webkit-animation: levitateAlt 3s infinite alternate ease-in-out;
  animation: levitateAlt 3s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-zenith {
  top: 55px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 3; }

.wishlist-promo .promo-ships .is-zenith img {
  -webkit-animation: levitateZenith 5s infinite alternate ease-in-out;
  animation: levitateZenith 5s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-neptune {
  right: 125px;
  top: 160px;
  z-index: 2;
  -webkit-animation: levitateAlt 3.5s infinite alternate ease-in-out;
  animation: levitateAlt 3.5s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-lance {
  right: -25px;
  top: 60px;
  z-index: 1;
  -webkit-animation: levitateAlt 4s infinite alternate ease-in-out;
  animation: levitateAlt 4s infinite alternate ease-in-out; }

.wishlist-promo .relatedContent {
  position: relative;
  z-index: 1; }

@media only screen and (max-width: 1400px) {
  .wishlist-promo .promo-ships .is-nadir {
    left: 65px;
    top: 160px;
    z-index: 2; }

  .wishlist-promo .promo-ships .is-zenith {
    max-width: 60%; }

  .wishlist-promo .promo-ships .is-neptune {
    right: 100px;
    top: 160px; } }
@media only screen and (max-width: 1080px) {
  .wishlist-promo .promo-ships .is-pulse {
    left: -25px;
    top: 60px;
    max-width: 25%; }

  .wishlist-promo .promo-ships .is-nadir {
    left: 65px;
    top: 160px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-zenith {
    top: 105px;
    max-width: 50%; }

  .wishlist-promo .promo-ships .is-neptune {
    right: 100px;
    top: 160px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-lance {
    right: -25px;
    top: 60px;
    max-width: 25%; } }
@media only screen and (max-width: 930px) {
  .wishlist-promo .relatedContent--wishlist {
    display: none; } }
@media only screen and (max-width: 900px) {
  .wishlist-promo .shipbuilder-promo:before {
    display: none; }

  .wishlist-promo .promo-ships .is-pulse {
    left: -5px;
    top: 60px;
    max-width: 25%; }

  .wishlist-promo .promo-ships .is-nadir {
    left: 45px;
    top: 90px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-zenith {
    top: 105px;
    max-width: 50%; }

  .wishlist-promo .promo-ships .is-neptune {
    right: 40px;
    top: 90px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-lance {
    right: -5px;
    top: 60px;
    max-width: 25%; } }
@media only screen and (max-width: 768px) {
  .wishlist-promo .ui {
    display: none; } }
@media only screen and (max-width: 375px) {
  .wishlist-promo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px; }

  .wishlist-promo .shipbuilder-promo h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 42px;
    line-height: 2.625rem;
    letter-spacing: .009px;
    letter-spacing: .009rem; } }
@media print {
  .wishlist-promo {
    display: none; } }
.Wishlist {
  background: url("../img/sl_honeycomb-texture_ncsa.png") fixed repeat, url(../img/sl_about-stars_ncsa.png) fixed repeat, url(../img/sl_newsDetail-bg_ncsa.jpg) fixed no-repeat, #001a35;
  background-size: auto,auto,100% auto;
  color: #fff;
  padding-top: 120px;
  position: relative;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.Wishlist .pane-borders {
  top: 126px;
  right: 6px;
  bottom: 6px;
  left: 6px; }

.Wishlist .wishlist-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 38px auto 70px;
  max-width: 1087px;
  padding: 0; }

.Wishlist .wishlist-items .wishlist-items--item {
  background: #273f92;
  background: -webkit-gradient(linear, left bottom, left top, from(#273f92), to(#20b7a1));
  background: -webkit-linear-gradient(bottom, #273f92, #20b7a1);
  background: -o-linear-gradient(bottom, #273f92 0, #20b7a1 100%);
  background: linear-gradient(0deg, #273f92, #20b7a1);
  border-radius: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px 12px;
  overflow: hidden;
  position: relative;
  width: calc(25% - 12px);
  height: 190px; }

.Wishlist .wishlist-items .wishlist-items--item:before {
  background: #00d0ae;
  border-radius: 10px;
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--action {
  position: absolute; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--action svg {
  fill: rgba(255, 255, 255, 0.45); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--action body:not(.is-touch):hover svg {
  fill: rgba(255, 255, 255, 0.85); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--action, .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--title {
  z-index: 2; }

.Wishlist .wishlist-items .wishlist-items--item button:not(.btn) {
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--info {
  color: #fff;
  bottom: 13px;
  right: 13px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0;
  letter-spacing: 0; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--remove {
  top: 13px;
  right: 13px; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--title {
  color: #fff;
  bottom: 15px;
  left: 17px;
  position: absolute; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--title .title-label {
  text-transform: capitalize;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--title h5 {
  margin: 0;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--img {
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%) translateY(2px);
  -ms-transform: translate(-50%, -50%) translateY(2px);
  transform: translate(-50%, -50%) translateY(2px);
  position: absolute;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1; }

body:not(.is-touch) .Wishlist .wishlist-items .wishlist-items--item:hover:before {
  opacity: 1; }

body:not(.is-touch) .Wishlist .wishlist-items .wishlist-items--item:hover .wishlist-item--img {
  -webkit-transform: translate(-50%, -50%) translateY(-2px);
  -ms-transform: translate(-50%, -50%) translateY(-2px);
  transform: translate(-50%, -50%) translateY(-2px); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm {
  background: rgba(8, 9, 12, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(39, 63, 146, 0.9)), to(rgba(32, 183, 161, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(39, 63, 146, 0.9), rgba(32, 183, 161, 0.9));
  background: -o-linear-gradient(bottom, rgba(39, 63, 146, 0.9) 0, rgba(32, 183, 161, 0.9) 100%);
  background: linear-gradient(0deg, rgba(39, 63, 146, 0.9), rgba(32, 183, 161, 0.9));
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
  text-decoration: none;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
  width: 100%;
  height: 100%; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm .remove-title {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  line-height: 17px;
  line-height: 1.0625rem; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm .remove-title, .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm h5 {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  -o-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm h5 {
  margin: 0 0 15px;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm .btn {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  -o-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s, -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm .wishlist-item--remove {
  z-index: 20; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm .wishlist-item--remove svg {
  fill: rgba(255, 255, 255, 0.85); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm.is-active {
  opacity: 1;
  pointer-events: all; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm.is-active .btn, .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm.is-active .remove-title, .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--confirm.is-active h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs {
  background: rgba(8, 9, 12, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(39, 63, 146, 0.9)), to(rgba(32, 183, 161, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(39, 63, 146, 0.9), rgba(32, 183, 161, 0.9));
  background: -o-linear-gradient(bottom, rgba(39, 63, 146, 0.9) 0, rgba(32, 183, 161, 0.9) 100%);
  background: linear-gradient(0deg, rgba(39, 63, 146, 0.9), rgba(32, 183, 161, 0.9));
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
  width: 100%;
  height: 100%; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul {
  margin: 0;
  padding: 10px;
  list-style-type: none; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li {
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: relative;
  padding-left: 7px;
  -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  -o-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0;
  font-family: lft-etica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li:nth-child(2) {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li:nth-child(3) {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li:nth-child(4) {
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li:nth-child(5) {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li:nth-child(6) {
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li span {
  margin-bottom: 0; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs ul li:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  color: currentColor;
  top: 50%;
  left: -2px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs .wishlist-item--info {
  z-index: 20; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs .wishlist-item--info svg {
  fill: rgba(255, 255, 255, 0.85); }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs.is-active {
  opacity: 1;
  pointer-events: all; }

.Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs.is-active ul:nth-child(2), .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs.is-active ul:nth-child(3), .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs.is-active ul:nth-child(4), .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs.is-active ul:nth-child(5), .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs.is-active ul:nth-child(6), .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--packs.is-active ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@media print {
  .Wishlist .wishlist-items .wishlist-items--item {
    overflow: visible;
    width: calc(33% - 12px);
    height: 190px; }

  .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--title {
    bottom: -20px;
    color: #000; }

  .Wishlist .wishlist-items .wishlist-items--item .wishlist-item--action {
    display: none; } }
.Wishlist .wishlist-actions {
  margin: 0 auto;
  text-align: center; }

.Wishlist .wishlist-actions .btn {
  margin: 0 27px; }

@media print {
  .Wishlist .wishlist-actions {
    display: none; } }
@media only screen and (max-width: 900px) {
  .Wishlist .wishlist-items .wishlist-items--item {
    width: calc(33% - 12px);
    height: 190px; } }
@media only screen and (max-width: 750px) {
  .Wishlist .wishlist-items .wishlist-items--item {
    width: calc(50% - 12px);
    height: 190px; } }
@media only screen and (max-width: 560px) {
  .Wishlist .wishlist-items .wishlist-items--item {
    width: 100%;
    height: 190px; }

  .Wishlist .wishlist-actions {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 100; }

  .Wishlist .wishlist-actions .btn {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

  .Wishlist .wishlist-actions:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #000, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(bottom, #000 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #000, rgba(255, 255, 255, 0));
    bottom: 0;
    left: -20px;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: calc(100% + 40px);
    height: 168px; }

  .Wishlist .wishlist-actions.is-active {
    position: fixed; }

  .Wishlist .wishlist-actions.is-active:before {
    left: 20px;
    opacity: 1;
    width: calc(100% - 40px); }

  .Wishlist .wishlist-actions.is-active .btn {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px); } }
.promo-aboutSteps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  height: auto;
  width: auto; }

.promo-aboutSteps:before {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, url(../img/sl_about-steps-bg_ncsa.jpg) 0 0 no-repeat;
  background-size: auto,100% auto;
  content: "";
  max-width: 100%;
  top: -50%;
  height: 150%; }

.promo-aboutSteps-parallax, .promo-aboutSteps:before {
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 100%; }

.promo-aboutSteps-parallax {
  z-index: 2;
  height: 100%; }

.promo-aboutSteps-parallax .is-asteroid1, .promo-aboutSteps-parallax .is-asteroid2, .promo-aboutSteps-parallax .is-asteroid3 {
  position: absolute; }

.promo-aboutSteps-parallax .is-asteroid1 {
  top: -300px;
  left: -20px;
  z-index: 1; }

.promo-aboutSteps-parallax .is-asteroid2 {
  bottom: -193px;
  right: -25px; }

.promo-aboutSteps-parallax .is-asteroid3 {
  top: 0;
  left: -25px; }

.promo-aboutSteps-head {
  color: #fff;
  margin: 0 0 100px;
  max-width: 858px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }

.promo-aboutSteps-head h2 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 76px;
  line-height: 4.75rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem; }

.promo-aboutSteps-head strong {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-head p {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.promo-aboutSteps-content, .promo-aboutSteps-head p {
  font-family: Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content {
  color: #fff;
  counter-reset: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1110px;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem;
  font-weight: 700; }

.promo-aboutSteps-content .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.promo-aboutSteps-content li {
  margin: 0 75px 60px 0;
  position: relative;
  width: calc(33% - 50px); }

.promo-aboutSteps-content li:before {
  background: url(../img/sl_hexagon-orange_ncsa.png) 50% no-repeat;
  counter-increment: section;
  content: counter(section);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: -28px;
  line-height: -1.75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem;
  width: 52px;
  height: 49px;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.promo-aboutSteps-content li:after {
  background: url(../img/sl_ui-arrow-right_ncsa.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 28px; }

.promo-aboutSteps-content li:nth-child(3n) {
  margin-right: 0; }

.promo-aboutSteps-content li:nth-child(3n):after {
  display: none; }

.promo-aboutSteps-content li:last-child {
  margin: 0;
  width: 100%; }

.promo-aboutSteps-content li:last-child:after {
  display: none; }

.promo-aboutSteps-content li img {
  max-width: 100%;
  width: 100%; }

.promo-aboutSteps-content .step-content {
  padding: 30px 0 10px;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (max-width: 1250px) {
  .promo-aboutSteps {
    margin-top: 140px; } }
@media only screen and (max-width: 768px) {
  .promo-aboutSteps-content, .promo-aboutSteps-parallax {
    display: none; }

  .promo-aboutSteps-head {
    margin: 0 0 50px; }

  .promo-aboutSteps-head h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; }

  .promo-aboutSteps-head strong {
    font-size: 10px;
    font-size: .625rem;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: 0; } }
@media only screen and (max-width: 480px) {
  .promo-aboutSteps-head h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 34px;
    line-height: 2.125rem;
    letter-spacing: -.025px;
    letter-spacing: -.025rem; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.WishlistPromo-snapslider {
  visibility: hidden;
  display: none;
  width: 100vw;
  position: relative;
  margin-top: 65px; }

@media only screen and (max-width: 930px) {
  .WishlistPromo-snapslider {
    visibility: visible;
    display: block; } }
.WishlistPromo-snapslider .SnapSlider-slide {
  padding: 10px; }

.WishlistPromo-snapslider .SnapSlider-slides {
  display: block; }

.WishlistPromo-snapslider .SnapSlideshow-imagewrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%; }

.WishlistPromo-snapslider .SnapSlideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover; }

.WishlistPromo-snapslider .SnapSlideshow-content {
  text-align: center;
  position: relative; }

.WishlistPromo-snapslider .SnapSlideshow-content .pane-borders {
  display: none;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.WishlistPromo-snapslider .SnapSlideshow-content > * {
  float: none; }

.WishlistPromo-snapslider .SnapSlideshow-contentCTA {
  position: relative;
  background: transparent;
  text-align: center;
  padding: 0;
  height: 50px; }

.WishlistPromo-snapslider .SnapSlideshow-contentCTA .SnapSlideshow-contentTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }

.WishlistPromo-snapslider .Slideshow-slide .SnapSlideshow-contentSubtitle {
  color: #c7a970;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .2px;
  letter-spacing: .2rem; }

.WishlistPromo-snapslider .Slideshow-slide .SnapSlideshow-contentTitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0; }

.WishlistPromo-snapslider .Slideshow-slide .SnapSlideshow-contentDescription {
  margin: 0 32px;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0; }

.WishlistPromo-snapslider .Slideshow-select {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 5px;
  width: 5px;
  height: 5px; }

@media only screen and (max-width: 930px) {
  .WishlistPromo-snapslider .Slideshow {
    width: 100vw;
    left: -20px; } }
@media only screen and (max-width: 375px) {
  .WishlistPromo-snapslider .Slideshow {
    left: -40px; } }
@media only screen and (max-width: 930px) {
  .WishlistPromo-snapslider {
    width: 100%; } }
.WishlistPromo .promo-aboutSteps-content {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 930px) {
  .WishlistPromo .promo-aboutSteps-content {
    visibility: hidden;
    display: none; } }
@media only screen and (max-width: 930px) {
  .About .promo-aboutSteps {
    margin-top: 0; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.wishlist-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px; }

.wishlist-container .back {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: -.05px;
  letter-spacing: -.05rem; }

.wishlist-container .back svg {
  margin-right: 10px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media print {
  .wishlist-container .back {
    display: none; } }
.wishlist-container.has-items {
  padding: 0 20px 90px; }

.wishlist-heading {
  padding: 60px 0 20px;
  position: relative;
  text-align: center; }

.wishlist-heading h1 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 69px;
  line-height: 4.3125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.wishlist-heading h1, .wishlist-heading h2 {
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wishlist-heading h2 {
  margin: 19px 0 3px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 1.3125rem;
  letter-spacing: .009px;
  letter-spacing: .009rem; }

.wishlist-heading span {
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media print {
  .wishlist-heading span {
    display: none; } }
.wishlist-heading:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  max-width: 1024px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px; }

.wishlist-heading.has-items:before {
  display: none; }

@media print {
  .wishlist-heading {
    color: #000;
    display: none; }

  .wishlist-heading:before {
    display: none; } }
@media only screen and (max-width: 480px) {
  .wishlist-heading h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 49px;
    line-height: 3.0625rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; } }
.wishlist-options {
  max-width: 1075px;
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 12px;
  line-height: .75rem; }

.wishlist-options, .wishlist-options [role=button], .wishlist-options button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

.wishlist-options [role=button], .wishlist-options button {
  background: transparent;
  border: none;
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 7px;
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem; }

.wishlist-options [role=button] svg:not(.icon-hexagon-outline), .wishlist-options button svg:not(.icon-hexagon-outline) {
  margin-right: 5px; }

.wishlist-options [role=button] .icon:not(.icon-hexagon-outline), .wishlist-options button .icon:not(.icon-hexagon-outline) {
  stroke: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0; }

.wishlist-options [role=button] .icon-sms path, .wishlist-options button .icon-sms path {
  fill: rgba(255, 255, 255, 0.5); }

body:not(.is-touch) .wishlist-options [role=button]:hover, body:not(.is-touch) .wishlist-options button:hover {
  cursor: pointer; }

body:not(.is-touch) .wishlist-options [role=button]:hover .icon, body:not(.is-touch) .wishlist-options button:hover .icon {
  stroke: #fff; }

.wishlist-options .wishlist-options-texthidden {
  opacity: 0;
  text-transform: none;
  position: absolute;
  z-index: -10; }

.wishlist-options .wishlist-line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  margin-top: 11px;
  position: relative; }

.wishlist-options .wishlist-line:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 100%;
  height: 1px; }

.wishlist-options .wishlist-options--select {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wishlist-options .wishlist-options--select label {
  margin: 0 15px 0 20px; }

.wishlist-options .wishlist-options--select .in-select {
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: url(../img/sl_arrow-down_ncsa.png) calc(100% - 12px) 50% no-repeat;
  position: relative; }

.wishlist-options .wishlist-options--select .in-select select {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.wishlist-options .wishlist-options--select .in-select select::-ms-expand {
  display: none; }

body.is-windows .wishlist-options .wishlist-options--select .in-select select option {
  background: #000; }

.wishlist-options .icon-hexagon-outline {
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 40px;
  line-height: 2.5rem;
  letter-spacing: 0; }

@media only screen and (max-width: 560px) {
  .wishlist-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .wishlist-options [role=button], .wishlist-options button {
    margin-right: 25px; }

  .wishlist-options [role=button] span, .wishlist-options button span {
    display: none; }

  .wishlist-options [role=button] svg:not(.icon-hexagon-outline), .wishlist-options button svg:not(.icon-hexagon-outline) {
    margin-right: 0; }

  .wishlist-options [role=button] .icon:not(.icon-hexagon-outline), .wishlist-options button .icon:not(.icon-hexagon-outline) {
    stroke: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0; }

  .wishlist-options [role=button] .icon-printer, .wishlist-options button .icon-printer {
    position: relative;
    left: 1px; }

  .wishlist-options .wishlist-options-sendEmail {
    margin-right: 0; }

  .wishlist-options .icon-hexagon-outline {
    display: block;
    stroke: rgba(255, 255, 255, 0.5); }

  .wishlist-options .wishlist-line {
    display: none; } }
@media print {
  .wishlist-options {
    display: none; } }
.wishlist-promo {
  background-size: cover;
  padding: 220px 0 120px;
  position: relative; }

.wishlist-promo.has-items:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  height: 1px; }

.wishlist-promo .shipbuilder-promo {
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 40px 0;
  z-index: 1; }

.wishlist-promo .shipbuilder-promo:before {
  background: url("../img/sl_wishlist-darken_ncsa.png") 50% no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 776px;
  height: 707px; }

.wishlist-promo .shipbuilder-promo h1, .wishlist-promo .shipbuilder-promo p {
  position: relative;
  z-index: 1; }

.wishlist-promo .shipbuilder-promo h1 {
  margin: 0 auto;
  max-width: 435px;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 62px;
  line-height: 3.875rem;
  letter-spacing: .009px;
  letter-spacing: .009rem; }

.wishlist-promo .shipbuilder-promo p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wishlist-promo .shipbuilder-promo .ui {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

.wishlist-promo .shipbuilder-promo .ui, .wishlist-promo .shipbuilder-promo .ui div, .wishlist-promo .shipbuilder-promo .ui div:after, .wishlist-promo .shipbuilder-promo .ui div:before {
  position: absolute;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1); }

.wishlist-promo .shipbuilder-promo .ui div:after, .wishlist-promo .shipbuilder-promo .ui div:before {
  background: #00e4bf;
  content: "";
  opacity: .5; }

.wishlist-promo .shipbuilder-promo .ui .corner-topLeft {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topLeft:before {
  left: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topLeft:after {
  top: 0;
  left: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topRight {
  top: 0;
  right: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topRight:before {
  right: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-topRight:after {
  top: 0;
  right: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomLeft {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomLeft:before {
  left: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomLeft:after {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomRight {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomRight:before {
  right: 0;
  width: 1px;
  height: 10px; }

.wishlist-promo .shipbuilder-promo .ui .corner-bottomRight:after {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .ui-lineTop {
  top: 0; }

.wishlist-promo .shipbuilder-promo .ui .ui-lineBottom, .wishlist-promo .shipbuilder-promo .ui .ui-lineTop {
  background: #00e4bf;
  left: 50%;
  opacity: .5;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo .ui .ui-lineBottom {
  bottom: 0; }

.wishlist-promo .shipbuilder-promo:hover .ui {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 90%; }

.wishlist-promo .shipbuilder-promo:hover .ui div:after, .wishlist-promo .shipbuilder-promo:hover .ui div:before {
  opacity: .7; }

.wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomLeft, .wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomRight, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topLeft, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topRight {
  width: 15px;
  height: 15px; }

.wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomLeft:before, .wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomRight:before, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topLeft:before, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topRight:before {
  width: 1px;
  height: 15px; }

.wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomLeft:after, .wishlist-promo .shipbuilder-promo:hover .ui .corner-bottomRight:after, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topLeft:after, .wishlist-promo .shipbuilder-promo:hover .ui .corner-topRight:after {
  width: 15px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo:hover .ui .ui-lineTop {
  background: #00e4bf;
  opacity: .7;
  width: 15px;
  height: 1px; }

.wishlist-promo .shipbuilder-promo:hover .ui .ui-lineBottom {
  opacity: .7;
  width: 15px;
  height: 1px; }

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  to {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px); } }
@keyframes levitate {
  0% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  to {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px); } }
@-webkit-keyframes levitateZenith {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes levitateZenith {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@-webkit-keyframes levitateAlt {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes levitateAlt {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
.wishlist-promo .promo-ships {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100%; }

.wishlist-promo .promo-ships img {
  max-width: 100%; }

.wishlist-promo .promo-ships div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute; }

.wishlist-promo .promo-ships .is-pulse {
  left: -25px;
  top: 60px;
  z-index: 1;
  -webkit-animation: levitateAlt 4.5s infinite alternate ease-in-out;
  animation: levitateAlt 4.5s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-nadir {
  left: 150px;
  top: 160px;
  z-index: 2;
  -webkit-animation: levitateAlt 3s infinite alternate ease-in-out;
  animation: levitateAlt 3s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-zenith {
  top: 55px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 3; }

.wishlist-promo .promo-ships .is-zenith img {
  -webkit-animation: levitateZenith 5s infinite alternate ease-in-out;
  animation: levitateZenith 5s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-neptune {
  right: 125px;
  top: 160px;
  z-index: 2;
  -webkit-animation: levitateAlt 3.5s infinite alternate ease-in-out;
  animation: levitateAlt 3.5s infinite alternate ease-in-out; }

.wishlist-promo .promo-ships .is-lance {
  right: -25px;
  top: 60px;
  z-index: 1;
  -webkit-animation: levitateAlt 4s infinite alternate ease-in-out;
  animation: levitateAlt 4s infinite alternate ease-in-out; }

.wishlist-promo .relatedContent {
  position: relative;
  z-index: 1; }

@media only screen and (max-width: 1400px) {
  .wishlist-promo .promo-ships .is-nadir {
    left: 65px;
    top: 160px;
    z-index: 2; }

  .wishlist-promo .promo-ships .is-zenith {
    max-width: 60%; }

  .wishlist-promo .promo-ships .is-neptune {
    right: 100px;
    top: 160px; } }
@media only screen and (max-width: 1080px) {
  .wishlist-promo .promo-ships .is-pulse {
    left: -25px;
    top: 60px;
    max-width: 25%; }

  .wishlist-promo .promo-ships .is-nadir {
    left: 65px;
    top: 160px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-zenith {
    top: 105px;
    max-width: 50%; }

  .wishlist-promo .promo-ships .is-neptune {
    right: 100px;
    top: 160px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-lance {
    right: -25px;
    top: 60px;
    max-width: 25%; } }
@media only screen and (max-width: 930px) {
  .wishlist-promo .relatedContent--wishlist {
    display: none; } }
@media only screen and (max-width: 900px) {
  .wishlist-promo .shipbuilder-promo:before {
    display: none; }

  .wishlist-promo .promo-ships .is-pulse {
    left: -5px;
    top: 60px;
    max-width: 25%; }

  .wishlist-promo .promo-ships .is-nadir {
    left: 45px;
    top: 90px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-zenith {
    top: 105px;
    max-width: 50%; }

  .wishlist-promo .promo-ships .is-neptune {
    right: 40px;
    top: 90px;
    max-width: 30%; }

  .wishlist-promo .promo-ships .is-lance {
    right: -5px;
    top: 60px;
    max-width: 25%; } }
@media only screen and (max-width: 768px) {
  .wishlist-promo .ui {
    display: none; } }
@media only screen and (max-width: 375px) {
  .wishlist-promo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px; }

  .wishlist-promo .shipbuilder-promo h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 42px;
    line-height: 2.625rem;
    letter-spacing: .009px;
    letter-spacing: .009rem; } }
@media print {
  .wishlist-promo {
    display: none; } }
.Suggested {
  background: url("../img/sl_honeycomb-texture_ncsa.png") fixed repeat, url(../img/sl_about-stars_ncsa.png) fixed repeat, url(../img/sl_newsDetail-bg_ncsa.jpg) fixed no-repeat, #001a35;
  background-size: auto,auto,100% auto;
  color: #fff;
  padding-top: 120px;
  position: relative; }

.Suggested .wishlist-heading:before {
  display: none; }

.Suggested .pane-borders {
  top: 126px;
  right: 6px;
  bottom: 6px;
  left: 6px; }

@media print {
  .Suggested .pane-borders {
    display: none; } }
.Suggested .suggested-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 38px auto 70px;
  max-width: 1087px;
  padding: 0; }

@media print {
  .Suggested .suggested-items {
    page-break-before: avoid; } }
.Suggested .suggested-items .suggested-items--item {
  background: #273f92;
  background: -webkit-gradient(linear, left bottom, left top, from(#273f92), to(#20b7a1));
  background: -webkit-linear-gradient(bottom, #273f92, #20b7a1);
  background: -o-linear-gradient(bottom, #273f92 0, #20b7a1 100%);
  background: linear-gradient(0deg, #273f92, #20b7a1);
  border-radius: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 6px 12px;
  overflow: hidden;
  padding: 18px 18px 68px;
  position: relative;
  width: calc(50% - 48px);
  height: auto; }

.Suggested .suggested-items .suggested-items--item .suggested-item--title {
  bottom: 15px;
  left: 17px;
  position: absolute; }

.Suggested .suggested-items .suggested-items--item .suggested-item--title span {
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: .625rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0; }

.Suggested .suggested-items .suggested-items--item .suggested-item--title h5 {
  margin: 0;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: 0; }

.Suggested .suggested-items .suggested-items--item .suggested-item--media {
  min-width: 175px; }

.Suggested .suggested-items .suggested-items--item .suggested-item--media img {
  max-width: 100%; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content {
  margin-top: 15px;
  padding-left: 10px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content span {
  display: inline-block;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content ul li {
  margin-bottom: 3px;
  opacity: .7;
  position: relative;
  padding-left: 7px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content ul li span {
  margin-bottom: 0; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content ul li:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  color: currentColor;
  top: 50%;
  left: -2px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content ul li.contains-wishlist-item {
  opacity: 1;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content ul li.contains-wishlist-item:before {
  background: transparent;
  border-radius: none;
  content: "\2605";
  left: -3px;
  font-size: 7px;
  font-size: .4375rem;
  line-height: 8px;
  line-height: .5rem;
  letter-spacing: 0;
  width: auto;
  height: auto; }

.Suggested .suggested-items .suggested-items--item .suggested-item--content .btn {
  bottom: 18px;
  margin-left: 21px;
  position: absolute; }

.Suggested .suggested-items .suggested-items--item h4 {
  margin: 0 0 5px;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem; }

.Suggested .suggested-items .suggested-items--item h2, .Suggested .suggested-items .suggested-items--item h4 {
  font-family: lft-etica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

.Suggested .suggested-items .suggested-items--item h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 800; }

@media print {
  .Suggested .suggested-items .suggested-items--item {
    page-break-before: avoid;
    color: #000;
    width: calc(100% - 48px);
    height: auto; }

  .Suggested .suggested-items .suggested-items--item .btn {
    display: none; }

  .Suggested .suggested-items .suggested-items--item .suggested-item--media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .Suggested .suggested-items .suggested-items--item .suggested-item--media img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

  .Suggested .suggested-items .suggested-items--item .suggested-item--content ul li {
    opacity: 1; } }
.Suggested .suggested-actionsContainer {
  background: rgba(28, 27, 88, 0.4);
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative; }

.Suggested .suggested-actionsContainer .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.Suggested .suggested-actionsContainer h3 {
  margin: 0 auto 40px;
  padding: 0 15px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -.025px;
  letter-spacing: -.025rem;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media print {
  .Suggested .suggested-actionsContainer {
    display: none; } }
.Suggested .suggested-actions {
  margin: 0 auto;
  max-width: 650px;
  text-align: center; }

.Suggested .suggested-actions .btn {
  margin: 15px 30px; }

@media only screen and (max-width: 1024px) {
  .Suggested .suggested-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .Suggested .suggested-items .suggested-items--item {
    max-width: 513px;
    width: 100%;
    height: auto; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.u-clear {
  clear: both; }

.u-pullLeft {
  float: left; }

.u-pullRight {
  float: right; }

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden; }

.u-clearfix:after {
  clear: both; }

.u-clearfix {
  zoom: 1; }

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.buy {
  text-align: left; }

.buy-image-wrapper {
  position: relative; }

.buy-image-wrapper .pane-borders {
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px); }

.buy-image img {
  max-width: 100%; }

.buy-image .btn-expandchart {
  border-right: 1px solid #9da09f !important;
  margin-right: 5px;
  padding-right: 10px; }

.buy-image .btn {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: .625rem; }

.buy-image .btn svg {
  fill: #fff;
  margin-right: 5px;
  position: relative;
  bottom: -2px; }

.buy-details span {
  border-bottom: 1px solid #83898a;
  cursor: pointer;
  display: block;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem; }

.buy-details.is-open span, .buy-details span {
  background: url("https://static-dm.akamaized.net/starlink/prod/img/sl_arrow-down_ncsa.png") calc(100% - 15px) 25% no-repeat; }

.buy-details p {
  display: none; }

.buy-details p.is-open {
  display: block;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem; }

.buy-region {
  display: block;
  padding: 10px 0; }

.buy-region strong {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem; }

.buy-region select {
  width: 100%; }

.buy-select {
  border: 4px solid rgba(255, 255, 255, 0.2);
  background: url(../img/sl_arrow-down_ncsa.png) calc(100% - 12px) 50% no-repeat;
  position: relative; }

.buy-select select {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 30px 0 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.buy-select select::-ms-expand {
  display: none; }

body.is-windows .buy-select select option {
  background: #000; }

.buy-select select {
  font-size: 12px;
  font-size: .75rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: .04px;
  letter-spacing: .04rem; }

.buy-select select option {
  color: #000; }

.buy-versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.buy-versions li {
  padding-right: 20px;
  position: relative;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem; }

.buy-versions li label {
  cursor: pointer;
  line-height: 25px;
  padding-left: 30px;
  text-transform: uppercase; }

.buy-versions li input[type=radio] {
  position: absolute;
  visibility: hidden; }

.buy-versions .check {
  background: #fff0;
  display: block;
  border: 2px solid #35e1d9;
  border-radius: 0;
  position: absolute;
  top: 3px;
  left: 0;
  pointer-events: none;
  text-transform: uppercase;
  z-index: 5;
  width: 14px;
  height: 14px; }

.buy-versions .check:before {
  color: #fff;
  content: "X";
  font-size: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.buy-versions input[type=radio]:checked ~ .check:before {
  opacity: 1; }

.buy-versions input[type=radio]:disabled ~ .check, .buy-versions input[type=radio]:disabled ~ label {
  opacity: .5; }

body.is-windows .buy-select select option {
  background: #fff; }

.u-clear {
  clear: both; }

.u-pullLeft {
  float: left; }

.u-pullRight {
  float: right; }

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden; }

.u-clearfix:after {
  clear: both; }

.u-clearfix {
  zoom: 1; }

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.latamStyles .buy {
  text-align: left; }

.latamStyles .buy-image img {
  max-width: 100%; }

.latamStyles .buy-details span {
  cursor: pointer; }

.latamStyles .buy-details ul {
  display: none; }

.latamStyles .buy-details ul.is-open {
  display: block; }

.latamStyles .buy-region {
  display: block;
  padding: 10px 0; }

.latamStyles .buy-region strong {
  display: block; }

.latamStyles .buy-region select {
  width: 100%; }

.u-clear {
  clear: both; }

.u-pullLeft {
  float: left; }

.u-pullRight {
  float: right; }

.u-clearfix:after, .u-clearfix:before {
  content: "";
  display: block;
  overflow: hidden; }

.u-clearfix:after {
  clear: both; }

.u-clearfix {
  zoom: 1; }

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.latamPhysicalContainer .buy {
  text-align: left; }

.latamPhysicalContainer .buy-retailers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.latamPhysicalContainer .buy-retailers img {
  max-width: 150px !important;
  margin: 25px; }

.latamPhysicalContainer .buy-details span {
  cursor: pointer; }

.latamPhysicalContainer .buy-details ul {
  display: none; }

.latamPhysicalContainer .buy-details ul.is-open {
  display: block; }

.latamPhysicalContainer .buy-region {
  display: block;
  padding: 10px 0; }

.latamPhysicalContainer .buy-region strong {
  display: block; }

.latamPhysicalContainer .buy-region select {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .latamPhysicalContainer .buy-retailers img {
    margin: 10px; } }
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.Buy {
  padding-top: 105px;
  background: url("../img/sl_honeycomb-texture_ncsa.png") fixed repeat, url(../img/sl_about-stars_ncsa.png) fixed repeat, url(../img/sl_newsDetail-bg_ncsa.jpg) fixed no-repeat, #001a35;
  background-size: auto,auto,100% auto;
  color: #fff;
  padding-top: 120px;
  position: relative; }

.Buy > .buy {
  background: url("../img/ac_buy-top-bg_ncsa.png") 0 0 no-repeat, url("../img/ac_buy-bottom-bg_ncsa.png") 0 100% no-repeat, #e6e6e6;
  padding: 100px 0; }

.Buy .buy-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Buy .buy-title {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  width: 100%; }

.Buy .buy-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 50px;
  width: 50%; }

.Buy .buy-image img {
  display: block;
  margin: 0 auto 10px; }

.Buy .buy-configuration {
  padding: 0 50px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 30%; }

.Buy .buy-configuration > strong, .Buy .buy-title > strong {
  display: none; }

.Buy .Suggested {
  margin-bottom: 100px; }

@media only screen and (max-width: 1024px) {
  .Buy > .buy {
    padding: 40px 0; }

  .Buy .buy-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .Buy .buy-configuration, .Buy .buy-image {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  .Buy .buy-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .Buy .buy-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .Buy .buy-configuration {
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }
@media only screen and (max-width: 768px) {
  .Buy .buy-promo {
    padding: 40px 0; }

  .Buy .buy-title > h2 {
    font-size: 26px;
    font-size: 1.625rem; }

  .Buy .buy-configuration, .Buy .buy-image {
    padding: 0 20px; } }
.latamFlow {
  text-align: center; }

.latamFlow hr {
  height: 1px;
  border: 0;
  border-top: 2px solid #35e1d9;
  margin: 1em 0;
  padding: 0;
  max-width: 800px;
  margin: 20px auto; }

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

.latamFlow-latamPlatformButtons img {
  padding: 0 25px; }

.latamFlow h1 {
  margin: 0 0 40px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: 0;
  text-align: center; }

.latamFlow .buy-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.latamPlatformButtons {
  max-width: 650px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px; }

.latamPlatformButtons h1 {
  margin: 0 0 40px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  letter-spacing: 0;
  text-align: center;
  padding-top: 25px; }

.latamPlatformButtons a {
  margin-bottom: 10px; }

.latamPhysicalContainer {
  padding-bottom: 25px; }

.latamPhysicalContainer .buy-container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.latamPhysicalContainer .buy-retailers {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 50px;
  width: 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.latamPhysicalContainer .buy-retailers a {
  margin: 10px 25px; }

.latamStyles {
  margin-top: 25px;
  margin-bottom: 80px; }

@media only screen and (max-width: 1024px) {
  .latamPhysicalContainer .buy-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .latamPhysicalContainer .buy-retailers {
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media only screen and (max-width: 768px) {
  .latamPlatformButtons {
    padding-bottom: 25px; }

  .latamPhysicalContainer .buy-container, .latamPlatformButtons {
    text-align: center;
    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; }

  .latamPhysicalContainer .buy-container {
    margin: 10px; }

  .latamPhysicalContainer .buy-retailers {
    margin: 0 auto;
    width: 50%; }

  .latamPhysicalContainer .buy-configuration {
    padding: 0;
    margin: 0 auto; } }
.accordion {
  text-align: left; }

.collapse {
  margin: 0 0 10px;
  position: relative;
  text-align: left; }

.collapse .pane-borders {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.collapse-header {
  position: relative; }

.collapse-header .icon {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.collapse-content {
  display: none; }

.collapse.is-open .collapse-header .icon {
  -webkit-transform: rotate(90deg) translateY(50%);
  -ms-transform: rotate(90deg) translateY(50%);
  transform: rotate(90deg) translateY(50%); }

.collapse.is-open .collapse-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 40px; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.faq {
  background: url("../img/sl_honeycomb-texture_ncsa.png") 0 0 repeat, url(../img/sl_about-stars_ncsa.png) 0 0 repeat, url(../img/sl_newsDetail-bg_ncsa.jpg) 0 0 no-repeat, #001a35;
  background-size: auto,auto,cover;
  margin: 0 auto;
  padding-top: 115px;
  position: relative; }

.faq-parallax {
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.faq-parallax, .faq-parallax .asteroid-1, .faq-parallax .asteroid-2, .faq-parallax .asteroid-3 {
  position: absolute; }

.faq-parallax .asteroid-1 img, .faq-parallax .asteroid-2 img, .faq-parallax .asteroid-3 img {
  position: static; }

.faq-parallax .asteroid-1 {
  top: 150px;
  right: -20px; }

.faq-parallax .asteroid-2 {
  top: 25%;
  left: -15px; }

.faq-parallax .asteroid-3 {
  bottom: 10%;
  right: -10px; }

.faq-masthead {
  padding: 50px 0; }

.faq-masthead h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 62px;
  line-height: 3.875rem;
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.faq-masthead span {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0; }

.faq .accordion {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 20px 40px;
  position: relative;
  z-index: 1; }

.faq .collapse-header {
  color: #fff;
  cursor: pointer;
  padding: 20px 45px 20px 15px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: .8125rem; }

.faq .collapse-header, .faq .collapse-header > span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.faq .collapse-header > span {
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem; }

.faq .collapse-header .icon {
  fill: #ffa800; }

.faq .collapse .collapse-content {
  color: #fff;
  padding: 40px;
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 22px;
  line-height: 1.375rem; }

.faq .collapse .collapse-content--prefix {
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem; }

.faq .collapse .collapse-content--container {
  padding: 2px 0 0 5px;
  width: 100%; }

.faq .collapse .collapse-content--container .relatedContent-media {
  max-width: 500px;
  margin: auto; }

.faq .collapse .collapse-content--container .relatedContent-media img {
  width: 100%; }

.faq .collapse .collapse-content a {
  color: #33d0c8;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

body:not(.is-touch) .faq .collapse .collapse-content a:hover {
  color: #ffa800; }

.faq .collapse.is-open {
  background: #0c0b49; }

.faq .collapse.is-open .collapse-content {
  background: url(../img/sl_honeycomb-texture_ncsa.png) 0 0 repeat, rgba(28, 27, 88, 0.8); }

.faq .faq-media {
  display: inline-block;
  padding: 5px;
  position: relative;
  line-height: 0;
  text-align: center; }

.faq .faq-media button {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.faq .faq-media img {
  max-width: 100%; }

.faq .faq-media .pane-borders {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1024px) {
  .faq-parallax.is-popout {
    display: none; } }
@media only screen and (max-width: 768px) {
  .faq-masthead {
    padding: 20px 20px 30px; }

  .faq-masthead h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 45px;
    line-height: 2.8125rem;
    letter-spacing: -.06px;
    letter-spacing: -.06rem; }

  .faq .collapse .collapse-content {
    padding: 20px; } }
body, html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  overflow-x: hidden; }

html[lang=ar-ae] {
  direction: rtl !important; }

html {
  background: url(../img/sl_bg-hex-body_ncsa.png) 0 0 repeat;
  padding: 0;
  -webkit-text-size-adjust: 100%; }

@media only screen and (max-width: 1024px) {
  html {
    background: #fff;
    padding: 0 20px 20px; } }
.fox-reverseCase {
  text-transform: none !important; }

.Modal {
  background: transparent; }

.Modal .Modal-header {
  background: #000017;
  color: #fff; }

.Modal .Modal-header .close-button:after, .Modal .Modal-header .close-button:before {
  background-color: #fff; }

.Modal .Modal-body {
  background: rgba(0, 0, 23, 0.9); }

.Modal .Modal-body .media {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.Modal.is-showing .Modal-body .media {
  opacity: 1; }

.global-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 20px; }

.is-video {
  position: relative; }

.is-video:before {
  background: url(../img/sl_play-btn_ncsca.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .5;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 10;
  width: 110px;
  height: 111px; }

.is-video:after {
  opacity: 0; }

body:not(.is-touch) .is-video:hover:before {
  opacity: 1; }

.is-video .btn--clean {
  cursor: pointer;
  background: transparent;
  border: none;
  margin: 0;
  top: 0;
  left: 0;
  line-height: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%; }

.is-video .btn--clean .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  width: 100%; }

.is-video .btn--clean .icon {
  display: none; }

.global-transitionWrapper {
  position: relative; }

.page {
  border-right: 40px solid #fff;
  border-left: 40px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.05);
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1); }

@media only screen and (max-width: 1024px) {
  .page {
    border-right: none;
    border-left: none; } }
.slide-exit {
  position: absolute;
  z-index: 10000;
  left: 105px;
  top: 0; }

.global-transitionWrapper {
  left: 0;
  top: 0;
  width: 100%; }

.global-transitionWrapper:after, .global-transitionWrapper:before {
  background: transparent;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 100000; }

.global-transitionWrapper:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 101vw 102vh 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  transform: translateY(-102%); }

.global-transitionWrapper:after {
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 101vh 0 0 102vw;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%); }

@media print {
  .global-transitionWrapper:after, .global-transitionWrapper:before {
    display: none; } }
.slide-enter-active:after, .slide-enter-active:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

div.slide-enter-done:before {
  -webkit-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  transform: translateY(-102%); }

div.slide-enter-done:after {
  -webkit-transform: translateY(102%);
  -ms-transform: translateY(102%);
  transform: translateY(102%); }

.shipbuilder-active #ubisoft-toolbar-container, .shipbuilder-ubibar .ubisoft-logo-container {
  pointer-events: none; }

#ubisoft-toolbar-container ol, #ubisoft-toolbar-container ul {
  list-style: none; }

#ubisoft-toolbar-container {
  width: 100%;
  height: 45px;
  background-color: #222;
  background-image: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

#ubisoft-toolbar-container a {
  text-decoration: none; }

#ubisoft-toolbar-container button {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

#ubisoft-toolbar-container #ubisoft-toolbar {
  width: auto;
  height: 45px;
  border-right-width: 0;
  border-left-width: 0; }

#ubisoft-toolbar-container #nav, #ubisoft-toolbar-container #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 9999; }

#ubisoft-toolbar-container #nav li {
  float: left; }

#ubisoft-toolbar-container #nav li ul {
  position: absolute;
  left: -999em; }

#ubisoft-toolbar-container #nav li:active ul, #ubisoft-toolbar-container #nav li:hover ul {
  left: auto; }

#ubisoft-toolbar-container #nav li:active.ubisoft-logo a.ubisoft-logo-container, #ubisoft-toolbar-container #nav li:active button.ubisoft-logo-container, #ubisoft-toolbar-container #nav li:hover.ubisoft-logo a.ubisoft-logo-container, #ubisoft-toolbar-container #nav li:hover button.ubisoft-logo-container {
  background-color: #555; }

#ubisoft-toolbar-container #nav li:active.ubisoft-logo a.ubisoft-logo-container:after, #ubisoft-toolbar-container #nav li:active button.ubisoft-logo-container:after, #ubisoft-toolbar-container #nav li:hover.ubisoft-logo a.ubisoft-logo-container:after, #ubisoft-toolbar-container #nav li:hover button.ubisoft-logo-container:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

#ubisoft-toolbar-container li.ubisoft-logo {
  border-right-width: 0;
  position: relative; }

#ubisoft-toolbar-container li.ubisoft-logo > a, #ubisoft-toolbar-container li.ubisoft-logo > button {
  display: block;
  height: 45px;
  width: 160px;
  font-size: 90px;
  position: relative;
  z-index: 1; }

#ubisoft-toolbar-container li.ubisoft-logo > a svg, #ubisoft-toolbar-container li.ubisoft-logo > button svg {
  cursor: pointer;
  top: 6px;
  left: 0;
  position: absolute;
  width: 160px;
  height: 70%; }

#ubisoft-toolbar-container li.ubisoft-logo > a:active, #ubisoft-toolbar-container li.ubisoft-logo > a:hover, #ubisoft-toolbar-container li.ubisoft-logo > button:active, #ubisoft-toolbar-container li.ubisoft-logo > button:hover {
  background-color: #555; }

#ubisoft-toolbar-container li.ubisoft-logo > ul {
  display: block;
  background: #141415;
  font-size: 14px;
  text-transform: uppercase;
  width: 160px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 3; }

#ubisoft-toolbar-container li.ubisoft-logo > ul li {
  width: 160px;
  border-bottom: 1px solid #333;
  height: 45px;
  margin: 0 !important; }

#ubisoft-toolbar-container li.ubisoft-logo > ul li a, #ubisoft-toolbar-container li.ubisoft-logo > ul li button {
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 0 !important;
  font-family: din-2014, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  border-bottom: 0;
  line-height: normal !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 8px !important; }

#ubisoft-toolbar-container li.ubisoft-logo > ul li a:active, #ubisoft-toolbar-container li.ubisoft-logo > ul li a:hover, #ubisoft-toolbar-container li.ubisoft-logo > ul li button:active, #ubisoft-toolbar-container li.ubisoft-logo > ul li button:hover {
  color: #fff; }

#ubisoft-toolbar-container li.item-uplay {
  position: absolute;
  right: 20px; }

#ubisoft-toolbar-container li #uplay-panel {
  height: 45px; }

#ubisoft-toolbar-container svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: lft-etica,sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alpha, h1 {
  font-size: 128px;
  font-size: 8rem;
  line-height: 98px;
  line-height: 6.125rem;
  letter-spacing: .06px;
  letter-spacing: .06rem; }

.beta, h2 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 84px;
  line-height: 5.25rem; }

.beta, .delta, h2, h4 {
  letter-spacing: -.06px;
  letter-spacing: -.06rem; }

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/sl_btn-bg_ncsa.png);
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 70px;
  padding: 0 21px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:after, .btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.btn:before {
  background: url(../img/sl_btn-left_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn:after {
  background: url(../img/sl_btn-right_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay {
  background: url(../img/sl_btn-bg-hover_ncsa.png) right 6px no-repeat, url(../img/sl_btn-bg-repeat-hover_ncsa.png) 0 0 repeat-x;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%; }

.btn .overlay:after, .btn .overlay:before {
  content: "";
  position: absolute;
  top: 0; }

.btn .overlay:before {
  background: url(../img/sl_btn-left-hover_ncsa.png) 0 0 no-repeat;
  left: -20px;
  width: 20px;
  height: 50px; }

.btn .overlay:after {
  background: url(../img/sl_btn-right-hover_ncsa.png) 0 0 no-repeat;
  right: -20px;
  width: 129px;
  height: 50px; }

.btn .outline {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: 1;
  width: calc(100% + 3px);
  height: 44px; }

.btn .outline:after, .btn .outline:before {
  content: "";
  position: absolute; }

body:not(.is-ie11) .btn .outline:before {
  background: -webkit-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: -o-radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  background: radial-gradient(ellipse, #fff 0, #fff 25%, #eb8e2b 45%, #eb8e2b 100%);
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
  width: 115%;
  height: 100%; }

.btn .outline:after {
  top: 0;
  left: -14px;
  z-index: 1;
  width: calc(100% + 28px);
  height: 100%; }

.btn .text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  font-family: lft-etica,sans-serif;
  font-style: italic;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: .75rem;
  line-height: 12px;
  line-height: .75rem;
  letter-spacing: .05px;
  letter-spacing: .05rem; }

.btn .text .icon {
  margin-left: 3px; }

body:not(.is-touch) .btn:hover .outline:before, body:not(.is-touch) .btn:hover .overlay {
  opacity: 1; }

.btn.btn--alt {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--alt .outline, .btn.btn--alt .overlay, .btn.btn--alt:after, .btn.btn--alt:before {
  display: none; }

.btn.btn--alt .text {
  color: orange; }

.btn.btn--alt .text .icon {
  fill: orange; }

.btn.btn--clean {
  background: none;
  height: auto;
  padding: 0; }

.btn.btn--clean .outline, .btn.btn--clean .overlay, .btn.btn--clean:after, .btn.btn--clean:before {
  display: none; }

.btn.btn--clean .text {
  color: inherit;
  display: block; }

.interstitial {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 23, 0.9);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -9999;
  width: 100%;
  height: 100%; }

.interstitial.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 10000;
  pointer-events: all; }

.interstitial--content {
  background: url(../img/sl_interstitial-bg_ncsa.png) 50% no-repeat;
  background-size: cover;
  color: #fff;
  max-width: 725px;
  opacity: 0;
  padding: 90px 20px 80px;
  position: relative;
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -o-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.4s; }

.active .interstitial--content {
  opacity: 1; }

.interstitial--content h1 {
  text-align: center;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-family: lft-etica,sans-serif;
  font-weight: 800; }

.interstitial--content h1, .interstitial--content p {
  max-width: 100%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.interstitial--content p {
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 22px;
  line-height: 1.375rem; }

.interstitial--content a {
  margin-top: 45px; }

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

.interstitial .close-button {
  background: url(../img/sl_grey-hex-small_ncsa.png) 2px 4px no-repeat;
  top: 20px;
  right: 10px; }

.interstitial .pane-borders {
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px); }

.interstitial.is-active {
  opacity: 1;
  pointer-events: all;
  z-index: 9999; }

.interstitial.is-active .interstitial--content {
  opacity: 1; }

@media only screen and (max-width: 830px) {
  .interstitial {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    padding: 20px 20px 0; }

  .interstitial--content {
    padding: 50px 20px 80px; }

  .interstitial--content h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0; }

  .interstitial--content p {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
    letter-spacing: 0; }

  .interstitial--content a {
    margin-top: 25px; } }

/*# sourceMappingURL=main.css.map */
