/*! 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 {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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: bolder;
}

/**
 * 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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #14204B;
}

.wrapper {
  width: 100%;
  position: relative;
}

.main-content {
  position: relative;
  width: 100%;
}

.section {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section.tni {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 4rem;
}
.section.tni > div {
  width: 50%;
}
.section.tni > div:nth-child(1) {
  padding-right: 1.5rem;
}
.section.tni > div:nth-child(2) {
  padding-left: 1.5rem;
}
.section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.boxed {
  padding-left: 3%;
  padding-right: 3%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button.pill.gray,
a.pill.gray {
  background-color: #d2d2d2;
}

.pill {
  padding: 5px 10px 4px 10px;
  display: inline-block;
}
.pill.big {
  padding: 0.8rem 1.5rem;
  font-size: 120%;
}

img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .hom {
    display: none !important;
  }

  .hod {
    display: block !important;
  }

  .section {
    padding: 0 10px;
  }
  .section.tni {
    padding: 0.8rem;
  }
  .section.tni > div:nth-child(1) {
    padding-right: 0;
  }
  .section.tni > div:nth-child(2) {
    padding-left: 0;
  }
}
body {
  font: 100% "DynaPuff", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1, h2, h3, h4, h5, h6, p, a, button {
  font: 100% "Press Start 2P", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1.zen, h2.zen, h3.zen, h4.zen, h5.zen, h6.zen, p.zen, a.zen, button.zen {
  font-family: "Zen Dots", sans-serif !important;
}
h1.press, h2.press, h3.press, h4.press, h5.press, h6.press, p.press, a.press, button.press {
  font-family: "Press Start 2P", sans-serif !important;
}
h1.cherry, h2.cherry, h3.cherry, h4.cherry, h5.cherry, h6.cherry, p.cherry, a.cherry, button.cherry {
  color: #f60400 !important;
}
h1.lemon, h2.lemon, h3.lemon, h4.lemon, h5.lemon, h6.lemon, p.lemon, a.lemon, button.lemon {
  color: #f3f503 !important;
}

h1, .h1 {
  font-size: clamp(2.4rem, 4vw + 0.5rem, 6rem);
  line-height: 1.1;
}
h1.giant, .h1.giant {
  font-size: clamp(3rem, 5vw + 3rem, 8rem);
}

h2, .h2 {
  font-size: clamp(1.8rem, 2.6vw + 1.15rem, 4.25rem);
  line-height: 1.1;
}

h3, .h3 {
  font-size: clamp(1.2rem, 1.8vw + 0.75rem, 3.25rem);
  line-height: 1.2;
}

h4, .h4 {
  font-size: clamp(1vw + 0.3rem, 1vw + 0.8rem, 2.25rem);
  line-height: 1.2;
}

p, .par {
  font-size: clamp(1vw + 0.5rem, 1vw + 0.8rem, 1.2rem);
  line-height: 1.3;
}

strong, .bold {
  font-weight: 700;
}

small {
  font-size: 66%;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  z-index: 999;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
}
header .menu,
header .menu-wrapper,
header #menu-navbar,
header #right,
header #left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu {
  width: 100%;
}
header .menu .menu-wrapper {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
}
header .menu .menu-wrapper .coin {
  position: absolute;
  top: -40%;
  width: 10%;
  height: auto;
  z-index: 1;
}
header .menu .menu-wrapper .coin > div {
  position: relative;
  animation-name: rotation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 5s;
}
header .menu .menu-wrapper .coin > div img {
  position: absolute;
  top: 0;
  left: 0;
}
header .menu .menu-wrapper .coin.coin-1 {
  left: 17%;
}
header .menu .menu-wrapper .coin.coin-2 {
  right: 17%;
}
header .menu .menu-wrapper #menu-navbar,
header .menu .menu-wrapper #right,
header .menu .menu-wrapper #left {
  z-index: 2;
}
header .menu .menu-wrapper #menu-navbar li,
header .menu .menu-wrapper #right li,
header .menu .menu-wrapper #left li {
  position: relative;
  margin: 0 2px;
}
header .menu .menu-wrapper #menu-navbar li:last-child,
header .menu .menu-wrapper #right li:last-child,
header .menu .menu-wrapper #left li:last-child {
  margin-right: 0;
}
header .menu .menu-wrapper #menu-navbar li a.pill,
header .menu .menu-wrapper #menu-navbar li button.pill,
header .menu .menu-wrapper #right li a.pill,
header .menu .menu-wrapper #right li button.pill,
header .menu .menu-wrapper #left li a.pill,
header .menu .menu-wrapper #left li button.pill {
  display: inline-block;
  text-decoration: none;
  color: #f5f1fe;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid rgba(245, 241, 254, 0);
  border-radius: 0;
}
header .menu .menu-wrapper #menu-navbar li a.pill:hover,
header .menu .menu-wrapper #menu-navbar li button.pill:hover,
header .menu .menu-wrapper #right li a.pill:hover,
header .menu .menu-wrapper #right li button.pill:hover,
header .menu .menu-wrapper #left li a.pill:hover,
header .menu .menu-wrapper #left li button.pill:hover {
  border-bottom: 2px solid #f5f1fe;
}
header .menu .menu-wrapper #menu-navbar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .menu .menu-wrapper #left,
header .menu .menu-wrapper #right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 20%;
  min-width: 230px;
}
header .menu .menu-wrapper #left li a.pill,
header .menu .menu-wrapper #left li button.pill,
header .menu .menu-wrapper #right li a.pill,
header .menu .menu-wrapper #right li button.pill {
  padding: 0;
}
header .menu .menu-wrapper #left li a.pill.zen,
header .menu .menu-wrapper #left li button.pill.zen,
header .menu .menu-wrapper #right li a.pill.zen,
header .menu .menu-wrapper #right li button.pill.zen {
  font-size: clamp(1vw + 0.3rem, 1vw + 0.8rem, 2.25rem);
  border-bottom: none;
}
header .menu .menu-wrapper #left li a.pill.zen:hover,
header .menu .menu-wrapper #left li button.pill.zen:hover,
header .menu .menu-wrapper #right li a.pill.zen:hover,
header .menu .menu-wrapper #right li button.pill.zen:hover {
  border-bottom: none;
}
header .menu .menu-wrapper #left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
header .menu .menu-wrapper #left li a.pill.zen,
header .menu .menu-wrapper #left li button.pill.zen {
  color: #f60400;
}
header .menu .menu-wrapper #right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
header .menu .menu-wrapper #right li a.pillm li button.pill.zen {
  color: #f3f503;
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  header .menu .menu-wrapper #left,
header .menu .menu-wrapper #right {
    width: auto;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .menu .menu-wrapper #left,
header .menu .menu-wrapper #right {
    width: auto;
    min-width: auto;
  }

  header .menu .menu-wrapper #menu-navbar li a.pill,
header .menu .menu-wrapper #menu-navbar li button.pill {
    padding: 5px 6px 4px 6px;
    font-size: 0.7rem;
  }

  header .menu .menu-wrapper .coin.coin-1 {
    left: 18%;
  }
  header .menu .menu-wrapper .coin.coin-2 {
    right: 18%;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 44px;
  }
  header .menu .menu-wrapper #left {
    padding-top: 10px;
  }
  header .menu .menu-wrapper .coin.coin-1 {
    left: auto;
    right: 0;
    top: 0;
    width: 15%;
  }
  header #logo {
    width: auto;
    border-right: none;
    padding: 1rem 0;
    z-index: 999;
  }
}
@keyframes rotation {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
footer {
  background-color: #70D2C3;
  color: #f5f1fe;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  border-top: 15px solid #D91B6B;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a {
  color: #581BD9;
}
footer .section .block {
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .section .block > div ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .section .block > div ul li {
  margin: 1.5rem 0.8rem;
}
footer .section .block > div ul .pill {
  background-color: rgba(217, 26, 107, 0.1);
  color: #581BD9;
}
footer .section .block > div ul .pill:hover {
  background-color: #d91a6b;
  color: #70D2C3;
}

@media screen and (max-width: 768px) {
  footer .section .block > div ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .section .block > div ul li {
    margin: 0.8rem;
  }
}
.home .main-content {
  position: relative;
  overflow: hidden;
}
.home .main-content .hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 1.5rem 0 0;
  background-color: #14204B;
  background: #14204b;
  background: -moz-linear-gradient(top, #14204b 0%, #14204b 35%, #f6a451 35%, #f6a451 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #14204b), color-stop(35%, #14204b), color-stop(35%, #f6a451), color-stop(100%, #f6a451));
  background: -webkit-linear-gradient(top, #14204b 0%, #14204b 35%, #f6a451 35%, #f6a451 100%);
  background: -o-linear-gradient(top, #14204b 0%, #14204b 35%, #f6a451 35%, #f6a451 100%);
  background: -ms-linear-gradient(top, #14204b 0%, #14204b 35%, #f6a451 35%, #f6a451 100%);
  background: linear-gradient(to bottom, #14204b 0%, #14204b 35%, #f6a451 35%, #f6a451 100%);
}
.home .main-content .hero .hero-text {
  width: 100%;
  text-align: center;
  position: absolute;
  padding: 4rem;
  top: 100px;
  left: 0;
}
.home .main-content .hero .hero-text h4 {
  color: #f5f1fe;
  text-shadow: 0px 10px 15px rgba(20, 32, 75, 0.3);
  text-transform: uppercase;
}
.home .main-content .hero .hero-text h1 {
  color: #f5f1fe;
  margin-top: 1.5rem;
  text-shadow: 0px 10px 15px rgba(20, 32, 75, 0.3);
  text-transform: uppercase;
}
.home .main-content .hero .hero-cards {
  width: 100%;
  text-align: center;
  position: absolute;
  padding: 4rem;
  padding-bottom: 0;
  bottom: 5%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.home .main-content .hero .hero-cards > div {
  width: 33%;
}
.home .main-content .hero .hero-cards > div .card-content {
  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: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.home .main-content .hero .hero-cards > div .card-content h3 {
  padding: 0.8rem;
  background-color: #d2d2d2;
  display: inline-block;
  text-transform: uppercase;
}
.home .main-content .hero .hero-cards > div .card-content a {
  margin-top: 0.8rem;
  padding: 0;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(175, 65, 23, 0);
  -moz-box-shadow: 0px 5px 10px 5px rgba(175, 65, 23, 0);
  box-shadow: 0px 5px 10px 5px rgba(175, 65, 23, 0);
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.home .main-content .hero .hero-cards > div .card-content a:hover {
  -webkit-box-shadow: 0px 5px 10px 5px rgba(175, 65, 23, 0.4);
  -moz-box-shadow: 0px 5px 10px 5px rgba(175, 65, 23, 0.4);
  box-shadow: 0px 5px 10px 5px rgba(175, 65, 23, 0.4);
}
.home .main-content .hero .hero-cards > div .card-content a p {
  padding: 0.8rem;
  background-color: #d2d2d2;
  color: #111;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.home .main-content .hero .hero-image picture {
  width: 100%;
}
.home .main-content .hero .hero-image picture img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .main-content .section .block picture {
  width: 80%;
}
.home .main-content .section .block picture img {
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.home .main-content .section .block .card-title h3 {
  margin-bottom: 0.8rem;
}
.home .main-content .section .block .card-content,
.home .main-content .section .block .card-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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .main-content .section .block .card-content {
  padding: 1.5rem 0;
}
.home .main-content .section .block .card-content a.pill {
  margin-top: 10px;
}
.home .main-content .section .block .card-content a.pill p {
  color: inherit;
}
.home .main-content .section .block .card-content p {
  color: #581BD9;
}
.home .main-content .section.one {
  padding: 1.5rem 4rem 4rem;
  background-color: #f6a451;
}
.home .main-content .section.one p {
  text-align: center;
  color: #f5f1fe;
}
.home .main-content .section.two {
  position: relative;
  overflow: visible;
  z-index: 9;
  background-color: #cadced;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .main-content .section.two .block picture {
  width: 100%;
  border: 3px solid #111;
  overflow: hidden;
}
.home .main-content .section.two .block picture img {
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(500px);
  transform: translateY(500px);
}
.home .main-content .section.two .block .card-content {
  padding: 1.5rem 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.home .main-content .section.two .block .card-content .card-title {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 10px 0 7px;
  background-color: #c5c5c5;
  width: 100%;
  margin-bottom: 10px;
}
.home .main-content .section.two .block .card-content .card-title h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.home .main-content .section.two .block .card-content .card-content {
  padding-top: 0.8rem;
}
.home .main-content .section.two .block .card-content .card-content p {
  color: #111;
  text-align: left;
  text-transform: uppercase;
  word-break: break-all;
}
.home .main-content .section.two .block .card-content .card-content p:nth-child(1) {
  margin: 1.5rem 0;
}
.home .main-content .section.two .block .card-content .card-content p span {
  background-color: #f3f503;
  text-transform: none;
}
.home .main-content .section.two .block .card-content .card-content .pill {
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: uppercase;
  margin-top: 0.8rem;
  padding: 0;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(156, 178, 198, 0);
  -moz-box-shadow: 0px 5px 10px 5px rgba(156, 178, 198, 0);
  box-shadow: 0px 5px 10px 5px rgba(156, 178, 198, 0);
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.home .main-content .section.two .block .card-content .card-content .pill:hover {
  -webkit-box-shadow: 0px 5px 10px 5px rgba(156, 178, 198, 0.4);
  -moz-box-shadow: 0px 5px 10px 5px rgba(156, 178, 198, 0.4);
  box-shadow: 0px 5px 10px 5px rgba(156, 178, 198, 0.4);
}
.home .main-content .section.two .block .card-content .card-content .pill p {
  padding: 0.8rem;
  background-color: #d2d2d2;
  color: #111;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0;
}
.home .main-content .section.three {
  position: relative;
  background-color: #14204B;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home .main-content .section.three .zoom {
  z-index: 0;
}
.home .main-content .section.three .block.one {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.home .main-content .section.three .block.one p, .home .main-content .section.three .block.one h1 {
  color: #f5f1fe;
  text-align: center;
  text-transform: uppercase;
}
.home .main-content .section.three .block.one h1 {
  margin-top: 1.5rem;
}
.home .main-content .section.three .block.one > div {
  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: 1.5rem auto;
}
.home .main-content .section.three .block.one > div .pill {
  text-transform: uppercase;
  margin: 0.8rem 4rem 0;
  padding: 0;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0);
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.home .main-content .section.three .block.one > div .pill:hover {
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.4);
}
.home .main-content .section.three .block.one > div .pill p {
  padding: 0.8rem;
  background-color: #d2d2d2;
  color: #111;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0;
}
.home .main-content .section.four {
  width: 100%;
  background-color: #14204B;
  text-align: center;
  padding: 4rem 0;
  margin: 0 auto;
  position: relative;
  height: 350px;
}
.home .main-content .section.four .ticker-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 20%;
  left: 0;
}
.home .main-content .section.four .ticker-wrap .ticker-content {
  width: 200%;
  margin-left: -400px;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.home .main-content .section.four .ticker-wrap .ticker-content .ticker-item {
  animation: marquee 10s linear infinite;
  padding-right: 50%;
}
.home .main-content .section.four .ticker-wrap .ticker-content .ticker-item img {
  width: 400px;
  margin-left: 1.5rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(51,51,51,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}
.home .main-content .section.faq {
  background-color: #f4d2e4;
  padding: 4rem;
  border-bottom: 1px solid #111;
}
.home .main-content .section.faq .block {
  width: 100%;
}
.home .main-content .section.faq .title {
  text-align: center;
}
.home .main-content .section.faq .title h1 {
  color: #111;
  margin-bottom: 1.5rem;
}
.home .main-content .section.faq p {
  text-align: center;
}
.home .main-content .section.faq picture {
  margin: 1.5rem auto;
}
.home .main-content .section.faq .pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .main-content .section.faq .pills .pill {
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: uppercase;
  margin: 1.5rem 4rem 1.5rem;
  padding: 0;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(183, 152, 168, 0);
  -moz-box-shadow: 0px 5px 10px 5px rgba(183, 152, 168, 0);
  box-shadow: 0px 5px 10px 5px rgba(183, 152, 168, 0);
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.home .main-content .section.faq .pills .pill:hover {
  -webkit-box-shadow: 0px 5px 10px 5px rgba(183, 152, 168, 0.4);
  -moz-box-shadow: 0px 5px 10px 5px rgba(183, 152, 168, 0.4);
  box-shadow: 0px 5px 10px 5px rgba(183, 152, 168, 0.4);
}
.home .main-content .section.faq .pills .pill p {
  padding: 0.8rem;
  background-color: #d2d2d2;
  color: #111;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .home .main-content .hero {
    padding-bottom: 0;
    min-height: auto;
  }
  .home .main-content .hero .hero-text {
    padding: 0.8rem 1.5rem;
    top: 4rem;
  }
  .home .main-content .hero .hero-image {
    top: auto;
    bottom: 20px;
  }
  .home .main-content .hero .hero-text-mobile {
    background-color: #f6a451;
    width: 100%;
    padding: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    color: #f5f1fe;
  }
  .home .main-content .hero .hero-cards {
    position: relative;
    padding: 0.8rem;
    padding-bottom: 1.5rem;
    background-color: #f6a451;
  }
  .home .main-content .hero .hero-cards > div {
    width: auto;
  }
  .home .main-content .section.one {
    padding: 0 0.8rem 1.5rem;
  }
  .home .main-content .section.one .block {
    padding-bottom: 0.8rem;
  }
  .home .main-content .section.one p {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .home .main-content .section.two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.5rem;
  }
  .home .main-content .section.two .block {
    transform: none !important;
    width: 100%;
  }
  .home .main-content .section.two .block:first-child > .card-content {
    padding-bottom: 0;
  }
  .home .main-content .section.two .svg-drips {
    width: calc(100% + 10px);
    height: auto;
    left: -5px;
    overflow: hidden;
  }
  .home .main-content .section.four {
    height: 220px;
  }
  .home .main-content .section.four .ticker-wrap {
    top: 1.5rem;
  }
  .home .main-content .section.four .svg-greca {
    width: calc(100% + 10px);
    left: -5px;
  }
  .home .main-content .section.three {
    height: 90vh;
  }
  .home .main-content .section.three .block.one h1 {
    margin-top: 1.5rem;
  }
  .home .main-content .section.three .zoom {
    height: 100%;
    width: 100%;
  }
  .home .main-content .section.three .zoom img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home .main-content .section.faq {
    padding: 0.8rem;
  }
  .home .main-content .section.faq .block {
    max-width: 100%;
  }
  .home .main-content .section.faq .block .title h1 {
    margin-bottom: 0;
  }
  .home .main-content .section.faq .pills .pill {
    margin: 0.8rem;
  }
  .home .main-content .section.five .tiles .single-tile {
    width: 100%;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes battle {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes battle {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*# sourceMappingURL=style.css.map */
