@font-face {
  font-family: 'FeatureText';
  src: url("fonts/featuretext-regular-web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Oldschool Grotesk Condensed';
  src: url("fonts/oldschoolgroteskcondensed-w-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
html {
  min-height: 100%; }
  html body {
    min-height: 100%;
    margin: 0px;
    background-repeat: no-repeat;
    color: #111111;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    font-family: "FeatureText", "Open Sans", "sans-serif"; }
    html body .widther {
      max-width: 1460px;
      padding: 0 30px;
      margin: 0px auto; }
      @media (max-width: 1000px) {
        html body .widther {
          padding: 0 20px; } }
    html body #header {
      height: 105px;
      flex-shrink: 0;
      position: relative; }
      html body #header #topline {
        background-color: #ce0f68;
        height: 105px;
        width: 100%;
        position: fixed;
        z-index: 9000;
        font-family: "Oldschool Grotesk Condensed"; }
        html body #header #topline .widther {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 100%; }
        html body #header #topline #logo p, html body #header #topline #logo a {
          padding: 0;
          margin: 0;
          displaY: inline-block; }
        html body #header #topline .language-switcher {
          margin-right: 25px; }
          @media (max-width: 1000px) {
            html body #header #topline .language-switcher {
              display: none; } }
          html body #header #topline .language-switcher .label {
            display: none; }
        html body #header #topline .navigation .switcher {
          border-radius: 10px; }
          @media (max-width: 1000px) {
            html body #header #topline .navigation .switcher {
              position: fixed;
              display: block;
              width: 50px;
              height: 50px;
              line-height: 50px;
              text-align: center;
              top: 20px;
              right: 25px;
              font-size: 30px;
              z-index: 10001;
              color: #ffffff; }
              html body #header #topline .navigation .switcher:before {
                content: '\f0c9';
                font-family: FontAwesome; } }
        html body #header #topline .navigation.opened .switcher {
          background-color: #fcf7e0;
          color: #ce0f68; }
          html body #header #topline .navigation.opened .switcher:before {
            content: '\f00d'; }
        @media (max-width: 1000px) {
          html body #header #topline .navigation.opened .navigation-content {
            left: 0px; } }
        @media (max-width: 1000px) {
          html body #header #topline .navigation .navigation-content {
            display: block;
            position: fixed;
            padding-top: 80px;
            top: 0px;
            bottom: 0px;
            left: 100%;
            width: 100%;
            z-index: 10000;
            transition-duration: 0.6s;
            overflow: scroll;
            background-color: #ce0f68; } }
        html body #header #topline .navigation .navigation-content .language-switcher {
          margin: 0 0 20px 25px; }
          @media (min-width: 1000px) {
            html body #header #topline .navigation .navigation-content .language-switcher {
              display: none; } }
        html body #header #topline .navigation .navigation-content ul.pages {
          display: flex;
          padding: 0;
          list-style-type: none; }
          @media (max-width: 1000px) {
            html body #header #topline .navigation .navigation-content ul.pages {
              padding: 0 10px;
              flex-direction: column; } }
          html body #header #topline .navigation .navigation-content ul.pages:hover li {
            background-color: transparent !important; }
          html body #header #topline .navigation .navigation-content ul.pages li {
            display: block;
            padding: 0px;
            margin: 0px; }
            html body #header #topline .navigation .navigation-content ul.pages li a {
              color: #ffffff;
              display: block;
              padding: 15px 25px 15px 25px;
              text-decoration: none;
              font-weight: bold;
              font-size: 20px; }
              @media (max-width: 1000px) {
                html body #header #topline .navigation .navigation-content ul.pages li a {
                  font-size: 25px;
                  padding: 15px 15px;
                  color: #ffef00; } }
              html body #header #topline .navigation .navigation-content ul.pages li a i {
                display: inline-block;
                width: 33px;
                color: #ce0f68;
                font-size: 20px; }
            html body #header #topline .navigation .navigation-content ul.pages li.active a, html body #header #topline .navigation .navigation-content ul.pages li a:hover {
              color: #ffef00; }
        html body #header #topline .navigation .navigation-content .text-block {
          padding: 0 20px 0 0;
          font-size: 27px;
          display: none; }
          @media (max-width: 1000px) {
            html body #header #topline .navigation .navigation-content .text-block {
              padding: 25px 0 0 17px;
              display: block; } }
          html body #header #topline .navigation .navigation-content .text-block p {
            padding: 0;
            margin: 0; }
            html body #header #topline .navigation .navigation-content .text-block p a {
              margin-left: 8px;
              opacity: 0.7;
              color: #ce0f68; }
              html body #header #topline .navigation .navigation-content .text-block p a:hover {
                opacity: 1; }
    html body #intro {
      background-color: #ce0f68; }
      html body #intro video {
        border-radius: 10px;
        width: 100%;
        background-color: #fcf7e0; }
    html body #content {
      margin-top: -100px;
      padding-top: 110px;
      background-color: #fcf7e0;
      flex-grow: 1; }
      @media (max-width: 1000px) {
        html body #content {
          background-color: #ffffff; } }
      html body #content .widther {
        display: flex;
        flex-direction: column;
        height: 100%; }
        html body #content .widther > .columns {
          height: 100%;
          flex-grow: 1; }
        html body #content .widther ul.breadcrumbs {
          margin: 0 0 0px 0;
          padding: 0px;
          list-style-type: none; }
          @media (max-width: 1000px) {
            html body #content .widther ul.breadcrumbs {
              display: none; } }
          html body #content .widther ul.breadcrumbs li {
            padding: 0 6px 0 0;
            display: inline-block;
            font-size: 14px; }
            html body #content .widther ul.breadcrumbs li:before {
              content: '\f054';
              font-family: FontAwesome;
              displaY: inline-block;
              padding: 0 3px 0 0;
              font-size: 8px;
              position: relative;
              top: -2px; }
            html body #content .widther ul.breadcrumbs li a {
              text-decoration: none; }
              html body #content .widther ul.breadcrumbs li a:hover {
                text-decoration: underline; }
            html body #content .widther ul.breadcrumbs li:first-child:before {
              display: none; }
            html body #content .widther ul.breadcrumbs li:first-child a {
              text-decoration: none !important; }
              html body #content .widther ul.breadcrumbs li:first-child a span {
                display: none; }
              html body #content .widther ul.breadcrumbs li:first-child a:before {
                content: '\f015';
                font-family: FontAwesome;
                font-size: 13px;
                position: relative;
                top: -1px; }
            html body #content .widther ul.breadcrumbs li.active {
              display: none; }
              html body #content .widther ul.breadcrumbs li.active a {
                text-decoration: none !important;
                color: #555555 !important; }
        html body #content .widther .sections {
          height: 100%;
          flex-grow: 1;
          display: flex;
          flex-direction: column; }
          html body #content .widther .sections .section {
            padding: 30px;
            background-color: #ffffff;
            margin-top: 20px;
            z-index: 1;
            border-radius: 10px; }
            html body #content .widther .sections .section:last-child {
              flex-grow: 1; }
            @media (max-width: 1000px) {
              html body #content .widther .sections .section {
                padding: 0;
                margin-top: 10px; } }
            html body #content .widther .sections .section img {
              max-width: 100%;
              border-radius: 10px; }
      html body #content .fa-brands {
        font-size: 250%; }
    html body #footer {
      margin-top: -100px;
      padding: 115px 0 35px 0;
      background-color: #ce0f68;
      font-size: 14px;
      line-height: 1.4;
      color: #ffffff; }
      @media (max-width: 1000px) {
        html body #footer {
          margin-top: 0px;
          padding: 25px 0; } }
      html body #footer p {
        padding: 0px;
        margin: 0px; }
      html body #footer a, html body #footer .link {
        cursor: pointer;
        color: #fcf7e0;
        display: inline-block; }
        @media (max-width: 1000px) {
          html body #footer a, html body #footer .link {
            padding-top: 10px; } }
      html body #footer .separator {
        display: inline-block;
        padding: 0 10px; }
        @media (max-width: 1000px) {
          html body #footer .separator {
            display: block;
            opacity: 0;
            height: 1px; } }
      html body #footer .credits {
        text-align: right; }
        @media (max-width: 1000px) {
          html body #footer .credits {
            text-align: left; } }
      html body #footer .fa-brands {
        font-size: 130%; }
    html body a, html body .link {
      color: #ce0f68;
      text-decoration: underline; }
      html body a:hover, html body .link:hover {
        text-decoration: none; }
    html body p {
      padding: 0 0 30px 0;
      margin: 0px; }
    html body iframe {
      margin: 0 0 30px 0; }
    html body h1 {
      font-family: 'Oldschool Grotesk Condensed';
      color: #ce0f68;
      padding: 0px;
      margin: 10px 0 0px 0;
      font-size: 45px;
      line-height: 1.2; }
    html body h2 {
      padding: 0px;
      margin: 10px 0 10px 0;
      font-size: 24px;
      color: #ce0f68; }
    html body h3 {
      padding: 0px;
      margin: 0px 0 5px 0;
      font-size: 20px;
      font-family: SkautBold; }
    html body h4 {
      padding: 0px;
      margin: 0px;
      font-size: 17px; }
    html body table {
      margin: 0 0 40px 0; }
      html body table td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 4px 0px; }
      html body table tr:first-child td {
        border-top: 2px solid rgba(0, 0, 0, 0.2); }
    html body a.button {
      padding: 0 20px;
      margin: 0 15px 15px 0;
      border-radius: 25px;
      height: 50px;
      color: black;
      background-color: #ffef00;
      display: inline-block;
      line-height: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 18px; }
      html body a.button:hover {
        text-decoration: underline; }
      html body a.button.green {
        background-color: #6cb78b; }
      html body a.button.pink {
        background-color: #f795c1; }
      html body a.button.yellow {
        background-color: #ffe36e; }
      html body a.button.purple {
        background-color: #a793e2; }
    html body hr {
      border: none;
      border-top: 2px solid #fcf7e0;
      margin: 25px 0 45px 0; }
    html body .tym {
      margin-bottom: 40px; }
      html body .tym a {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        overflow: hidden;
        color: black;
        margin-bottom: 30px; }
        html body .tym a:hover .text, html body .tym a:hover strong {
          background-color: #ce0f68;
          color: #fcf7e0 !important; }
        html body .tym a img {
          border-radius: 10px 10px 0px 0px !important; }
        html body .tym a .text {
          border-radius: 0 0 10px 10px;
          flex-grow: 1;
          padding: 30px;
          background-color: #fcf7e0; }
          html body .tym a .text strong {
            display: block;
            font-size: 120%;
            font-family: 'Oldschool Grotesk Condensed';
            color: #ce0f68; }

/*# sourceMappingURL=styles.css.map */
