@charset "UTF-8";

/*************
 * Z-Indexes *
 *************/

/************
 * Spacings *
 ************/

/**********
 * Colors *
 **********/

/**************
 * Typography *
 **************/

/********
 * Grid *
 ********/

/*********
 * Forms *
 *********/

/***************
 * Transitions *
 ***************/

/**************
 * Components *
 **************/

/*************
 * Z-Indexes *
 *************/

/************
 * Spacings *
 ************/

/**********
 * Colors *
 **********/

/**************
 * Typography *
 **************/

/********
 * Grid *
 ********/

/*********
 * Forms *
 *********/

/***************
 * Transitions *
 ***************/

/**************
 * Components *
 **************/

/*************
 * Z-Indexes *
 *************/

/************
 * Spacings *
 ************/

/**********
 * Colors *
 **********/

/**************
 * Typography *
 **************/

/********
 * Grid *
 ********/

/*********
 * Forms *
 *********/

/***************
 * Transitions *
 ***************/

/**************
 * Components *
 **************/

/*
@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {
  $min:  breakpoint-min($name, $breakpoints);
  $next: breakpoint-next($name, $breakpoints);
  $max:  breakpoint-max($next);

  @if $min != null and $max != null {
    @media (min-width: $min) and (max-width: $max) {
      @content;
    }
  } @else if $max == null {
    @include media-breakpoint-up($name, $breakpoints) {
      @content;
    }
  } @else if $min == null {
    @include media-breakpoint-down($next, $breakpoints) {
      @content;
    }
  }
}*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */

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

blockquote,
q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  margin: 0;
}

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

input[type=submit],
button {
  cursor: pointer;
}

.container {
  min-width: 320px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 568px) {
  .container {
    width: 900px;
    max-width: calc(100vw - 24px);
  }
}

.container-fluid {
  min-width: 320px;
  width: 100%;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

.row::after {
  clear: both;
}

.row > * {
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 16px;
}

.row.row-compressed {
  margin: 0 -4px;
}

.row.row-compressed > * {
  padding: 0 4px;
}

.row .col-1 {
  width: 8.3333333333%;
}

.row .col-offset-1 {
  margin-left: 8.3333333333%;
}

.row .col-2 {
  width: 16.6666666667%;
}

.row .col-offset-2 {
  margin-left: 16.6666666667%;
}

.row .col-3 {
  width: 25%;
}

.row .col-offset-3 {
  margin-left: 25%;
}

.row .col-4 {
  width: 33.3333333333%;
}

.row .col-offset-4 {
  margin-left: 33.3333333333%;
}

.row .col-5 {
  width: 41.6666666667%;
}

.row .col-offset-5 {
  margin-left: 41.6666666667%;
}

.row .col-6 {
  width: 50%;
}

.row .col-offset-6 {
  margin-left: 50%;
}

.row .col-7 {
  width: 58.3333333333%;
}

.row .col-offset-7 {
  margin-left: 58.3333333333%;
}

.row .col-8 {
  width: 66.6666666667%;
}

.row .col-offset-8 {
  margin-left: 66.6666666667%;
}

.row .col-9 {
  width: 75%;
}

.row .col-offset-9 {
  margin-left: 75%;
}

.row .col-10 {
  width: 83.3333333333%;
}

.row .col-offset-10 {
  margin-left: 83.3333333333%;
}

.row .col-11 {
  width: 91.6666666667%;
}

.row .col-offset-11 {
  margin-left: 91.6666666667%;
}

.row .col-12 {
  width: 100%;
}

.row .col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 568px) {
  .row .col-1\@landscape {
    width: 8.3333333333%;
  }

  .row .col-offset-1\@landscape {
    margin-left: 8.3333333333%;
  }

  .row .col-2\@landscape {
    width: 16.6666666667%;
  }

  .row .col-offset-2\@landscape {
    margin-left: 16.6666666667%;
  }

  .row .col-3\@landscape {
    width: 25%;
  }

  .row .col-offset-3\@landscape {
    margin-left: 25%;
  }

  .row .col-4\@landscape {
    width: 33.3333333333%;
  }

  .row .col-offset-4\@landscape {
    margin-left: 33.3333333333%;
  }

  .row .col-5\@landscape {
    width: 41.6666666667%;
  }

  .row .col-offset-5\@landscape {
    margin-left: 41.6666666667%;
  }

  .row .col-6\@landscape {
    width: 50%;
  }

  .row .col-offset-6\@landscape {
    margin-left: 50%;
  }

  .row .col-7\@landscape {
    width: 58.3333333333%;
  }

  .row .col-offset-7\@landscape {
    margin-left: 58.3333333333%;
  }

  .row .col-8\@landscape {
    width: 66.6666666667%;
  }

  .row .col-offset-8\@landscape {
    margin-left: 66.6666666667%;
  }

  .row .col-9\@landscape {
    width: 75%;
  }

  .row .col-offset-9\@landscape {
    margin-left: 75%;
  }

  .row .col-10\@landscape {
    width: 83.3333333333%;
  }

  .row .col-offset-10\@landscape {
    margin-left: 83.3333333333%;
  }

  .row .col-11\@landscape {
    width: 91.6666666667%;
  }

  .row .col-offset-11\@landscape {
    margin-left: 91.6666666667%;
  }

  .row .col-12\@landscape {
    width: 100%;
  }

  .row .col-offset-12\@landscape {
    margin-left: 100%;
  }
}

@media (min-width: 980px) {
  .row .col-1\@desktop {
    width: 8.3333333333%;
  }

  .row .col-offset-1\@desktop {
    margin-left: 8.3333333333%;
  }

  .row .col-2\@desktop {
    width: 16.6666666667%;
  }

  .row .col-offset-2\@desktop {
    margin-left: 16.6666666667%;
  }

  .row .col-3\@desktop {
    width: 25%;
  }

  .row .col-offset-3\@desktop {
    margin-left: 25%;
  }

  .row .col-4\@desktop {
    width: 33.3333333333%;
  }

  .row .col-offset-4\@desktop {
    margin-left: 33.3333333333%;
  }

  .row .col-5\@desktop {
    width: 41.6666666667%;
  }

  .row .col-offset-5\@desktop {
    margin-left: 41.6666666667%;
  }

  .row .col-6\@desktop {
    width: 50%;
  }

  .row .col-offset-6\@desktop {
    margin-left: 50%;
  }

  .row .col-7\@desktop {
    width: 58.3333333333%;
  }

  .row .col-offset-7\@desktop {
    margin-left: 58.3333333333%;
  }

  .row .col-8\@desktop {
    width: 66.6666666667%;
  }

  .row .col-offset-8\@desktop {
    margin-left: 66.6666666667%;
  }

  .row .col-9\@desktop {
    width: 75%;
  }

  .row .col-offset-9\@desktop {
    margin-left: 75%;
  }

  .row .col-10\@desktop {
    width: 83.3333333333%;
  }

  .row .col-offset-10\@desktop {
    margin-left: 83.3333333333%;
  }

  .row .col-11\@desktop {
    width: 91.6666666667%;
  }

  .row .col-offset-11\@desktop {
    margin-left: 91.6666666667%;
  }

  .row .col-12\@desktop {
    width: 100%;
  }

  .row .col-offset-12\@desktop {
    margin-left: 100%;
  }
}

.screen-reader-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.color-primary {
  color: #e87523;
}

.color-secondary {
  color: #0b4158;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-none {
  display: none !important;
}

@media (min-width: 568px) {
  .display-inline\@landscape {
    display: inline !important;
  }
}

@media (min-width: 568px) {
  .display-inline-block\@landscape {
    display: inline-block !important;
  }
}

@media (min-width: 568px) {
  .display-block\@landscape {
    display: block !important;
  }
}

@media (min-width: 568px) {
  .display-none\@landscape {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .display-inline\@desktop {
    display: inline !important;
  }
}

@media (min-width: 980px) {
  .display-inline-block\@desktop {
    display: inline-block !important;
  }
}

@media (min-width: 980px) {
  .display-block\@desktop {
    display: block !important;
  }
}

@media (min-width: 980px) {
  .display-none\@desktop {
    display: none !important;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.image-responsive {
  max-width: 100%;
  height: auto;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.width-100 {
  width: 100%;
}

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

.margin-1 {
  margin: 6px !important;
}

.margin-2 {
  margin: 12px !important;
}

.margin-3 {
  margin: 24px !important;
}

.margin-4 {
  margin: 36px !important;
}

.margin-5 {
  margin: 48px !important;
}

.margin-6 {
  margin: 96px !important;
}

.margin-7 {
  margin: 192px !important;
}

.margin-8 {
  margin: 384px !important;
}

@media (min-width: 568px) {
  .margin-0\@landscape {
    margin: 0 !important;
  }
}

@media (min-width: 568px) {
  .margin-1\@landscape {
    margin: 6px !important;
  }
}

@media (min-width: 568px) {
  .margin-2\@landscape {
    margin: 12px !important;
  }
}

@media (min-width: 568px) {
  .margin-3\@landscape {
    margin: 24px !important;
  }
}

@media (min-width: 568px) {
  .margin-4\@landscape {
    margin: 36px !important;
  }
}

@media (min-width: 568px) {
  .margin-5\@landscape {
    margin: 48px !important;
  }
}

@media (min-width: 568px) {
  .margin-6\@landscape {
    margin: 96px !important;
  }
}

@media (min-width: 568px) {
  .margin-7\@landscape {
    margin: 192px !important;
  }
}

@media (min-width: 568px) {
  .margin-8\@landscape {
    margin: 384px !important;
  }
}

@media (min-width: 980px) {
  .margin-0\@desktop {
    margin: 0 !important;
  }
}

@media (min-width: 980px) {
  .margin-1\@desktop {
    margin: 6px !important;
  }
}

@media (min-width: 980px) {
  .margin-2\@desktop {
    margin: 12px !important;
  }
}

@media (min-width: 980px) {
  .margin-3\@desktop {
    margin: 24px !important;
  }
}

@media (min-width: 980px) {
  .margin-4\@desktop {
    margin: 36px !important;
  }
}

@media (min-width: 980px) {
  .margin-5\@desktop {
    margin: 48px !important;
  }
}

@media (min-width: 980px) {
  .margin-6\@desktop {
    margin: 96px !important;
  }
}

@media (min-width: 980px) {
  .margin-7\@desktop {
    margin: 192px !important;
  }
}

@media (min-width: 980px) {
  .margin-8\@desktop {
    margin: 384px !important;
  }
}

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

.margin-top-1 {
  margin-top: 6px !important;
}

.margin-top-2 {
  margin-top: 12px !important;
}

.margin-top-3 {
  margin-top: 24px !important;
}

.margin-top-4 {
  margin-top: 36px !important;
}

.margin-top-5 {
  margin-top: 48px !important;
}

.margin-top-6 {
  margin-top: 96px !important;
}

.margin-top-7 {
  margin-top: 192px !important;
}

.margin-top-8 {
  margin-top: 384px !important;
}

@media (min-width: 568px) {
  .margin-top-0\@landscape {
    margin-top: 0 !important;
  }
}

@media (min-width: 568px) {
  .margin-top-1\@landscape {
    margin-top: 6px !important;
  }
}

@media (min-width: 568px) {
  .margin-top-2\@landscape {
    margin-top: 12px !important;
  }
}

@media (min-width: 568px) {
  .margin-top-3\@landscape {
    margin-top: 24px !important;
  }
}

@media (min-width: 568px) {
  .margin-top-4\@landscape {
    margin-top: 36px !important;
  }
}

@media (min-width: 568px) {
  .margin-top-5\@landscape {
    margin-top: 48px !important;
  }
}

@media (min-width: 568px) {
  .margin-top-6\@landscape {
    margin-top: 96px !important;
  }
}

@media (min-width: 568px) {
  .margin-top-7\@landscape {
    margin-top: 192px !important;
  }
}

@media (min-width: 568px) {
  .margin-top-8\@landscape {
    margin-top: 384px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-0\@desktop {
    margin-top: 0 !important;
  }
}

@media (min-width: 980px) {
  .margin-top-1\@desktop {
    margin-top: 6px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-2\@desktop {
    margin-top: 12px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-3\@desktop {
    margin-top: 24px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-4\@desktop {
    margin-top: 36px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-5\@desktop {
    margin-top: 48px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-6\@desktop {
    margin-top: 96px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-7\@desktop {
    margin-top: 192px !important;
  }
}

@media (min-width: 980px) {
  .margin-top-8\@desktop {
    margin-top: 384px !important;
  }
}

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

.margin-right-1 {
  margin-right: 6px !important;
}

.margin-right-2 {
  margin-right: 12px !important;
}

.margin-right-3 {
  margin-right: 24px !important;
}

.margin-right-4 {
  margin-right: 36px !important;
}

.margin-right-5 {
  margin-right: 48px !important;
}

.margin-right-6 {
  margin-right: 96px !important;
}

.margin-right-7 {
  margin-right: 192px !important;
}

.margin-right-8 {
  margin-right: 384px !important;
}

@media (min-width: 568px) {
  .margin-right-0\@landscape {
    margin-right: 0 !important;
  }
}

@media (min-width: 568px) {
  .margin-right-1\@landscape {
    margin-right: 6px !important;
  }
}

@media (min-width: 568px) {
  .margin-right-2\@landscape {
    margin-right: 12px !important;
  }
}

@media (min-width: 568px) {
  .margin-right-3\@landscape {
    margin-right: 24px !important;
  }
}

@media (min-width: 568px) {
  .margin-right-4\@landscape {
    margin-right: 36px !important;
  }
}

@media (min-width: 568px) {
  .margin-right-5\@landscape {
    margin-right: 48px !important;
  }
}

@media (min-width: 568px) {
  .margin-right-6\@landscape {
    margin-right: 96px !important;
  }
}

@media (min-width: 568px) {
  .margin-right-7\@landscape {
    margin-right: 192px !important;
  }
}

@media (min-width: 568px) {
  .margin-right-8\@landscape {
    margin-right: 384px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-0\@desktop {
    margin-right: 0 !important;
  }
}

@media (min-width: 980px) {
  .margin-right-1\@desktop {
    margin-right: 6px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-2\@desktop {
    margin-right: 12px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-3\@desktop {
    margin-right: 24px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-4\@desktop {
    margin-right: 36px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-5\@desktop {
    margin-right: 48px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-6\@desktop {
    margin-right: 96px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-7\@desktop {
    margin-right: 192px !important;
  }
}

@media (min-width: 980px) {
  .margin-right-8\@desktop {
    margin-right: 384px !important;
  }
}

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

.margin-bottom-1 {
  margin-bottom: 6px !important;
}

.margin-bottom-2 {
  margin-bottom: 12px !important;
}

.margin-bottom-3 {
  margin-bottom: 24px !important;
}

.margin-bottom-4 {
  margin-bottom: 36px !important;
}

.margin-bottom-5 {
  margin-bottom: 48px !important;
}

.margin-bottom-6 {
  margin-bottom: 96px !important;
}

.margin-bottom-7 {
  margin-bottom: 192px !important;
}

.margin-bottom-8 {
  margin-bottom: 384px !important;
}

@media (min-width: 568px) {
  .margin-bottom-0\@landscape {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-1\@landscape {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-2\@landscape {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-3\@landscape {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-4\@landscape {
    margin-bottom: 36px !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-5\@landscape {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-6\@landscape {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-7\@landscape {
    margin-bottom: 192px !important;
  }
}

@media (min-width: 568px) {
  .margin-bottom-8\@landscape {
    margin-bottom: 384px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-0\@desktop {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-1\@desktop {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-2\@desktop {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-3\@desktop {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-4\@desktop {
    margin-bottom: 36px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-5\@desktop {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-6\@desktop {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-7\@desktop {
    margin-bottom: 192px !important;
  }
}

@media (min-width: 980px) {
  .margin-bottom-8\@desktop {
    margin-bottom: 384px !important;
  }
}

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

.margin-left-1 {
  margin-left: 6px !important;
}

.margin-left-2 {
  margin-left: 12px !important;
}

.margin-left-3 {
  margin-left: 24px !important;
}

.margin-left-4 {
  margin-left: 36px !important;
}

.margin-left-5 {
  margin-left: 48px !important;
}

.margin-left-6 {
  margin-left: 96px !important;
}

.margin-left-7 {
  margin-left: 192px !important;
}

.margin-left-8 {
  margin-left: 384px !important;
}

@media (min-width: 568px) {
  .margin-left-0\@landscape {
    margin-left: 0 !important;
  }
}

@media (min-width: 568px) {
  .margin-left-1\@landscape {
    margin-left: 6px !important;
  }
}

@media (min-width: 568px) {
  .margin-left-2\@landscape {
    margin-left: 12px !important;
  }
}

@media (min-width: 568px) {
  .margin-left-3\@landscape {
    margin-left: 24px !important;
  }
}

@media (min-width: 568px) {
  .margin-left-4\@landscape {
    margin-left: 36px !important;
  }
}

@media (min-width: 568px) {
  .margin-left-5\@landscape {
    margin-left: 48px !important;
  }
}

@media (min-width: 568px) {
  .margin-left-6\@landscape {
    margin-left: 96px !important;
  }
}

@media (min-width: 568px) {
  .margin-left-7\@landscape {
    margin-left: 192px !important;
  }
}

@media (min-width: 568px) {
  .margin-left-8\@landscape {
    margin-left: 384px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-0\@desktop {
    margin-left: 0 !important;
  }
}

@media (min-width: 980px) {
  .margin-left-1\@desktop {
    margin-left: 6px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-2\@desktop {
    margin-left: 12px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-3\@desktop {
    margin-left: 24px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-4\@desktop {
    margin-left: 36px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-5\@desktop {
    margin-left: 48px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-6\@desktop {
    margin-left: 96px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-7\@desktop {
    margin-left: 192px !important;
  }
}

@media (min-width: 980px) {
  .margin-left-8\@desktop {
    margin-left: 384px !important;
  }
}

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

.padding-1 {
  padding: 6px !important;
}

.padding-2 {
  padding: 12px !important;
}

.padding-3 {
  padding: 24px !important;
}

.padding-4 {
  padding: 36px !important;
}

.padding-5 {
  padding: 48px !important;
}

.padding-6 {
  padding: 96px !important;
}

.padding-7 {
  padding: 192px !important;
}

.padding-8 {
  padding: 384px !important;
}

@media (min-width: 568px) {
  .padding-0\@landscape {
    padding: 0 !important;
  }
}

@media (min-width: 568px) {
  .padding-1\@landscape {
    padding: 6px !important;
  }
}

@media (min-width: 568px) {
  .padding-2\@landscape {
    padding: 12px !important;
  }
}

@media (min-width: 568px) {
  .padding-3\@landscape {
    padding: 24px !important;
  }
}

@media (min-width: 568px) {
  .padding-4\@landscape {
    padding: 36px !important;
  }
}

@media (min-width: 568px) {
  .padding-5\@landscape {
    padding: 48px !important;
  }
}

@media (min-width: 568px) {
  .padding-6\@landscape {
    padding: 96px !important;
  }
}

@media (min-width: 568px) {
  .padding-7\@landscape {
    padding: 192px !important;
  }
}

@media (min-width: 568px) {
  .padding-8\@landscape {
    padding: 384px !important;
  }
}

@media (min-width: 980px) {
  .padding-0\@desktop {
    padding: 0 !important;
  }
}

@media (min-width: 980px) {
  .padding-1\@desktop {
    padding: 6px !important;
  }
}

@media (min-width: 980px) {
  .padding-2\@desktop {
    padding: 12px !important;
  }
}

@media (min-width: 980px) {
  .padding-3\@desktop {
    padding: 24px !important;
  }
}

@media (min-width: 980px) {
  .padding-4\@desktop {
    padding: 36px !important;
  }
}

@media (min-width: 980px) {
  .padding-5\@desktop {
    padding: 48px !important;
  }
}

@media (min-width: 980px) {
  .padding-6\@desktop {
    padding: 96px !important;
  }
}

@media (min-width: 980px) {
  .padding-7\@desktop {
    padding: 192px !important;
  }
}

@media (min-width: 980px) {
  .padding-8\@desktop {
    padding: 384px !important;
  }
}

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

.padding-top-1 {
  padding-top: 6px !important;
}

.padding-top-2 {
  padding-top: 12px !important;
}

.padding-top-3 {
  padding-top: 24px !important;
}

.padding-top-4 {
  padding-top: 36px !important;
}

.padding-top-5 {
  padding-top: 48px !important;
}

.padding-top-6 {
  padding-top: 96px !important;
}

.padding-top-7 {
  padding-top: 192px !important;
}

.padding-top-8 {
  padding-top: 384px !important;
}

@media (min-width: 568px) {
  .padding-top-0\@landscape {
    padding-top: 0 !important;
  }
}

@media (min-width: 568px) {
  .padding-top-1\@landscape {
    padding-top: 6px !important;
  }
}

@media (min-width: 568px) {
  .padding-top-2\@landscape {
    padding-top: 12px !important;
  }
}

@media (min-width: 568px) {
  .padding-top-3\@landscape {
    padding-top: 24px !important;
  }
}

@media (min-width: 568px) {
  .padding-top-4\@landscape {
    padding-top: 36px !important;
  }
}

@media (min-width: 568px) {
  .padding-top-5\@landscape {
    padding-top: 48px !important;
  }
}

@media (min-width: 568px) {
  .padding-top-6\@landscape {
    padding-top: 96px !important;
  }
}

@media (min-width: 568px) {
  .padding-top-7\@landscape {
    padding-top: 192px !important;
  }
}

@media (min-width: 568px) {
  .padding-top-8\@landscape {
    padding-top: 384px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-0\@desktop {
    padding-top: 0 !important;
  }
}

@media (min-width: 980px) {
  .padding-top-1\@desktop {
    padding-top: 6px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-2\@desktop {
    padding-top: 12px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-3\@desktop {
    padding-top: 24px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-4\@desktop {
    padding-top: 36px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-5\@desktop {
    padding-top: 48px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-6\@desktop {
    padding-top: 96px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-7\@desktop {
    padding-top: 192px !important;
  }
}

@media (min-width: 980px) {
  .padding-top-8\@desktop {
    padding-top: 384px !important;
  }
}

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

.padding-right-1 {
  padding-right: 6px !important;
}

.padding-right-2 {
  padding-right: 12px !important;
}

.padding-right-3 {
  padding-right: 24px !important;
}

.padding-right-4 {
  padding-right: 36px !important;
}

.padding-right-5 {
  padding-right: 48px !important;
}

.padding-right-6 {
  padding-right: 96px !important;
}

.padding-right-7 {
  padding-right: 192px !important;
}

.padding-right-8 {
  padding-right: 384px !important;
}

@media (min-width: 568px) {
  .padding-right-0\@landscape {
    padding-right: 0 !important;
  }
}

@media (min-width: 568px) {
  .padding-right-1\@landscape {
    padding-right: 6px !important;
  }
}

@media (min-width: 568px) {
  .padding-right-2\@landscape {
    padding-right: 12px !important;
  }
}

@media (min-width: 568px) {
  .padding-right-3\@landscape {
    padding-right: 24px !important;
  }
}

@media (min-width: 568px) {
  .padding-right-4\@landscape {
    padding-right: 36px !important;
  }
}

@media (min-width: 568px) {
  .padding-right-5\@landscape {
    padding-right: 48px !important;
  }
}

@media (min-width: 568px) {
  .padding-right-6\@landscape {
    padding-right: 96px !important;
  }
}

@media (min-width: 568px) {
  .padding-right-7\@landscape {
    padding-right: 192px !important;
  }
}

@media (min-width: 568px) {
  .padding-right-8\@landscape {
    padding-right: 384px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-0\@desktop {
    padding-right: 0 !important;
  }
}

@media (min-width: 980px) {
  .padding-right-1\@desktop {
    padding-right: 6px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-2\@desktop {
    padding-right: 12px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-3\@desktop {
    padding-right: 24px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-4\@desktop {
    padding-right: 36px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-5\@desktop {
    padding-right: 48px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-6\@desktop {
    padding-right: 96px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-7\@desktop {
    padding-right: 192px !important;
  }
}

@media (min-width: 980px) {
  .padding-right-8\@desktop {
    padding-right: 384px !important;
  }
}

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

.padding-bottom-1 {
  padding-bottom: 6px !important;
}

.padding-bottom-2 {
  padding-bottom: 12px !important;
}

.padding-bottom-3 {
  padding-bottom: 24px !important;
}

.padding-bottom-4 {
  padding-bottom: 36px !important;
}

.padding-bottom-5 {
  padding-bottom: 48px !important;
}

.padding-bottom-6 {
  padding-bottom: 96px !important;
}

.padding-bottom-7 {
  padding-bottom: 192px !important;
}

.padding-bottom-8 {
  padding-bottom: 384px !important;
}

@media (min-width: 568px) {
  .padding-bottom-0\@landscape {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-1\@landscape {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-2\@landscape {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-3\@landscape {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-4\@landscape {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-5\@landscape {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-6\@landscape {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-7\@landscape {
    padding-bottom: 192px !important;
  }
}

@media (min-width: 568px) {
  .padding-bottom-8\@landscape {
    padding-bottom: 384px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-0\@desktop {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-1\@desktop {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-2\@desktop {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-3\@desktop {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-4\@desktop {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-5\@desktop {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-6\@desktop {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-7\@desktop {
    padding-bottom: 192px !important;
  }
}

@media (min-width: 980px) {
  .padding-bottom-8\@desktop {
    padding-bottom: 384px !important;
  }
}

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

.padding-left-1 {
  padding-left: 6px !important;
}

.padding-left-2 {
  padding-left: 12px !important;
}

.padding-left-3 {
  padding-left: 24px !important;
}

.padding-left-4 {
  padding-left: 36px !important;
}

.padding-left-5 {
  padding-left: 48px !important;
}

.padding-left-6 {
  padding-left: 96px !important;
}

.padding-left-7 {
  padding-left: 192px !important;
}

.padding-left-8 {
  padding-left: 384px !important;
}

@media (min-width: 568px) {
  .padding-left-0\@landscape {
    padding-left: 0 !important;
  }
}

@media (min-width: 568px) {
  .padding-left-1\@landscape {
    padding-left: 6px !important;
  }
}

@media (min-width: 568px) {
  .padding-left-2\@landscape {
    padding-left: 12px !important;
  }
}

@media (min-width: 568px) {
  .padding-left-3\@landscape {
    padding-left: 24px !important;
  }
}

@media (min-width: 568px) {
  .padding-left-4\@landscape {
    padding-left: 36px !important;
  }
}

@media (min-width: 568px) {
  .padding-left-5\@landscape {
    padding-left: 48px !important;
  }
}

@media (min-width: 568px) {
  .padding-left-6\@landscape {
    padding-left: 96px !important;
  }
}

@media (min-width: 568px) {
  .padding-left-7\@landscape {
    padding-left: 192px !important;
  }
}

@media (min-width: 568px) {
  .padding-left-8\@landscape {
    padding-left: 384px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-0\@desktop {
    padding-left: 0 !important;
  }
}

@media (min-width: 980px) {
  .padding-left-1\@desktop {
    padding-left: 6px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-2\@desktop {
    padding-left: 12px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-3\@desktop {
    padding-left: 24px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-4\@desktop {
    padding-left: 36px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-5\@desktop {
    padding-left: 48px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-6\@desktop {
    padding-left: 96px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-7\@desktop {
    padding-left: 192px !important;
  }
}

@media (min-width: 980px) {
  .padding-left-8\@desktop {
    padding-left: 384px !important;
  }
}

/* SEBTODO
- utilities wrklich durchiterieren und nur 1 @media pro breakpoint wo alles drinnen ist
- kürzere klassennamen überlegen
*/

.text-small {
  font-size: 0.8rem;
}

.text-normal {
  font-size: 1rem;
}

.text-large {
  font-size: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-nowrap {
  white-space: nowrap;
}

input,
button,
textarea {
  font-family: Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.form-group,
.form-check {
  margin-bottom: 12px;
}

.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-group label,
.form-group select,
.form-group textarea,
.form-check input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-check label,
.form-check select,
.form-check textarea {
  display: block;
  width: 100%;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea {
  color: #fff;
  background-color: #e87523;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 6px;
}

input:focus {
  outline: none !important;
}

textarea {
  height: 200px;
  resize: none;
  outline: none !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 0.7;
}

.button,
input[type=submit] {
  color: #e87523;
  background-color: #fff;
  border: 1px solid #e87523;
  padding: 12px;
  font-weight: bold;
}

.button:hover,
.button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #c45d14;
  border-color: #c45d14;
}

.form-check {
  display: flex;
  align-items: flex-start;
}

.form-check input {
  margin: 6px;
}

header {
  padding-top: 24px;
  padding-bottom: 6px;
  background-color: #e87523;
}

@media (max-width: 567px) {
  header {
    color: #fff;
  }
}

@media (min-width: 568px) {
  header {
    background-image: linear-gradient(to right, #e87523 50%, #fff 50%);
  }

  header .logo {
    width: 300px;
    max-width: 70%;
  }

  header .hero {
    width: 70%;
    background-color: #f1af7f;
  }
}

main {
  padding-top: 24px;
  padding-bottom: 24px;
}

main ul {
  padding-left: 15px;
}

footer {
  background-color: #e87523;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 24px;
}

footer ul {
  list-style: none;
}

div.featureBlock {
  display: block;
  padding-top: 10px;
}

div.featureBlock div.title {
  margin-top: 15px;
}

div.featureBlock > * {
  margin-right: 30px;
}

@media (min-width: 768px) {
  div.featureBlock {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  div.featureBlock section:nth-child(3n) {
    margin-right: 0;
  }

  p.copyright {
    margin-top: 156px;
  }
}

@media (min-width: 568px) {
  .main-navigation {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
}

@media (max-width: 567px) {
  .main-navigation {
    margin-bottom: 96px;
  }
}

.main-navigation ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-top: 24px;
  padding-bottom: 24px;
  flex-wrap: wrap;
}

.main-navigation ul li {
  padding: 0 12px;
}

@media (max-width: 567px) {
  .main-navigation ul li {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
}

.main-navigation ul a {
  font-family: "Manrope";
  color: #777;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 2.3rem;
  text-decoration: none;
}

@media (min-width: 568px) {
  .main-navigation ul a {
    font-size: 1.6rem;
  }

  .main-navigation ul a.active {
    color: #333;
  }
}

.main-navigation ul a:hover,
.main-navigation ul a:focus {
  color: #e87523;
}

/* manrope extra bold */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/main/manrope-extra-bold.woff2") format("woff2"), url("/fonts/main/manrope-extra-bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

p {
  margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-weight: normal;
}

h1 {
  font-family: "Manrope";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}

h2 {
  font-family: "Manrope";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.3rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1rem;
}

.image-shadowed-wrapper {
  display: inline-block;
  position: relative;
}

.image-shadowed-wrapper img {
  display: block;
  position: relative;
}

.image-shadowed-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background-color: #e87523;
  position: absolute;
  bottom: -6px;
  right: -6px;
}

