@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Passion+One:wght@700&display=swap");
/* Colors */
.footer-wrap, .pad {
  padding: 2rem;
}

@media (min-width: 48em) {
  .footer-wrap, .pad {
    padding: 2rem 4rem;
  }
}

@media (min-width: 81.25em) {
  .footer-wrap, .pad {
    padding: 2rem 5rem;
  }
}

@media (min-width: 100em) {
  .footer-wrap, .pad {
    padding: 2rem 6rem;
  }
}

@media (min-width: 120em) {
  .footer-wrap, .pad {
    padding: 2rem 6rem;
  }
}

.wrap, .intro p {
  line-height: 1.5;
  text-align: left;
}

.wrap p, .intro p p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.wrap plast-of-type, .intro p plast-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .wrap p, .intro p p {
    font-size: 1.2em;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25em) {
  .wrap p, .intro p p {
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100em) {
  .wrap p, .intro p p {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 120em) {
  .wrap p, .intro p p {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }
}

.video-play-headline, .quote-text {
  font-family: "Passion One", cursive;
  font-size: 2.6rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .video-play-headline, .quote-text {
    font-size: 2.8rem;
  }
}

@media (min-width: 81.25em) {
  .video-play-headline, .quote-text {
    font-size: 3rem;
  }
}

@media (min-width: 100em) {
  .video-play-headline, .quote-text {
    font-size: 3.3rem;
  }
}

@media (min-width: 120em) {
  .video-play-headline, .quote-text {
    font-size: 3.6rem;
  }
}

.header-title, .tools-headline, .mobilize-headline {
  font-family: "Passion One", cursive;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 400;
}

@media (min-width: 48em) {
  .header-title, .tools-headline, .mobilize-headline {
    font-size: 2.2rem;
  }
}

@media (min-width: 81.25em) {
  .header-title, .tools-headline, .mobilize-headline {
    font-size: 2.4rem;
  }
}

@media (min-width: 100em) {
  .header-title, .tools-headline, .mobilize-headline {
    font-size: 2.7rem;
  }
}

@media (min-width: 120em) {
  .header-title, .tools-headline, .mobilize-headline {
    font-size: 3rem;
  }
}

.tools-item-headline, .wrap h2 {
  font-family: "Passion One", cursive;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .tools-item-headline, .wrap h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25em) {
  .tools-item-headline, .wrap h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 100em) {
  .tools-item-headline, .wrap h2 {
    font-size: 1.9rem;
  }
}

@media (min-width: 120em) {
  .tools-item-headline, .wrap h2 {
    font-size: 2.3rem;
  }
}

/******************** Brandon's Common Things **************/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

a:focus {
  outline: thin dotted;
  /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}

textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  background: #152754;
  padding: 1rem;
}

@media (min-width: 81.25em) {
  .header {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}

.header-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  align-content: center;
}

.header-title {
  background: #fff;
  color: #254391;
  font-family: "Passion One", cursive;
  text-transform: uppercase;
  padding: .35rem .5rem .3rem;
  margin-left: 1rem;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .3s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transform-origin: center center;
}

@media (min-width: 81.25em) {
  .header-title {
    margin-left: 2rem;
  }
}

.header-illustration {
  width: 100%;
}

.header-illustration-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  transform: translateX(-25%) scale(0.85);
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition-delay: .3s;
}

@media (min-width: 48em) {
  .header-illustration-container {
    display: block;
  }
}

@media (min-width: 81.25em) {
  .header-illustration-container {
    width: 20%;
  }
}

@media (min-width: 120em) {
  .header-illustration-container {
    width: 25%;
  }
}

.header.reveal .header-illustration-container {
  opacity: 1;
  transform: translateX(-25%) scale(1);
}

.header.reveal .header-title {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.header.reveal .logo {
  opacity: 1;
  transform: scale(1);
}

.logo {
  width: 7rem;
  max-height: 11rem;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 48em) {
  .logo {
    width: 8rem;
  }
}

@media (min-width: 81.25em) {
  .logo {
    width: 9rem;
  }
}

.logo-blue {
  fill: #fff;
}

.logo-green {
  fill: #fff;
}

.video {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  margin-bottom: 1rem;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: scale(0.85);
}

@media (min-width: 48em) {
  .video {
    margin-bottom: 2rem;
    transition-delay: .4s;
  }
}

@media (min-width: 81.25em) {
  .video {
    margin-bottom: 3rem;
  }
}

.video-link {
  display: block;
  position: relative;
  z-index: 100;
}

.video-link:hover .video-photo {
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.video-link:hover .video-photo-img {
  opacity: 1;
  width: 110%;
  height: 110%;
}

.video-link:hover .video-play-button-icon {
  fill: #254391;
}

.video-link:hover .video-headline {
  color: #254391;
}

.video-link:hover .video-headline-small {
  color: #254391;
}

.video-link:focus .video-photo {
  box-shadow: 0 0 0 4px #254391, 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.video-link:focus .video-photo-img {
  opacity: 1;
  width: 110%;
  height: 110%;
}

.video-link:focus .video-play-button {
  background: rgba(255, 255, 255, 0.8);
}

.video-link:focus .video-play-button-icon {
  fill: #254391;
}

.video-link:focus .video-headline {
  color: #254391;
}

.video-link:focus .video-headline-small {
  color: #254391;
}

.video-photo {
  background: #254391;
  padding-top: 56.25%;
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: 1s clip-path cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .8s;
}

.video-photo-img {
  background-size: cover;
  background-position: center center;
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s cubic-bezier(0.15, 0.92, 0.14, 0.95);
}

.video-play {
  background: linear-gradient(0deg, #101d40 0%, rgba(16, 29, 64, 0) 100%);
  padding: 1rem;
  width: 100%;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 81.25em) {
  .video-play {
    padding: 2rem;
  }
}

.video-play-headline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: translateY(1rem);
  transition-delay: .8s;
}

.video-play-button {
  background: #fff;
  z-index: 250;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 1.5rem 1.3rem 1.5rem 1.7rem;
  margin: 0 auto 1rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .6s;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.7);
}

@media (min-width: 48em) {
  .video-play-button {
    width: 7rem;
    height: 7rem;
  }
}

@media (min-width: 81.25em) {
  .video-play-button {
    width: 9rem;
    height: 9rem;
  }
}

.video-play-button:hover {
  background: white;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.video-play-button-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  max-height: 7rem;
  fill: #08964a;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.video.reveal {
  transform: scale(1);
  opacity: 1;
}

.video.reveal .video-play-headline {
  opacity: 1;
  transform: translateY(0);
}

.video.reveal .video-play-button {
  opacity: 1;
  transform: scale(1);
}

.quote {
  position: relative;
  margin: 2rem auto 3rem;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: scale(0.85);
}

@media (min-width: 81.25em) {
  .quote {
    margin: 2rem auto 4rem;
    margin-top: -6em;
  }
}

.quote-text {
  background: #fff;
  color: #08964a;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: .55rem .5rem .3rem;
  line-height: 1.1;
  display: table;
  text-align: center;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .5s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

@media (max-width: 48em) {
  .quote-text {
    width: 90%;
    font-size: 1.8rem;
  }
}

@media (min-width: 81.25em) {
  .quote-text {
    white-space: nowrap;
  }
}

.quote-img {
  width: 100%;
  vertical-align: middle;
}

.quote.reveal {
  opacity: 1;
  transform: scale(1);
}

.quote.reveal .quote-text {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tools-layer {
  position: relative;
  background: #152754;
  padding: 2rem 0 .5rem;
}

@media (min-width: 48em) {
  .tools-layer {
    padding: 4rem 0;
    margin: 4rem auto;
  }
}

@media (min-width: 81.25em) {
  .tools-layer {
    padding: 6rem 0 8rem;
  }
}

.tools-headline {
  clear: both;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(1rem);
  transition-delay: .2s;
}

.tools-headline.reveal {
  opacity: 1;
  transform: translateY(0);
}

.tools-grid {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0rem;
}

@media (min-width: 48em) {
  .tools-grid {
    display: flex;
    position: relative;
  }
}

.tools-item {
  background: #1b3068;
  padding: 1.5rem;
  margin: 1rem;
  text-align: center;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: scale(0.85);
  transition-delay: .2s;
}

.tools-item.reveal {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 48em) {
  .tools-item {
    width: 33.33%;
    padding: 1.5rem;
    margin: 0 .5rem;
  }
  .tools-item:nth-child(1) {
    transition-delay: .2s;
  }
  .tools-item:nth-child(2) {
    transition-delay: .4s;
  }
  .tools-item:nth-child(3) {
    transition-delay: .6s;
  }
}

@media (min-width: 81.25em) {
  .tools-item {
    padding: 2rem;
  }
}

.tools-item-headline {
  margin-bottom: 1rem;
  line-height: 1;
}

.tools-item-teaser {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .tools-item-teaser {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .tools-item-teaser {
    font-size: 1.3rem;
  }
}

.tools-illustration {
  max-width: 100%;
  transform: translateX(-25%) scale(0.85);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition-delay: .3s;
  transform-origin: 270% center;
}

@media (min-width: 48em) {
  .tools-illustration {
    float: right;
    display: block;
    margin-top: -10rem;
    max-width: 30%;
  }
}

@media (min-width: 81.25em) {
  .tools-illustration {
    max-width: 25%;
    margin-top: -17rem;
  }
}

@media (min-width: 120em) {
  .tools-illustration {
    max-width: 30%;
    margin-top: -30rem;
  }
}

.tools-illustration.reveal {
  opacity: 1;
  transform: scale(1);
}

.mobilize {
  margin-top: 1rem;
  padding: 1rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(1rem);
}

@media (min-width: 81.25em) {
  .mobilize {
    margin-top: 2rem;
    padding: 0;
  }
}

.mobilize.reveal {
  opacity: 1;
  transform: translateY(0);
}

.mobilize-headline {
  color: #254391;
  margin-bottom: 1rem;
}

@media (min-width: 81.25em) {
  .mobilize-headline {
    margin-bottom: 2rem;
  }
}

.footer {
  padding: 2rem;
  position: relative;
  font-size: .9rem;
}

@media (min-width: 81.25em) {
  .footer {
    padding: 3rem;
  }
}

.footer-wrap {
  width: 100%;
  max-width: 81.25em;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.footer .logo {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-copyright {
  margin-top: 2rem;
  line-height: 1.3;
  display: block;
  opacity: 0;
  transition-delay: .6s;
  transition: opacity 0.2s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .footer-copyright {
    font-weight: 300;
  }
}

.footer-copyright p {
  margin-bottom: .5rem;
}

.footer-copyright a {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-copyright a:hover {
  color: #3760cc;
}

.footer.reveal .logo {
  opacity: 1;
}

.footer.reveal .footer-copyright {
  opacity: 1;
}

.video-modal {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.video-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  transform-origin: center center;
  background: #000;
  width: 90%;
  max-width: 81.25em;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.video-modal-player {
  background: #000;
  position: relative;
  padding-top: 56.25%;
  z-index: 100;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
}

.video-modal-player iframe,
.video-modal-player object,
.video-modal-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal-close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  display: block;
  padding: .75em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: #08964a;
  color: #fff;
  transform: translateX(50%) translateY(-50%);
  transition: all .3s ease-in-out;
}

.video-modal-close-svg {
  fill: #fff;
  width: 1.5em;
  max-height: 3em;
  pointer-events: none;
}

.video-modal-close:hover {
  background: #fff;
  color: #08964a;
}

.video-modal-close:hover .video-modal-close-svg {
  fill: #08964a;
}

.video-modal.show-video .video-modal-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%) translateY(-50%);
}

.popup_background {
  background-color: #254391;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.popup_visible {
  overflow: hidden;
}

.popup_visible .video-modal {
  display: block;
  z-index: 1002;
}

.popup_visible .video-modal-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%) translateY(-50%);
}

.popup_visible .popup_background {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}

@font-face {
  font-family: 'blackout';
  src: url("/theme/fonts/blackout_midnight-webfont.woff2") format("woff2"), url("/theme/fonts/blackout_midnight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
}

@media (min-width: 81.25em) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  background-color: #1e3675;
  font-family: "Kanit", sans-serif;
  color: #fff;
  text-align: center;
}

body.mobile-menu-active {
  overflow: hidden;
}

a {
  color: #254391;
}

a:hover {
  color: #101d40;
}

.wrap {
  max-width: 64em;
  margin: 0 auto;
}

.wrap h2 {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media (min-width: 81.25em) {
  .wrap h2 {
    margin-bottom: 2rem;
  }
}

.intro p {
  font-size: 1.6rem;
}

@media (min-width: 48em) {
  .intro p {
    font-size: 2rem;
  }
}

@media (min-width: 81.25em) {
  .intro p {
    font-size: 2.4rem;
  }
}

.intro p strong {
  font-weight: 400;
}

.intro.reveal {
  opacity: 1;
}

.wrap-wide {
  max-width: 81.25em;
  margin: 0 auto;
  position: relative;
}

.pad {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(1rem);
  transition-delay: .2s;
}

.pad.reveal {
  opacity: 1;
  transform: translateY(0);
}

#main_content {
  overflow: hidden;
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader:focus {
  background: #08964a;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.skip-to-main {
  background: #254391;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1;
  width: 100%;
  color: #fff;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.skip-to-main:focus {
  visibility: visible;
  opacity: 1;
  outline: 2px solid #254391;
  padding: .5rem;
  z-index: 1000000;
}
