.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 992px) {
  .container {
    max-width: 980px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1180px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-mdlg-1, .col-mdlg-2, .col-mdlg-3, .col-mdlg-4, .col-mdlg-5, .col-mdlg-6, .col-mdlg-7, .col-mdlg-8, .col-mdlg-9, .col-mdlg-10, .col-mdlg-11, .col-mdlg-12, .col-mdlg, .col-mdlg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
    .col-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-first {
    order: -1; }
  .order-last {
    order: 13; }
    .order-0 {
      order: 0; }
    .order-1 {
      order: 1; }
    .order-2 {
      order: 2; }
    .order-3 {
      order: 3; }
    .order-4 {
      order: 4; }
    .order-5 {
      order: 5; }
    .order-6 {
      order: 6; }
    .order-7 {
      order: 7; }
    .order-8 {
      order: 8; }
    .order-9 {
      order: 9; }
    .order-10 {
      order: 10; }
    .order-11 {
      order: 11; }
    .order-12 {
      order: 12; }
    .offset-1 {
      margin-left: 8.3333333333%; }
    .offset-2 {
      margin-left: 16.6666666667%; }
    .offset-3 {
      margin-left: 25%; }
    .offset-4 {
      margin-left: 33.3333333333%; }
    .offset-5 {
      margin-left: 41.6666666667%; }
    .offset-6 {
      margin-left: 50%; }
    .offset-7 {
      margin-left: 58.3333333333%; }
    .offset-8 {
      margin-left: 66.6666666667%; }
    .offset-9 {
      margin-left: 75%; }
    .offset-10 {
      margin-left: 83.3333333333%; }
    .offset-11 {
      margin-left: 91.6666666667%; }
  @media (min-width: 576px) {
    .col-xs {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .col-xs-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
      .col-xs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-xs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-xs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-xs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-xs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-xs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-xs-first {
      order: -1; }
    .order-xs-last {
      order: 13; }
      .order-xs-0 {
        order: 0; }
      .order-xs-1 {
        order: 1; }
      .order-xs-2 {
        order: 2; }
      .order-xs-3 {
        order: 3; }
      .order-xs-4 {
        order: 4; }
      .order-xs-5 {
        order: 5; }
      .order-xs-6 {
        order: 6; }
      .order-xs-7 {
        order: 7; }
      .order-xs-8 {
        order: 8; }
      .order-xs-9 {
        order: 9; }
      .order-xs-10 {
        order: 10; }
      .order-xs-11 {
        order: 11; }
      .order-xs-12 {
        order: 12; }
      .offset-xs-0 {
        margin-left: 0; }
      .offset-xs-1 {
        margin-left: 8.3333333333%; }
      .offset-xs-2 {
        margin-left: 16.6666666667%; }
      .offset-xs-3 {
        margin-left: 25%; }
      .offset-xs-4 {
        margin-left: 33.3333333333%; }
      .offset-xs-5 {
        margin-left: 41.6666666667%; }
      .offset-xs-6 {
        margin-left: 50%; }
      .offset-xs-7 {
        margin-left: 58.3333333333%; }
      .offset-xs-8 {
        margin-left: 66.6666666667%; }
      .offset-xs-9 {
        margin-left: 75%; }
      .offset-xs-10 {
        margin-left: 83.3333333333%; }
      .offset-xs-11 {
        margin-left: 91.6666666667%; } }
@media (min-width: 650px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
    .order-sm-0 {
      order: 0; }
    .order-sm-1 {
      order: 1; }
    .order-sm-2 {
      order: 2; }
    .order-sm-3 {
      order: 3; }
    .order-sm-4 {
      order: 4; }
    .order-sm-5 {
      order: 5; }
    .order-sm-6 {
      order: 6; }
    .order-sm-7 {
      order: 7; }
    .order-sm-8 {
      order: 8; }
    .order-sm-9 {
      order: 9; }
    .order-sm-10 {
      order: 10; }
    .order-sm-11 {
      order: 11; }
    .order-sm-12 {
      order: 12; }
    .offset-sm-0 {
      margin-left: 0; }
    .offset-sm-1 {
      margin-left: 8.3333333333%; }
    .offset-sm-2 {
      margin-left: 16.6666666667%; }
    .offset-sm-3 {
      margin-left: 25%; }
    .offset-sm-4 {
      margin-left: 33.3333333333%; }
    .offset-sm-5 {
      margin-left: 41.6666666667%; }
    .offset-sm-6 {
      margin-left: 50%; }
    .offset-sm-7 {
      margin-left: 58.3333333333%; }
    .offset-sm-8 {
      margin-left: 66.6666666667%; }
    .offset-sm-9 {
      margin-left: 75%; }
    .offset-sm-10 {
      margin-left: 83.3333333333%; }
    .offset-sm-11 {
      margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
    .order-md-0 {
      order: 0; }
    .order-md-1 {
      order: 1; }
    .order-md-2 {
      order: 2; }
    .order-md-3 {
      order: 3; }
    .order-md-4 {
      order: 4; }
    .order-md-5 {
      order: 5; }
    .order-md-6 {
      order: 6; }
    .order-md-7 {
      order: 7; }
    .order-md-8 {
      order: 8; }
    .order-md-9 {
      order: 9; }
    .order-md-10 {
      order: 10; }
    .order-md-11 {
      order: 11; }
    .order-md-12 {
      order: 12; }
    .offset-md-0 {
      margin-left: 0; }
    .offset-md-1 {
      margin-left: 8.3333333333%; }
    .offset-md-2 {
      margin-left: 16.6666666667%; }
    .offset-md-3 {
      margin-left: 25%; }
    .offset-md-4 {
      margin-left: 33.3333333333%; }
    .offset-md-5 {
      margin-left: 41.6666666667%; }
    .offset-md-6 {
      margin-left: 50%; }
    .offset-md-7 {
      margin-left: 58.3333333333%; }
    .offset-md-8 {
      margin-left: 66.6666666667%; }
    .offset-md-9 {
      margin-left: 75%; }
    .offset-md-10 {
      margin-left: 83.3333333333%; }
    .offset-md-11 {
      margin-left: 91.6666666667%; } }
@media (min-width: 900px) {
  .col-mdlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-mdlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
    .col-mdlg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-mdlg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-mdlg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-mdlg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-mdlg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-mdlg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-mdlg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-mdlg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-mdlg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-mdlg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-mdlg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-mdlg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-mdlg-first {
    order: -1; }
  .order-mdlg-last {
    order: 13; }
    .order-mdlg-0 {
      order: 0; }
    .order-mdlg-1 {
      order: 1; }
    .order-mdlg-2 {
      order: 2; }
    .order-mdlg-3 {
      order: 3; }
    .order-mdlg-4 {
      order: 4; }
    .order-mdlg-5 {
      order: 5; }
    .order-mdlg-6 {
      order: 6; }
    .order-mdlg-7 {
      order: 7; }
    .order-mdlg-8 {
      order: 8; }
    .order-mdlg-9 {
      order: 9; }
    .order-mdlg-10 {
      order: 10; }
    .order-mdlg-11 {
      order: 11; }
    .order-mdlg-12 {
      order: 12; }
    .offset-mdlg-0 {
      margin-left: 0; }
    .offset-mdlg-1 {
      margin-left: 8.3333333333%; }
    .offset-mdlg-2 {
      margin-left: 16.6666666667%; }
    .offset-mdlg-3 {
      margin-left: 25%; }
    .offset-mdlg-4 {
      margin-left: 33.3333333333%; }
    .offset-mdlg-5 {
      margin-left: 41.6666666667%; }
    .offset-mdlg-6 {
      margin-left: 50%; }
    .offset-mdlg-7 {
      margin-left: 58.3333333333%; }
    .offset-mdlg-8 {
      margin-left: 66.6666666667%; }
    .offset-mdlg-9 {
      margin-left: 75%; }
    .offset-mdlg-10 {
      margin-left: 83.3333333333%; }
    .offset-mdlg-11 {
      margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
    .order-lg-0 {
      order: 0; }
    .order-lg-1 {
      order: 1; }
    .order-lg-2 {
      order: 2; }
    .order-lg-3 {
      order: 3; }
    .order-lg-4 {
      order: 4; }
    .order-lg-5 {
      order: 5; }
    .order-lg-6 {
      order: 6; }
    .order-lg-7 {
      order: 7; }
    .order-lg-8 {
      order: 8; }
    .order-lg-9 {
      order: 9; }
    .order-lg-10 {
      order: 10; }
    .order-lg-11 {
      order: 11; }
    .order-lg-12 {
      order: 12; }
    .offset-lg-0 {
      margin-left: 0; }
    .offset-lg-1 {
      margin-left: 8.3333333333%; }
    .offset-lg-2 {
      margin-left: 16.6666666667%; }
    .offset-lg-3 {
      margin-left: 25%; }
    .offset-lg-4 {
      margin-left: 33.3333333333%; }
    .offset-lg-5 {
      margin-left: 41.6666666667%; }
    .offset-lg-6 {
      margin-left: 50%; }
    .offset-lg-7 {
      margin-left: 58.3333333333%; }
    .offset-lg-8 {
      margin-left: 66.6666666667%; }
    .offset-lg-9 {
      margin-left: 75%; }
    .offset-lg-10 {
      margin-left: 83.3333333333%; }
    .offset-lg-11 {
      margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
    .order-xl-0 {
      order: 0; }
    .order-xl-1 {
      order: 1; }
    .order-xl-2 {
      order: 2; }
    .order-xl-3 {
      order: 3; }
    .order-xl-4 {
      order: 4; }
    .order-xl-5 {
      order: 5; }
    .order-xl-6 {
      order: 6; }
    .order-xl-7 {
      order: 7; }
    .order-xl-8 {
      order: 8; }
    .order-xl-9 {
      order: 9; }
    .order-xl-10 {
      order: 10; }
    .order-xl-11 {
      order: 11; }
    .order-xl-12 {
      order: 12; }
    .offset-xl-0 {
      margin-left: 0; }
    .offset-xl-1 {
      margin-left: 8.3333333333%; }
    .offset-xl-2 {
      margin-left: 16.6666666667%; }
    .offset-xl-3 {
      margin-left: 25%; }
    .offset-xl-4 {
      margin-left: 33.3333333333%; }
    .offset-xl-5 {
      margin-left: 41.6666666667%; }
    .offset-xl-6 {
      margin-left: 50%; }
    .offset-xl-7 {
      margin-left: 58.3333333333%; }
    .offset-xl-8 {
      margin-left: 66.6666666667%; }
    .offset-xl-9 {
      margin-left: 75%; }
    .offset-xl-10 {
      margin-left: 83.3333333333%; }
    .offset-xl-11 {
      margin-left: 91.6666666667%; } }

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.woff2') format('woff2'), url('../fonts/Lato-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.woff2') format('woff2'), url('../fonts/Lato-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.woff2') format('woff2'), url('../fonts/Lato-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.woff2') format('woff2'), url('../fonts/Lato-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-Hairline.woff2') format('woff2'), url('../fonts/Lato-Hairline.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-HairlineItalic.woff2') format('woff2'), url('../fonts/Lato-HairlineItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

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

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline-width: 0px !important; }

html {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #041429;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1, h2 {
  font-size: 3.571rem;
  line-height: 1.2;
  font-weight: bold; }
@media (max-width: 767px) {
  h1, h2 {
    font-size: 2.8rem; } }
@media (max-width: 649px) {
  h1, h2 {
    font-size: 1.714rem; } }

@media (max-width: 991px) {
  h2 {
    font-size: 3.3rem; } }
@media (max-width: 767px) {
  h2 {
    font-size: 2.8rem; } }
@media (max-width: 649px) {
  h2 {
    font-size: 1.714rem; } }

h3 {
  font-size: 3.143rem;
  line-height: 1.5;
  font-weight: bold; }

h4 {
  font-size: 1.286rem;
  line-height: 1.2;
  font-weight: bold; }

a {
  text-decoration: none;
  color: #367bfd; }
  a.normal-text-color {
    color: #041429; }

p {
  font-size: 1.286rem;
  line-height: 1.56;
  color: #404e7a; }
@media (max-width: 767px) {
  p {
    font-size: 1.143rem; } }
@media (max-width: 649px) {
  p {
    font-size: 1rem; } }
p.small-text {
  font-size: 0.8571rem;
  font-weight: 300;
  color: #727b99;
  padding: 0 5px; }

hr {
  color: #041429;
  opacity: 0.2;
  display: block;
  width: 100%; }

.custom-block-bg.white {
  background-color: #ffffff !important; }
.custom-block-bg.light-blue {
  background-color: #e7eef6 !important; }
.custom-block-bg.grey {
  background-color: #f5f5f5 !important; }

.close {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/close_dark.svg"); }
  .close.light {
    background-image: url("../img/close.svg"); }

p.nny-cta-button {
  padding: 0; }
  p.nny-cta-button a {
    font-size: 1.2rem; }

.nny-cta-button, .acf-button, p.nny-cta-button a {
  position: relative;
  display: inline-block;
  color: #f5f5f5;
  background-color: #ff6936;
  border-radius: 3px;
  border: none;
  padding: 11px 19px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .nny-cta-button:hover, .acf-button:hover, p.nny-cta-button a:hover {
    cursor: pointer; }
  .nny-cta-button.reversed, .acf-button.reversed, p.nny-cta-button a.reversed {
    background-color: #ffffff;
    color: #041429; }
  .nny-cta-button.reversed-hero-banner, .acf-button.reversed-hero-banner, p.nny-cta-button a.reversed-hero-banner {
    background-color: #e7eef6;
    color: #404e7a; }
  .nny-cta-button.com .flag, .acf-button.com .flag, p.nny-cta-button a.com .flag {
    width: 15px; }
  .nny-cta-button .flag, .acf-button .flag, p.nny-cta-button a .flag {
    transform: translate(0, 2px);
    margin-left: 5px; }
  .nny-cta-button.disabled, .acf-button.disabled, p.nny-cta-button a.disabled {
    background-color: #d8d8d8;
    color: #ffffff; }
  .nny-cta-button span.subtext, .acf-button span.subtext, p.nny-cta-button a span.subtext {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    color: #727b99; }

.accent-text {
  color: #ff6936; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

#page-wrapper {
  padding-top: 140px; }
@media (max-width: 1199px) {
  #page-wrapper {
    padding-top: 82px; } }

.nny_partner_logos .partner-logo {
  display: inline-block;
  height: 65px;
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px; }
  .nny_partner_logos .partner-logo.last {
    margin-right: 0; }
  .nny_partner_logos .partner-logo.badge_de_hell-svg, .nny_partner_logos .partner-logo.badge_at_weiss-svg, .nny_partner_logos .partner-logo.badge_ch_hell-svg {
    height: 100px;
    margin-right: 25px;
    transform: translate(0, 15px); }

.wp-block-table td {
  padding: 10px;
  color: #404e7a; }

ul, ol {
  padding-left: 20px; }
  ul li, ol li {
    font-size: 1.143rem;
    color: #404e7a;
    margin-bottom: 18px;
    padding-left: 5px; }

ul.checklist {
  list-style: none;
  padding-left: 10px;
  margin: 0; }
  ul.checklist li {
    margin-bottom: 18px;
    display: flex;
    font-size: 1.143rem;
    color: #404e7a;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 0;
    background-image: url("../img/checkmark.svg");
    background-size: 20px;
    padding-left: 32px;
    min-height: 20px; }

ol.checklist {
  counter-reset: item;
  list-style-type: none;
  list-style-position: inside; }
  ol.checklist li {
    padding-left: 20px;
    margin-bottom: 18px; }
    ol.checklist li:before {
      position: absolute;
      content: counter(item) "  ";
      counter-increment: item;
      background-image: none;
      background-color: #367bfd;
      color: #ffffff;
      font-size: 0.857rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transform: translate(-140%, 0px); }

.checklist-item {
  margin-bottom: 18px;
  display: flex; }
  .checklist-item div {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("../img/checkmark.svg");
    width: 20px;
    height: 20px;
    margin-right: 12px; }
    .checklist-item div.number {
      background-image: none;
      background-color: #367bfd;
      color: #ffffff;
      font-size: 0.857rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      padding-top: 5px; }
  .checklist-item span {
    font-size: 1.143rem;
    color: #404e7a;
    display: inline-block;
    transform: translate(0, 0.5px); }

.block-container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }

@media (max-width: 991px) {
  .col-gap-desktop {
    display: none; } }

.status-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #4cba9f;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.hidden {
  display: none !important; }

.info-button {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #dddfe4;
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  transform: translate(0, 3px);
  z-index: 999; }
  .info-button:after {
    content: "i";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.857rem;
    line-height: 1; }
    .info-button:hover .tooltip {
      display: block;
      opacity: 1;
      cursor: pointer; }
  .info-button.switch-country {
    z-index: 999999; }
    .info-button.switch-country .tooltip {
      line-height: 1.5;
      text-align: left;
      background-color: #f9fbff;
      border: 1px solid #d4e4fe;
      color: #041429;
      left: 23px; }
    @media (max-width: 575px) {
      .info-button.switch-country .tooltip {
        left: -7px !important;
        top: 27px !important; } }
    .info-button.switch-country .tooltip:hover {
      cursor: default; }
    .info-button.switch-country .tooltip:after {
      border-color: #d4e4fe transparent transparent transparent; }
    .info-button.switch-country a {
      display: block;
      text-align: left;
      margin-top: 3px;
      margin-bottom: 2px;
      padding-left: 15px; }
      .info-button.switch-country a .flag {
        transform: translate(0, 3px); }
  .info-button .tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    min-width: 250px;
    max-width: 250px;
    text-align: center;
    left: 30px;
    background-color: #dddfe4;
    border-radius: 3px;
    padding: 10px 15px;
    top: -50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 4;
    font-weight: normal;
    font-size: 1rem; }
  @media (max-width: 575px) {
    .info-button .tooltip {
      left: -6px;
      top: 30px; } }
  .info-button .tooltip:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0%;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: #dddfe4 transparent transparent transparent;
    transform: rotate(90deg); }
  @media (max-width: 575px) {
    .info-button .tooltip:after {
      left: 20px;
      top: -10px;
      transform: rotate(180deg); } }

.wpmc-nny-widget {
  margin-left: 0;
  margin-right: 0; }

.nny-slider {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }
  .nny-slider .slider-nav {
    position: absolute;
    margin-top: 160px;
    background-image: url("../img/next.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    z-index: 5; }
    .nny-slider .slider-nav:hover {
      cursor: pointer; }
    .nny-slider .slider-nav.next-slide {
      right: 0px; }
    @media (max-width: 991px) {
      .nny-slider .slider-nav.next-slide {
        right: 5px; } }
    .nny-slider .slider-nav.prev-slide {
      left: 0px;
      transform: rotate(180deg); }
    @media (max-width: 991px) {
      .nny-slider .slider-nav.prev-slide {
        left: 5px; } }

.nny-slide {
  white-space: normal;
  display: inline-block !important;
  margin-bottom: 0 !important;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -ms-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s; }

#provenexperts-rating {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  color: #f79e1b;
  border: none;
  text-decoration: none;
  outline: none; }
  #provenexperts-rating #provenexperts-stars {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 5em;
    height: 1.1em;
    margin: 0 !important;
    line-height: 1;
    font-size: 1rem; }
    #provenexperts-rating #provenexperts-stars:before {
      content: "\2605\2605\2605\2605\2605";
      letter-spacing: 0;
      color: #dddfe4;
      position: absolute;
      top: 0.1em;
      left: 0; }
    #provenexperts-rating #provenexperts-stars > span {
      position: absolute;
      top: 0.1em;
      left: 0;
      display: block;
      overflow: hidden;
      padding-top: 1.2em; }
      #provenexperts-rating #provenexperts-stars > span:before {
        content: "\2605\2605\2605\2605\2605";
        position: absolute;
        top: 0;
        left: 0;
        letter-spacing: 0;
        color: #f79e1b; }
  #provenexperts-rating #provenexperts-logo {
    display: block;
    margin-right: 2em;
    background-image: url('../img/provenexpert-logo-w.png');
    height: 46px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 5px; }

.anchor-front-page {
  position: absolute;
  top: -200px; }

.payment-options {
  text-align: right; }
  .payment-options span {
    width: 36px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    .payment-options span.mc {
      background-image: url('../img/mc.svg'); }
    .payment-options span.visa {
      background-image: url('../img/visa.svg'); }
    .payment-options span.american-express {
      background-image: url('../img/american-express.svg'); }
    .payment-options span.pp {
      background-image: url('../img/pp.svg'); }
    .payment-options span.sofort {
      background-image: url('../img/sofort.jpg'); }
    .payment-options span.sepa {
      background-image: url('../img/sepa.jpg'); }
    .payment-options span.kauf-auf-rechnung {
      background-image: url('../img/kauf_auf_rechnung.png'); }

.page .wp-block-group, .single .wp-block-group {
  padding-top: 18px;
  padding-bottom: 41px;
  position: relative; }
  .page .wp-block-group .wp-block-group, .single .wp-block-group .wp-block-group {
    padding-top: 0;
    padding-bottom: 0; }
  .page .wp-block-group .wp-block-column, .single .wp-block-group .wp-block-column {
    position: relative; }
  .page .wp-block-group .container, .single .wp-block-group .container {
    margin-bottom: 9px; }
  .page .wp-block-group.no-margin-bottom, .single .wp-block-group.no-margin-bottom {
    padding-bottom: 0; }
    .page .wp-block-group.no-margin-bottom .wp-block-columns.container, .single .wp-block-group.no-margin-bottom .wp-block-columns.container {
      margin-bottom: 0; }
  @media (max-width: 781px) and (min-width: 600px) {
    .page .wp-block-group .wp-block-column, .single .wp-block-group .wp-block-column {
      flex-basis: unset !important;
      width: 100%; } }
  .page .wp-block-group h2, .single .wp-block-group h2 {
    font-size: 2.143rem;
    color: #0c5ebe; }
  .page .wp-block-group h3, .single .wp-block-group h3 {
    font-size: 1.786rem;
    color: #0c5ebe;
    margin-bottom: 15px; }
    .page .wp-block-group p.nny-border-left, .single .wp-block-group p.nny-border-left {
      padding-left: 15px;
      border-left: 3px solid #0c5ebe;
      margin-bottom: 41px; }
    .page .wp-block-group p.dash-list, .single .wp-block-group p.dash-list {
      line-height: 1.75;
      font-size: 1.143rem; }
      .page .wp-block-group p.dash-list strong, .single .wp-block-group p.dash-list strong {
        color: #0c5ebe;
        margin-bottom: 9px;
        display: inline-block;
        font-size: 1.286rem; }
  .page .wp-block-group ul:not(.ui-autocomplete), .single .wp-block-group ul:not(.ui-autocomplete) {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .page .wp-block-group ul:not(.ui-autocomplete) li, .single .wp-block-group ul:not(.ui-autocomplete) li {
      background-size: 20px 20px;
      background: url('../img/checkmark.svg') no-repeat left top;
      font-size: 1.143rem;
      color: #404e7a;
      margin-bottom: 18px;
      padding-left: 28px;
      min-height: 20px; }
  .page .wp-block-group .wp-block-image.size-full, .single .wp-block-group .wp-block-image.size-full {
    margin: 0; }
  .page .wp-block-group .wp-block-image.size-large, .single .wp-block-group .wp-block-image.size-large {
    margin-top: 50px;
    margin-bottom: 50px; }
  .page .wp-block-group .wp-block-image figcaption, .single .wp-block-group .wp-block-image figcaption {
    color: #727b99;
    font-size: 1.143rem;
    text-align: center;
    margin-top: 12px; }

.nny-loader {
  position: absolute;
  margin: 11px 0 0 -30px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../img/loading.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .nny-loader span {
    position: absolute;
    width: auto;
    font-size: 1rem;
    display: block;
    width: 200px;
    text-align: right;
    transform: translate(-210px, 0);
    opacity: 0.5; }

.nny-progress-bar {
  position: relative;
  margin-bottom: 15px; }

.nny-progress-bar .loading {
  position: relative;
  width: 400px;
  height: 10px;
  background: #f9fbff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  border: 1px solid #d4e4fe; }
@media (max-width: 767px) {
  .nny-progress-bar .loading {
    width: 100%; } }

.nny-progress-bar .loading span {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #367bfd;
  border-radius: 25px; }

.nny-progress-bar p {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 5px; }

#freibetragrechner {
  margin: 20px 0;
  font-size: 20px; }
  #freibetragrechner .rechner {
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #e2e2e2;
    font-size: 20px; }
    #freibetragrechner .rechner .headline {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      border-bottom: 3px solid #222; }
    #freibetragrechner .rechner .eingabe {
      width: 100%;
      font-size: 20px;
      font-weight: 500;
      border: none; }
  #freibetragrechner .hinweis {
    font-size: 14px;
    text-align: right; }

#freibetragsergebnis {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #e2e2e2; }
  #freibetragsergebnis .headline {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 3px solid #222; }
  #freibetragsergebnis p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px; }
  #freibetragsergebnis #freibetrag {
    font-size: 16px; }

.nny-tag {
  color: #727b99;
  font-size: 1rem;
  padding: 10px 15px;
  border: 1px solid #aab9e6;
  border-radius: 3px; }

.nny-card {
  border: 1px solid #d4e4fe;
  background-color: #f9fbff;
  border-radius: 3px;
  display: flex;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .nny-card:hover {
    border-color: #aab9e6;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .nny-card h1 {
    color: #041429 !important;
    padding: 0 !important;
    font-size: 2.5rem; }
  .nny-card p {
    color: #727b99 !important;
    padding: 0 !important;
    font-size: 1rem !important; }
  .nny-card .read-more {
    color: #367bfd !important; }

h3.mauticform-label {
  font-size: 2em; }

.partner-headline, .partner-anim, .partner-support-text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

.partner-row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }

.partner-anim-block {
  max-width: 49%; }

.partner-anim-heading {
  margin-top: 0px; }

.partner-anim video {
  width: 95%;
  border: 1px solid #9d9d9d;
  box-shadow: 3px 3px #9d9d9d;
  margin: 10px; }

.pricecard-partner .reduced-price {
  color: #dd5d5d !important; }

.separator {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/next.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.flag {
  display: inline-block;
  width: 25px;
  height: 15px;
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px; }

.wrong-country-bar {
  background-color: #d4e4fe;
  padding: 15px 0;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999; }
  .wrong-country-bar .row {
    align-items: center; }
  @media (max-width: 1199px) {
    .wrong-country-bar .col {
      text-align: center; } }
  .wrong-country-bar .country-ctas {
    display: inline-block; }
  @media (max-width: 1199px) {
    .wrong-country-bar .country-ctas {
      display: block;
      width: 100%;
      text-align: center; } }
  .wrong-country-bar .nny-cta-button {
    margin-left: 15px;
    display: none;
    padding: 7px 15px;
    margin-top: 4px;
    margin-bottom: 4px; }
  @media (max-width: 1199px) {
    .wrong-country-bar .nny-cta-button {
      margin-top: 10px; } }
  .wrong-country-bar .close {
    position: absolute;
    bottom: 12px;
    right: 15px; }
    .wrong-country-bar .close:hover {
      cursor: pointer; }

.top-nav-bar {
  background-color: #fafafa;
  padding-top: 13px;
  padding-bottom: 13px;
  position: fixed;
  width: 100%;
  z-index: 99; }
@media (max-width: 1199px) {
  .top-nav-bar.footer-bar {
    display: block; } }
@media (max-width: 1199px) {
  .top-nav-bar {
    display: none; } }
.top-nav-bar .col div {
  display: inline-block; }
  .top-nav-bar .col div:last-child {
    float: right; }
.top-nav-bar .textwidget p {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #727b99 !important;
  font-size: 1rem; }
@media (max-width: 649px) {
  .top-nav-bar .textwidget p {
    width: 100%;
    text-align: center; } }
.top-nav-bar .textwidget p a {
  color: #727b99 !important;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #727b99; }
  .top-nav-bar .textwidget p a:first-child {
    padding-left: 0; }
  .top-nav-bar .textwidget p a:last-child {
    padding-right: 0;
    border-right: none; }
.top-nav-bar .process-icons-inline {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #727b99; }
@media (max-width: 899px) {
  .top-nav-bar .process-icons-inline {
    display: none !important; } }
.top-nav-bar .process-icons-inline img {
  display: inline-block;
  height: 24px;
  width: auto;
  margin-right: 15px; }

.woocommerce-checkout .top-nav-bar.footer-bar {
  display: block !important; }

#wrapper-navbar {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding-top: 56px; }
@media (max-width: 1199px) {
  #wrapper-navbar {
    padding-top: 0; } }

#main-nav {
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  #main-nav p {
    margin-top: 0;
    margin-bottom: 0; }
  #main-nav.mobile-menu-active {
    background-color: #ffffff; }
    #main-nav.mobile-menu-active .nny-cta-button {
      display: none; }
  #main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (max-width: 1199px) {
    #main-nav .container {
      padding-top: 25px;
      padding-bottom: 25px; } }

.page-template-page-checkout-header-footer #main-nav {
  background-color: #ffffff; }

.nny-brand {
  display: inline-block; }
  .nny-brand .navbar-brand {
    display: inline-block; }
    .nny-brand .navbar-brand.reversed-logo {
      display: none; }
    .nny-brand .navbar-brand.ksv-logo {
      margin-left: 20px; }
    .nny-brand .navbar-brand img {
      height: 32px;
      width: auto; }
    @media (max-width: 1199px) {
      .nny-brand .navbar-brand img {
        height: 24px; } }

.navbar-toggler {
  display: none; }
@media (max-width: 1199px) {
  .navbar-toggler {
    display: inline-block; } }

#nny-navigation div {
  display: inline-block; }
@media (max-width: 1199px) {
  #nny-navigation #nny-nav-dropdown {
    overflow: scroll;
    display: none;
    opacity: 0;
    position: fixed;
    text-align: center;
    padding-bottom: 50px;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1; } }
#nny-navigation #nny-nav-dropdown.show {
  opacity: 1; }
#nny-navigation #nny-nav-dropdown .mobile-top-navbar {
  display: none;
  margin-top: 30px; }
@media (max-width: 1199px) {
  #nny-navigation #nny-nav-dropdown .mobile-top-navbar {
    display: block; } }
#nny-navigation #nny-nav-dropdown .mobile-top-navbar .process-icons-inline {
  display: none; }
#nny-navigation #nny-nav-dropdown .mobile-top-navbar .col-sm-6:last-child {
  display: none; }
#nny-navigation #nny-nav-dropdown .mobile-top-navbar a {
  color: #727b99 !important;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #727b99; }
  #nny-navigation #nny-nav-dropdown .mobile-top-navbar a:first-child {
    padding-left: 0; }
  #nny-navigation #nny-nav-dropdown .mobile-top-navbar a:last-child {
    padding-right: 0;
    border-right: none; }
#nny-navigation #nny-nav-dropdown .menu-footer-bar-container {
  display: none; }
  #nny-navigation #nny-nav-dropdown .menu-footer-bar-container ul {
    list-style: none;
    padding-left: 0; }
    #nny-navigation #nny-nav-dropdown .menu-footer-bar-container ul li {
      display: inline; }
      #nny-navigation #nny-nav-dropdown .menu-footer-bar-container ul li a {
        font-size: 1.286rem;
        color: #404e7a;
        padding-left: 8px;
        padding-right: 8px; }
  @media (max-width: 1199px) {
    #nny-navigation #nny-nav-dropdown .menu-footer-bar-container {
      display: block; } }
#nny-navigation .nny-cta-button {
  margin-left: 21px;
  padding: 11px 19px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1rem; }
@media (max-width: 1199px) {
  #nny-navigation .nny-cta-button {
    display: inline-block;
    padding: 6px 14px;
    float: left;
    margin-left: 14px; } }

#navbarNavDropdown {
  display: inline-block; }
  #navbarNavDropdown ul {
    list-style: none;
    padding-left: 0; }
  @media (max-width: 1199px) {
    #navbarNavDropdown ul {
      text-align: center;
      margin-top: 25px; } }
  #navbarNavDropdown ul li {
    display: inline;
    padding-left: 23px; }
    #navbarNavDropdown ul li.seperator-left {
      padding-left: 11px;
      margin-left: 11px;
      border-left: 2px solid #404e7a; }
    @media (max-width: 1199px) {
      #navbarNavDropdown ul li {
        display: block;
        text-align: center;
        margin-bottom: 44px;
        padding-left: 0; }
        #navbarNavDropdown ul li.seperator-left {
          margin-left: 0;
          border-left: none; } }
    #navbarNavDropdown ul li a {
      color: #404e7a;
      font-size: 1.143rem;
      text-decoration: none; }
    @media (max-width: 1199px) {
      #navbarNavDropdown ul li a {
        font-size: 1.286rem; } }

@media (max-width: 649px) {
  .nny-portal-ksv #page-wrapper {
    padding-top: 80px; } }
@media (max-width: 649px) {
  .nny-portal-ksv #nny-navigation .nny-cta-button {
    display: none; } }
@media (max-width: 649px) {
  .nny-portal-ksv .nny-brand .navbar-brand img {
    height: 22px; } }
.nny-portal-ksv #ksv-sticky-cta {
  display: none; }
@media (max-width: 649px) {
  .nny-portal-ksv #ksv-sticky-cta {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px;
    width: 100%; }
    .nny-portal-ksv #ksv-sticky-cta .nny-cta-button {
      width: 100%;
      text-align: center; } }

@media (max-width: 1199px) {
  .admin-bar #nny-navigation #nny-nav-dropdown {
    top: 126px; } }

.page-template-page-hero #page-wrapper, .post-template-default #page-wrapper {
  padding-top: 0; }
  .page-template-page-hero.nny-transparent-header #main-nav, .post-template-default.nny-transparent-header #main-nav {
    background-color: transparent !important; }
  .page-template-page-hero.nny-transparent-header .nny-brand .navbar-brand, .post-template-default.nny-transparent-header .nny-brand .navbar-brand {
    display: none; }
    .page-template-page-hero.nny-transparent-header .nny-brand .navbar-brand.reversed-logo, .post-template-default.nny-transparent-header .nny-brand .navbar-brand.reversed-logo {
      display: inline-block; }
  .page-template-page-hero.nny-transparent-header .hamburger.is-active .hamburger-inner, .post-template-default.nny-transparent-header .hamburger.is-active .hamburger-inner, .page-template-page-hero.nny-transparent-header .hamburger.is-active .hamburger-inner::before, .post-template-default.nny-transparent-header .hamburger.is-active .hamburger-inner::before, .page-template-page-hero.nny-transparent-header .hamburger.is-active .hamburger-inner::after, .post-template-default.nny-transparent-header .hamburger.is-active .hamburger-inner::after {
    background-color: #e7eef6; }
  .page-template-page-hero.nny-transparent-header .hamburger-inner, .post-template-default.nny-transparent-header .hamburger-inner, .page-template-page-hero.nny-transparent-header .hamburger-inner::before, .post-template-default.nny-transparent-header .hamburger-inner::before, .page-template-page-hero.nny-transparent-header .hamburger-inner::after, .post-template-default.nny-transparent-header .hamburger-inner::after {
    width: 26px;
    height: 4px;
    background-color: #e7eef6;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .page-template-page-hero.nny-transparent-header #navbarNavDropdown ul li a, .post-template-default.nny-transparent-header #navbarNavDropdown ul li a {
    color: #e7eef6 !important; }
  .page-template-page-hero.nny-transparent-header #navbarNavDropdown ul li.seperator-left, .post-template-default.nny-transparent-header #navbarNavDropdown ul li.seperator-left {
    border-left-color: #e7eef6 !important; }
  .page-template-page-hero.nny-transparent-header .top-nav-bar, .post-template-default.nny-transparent-header .top-nav-bar {
    background-color: transparent; }
  .page-template-page-hero.nny-transparent-header .top-nav-bar .textwidget p a, .post-template-default.nny-transparent-header .top-nav-bar .textwidget p a {
    color: #e7eef6 !important; }
  .page-template-page-hero.nny-transparent-header .top-nav-bar .col div.payment-options, .post-template-default.nny-transparent-header .top-nav-bar .col div.payment-options {
    opacity: 0.7; }

.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  margin-left: 16px;
  margin-top: 3px;
  float: right; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #041429; }

.hamburger-box {
  width: 26px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 4px;
  background-color: #041429;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

#wrapper-footer {
  background-color: #ffffff; }

footer {
  padding-top: 40px;
  padding-bottom: 40px; }
  footer .footer-widget:last-child {
    text-align: right; }
  @media (max-width: 991px) {
    footer .footer-widget:last-child {
      text-align: left; } }
@media (max-width: 767px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .footer-widget {
      border-bottom: 1px solid #d8d8d8; }
    footer .footer-widget div:first-child {
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center; }
    footer .footer-widget:last-child div:first-child {
      border-bottom: none; } }
footer .textwidget p {
  margin-bottom: 0; }
footer .textwidget p img {
  width: 50%;
  height: auto;
  display: block;
  margin-bottom: 20px; }
  footer .textwidget p img:first-child {
    width: 70%; }
  @media (max-width: 991px) {
    footer .textwidget p img:first-child {
      width: 50%; } }
@media (max-width: 767px) {
  footer .textwidget p img:first-child {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; } }
@media (max-width: 649px) {
  footer .textwidget p img:first-child {
    width: 45%; } }
@media (max-width: 575px) {
  footer .textwidget p img:first-child {
    width: 60%; } }
footer .textwidget p img.ksv-logo {
  width: 50% !important; }
@media (max-width: 991px) {
  footer .textwidget p img.ksv-logo {
    width: 30% !important; } }
@media (max-width: 767px) {
  footer .textwidget p img.ksv-logo {
    width: 20% !important; } }
@media (max-width: 649px) {
  footer .textwidget p img.ksv-logo {
    width: 30% !important; } }
@media (max-width: 575px) {
  footer .textwidget p img.ksv-logo {
    width: 40% !important; } }
footer .navbar-brand img {
  height: 32px;
  width: auto;
  margin-bottom: 44px; }
@media (max-width: 767px) {
  footer .navbar-brand img {
    height: 22px;
    margin-bottom: 20px; } }
footer .nny_partner_logos .partner-logo {
  height: 35px;
  margin-bottom: 35px; }
@media (max-width: 767px) {
  footer .nny_partner_logos .partner-logo {
    height: 50px; } }
footer .nny_partner_logos .partner-logo.badge_de_hell-svg, footer .nny_partner_logos .partner-logo.badge_at_weiss-svg, footer .nny_partner_logos .partner-logo.badge_ch_hell-svg, footer .nny_partner_logos .partner-logo.badge_es_red-png {
  height: 115px;
  width: 190px;
  margin-right: 15px;
  margin-bottom: 20px; }
footer .menu-footer-menu-container ul, footer .menu-footer-menu-short-container ul {
  list-style: none;
  padding-left: 0; }
@media (max-width: 767px) {
  footer .menu-footer-menu-container ul, footer .menu-footer-menu-short-container ul {
    text-align: left;
    padding-left: 15px; } }
footer .menu-footer-menu-container ul li a, footer .menu-footer-menu-short-container ul li a {
  display: block;
  margin-bottom: 8px;
  color: #404e7a !important; }
@media (max-width: 767px) {
  footer .menu-footer-menu-container ul li a, footer .menu-footer-menu-short-container ul li a {
    margin-bottom: 28px; } }
footer .menu-footer-menu-container.countries ul li {
  display: block; }
  footer .menu-footer-menu-container.countries ul li .flag {
    transform: translate(0, 3px); }
  footer .menu-footer-menu-container.countries ul li a {
    display: inline-block; }

.footer-bar {
  background-color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative; }
@media (max-width: 767px) {
  .footer-bar {
    display: block; } }
.footer-bar .menu {
  margin-top: 5px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  text-align: center; }
@media (max-width: 991px) {
  .footer-bar .menu {
    text-align: right; } }
@media (max-width: 767px) {
  .footer-bar .menu {
    text-align: center; } }
.footer-bar .menu li {
  font-size: 1rem;
  display: inline; }
  .footer-bar .menu li a {
    display: inline-block;
    padding-left: 3px;
    padding-right: 6px;
    border-right: 1px solid #727b99; }
  .footer-bar .menu li:last-child a {
    border-right: none; }
.footer-bar a {
  color: #727b99 !important; }
.footer-bar .textwidget p {
  margin-top: 5px; }
@media (max-width: 767px) {
  .footer-bar .textwidget p {
    text-align: center;
    margin-bottom: 15px; } }
@media (max-width: 991px) {
  .footer-bar .payment-options {
    text-align: left;
    margin-top: 15px; } }
@media (max-width: 767px) {
  .footer-bar .payment-options {
    text-align: center;
    margin-top: 20px;
    display: block; } }

.facts hr {
  width: 80%;
  height: 2px; }
.facts .facts-row {
  padding-top: 38px;
  padding-bottom: 100px;
  align-items: flex-end; }
@media (max-width: 767px) {
  .facts .facts-row {
    padding-bottom: 50px; } }
.facts .number {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 3.571rem;
  font-weight: 900;
  margin-bottom: 53px;
  margin-top: 14px; }
@media (max-width: 767px) {
  .facts .number {
    margin-bottom: 20px;
    margin-top: 0; } }
@media (max-width: 649px) {
  .facts .number {
    font-size: 2.8rem; } }
.facts .image {
  margin-bottom: 39px;
  overflow: hidden; }
@media (max-width: 767px) {
  .facts .image {
    margin-bottom: 20px;
    margin-top: 5px;
    margin-top: 0; } }
.facts .image img {
  height: 87px;
  width: auto; }
.facts .label {
  font-size: 1.286rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #162141;
  display: block;
  text-align: center; }
@media (max-width: 767px) {
  .facts .label {
    margin-bottom: 30px; } }
@media (max-width: 649px) {
  .facts .label {
    font-size: 1rem; } }
.facts .latest-order {
  text-align: center;
  margin-bottom: 39px; }
@media (max-width: 767px) {
  .facts .latest-order {
    margin-top: 20px; } }
.facts .latest-order .company {
  display: block;
  width: 100%;
  font-size: 1.286rem;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  padding: 0 15px; }
@media (max-width: 991px) {
  .facts .latest-order .company {
    padding: 0; } }
@media (max-width: 649px) {
  .facts .latest-order .company {
    padding: 0 30%; } }
@media (max-width: 575px) {
  .facts .latest-order .company {
    padding: 0 15px; } }
.facts .latest-order .status-badge {
  margin-top: 12px; }

.nny-inline-facts {
  display: flex;
  justify-content: space-evenly;
  padding-top: 40px; }
@media (max-width: 767px) {
  .nny-inline-facts {
    display: block;
    padding-top: 0; } }
.nny-inline-facts .fact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px; }
@media (max-width: 767px) {
  .nny-inline-facts .fact {
    width: 50%;
    display: inline-flex;
    margin-bottom: 25px; } }
.nny-inline-facts .fact-icon {
  width: 100%;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
.nny-inline-facts .fact-label {
  font-size: 1.286rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #162141;
  text-align: center; }
@media (max-width: 649px) {
  .nny-inline-facts .fact-label {
    font-size: 1rem; } }
