/*! ERZ.pl 2022 | Mateusz "michno" Michnowicz | mateusz.michnowicz@gmail.com !*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
@import url(../css/vendor/bootstrap-grid.min.css);
@import url(./../css/vendor/tiny-slider.css);
.nav {
  margin-top: 1rem; }
  .nav.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 1rem;
    margin-top: 0;
    background: #fff;
    z-index: 10;
    padding-bottom: 1rem;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
  .nav-logo {
    display: flex;
    align-items: center; }
    .nav-logo a {
      display: inline-block; }
      .nav-logo a img {
        display: block;
        max-width: 100%;
        width: 160px; }
  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .nav-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .nav-menu ul li {
        margin: 0.5rem; }
        .nav-menu ul li a {
          font-size: 1.125rem;
          padding: 0.5rem;
          font-weight: 700;
          text-decoration: none;
          color: #333333; }
          .nav-menu ul li a:hover {
            color: black; }
    .nav-menu ol {
      display: none;
      margin: 0;
      padding: 0;
      list-style: none;
      justify-content: flex-end;
      align-items: center; }
      .nav-menu ol li {
        margin: 0.25rem; }
        .nav-menu ol li a {
          font-size: 1.125rem;
          padding: 0.5rem;
          font-weight: 700;
          text-decoration: none;
          color: #333333;
          display: flex;
          align-items: center;
          justify-content: center; }
          .nav-menu ol li a:hover {
            color: black; }
          .nav-menu ol li a svg {
            display: block;
            height: 1.5rem; }
        .nav-menu ol li:last-of-type {
          margin-right: 0; }
          .nav-menu ol li:last-of-type a {
            color: #50b209; }
    .nav-menu-cta {
      font-weight: 700;
      display: flex;
      padding: 0.65rem 1rem !important;
      background: #5bca0a;
      border-radius: 4px;
      color: #fff !important;
      text-decoration: none;
      flex-direction: row;
      justify-content: center; }
      .nav-menu-cta svg {
        height: 24px;
        width: 24px;
        margin-right: 0.5rem;
        fill: #fff; }
      .nav-menu-cta span {
        display: block;
        width: 100%;
        word-break: keep-all; }
      .nav-menu-cta:hover {
        background: #50b209; }

.header {
  margin: 5rem 1rem 0rem; }
  .header h2 {
    font-size: 2.9rem; }
  .header h3 {
    color: black;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.66; }
    .header h3 span {
      display: block;
      margin-bottom: 0.5em;
      word-break: keep-all; }
  .header-content ol {
    display: flex;
    list-style: none;
    margin: 4rem 0 0;
    padding: 0;
    justify-content: space-between; }
    .header-content ol > li {
      padding: 1rem 0.5rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .header-content ol > li img {
        display: block;
        margin-bottom: 0.5rem;
        max-width: 5rem; }
  .header-content-btn {
    font-weight: 700;
    display: inline-block;
    padding: 0.75rem 1.5rem !important;
    background: #5bca0a;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none;
    margin-right: 1rem; }
    .header-content-btn:hover {
      background: #50b209; }
  .header-content-link {
    color: #50b209;
    font-weight: 700; }
    .header-content-link:hover {
      text-decoration: none; }
  .header-image {
    display: flex;
    align-items: center; }
    .header-image img {
      display: block; }

.divider {
  display: none;
  background: rgba(0, 141, 242, 0);
  padding: 1rem;
  color: #006fbf;
  text-align: center;
  font-size: 1.125rem; }
  .divider .row:last-of-type .divider-icon {
    border-top: 1px solid rgba(0, 141, 242, 0.1); }
  .divider-icon {
    border-left: 1px solid rgba(0, 141, 242, 0.1);
    padding: 1.25rem 1rem;
    line-height: 1.5; }
    .divider-icon:first-of-type {
      border-left: 0; }

.footer {
  margin: 7.5rem 1rem 2rem; }
  .footer-info small {
    font-size: 0.75rem;
    opacity: 0.5;
    display: block;
    margin: 0.5rem 0; }
  .footer-info img {
    max-width: 100%;
    display: block;
    width: 150px; }
  .footer-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    opacity: 0.75;
    line-height: 1.5; }
  .footer-about ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .footer-about ul li {
      padding: 0.25rem 0.75rem; }
      .footer-about ul li a {
        text-decoration: none;
        color: #333333; }
        .footer-about ul li a:hover {
          color: black; }
      .footer-about ul li:first-of-type {
        padding-left: 0; }
      .footer-about ul li:last-of-type {
        padding-right: 0; }
    .footer-about ul small {
      opacity: 0.5; }
      .footer-about ul small a {
        color: #008df2 !important; }
        .footer-about ul small a:hover {
          color: black !important; }
  .footer-about hr {
    border: 0;
    background: rgba(0, 141, 242, 0.1);
    height: 1px; }

.topbar {
  padding: 0.5rem 0;
  background: #ffbb00;
  color: black;
  margin-bottom: 2rem;
  text-align: center; }
  .topbar span {
    font-size: 1rem; }
  .topbar a {
    font-size: 0.875rem;
    display: inline-block;
    background: black;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    margin-left: 1rem; }
    .topbar a:hover {
      background: #008df2; }

.mobilemenu {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 2px 0px black;
  bottom: 0; }
  .mobilemenu ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0.5rem;
    list-style: none;
    align-items: center;
    justify-content: center; }
    .mobilemenu ul li {
      width: 100%; }
      .mobilemenu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0.5rem 1rem;
        color: black;
        text-decoration: none; }
        .mobilemenu ul li a svg {
          display: block;
          height: 1.5rem;
          margin-bottom: 0.25rem; }
        .mobilemenu ul li a small {
          color: #008df2; }

.section {
  margin: 10rem 0rem; }
  .section__bg {
    background: rgba(0, 141, 242, 0.05);
    padding: 5rem 1rem; }
  .section-text h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
    margin-top: 0; }
  .section-text-dash {
    display: inline-block;
    width: 40px;
    background: #50b209;
    height: 6px;
    border-radius: 4px;
    position: relative; }
    .section-text-dash:after {
      top: 0;
      right: -1.5rem;
      position: absolute;
      content: '';
      display: inline-block;
      height: 6px;
      width: 16px;
      margin-left: 1rem;
      background: #008df2;
      border-radius: 4px; }
  .section-text > p {
    line-height: 1.5;
    font-size: 1.1rem; }
    .section-text > p:last-of-type {
      margin-bottom: 0; }
  .section-text > ul {
    margin: 2rem 0 0;
    padding-left: 1rem; }
    .section-text > ul > li {
      line-height: 1.66;
      font-size: 1.1rem; }
  .section-text-slider {
    display: none;
    margin-top: 1.5rem;
    align-items: center;
    position: relative; }
    .section-text-slider-item {
      background: rgba(0, 141, 242, 0.1);
      padding: 1rem 3rem;
      border-radius: 8px; }
      .section-text-slider-item h4 {
        margin: 0 0 0.5rem;
        font-size: 1.125rem; }
      .section-text-slider-item p {
        font-size: 1rem;
        margin: 0;
        line-height: 1.66; }
      .section-text-slider-item small {
        display: block;
        margin-top: 1rem;
        opacity: 0.5; }
  .section-image {
    position: relative; }
    .section-image img {
      max-width: 100%; }
    .section-image-desc {
      display: none;
      position: absolute;
      bottom: -1rem;
      right: 0;
      width: 300px;
      background: black;
      color: #fff;
      padding: 1rem;
      border-radius: 4px; }
      .section-image-desc strong {
        display: block;
        margin-bottom: 0.5rem; }
      .section-image-desc span {
        font-size: 0.875rem; }
  .section-promoinfo {
    margin-top: 5rem;
    border: 2px solid #50b209;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-promoinfo-image {
      margin: 0 0rem 0 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .section-promoinfo-image img {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        width: 300px; }
      .section-promoinfo-image a {
        display: inline-block;
        margin: 0.5rem auto;
        text-align: center;
        color: #008df2;
        font-weight: 700;
        border: 2px solid #008df2;
        border-radius: 4px;
        padding: 0.5rem 1.5rem;
        text-decoration: none; }
        .section-promoinfo-image a:hover {
          background: #008df2;
          color: #fff; }
    .section-promoinfo-content {
      margin: 0 1rem 0 0rem; }
      .section-promoinfo-content h4 {
        margin: 0 0 1rem;
        color: #3a8107;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.66; }
      .section-promoinfo-content p {
        margin: 0;
        color: #193903;
        line-height: 1.66; }

.tns-controls {
  display: none;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: calc(100% - 1rem);
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem; }
  .tns-controls button {
    color: #008df2;
    background: none;
    border: 0;
    font-size: 2rem; }

.tns-outer {
  position: relative; }

.tns-nav {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem; }
  .tns-nav button {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    padding: 0;
    background: rgba(0, 141, 242, 0.25);
    border: 2px solid rgba(0, 141, 242, 0.25);
    border-radius: 4px; }
  .tns-nav-active {
    background: #50b209 !important;
    border-color: #50b209 !important; }

.advantages {
  padding-top: 5rem;
  background: url(./../img/bg2.jpg) no-repeat center; }
  .advantages-headline {
    text-align: center;
    margin-bottom: 5rem; }
    .advantages-headline h2 {
      margin: 3rem 0 0rem;
      font-size: 2rem; }
    .advantages-headline-dash {
      display: inline-block;
      width: 40px;
      height: 6px;
      border-radius: 4px;
      position: relative;
      background: #008df2;
      left: -2rem;
      /*&:after {
                right: -5.5rem;
                top: 0;
                position: absolute;
                content: '';
                display: inline-block;
                height: 6px;
                width: 80px;
                margin-left: 1rem;
                background: $accent;
                border-radius: $border-radius;
            }*/ }
    .advantages-headline span {
      font-size: 1.125rem;
      margin: 2rem auto;
      display: block; }
  .advantages-item {
    padding: 1rem; }
    .advantages-item h4 {
      margin: 0 0 0.75rem;
      text-align: center;
      font-size: 1.25rem;
      color: #50b209; }
      .advantages-item h4:after {
        content: '';
        display: block;
        height: 4px;
        width: 2rem;
        border-radius: 2px;
        background: #50b209;
        margin: 0.25rem auto; }
    .advantages-item p {
      text-align: justify;
      text-align-last: center;
      padding: 0;
      margin: 0;
      font-size: 0.9rem;
      line-height: 1.33; }
    .advantages-item--long {
      min-height: 200px; }
  .advantages-image img {
    display: block;
    max-width: 100%;
    margin: 0rem auto;
    display: block; }

.gallery {
  padding-bottom: 2rem; }
  .gallery-headline {
    text-align: center; }
    .gallery-headline h2 {
      margin: 3rem 0 0rem;
      font-size: 2rem; }
    .gallery-headline-dash {
      display: inline-block;
      width: 40px;
      height: 6px;
      border-radius: 4px;
      position: relative;
      background: #008df2;
      left: -2rem; }
      .gallery-headline-dash:after {
        right: -5.5rem;
        top: 0;
        position: absolute;
        content: '';
        display: inline-block;
        height: 6px;
        width: 80px;
        margin-left: 1rem;
        background: #50b209;
        border-radius: 4px; }
  .gallery-item {
    margin-top: 2rem; }
    .gallery-item-wrap {
      margin: 1rem;
      background: #fff;
      box-sizing: border-box;
      padding: 1rem;
      box-shadow: 0px 0px 10px 2px rgba(0, 141, 242, 0.07);
      border-radius: 4px;
      text-align: center; }
      .gallery-item-wrap img {
        display: block;
        max-width: 100%;
        margin-bottom: 1rem; }
      .gallery-item-wrap h3 {
        margin: 0 0 .5rem;
        font-size: 1.5rem; }
      .gallery-item-wrap small {
        font-size: 1rem;
        opacity: 0.75; }
      .gallery-item-wrap hr {
        height: 1px;
        border: 0;
        background: rgba(0, 141, 242, 0.25);
        margin-top: 1rem;
        margin-bottom: 1rem; }
      .gallery-item-wrap-link {
        display: inline-block;
        margin: 0.5rem auto;
        text-align: center;
        color: #50b209;
        font-weight: 700;
        border: 2px solid #50b209;
        border-radius: 4px;
        padding: 0.5rem 1.5rem;
        text-decoration: none; }
        .gallery-item-wrap-link:hover {
          background: #50b209;
          color: #fff; }

.testimonial {
  padding: 5rem 1rem;
  background: url(./../img/bg2.jpg) no-repeat bottom center; }
  .testimonial-wrap {
    background: #0d9aff;
    padding: 1.5rem 2rem;
    box-shadow: 0px 0px 10px 10px rgba(0, 141, 242, 0.1);
    border-radius: 8px; }
    .testimonial-wrap p {
      color: #fff;
      margin: 0 0 1rem;
      line-height: 1.66;
      font-style: italic;
      font-size: 1.125rem;
      text-align: justify; }
    .testimonial-wrap hr {
      border: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.5);
      display: block;
      margin-bottom: 1rem; }
    .testimonial-wrap-author {
      display: flex;
      flex-direction: column;
      margin-top: 0.5rem;
      line-height: 1.5; }
      .testimonial-wrap-author strong {
        color: #fff;
        font-size: 1.125rem; }
      .testimonial-wrap-author span {
        color: #fff;
        opacity: 0.75;
        display: block;
        margin: 0.25rem 0 0.5rem; }
      .testimonial-wrap-author small {
        color: #fff;
        opacity: 0.5; }

.pricetable {
  margin-top: 2.5rem;
  padding-top: 7.5rem; }
  .pricetable-headline {
    text-align: center;
    margin-bottom: 2rem; }
    .pricetable-headline h2 {
      margin: 0;
      font-size: 2rem; }
    .pricetable-headline-dash {
      display: inline-block;
      width: 40px;
      height: 6px;
      border-radius: 4px;
      position: relative;
      background: #008df2;
      left: -2rem; }
      .pricetable-headline-dash:after {
        right: -5.5rem;
        top: 0;
        position: absolute;
        content: '';
        display: inline-block;
        height: 6px;
        width: 80px;
        margin-left: 1rem;
        background: #50b209;
        border-radius: 4px; }
  .pricetable-static ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .pricetable-static ul li {
      width: 100%;
      padding: 1rem 1rem 1.5rem;
      font-size: 1.125rem;
      text-align: center; }
      .pricetable-static ul li img {
        display: block;
        margin: 0rem auto 1rem;
        max-width: 6.25rem; }
      .pricetable-static ul li small {
        display: block; }
  .pricetable-static-wrap {
    border: 1px solid rgba(80, 178, 9, 0.4);
    padding: 0rem 0 0rem;
    margin: 0.25rem;
    border-radius: 4px; }
    .pricetable-static-wrap > div {
      background: #50b209;
      text-align: center;
      color: #fff;
      padding: 1rem; }
      .pricetable-static-wrap > div h3 {
        margin: 0rem 0 0.5rem;
        padding: 0rem 0;
        font-size: 1.5rem; }
      .pricetable-static-wrap > div span {
        font-size: 0.875rem;
        opacity: 0.9;
        line-height: 1.5; }
  .pricetable-item {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem; }
    .pricetable-item__promo .pricetable-item-wrap {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-color: rgba(80, 178, 9, 0.2); }
    .pricetable-item__promo .pricetable-item-head {
      border-bottom-color: rgba(80, 178, 9, 0.2); }
    .pricetable-item__promo .pricetable-item-content {
      border-bottom-color: rgba(80, 178, 9, 0.2); }
    .pricetable-item__promo .pricetable-item-footer b {
      background: rgba(80, 178, 9, 0.1);
      color: #3a8107; }
    .pricetable-item__promo .pricetable-item-footer a {
      background: #50b209; }
    .pricetable-item-wrap {
      padding: 1rem;
      border: 1px solid rgba(0, 141, 242, 0.2);
      border-radius: 4px;
      position: relative; }
      .pricetable-item-wrap-popular {
        display: block;
        position: absolute;
        right: -1px;
        top: -2rem;
        width: calc(100% - 1rem + 2px);
        text-align: center;
        background: #50b209;
        color: #fff;
        padding: 0.5rem;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .pricetable-item-head {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      border-bottom: 2px solid rgba(0, 141, 242, 0.2); }
      .pricetable-item-head small {
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #008df2; }
      .pricetable-item-head strong {
        font-size: 2.5rem;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.5rem 0; }
    .pricetable-item-content {
      border-bottom: 2px solid rgba(0, 141, 242, 0.2); }
      .pricetable-item-content ul {
        margin: 1rem 0 1rem;
        padding: 0;
        list-style: none;
        text-align: center; }
        .pricetable-item-content ul li {
          padding: 0.75rem;
          border-bottom: 1px solid rgba(0, 141, 242, 0.1); }
          .pricetable-item-content ul li:last-of-type {
            border-bottom: 0; }
          .pricetable-item-content ul li em {
            font-style: normal;
            border-bottom: 1px dotted #008df2;
            position: relative; }
            .pricetable-item-content ul li em:hover {
              cursor: help; }
              .pricetable-item-content ul li em:hover:after {
                content: attr(data-desc);
                position: absolute;
                width: 200px;
                left: 50%;
                transform: translateX(-50%);
                top: 24px;
                background: rgba(0, 0, 0, 0.9);
                color: #fff;
                font-size: 0.875rem;
                padding: 0.5rem;
                z-index: 10; }
    .pricetable-item-footer {
      text-align: center;
      margin-top: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .pricetable-item-footer b {
        display: none;
        font-size: 2rem;
        padding: 0.5rem 1rem;
        background: rgba(0, 141, 242, 0.1); }
      .pricetable-item-footer span {
        display: none;
        margin: 0.25rem 0 1rem;
        text-transform: uppercase;
        font-size: 0.875rem;
        opacity: 0.75; }
      .pricetable-item-footer a {
        display: block;
        text-align: center;
        background: #008df2;
        text-decoration: none;
        font-weight: 700;
        padding: 0.75rem;
        color: #fff;
        width: calc(100% - 2rem);
        border-radius: 4px; }
        .pricetable-item-footer a:hover {
          background: #50b209; }

.contact {
  padding: 5rem 0rem;
  background: url("./../img/bg.jpg") no-repeat bottom #fff; }
  .contact-headline {
    text-align: center; }
    .contact-headline h2 {
      margin: 3rem 0 0rem;
      font-size: 2rem; }
    .contact-headline-dash {
      display: inline-block;
      width: 40px;
      height: 6px;
      border-radius: 4px;
      position: relative;
      background: #008df2;
      left: -2rem; }
      .contact-headline-dash:after {
        right: -5.5rem;
        top: 0;
        position: absolute;
        content: '';
        display: inline-block;
        height: 6px;
        width: 80px;
        margin-left: 1rem;
        background: #50b209;
        border-radius: 4px; }
    .contact-headline span {
      font-size: 1.125rem;
      margin: 2rem auto;
      display: block; }
  .contact-person {
    position: relative; }
    .contact-person-image img {
      display: block;
      width: 100%;
      max-width: 555px; }
    .contact-person-info {
      position: absolute;
      top: 0;
      right: 2rem;
      width: 100%;
      max-width: 350px;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      line-height: 1.5;
      border-radius: 8px; }
      .contact-person-info strong {
        display: block;
        margin-bottom: 1rem;
        font-size: 1.5rem;
        font-weight: 400; }
      .contact-person-info span {
        font-size: 1.25rem;
        font-weight: 700;
        text-align: right; }
      .contact-person-info em {
        text-align: right;
        color: #008df2;
        font-style: normal; }
  .contact-box {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .contact-box ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .contact-box ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem; }
        .contact-box ul li strong {
          font-size: 1.5rem; }
    .contact-box-item {
      display: inline-flex;
      align-items: center;
      color: black;
      justify-content: center;
      text-decoration: none; }
      .contact-box-item svg {
        display: block;
        width: 64px;
        fill: #008df2; }
      .contact-box-item span {
        display: inline-block;
        margin-left: 1rem;
        font-weight: 700;
        font-size: 2rem; }
  .contact-form {
    margin-top: 2rem; }
    .contact-form-wrap {
      background: #fff;
      border-radius: 4px;
      box-shadow: 0px 0px 10px 10px rgba(0, 141, 242, 0.07);
      box-sizing: border-box;
      padding: 1.5rem;
      position: relative; }
      .contact-form-wrap-loading {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.9); }
        .contact-form-wrap-loading svg {
          animation: rotate 5s linear infinite;
          transform-origin: center; }

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    stroke: #50b209; }
  25% {
    transform: rotate(360deg);
    stroke: #008df2; }
  50% {
    transform: rotate(720deg);
    stroke: #50b209; }
  75% {
    transform: rotate(1080deg);
    stroke: #008df2; }
  100% {
    transform: rotate(1440deg);
    stroke: #50b209;
    transform-origin: center; } }

.form ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .form ul > li {
    margin-bottom: 1rem; }
    .form ul > li:last-of-type {
      margin-bottom: 0; }

.form-item {
  display: flex;
  flex-direction: column; }
  .form-item label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700; }
  .form-item > span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700; }
  .form-item input {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    padding: 0.5rem;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    border: 1px solid #008df2;
    border-radius: 4px; }
  .form-item select {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    padding: 0.5rem;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; }

.form-radio {
  margin: 0.5rem 0 0 !important;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between; }
  .form-radio > li {
    width: 100%;
    border-top: 1px solid #008df2;
    border-bottom: 1px solid #008df2;
    border-left: 1px solid #008df2;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form-radio > li:first-of-type {
      border-right: 0px solid transparent;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .form-radio > li:last-of-type {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-right: 1px solid #008df2; }
    .form-radio > li input[type=radio] {
      display: none; }
      .form-radio > li input[type=radio]:checked ~ label {
        font-weight: 700;
        background-color: #008df2;
        color: #fff; }
    .form-radio > li label {
      width: 100%;
      text-align: center;
      padding: 0.5rem;
      display: block;
      font-size: 0.9rem;
      font-weight: 400; }
      .form-radio > li label:hover {
        cursor: pointer; }

.form-checkbox {
  display: flex;
  align-items: flex-start; }
  .form-checkbox input[type=checkbox] {
    margin-top: 0.25rem; }
  .form-checkbox label {
    margin-left: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.66; }

.form-submit input[type=submit] {
  width: 100%;
  background: #5bca0a;
  border: 0;
  padding: 0.75rem;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; }
  .form-submit input[type=submit]:hover {
    cursor: pointer;
    background: #50b209; }

.form-alert {
  padding: 1rem;
  text-align: center;
  background: #50b209;
  margin-bottom: 2rem;
  border-radius: 4px;
  line-height: 1.5;
  color: #fff; }

.target {
  padding-top: 5rem; }
  .target-headline {
    text-align: center;
    margin-bottom: 5rem; }
    .target-headline h2 {
      margin: 3rem 0 0rem;
      font-size: 2rem; }
    .target-headline-dash {
      display: inline-block;
      width: 40px;
      height: 6px;
      border-radius: 4px;
      position: relative;
      background: #008df2;
      left: -2rem; }
      .target-headline-dash:after {
        right: -5.5rem;
        top: 0;
        position: absolute;
        content: '';
        display: inline-block;
        height: 6px;
        width: 80px;
        margin-left: 1rem;
        background: #50b209;
        border-radius: 4px; }
    .target-headline span {
      font-size: 1.125rem;
      margin: 2rem auto;
      display: block; }
  .target-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .target-list ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      margin: 0.5rem; }
      .target-list ul li:hover div:after {
        background-color: #66e30b;
        transform: scale(1.1); }
      .target-list ul li:hover img {
        transform: scale(1.1); }
      .target-list ul li div:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 141, 242, 0.4);
        mix-blend-mode: multiply;
        top: 0;
        left: 0;
        border-radius: 12px;
        transition: 0.25s ease background-color, 0.25s ease transform; }
      .target-list ul li div img {
        transition: 0.25s ease background-color, 0.25s ease transform;
        width: 150px;
        border-radius: 12px;
        position: relative;
        display: block; }
      .target-list ul li span {
        position: absolute;
        bottom: 1rem;
        font-weight: 700;
        text-align: center;
        font-size: 1.125rem;
        color: #fff;
        text-shadow: 0px 0px 2px black;
        padding: 0 0.5rem;
        height: 40px;
        display: flex;
        align-items: center; }

.table {
  margin: 2.5rem 0 5rem;
  display: flex;
  flex-direction: column; }
  .table-row {
    flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: center; }
    .table-row:first-of-type {
      align-items: flex-end; }
    .table-row-col {
      box-sizing: border-box;
      width: calc(100% / 5); }
  .table--thead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #008df2;
    padding: 1rem;
    border-left: 1px solid rgba(0, 141, 242, 0.2); }
    .table--thead:first-of-type {
      border-left: 0; }
    .table--thead strong {
      font-size: 1.5rem; }
    .table--thead small {
      color: #008df2;
      font-size: 1rem; }
  .table--tdesc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 141, 242, 0.4);
    background-color: rgba(0, 141, 242, 0.05);
    text-align: center;
    padding: 1rem; }
    .table--tdesc strong {
      font-size: 1.125rem; }
    .table--tdesc span {
      font-size: 0.875rem;
      opacity: 0.75; }
  .table--headline {
    width: 100%;
    padding: 2rem 1rem;
    background-color: rgba(0, 141, 242, 0.05);
    border-bottom: 1px solid rgba(0, 141, 242, 0.4); }
    .table--headline h4 {
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 400;
      letter-spacing: 0.2rem;
      margin: 0 0 0.5rem;
      color: #008df2; }
    .table--headline span {
      font-size: 0.875rem; }
  .table--item {
    padding: 1rem;
    border-left: 1px solid rgba(0, 141, 242, 0.2);
    border-bottom: 1px solid rgba(0, 141, 242, 0.4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .table--item span {
      font-size: 1.125rem;
      display: block;
      line-height: 1.5; }
    .table--item ul {
      margin: 1rem 0 0;
      padding: 0;
      list-style: none;
      font-size: 0.875rem;
      line-height: 1.5; }
      .table--item ul li {
        padding-bottom: 0.25rem; }
    .table--item--long {
      width: 80%; }
    .table--item small {
      display: block; }
    .table--item .accept {
      color: #50b209; }
    .table--item .err {
      color: #ff8080; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px; }
  html ::selection, body ::selection {
    background: black;
    color: #fff; }

body {
  background: url("./../img/bg.jpg") no-repeat top center #fff;
  color: black;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, Arial, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.mm-trigger {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  display: block;
  padding: 0.75rem 0.65rem;
  background: black;
  color: #fff;
  text-decoration: none;
  font-weight: 700; }
  .mm-trigger span {
    display: block;
    height: 3px;
    width: 20px;
    margin: 3px;
    background: #fff; }

.mobile-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
  display: none; }
  .mobile-menu .mm-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: block;
    padding: 0.75rem 1rem;
    background: #fff;
    color: black;
    text-decoration: none;
    font-weight: 700; }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .mobile-menu ul li a {
      color: #fff;
      font-size: 2rem;
      text-decoration: none;
      padding: 1.5rem 0;
      display: block; }

.cookie-hidden {
  display: none; }

.cookie-info {
  position: fixed;
  z-index: 100;
  width: 250px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  bottom: 1rem;
  right: 1rem; }
  .cookie-info h6 {
    margin: 0;
    font-size: 0.875rem; }
  .cookie-info p {
    font-size: 0.66rem;
    line-height: 1.66; }
    .cookie-info p a {
      color: #fff;
      font-weight: 700; }
      .cookie-info p a:hover {
        text-decoration: none; }
  .cookie-info button {
    background: #fff;
    color: black;
    border: 0;
    font-family: Arial, Times, serif;
    padding: 0.5rem;
    display: block;
    width: 100%;
    font-size: .75rem;
    text-align: center;
    transition: 0.25s ease all;
    font-weight: 700; }
    .cookie-info button:hover {
      cursor: pointer;
      background: #e6e6e6; }
