@charset "UTF-8";
/* === Cross-browser Flexbox mixins === */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: urbane, sans-serif;
  min-width: 320px;
  color: #fff;
  outline: none;
  text-align: center;
  background-color: #244291;
  background: linear-gradient(#234291 0%, #1b3371 50%, #234291 100%);
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1.seo {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 1px;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

.button-icon-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 1rem;
}

.cta--apple {
  margin: 0 0.5rem;
}
@media (max-width: 320px) {
  .cta--apple {
    margin: 0 2px;
  }
}
.cta--apple img {
  width: auto;
  height: 34px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cta--apple img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .cta--apple img {
    height: 55px;
  }
}
.cta--google {
  margin: 0 0.5rem;
}
@media (max-width: 320px) {
  .cta--google {
    margin: 0 2px;
  }
}
@media (min-width: 768px) {
  .cta--google {
    margin: 0 0 0 0.5rem;
  }
}
.cta--google img {
  width: auto;
  height: 35px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cta--google img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .cta--google img {
    height: 55px;
  }
}

.line, .line--single, .line--wrap {
  line-height: 0.5;
  text-align: center;
}
.line span, .line--single span, .line--wrap span {
  display: inline-block;
  position: relative;
}
.line span:before, .line--wrap span:before, .line--single span:before,
.line span:after,
.line--wrap span:after,
.line--single span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 8px solid #BC2433;
  top: 0;
  bottom: 0;
  width: 100vw;
  margin-top: auto;
  margin-bottom: auto;
}

.line span:before, .line--wrap span:before, .line--single span:before {
  right: 100%;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .line span:before, .line--wrap span:before, .line--single span:before {
    margin-right: 15px;
  }
}

.line span:after, .line--wrap span:after, .line--single span:after {
  left: 100%;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .line span:after, .line--wrap span:after, .line--single span:after {
    margin-right: 15px;
  }
}

.line--wrap span:before {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .line--wrap span:before {
    margin-right: 15px;
  }
}

.line--wrap span:after {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .line--wrap span:after {
    margin-right: 15px;
  }
}

.section-li .hover {
  transition: all 0.5s ease-in-out;
  position: relative;
}
.section-li .hover:before, .section-li .hover:after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 5px;
  width: 0px;
  height: 8px;
  margin: 5px 0 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background-color: #BC2433;
}
.section-li .hover.hover-in:before {
  left: 50%;
}
.section-li .hover.hover-in:after {
  right: 50%;
}
.section-li:hover .hover:before, .section-li:hover .hover:after {
  width: 100%;
  opacity: 1;
}
.section-li:hover .hover.hover-in:before, .section-li:hover .hover.hover-in:after {
  width: 50%;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 320px) {
  h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  h2 {
    width: 100%;
  }
}

p {
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  p {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  p {
    line-height: 1.5;
  }
}

.content-text {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .content-text {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .content-text {
    max-width: 900px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-text {
    width: 100%;
  }
}

.module-title, .module-title--banner, .module-title--pad {
  position: relative;
  line-height: 1.1;
  margin: 0 auto;
  padding: 1rem 4rem;
  font-weight: 600;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-title, .module-title--banner, .module-title--pad {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .module-title, .module-title--banner, .module-title--pad {
    padding: 1rem 0;
  }
}
@media (min-width: 1024px) {
  .module-title, .module-title--banner, .module-title--pad {
    padding: 1rem 0 2rem;
    max-width: none;
  }
}
.module-title--pad {
  padding: 1rem 5rem;
}
@media (max-width: 320px) {
  .module-title--pad {
    padding: 1rem 3rem;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  .module-title--pad {
    padding: 1rem 3rem;
  }
}
.module-title--banner {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-title--banner {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .module-title--banner {
    font-size: 36px;
    max-width: 550px;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .module-title--banner {
    max-width: 80%;
  }
}
@media (min-width: 1441px) {
  .module-title--banner {
    width: auto;
    flex-basis: auto;
  }
}
.module-title--banner span {
  display: inline-block;
}
@media (min-width: 768px) {
  .module-title--banner span {
    display: block;
  }
}

.module-subtitle, .module-subtitle--banner {
  font-weight: 500;
  position: relative;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-subtitle, .module-subtitle--banner {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .module-subtitle, .module-subtitle--banner {
    line-height: 1.5;
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .module-subtitle, .module-subtitle--banner {
    font-size: 24px;
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .module-subtitle, .module-subtitle--banner {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) and (-ms-high-contrast: active), (min-width: 1440px) and (-ms-high-contrast: none) {
  .module-subtitle, .module-subtitle--banner {
    font-size: 24px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-subtitle, .module-subtitle--banner {
    width: 100%;
  }
}
.module-subtitle--banner {
  letter-spacing: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0.5em 0;
}
@media (max-width: 320px) {
  .module-subtitle--banner {
    font-size: 16px;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  .module-subtitle--banner {
    font-size: 16px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-subtitle--banner {
    width: 100%;
  }
}
.module-subtitle.dark, .dark.module-subtitle--banner {
  font-weight: 600;
  margin: 1rem;
  color: #244291;
}
@media (max-width: 320px) {
  .module-subtitle.dark, .dark.module-subtitle--banner {
    margin: 0.5rem 0;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  .module-subtitle.dark, .dark.module-subtitle--banner {
    margin: 0.5rem 0;
  }
}
@media (min-width: 420px) {
  .module-subtitle.dark, .dark.module-subtitle--banner {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .module-subtitle.dark, .dark.module-subtitle--banner {
    max-width: 650px;
  }
}
@media (min-width: 2000px) {
  .module-subtitle.dark, .dark.module-subtitle--banner {
    max-width: 50%;
  }
}
@media screen and (min-width: 2000px) and (-ms-high-contrast: active), (min-width: 2000px) and (-ms-high-contrast: none) {
  .module-subtitle.dark, .dark.module-subtitle--banner {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .section-gallery > .module-title, .section-gallery > .module-title--pad, .section-gallery > .module-title--banner {
    padding: 1rem 0 3rem;
  }
}

#faq-nation > .module-title, #faq-nation > .module-title--pad, #faq-nation > .module-title--banner {
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #faq-nation > .module-title, #faq-nation > .module-title--pad, #faq-nation > .module-title--banner {
    padding: 1rem 0 2rem;
  }
}

#faq-nation div {
  font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #faq-nation div {
    width: 100%;
  }
}

.device-container {
  padding: 0;
}

.device--apple {
  width: 197px;
  min-height: 100%;
  transition: all 500ms ease-out;
  transform: translateX(5%);
}
@media (max-width: 320px) {
  .device--apple {
    width: 160px;
  }
}
@media (min-width: 420px) {
  .device--apple {
    width: 208px;
    transform: translateX(5%);
  }
}
@media (min-width: 768px) {
  .device--apple {
    width: 208px;
    transform: translateX(4%);
  }
}
@media (min-width: 1024px) {
  .device--apple {
    width: 301px;
  }
}
.device--apple:hover {
  transform: translate3d(5%, -1%, 0px);
}
@media (min-width: 768px) {
  .device--apple:hover {
    transform: translate3d(4%, -1%, 0px);
  }
}
.device--android {
  width: 177px;
  min-height: 100%;
  transition: all 500ms ease-out;
  transform: translateX(-5%);
}
@media (max-width: 320px) {
  .device--android {
    width: 123px;
  }
}
@media (min-width: 420px) {
  .device--android {
    width: 187px;
    transform: translateX(-5%);
  }
}
@media (min-width: 768px) {
  .device--android {
    transform: translateX(-4%);
    width: 187px;
  }
}
@media (min-width: 1024px) {
  .device--android {
    width: 280px;
  }
}
.device--android:hover {
  transform: translate3d(-5%, -1%, 0px);
}
@media (min-width: 768px) {
  .device--android:hover {
    transform: translate3d(-4%, -1%, 0px);
  }
}

img.device-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
img.device-hover:hover {
  opacity: 1;
}

img.device-still {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

img.device-still {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.modal-ie11 {
  display: none;
  visibility: hidden;
  opacity: 0;
}

body.ie11 {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
body.ie11 .modal-ie11 {
  display: block;
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  overflow-x: hidden;
  overflow-y: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
body.ie11 .fnm {
  background: rgb(28, 60, 120);
  background: linear-gradient(0deg, rgb(28, 60, 120) 0%, rgb(32, 70, 139) 50%, rgb(28, 60, 120) 100%);
  border: solid 1px rgb(28, 60, 120);
}
body.ie11 .fn {
  background: rgb(34, 34, 85);
  background: linear-gradient(125deg, rgb(34, 34, 85) 0%, rgb(36, 66, 145) 100%);
  border: solid 1px #244291;
}
body.ie11 .modal-group {
  width: 70%;
  position: fixed;
  margin: 0 auto;
  padding: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  box-shadow: 0 1px 12px 8px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  body.ie11 .modal-group {
    max-width: 900px;
    height: 400px;
    min-height: 400px;
  }
}
body.ie11 .text-wrapper {
  width: 100%;
}
body.ie11 .ie,
body.ie11 a {
  color: #ffffff;
}
body.ie11 a {
  font-weight: bold;
}
body.ie11 h2.ie {
  font-family: sans-serif;
  margin: 0;
}
@media (min-width: 1024px) {
  body.ie11 h2.ie {
    font-size: 2.2em;
    margin-top: 0;
    line-height: 1.3em;
  }
}
@media (max-width: 1023px) {
  body.ie11 h2.ie {
    font-size: 1.7em;
    line-height: 1.3em;
  }
}
@media (max-width: 500px) {
  body.ie11 h2.ie {
    font-size: 1.5em;
  }
}
@media (max-width: 360px) {
  body.ie11 h2.ie {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 320px) {
  body.ie11 h2.ie {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}
body.ie11 p.ie {
  width: 100%;
  font-family: sans-serif;
  font-size: unset;
  color: #fff;
  color: #fff;
  margin: 0.3em auto 0.5em;
  font-size: 1.4em;
  line-height: 1.4em;
}
@media (min-width: 1024px) {
  body.ie11 p.ie {
    margin: 10px auto;
  }
}
@media (max-width: 1023px) {
  body.ie11 p.ie {
    margin: 1.3em auto;
  }
}
@media (max-width: 500px) {
  body.ie11 p.ie {
    margin: 1.1em auto;
  }
}
@media (max-width: 320px) {
  body.ie11 p.ie {
    margin: 0.9em auto;
  }
}
@media (min-width: 768px) and (max-width: 1023) {
  body.ie11 p.ie {
    width: 100%;
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  body.ie11 p.ie {
    width: 90%;
    font-size: 1.2em;
    margin: 0.3em auto 1em;
  }
}
@media (max-width: 320px) {
  body.ie11 p.ie {
    width: 80%;
    font-size: 1.1em;
  }
}
body.ie11 .cancel {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  color: #fff;
  font-size: 30px;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
}
@media (min-width: 768px) {
  body.ie11 .cancel {
    top: 10px;
    right: 10px;
  }
}

/* === CSS Footer Start === */
.footerContainer {
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px 21px;
  background-color: #000;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footerContainer {
    display: block;
  }
}

@media (min-width: 768px) {
  .footerContainer {
    padding: 30px 1em;
  }
}
.footerContainer .footerBreakLine {
  max-width: 640px;
}

@media (min-width: 1024px) {
  .footerContainer .footerBreakLine {
    max-width: 1130px;
  }
}
a.footerLogoLink {
  margin: 25px auto 30px;
  display: inline-block;
}
@media (min-width: 769px) {
  a.footerLogoLink {
    margin: 20px auto;
  }
}

.footerLogo {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .footerLogo {
    width: 75px;
    height: 75px;
  }
}

.footerLinksContainer,
.footerSocialContainer,
.footerTrademarkContainer {
  margin: 0 auto;
  max-width: 640px;
}
@media (min-width: 1024px) {
  .footerLinksContainer,
  .footerSocialContainer,
  .footerTrademarkContainer {
    max-width: 1130px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footerTrademarkContainer {
    display: block;
  }
}

.footerLinksContainer {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.footerTrademarkText {
  color: #a1a1a1;
  font-size: 11.5px;
  margin: 0 auto;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .footerTrademarkText {
    font-size: 14px;
  }
}

.footerTrademark2 {
  display: inline;
}

.footerTrademarkLink {
  text-decoration: none;
  color: #ffffff;
}

.heros {
  height: 100%;
  position: relative;
}

.heros-section-container {
  border-bottom: 8px solid #BC2433;
  position: relative;
  width: 100%;
  min-height: 105.2631578947vw;
}
@media (max-width: 320px) {
  .heros-section-container {
    min-height: 350px;
  }
}
@media (min-width: 420px) {
  .heros-section-container {
    min-height: 450px;
  }
}
@media (min-width: 768px) {
  .heros-section-container {
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .heros-section-container {
    min-height: 580px;
  }
}

.heros-copy-container--vertical {
  z-index: 99;
  transform: translateZ(10px);
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .heros-copy-container--vertical {
    width: 100%;
  }
}

.show-logo {
  width: 263px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .show-logo {
    width: 327px;
    margin: 0 auto;
  }
}

.heros-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .heros-wrapper {
    height: 100%;
  }
}

.heros-wrapper:nth-of-type(2) {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#watermark-section {
  background-color: rgb(255, 255, 255);
}

.watermark-section-container {
  border-bottom: 8px solid #BC2433;
  position: relative;
  width: 100%;
  min-height: 105.2631578947vw;
  width: inherit;
  height: inherit;
  background-image: url("https://marketing.foxnews.com/app/themes/marketing/img/download/logo-foxnews-watermark.svg");
  background-position: center;
  background-size: 5%;
  background-repeat: repeat;
}
@media (max-width: 320px) {
  .watermark-section-container {
    min-height: 350px;
  }
}
@media (min-width: 420px) {
  .watermark-section-container {
    min-height: 450px;
  }
}
@media (min-width: 768px) {
  .watermark-section-container {
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .watermark-section-container {
    min-height: 580px;
  }
}
@media (min-width: 420px) {
  .watermark-section-container {
    background-size: 4%;
  }
}
.watermark-section-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 80%);
}
@media (min-width: 1024px) {
  .watermark-section-container::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 90%);
  }
}
.watermark-section-container .show-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23%;
}
@media (max-width: 320px) {
  .watermark-section-container .show-logo {
    bottom: -27%;
  }
}
@media (min-width: 1024px) {
  .watermark-section-container .show-logo {
    bottom: -19%;
  }
}

#other-apps {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #other-apps {
    padding: 4rem;
  }
}

.section-start-padding {
  padding: 4rem 0;
  margin-bottom: 0;
}

.section-wrapper {
  margin: 0 auto;
  position: relative;
}

.section-gallery {
  margin: 5% auto 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-gallery {
    margin: 5% auto 0;
    vertical-align: middle;
  }
}

.col-8-1 {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .col-8-1 {
    width: 100%;
    max-width: 800px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col-8-1 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.section-li {
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin: 0.5rem 0;
  width: 49%;
}
@media (min-width: 768px) {
  .section-li {
    width: 33%;
    margin: 0.5rem 0;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-li {
    width: 30%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-li {
    display: inline-block;
    width: 100%;
    padding-left: 16px;
    width: 30%;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  .section-li {
    width: 31%;
    margin: 0 5px;
  }
}

.section-li-link {
  text-decoration: none;
  color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-li-link {
    text-decoration: underline;
  }
}

#faq-nation {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #faq-nation {
    display: block;
    background-position: center;
    background-size: contain;
    width: auto;
  }
}

.faq {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .faq {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .faq {
    max-width: 700px;
  }
}

.faq-item {
  margin: 1rem;
  border-bottom: 1px solid #6b7581;
  text-align: left;
}
@media (min-width: 768px) {
  .faq-item {
    margin: 2rem 0;
  }
}

.faq-item-header {
  display: inline-block;
  font-size: 18px;
  padding: 0.2rem 2rem 1rem 2rem;
  min-height: 2.5rem;
  line-height: 1.5rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-item-header {
    padding: 0 2rem 0.5rem 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .faq-item-header {
    font-size: 24px;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .faq-item-header {
    font-size: 28px;
    line-height: 2.5rem;
  }
}

.faq-item::before {
  content: "+";
  font-size: 2rem;
  position: absolute;
  padding-top: 0%;
}

.faq-item.open::before {
  content: "−";
}

.faq-item-body-content {
  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .faq-item-body-content {
    font-size: 20px;
  }
}
.faq-item-body-content .faqlink {
  color: #fff;
  display: inline-block;
}

.us {
  color: #fff;
}

body.no-js #faq-nation {
  height: inherit;
  max-height: none;
}
body.no-js .faq-item::before {
  display: none;
}
body.no-js .faq-item-header {
  padding: 0.5rem 2rem 0 0;
}
body.no-js .faq-item-body-content {
  display: block;
}