@charset "UTF-8";
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.is-size-1 {
  font-size: 3rem !important; }

.is-size-2 {
  font-size: 2.5rem !important; }

.is-size-3 {
  font-size: 2rem !important; }

.is-size-4 {
  font-size: 1.83333rem !important; }

.is-size-5 {
  font-size: 1.33333rem !important; }

.is-size-6 {
  font-size: 1.16667rem !important; }

.is-size-7 {
  font-size: 1rem !important; }

.is-size-8 {
  font-size: 0.5rem !important; }

.has-text-weight-black {
  font-weight: 900 !important; }

.has-text-weight-extra-bold {
  font-weight: 800 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.has-text-weight-medium {
  font-weight: 500 !important; }

.has-text-weight-regular {
  font-weight: 400 !important; }

.has-text-italic {
  font-style: italic; }

.has-text-black {
  color: #36311E !important; }
  .has-text-black * {
    color: #36311E !important; }

.has-background-black {
  background-color: #36311E !important; }

.has-text-grey-dark {
  color: #9B9B9B !important; }
  .has-text-grey-dark * {
    color: #9B9B9B !important; }

.has-background-grey-dark {
  background-color: #9B9B9B !important; }

.has-text-grey {
  color: #D5D5D5 !important; }
  .has-text-grey * {
    color: #D5D5D5 !important; }

.has-background-grey {
  background-color: #D5D5D5 !important; }

.has-text-grey-light {
  color: #F6F4F0 !important; }
  .has-text-grey-light * {
    color: #F6F4F0 !important; }

.has-background-grey-light {
  background-color: #F6F4F0 !important; }

.has-text-white {
  color: #FEFEFF !important; }
  .has-text-white * {
    color: #FEFEFF !important; }

.has-background-white {
  background-color: #FEFEFF !important; }

.has-text-primary {
  color: #99CC33 !important; }
  .has-text-primary * {
    color: #99CC33 !important; }

.has-background-primary {
  background-color: #99CC33 !important; }

.has-text-primary-dark {
  color: #228042 !important; }
  .has-text-primary-dark * {
    color: #228042 !important; }

.has-background-primary-dark {
  background-color: #228042 !important; }

.has-text-primary-light {
  color: #B8E986 !important; }
  .has-text-primary-light * {
    color: #B8E986 !important; }

.has-background-primary-light {
  background-color: #B8E986 !important; }

.has-text-secondary {
  color: #FFCC00 !important; }
  .has-text-secondary * {
    color: #FFCC00 !important; }

.has-background-secondary {
  background-color: #FFCC00 !important; }

.has-text-danger {
  color: #FF0000 !important; }
  .has-text-danger * {
    color: #FF0000 !important; }

.has-background-danger {
  background-color: #FF0000 !important; }

.has-text-left {
  text-align: left !important; }

.has-text-center {
  text-align: center !important; }

.has-text-right {
  text-align: right !important; }

.is-fullwidth {
  width: 100%; }

.m-a-0 {
  margin: 0 !important; }

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.mi-x-0 *:not(:last-child) {
  margin-right: 0 !important; }

.mi-y-0 *:not(:last-child) {
  margin-bottom: 0 !important; }

.p-a-0 {
  padding: 0 !important; }

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.m-a-1 {
  margin: 0.5rem !important; }

.m-x-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.m-y-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-t-1 {
  margin-top: 0.5rem !important; }

.m-b-1 {
  margin-bottom: 0.5rem !important; }

.m-l-1 {
  margin-left: 0.5rem !important; }

.m-r-1 {
  margin-right: 0.5rem !important; }

.mi-x-1 *:not(:last-child) {
  margin-right: 0.5rem !important; }

.mi-y-1 *:not(:last-child) {
  margin-bottom: 0.5rem !important; }

.p-a-1 {
  padding: 0.5rem !important; }

.p-x-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.p-y-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-t-1 {
  padding-top: 0.5rem !important; }

.p-b-1 {
  padding-bottom: 0.5rem !important; }

.p-l-1 {
  padding-left: 0.5rem !important; }

.p-r-1 {
  padding-right: 0.5rem !important; }

.m-a-2 {
  margin: 1rem !important; }

.m-x-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.m-y-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-t-2 {
  margin-top: 1rem !important; }

.m-b-2 {
  margin-bottom: 1rem !important; }

.m-l-2 {
  margin-left: 1rem !important; }

.m-r-2 {
  margin-right: 1rem !important; }

.mi-x-2 *:not(:last-child) {
  margin-right: 1rem !important; }

.mi-y-2 *:not(:last-child) {
  margin-bottom: 1rem !important; }

.p-a-2 {
  padding: 1rem !important; }

.p-x-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.p-y-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-t-2 {
  padding-top: 1rem !important; }

.p-b-2 {
  padding-bottom: 1rem !important; }

.p-l-2 {
  padding-left: 1rem !important; }

.p-r-2 {
  padding-right: 1rem !important; }

.m-a-3 {
  margin: 1.5rem !important; }

.m-x-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.m-y-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-t-3 {
  margin-top: 1.5rem !important; }

.m-b-3 {
  margin-bottom: 1.5rem !important; }

.m-l-3 {
  margin-left: 1.5rem !important; }

.m-r-3 {
  margin-right: 1.5rem !important; }

.mi-x-3 *:not(:last-child) {
  margin-right: 1.5rem !important; }

.mi-y-3 *:not(:last-child) {
  margin-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 1.5rem !important; }

.p-x-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.p-y-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-t-3 {
  padding-top: 1.5rem !important; }

.p-b-3 {
  padding-bottom: 1.5rem !important; }

.p-l-3 {
  padding-left: 1.5rem !important; }

.p-r-3 {
  padding-right: 1.5rem !important; }

.m-a-4 {
  margin: 2rem !important; }

.m-x-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.m-y-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.m-t-4 {
  margin-top: 2rem !important; }

.m-b-4 {
  margin-bottom: 2rem !important; }

.m-l-4 {
  margin-left: 2rem !important; }

.m-r-4 {
  margin-right: 2rem !important; }

.mi-x-4 *:not(:last-child) {
  margin-right: 2rem !important; }

.mi-y-4 *:not(:last-child) {
  margin-bottom: 2rem !important; }

.p-a-4 {
  padding: 2rem !important; }

.p-x-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.p-y-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-t-4 {
  padding-top: 2rem !important; }

.p-b-4 {
  padding-bottom: 2rem !important; }

.p-l-4 {
  padding-left: 2rem !important; }

.p-r-4 {
  padding-right: 2rem !important; }

.m-a-5 {
  margin: 4rem !important; }

.m-x-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.m-y-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.m-t-5 {
  margin-top: 4rem !important; }

.m-b-5 {
  margin-bottom: 4rem !important; }

.m-l-5 {
  margin-left: 4rem !important; }

.m-r-5 {
  margin-right: 4rem !important; }

.mi-x-5 *:not(:last-child) {
  margin-right: 4rem !important; }

.mi-y-5 *:not(:last-child) {
  margin-bottom: 4rem !important; }

.p-a-5 {
  padding: 4rem !important; }

.p-x-5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.p-y-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.p-t-5 {
  padding-top: 4rem !important; }

.p-b-5 {
  padding-bottom: 4rem !important; }

.p-l-5 {
  padding-left: 4rem !important; }

.p-r-5 {
  padding-right: 4rem !important; }

.m-a-6 {
  margin: 6rem !important; }

.m-x-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }

.m-y-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.m-t-6 {
  margin-top: 6rem !important; }

.m-b-6 {
  margin-bottom: 6rem !important; }

.m-l-6 {
  margin-left: 6rem !important; }

.m-r-6 {
  margin-right: 6rem !important; }

.mi-x-6 *:not(:last-child) {
  margin-right: 6rem !important; }

.mi-y-6 *:not(:last-child) {
  margin-bottom: 6rem !important; }

.p-a-6 {
  padding: 6rem !important; }

.p-x-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

.p-y-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.p-t-6 {
  padding-top: 6rem !important; }

.p-b-6 {
  padding-bottom: 6rem !important; }

.p-l-6 {
  padding-left: 6rem !important; }

.p-r-6 {
  padding-right: 6rem !important; }

.m-a-7 {
  margin: 9rem !important; }

.m-x-7 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }

.m-y-7 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

.m-t-7 {
  margin-top: 9rem !important; }

.m-b-7 {
  margin-bottom: 9rem !important; }

.m-l-7 {
  margin-left: 9rem !important; }

.m-r-7 {
  margin-right: 9rem !important; }

.mi-x-7 *:not(:last-child) {
  margin-right: 9rem !important; }

.mi-y-7 *:not(:last-child) {
  margin-bottom: 9rem !important; }

.p-a-7 {
  padding: 9rem !important; }

.p-x-7 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }

.p-y-7 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

.p-t-7 {
  padding-top: 9rem !important; }

.p-b-7 {
  padding-bottom: 9rem !important; }

.p-l-7 {
  padding-left: 9rem !important; }

.p-r-7 {
  padding-right: 9rem !important; }

.m-a-8 {
  margin: 12rem !important; }

.m-x-8 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }

.m-y-8 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

.m-t-8 {
  margin-top: 12rem !important; }

.m-b-8 {
  margin-bottom: 12rem !important; }

.m-l-8 {
  margin-left: 12rem !important; }

.m-r-8 {
  margin-right: 12rem !important; }

.mi-x-8 *:not(:last-child) {
  margin-right: 12rem !important; }

.mi-y-8 *:not(:last-child) {
  margin-bottom: 12rem !important; }

.p-a-8 {
  padding: 12rem !important; }

.p-x-8 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }

.p-y-8 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

.p-t-8 {
  padding-top: 12rem !important; }

.p-b-8 {
  padding-bottom: 12rem !important; }

.p-l-8 {
  padding-left: 12rem !important; }

.p-r-8 {
  padding-right: 12rem !important; }

.m-a-9 {
  margin: 15rem !important; }

.m-x-9 {
  margin-left: 15rem !important;
  margin-right: 15rem !important; }

.m-y-9 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }

.m-t-9 {
  margin-top: 15rem !important; }

.m-b-9 {
  margin-bottom: 15rem !important; }

.m-l-9 {
  margin-left: 15rem !important; }

.m-r-9 {
  margin-right: 15rem !important; }

.mi-x-9 *:not(:last-child) {
  margin-right: 15rem !important; }

.mi-y-9 *:not(:last-child) {
  margin-bottom: 15rem !important; }

.p-a-9 {
  padding: 15rem !important; }

.p-x-9 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }

.p-y-9 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }

.p-t-9 {
  padding-top: 15rem !important; }

.p-b-9 {
  padding-bottom: 15rem !important; }

.p-l-9 {
  padding-left: 15rem !important; }

.p-r-9 {
  padding-right: 15rem !important; }

@media only screen and (min-width: 1280px) and (max-width: 1471px) {
  .m-a-widescreen-0 {
    margin: 0 !important; }
  .m-x-widescreen-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .m-y-widescreen-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-t-widescreen-0 {
    margin-top: 0 !important; }
  .m-b-widescreen-0 {
    margin-bottom: 0 !important; }
  .m-l-widescreen-0 {
    margin-left: 0 !important; }
  .m-r-widescreen-0 {
    margin-right: 0 !important; }
  .mi-x-widescreen-0 *:not(:last-child) {
    margin-right: 0 !important; }
  .mi-y-widescreen-0 *:not(:last-child) {
    margin-bottom: 0 !important; }
  .p-a-widescreen-0 {
    padding: 0 !important; }
  .p-x-widescreen-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .p-y-widescreen-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-t-widescreen-0 {
    padding-top: 0 !important; }
  .p-b-widescreen-0 {
    padding-bottom: 0 !important; }
  .p-l-widescreen-0 {
    padding-left: 0 !important; }
  .p-r-widescreen-0 {
    padding-right: 0 !important; }
  .m-a-widescreen-1 {
    margin: 0.5rem !important; }
  .m-x-widescreen-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .m-y-widescreen-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-t-widescreen-1 {
    margin-top: 0.5rem !important; }
  .m-b-widescreen-1 {
    margin-bottom: 0.5rem !important; }
  .m-l-widescreen-1 {
    margin-left: 0.5rem !important; }
  .m-r-widescreen-1 {
    margin-right: 0.5rem !important; }
  .mi-x-widescreen-1 *:not(:last-child) {
    margin-right: 0.5rem !important; }
  .mi-y-widescreen-1 *:not(:last-child) {
    margin-bottom: 0.5rem !important; }
  .p-a-widescreen-1 {
    padding: 0.5rem !important; }
  .p-x-widescreen-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .p-y-widescreen-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-t-widescreen-1 {
    padding-top: 0.5rem !important; }
  .p-b-widescreen-1 {
    padding-bottom: 0.5rem !important; }
  .p-l-widescreen-1 {
    padding-left: 0.5rem !important; }
  .p-r-widescreen-1 {
    padding-right: 0.5rem !important; }
  .m-a-widescreen-2 {
    margin: 1rem !important; }
  .m-x-widescreen-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .m-y-widescreen-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-t-widescreen-2 {
    margin-top: 1rem !important; }
  .m-b-widescreen-2 {
    margin-bottom: 1rem !important; }
  .m-l-widescreen-2 {
    margin-left: 1rem !important; }
  .m-r-widescreen-2 {
    margin-right: 1rem !important; }
  .mi-x-widescreen-2 *:not(:last-child) {
    margin-right: 1rem !important; }
  .mi-y-widescreen-2 *:not(:last-child) {
    margin-bottom: 1rem !important; }
  .p-a-widescreen-2 {
    padding: 1rem !important; }
  .p-x-widescreen-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .p-y-widescreen-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-t-widescreen-2 {
    padding-top: 1rem !important; }
  .p-b-widescreen-2 {
    padding-bottom: 1rem !important; }
  .p-l-widescreen-2 {
    padding-left: 1rem !important; }
  .p-r-widescreen-2 {
    padding-right: 1rem !important; }
  .m-a-widescreen-3 {
    margin: 1.5rem !important; }
  .m-x-widescreen-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .m-y-widescreen-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-t-widescreen-3 {
    margin-top: 1.5rem !important; }
  .m-b-widescreen-3 {
    margin-bottom: 1.5rem !important; }
  .m-l-widescreen-3 {
    margin-left: 1.5rem !important; }
  .m-r-widescreen-3 {
    margin-right: 1.5rem !important; }
  .mi-x-widescreen-3 *:not(:last-child) {
    margin-right: 1.5rem !important; }
  .mi-y-widescreen-3 *:not(:last-child) {
    margin-bottom: 1.5rem !important; }
  .p-a-widescreen-3 {
    padding: 1.5rem !important; }
  .p-x-widescreen-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .p-y-widescreen-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-t-widescreen-3 {
    padding-top: 1.5rem !important; }
  .p-b-widescreen-3 {
    padding-bottom: 1.5rem !important; }
  .p-l-widescreen-3 {
    padding-left: 1.5rem !important; }
  .p-r-widescreen-3 {
    padding-right: 1.5rem !important; }
  .m-a-widescreen-4 {
    margin: 2rem !important; }
  .m-x-widescreen-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .m-y-widescreen-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-t-widescreen-4 {
    margin-top: 2rem !important; }
  .m-b-widescreen-4 {
    margin-bottom: 2rem !important; }
  .m-l-widescreen-4 {
    margin-left: 2rem !important; }
  .m-r-widescreen-4 {
    margin-right: 2rem !important; }
  .mi-x-widescreen-4 *:not(:last-child) {
    margin-right: 2rem !important; }
  .mi-y-widescreen-4 *:not(:last-child) {
    margin-bottom: 2rem !important; }
  .p-a-widescreen-4 {
    padding: 2rem !important; }
  .p-x-widescreen-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .p-y-widescreen-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-t-widescreen-4 {
    padding-top: 2rem !important; }
  .p-b-widescreen-4 {
    padding-bottom: 2rem !important; }
  .p-l-widescreen-4 {
    padding-left: 2rem !important; }
  .p-r-widescreen-4 {
    padding-right: 2rem !important; }
  .m-a-widescreen-5 {
    margin: 4rem !important; }
  .m-x-widescreen-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .m-y-widescreen-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-t-widescreen-5 {
    margin-top: 4rem !important; }
  .m-b-widescreen-5 {
    margin-bottom: 4rem !important; }
  .m-l-widescreen-5 {
    margin-left: 4rem !important; }
  .m-r-widescreen-5 {
    margin-right: 4rem !important; }
  .mi-x-widescreen-5 *:not(:last-child) {
    margin-right: 4rem !important; }
  .mi-y-widescreen-5 *:not(:last-child) {
    margin-bottom: 4rem !important; }
  .p-a-widescreen-5 {
    padding: 4rem !important; }
  .p-x-widescreen-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .p-y-widescreen-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-t-widescreen-5 {
    padding-top: 4rem !important; }
  .p-b-widescreen-5 {
    padding-bottom: 4rem !important; }
  .p-l-widescreen-5 {
    padding-left: 4rem !important; }
  .p-r-widescreen-5 {
    padding-right: 4rem !important; }
  .m-a-widescreen-6 {
    margin: 6rem !important; }
  .m-x-widescreen-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .m-y-widescreen-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .m-t-widescreen-6 {
    margin-top: 6rem !important; }
  .m-b-widescreen-6 {
    margin-bottom: 6rem !important; }
  .m-l-widescreen-6 {
    margin-left: 6rem !important; }
  .m-r-widescreen-6 {
    margin-right: 6rem !important; }
  .mi-x-widescreen-6 *:not(:last-child) {
    margin-right: 6rem !important; }
  .mi-y-widescreen-6 *:not(:last-child) {
    margin-bottom: 6rem !important; }
  .p-a-widescreen-6 {
    padding: 6rem !important; }
  .p-x-widescreen-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .p-y-widescreen-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .p-t-widescreen-6 {
    padding-top: 6rem !important; }
  .p-b-widescreen-6 {
    padding-bottom: 6rem !important; }
  .p-l-widescreen-6 {
    padding-left: 6rem !important; }
  .p-r-widescreen-6 {
    padding-right: 6rem !important; }
  .m-a-widescreen-7 {
    margin: 9rem !important; }
  .m-x-widescreen-7 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .m-y-widescreen-7 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .m-t-widescreen-7 {
    margin-top: 9rem !important; }
  .m-b-widescreen-7 {
    margin-bottom: 9rem !important; }
  .m-l-widescreen-7 {
    margin-left: 9rem !important; }
  .m-r-widescreen-7 {
    margin-right: 9rem !important; }
  .mi-x-widescreen-7 *:not(:last-child) {
    margin-right: 9rem !important; }
  .mi-y-widescreen-7 *:not(:last-child) {
    margin-bottom: 9rem !important; }
  .p-a-widescreen-7 {
    padding: 9rem !important; }
  .p-x-widescreen-7 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .p-y-widescreen-7 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .p-t-widescreen-7 {
    padding-top: 9rem !important; }
  .p-b-widescreen-7 {
    padding-bottom: 9rem !important; }
  .p-l-widescreen-7 {
    padding-left: 9rem !important; }
  .p-r-widescreen-7 {
    padding-right: 9rem !important; }
  .m-a-widescreen-8 {
    margin: 12rem !important; }
  .m-x-widescreen-8 {
    margin-left: 12rem !important;
    margin-right: 12rem !important; }
  .m-y-widescreen-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .m-t-widescreen-8 {
    margin-top: 12rem !important; }
  .m-b-widescreen-8 {
    margin-bottom: 12rem !important; }
  .m-l-widescreen-8 {
    margin-left: 12rem !important; }
  .m-r-widescreen-8 {
    margin-right: 12rem !important; }
  .mi-x-widescreen-8 *:not(:last-child) {
    margin-right: 12rem !important; }
  .mi-y-widescreen-8 *:not(:last-child) {
    margin-bottom: 12rem !important; }
  .p-a-widescreen-8 {
    padding: 12rem !important; }
  .p-x-widescreen-8 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; }
  .p-y-widescreen-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .p-t-widescreen-8 {
    padding-top: 12rem !important; }
  .p-b-widescreen-8 {
    padding-bottom: 12rem !important; }
  .p-l-widescreen-8 {
    padding-left: 12rem !important; }
  .p-r-widescreen-8 {
    padding-right: 12rem !important; }
  .m-a-widescreen-9 {
    margin: 15rem !important; }
  .m-x-widescreen-9 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .m-y-widescreen-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .m-t-widescreen-9 {
    margin-top: 15rem !important; }
  .m-b-widescreen-9 {
    margin-bottom: 15rem !important; }
  .m-l-widescreen-9 {
    margin-left: 15rem !important; }
  .m-r-widescreen-9 {
    margin-right: 15rem !important; }
  .mi-x-widescreen-9 *:not(:last-child) {
    margin-right: 15rem !important; }
  .mi-y-widescreen-9 *:not(:last-child) {
    margin-bottom: 15rem !important; }
  .p-a-widescreen-9 {
    padding: 15rem !important; }
  .p-x-widescreen-9 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .p-y-widescreen-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .p-t-widescreen-9 {
    padding-top: 15rem !important; }
  .p-b-widescreen-9 {
    padding-bottom: 15rem !important; }
  .p-l-widescreen-9 {
    padding-left: 15rem !important; }
  .p-r-widescreen-9 {
    padding-right: 15rem !important; } }

@media only screen and (min-width: 1088px) and (max-width: 1279px) {
  .m-a-desktop-0 {
    margin: 0 !important; }
  .m-x-desktop-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .m-y-desktop-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-t-desktop-0 {
    margin-top: 0 !important; }
  .m-b-desktop-0 {
    margin-bottom: 0 !important; }
  .m-l-desktop-0 {
    margin-left: 0 !important; }
  .m-r-desktop-0 {
    margin-right: 0 !important; }
  .mi-x-desktop-0 *:not(:last-child) {
    margin-right: 0 !important; }
  .mi-y-desktop-0 *:not(:last-child) {
    margin-bottom: 0 !important; }
  .p-a-desktop-0 {
    padding: 0 !important; }
  .p-x-desktop-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .p-y-desktop-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-t-desktop-0 {
    padding-top: 0 !important; }
  .p-b-desktop-0 {
    padding-bottom: 0 !important; }
  .p-l-desktop-0 {
    padding-left: 0 !important; }
  .p-r-desktop-0 {
    padding-right: 0 !important; }
  .m-a-desktop-1 {
    margin: 0.5rem !important; }
  .m-x-desktop-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .m-y-desktop-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-t-desktop-1 {
    margin-top: 0.5rem !important; }
  .m-b-desktop-1 {
    margin-bottom: 0.5rem !important; }
  .m-l-desktop-1 {
    margin-left: 0.5rem !important; }
  .m-r-desktop-1 {
    margin-right: 0.5rem !important; }
  .mi-x-desktop-1 *:not(:last-child) {
    margin-right: 0.5rem !important; }
  .mi-y-desktop-1 *:not(:last-child) {
    margin-bottom: 0.5rem !important; }
  .p-a-desktop-1 {
    padding: 0.5rem !important; }
  .p-x-desktop-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .p-y-desktop-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-t-desktop-1 {
    padding-top: 0.5rem !important; }
  .p-b-desktop-1 {
    padding-bottom: 0.5rem !important; }
  .p-l-desktop-1 {
    padding-left: 0.5rem !important; }
  .p-r-desktop-1 {
    padding-right: 0.5rem !important; }
  .m-a-desktop-2 {
    margin: 1rem !important; }
  .m-x-desktop-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .m-y-desktop-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-t-desktop-2 {
    margin-top: 1rem !important; }
  .m-b-desktop-2 {
    margin-bottom: 1rem !important; }
  .m-l-desktop-2 {
    margin-left: 1rem !important; }
  .m-r-desktop-2 {
    margin-right: 1rem !important; }
  .mi-x-desktop-2 *:not(:last-child) {
    margin-right: 1rem !important; }
  .mi-y-desktop-2 *:not(:last-child) {
    margin-bottom: 1rem !important; }
  .p-a-desktop-2 {
    padding: 1rem !important; }
  .p-x-desktop-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .p-y-desktop-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-t-desktop-2 {
    padding-top: 1rem !important; }
  .p-b-desktop-2 {
    padding-bottom: 1rem !important; }
  .p-l-desktop-2 {
    padding-left: 1rem !important; }
  .p-r-desktop-2 {
    padding-right: 1rem !important; }
  .m-a-desktop-3 {
    margin: 1.5rem !important; }
  .m-x-desktop-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .m-y-desktop-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-t-desktop-3 {
    margin-top: 1.5rem !important; }
  .m-b-desktop-3 {
    margin-bottom: 1.5rem !important; }
  .m-l-desktop-3 {
    margin-left: 1.5rem !important; }
  .m-r-desktop-3 {
    margin-right: 1.5rem !important; }
  .mi-x-desktop-3 *:not(:last-child) {
    margin-right: 1.5rem !important; }
  .mi-y-desktop-3 *:not(:last-child) {
    margin-bottom: 1.5rem !important; }
  .p-a-desktop-3 {
    padding: 1.5rem !important; }
  .p-x-desktop-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .p-y-desktop-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-t-desktop-3 {
    padding-top: 1.5rem !important; }
  .p-b-desktop-3 {
    padding-bottom: 1.5rem !important; }
  .p-l-desktop-3 {
    padding-left: 1.5rem !important; }
  .p-r-desktop-3 {
    padding-right: 1.5rem !important; }
  .m-a-desktop-4 {
    margin: 2rem !important; }
  .m-x-desktop-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .m-y-desktop-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-t-desktop-4 {
    margin-top: 2rem !important; }
  .m-b-desktop-4 {
    margin-bottom: 2rem !important; }
  .m-l-desktop-4 {
    margin-left: 2rem !important; }
  .m-r-desktop-4 {
    margin-right: 2rem !important; }
  .mi-x-desktop-4 *:not(:last-child) {
    margin-right: 2rem !important; }
  .mi-y-desktop-4 *:not(:last-child) {
    margin-bottom: 2rem !important; }
  .p-a-desktop-4 {
    padding: 2rem !important; }
  .p-x-desktop-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .p-y-desktop-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-t-desktop-4 {
    padding-top: 2rem !important; }
  .p-b-desktop-4 {
    padding-bottom: 2rem !important; }
  .p-l-desktop-4 {
    padding-left: 2rem !important; }
  .p-r-desktop-4 {
    padding-right: 2rem !important; }
  .m-a-desktop-5 {
    margin: 4rem !important; }
  .m-x-desktop-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .m-y-desktop-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-t-desktop-5 {
    margin-top: 4rem !important; }
  .m-b-desktop-5 {
    margin-bottom: 4rem !important; }
  .m-l-desktop-5 {
    margin-left: 4rem !important; }
  .m-r-desktop-5 {
    margin-right: 4rem !important; }
  .mi-x-desktop-5 *:not(:last-child) {
    margin-right: 4rem !important; }
  .mi-y-desktop-5 *:not(:last-child) {
    margin-bottom: 4rem !important; }
  .p-a-desktop-5 {
    padding: 4rem !important; }
  .p-x-desktop-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .p-y-desktop-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-t-desktop-5 {
    padding-top: 4rem !important; }
  .p-b-desktop-5 {
    padding-bottom: 4rem !important; }
  .p-l-desktop-5 {
    padding-left: 4rem !important; }
  .p-r-desktop-5 {
    padding-right: 4rem !important; }
  .m-a-desktop-6 {
    margin: 6rem !important; }
  .m-x-desktop-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .m-y-desktop-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .m-t-desktop-6 {
    margin-top: 6rem !important; }
  .m-b-desktop-6 {
    margin-bottom: 6rem !important; }
  .m-l-desktop-6 {
    margin-left: 6rem !important; }
  .m-r-desktop-6 {
    margin-right: 6rem !important; }
  .mi-x-desktop-6 *:not(:last-child) {
    margin-right: 6rem !important; }
  .mi-y-desktop-6 *:not(:last-child) {
    margin-bottom: 6rem !important; }
  .p-a-desktop-6 {
    padding: 6rem !important; }
  .p-x-desktop-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .p-y-desktop-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .p-t-desktop-6 {
    padding-top: 6rem !important; }
  .p-b-desktop-6 {
    padding-bottom: 6rem !important; }
  .p-l-desktop-6 {
    padding-left: 6rem !important; }
  .p-r-desktop-6 {
    padding-right: 6rem !important; }
  .m-a-desktop-7 {
    margin: 9rem !important; }
  .m-x-desktop-7 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .m-y-desktop-7 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .m-t-desktop-7 {
    margin-top: 9rem !important; }
  .m-b-desktop-7 {
    margin-bottom: 9rem !important; }
  .m-l-desktop-7 {
    margin-left: 9rem !important; }
  .m-r-desktop-7 {
    margin-right: 9rem !important; }
  .mi-x-desktop-7 *:not(:last-child) {
    margin-right: 9rem !important; }
  .mi-y-desktop-7 *:not(:last-child) {
    margin-bottom: 9rem !important; }
  .p-a-desktop-7 {
    padding: 9rem !important; }
  .p-x-desktop-7 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .p-y-desktop-7 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .p-t-desktop-7 {
    padding-top: 9rem !important; }
  .p-b-desktop-7 {
    padding-bottom: 9rem !important; }
  .p-l-desktop-7 {
    padding-left: 9rem !important; }
  .p-r-desktop-7 {
    padding-right: 9rem !important; }
  .m-a-desktop-8 {
    margin: 12rem !important; }
  .m-x-desktop-8 {
    margin-left: 12rem !important;
    margin-right: 12rem !important; }
  .m-y-desktop-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .m-t-desktop-8 {
    margin-top: 12rem !important; }
  .m-b-desktop-8 {
    margin-bottom: 12rem !important; }
  .m-l-desktop-8 {
    margin-left: 12rem !important; }
  .m-r-desktop-8 {
    margin-right: 12rem !important; }
  .mi-x-desktop-8 *:not(:last-child) {
    margin-right: 12rem !important; }
  .mi-y-desktop-8 *:not(:last-child) {
    margin-bottom: 12rem !important; }
  .p-a-desktop-8 {
    padding: 12rem !important; }
  .p-x-desktop-8 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; }
  .p-y-desktop-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .p-t-desktop-8 {
    padding-top: 12rem !important; }
  .p-b-desktop-8 {
    padding-bottom: 12rem !important; }
  .p-l-desktop-8 {
    padding-left: 12rem !important; }
  .p-r-desktop-8 {
    padding-right: 12rem !important; }
  .m-a-desktop-9 {
    margin: 15rem !important; }
  .m-x-desktop-9 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .m-y-desktop-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .m-t-desktop-9 {
    margin-top: 15rem !important; }
  .m-b-desktop-9 {
    margin-bottom: 15rem !important; }
  .m-l-desktop-9 {
    margin-left: 15rem !important; }
  .m-r-desktop-9 {
    margin-right: 15rem !important; }
  .mi-x-desktop-9 *:not(:last-child) {
    margin-right: 15rem !important; }
  .mi-y-desktop-9 *:not(:last-child) {
    margin-bottom: 15rem !important; }
  .p-a-desktop-9 {
    padding: 15rem !important; }
  .p-x-desktop-9 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .p-y-desktop-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .p-t-desktop-9 {
    padding-top: 15rem !important; }
  .p-b-desktop-9 {
    padding-bottom: 15rem !important; }
  .p-l-desktop-9 {
    padding-left: 15rem !important; }
  .p-r-desktop-9 {
    padding-right: 15rem !important; } }

@media only screen and (min-width: 769px) and (max-width: 1087px) {
  .m-a-tablet-0 {
    margin: 0 !important; }
  .m-x-tablet-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .m-y-tablet-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-t-tablet-0 {
    margin-top: 0 !important; }
  .m-b-tablet-0 {
    margin-bottom: 0 !important; }
  .m-l-tablet-0 {
    margin-left: 0 !important; }
  .m-r-tablet-0 {
    margin-right: 0 !important; }
  .mi-x-tablet-0 *:not(:last-child) {
    margin-right: 0 !important; }
  .mi-y-tablet-0 *:not(:last-child) {
    margin-bottom: 0 !important; }
  .p-a-tablet-0 {
    padding: 0 !important; }
  .p-x-tablet-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .p-y-tablet-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-t-tablet-0 {
    padding-top: 0 !important; }
  .p-b-tablet-0 {
    padding-bottom: 0 !important; }
  .p-l-tablet-0 {
    padding-left: 0 !important; }
  .p-r-tablet-0 {
    padding-right: 0 !important; }
  .m-a-tablet-1 {
    margin: 0.5rem !important; }
  .m-x-tablet-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .m-y-tablet-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-t-tablet-1 {
    margin-top: 0.5rem !important; }
  .m-b-tablet-1 {
    margin-bottom: 0.5rem !important; }
  .m-l-tablet-1 {
    margin-left: 0.5rem !important; }
  .m-r-tablet-1 {
    margin-right: 0.5rem !important; }
  .mi-x-tablet-1 *:not(:last-child) {
    margin-right: 0.5rem !important; }
  .mi-y-tablet-1 *:not(:last-child) {
    margin-bottom: 0.5rem !important; }
  .p-a-tablet-1 {
    padding: 0.5rem !important; }
  .p-x-tablet-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .p-y-tablet-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-t-tablet-1 {
    padding-top: 0.5rem !important; }
  .p-b-tablet-1 {
    padding-bottom: 0.5rem !important; }
  .p-l-tablet-1 {
    padding-left: 0.5rem !important; }
  .p-r-tablet-1 {
    padding-right: 0.5rem !important; }
  .m-a-tablet-2 {
    margin: 1rem !important; }
  .m-x-tablet-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .m-y-tablet-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-t-tablet-2 {
    margin-top: 1rem !important; }
  .m-b-tablet-2 {
    margin-bottom: 1rem !important; }
  .m-l-tablet-2 {
    margin-left: 1rem !important; }
  .m-r-tablet-2 {
    margin-right: 1rem !important; }
  .mi-x-tablet-2 *:not(:last-child) {
    margin-right: 1rem !important; }
  .mi-y-tablet-2 *:not(:last-child) {
    margin-bottom: 1rem !important; }
  .p-a-tablet-2 {
    padding: 1rem !important; }
  .p-x-tablet-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .p-y-tablet-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-t-tablet-2 {
    padding-top: 1rem !important; }
  .p-b-tablet-2 {
    padding-bottom: 1rem !important; }
  .p-l-tablet-2 {
    padding-left: 1rem !important; }
  .p-r-tablet-2 {
    padding-right: 1rem !important; }
  .m-a-tablet-3 {
    margin: 1.5rem !important; }
  .m-x-tablet-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .m-y-tablet-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-t-tablet-3 {
    margin-top: 1.5rem !important; }
  .m-b-tablet-3 {
    margin-bottom: 1.5rem !important; }
  .m-l-tablet-3 {
    margin-left: 1.5rem !important; }
  .m-r-tablet-3 {
    margin-right: 1.5rem !important; }
  .mi-x-tablet-3 *:not(:last-child) {
    margin-right: 1.5rem !important; }
  .mi-y-tablet-3 *:not(:last-child) {
    margin-bottom: 1.5rem !important; }
  .p-a-tablet-3 {
    padding: 1.5rem !important; }
  .p-x-tablet-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .p-y-tablet-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-t-tablet-3 {
    padding-top: 1.5rem !important; }
  .p-b-tablet-3 {
    padding-bottom: 1.5rem !important; }
  .p-l-tablet-3 {
    padding-left: 1.5rem !important; }
  .p-r-tablet-3 {
    padding-right: 1.5rem !important; }
  .m-a-tablet-4 {
    margin: 2rem !important; }
  .m-x-tablet-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .m-y-tablet-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-t-tablet-4 {
    margin-top: 2rem !important; }
  .m-b-tablet-4 {
    margin-bottom: 2rem !important; }
  .m-l-tablet-4 {
    margin-left: 2rem !important; }
  .m-r-tablet-4 {
    margin-right: 2rem !important; }
  .mi-x-tablet-4 *:not(:last-child) {
    margin-right: 2rem !important; }
  .mi-y-tablet-4 *:not(:last-child) {
    margin-bottom: 2rem !important; }
  .p-a-tablet-4 {
    padding: 2rem !important; }
  .p-x-tablet-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .p-y-tablet-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-t-tablet-4 {
    padding-top: 2rem !important; }
  .p-b-tablet-4 {
    padding-bottom: 2rem !important; }
  .p-l-tablet-4 {
    padding-left: 2rem !important; }
  .p-r-tablet-4 {
    padding-right: 2rem !important; }
  .m-a-tablet-5 {
    margin: 4rem !important; }
  .m-x-tablet-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .m-y-tablet-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-t-tablet-5 {
    margin-top: 4rem !important; }
  .m-b-tablet-5 {
    margin-bottom: 4rem !important; }
  .m-l-tablet-5 {
    margin-left: 4rem !important; }
  .m-r-tablet-5 {
    margin-right: 4rem !important; }
  .mi-x-tablet-5 *:not(:last-child) {
    margin-right: 4rem !important; }
  .mi-y-tablet-5 *:not(:last-child) {
    margin-bottom: 4rem !important; }
  .p-a-tablet-5 {
    padding: 4rem !important; }
  .p-x-tablet-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .p-y-tablet-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-t-tablet-5 {
    padding-top: 4rem !important; }
  .p-b-tablet-5 {
    padding-bottom: 4rem !important; }
  .p-l-tablet-5 {
    padding-left: 4rem !important; }
  .p-r-tablet-5 {
    padding-right: 4rem !important; }
  .m-a-tablet-6 {
    margin: 6rem !important; }
  .m-x-tablet-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .m-y-tablet-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .m-t-tablet-6 {
    margin-top: 6rem !important; }
  .m-b-tablet-6 {
    margin-bottom: 6rem !important; }
  .m-l-tablet-6 {
    margin-left: 6rem !important; }
  .m-r-tablet-6 {
    margin-right: 6rem !important; }
  .mi-x-tablet-6 *:not(:last-child) {
    margin-right: 6rem !important; }
  .mi-y-tablet-6 *:not(:last-child) {
    margin-bottom: 6rem !important; }
  .p-a-tablet-6 {
    padding: 6rem !important; }
  .p-x-tablet-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .p-y-tablet-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .p-t-tablet-6 {
    padding-top: 6rem !important; }
  .p-b-tablet-6 {
    padding-bottom: 6rem !important; }
  .p-l-tablet-6 {
    padding-left: 6rem !important; }
  .p-r-tablet-6 {
    padding-right: 6rem !important; }
  .m-a-tablet-7 {
    margin: 9rem !important; }
  .m-x-tablet-7 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .m-y-tablet-7 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .m-t-tablet-7 {
    margin-top: 9rem !important; }
  .m-b-tablet-7 {
    margin-bottom: 9rem !important; }
  .m-l-tablet-7 {
    margin-left: 9rem !important; }
  .m-r-tablet-7 {
    margin-right: 9rem !important; }
  .mi-x-tablet-7 *:not(:last-child) {
    margin-right: 9rem !important; }
  .mi-y-tablet-7 *:not(:last-child) {
    margin-bottom: 9rem !important; }
  .p-a-tablet-7 {
    padding: 9rem !important; }
  .p-x-tablet-7 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .p-y-tablet-7 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .p-t-tablet-7 {
    padding-top: 9rem !important; }
  .p-b-tablet-7 {
    padding-bottom: 9rem !important; }
  .p-l-tablet-7 {
    padding-left: 9rem !important; }
  .p-r-tablet-7 {
    padding-right: 9rem !important; }
  .m-a-tablet-8 {
    margin: 12rem !important; }
  .m-x-tablet-8 {
    margin-left: 12rem !important;
    margin-right: 12rem !important; }
  .m-y-tablet-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .m-t-tablet-8 {
    margin-top: 12rem !important; }
  .m-b-tablet-8 {
    margin-bottom: 12rem !important; }
  .m-l-tablet-8 {
    margin-left: 12rem !important; }
  .m-r-tablet-8 {
    margin-right: 12rem !important; }
  .mi-x-tablet-8 *:not(:last-child) {
    margin-right: 12rem !important; }
  .mi-y-tablet-8 *:not(:last-child) {
    margin-bottom: 12rem !important; }
  .p-a-tablet-8 {
    padding: 12rem !important; }
  .p-x-tablet-8 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; }
  .p-y-tablet-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .p-t-tablet-8 {
    padding-top: 12rem !important; }
  .p-b-tablet-8 {
    padding-bottom: 12rem !important; }
  .p-l-tablet-8 {
    padding-left: 12rem !important; }
  .p-r-tablet-8 {
    padding-right: 12rem !important; }
  .m-a-tablet-9 {
    margin: 15rem !important; }
  .m-x-tablet-9 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .m-y-tablet-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .m-t-tablet-9 {
    margin-top: 15rem !important; }
  .m-b-tablet-9 {
    margin-bottom: 15rem !important; }
  .m-l-tablet-9 {
    margin-left: 15rem !important; }
  .m-r-tablet-9 {
    margin-right: 15rem !important; }
  .mi-x-tablet-9 *:not(:last-child) {
    margin-right: 15rem !important; }
  .mi-y-tablet-9 *:not(:last-child) {
    margin-bottom: 15rem !important; }
  .p-a-tablet-9 {
    padding: 15rem !important; }
  .p-x-tablet-9 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .p-y-tablet-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .p-t-tablet-9 {
    padding-top: 15rem !important; }
  .p-b-tablet-9 {
    padding-bottom: 15rem !important; }
  .p-l-tablet-9 {
    padding-left: 15rem !important; }
  .p-r-tablet-9 {
    padding-right: 15rem !important; } }

@media only screen and (max-width: 768px) {
  .m-a-mobile-0 {
    margin: 0 !important; }
  .m-x-mobile-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .m-y-mobile-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-t-mobile-0 {
    margin-top: 0 !important; }
  .m-b-mobile-0 {
    margin-bottom: 0 !important; }
  .m-l-mobile-0 {
    margin-left: 0 !important; }
  .m-r-mobile-0 {
    margin-right: 0 !important; }
  .mi-x-mobile-0 *:not(:last-child) {
    margin-right: 0 !important; }
  .mi-y-mobile-0 *:not(:last-child) {
    margin-bottom: 0 !important; }
  .p-a-mobile-0 {
    padding: 0 !important; }
  .p-x-mobile-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .p-y-mobile-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-t-mobile-0 {
    padding-top: 0 !important; }
  .p-b-mobile-0 {
    padding-bottom: 0 !important; }
  .p-l-mobile-0 {
    padding-left: 0 !important; }
  .p-r-mobile-0 {
    padding-right: 0 !important; }
  .m-a-mobile-1 {
    margin: 0.5rem !important; }
  .m-x-mobile-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .m-y-mobile-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-t-mobile-1 {
    margin-top: 0.5rem !important; }
  .m-b-mobile-1 {
    margin-bottom: 0.5rem !important; }
  .m-l-mobile-1 {
    margin-left: 0.5rem !important; }
  .m-r-mobile-1 {
    margin-right: 0.5rem !important; }
  .mi-x-mobile-1 *:not(:last-child) {
    margin-right: 0.5rem !important; }
  .mi-y-mobile-1 *:not(:last-child) {
    margin-bottom: 0.5rem !important; }
  .p-a-mobile-1 {
    padding: 0.5rem !important; }
  .p-x-mobile-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .p-y-mobile-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-t-mobile-1 {
    padding-top: 0.5rem !important; }
  .p-b-mobile-1 {
    padding-bottom: 0.5rem !important; }
  .p-l-mobile-1 {
    padding-left: 0.5rem !important; }
  .p-r-mobile-1 {
    padding-right: 0.5rem !important; }
  .m-a-mobile-2 {
    margin: 1rem !important; }
  .m-x-mobile-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .m-y-mobile-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-t-mobile-2 {
    margin-top: 1rem !important; }
  .m-b-mobile-2 {
    margin-bottom: 1rem !important; }
  .m-l-mobile-2 {
    margin-left: 1rem !important; }
  .m-r-mobile-2 {
    margin-right: 1rem !important; }
  .mi-x-mobile-2 *:not(:last-child) {
    margin-right: 1rem !important; }
  .mi-y-mobile-2 *:not(:last-child) {
    margin-bottom: 1rem !important; }
  .p-a-mobile-2 {
    padding: 1rem !important; }
  .p-x-mobile-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .p-y-mobile-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-t-mobile-2 {
    padding-top: 1rem !important; }
  .p-b-mobile-2 {
    padding-bottom: 1rem !important; }
  .p-l-mobile-2 {
    padding-left: 1rem !important; }
  .p-r-mobile-2 {
    padding-right: 1rem !important; }
  .m-a-mobile-3 {
    margin: 1.5rem !important; }
  .m-x-mobile-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .m-y-mobile-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-t-mobile-3 {
    margin-top: 1.5rem !important; }
  .m-b-mobile-3 {
    margin-bottom: 1.5rem !important; }
  .m-l-mobile-3 {
    margin-left: 1.5rem !important; }
  .m-r-mobile-3 {
    margin-right: 1.5rem !important; }
  .mi-x-mobile-3 *:not(:last-child) {
    margin-right: 1.5rem !important; }
  .mi-y-mobile-3 *:not(:last-child) {
    margin-bottom: 1.5rem !important; }
  .p-a-mobile-3 {
    padding: 1.5rem !important; }
  .p-x-mobile-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .p-y-mobile-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-t-mobile-3 {
    padding-top: 1.5rem !important; }
  .p-b-mobile-3 {
    padding-bottom: 1.5rem !important; }
  .p-l-mobile-3 {
    padding-left: 1.5rem !important; }
  .p-r-mobile-3 {
    padding-right: 1.5rem !important; }
  .m-a-mobile-4 {
    margin: 2rem !important; }
  .m-x-mobile-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .m-y-mobile-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-t-mobile-4 {
    margin-top: 2rem !important; }
  .m-b-mobile-4 {
    margin-bottom: 2rem !important; }
  .m-l-mobile-4 {
    margin-left: 2rem !important; }
  .m-r-mobile-4 {
    margin-right: 2rem !important; }
  .mi-x-mobile-4 *:not(:last-child) {
    margin-right: 2rem !important; }
  .mi-y-mobile-4 *:not(:last-child) {
    margin-bottom: 2rem !important; }
  .p-a-mobile-4 {
    padding: 2rem !important; }
  .p-x-mobile-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .p-y-mobile-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-t-mobile-4 {
    padding-top: 2rem !important; }
  .p-b-mobile-4 {
    padding-bottom: 2rem !important; }
  .p-l-mobile-4 {
    padding-left: 2rem !important; }
  .p-r-mobile-4 {
    padding-right: 2rem !important; }
  .m-a-mobile-5 {
    margin: 4rem !important; }
  .m-x-mobile-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .m-y-mobile-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-t-mobile-5 {
    margin-top: 4rem !important; }
  .m-b-mobile-5 {
    margin-bottom: 4rem !important; }
  .m-l-mobile-5 {
    margin-left: 4rem !important; }
  .m-r-mobile-5 {
    margin-right: 4rem !important; }
  .mi-x-mobile-5 *:not(:last-child) {
    margin-right: 4rem !important; }
  .mi-y-mobile-5 *:not(:last-child) {
    margin-bottom: 4rem !important; }
  .p-a-mobile-5 {
    padding: 4rem !important; }
  .p-x-mobile-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .p-y-mobile-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-t-mobile-5 {
    padding-top: 4rem !important; }
  .p-b-mobile-5 {
    padding-bottom: 4rem !important; }
  .p-l-mobile-5 {
    padding-left: 4rem !important; }
  .p-r-mobile-5 {
    padding-right: 4rem !important; }
  .m-a-mobile-6 {
    margin: 6rem !important; }
  .m-x-mobile-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }
  .m-y-mobile-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .m-t-mobile-6 {
    margin-top: 6rem !important; }
  .m-b-mobile-6 {
    margin-bottom: 6rem !important; }
  .m-l-mobile-6 {
    margin-left: 6rem !important; }
  .m-r-mobile-6 {
    margin-right: 6rem !important; }
  .mi-x-mobile-6 *:not(:last-child) {
    margin-right: 6rem !important; }
  .mi-y-mobile-6 *:not(:last-child) {
    margin-bottom: 6rem !important; }
  .p-a-mobile-6 {
    padding: 6rem !important; }
  .p-x-mobile-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .p-y-mobile-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .p-t-mobile-6 {
    padding-top: 6rem !important; }
  .p-b-mobile-6 {
    padding-bottom: 6rem !important; }
  .p-l-mobile-6 {
    padding-left: 6rem !important; }
  .p-r-mobile-6 {
    padding-right: 6rem !important; }
  .m-a-mobile-7 {
    margin: 9rem !important; }
  .m-x-mobile-7 {
    margin-left: 9rem !important;
    margin-right: 9rem !important; }
  .m-y-mobile-7 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .m-t-mobile-7 {
    margin-top: 9rem !important; }
  .m-b-mobile-7 {
    margin-bottom: 9rem !important; }
  .m-l-mobile-7 {
    margin-left: 9rem !important; }
  .m-r-mobile-7 {
    margin-right: 9rem !important; }
  .mi-x-mobile-7 *:not(:last-child) {
    margin-right: 9rem !important; }
  .mi-y-mobile-7 *:not(:last-child) {
    margin-bottom: 9rem !important; }
  .p-a-mobile-7 {
    padding: 9rem !important; }
  .p-x-mobile-7 {
    padding-left: 9rem !important;
    padding-right: 9rem !important; }
  .p-y-mobile-7 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .p-t-mobile-7 {
    padding-top: 9rem !important; }
  .p-b-mobile-7 {
    padding-bottom: 9rem !important; }
  .p-l-mobile-7 {
    padding-left: 9rem !important; }
  .p-r-mobile-7 {
    padding-right: 9rem !important; }
  .m-a-mobile-8 {
    margin: 12rem !important; }
  .m-x-mobile-8 {
    margin-left: 12rem !important;
    margin-right: 12rem !important; }
  .m-y-mobile-8 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important; }
  .m-t-mobile-8 {
    margin-top: 12rem !important; }
  .m-b-mobile-8 {
    margin-bottom: 12rem !important; }
  .m-l-mobile-8 {
    margin-left: 12rem !important; }
  .m-r-mobile-8 {
    margin-right: 12rem !important; }
  .mi-x-mobile-8 *:not(:last-child) {
    margin-right: 12rem !important; }
  .mi-y-mobile-8 *:not(:last-child) {
    margin-bottom: 12rem !important; }
  .p-a-mobile-8 {
    padding: 12rem !important; }
  .p-x-mobile-8 {
    padding-left: 12rem !important;
    padding-right: 12rem !important; }
  .p-y-mobile-8 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important; }
  .p-t-mobile-8 {
    padding-top: 12rem !important; }
  .p-b-mobile-8 {
    padding-bottom: 12rem !important; }
  .p-l-mobile-8 {
    padding-left: 12rem !important; }
  .p-r-mobile-8 {
    padding-right: 12rem !important; }
  .m-a-mobile-9 {
    margin: 15rem !important; }
  .m-x-mobile-9 {
    margin-left: 15rem !important;
    margin-right: 15rem !important; }
  .m-y-mobile-9 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important; }
  .m-t-mobile-9 {
    margin-top: 15rem !important; }
  .m-b-mobile-9 {
    margin-bottom: 15rem !important; }
  .m-l-mobile-9 {
    margin-left: 15rem !important; }
  .m-r-mobile-9 {
    margin-right: 15rem !important; }
  .mi-x-mobile-9 *:not(:last-child) {
    margin-right: 15rem !important; }
  .mi-y-mobile-9 *:not(:last-child) {
    margin-bottom: 15rem !important; }
  .p-a-mobile-9 {
    padding: 15rem !important; }
  .p-x-mobile-9 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }
  .p-y-mobile-9 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  .p-t-mobile-9 {
    padding-top: 15rem !important; }
  .p-b-mobile-9 {
    padding-bottom: 15rem !important; }
  .p-l-mobile-9 {
    padding-left: 15rem !important; }
  .p-r-mobile-9 {
    padding-right: 15rem !important; } }

.space-between-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.footer-logos {
  background-color: #8fb35b;
  height: 12.5em;
  text-align: center;
  align-items: center; }
  .footer-logos .logo-forestal {
    width: 16.3rem;
    height: 12.5em;
    background-color: #f5f4ef;
    display: flex;
    justify-content: center;
    align-items: center; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: "";
  content: none; }

q:after, q:before {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #36311E; }

body {
  font-size: 1.33333rem;
  overflow-x: hidden;
  max-width: 100vw; }

body, p, input, label, textarea {
  line-height: 1.5em;
  font-weight: 400; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  line-height: 1.3em; }

h1, .h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3em; }

h2, .h2 {
  font-weight: 700;
  font-size: 2.5rem; }

h3, .h3 {
  font-weight: 800;
  font-size: 2rem; }

h4, .h4 {
  font-weight: 900;
  font-size: 1.33333rem; }

h5, .h5 {
  font-weight: 400;
  font-size: 1rem; }

strong {
  font-weight: 700; }

textarea {
  resize: vertical; }

small {
  font-size: 1rem;
  font-style: italic; }

a {
  color: #36311E; }
  a:not(.link) {
    text-decoration: none; }
  a.link {
    color: #99CC33; }
  a.menu-link {
    color: #9B9B9B; }
    a.menu-link:hover {
      color: #99CC33; }

.field {
  margin-bottom: 1.8em; }

label {
  display: block;
  margin-bottom: .66666em;
  font-size: 1.16667rem; }
  label.is-required::before {
    content: '\25A0';
    font-size: 1.7em;
    line-height: 1em;
    margin-right: .15em;
    color: #99CC33;
    position: relative;
    top: 2px; }

input, textarea {
  font-family: 'Montserrat', sans-serif;
  padding: .85em 1em;
  border: 1px solid #D5D5D5; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-style: italic !important;
    opacity: 1;
    color: #9B9B9B; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-style: italic !important;
    opacity: 1;
    color: #9B9B9B; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-style: italic !important;
    opacity: 1;
    color: #9B9B9B; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-style: italic !important;
    opacity: 1;
    color: #9B9B9B; }

.logo-svg {
  width: 162px; }

.button {
  color: #FEFEFF;
  cursor: pointer;
  font-size: 1.83333rem;
  display: inline-block;
  height: 2.3em;
  line-height: 2.3em;
  padding: 0 1.5em;
  text-align: center;
  white-space: nowrap;
  border: 2px solid; }
  .button.is-primary {
    background: #99CC33;
    border-color: #99CC33; }
    .button.is-primary:hover {
      background: #228042;
      border-color: #228042; }
  .button.is-inverted {
    background: none;
    border-color: #FEFEFF; }

.button-menu {
  line-height: 30px;
  height: 30px;
  padding: 0 .75rem;
  font-size: 1.5rem; }

.content {
  margin: 0 auto;
  max-width: 960px; }

.page-header {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .page-header nav {
    z-index: 999;
    margin-bottom: -91px; }
  .page-header .page-header-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 50px; }
  .page-header .navbar {
    background: white;
    display: flex;
    align-content: center;
    align-items: flex-end;
    justify-content: space-between;
    padding: .5em .5em .75em .5em;
    border-bottom: 1px solid #D5D5D5; }
    .page-header .navbar .navbar-brand .brand img {
      width: 162px; }
    .page-header .navbar .navbar-menu {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1; }
      .page-header .navbar .navbar-menu .submenu {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        .page-header .navbar .navbar-menu .submenu .languageLinks {
          text-align: right;
          padding-right: 20px;
          padding-left: 10px; }
          .page-header .navbar .navbar-menu .submenu .languageLinks .active {
            color: #99CC33;
            font-weight: bold; }
        .page-header .navbar .navbar-menu .submenu #sessionLink {
          padding-right: 15px;
          border-right: 1px solid #D5D5D5; }
  .page-header ul.navbar-nav {
    display: flex;
    width: auto; }
    .page-header ul.navbar-nav li {
      margin: 0 1em;
      border-bottom: 3px solid transparent;
      line-height: 2em; }
      .page-header ul.navbar-nav li.active {
        border-color: #99CC33; }
    .page-header ul.navbar-nav .menu {
      font-weight: 500;
      font-size: 1.33333rem;
      line-height: 1.33333rem;
      color: #36311E;
      text-decoration: none; }
      .page-header ul.navbar-nav .menu:hover {
        color: #99CC33; }

.detail-top {
  z-index: 9999;
  position: relative;
  content: "";
  bottom: 0;
  width: 120px;
  height: 80px; }
  .detail-top.detail-right {
    left: calc(100% - 52px); }
  .detail-top.detail-left {
    left: -143px; }
  .detail-top + * {
    margin-top: -80px !important; }

.page-header .detail-top.detail-right {
  left: calc(100%); }

.page-footer h4 {
  margin-bottom: 1em; }

.page-footer ul.nav li {
  margin: .5em 0; }
  .page-footer ul.nav li a {
    font-size: 1.16667rem; }
    .page-footer ul.nav li a:hover {
      color: #99CC33; }

.page-footer p {
  margin-bottom: 1em;
  font-size: 1.16667rem; }

.page-footer .columns {
  justify-content: space-between; }

.page-footer .column-address {
  padding-right: 3em; }

.page-footer .column-access {
  padding-left: 3em; }

.page-footer .button {
  font-size: 1rem;
  background: #9B9B9B;
  padding: .75em 1.25em;
  height: auto; }
  .page-footer .button:hover {
    background: #36311E; }

sub, sup {
  font-size: .6em;
  position: relative; }

sub {
  top: .2em; }

sup {
  bottom: .2em; }

.divider-right {
  border-right: 1px solid #D5D5D5; }

.divider {
  display: block;
  border-bottom: 1px solid #D5D5D5; }

img.fit {
  width: 100%;
  height: auto; }

.img-fit {
  overflow: hidden;
  text-align: center;
  height: 100%; }
  .img-fit img {
    width: auto;
    height: 100%; }

.background-about {
  background: url(9dbabd9b293f02928edb2d2b90de0784.jpg) no-repeat center center;
  background-size: cover; }

.background-bikenta {
  background: url(8bcee452fe5942a5611bf50b76750814.jpg) no-repeat center center;
  background-size: cover; }

.background-fsc {
  background: url(850e852ef2fb279f7bab7cb563a6e0a0.jpg) no-repeat center center;
  background-size: cover; }

.background-home {
  background: url(3a0b310143b6d804765ce82e072f51ad.jpg) no-repeat center center;
  background-size: cover; }

.background-how {
  background: url(f47e6ba2a31400035ed3465e14316bd1.png) no-repeat center center;
  background-size: cover; }

.background-how-certification {
  background: url(0b6b1fc09d480ed915c6d759ed72c833.png) no-repeat center center;
  background-size: cover; }

.background-how-register {
  background: url(39c8352e38aabfc08f17330354389f81.png) no-repeat center center;
  background-size: cover; }

.background-owners {
  background: url(48ee7d0c923c35bc32bed35fad5807fa.png) no-repeat top right;
  background-size: 50%; }

.background-pefc {
  background: url(38c2cfa6e8aef739b33c6f8d0ccee86c.jpg) no-repeat center center;
  background-size: cover; }

.background-real {
  background: url(8ab40676807d00480d27b8544a5fc557.png) no-repeat top right;
  background-size: 50%; }

blockquote {
  line-height: 1.5em;
  background: rgba(254, 254, 255, 0.9);
  padding: 0 .5em .5em 0; }
  blockquote:before {
    content: '"';
    font-size: 2rem;
    font-weight: 800;
    color: #36311E;
    margin-right: .25em; }

.has-text-shadow {
  text-shadow: 2px 2px 2px #36311E; }

.how .video-link {
  cursor: pointer;
  width: 90px;
  height: 90px;
  padding-left: 5px;
  text-align: center;
  display: block;
  margin: 0 auto; }

.how .icons-wrapper {
  border-left: 1px solid #D5D5D5; }
  .how .icons-wrapper .columns {
    margin: 0 0 0 0; }
  .how .icons-wrapper .column {
    border-bottom: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5; }

.how .icon-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-right: 21.33333px; }
  .how .icon-wrapper .icon {
    height: auto;
    width: 60px; }

#modal-video {
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center; }
  #modal-video:not(.active) {
    display: none; }
  #modal-video .video-wrapper {
    margin: 0 auto; }
    #modal-video .video-wrapper video {
      width: 100%;
      height: auto;
      max-width: 90vw;
      max-height: 90vh; }

.bikenta .tablet-img {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .bikenta .tablet-img img {
    position: relative;
    bottom: 0; }

.team-portrait {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .team-portrait p {
    line-height: 1em;
    margin-bottom: .5em; }
    .team-portrait p.is-size-7 {
      line-height: .9em; }
  .team-portrait.team-carlos {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(e0d9d1980dcef4c278abec9cd6dcc443.jpg) no-repeat center center;
    background-size: cover; }
  .team-portrait.team-pili {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(fe5a913e2fa1981a8f0e9e5b4d3b12df.jpg) no-repeat center center;
    background-size: cover; }
  .team-portrait.team-daniel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(4737000dd65d1260047825ef4b2b1de1.jpg) no-repeat center center;
    background-size: cover; }
  .team-portrait.team-ines {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(3b0d29e23e53b914d534809256c0c57a.jpg) no-repeat center center;
    background-size: cover; }
  .team-portrait.team-marcos {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(96776a2a0192376fc26a8aa891b6f917.jpg) no-repeat center center;
    background-size: cover; }
  .team-portrait.team-manuel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(b11a16649ce9da9a042d68746dbd8dc0.jpg) no-repeat center center;
    background-size: cover; }
  .team-portrait.team-noemi {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(01d2ba969f460c3b84537a6d8ac39e0e.jpg) no-repeat center center;
    background-size: cover; }
  .team-portrait.team-raquel {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(3886a3b277458e964bb27c617629a412.jpg) no-repeat center center;
    background-size: cover; }

@keyframes slideLeft {
  0% {
    left: 0%; }
  32.333% {
    left: 0%; }
  33.333% {
    left: -100%; }
  65.666% {
    left: -100%; }
  66.666% {
    left: -200%; }
  99% {
    left: -200%; }
  100% {
    left: -300%; } }

@keyframes slideIndex1 {
  0% {
    background: #99CC33; }
  32.333% {
    background: #99CC33; }
  33.333% {
    background: #FEFEFF; }
  100% {
    background: #FEFEFF; } }

@keyframes slideIndex2 {
  0% {
    background: #FEFEFF; }
  32.333% {
    background: #FEFEFF; }
  33.333% {
    background: #99CC33; }
  65.666% {
    background: #99CC33; }
  66.666% {
    background: #FEFEFF; }
  100% {
    background: #FEFEFF; } }

@keyframes slideIndex3 {
  0% {
    background: #FEFEFF; }
  65.666% {
    background: #FEFEFF; }
  66.666% {
    background: #99CC33; }
  99% {
    background: #99CC33; }
  100% {
    background: #FEFEFF; } }

.slider {
  overflow-x: hidden; }
  .slider figure {
    position: relative;
    margin: 0;
    top: 0;
    text-align: left;
    animation: 20s slideLeft infinite;
    display: flex;
    width: 300%; }
    .slider figure .slide {
      width: 100%; }
  .slider blockquote {
    margin: 0;
    padding: 0; }

.slider-dots {
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 80px; }
  .slider-dots .dot {
    width: 17px;
    height: 17px;
    color: #FEFEFF;
    border: 1px solid #D5D5D5;
    display: inline-block;
    margin: 0 3px;
    background: #FEFEFF; }
    .slider-dots .dot:nth-child(1) {
      background: #99CC33;
      animation: 20s slideIndex1 infinite; }
    .slider-dots .dot:nth-child(2) {
      animation: 20s slideIndex2 infinite; }
    .slider-dots .dot:nth-child(3) {
      animation: 20s slideIndex3 infinite; }

.faq .section-menu .section-menu-item {
  font-size: 2rem;
  line-height: 1em;
  padding: 1em .5em;
  border: 1px solid #99CC33;
  color: #99CC33;
  margin-bottom: 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .faq .section-menu .section-menu-item:hover, .faq .section-menu .section-menu-item.active {
    border-color: #228042;
    color: #228042; }
    .faq .section-menu .section-menu-item:hover .arrow, .faq .section-menu .section-menu-item.active .arrow {
      display: block; }
  .faq .section-menu .section-menu-item p {
    flex-grow: 1;
    width: auto;
    margin-left: 2rem;
    line-height: 1.2em; }
  .faq .section-menu .section-menu-item .icon {
    width: 75px;
    text-align: center; }
    .faq .section-menu .section-menu-item .icon img {
      max-width: 100%;
      max-height: 70px; }
  .faq .section-menu .section-menu-item > .arrow {
    overflow: visible;
    display: none; }

.faq .faq-section {
  display: none; }
  .faq .faq-section.active {
    display: block; }
  .faq .faq-section .faq-item {
    border-bottom: 1px solid #D5D5D5; }
    .faq .faq-section .faq-item .faq-question {
      cursor: pointer;
      padding: .75em 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .faq .faq-section .faq-item .faq-question .question-arrow {
        min-width: 60px;
        height: 100%; }
        .faq .faq-section .faq-item .faq-question .question-arrow img {
          margin: 0 auto; }
    .faq .faq-section .faq-item .faq-answer {
      margin-bottom: 1em; }
    .faq .faq-section .faq-item:not(.active) .arrow-right {
      display: block; }
    .faq .faq-section .faq-item:not(.active) .faq-answer, .faq .faq-section .faq-item:not(.active) .arrow-down {
      display: none; }
    .faq .faq-section .faq-item.active .faq-question .arrow-down {
      display: block; }
    .faq .faq-section .faq-item.active .faq-question .arrow-right {
      display: none; }

.legal-advice p {
  margin: 15px 0;
  font-size: 1.1rem; }

.blog-thumbnail {
  color: #FEFEFF;
  min-height: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #9B9B9B; }

.blog-post p, #last-post p {
  margin-bottom: 2rem; }

.blog-post h2 a:hover, #last-post h2 a:hover {
  color: #99CC33; }

.blog-post ul, #last-post ul {
  list-style: square;
  padding-left: 3rem;
  margin-bottom: 1.5rem; }
  .blog-post ul li, #last-post ul li {
    padding: .5rem 0; }

.hidden {
  display: none; }

.icon-owner {
  height: auto; }

.icon-car {
  height: auto; }

div#login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  max-width: 250px;
  margin: 0 auto;
  padding: 0 1rem; }

@media only screen and (max-width: 1088px) {
  .content {
    max-width: 100%;
    margin: 0 10.66667px; }
  header nav .content {
    margin: 0; }
  .page-footer .column-access {
    padding: 0; }
  .page-header .button-menu {
    display: block; }
  .page-header nav {
    margin-bottom: 0px; }
  .page-header nav .content {
    top: 0;
    max-width: 100vw;
    position: initial; }
    .page-header nav .content::before {
      display: none; }
    .page-header nav .content .navbar {
      width: 100%; }
  #sessionLink {
    display: none; }
  .page-header ul.navbar-nav {
    position: absolute;
    top: 79px;
    left: 0;
    flex-direction: column;
    background: #FEFEFF;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #9B9B9B; }
    .page-header ul.navbar-nav li {
      width: 100%;
      border-top: 1px solid #D5D5D5;
      margin: 0; }
      .page-header ul.navbar-nav li.active {
        border-color: #D5D5D5;
        border-bottom: none; }
      .page-header ul.navbar-nav li .menu {
        line-height: 4rem;
        display: block;
        padding: 0 1em; }
      .page-header ul.navbar-nav li.menu-app {
        display: block; }
    .page-header ul.navbar-nav:not(.active) {
      display: none; }
  .page-footer .button {
    padding: 0 1rem; }
  .page-footer ul.nav li {
    line-height: 2.5rem; }
  .faq .section-menu {
    display: block;
    width: 100%; }
    .faq .section-menu .section-menu-item {
      font-size: 1.4rem;
      margin: 10px 5px; }
      .faq .section-menu .section-menu-item .icon {
        max-width: 50px;
        text-align: center; }
        .faq .section-menu .section-menu-item .icon img {
          width: auto;
          max-width: 100%;
          max-height: 50px; }
      .faq .section-menu .section-menu-item .arrow {
        max-height: 40px; }
  #contactForm img {
    max-width: 150px; } }

@media only screen and (max-width: 769px) {
  h1, .h1 {
    font-size: 2.75rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  h3, .h3 {
    font-size: 1.75rem; }
  h4, .h4 {
    font-size: 1.58333rem; }
  h5, .h5 {
    font-size: 1.08333rem; }
  #header-outside, #cases-outside {
    width: 0px; }
    #header-outside img, #cases-outside img {
      display: none; }
  .button:not(.button-menu) {
    font-size: 1.16667rem;
    height: 50px;
    line-height: 50px;
    padding: 0 .9em;
    width: 100%; }
  .team p {
    font-size: 1.08333rem; }
  .divider-right {
    border: none; }
  .img-fit img {
    width: 100%;
    height: auto; } }

.pagination .disabled {
  color: grey; }

.certification-logo-wrapper {
  height: 230px; }

.flag-banner {
  position: fixed;
  top: 50%;
  right: 0; }
  .flag-banner a img {
    width: 5em; }

.mt-3r {
  margin-top: 3rem; }

.container-text-hub-bikenta {
  background-color: #f7f3ef;
  padding: 3em;
  display: flex;
  justify-content: center; }

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