/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-regular.woff") format("woff"), url("../fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v34-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/open-sans-v34-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-italic.woff") format("woff"), url("../fonts/open-sans-v34-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v34-latin-700.woff") format("woff"), url("../fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@media (min-width: 0) and (max-width: 800px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .mobile-only {
    display: none !important;
  }
}

html, body,
p, span, a, td, li, div, label .uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
}

h1, h2, h3, h4, h5, h6, .pseudo-h1, .pseudo-h2, .pseudo-h3 {
  font-family: "Open Sans", "Arial", serif;
  font-weight: 700;
  font-style: normal;
}

strong, b, .strong, .bold {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
}

h1,
.pseudo-h1 {
  font-size: 2rem;
}

h2,
.pseudo-h2 {
  font-size: 1.6rem;
}

h3,
.pseudo-h3 {
  font-size: 1.3rem;
}

em {
  color: #666;
}

a {
  color: #990000;
}

a:hover {
  color: #009900;
}

a:focus,
a:active {
  color: #009900;
}

.uk-section {
  padding: 0;
  margin: 0;
}

.uk-background-muted {
  background-color: hsl(0deg, 0%, 70%);
}

.uk-background-primary {
  background-color: #fdf0c8;
}

.uk-background-secondary {
  background-color: hsl(120deg, 100%, 90%);
}

.uk-button-primary,
.uk-button-primary:focus,
.uk-button-primary:active {
  background-color: #fcd727;
}

.uk-button-primary:hover {
  background-color: #e8c84e;
}

.uk-button-secondary,
.uk-button-secondary:focus,
.uk-button-secondary:active {
  background-color: hsl(120deg, 100%, 45%);
}

.uk-button-secondary:hover {
  background-color: hsl(120deg, 80%, 45%);
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.align_left {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.align_right {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.align_center {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fdf0c8;
}

#stage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.show-banner > .privacywire-page-wrapper,
.show-options > .privacywire-page-wrapper,
.show-message > .privacywire-page-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  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;
  z-index: 10000;
}

.privacywire {
  display: none;
}

.show-banner .privacywire.privacywire-banner,
.show-options .privacywire.privacywire-options,
.show-message .privacywire.privacywire-message {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 450px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.privacywire {
  background: #ffffff;
  border: 1px solid red;
}

.privacywire .privacywire-header {
  text-align: center;
  margin-bottom: 15px;
}

div.privacywire-ask-consent {
  background-color: #666;
  padding: 90px 15px;
  text-align: center;
}

div.privacywire-ask-consent p {
  color: #fff !important;
}

.show-banner .privacywire .allow-all {
  color: #fff !important;
  margin: 0 0 10px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}

.show-banner .privacywire .allow-all:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.privacywire .allow-necessary,
.privacywire .choose,
.privacywire-consent-button,
.privacywire .toggle,
.privacywire .save {
  margin: 0 0 10px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  width: 100%;
}

.privacywire .allow-necessary:hover,
.privacywire .choose:hover,
.privacywire-consent-button:hover,
.privacywire .toggle:hover,
.privacywire .save:hover {
  background-color: #ddd;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.glb-footer {
  min-height: 100px;
  background-color: #fcd727;
  color: #000;
  font-size: 12px;
}

.glb-footer a {
  color: #000;
  text-decoration: none;
}

.glb-footer a:hover {
  color: #000;
  text-decoration: underline;
}

.glb-mobilemenu > div {
  padding: 10px 10px 10px 10px;
  background-color: hsl(0deg, 0%, 95%);
}

.glb-mobilemenu .toggle-icon {
  color: hsl(0deg, 0%, 60%);
}

.glb-centermenu {
  background-color: hsl(0deg, 0%, 97%);
}

.glb-centermenu li.active a {
  color: #fcd727;
}

.glb-infologoinfo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.glb-infologoinfo .toplogo {
  max-width: 50%;
}

.glb-infologoinfo a,
.glb-infologoinfo a:focus,
.glb-infologoinfo a:active {
  color: hsl(0deg, 0%, 50%);
}

.glb-infologoinfo a:hover {
  color: hsl(0deg, 0%, 20%);
  text-decoration: none;
}

.glb-logomenu {
  background-color: hsl(0deg, 0%, 97%);
}

.glb-logomenu .uk-navbar-container {
  margin: 0 auto;
  max-width: 1200px;
}

.glb-logomenu .toplogo {
  max-width: 50%;
}

.glb-logomenu li.active a {
  color: #fcd727;
}

.cmp-faq .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}

.cmp-faq .uk-accordion-title {
  background-color: yellow;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.cmp-faq .uk-accordion-content {
  background-color: yellowgreen;
  margin: 0;
  padding: 10px;
}

.cmp-iconlinks {
  background-color: #ffeeee;
}

.cmp-iconlinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cmp-iconlinks li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.cmp-iconlinks .iconlinkicon {
  width: 30px;
  height: 30px;
  color: green;
}

.cmp-iconlinks a:hover .iconlinkicon {
  color: greenyellow;
}

.glb-desktop-header {
  background-color: #000;
  height: 100px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.toplogo-mobile {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.phone-container {
  padding: 0;
}

.phone-mobile {
  height: auto;
  width: 70%;
}

.clock-container {
  padding: 0;
}

.clock {
  max-height: 80px;
  width: auto;
}

.yellowbar {
  height: 60px;
  width: 100%;
  background-color: #fcd727;
}

.yellowbar-mobile {
  height: 20px;
  width: 100%;
  background-color: #fcd727;
}

.glb-mobile-header {
  background-color: #000;
}/*# sourceMappingURL=app.css.map */