@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("//hello.myfonts.net/count/3ad325");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #F9FAFC;
  font-family: "Montserrat", "VeneerTwo", "Roboto", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.column, .columns {
  float: left;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12, .swpm-login-widget-logged > div > div {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6, .swpm-login-widget-logged > div > div {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 2rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container, .swpm-pw-reset-widget-form, .swpm_error, .swpm-edit-profile-form, .swpm-post-not-logged-in-msg, .swpm-form-builder-container form, .alignfull, .alignwide {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container, .swpm-pw-reset-widget-form, .swpm_error, .swpm-edit-profile-form, .swpm-post-not-logged-in-msg, .swpm-form-builder-container form, .alignfull, .alignwide {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid, .fluid.swpm-pw-reset-widget-form, .fluid.swpm_error, .fluid.swpm-edit-profile-form, .fluid.swpm-post-not-logged-in-msg, .swpm-form-builder-container form.fluid, .fluid.alignfull, .fluid.alignwide {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid, .fluid.swpm-pw-reset-widget-form, .fluid.swpm_error, .fluid.swpm-edit-profile-form, .fluid.swpm-post-not-logged-in-msg, .swpm-form-builder-container form.fluid, .fluid.alignfull, .fluid.alignwide {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full, .full.swpm-pw-reset-widget-form, .full.swpm_error, .full.swpm-edit-profile-form, .full.swpm-post-not-logged-in-msg, .swpm-form-builder-container form.full, .alignfull, .full.alignwide {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x, .swpm-edit-profile-form #swpm-editprofile-form, .swpm-login-widget-logged > div {
  display: flex;
  flex-flow: row wrap;
}

.cell, .swpm-edit-profile-form #swpm-editprofile-form table, .swpm-login-widget-logged > div > div {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto, .swpm-edit-profile-form #swpm-editprofile-form table.auto, .swpm-login-widget-logged > div > div.auto {
  flex: 1 1 0;
}
.cell.shrink, .swpm-edit-profile-form #swpm-editprofile-form table.shrink, .swpm-login-widget-logged > div > div.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto, .swpm-edit-profile-form #swpm-editprofile-form > .auto, .swpm-login-widget-logged > div > .auto {
  width: auto;
}
.grid-x > .shrink, .swpm-edit-profile-form #swpm-editprofile-form > .shrink, .swpm-login-widget-logged > div > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .small-shrink, .swpm-login-widget-logged > div > .small-shrink, .grid-x > .small-full, .swpm-edit-profile-form #swpm-editprofile-form > .small-full, .swpm-login-widget-logged > div > .small-full, .grid-x > .small-1, .swpm-edit-profile-form #swpm-editprofile-form > .small-1, .swpm-login-widget-logged > div > .small-1, .grid-x > .small-2, .swpm-edit-profile-form #swpm-editprofile-form > .small-2, .swpm-login-widget-logged > div > .small-2, .grid-x > .small-3, .swpm-edit-profile-form #swpm-editprofile-form > .small-3, .swpm-login-widget-logged > div > .small-3, .grid-x > .small-4, .swpm-edit-profile-form #swpm-editprofile-form > .small-4, .swpm-login-widget-logged > div > .small-4, .grid-x > .small-5, .swpm-edit-profile-form #swpm-editprofile-form > .small-5, .swpm-login-widget-logged > div > .small-5, .grid-x > .small-6, .swpm-edit-profile-form #swpm-editprofile-form > .small-6, .swpm-login-widget-logged > div > .small-6, .grid-x > .small-7, .swpm-edit-profile-form #swpm-editprofile-form > .small-7, .swpm-login-widget-logged > div > .small-7, .grid-x > .small-8, .swpm-edit-profile-form #swpm-editprofile-form > .small-8, .swpm-login-widget-logged > div > .small-8, .grid-x > .small-9, .swpm-edit-profile-form #swpm-editprofile-form > .small-9, .swpm-login-widget-logged > div > .small-9, .grid-x > .small-10, .swpm-edit-profile-form #swpm-editprofile-form > .small-10, .swpm-login-widget-logged > div > .small-10, .grid-x > .small-11, .swpm-edit-profile-form #swpm-editprofile-form > .small-11, .swpm-login-widget-logged > div > .small-11, .grid-x > .small-12, .swpm-edit-profile-form #swpm-editprofile-form > .small-12, .swpm-login-widget-logged > div > .small-12, .swpm-login-widget-logged > div > div {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .medium-shrink, .swpm-login-widget-logged > div > .medium-shrink, .grid-x > .medium-full, .swpm-edit-profile-form #swpm-editprofile-form > .medium-full, .swpm-login-widget-logged > div > .medium-full, .grid-x > .medium-1, .swpm-edit-profile-form #swpm-editprofile-form > .medium-1, .swpm-login-widget-logged > div > .medium-1, .grid-x > .medium-2, .swpm-edit-profile-form #swpm-editprofile-form > .medium-2, .swpm-login-widget-logged > div > .medium-2, .grid-x > .medium-3, .swpm-edit-profile-form #swpm-editprofile-form > .medium-3, .swpm-login-widget-logged > div > .medium-3, .grid-x > .medium-4, .swpm-edit-profile-form #swpm-editprofile-form > .medium-4, .swpm-login-widget-logged > div > .medium-4, .grid-x > .medium-5, .swpm-edit-profile-form #swpm-editprofile-form > .medium-5, .swpm-login-widget-logged > div > .medium-5, .grid-x > .medium-6, .swpm-edit-profile-form #swpm-editprofile-form > .medium-6, .swpm-login-widget-logged > div > .medium-6, .swpm-login-widget-logged > div > div, .grid-x > .medium-7, .swpm-edit-profile-form #swpm-editprofile-form > .medium-7, .swpm-login-widget-logged > div > .medium-7, .grid-x > .medium-8, .swpm-edit-profile-form #swpm-editprofile-form > .medium-8, .swpm-login-widget-logged > div > .medium-8, .grid-x > .medium-9, .swpm-edit-profile-form #swpm-editprofile-form > .medium-9, .swpm-login-widget-logged > div > .medium-9, .grid-x > .medium-10, .swpm-edit-profile-form #swpm-editprofile-form > .medium-10, .swpm-login-widget-logged > div > .medium-10, .grid-x > .medium-11, .swpm-edit-profile-form #swpm-editprofile-form > .medium-11, .swpm-login-widget-logged > div > .medium-11, .grid-x > .medium-12, .swpm-edit-profile-form #swpm-editprofile-form > .medium-12, .swpm-login-widget-logged > div > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .large-shrink, .swpm-login-widget-logged > div > .large-shrink, .grid-x > .large-full, .swpm-edit-profile-form #swpm-editprofile-form > .large-full, .swpm-login-widget-logged > div > .large-full, .grid-x > .large-1, .swpm-edit-profile-form #swpm-editprofile-form > .large-1, .swpm-login-widget-logged > div > .large-1, .grid-x > .large-2, .swpm-edit-profile-form #swpm-editprofile-form > .large-2, .swpm-login-widget-logged > div > .large-2, .grid-x > .large-3, .swpm-edit-profile-form #swpm-editprofile-form > .large-3, .swpm-login-widget-logged > div > .large-3, .grid-x > .large-4, .swpm-edit-profile-form #swpm-editprofile-form > .large-4, .swpm-login-widget-logged > div > .large-4, .grid-x > .large-5, .swpm-edit-profile-form #swpm-editprofile-form > .large-5, .swpm-login-widget-logged > div > .large-5, .grid-x > .large-6, .swpm-edit-profile-form #swpm-editprofile-form > .large-6, .swpm-login-widget-logged > div > .large-6, .grid-x > .large-7, .swpm-edit-profile-form #swpm-editprofile-form > .large-7, .swpm-login-widget-logged > div > .large-7, .grid-x > .large-8, .swpm-edit-profile-form #swpm-editprofile-form > .large-8, .swpm-login-widget-logged > div > .large-8, .grid-x > .large-9, .swpm-edit-profile-form #swpm-editprofile-form > .large-9, .swpm-login-widget-logged > div > .large-9, .grid-x > .large-10, .swpm-edit-profile-form #swpm-editprofile-form > .large-10, .swpm-login-widget-logged > div > .large-10, .grid-x > .large-11, .swpm-edit-profile-form #swpm-editprofile-form > .large-11, .swpm-login-widget-logged > div > .large-11, .grid-x > .large-12, .swpm-edit-profile-form #swpm-editprofile-form > .large-12, .swpm-login-widget-logged > div > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .swpm-edit-profile-form #swpm-editprofile-form > .small-12, .swpm-login-widget-logged > div.grid-x > div, .swpm-edit-profile-form .swpm-login-widget-logged > div#swpm-editprofile-form > div, .swpm-login-widget-logged > div > .small-12, .swpm-login-widget-logged > div > div, .grid-x > .small-11, .swpm-edit-profile-form #swpm-editprofile-form > .small-11, .swpm-login-widget-logged > div > .small-11, .grid-x > .small-10, .swpm-edit-profile-form #swpm-editprofile-form > .small-10, .swpm-login-widget-logged > div > .small-10, .grid-x > .small-9, .swpm-edit-profile-form #swpm-editprofile-form > .small-9, .swpm-login-widget-logged > div > .small-9, .grid-x > .small-8, .swpm-edit-profile-form #swpm-editprofile-form > .small-8, .swpm-login-widget-logged > div > .small-8, .grid-x > .small-7, .swpm-edit-profile-form #swpm-editprofile-form > .small-7, .swpm-login-widget-logged > div > .small-7, .grid-x > .small-6, .swpm-edit-profile-form #swpm-editprofile-form > .small-6, .swpm-login-widget-logged > div > .small-6, .grid-x > .small-5, .swpm-edit-profile-form #swpm-editprofile-form > .small-5, .swpm-login-widget-logged > div > .small-5, .grid-x > .small-4, .swpm-edit-profile-form #swpm-editprofile-form > .small-4, .swpm-login-widget-logged > div > .small-4, .grid-x > .small-3, .swpm-edit-profile-form #swpm-editprofile-form > .small-3, .swpm-login-widget-logged > div > .small-3, .grid-x > .small-2, .swpm-edit-profile-form #swpm-editprofile-form > .small-2, .swpm-login-widget-logged > div > .small-2, .grid-x > .small-1, .swpm-edit-profile-form #swpm-editprofile-form > .small-1, .swpm-login-widget-logged > div > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1, .swpm-edit-profile-form #swpm-editprofile-form > .small-1, .swpm-login-widget-logged > div > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2, .swpm-edit-profile-form #swpm-editprofile-form > .small-2, .swpm-login-widget-logged > div > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3, .swpm-edit-profile-form #swpm-editprofile-form > .small-3, .swpm-login-widget-logged > div > .small-3 {
  width: 25%;
}

.grid-x > .small-4, .swpm-edit-profile-form #swpm-editprofile-form > .small-4, .swpm-login-widget-logged > div > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5, .swpm-edit-profile-form #swpm-editprofile-form > .small-5, .swpm-login-widget-logged > div > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6, .swpm-edit-profile-form #swpm-editprofile-form > .small-6, .swpm-login-widget-logged > div > .small-6 {
  width: 50%;
}

.grid-x > .small-7, .swpm-edit-profile-form #swpm-editprofile-form > .small-7, .swpm-login-widget-logged > div > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8, .swpm-edit-profile-form #swpm-editprofile-form > .small-8, .swpm-login-widget-logged > div > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9, .swpm-edit-profile-form #swpm-editprofile-form > .small-9, .swpm-login-widget-logged > div > .small-9 {
  width: 75%;
}

.grid-x > .small-10, .swpm-edit-profile-form #swpm-editprofile-form > .small-10, .swpm-login-widget-logged > div > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11, .swpm-edit-profile-form #swpm-editprofile-form > .small-11, .swpm-login-widget-logged > div > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12, .swpm-edit-profile-form #swpm-editprofile-form > .small-12, .swpm-login-widget-logged > div.grid-x > div, .swpm-edit-profile-form .swpm-login-widget-logged > div#swpm-editprofile-form > div, .swpm-login-widget-logged > div > .small-12, .swpm-login-widget-logged > div > div {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto, .swpm-edit-profile-form #swpm-editprofile-form > .medium-auto, .swpm-login-widget-logged > div > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .swpm-edit-profile-form #swpm-editprofile-form > .medium-12, .swpm-login-widget-logged > div > .medium-12, .grid-x > .medium-11, .swpm-edit-profile-form #swpm-editprofile-form > .medium-11, .swpm-login-widget-logged > div > .medium-11, .grid-x > .medium-10, .swpm-edit-profile-form #swpm-editprofile-form > .medium-10, .swpm-login-widget-logged > div > .medium-10, .grid-x > .medium-9, .swpm-edit-profile-form #swpm-editprofile-form > .medium-9, .swpm-login-widget-logged > div > .medium-9, .grid-x > .medium-8, .swpm-edit-profile-form #swpm-editprofile-form > .medium-8, .swpm-login-widget-logged > div > .medium-8, .grid-x > .medium-7, .swpm-edit-profile-form #swpm-editprofile-form > .medium-7, .swpm-login-widget-logged > div > .medium-7, .grid-x > .medium-6, .swpm-edit-profile-form #swpm-editprofile-form > .medium-6, .swpm-login-widget-logged > div.grid-x > div, .swpm-edit-profile-form .swpm-login-widget-logged > div#swpm-editprofile-form > div, .swpm-login-widget-logged > div > .medium-6, .swpm-login-widget-logged > div > div, .grid-x > .medium-5, .swpm-edit-profile-form #swpm-editprofile-form > .medium-5, .swpm-login-widget-logged > div > .medium-5, .grid-x > .medium-4, .swpm-edit-profile-form #swpm-editprofile-form > .medium-4, .swpm-login-widget-logged > div > .medium-4, .grid-x > .medium-3, .swpm-edit-profile-form #swpm-editprofile-form > .medium-3, .swpm-login-widget-logged > div > .medium-3, .grid-x > .medium-2, .swpm-edit-profile-form #swpm-editprofile-form > .medium-2, .swpm-login-widget-logged > div > .medium-2, .grid-x > .medium-1, .swpm-edit-profile-form #swpm-editprofile-form > .medium-1, .swpm-login-widget-logged > div > .medium-1, .grid-x > .medium-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .medium-shrink, .swpm-login-widget-logged > div > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .medium-shrink, .swpm-login-widget-logged > div > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1, .swpm-edit-profile-form #swpm-editprofile-form > .medium-1, .swpm-login-widget-logged > div > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2, .swpm-edit-profile-form #swpm-editprofile-form > .medium-2, .swpm-login-widget-logged > div > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3, .swpm-edit-profile-form #swpm-editprofile-form > .medium-3, .swpm-login-widget-logged > div > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4, .swpm-edit-profile-form #swpm-editprofile-form > .medium-4, .swpm-login-widget-logged > div > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5, .swpm-edit-profile-form #swpm-editprofile-form > .medium-5, .swpm-login-widget-logged > div > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6, .swpm-edit-profile-form #swpm-editprofile-form > .medium-6, .swpm-login-widget-logged > div.grid-x > div, .swpm-edit-profile-form .swpm-login-widget-logged > div#swpm-editprofile-form > div, .swpm-login-widget-logged > div > .medium-6, .swpm-login-widget-logged > div > div {
    width: 50%;
  }
  .grid-x > .medium-7, .swpm-edit-profile-form #swpm-editprofile-form > .medium-7, .swpm-login-widget-logged > div > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8, .swpm-edit-profile-form #swpm-editprofile-form > .medium-8, .swpm-login-widget-logged > div > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9, .swpm-edit-profile-form #swpm-editprofile-form > .medium-9, .swpm-login-widget-logged > div > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10, .swpm-edit-profile-form #swpm-editprofile-form > .medium-10, .swpm-login-widget-logged > div > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11, .swpm-edit-profile-form #swpm-editprofile-form > .medium-11, .swpm-login-widget-logged > div > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12, .swpm-edit-profile-form #swpm-editprofile-form > .medium-12, .swpm-login-widget-logged > div > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto, .swpm-edit-profile-form #swpm-editprofile-form > .large-auto, .swpm-login-widget-logged > div > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .swpm-edit-profile-form #swpm-editprofile-form > .large-12, .swpm-login-widget-logged > div > .large-12, .grid-x > .large-11, .swpm-edit-profile-form #swpm-editprofile-form > .large-11, .swpm-login-widget-logged > div > .large-11, .grid-x > .large-10, .swpm-edit-profile-form #swpm-editprofile-form > .large-10, .swpm-login-widget-logged > div > .large-10, .grid-x > .large-9, .swpm-edit-profile-form #swpm-editprofile-form > .large-9, .swpm-login-widget-logged > div > .large-9, .grid-x > .large-8, .swpm-edit-profile-form #swpm-editprofile-form > .large-8, .swpm-login-widget-logged > div > .large-8, .grid-x > .large-7, .swpm-edit-profile-form #swpm-editprofile-form > .large-7, .swpm-login-widget-logged > div > .large-7, .grid-x > .large-6, .swpm-edit-profile-form #swpm-editprofile-form > .large-6, .swpm-login-widget-logged > div > .large-6, .grid-x > .large-5, .swpm-edit-profile-form #swpm-editprofile-form > .large-5, .swpm-login-widget-logged > div > .large-5, .grid-x > .large-4, .swpm-edit-profile-form #swpm-editprofile-form > .large-4, .swpm-login-widget-logged > div > .large-4, .grid-x > .large-3, .swpm-edit-profile-form #swpm-editprofile-form > .large-3, .swpm-login-widget-logged > div > .large-3, .grid-x > .large-2, .swpm-edit-profile-form #swpm-editprofile-form > .large-2, .swpm-login-widget-logged > div > .large-2, .grid-x > .large-1, .swpm-edit-profile-form #swpm-editprofile-form > .large-1, .swpm-login-widget-logged > div > .large-1, .grid-x > .large-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .large-shrink, .swpm-login-widget-logged > div > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .large-shrink, .swpm-login-widget-logged > div > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1, .swpm-edit-profile-form #swpm-editprofile-form > .large-1, .swpm-login-widget-logged > div > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2, .swpm-edit-profile-form #swpm-editprofile-form > .large-2, .swpm-login-widget-logged > div > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3, .swpm-edit-profile-form #swpm-editprofile-form > .large-3, .swpm-login-widget-logged > div > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4, .swpm-edit-profile-form #swpm-editprofile-form > .large-4, .swpm-login-widget-logged > div > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5, .swpm-edit-profile-form #swpm-editprofile-form > .large-5, .swpm-login-widget-logged > div > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6, .swpm-edit-profile-form #swpm-editprofile-form > .large-6, .swpm-login-widget-logged > div > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7, .swpm-edit-profile-form #swpm-editprofile-form > .large-7, .swpm-login-widget-logged > div > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8, .swpm-edit-profile-form #swpm-editprofile-form > .large-8, .swpm-login-widget-logged > div > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9, .swpm-edit-profile-form #swpm-editprofile-form > .large-9, .swpm-login-widget-logged > div > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10, .swpm-edit-profile-form #swpm-editprofile-form > .large-10, .swpm-login-widget-logged > div > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11, .swpm-edit-profile-form #swpm-editprofile-form > .large-11, .swpm-login-widget-logged > div > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12, .swpm-edit-profile-form #swpm-editprofile-form > .large-12, .swpm-login-widget-logged > div > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x:not(.grid-x) > table, .swpm-edit-profile-form #swpm-editprofile-form:not(.grid-x) > .cell, .swpm-edit-profile-form #swpm-editprofile-form:not(.grid-x) > table, .swpm-login-widget-logged > div:not(.grid-x) > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div:not(.grid-x) > table, .swpm-login-widget-logged > div:not(.grid-x) > div {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-y:not(.grid-y) > table, .swpm-login-widget-logged > div.grid-margin-y:not(.grid-y) > div {
  height: auto;
}

.grid-margin-x, .swpm-edit-profile-form #swpm-editprofile-form, .swpm-login-widget-logged > div {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x, .swpm-edit-profile-form #swpm-editprofile-form, .swpm-login-widget-logged > div {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x > table, .swpm-edit-profile-form #swpm-editprofile-form > .cell, .swpm-edit-profile-form #swpm-editprofile-form > table, .swpm-login-widget-logged > div > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div > table, .swpm-login-widget-logged > div > div {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x > table, .swpm-edit-profile-form #swpm-editprofile-form > .cell, .swpm-edit-profile-form #swpm-editprofile-form > table, .swpm-login-widget-logged > div > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div > table, .swpm-login-widget-logged > div > div {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto, .swpm-edit-profile-form #swpm-editprofile-form > .auto, .swpm-login-widget-logged > div > .auto {
  width: auto;
}
.grid-margin-x > .shrink, .swpm-edit-profile-form #swpm-editprofile-form > .shrink, .swpm-login-widget-logged > div > .shrink {
  width: auto;
}
.grid-margin-x > .small-1, .swpm-edit-profile-form #swpm-editprofile-form > .small-1, .swpm-login-widget-logged > div > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2, .swpm-edit-profile-form #swpm-editprofile-form > .small-2, .swpm-login-widget-logged > div > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3, .swpm-edit-profile-form #swpm-editprofile-form > .small-3, .swpm-login-widget-logged > div > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4, .swpm-edit-profile-form #swpm-editprofile-form > .small-4, .swpm-login-widget-logged > div > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5, .swpm-edit-profile-form #swpm-editprofile-form > .small-5, .swpm-login-widget-logged > div > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6, .swpm-edit-profile-form #swpm-editprofile-form > .small-6, .swpm-login-widget-logged > div > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7, .swpm-edit-profile-form #swpm-editprofile-form > .small-7, .swpm-login-widget-logged > div > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8, .swpm-edit-profile-form #swpm-editprofile-form > .small-8, .swpm-login-widget-logged > div > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9, .swpm-edit-profile-form #swpm-editprofile-form > .small-9, .swpm-login-widget-logged > div > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10, .swpm-edit-profile-form #swpm-editprofile-form > .small-10, .swpm-login-widget-logged > div > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11, .swpm-edit-profile-form #swpm-editprofile-form > .small-11, .swpm-login-widget-logged > div > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12, .swpm-edit-profile-form #swpm-editprofile-form > .small-12, .swpm-login-widget-logged > div > .small-12, .swpm-login-widget-logged > div > div {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto, .swpm-edit-profile-form #swpm-editprofile-form > .auto, .swpm-login-widget-logged > div > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink, .swpm-edit-profile-form #swpm-editprofile-form > .shrink, .swpm-login-widget-logged > div > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1, .swpm-edit-profile-form #swpm-editprofile-form > .small-1, .swpm-login-widget-logged > div > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2, .swpm-edit-profile-form #swpm-editprofile-form > .small-2, .swpm-login-widget-logged > div > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3, .swpm-edit-profile-form #swpm-editprofile-form > .small-3, .swpm-login-widget-logged > div > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4, .swpm-edit-profile-form #swpm-editprofile-form > .small-4, .swpm-login-widget-logged > div > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5, .swpm-edit-profile-form #swpm-editprofile-form > .small-5, .swpm-login-widget-logged > div > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6, .swpm-edit-profile-form #swpm-editprofile-form > .small-6, .swpm-login-widget-logged > div > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7, .swpm-edit-profile-form #swpm-editprofile-form > .small-7, .swpm-login-widget-logged > div > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8, .swpm-edit-profile-form #swpm-editprofile-form > .small-8, .swpm-login-widget-logged > div > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9, .swpm-edit-profile-form #swpm-editprofile-form > .small-9, .swpm-login-widget-logged > div > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10, .swpm-edit-profile-form #swpm-editprofile-form > .small-10, .swpm-login-widget-logged > div > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11, .swpm-edit-profile-form #swpm-editprofile-form > .small-11, .swpm-login-widget-logged > div > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12, .swpm-edit-profile-form #swpm-editprofile-form > .small-12, .swpm-login-widget-logged > div > .small-12, .swpm-login-widget-logged > div > div {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto, .swpm-edit-profile-form #swpm-editprofile-form > .medium-auto, .swpm-login-widget-logged > div > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .medium-shrink, .swpm-login-widget-logged > div > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1, .swpm-edit-profile-form #swpm-editprofile-form > .medium-1, .swpm-login-widget-logged > div > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2, .swpm-edit-profile-form #swpm-editprofile-form > .medium-2, .swpm-login-widget-logged > div > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3, .swpm-edit-profile-form #swpm-editprofile-form > .medium-3, .swpm-login-widget-logged > div > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4, .swpm-edit-profile-form #swpm-editprofile-form > .medium-4, .swpm-login-widget-logged > div > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5, .swpm-edit-profile-form #swpm-editprofile-form > .medium-5, .swpm-login-widget-logged > div > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6, .swpm-edit-profile-form #swpm-editprofile-form > .medium-6, .swpm-login-widget-logged > div > .medium-6, .swpm-login-widget-logged > div > div {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7, .swpm-edit-profile-form #swpm-editprofile-form > .medium-7, .swpm-login-widget-logged > div > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8, .swpm-edit-profile-form #swpm-editprofile-form > .medium-8, .swpm-login-widget-logged > div > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9, .swpm-edit-profile-form #swpm-editprofile-form > .medium-9, .swpm-login-widget-logged > div > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10, .swpm-edit-profile-form #swpm-editprofile-form > .medium-10, .swpm-login-widget-logged > div > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11, .swpm-edit-profile-form #swpm-editprofile-form > .medium-11, .swpm-login-widget-logged > div > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12, .swpm-edit-profile-form #swpm-editprofile-form > .medium-12, .swpm-login-widget-logged > div > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto, .swpm-edit-profile-form #swpm-editprofile-form > .large-auto, .swpm-login-widget-logged > div > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink, .swpm-edit-profile-form #swpm-editprofile-form > .large-shrink, .swpm-login-widget-logged > div > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1, .swpm-edit-profile-form #swpm-editprofile-form > .large-1, .swpm-login-widget-logged > div > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2, .swpm-edit-profile-form #swpm-editprofile-form > .large-2, .swpm-login-widget-logged > div > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3, .swpm-edit-profile-form #swpm-editprofile-form > .large-3, .swpm-login-widget-logged > div > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4, .swpm-edit-profile-form #swpm-editprofile-form > .large-4, .swpm-login-widget-logged > div > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5, .swpm-edit-profile-form #swpm-editprofile-form > .large-5, .swpm-login-widget-logged > div > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6, .swpm-edit-profile-form #swpm-editprofile-form > .large-6, .swpm-login-widget-logged > div > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7, .swpm-edit-profile-form #swpm-editprofile-form > .large-7, .swpm-login-widget-logged > div > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8, .swpm-edit-profile-form #swpm-editprofile-form > .large-8, .swpm-login-widget-logged > div > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9, .swpm-edit-profile-form #swpm-editprofile-form > .large-9, .swpm-login-widget-logged > div > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10, .swpm-edit-profile-form #swpm-editprofile-form > .large-10, .swpm-login-widget-logged > div > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11, .swpm-edit-profile-form #swpm-editprofile-form > .large-11, .swpm-login-widget-logged > div > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12, .swpm-edit-profile-form #swpm-editprofile-form > .large-12, .swpm-login-widget-logged > div > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full):not(.alignfull) > .grid-padding-x, .swpm-pw-reset-widget-form:not(.full):not(.alignfull) > .grid-padding-x, .swpm_error:not(.full):not(.alignfull) > .grid-padding-x, .swpm-edit-profile-form:not(.full):not(.alignfull) > .grid-padding-x, .swpm-post-not-logged-in-msg:not(.full):not(.alignfull) > .grid-padding-x, .swpm-form-builder-container form:not(.full):not(.alignfull) > .grid-padding-x, .alignfull:not(.full):not(.alignfull) > .grid-padding-x, .alignwide:not(.full):not(.alignfull) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full):not(.alignfull) > .grid-padding-x, .swpm-pw-reset-widget-form:not(.full):not(.alignfull) > .grid-padding-x, .swpm_error:not(.full):not(.alignfull) > .grid-padding-x, .swpm-edit-profile-form:not(.full):not(.alignfull) > .grid-padding-x, .swpm-post-not-logged-in-msg:not(.full):not(.alignfull) > .grid-padding-x, .swpm-form-builder-container form:not(.full):not(.alignfull) > .grid-padding-x, .alignfull:not(.full):not(.alignfull) > .grid-padding-x, .alignwide:not(.full):not(.alignfull) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-padding-x > table, .swpm-login-widget-logged > div.grid-padding-x > div {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-padding-x > table, .swpm-login-widget-logged > div.grid-padding-x > div {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-1 > table, .swpm-login-widget-logged > div.small-up-1 > div {
  width: 100%;
}

.small-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-2 > table, .swpm-login-widget-logged > div.small-up-2 > div {
  width: 50%;
}

.small-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-3 > table, .swpm-login-widget-logged > div.small-up-3 > div {
  width: 33.3333333333%;
}

.small-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-4 > table, .swpm-login-widget-logged > div.small-up-4 > div {
  width: 25%;
}

.small-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-5 > table, .swpm-login-widget-logged > div.small-up-5 > div {
  width: 20%;
}

.small-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-6 > table, .swpm-login-widget-logged > div.small-up-6 > div {
  width: 16.6666666667%;
}

.small-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-7 > table, .swpm-login-widget-logged > div.small-up-7 > div {
  width: 14.2857142857%;
}

.small-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-up-8 > table, .swpm-login-widget-logged > div.small-up-8 > div {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-1 > table, .swpm-login-widget-logged > div.medium-up-1 > div {
    width: 100%;
  }
  .medium-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-2 > table, .swpm-login-widget-logged > div.medium-up-2 > div {
    width: 50%;
  }
  .medium-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-3 > table, .swpm-login-widget-logged > div.medium-up-3 > div {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-4 > table, .swpm-login-widget-logged > div.medium-up-4 > div {
    width: 25%;
  }
  .medium-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-5 > table, .swpm-login-widget-logged > div.medium-up-5 > div {
    width: 20%;
  }
  .medium-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-6 > table, .swpm-login-widget-logged > div.medium-up-6 > div {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-7 > table, .swpm-login-widget-logged > div.medium-up-7 > div {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-up-8 > table, .swpm-login-widget-logged > div.medium-up-8 > div {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-1 > table, .swpm-login-widget-logged > div.large-up-1 > div {
    width: 100%;
  }
  .large-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-2 > table, .swpm-login-widget-logged > div.large-up-2 > div {
    width: 50%;
  }
  .large-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-3 > table, .swpm-login-widget-logged > div.large-up-3 > div {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-4 > table, .swpm-login-widget-logged > div.large-up-4 > div {
    width: 25%;
  }
  .large-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-5 > table, .swpm-login-widget-logged > div.large-up-5 > div {
    width: 20%;
  }
  .large-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-6 > table, .swpm-login-widget-logged > div.large-up-6 > div {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-7 > table, .swpm-login-widget-logged > div.large-up-7 > div {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-up-8 > table, .swpm-login-widget-logged > div.large-up-8 > div {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-1 > table, .swpm-edit-profile-form .small-up-1#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-1#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-1 > table, .swpm-login-widget-logged > div.small-up-1 > div {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-2 > table, .swpm-edit-profile-form .small-up-2#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-2#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-2 > table, .swpm-login-widget-logged > div.small-up-2 > div {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-3 > table, .swpm-edit-profile-form .small-up-3#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-3#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-3 > table, .swpm-login-widget-logged > div.small-up-3 > div {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-4 > table, .swpm-edit-profile-form .small-up-4#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-4#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-4 > table, .swpm-login-widget-logged > div.small-up-4 > div {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-5 > table, .swpm-edit-profile-form .small-up-5#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-5#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-5 > table, .swpm-login-widget-logged > div.small-up-5 > div {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-6 > table, .swpm-edit-profile-form .small-up-6#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-6#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-6 > table, .swpm-login-widget-logged > div.small-up-6 > div {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-7 > table, .swpm-edit-profile-form .small-up-7#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-7#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-7 > table, .swpm-login-widget-logged > div.small-up-7 > div {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-8 > table, .swpm-edit-profile-form .small-up-8#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-8#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-8 > table, .swpm-login-widget-logged > div.small-up-8 > div {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-1 > table, .swpm-edit-profile-form .small-up-1#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-1#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-1 > table, .swpm-login-widget-logged > div.small-up-1 > div {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-2 > table, .swpm-edit-profile-form .small-up-2#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-2#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-2 > table, .swpm-login-widget-logged > div.small-up-2 > div {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-3 > table, .swpm-edit-profile-form .small-up-3#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-3#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-3 > table, .swpm-login-widget-logged > div.small-up-3 > div {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-4 > table, .swpm-edit-profile-form .small-up-4#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-4#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-4 > table, .swpm-login-widget-logged > div.small-up-4 > div {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-5 > table, .swpm-edit-profile-form .small-up-5#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-5#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-5 > table, .swpm-login-widget-logged > div.small-up-5 > div {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-6 > table, .swpm-edit-profile-form .small-up-6#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-6#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-6 > table, .swpm-login-widget-logged > div.small-up-6 > div {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-7 > table, .swpm-edit-profile-form .small-up-7#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-7#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-7 > table, .swpm-login-widget-logged > div.small-up-7 > div {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.small-up-8 > table, .swpm-edit-profile-form .small-up-8#swpm-editprofile-form > .cell, .swpm-edit-profile-form .small-up-8#swpm-editprofile-form > table, .swpm-login-widget-logged > div.small-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.small-up-8 > table, .swpm-login-widget-logged > div.small-up-8 > div {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-1 > table, .swpm-edit-profile-form .medium-up-1#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-1#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-1 > table, .swpm-login-widget-logged > div.medium-up-1 > div {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-2 > table, .swpm-edit-profile-form .medium-up-2#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-2#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-2 > table, .swpm-login-widget-logged > div.medium-up-2 > div {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-3 > table, .swpm-edit-profile-form .medium-up-3#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-3#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-3 > table, .swpm-login-widget-logged > div.medium-up-3 > div {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-4 > table, .swpm-edit-profile-form .medium-up-4#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-4#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-4 > table, .swpm-login-widget-logged > div.medium-up-4 > div {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-5 > table, .swpm-edit-profile-form .medium-up-5#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-5#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-5 > table, .swpm-login-widget-logged > div.medium-up-5 > div {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-6 > table, .swpm-edit-profile-form .medium-up-6#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-6#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-6 > table, .swpm-login-widget-logged > div.medium-up-6 > div {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-7 > table, .swpm-edit-profile-form .medium-up-7#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-7#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-7 > table, .swpm-login-widget-logged > div.medium-up-7 > div {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.medium-up-8 > table, .swpm-edit-profile-form .medium-up-8#swpm-editprofile-form > .cell, .swpm-edit-profile-form .medium-up-8#swpm-editprofile-form > table, .swpm-login-widget-logged > div.medium-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.medium-up-8 > table, .swpm-login-widget-logged > div.medium-up-8 > div {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-1 > table, .swpm-edit-profile-form .large-up-1#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-1#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-1 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-1 > table, .swpm-login-widget-logged > div.large-up-1 > div {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-2 > table, .swpm-edit-profile-form .large-up-2#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-2#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-2 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-2 > table, .swpm-login-widget-logged > div.large-up-2 > div {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-3 > table, .swpm-edit-profile-form .large-up-3#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-3#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-3 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-3 > table, .swpm-login-widget-logged > div.large-up-3 > div {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-4 > table, .swpm-edit-profile-form .large-up-4#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-4#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-4 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-4 > table, .swpm-login-widget-logged > div.large-up-4 > div {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-5 > table, .swpm-edit-profile-form .large-up-5#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-5#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-5 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-5 > table, .swpm-login-widget-logged > div.large-up-5 > div {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-6 > table, .swpm-edit-profile-form .large-up-6#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-6#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-6 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-6 > table, .swpm-login-widget-logged > div.large-up-6 > div {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-7 > table, .swpm-edit-profile-form .large-up-7#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-7#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-7 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-7 > table, .swpm-login-widget-logged > div.large-up-7 > div {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-x.large-up-8 > table, .swpm-edit-profile-form .large-up-8#swpm-editprofile-form > .cell, .swpm-edit-profile-form .large-up-8#swpm-editprofile-form > table, .swpm-login-widget-logged > div.large-up-8 > .cell, .swpm-edit-profile-form #swpm-editprofile-form .swpm-login-widget-logged > div.large-up-8 > table, .swpm-login-widget-logged > div.large-up-8 > div {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-margin-collapse > table, .swpm-login-widget-logged > div.small-margin-collapse > div {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12, .swpm-login-widget-logged > div.small-margin-collapse > div {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6, .swpm-login-widget-logged > div.small-margin-collapse > div {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell, .swpm-edit-profile-form #swpm-editprofile-form .small-padding-collapse > table, .swpm-login-widget-logged > div.small-padding-collapse > div {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-margin-collapse > table, .swpm-login-widget-logged > div.medium-margin-collapse > div {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12, .swpm-login-widget-logged > div.medium-margin-collapse > div {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6, .swpm-login-widget-logged > div.medium-margin-collapse > div {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell, .swpm-edit-profile-form #swpm-editprofile-form .medium-padding-collapse > table, .swpm-login-widget-logged > div.medium-padding-collapse > div {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-margin-collapse > table, .swpm-login-widget-logged > div.large-margin-collapse > div {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12, .swpm-login-widget-logged > div.large-margin-collapse > div {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6, .swpm-login-widget-logged > div.large-margin-collapse > div {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell, .swpm-edit-profile-form #swpm-editprofile-form .large-padding-collapse > table, .swpm-login-widget-logged > div.large-padding-collapse > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-0, .swpm-login-widget-logged > div > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-1, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-1, .swpm-login-widget-logged > div > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-2, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-2, .swpm-login-widget-logged > div > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-3, .swpm-login-widget-logged > div > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-4, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-4, .swpm-login-widget-logged > div > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-5, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-5, .swpm-login-widget-logged > div > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-6, .swpm-login-widget-logged > div > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-7, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-7, .swpm-login-widget-logged > div > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-8, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-8, .swpm-login-widget-logged > div > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-9, .swpm-login-widget-logged > div > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-10, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-10, .swpm-login-widget-logged > div > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-11, .swpm-edit-profile-form #swpm-editprofile-form > .small-offset-11, .swpm-login-widget-logged > div > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-0, .swpm-login-widget-logged > div > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-1, .swpm-login-widget-logged > div > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-2, .swpm-login-widget-logged > div > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-3, .swpm-login-widget-logged > div > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-4, .swpm-login-widget-logged > div > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-5, .swpm-login-widget-logged > div > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-6, .swpm-login-widget-logged > div > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-7, .swpm-login-widget-logged > div > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-8, .swpm-login-widget-logged > div > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-9, .swpm-login-widget-logged > div > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-10, .swpm-login-widget-logged > div > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11, .swpm-edit-profile-form #swpm-editprofile-form > .medium-offset-11, .swpm-login-widget-logged > div > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-0, .swpm-login-widget-logged > div > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-1, .swpm-login-widget-logged > div > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-2, .swpm-login-widget-logged > div > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-3, .swpm-login-widget-logged > div > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-4, .swpm-login-widget-logged > div > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-5, .swpm-login-widget-logged > div > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-6, .swpm-login-widget-logged > div > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-7, .swpm-login-widget-logged > div > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-8, .swpm-login-widget-logged > div > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-9, .swpm-login-widget-logged > div > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-10, .swpm-login-widget-logged > div > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11, .swpm-edit-profile-form #swpm-editprofile-form > .large-offset-11, .swpm-login-widget-logged > div > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-y > table, .swpm-login-widget-logged > div.grid-y > div {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .swpm-login-widget-logged > div.grid-y > div {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .swpm-login-widget-logged > div.grid-y > div, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .swpm-login-widget-logged > div.grid-y > div, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12, .swpm-login-widget-logged > div.grid-y > div {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .swpm-login-widget-logged > div.grid-y > div, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6, .swpm-login-widget-logged > div.grid-y > div {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-padding-y > table, .swpm-login-widget-logged > div.grid-padding-y > div {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-padding-y > table, .swpm-login-widget-logged > div.grid-padding-y > div {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-y > table, .swpm-login-widget-logged > div.grid-margin-y > div {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-y > table, .swpm-login-widget-logged > div.grid-margin-y > div {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12, .swpm-login-widget-logged > div.grid-margin-y > div {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12, .swpm-login-widget-logged > div.grid-margin-y > div {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6, .swpm-login-widget-logged > div.grid-margin-y > div {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame, .swpm-edit-profile-form #swpm-editprofile-form table .grid-frame, .swpm-login-widget-logged > div > div .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x, .swpm-edit-profile-form .cell-block-container > #swpm-editprofile-form, .cell-block-container.swpm-login-widget-logged > div {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame, .swpm-edit-profile-form #swpm-editprofile-form table .medium-grid-frame, .swpm-login-widget-logged > div > div .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x, .swpm-edit-profile-form .medium-cell-block-container > #swpm-editprofile-form, .medium-cell-block-container.swpm-login-widget-logged > div {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame, .swpm-edit-profile-form #swpm-editprofile-form table .large-grid-frame, .swpm-login-widget-logged > div > div .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x, .swpm-edit-profile-form .large-cell-block-container > #swpm-editprofile-form, .large-cell-block-container.swpm-login-widget-logged > div {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame, .swpm-edit-profile-form #swpm-editprofile-form table .grid-y.grid-frame, .swpm-login-widget-logged > div > div .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame, .swpm-edit-profile-form #swpm-editprofile-form table .grid-y.medium-grid-frame, .swpm-login-widget-logged > div > div .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame, .swpm-edit-profile-form #swpm-editprofile-form table .grid-y.large-grid-frame, .swpm-login-widget-logged > div > div .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-y > table, .swpm-login-widget-logged > div.grid-margin-y > div {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell, .swpm-edit-profile-form #swpm-editprofile-form .grid-margin-y > table, .swpm-login-widget-logged > div.grid-margin-y > div {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12, .swpm-login-widget-logged > div.grid-margin-y > div {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12, .swpm-login-widget-logged > div.grid-margin-y > div {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6, .swpm-login-widget-logged > div.grid-margin-y > div {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.swpm-form-builder-container form fieldset h3,
h3,
#swpm-login-form .swpm-password-label label,
#swpm-login-form .swpm-username-label label,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2,
.swpm-form-builder-container form fieldset h3, .h2,
h3,
#swpm-login-form .swpm-password-label label,
#swpm-login-form .swpm-username-label label, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", "VeneerTwo", "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small,
.swpm-form-builder-container form fieldset h3 small, .h2 small,
h3 small,
#swpm-login-form .swpm-password-label label small,
#swpm-login-form .swpm-username-label label small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #979797;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

h2, .swpm-form-builder-container form fieldset h3, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset label, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset label, .h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

h3, #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-username-label label, .h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 6.5rem;
  }
  h2, .swpm-form-builder-container form fieldset h3, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset label, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset label, .h2 {
    font-size: 4rem;
  }
  h3, #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-username-label label, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 2rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #8fa82d;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(122.98, 144.48, 38.7);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #979797;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #979797;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #444;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F5F5F5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #444;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #444;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #979797;
  background-color: #F5F5F5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #979797;
  background-color: #F5F5F5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #444;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  .swpm-form-builder-container form fieldset h3,
  h3,
  #swpm-login-form .swpm-password-label label,
  #swpm-login-form .swpm-username-label label {
    orphans: 3;
    widows: 3;
  }
  h2, .swpm-form-builder-container form fieldset h3,
  h3,
  #swpm-login-form .swpm-password-label label,
  #swpm-login-form .swpm-username-label label {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #8fa82d;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: rgb(121.55, 142.8, 38.25);
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #8fa82d;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(114.4, 134.4, 36);
  color: #ffffff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #006644;
  color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(0, 81.6, 54.4);
  color: #ffffff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #006644;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #006644;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #e59200;
  color: #006644;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(183.2, 116.8, 0);
  color: #006644;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #ffffff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #8fa82d;
  color: #8fa82d;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(71.5, 84, 22.5);
  color: rgb(71.5, 84, 22.5);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #8fa82d;
  color: #8fa82d;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(71.5, 84, 22.5);
  color: rgb(71.5, 84, 22.5);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #006644;
  color: #006644;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #003322;
  color: #003322;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #e59200;
  color: #e59200;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(114.5, 73, 0);
  color: rgb(114.5, 73, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #8fa82d;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(71.5, 84, 22.5);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #8fa82d;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(71.5, 84, 22.5);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #006644;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #003322;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #e59200;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(114.5, 73, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #8fa82d;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #8fa82d;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #006644;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #e59200;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F5F5F5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #8fa82d;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F5F5F5;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #F5F5F5;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F5F5F5;
  border-bottom: 0;
  background-color: #ffffff;
  color: #444;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F5F5F5;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #8fa82d transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #8fa82d transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #8fa82d;
  color: #000000;
}
.menu .active > a {
  background: #8fa82d;
  color: #000000;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #979797;
  box-shadow: 0 7px 0 #979797, 0 14px 0 #979797;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #444;
  box-shadow: 0 7px 0 #444, 0 14px 0 #444;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #F9FAFC;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #8fa82d transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #ffffff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #8fa82d;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #8fa82d transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #8fa82d;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #8fa82d transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #8fa82d transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #8fa82d;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #8fa82d transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #8fa82d transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #8fa82d;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #979797;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #8fa82d transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #8fa82d;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #444;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #444;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
  overflow-x: auto;
}

.top-bar {
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #F5F5F5;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

@font-face {
  font-family: "VeneerTwo";
  src: url("../webfonts/3AD325_0_0.eot");
  src: url("../webfonts/3AD325_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/3AD325_0_0.woff2") format("woff2"), url("../webfonts/3AD325_0_0.woff") format("woff"), url("../webfonts/3AD325_0_0.ttf") format("truetype");
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/montserrat-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../webfonts/montserrat-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat-v14-latin-regular.woff2") format("woff2"), url("../webfonts/montserrat-v14-latin-regular.woff") format("woff"), url("../webfonts/montserrat-v14-latin-regular.ttf") format("truetype"), url("../webfonts/montserrat-v14-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/montserrat-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../webfonts/montserrat-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat-v14-latin-700.woff2") format("woff2"), url("../webfonts/montserrat-v14-latin-700.woff") format("woff"), url("../webfonts/montserrat-v14-latin-700.ttf") format("truetype"), url("../webfonts/montserrat-v14-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.centered {
  float: none;
  margin: auto;
  text-align: center;
}

section, .swpm-form-builder-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -8px;
}
@media print, screen and (min-width: 48em) {
  section, .swpm-form-builder-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
section.regular, .regular.swpm-form-builder-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48em) {
  section.regular, .regular.swpm-form-builder-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
section.small, .small.swpm-form-builder-container, section.hero-full, .hero-full.swpm-form-builder-container {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
section.bottom-small, .bottom-small.swpm-form-builder-container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 48em) {
  section.bottom-small, .bottom-small.swpm-form-builder-container {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}
section.top-small, .top-small.swpm-form-builder-container {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 48em) {
  section.top-small, .top-small.swpm-form-builder-container {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.grid-small, .grid-small.swpm-pw-reset-widget-form, .grid-small.swpm_error, .grid-small.swpm-edit-profile-form, .grid-small.swpm-post-not-logged-in-msg, .swpm-form-builder-container form.grid-small, .grid-small.alignfull, .grid-small.alignwide {
    padding-left: 7.9375rem;
    padding-right: 7.9375rem;
  }
}

.alignwide .grid-container, .alignwide .swpm-pw-reset-widget-form, .alignwide .swpm_error, .alignwide .swpm-edit-profile-form, .alignwide .swpm-post-not-logged-in-msg, .alignwide .swpm-form-builder-container form, .swpm-form-builder-container .alignwide form, .alignwide .alignfull, .alignwide .alignwide {
  padding: 0;
}

.alignfull .grid-container, .alignfull .swpm-pw-reset-widget-form, .alignfull .swpm_error, .alignfull .swpm-edit-profile-form, .alignfull .swpm-post-not-logged-in-msg, .alignfull .swpm-form-builder-container form, .swpm-form-builder-container .alignfull form, .alignfull .alignwide, .alignfull .alignfull {
  padding: 0;
}

body.open {
  overflow: hidden;
}

.placeholder {
  height: 0;
}
@media print, screen and (min-width: 48em) {
  .placeholder {
    height: 50px;
  }
}

.video-centering iframe {
  margin: auto;
  display: block;
}

.nf-before-form-content {
  padding: 5px;
  margin: 0 auto;
  max-width: 1000px;
}

.nf-field-label label::after, .nf-field-label label::before {
  top: 2px;
}

.nf-field-description p {
  margin-left: 30px !important;
  font-weight: bold;
  font-size: 18px;
  margin-top: -10px !important;
}
@media print, screen and (min-width: 64em) {
  .nf-field-description p {
    margin-top: 0px;
  }
}

img.separator {
  display: none;
}
@media print, screen and (min-width: 64em) {
  img.separator {
    display: block;
    position: absolute;
    top: 7rem;
    right: 0;
    height: 28px;
    width: auto;
  }
}

.image {
  height: 280px;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logowall-list img {
  max-height: auto;
  max-width: 120px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media print, screen and (min-width: 64em) {
  .logowall-list img {
    max-height: 80px;
    max-width: 100%;
    width: auto;
  }
}
.logowall-list img {
  /*&:hover{
    filter:  grayscale(0%);
    -webkit-filter: grayscale(0%);
  }*/
}

.triangle {
  pointer-events: none;
  fill: #979797;
  stroke: #979797;
  stroke-width: 2;
  background: #ffffff;
  z-index: 2;
  position: relative;
}

h1 {
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.3px;
  color: #8fa82d;
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
}

h2, .swpm-form-builder-container form fieldset h3, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset label, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset label {
  font-size: 24px;
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  color: #8fa82d;
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  h2, .swpm-form-builder-container form fieldset h3, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset label, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset label {
    font-size: 48px;
  }
}

h3, #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-username-label label {
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #8fa82d;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  h3, #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-username-label label {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
h3.top-titel, #swpm-login-form .swpm-password-label label.top-titel, #swpm-login-form .swpm-username-label label.top-titel {
  text-align: center;
  font-weight: bold;
  color: #e59200;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  h3.top-titel, #swpm-login-form .swpm-password-label label.top-titel, #swpm-login-form .swpm-username-label label.top-titel {
    text-align: left;
    padding-left: 0.9375rem;
  }
}

p {
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #444;
}
@media print, screen and (min-width: 48em) {
  p {
    font-size: 20px;
    line-height: 1.4;
  }
}

.left {
  text-align: left;
}

section ul, .swpm-form-builder-container ul {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  section ul, .swpm-form-builder-container ul {
    text-align: left;
  }
}
section ul.left-align, .swpm-form-builder-container ul.left-align {
  text-align: left;
}

.split-content ul li, .content-container ul li {
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #444;
}
@media print, screen and (min-width: 48em) {
  .split-content ul li, .content-container ul li {
    font-size: 20px;
    line-height: 1.4;
  }
}
.split-content ul li, .content-container ul li {
  position: relative;
  margin-left: 1.25rem;
  list-style-type: none;
  margin-bottom: 1.25rem;
  text-align: left;
}
.split-content ul li::before, .content-container ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: -2rem;
  background-image: url(../img/leistungen.png);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 0.5rem;
}

.burger {
  position: relative;
  top: 1.5rem;
  z-index: 6;
  right: 0;
  float: right;
}
.burger #nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .burger #nav-icon {
    display: none;
  }
}
.burger #nav-icon::before {
  content: "MENU";
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  position: absolute;
  left: -36px;
  top: 2px;
  color: #8fa82d;
}
.burger #nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 40px;
  background: url(../img/burger-line.png);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger #nav-icon span:nth-child(1) {
  top: 0;
}
.burger #nav-icon span:nth-child(2) {
  top: 12px;
}
.burger #nav-icon span:nth-child(3) {
  top: 24px;
}
.burger #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.burger #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.burger #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}
.burger #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

img.logo {
  position: relative;
  z-index: 9999;
  max-height: 80px;
}
@media print, screen and (min-width: 64em) {
  img.logo {
    max-height: 100px;
  }
}

.button-container {
  text-align: center;
  padding: 0.9375rem;
}

.permalink-button, ul.teaser-list li .button-container > * {
  border-radius: 32px;
  height: 40px;
  font-size: 13px;
  background: #8fa82d;
  color: #ffffff;
  min-width: 160px;
  padding: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease-out;
}
@media print, screen and (min-width: 64em) {
  .permalink-button, ul.teaser-list li .button-container > * {
    font-size: 16px;
  }
}
.permalink-button:hover, ul.teaser-list li .button-container > :hover {
  background: rgb(108.7605633803, 127.7746478873, 34.2253521127) !important;
  color: #ffffff !important;
}

.kontakt-button {
  background: #8fa82d;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .kontakt-button {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.kontakt-button {
  transition: all 0.5s ease-out;
}
.kontakt-button:hover {
  background: rgb(108.7605633803, 127.7746478873, 34.2253521127) !important;
  color: #ffffff !important;
}
.kontakt-button {
  width: 100%;
  margin: 4px auto;
}
@media print, screen and (min-width: 48em) {
  .kontakt-button {
    max-width: 260px;
  }
}
.kontakt-button.phone::before {
  content: url("../img/phone.png");
  position: relative;
  top: 2px;
  right: 6px;
}
.kontakt-button.envelope::before {
  content: url("../img/envelope.png");
  position: relative;
  top: 2px;
  right: 6px;
}

.primary-button, .caldera-grid .btn-default {
  background: #8fa82d;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .primary-button, .caldera-grid .btn-default {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.primary-button, .caldera-grid .btn-default {
  transition: all 0.5s ease-out;
}
.primary-button:hover, .caldera-grid .btn-default:hover {
  background: rgb(108.7605633803, 127.7746478873, 34.2253521127) !important;
  color: #ffffff !important;
}

.secondary-button {
  background: #e59200;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .secondary-button {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.secondary-button:hover {
  background: rgb(178, 113.4847161572, 0) !important;
  color: #ffffff !important;
}

.swpm-registration-submit-section input.swpm-registration-submit {
  background: #8fa82d;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .swpm-registration-submit-section input.swpm-registration-submit {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.swpm-registration-submit-section input.swpm-registration-submit {
  transition: all 0.5s ease-out;
}
.swpm-registration-submit-section input.swpm-registration-submit:hover {
  background: rgb(108.7605633803, 127.7746478873, 34.2253521127) !important;
  color: #ffffff !important;
}
.swpm-registration-submit-section input.swpm-registration-submit {
  border: 0;
}

.swpm-login-form-submit, .swpm-edit-profile-submit {
  background: #8fa82d;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .swpm-login-form-submit, .swpm-edit-profile-submit {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.swpm-login-form-submit, .swpm-edit-profile-submit {
  transition: all 0.5s ease-out;
}
.swpm-login-form-submit:hover, .swpm-edit-profile-submit:hover {
  background: rgb(108.7605633803, 127.7746478873, 34.2253521127) !important;
  color: #ffffff !important;
}
.swpm-login-form-submit, .swpm-edit-profile-submit {
  border: 0;
}

/*.fix {
  position: fixed;
  will-change: transform;
}

.fixed--bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.cookie-disclaimer {
  border-top: 2px solid $primary-color;
  background-color: $white;
  color: $body-font-color;
  opacity: 1;
  z-index: 9999;
  padding: 0.75rem;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}

.cookie-disclaimer.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cookie-disclaimer :first-child {
  margin-top: 0;
}

.cookie-disclaimer :last-child {
  margin-bottom: 0;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media__object--left {
  margin-right: 1em;
}

.media__object--right {
  margin-left: 1em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.media__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}*/
.pea_cook_wrapper {
  padding: 1.625rem;
  border: 1px solid #8fa82d;
  box-shadow: 0 0 3px 0 #e9e9e9;
  -webkit-box-shadow: 0 0 3px 0 #e9e9e9;
  -moz-box-shadow: 0 0 3px 0 #e9e9e9;
}

#pea_cook_btn {
  background: #8fa82d;
  color: #ffffff;
  border-radius: 16px;
  border: 0;
}

.caldera-grid .form-control {
  border: 1px solid #979797 !important;
}

input {
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #444;
}
@media print, screen and (min-width: 48em) {
  input {
    font-size: 20px;
    line-height: 1.4;
  }
}
input {
  padding: 0.25rem;
  font-size: 16px !important;
}

textarea {
  width: 100%;
  border: 1px solid #F5F5F5;
  min-height: 150px;
}

.bauernhof-filter, .swpm-select {
  padding: 0.5rem;
  border: solid 2px #ececec;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTIgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYxLjIgKDg5NjUzKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5UcmlhbmdsZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJCYXVlcm5ob2ZzdWNoZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4Ni4wMDAwMDAsIC0xNDg1LjAwMDAwMCkiIGZpbGw9IiNFNTkyMDAiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMjAtQ29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODQuMDAwMDAwLCAxNDIwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNDQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDguMDAwMDAwLCAyNi41MDAwMDApIHNjYWxlKC0xLCAtMSkgdHJhbnNsYXRlKC0yMDguMDAwMDAwLCAtMjYuNTAwMDAwKSAiIHBvaW50cz0iMjA4IDIxIDIxMy41IDMyIDIwMi41IDMyIj48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.bauernhof-filter::-ms-expand, .swpm-select::-ms-expand {
  display: none;
}
.bauernhof-filter:focus, .swpm-select:focus {
  border-color: #e59200;
  outline: none;
}

.swpm-span .swpm-choice {
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #444;
}
@media print, screen and (min-width: 48em) {
  .swpm-span .swpm-choice {
    font-size: 20px;
    line-height: 1.4;
  }
}
.swpm-span .swpm-choice {
  text-align: left;
}

label.swpm-desc {
  text-align: left;
}

.swpm-item-checkbox {
  padding: 0.9375rem;
  border: 1px solid #F5F5F5;
  margin: 0.9375rem 0;
}

#swpm-3 {
  margin-bottom: 0.9375rem;
}

.form.swpm-form-builder li, .swpm-item-textarea {
  width: 270px !important;
}
@media print, screen and (min-width: 64em) {
  .form.swpm-form-builder li, .swpm-item-textarea {
    width: 100% !important;
  }
}

.daten-titel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 100%;
}

.daten-feld {
  border: 1px solid #979797 !important;
  font-size: 16px;
  margin: 0;
  line-height: 1.42857143;
  color: #555;
  display: block;
  width: 100%;
  min-height: 34px;
  height: auto;
  padding: 6px 12px;
  background-color: #F5F5F5;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.daten-input {
  margin-top: 8px;
}
@media print, screen and (min-width: 64em) {
  .daten-input {
    margin-top: 28px !important;
  }
}

.back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 0.9375rem;
  width: 2rem;
  height: 2rem;
  background: #8fa82d;
  padding: 0.4rem;
  z-index: 9999;
  background-image: url("../img/totop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.suche-hinweis {
  padding: 2rem 0;
}
.suche-hinweis img.hinweis {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 0.75rem;
}
.suche-hinweis p span {
  font-weight: bold;
  font-size: 14px;
}
.suche-hinweis p a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

.title-image {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
}

hr {
  border: 1px solid #ececec;
}

nav ul.menu {
  display: none;
}
@media print, screen and (min-width: 64em) {
  nav ul.menu {
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-start;
  }
}
nav ul.menu.open {
  display: block;
  padding-top: 5rem;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
}
@media print, screen and (min-width: 48em) {
  nav ul.menu.open {
    margin-left: -1rem;
    position: absolute;
    box-shadow: 0 0 3px 0 #e9e9e9;
    -webkit-box-shadow: 0 0 3px 0 #e9e9e9;
    -moz-box-shadow: 0 0 3px 0 #e9e9e9;
  }
}
nav ul.menu li {
  padding: 0.5rem 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  width: auto;
  text-align: left;
  border-bottom: 1px solid #F5F5F5;
}
nav ul.menu li:last-child {
  border: 0;
}
@media print, screen and (min-width: 64em) {
  nav ul.menu li {
    border-bottom: 0;
    text-align: center;
    padding: 1rem 0;
    flex-basis: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  nav ul.menu li:hover, nav ul.menu li.current-menu-item {
    background: url(../img/hover.png);
    background-repeat: no-repeat;
    background-size: 85% 50px;
    background-position: center;
  }
}
nav ul.menu li:hover a, nav ul.menu li.current-menu-item a {
  color: #8fa82d;
}
@media print, screen and (min-width: 64em) {
  nav ul.menu li:hover a, nav ul.menu li.current-menu-item a {
    color: #ffffff;
  }
}
nav ul.menu li a {
  text-decoration: none;
  color: #444;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  nav ul.menu li a {
    font-size: 20px;
  }
}
nav ul.menu li.menu-item-has-children ul.sub-menu {
  width: 100%;
  position: relative;
  margin: 0;
  padding-top: 10px;
  background: none;
}
@media print, screen and (min-width: 64em) {
  nav ul.menu li.menu-item-has-children ul.sub-menu {
    width: 300px;
    position: absolute;
  }
}
nav ul.menu li.menu-item-has-children ul.sub-menu > li {
  background: #ffffff;
  width: 100%;
  padding-left: 0.75rem;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  nav ul.menu li.menu-item-has-children ul.sub-menu > li {
    padding: 0;
  }
}
nav ul.menu li.menu-item-has-children ul.sub-menu > li a {
  text-decoration: none;
  color: #444;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  nav ul.menu li.menu-item-has-children ul.sub-menu > li a {
    font-size: 20px;
  }
}
nav ul.menu li.menu-item-has-children ul.sub-menu > li a[aria-current=page] {
  color: #8fa82d;
}
nav ul.menu li.menu-item-has-children ul.sub-menu > li:hover a {
  color: #8fa82d;
}
nav ul.menu li .submenu-toggle {
  top: 12px;
}
nav li a {
  font-size: 1.2rem;
}

.dropdown.menu > li > a {
  background: none;
}

.is-dropdown-submenu {
  border: 0;
  box-shadow: 0 0 3px 0 #e9e9e9;
  -webkit-box-shadow: 0 0 3px 0 #e9e9e9;
  -moz-box-shadow: 0 0 3px 0 #e9e9e9;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .is-dropdown-submenu {
    left: 100%;
  }
}

.dropdown.menu > li.is-active > a {
  color: #ffffff;
}

.dropdown.menu > li.is-active a {
  color: #444;
}
.dropdown.menu > li.is-active:hover a {
  color: #ffffff;
}
.dropdown.menu > li.is-active:hover ul li a {
  color: #444;
}
.dropdown.menu > li.is-active:hover ul li:hover a {
  color: #8fa82d;
}
@keyframes slide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes slideout {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
ul.teaser-list {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  list-style-type: none;
  margin: 0;
  justify-content: center;
}
ul.teaser-list li {
  padding-bottom: 3rem;
  margin-bottom: 1.2rem;
  border-radius: 8px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 0 3px 0 #e9e9e9;
  -webkit-box-shadow: 0 0 3px 0 #e9e9e9;
  -moz-box-shadow: 0 0 3px 0 #e9e9e9;
}
@media print, screen and (min-width: 64em) {
  ul.teaser-list li {
    margin-bottom: 1.6rem;
  }
}
ul.teaser-list li .container-top {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px 8px 0 0;
}
ul.teaser-list li .content-container {
  padding: 0.9375rem;
}
ul.teaser-list li .content-container h3, ul.teaser-list li .content-container #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label ul.teaser-list li .content-container label, ul.teaser-list li .content-container #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label ul.teaser-list li .content-container label {
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  text-align: left;
  font-size: 32px;
  text-transform: uppercase;
  color: #8fa82d;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
ul.teaser-list li .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
ul.teaser-list li .button-container > * {
  line-height: 20px;
}
ul.teaser-list li .news-entry {
  background: #979797;
  padding: 0.9375rem;
  box-shadow: 0 0 3px 0 #e9e9e9;
  -webkit-box-shadow: 0 0 3px 0 #e9e9e9;
  -moz-box-shadow: 0 0 3px 0 #e9e9e9;
}
ul.teaser-list li .news-entry .content-container {
  padding-top: 1.4rem;
}

ul.ic-liste {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  list-style-type: none;
}
ul.ic-liste li {
  text-align: left;
}
ul.ic-liste li img {
  padding: 0 2rem 3rem 0;
  float: left;
  width: 75px;
  height: auto;
}
ul.ic-liste li img, ul.ic-liste li h3, ul.ic-liste li #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label ul.ic-liste li label, ul.ic-liste li #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label ul.ic-liste li label {
  display: inline;
  text-align: left;
}
ul.ic-liste.in-hero img {
  padding: 0;
  float: none;
  width: 88px;
}

.contactform .cell .wpcf7-form-control-wrap input, .contactform .swpm-edit-profile-form #swpm-editprofile-form table .wpcf7-form-control-wrap input, .swpm-edit-profile-form #swpm-editprofile-form .contactform table .wpcf7-form-control-wrap input, .contactform .swpm-login-widget-logged > div > div .wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  margin-bottom: 1rem;
  border: 1px solid #8fa82d;
  padding: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .contactform .cell .wpcf7-form-control-wrap input, .contactform .swpm-edit-profile-form #swpm-editprofile-form table .wpcf7-form-control-wrap input, .swpm-edit-profile-form #swpm-editprofile-form .contactform table .wpcf7-form-control-wrap input, .contactform .swpm-login-widget-logged > div > div .wpcf7-form-control-wrap input {
    height: 40px;
  }
}
.contactform .cell .wpcf7-form-control-wrap textarea, .contactform .swpm-edit-profile-form #swpm-editprofile-form table .wpcf7-form-control-wrap textarea, .swpm-edit-profile-form #swpm-editprofile-form .contactform table .wpcf7-form-control-wrap textarea, .contactform .swpm-login-widget-logged > div > div .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #8fa82d;
  margin-bottom: 1rem;
  padding: 0.5rem;
}

.hero-light {
  background: #8fa82d;
  padding: 0;
  height: auto;
}
.hero-light .cell, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table, .hero-light .swpm-login-widget-logged > div > div {
  padding: 1rem 0;
}
@media print, screen and (min-width: 64em) {
  .hero-light .cell, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table, .hero-light .swpm-login-widget-logged > div > div {
    padding: 32px 0;
  }
}
.hero-light .cell h1, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h1, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table h1, .hero-light .swpm-login-widget-logged > div > div h1, .hero-light .cell h2.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h2.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table h2.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div h2.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset h3.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .cell .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-password-label .hero-light table .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset label.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .cell .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-username-label .hero-light table .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h3.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .cell label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light table label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .cell label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light table label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div label.hero-toptitle {
  text-align: left;
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  color: #ffffff;
  line-height: 1;
  margin: 0;
}
.hero-light .cell h1, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h1, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table h1, .hero-light .swpm-login-widget-logged > div > div h1 {
  font-size: 24px;
}
@media print, screen and (min-width: 64em) {
  .hero-light .cell h1, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h1, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table h1, .hero-light .swpm-login-widget-logged > div > div h1 {
    font-size: 72px;
  }
}
.hero-light .cell h2.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h2.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table h2.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div h2.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset h3.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .cell .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-password-label .hero-light table .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset label.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .cell .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-username-label .hero-light table .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h3.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .cell label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light table label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .cell label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light table label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div label.hero-toptitle {
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  .hero-light .cell h2.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h2.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table h2.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div h2.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset h3.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset h3.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .cell .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-password-label .hero-light table .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-password-label .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset label.hero-toptitle, .hero-light .cell .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .hero-light table .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .cell .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .swpm-edit-profile-form #swpm-editprofile-form table .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-username-label .hero-light table .swpm-form-builder-container form fieldset label.hero-toptitle, #swpm-login-form .swpm-username-label .hero-light .swpm-login-widget-logged > div > div .swpm-form-builder-container form fieldset label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table h3.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div h3.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table #swpm-login-form .swpm-password-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .cell label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light table label.hero-toptitle, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .cell #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container form fieldset .hero-light table #swpm-login-form .swpm-username-label label.hero-toptitle, .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .cell label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .swpm-edit-profile-form #swpm-editprofile-form table label.hero-toptitle, .swpm-edit-profile-form #swpm-editprofile-form #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light table label.hero-toptitle, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-light .swpm-login-widget-logged > div > div label.hero-toptitle {
    font-size: 24px;
  }
}

.hero-icon-liste {
  background: #F5F5F5;
}
.hero-icon-liste .inner {
  border-radius: 8px;
  background: #ffffff;
  position: relative;
  z-index: 9999;
  top: 0;
  padding: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .hero-icon-liste .inner {
    padding: 32px;
    top: -5rem;
  }
}
.hero-icon-liste .inner h2, .hero-icon-liste .inner .swpm-form-builder-container form fieldset h3, .hero-icon-liste .inner .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .hero-icon-liste .inner .swpm-form-builder-container form fieldset label, .hero-icon-liste .inner .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .hero-icon-liste .inner .swpm-form-builder-container form fieldset label, .swpm-form-builder-container form fieldset .hero-icon-liste .inner h3, .swpm-form-builder-container form fieldset .hero-icon-liste .inner #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .hero-icon-liste .inner label, .swpm-form-builder-container form fieldset .hero-icon-liste .inner #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .hero-icon-liste .inner label {
  text-align: center;
}
.hero-icon-liste .inner .ic-liste {
  justify-content: center;
}
.hero-icon-liste .inner .ic-liste li {
  text-align: center;
  position: relative;
}
.hero-icon-liste .inner .ic-liste li img {
  width: 88px !important;
  height: auto !important;
  margin-bottom: 0.75rem;
}
.hero-icon-liste .inner .ic-liste li p {
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
}
.hero-icon-liste .inner .ic-liste li:last-child::after {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .hero-icon-liste .inner .ic-liste li::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 0;
    height: 64px;
    width: 2px;
    background-color: rgba(0, 102, 68, 0.1);
  }
}

.map {
  overflow: hidden;
}
.map ul.map-menu {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  background-image: url("../img/map.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 300px;
  width: 300px;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu {
    width: 390px;
    height: 390px;
  }
}
.map ul.map-menu li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  background: #e59200;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li {
    border-width: 1px;
  }
}
.map ul.map-menu li:hover {
  width: 16px;
  height: 16px;
  transform: scale(1.1);
  z-index: 9999;
}
.map ul.map-menu li:hover a {
  width: 20px;
  height: 20px;
  display: block;
}
.map ul.map-menu li:hover a span {
  visibility: visible;
  background: #ffffff;
  position: relative;
  z-index: 99999;
  left: -40px;
  top: 20px;
  border-radius: 8px;
  padding: 4px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li:hover a span {
    left: 20px;
    top: -10px;
  }
}
.map ul.map-menu li a {
  width: 1px;
  display: block;
  height: 1px;
}
.map ul.map-menu li a span {
  visibility: hidden;
}
.map ul.map-menu li.nordfriesland {
  left: 67px;
  top: 80px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.nordfriesland {
    left: 90px;
    top: 100px;
  }
}
.map ul.map-menu li.flensburg {
  left: 116px;
  top: 40px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.flensburg {
    left: 150px;
    top: 55px;
  }
}
.map ul.map-menu li.schleswig-flensburg {
  top: 70px;
  left: 120px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.schleswig-flensburg {
    top: 90px;
    left: 160px;
  }
}
.map ul.map-menu li.dithmarschen {
  top: 140px;
  left: 74px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.dithmarschen {
    top: 190px;
    left: 105px;
  }
}
.map ul.map-menu li.rendsburg-eckernfoerde {
  left: 140px;
  top: 130px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.rendsburg-eckernfoerde {
    left: 190px;
    top: 170px;
  }
}
.map ul.map-menu li.steinburg {
  top: 180px;
  left: 117px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.steinburg {
    top: 240px;
    left: 150px;
  }
}
.map ul.map-menu li.pinneberg {
  top: 220px;
  left: 140px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.pinneberg {
    top: 285px;
    left: 190px;
  }
}
.map ul.map-menu li.neumuenster {
  left: 165px;
  top: 165px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.neumuenster {
    left: 215px;
    top: 210px;
  }
}
.map ul.map-menu li.kiel {
  left: 180px;
  top: 120px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.kiel {
    left: 232px;
    top: 160px;
  }
}
.map ul.map-menu li.ploen {
  left: 200px;
  top: 135px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.ploen {
    left: 270px;
    top: 175px;
  }
}
.map ul.map-menu li.segeberg {
  left: 180px;
  top: 180px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.segeberg {
    left: 240px;
    top: 240px;
  }
}
.map ul.map-menu li.ostholstein {
  left: 250px;
  top: 140px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.ostholstein {
    left: 320px;
    top: 190px;
  }
}
.map ul.map-menu li.luebeck {
  top: 200px;
  left: 235px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.luebeck {
    top: 263px;
    left: 305px;
  }
}
.map ul.map-menu li.stormarn {
  left: 195px;
  top: 228px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.stormarn {
    left: 250px;
    top: 290px;
  }
}
.map ul.map-menu li.herzogtum-lauenburg {
  left: 230px;
  top: 250px;
}
@media print, screen and (min-width: 64em) {
  .map ul.map-menu li.herzogtum-lauenburg {
    left: 300px;
    top: 320px;
  }
}

ul {
  margin: 0;
}
ul li.hofdaten {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #ececec;
}
@media print, screen and (min-width: 64em) {
  ul li.hofdaten {
    padding: 1rem 0;
    margin: 1rem 0;
  }
}
ul li.hofdaten h4,
ul li.hofdaten p span {
  font-size: 14px;
  font-weight: bold;
}
ul li.hofdaten h4 {
  margin-bottom: 0;
}
ul li.hofdaten .cat-container {
  display: inline-block;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  ul li.hofdaten .cat-container {
    width: unset;
  }
}
ul li.hofdaten .cat-container.landkreis {
  display: none;
}
ul li.hofdaten .cat-container .cat-label,
ul li.hofdaten .cat-container .cat-wert {
  border: 1px solid #F5F5F5;
  display: block;
  padding: 1rem 0.4rem;
  height: 75px;
  vertical-align: top;
}
ul li.hofdaten .cat-container .cat-label p,
ul li.hofdaten .cat-container .cat-wert p {
  font-size: 12px;
  font-weight: bold;
  color: #8fa82d;
  text-align: left;
  -ms-hyphens: auto;
      hyphens: auto;
}
ul li.hofdaten .cat-container .cat-label {
  background: #eaecdf;
  width: 70%;
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  ul li.hofdaten .cat-container .cat-label {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  ul li.hofdaten .cat-container .cat-label {
    height: 75px;
    width: 100%;
  }
}
ul li.hofdaten .cat-container .cat-wert {
  width: 30%;
  display: inline-block;
  background: #ffffff;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  ul li.hofdaten .cat-container .cat-wert {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  ul li.hofdaten .cat-container .cat-wert {
    text-align: center;
    width: 100%;
  }
}
ul li.hofdaten .term-container {
  margin-top: 0.9375rem;
  display: inline-block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-content: center;
}
@media print, screen and (min-width: 64em) {
  ul li.hofdaten .term-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    align-content: center;
    margin-top: 0;
  }
}

.bild-hof,
.bild-logo {
  height: 120px;
  padding-right: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .bild-hof,
  .bild-logo {
    height: 150px;
    padding-right: 2rem;
  }
}

.bild-hof {
  object-fit: cover;
}

.bild-logo {
  object-fit: contain;
}

.hof-name {
  text-align: left;
  margin-bottom: 0.5rem;
}

.button-anfahrt {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .button-anfahrt {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

ul.teaserimage-liste {
  margin-left: unset;
  list-style-type: none;
  margin-bottom: 0;
  align-items: stretch;
  margin: 0 auto;
}
ul.teaserimage-liste li.teaserimage-liste-entry {
  margin-bottom: calc(0.9375rem * 2);
  overflow: hidden;
  border-radius: 8px;
  /*  @media only screen and (max-device-width: 530px) {
      width: calc(100% - 1.25rem) !important;
    }*/
}
ul.teaserimage-liste li.teaserimage-liste-entry a {
  display: block;
}

.stammdaten .stammdaten-container {
  background: #ffffff;
  border-radius: 8px;
}
.stammdaten .stammdaten-container .stammdaten-container-title {
  background: #e59200;
  border-radius: 8px 8px 0 0;
  padding: 8px 0.9375rem;
}
.stammdaten .stammdaten-container .stammdaten-container-title h3, .stammdaten .stammdaten-container .stammdaten-container-title #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .stammdaten .stammdaten-container .stammdaten-container-title label, .stammdaten .stammdaten-container .stammdaten-container-title #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .stammdaten .stammdaten-container .stammdaten-container-title label {
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.stammdaten .stammdaten-container .stammdaten-container-content {
  padding: 0.9375rem;
}
.stammdaten .stammdaten-container .stammdaten-container-content h3, .stammdaten .stammdaten-container .stammdaten-container-content #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .stammdaten .stammdaten-container .stammdaten-container-content label, .stammdaten .stammdaten-container .stammdaten-container-content #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .stammdaten .stammdaten-container .stammdaten-container-content label {
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  color: #444;
  margin: 0;
}
.stammdaten .stammdaten-container .stammdaten-container-content p span {
  font-weight: bold;
}

ul.ansprechpartner-liste {
  margin-left: unset;
  list-style-type: none;
  margin-bottom: 0;
}
ul.ansprechpartner-liste li.ansprechpartner {
  font-weight: bold;
}
ul.ansprechpartner-liste li.ansprechpartner:before {
  content: "";
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  top: 0.75rem;
}
ul.ansprechpartner-liste li.ansprechpartner p {
  display: inline-block;
  font-weight: bold;
}
ul.ansprechpartner-liste li.ansprechpartner.name::before {
  background-image: url(../img/icons-ansprechpartner/name.png);
}
ul.ansprechpartner-liste li.ansprechpartner.telefon::before {
  background-image: url(../img/icons-ansprechpartner/telefon.png);
}
ul.ansprechpartner-liste li.ansprechpartner.mobil::before {
  background-image: url(../img/icons-ansprechpartner/mobil.png);
}
ul.ansprechpartner-liste li.ansprechpartner.email::before {
  background-image: url(../img/icons-ansprechpartner/email.png);
}
ul.ansprechpartner-liste li.ansprechpartner.website::before {
  background-image: url(../img/icons-ansprechpartner/website.png);
}

.accordion-title::before {
  font-size: 2rem;
  left: 0.9375rem;
  top: 20px;
  right: unset;
  margin-top: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #8fa82d;
  color: #ffffff;
  font-weight: bold;
  padding-top: 0.5rem;
  border-radius: 50%;
}

ul.accordion {
  background: none;
  margin: 0 0 1rem 0;
}
ul.accordion li.accordion-item {
  margin: 0;
  padding: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgb(239.9, 239.9, 239.9);
}
ul.accordion li.accordion-item .accordion-title {
  background: #ffffff;
  padding: 1.5rem 0.5rem 0.5rem 5rem;
}
ul.accordion li.accordion-item .accordion-title h3, ul.accordion li.accordion-item .accordion-title #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label ul.accordion li.accordion-item .accordion-title label, ul.accordion li.accordion-item .accordion-title #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label ul.accordion li.accordion-item .accordion-title label {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  color: #444;
}
ul.accordion li.accordion-item .accordion-content {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgb(239.9, 239.9, 239.9);
}
ul.accordion li.accordion-item:first-child {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
ul.accordion li.accordion-item:last-child {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  border-width: 1px;
}

/*#swpm-registration-form{
  table{
    tbody{
      tr{
        td{
          label{
              @extend h3;
          }
        }
        &:last-child{
          display: none;
        }
      }
    }
  }
}*/
.swpm-form-builder-container form fieldset {
  box-shadow: 0 0 3px 0 #e9e9e9;
  -webkit-box-shadow: 0 0 3px 0 #e9e9e9;
  -moz-box-shadow: 0 0 3px 0 #e9e9e9;
  border: 0;
  border-radius: 8px;
  margin: 0.9375rem auto;
  background: #ffffff;
}
.swpm-form-builder-container form fieldset h3, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset label, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset label {
  text-align: left;
}

.swpm-form-builder li.swpm-left-third, .swpm-form-builder li.swpm-middle-third, .swpm-form-builder li.swpm-right-third {
  width: 100% !important;
}
@media print, screen and (min-width: 64em) {
  .swpm-form-builder li.swpm-left-third, .swpm-form-builder li.swpm-middle-third, .swpm-form-builder li.swpm-right-third {
    width: 30% !important;
  }
}

.swpm-form-builder li.swpm-left-half, .swpm-form-builder li.swpm-right-half {
  width: 100% !important;
}
@media print, screen and (min-width: 64em) {
  .swpm-form-builder li.swpm-left-half, .swpm-form-builder li.swpm-right-half {
    width: 47% !important;
  }
}

#swpm-11 {
  margin-bottom: 0.9375rem;
}

#swpm-form-2 #item-swpm-12, #swpm-form-2 #item-swpm-13, #swpm-form-2 #item-swpm-16, #swpm-form-2 #item-swpm-18, #swpm-form-2 #item-swpm-20, #swpm-form-2 #item-swpm-14, #swpm-form-2 #item-swpm-24, #swpm-form-2 #item-swpm-26, #swpm-form-2 #item-swpm-42, #swpm-form-2 #item-swpm-48, #swpm-form-2 #item-swpm-64, #swpm-form-2 #item-swpm-72, #swpm-form-2 #item-swpm-82 {
  display: none !important;
}

.swpm-post-not-logged-in-msg {
  padding: 0.9375rem;
}
.swpm-post-not-logged-in-msg a {
  line-break: auto;
}

.swpm-login-widget-logged > div {
  padding: 0.9375rem;
}
.swpm-login-widget-logged .swpm-edit-profile-link {
  display: inline;
}
.swpm-login-widget-logged .swpm-edit-profile-link a {
  background: #8fa82d;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .swpm-login-widget-logged .swpm-edit-profile-link a {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.swpm-login-widget-logged .swpm-edit-profile-link a {
  transition: all 0.5s ease-out;
}
.swpm-login-widget-logged .swpm-edit-profile-link a:hover {
  background: rgb(108.7605633803, 127.7746478873, 34.2253521127) !important;
  color: #ffffff !important;
}
.swpm-login-widget-logged .swpm-edit-profile-link a {
  color: #ffffff;
  margin: 0.9375rem;
}
.swpm-login-widget-logged .swpm-logged-logout-link {
  display: inline;
}
.swpm-login-widget-logged .swpm-logged-logout-link a {
  background: #e59200;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .swpm-login-widget-logged .swpm-logged-logout-link a {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.swpm-login-widget-logged .swpm-logged-logout-link a:hover {
  background: rgb(178, 113.4847161572, 0) !important;
  color: #ffffff !important;
}
.swpm-login-widget-logged .swpm-logged-logout-link a {
  color: #ffffff;
  margin: 0.9375rem;
}

.swpm-edit-profile-form {
  margin-top: 2rem;
}
@media print, screen and (min-width: 64em) {
  .swpm-edit-profile-form {
    margin-top: 4rem;
  }
}
#counter span {
  top: -56px;
  left: 4%;
  position: relative;
  font-size: 1.4em;
  color: #F5F5F5;
}
#counter span.summe {
  font-weight: bolder;
}

progress {
  background-color: #ffffff;
  width: 100%;
  border: 1px solid rgb(239.9, 239.9, 239.9);
  border-radius: 32px;
  height: 64px;
  overflow: hidden;
}

progress::-webkit-progress-bar {
  background-color: rgb(249.9, 249.9, 249.9);
}

progress::-webkit-progress-value {
  background-color: #8fa82d;
}

progress::-moz-progress-bar {
  background-color: #8fa82d;
}

progress::-ms-fill {
  background-color: #8fa82d;
}

header {
  position: relative;
  z-index: 99999;
  background: #ffffff;
}

nav {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  nav {
    position: relative;
    top: 12px;
  }
}
nav.open {
  height: 100vh;
}

.top-bar {
  background: none;
}
.top-bar ul {
  background: none;
}

.accordion-menu li {
  width: auto;
}

section.hero-header.hero-full, .hero-header.hero-full.swpm-form-builder-container {
  position: relative;
}
@media print, screen and (min-width: 48em) {
  section.hero-header.hero-full, .hero-header.hero-full.swpm-form-builder-container {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  section.hero-header.hero-full a, .hero-header.hero-full.swpm-form-builder-container a {
    min-height: 440px;
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  section.hero-header.hero-full .grid-container, section.hero-header.hero-full .swpm-pw-reset-widget-form, section.hero-header.hero-full .swpm_error, .hero-header.hero-full.swpm-form-builder-container .grid-container, .hero-header.hero-full.swpm-form-builder-container .swpm-pw-reset-widget-form, .hero-header.hero-full.swpm-form-builder-container .swpm_error, section.hero-header.hero-full .alignwide, .hero-header.hero-full.swpm-form-builder-container .alignwide, section.hero-header.hero-full .alignfull, .hero-header.hero-full.swpm-form-builder-container .alignfull, section.hero-header.hero-full .swpm-form-builder-container form, .swpm-form-builder-container section.hero-header.hero-full form, .hero-header.hero-full.swpm-form-builder-container form, section.hero-header.hero-full .swpm-post-not-logged-in-msg, .hero-header.hero-full.swpm-form-builder-container .swpm-post-not-logged-in-msg, section.hero-header.hero-full .swpm-edit-profile-form, .hero-header.hero-full.swpm-form-builder-container .swpm-edit-profile-form, section.hero-header.hero-full .grid-container-full, .hero-header.hero-full.swpm-form-builder-container .grid-container-full {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
section.hero-header.hero-full img, .hero-header.hero-full.swpm-form-builder-container img {
  width: 100%;
  height: 100%;
  z-index: 0;
}

section.content .grid-x, .content.swpm-form-builder-container .grid-x, section.content .swpm-login-widget-logged > div, .content.swpm-form-builder-container .swpm-login-widget-logged > div, section.content .swpm-edit-profile-form #swpm-editprofile-form, .swpm-edit-profile-form section.content #swpm-editprofile-form, .content.swpm-form-builder-container .swpm-edit-profile-form #swpm-editprofile-form, .swpm-edit-profile-form .content.swpm-form-builder-container #swpm-editprofile-form {
  align-items: center;
}

footer {
  position: relative;
  z-index: 1;
}
footer .footer-top {
  background-image: url(../img/footer-background-small.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  footer .footer-top {
    background-image: url(../img/footer-background.png);
    height: 60px;
  }
}
footer .footer-bottom {
  background: #006644;
  padding: 2rem 0;
}
@media print, screen and (min-width: 64em) {
  footer .footer-bottom {
    padding: 2rem 0 4rem;
  }
}
footer .footer-bottom .footer-logos ul {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin: 0;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  footer .footer-bottom .footer-logos ul {
    text-align: left;
  }
}
footer .footer-bottom .footer-logos ul li {
  display: inline-block;
  padding: 0.9375rem;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  footer .footer-bottom .footer-logos ul li {
    width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  footer .footer-bottom .footer-logos ul li:first-child {
    border-right: 1px solid #ffffff;
    padding: 0 0.9375rem;
  }
}
footer .footer-bottom .footer-logos ul li:first-child a {
  height: 90px;
}
footer .footer-bottom .footer-logos ul li:nth-child(2n)::before {
  content: "Ein Projekt der:";
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: -1rem;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  footer .footer-bottom .footer-logos ul li:nth-child(2n)::before {
    top: -0.4rem;
  }
}
footer .footer-bottom .footer-logos ul li a {
  height: 45px;
  display: block;
}
footer .footer-bottom .footer-logos ul li a img {
  height: 100%;
  width: auto;
}
footer .footer-bottom .footernav {
  padding: 1rem 0;
}
@media print, screen and (min-width: 64em) {
  footer .footer-bottom .footernav {
    position: relative;
    padding: 0;
  }
}
footer .footer-bottom .footernav ul {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  display: block;
}
@media print, screen and (min-width: 64em) {
  footer .footer-bottom .footernav ul {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 0;
  }
}
footer .footer-bottom .footernav ul li {
  padding: 0 0.9375rem;
}
footer .footer-bottom .footernav ul li a {
  color: #ffffff;
  font-size: 14px;
}
footer .footer-bottom .footernav ul li:hover a {
  color: rgb(216.75, 216.75, 216.75);
}

.footer-suche {
  background: #F3F5E8;
  position: relative;
  margin-bottom: -10px;
}
@media print, screen and (min-width: 64em) {
  .footer-suche {
    margin-bottom: -40px;
  }
}
.footer-suche::before {
  position: relative;
  display: inline-block;
  content: "";
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
  background-image: url(../img/footer-suche-background-small.png);
  z-index: 999;
  top: -30px;
}
@media print, screen and (min-width: 48em) {
  .footer-suche::before {
    background-image: url(../img/footer-suche-background.png);
    height: 60px;
  }
}
.footer-suche .grid-container .cell h3, .footer-suche .swpm-pw-reset-widget-form .cell h3, .footer-suche .swpm_error .cell h3, .footer-suche .alignwide .cell h3, .footer-suche .alignfull .cell h3, .footer-suche .swpm-form-builder-container form .cell h3, .swpm-form-builder-container .footer-suche form .cell h3, .footer-suche .swpm-post-not-logged-in-msg .cell h3, .footer-suche .swpm-edit-profile-form .cell h3, .footer-suche .grid-container .swpm-login-widget-logged > div > div h3, .footer-suche .swpm-pw-reset-widget-form .swpm-login-widget-logged > div > div h3, .footer-suche .swpm_error .swpm-login-widget-logged > div > div h3, .footer-suche .alignwide .swpm-login-widget-logged > div > div h3, .footer-suche .alignfull .swpm-login-widget-logged > div > div h3, .footer-suche .swpm-form-builder-container form .swpm-login-widget-logged > div > div h3, .swpm-form-builder-container .footer-suche form .swpm-login-widget-logged > div > div h3, .footer-suche .swpm-post-not-logged-in-msg .swpm-login-widget-logged > div > div h3, .footer-suche .swpm-edit-profile-form .swpm-login-widget-logged > div > div h3, .footer-suche .grid-container .swpm-edit-profile-form #swpm-editprofile-form table h3, .footer-suche .swpm-pw-reset-widget-form .swpm-edit-profile-form #swpm-editprofile-form table h3, .footer-suche .swpm_error .swpm-edit-profile-form #swpm-editprofile-form table h3, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .grid-container table h3, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-pw-reset-widget-form table h3, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm_error table h3, .footer-suche .alignwide .swpm-edit-profile-form #swpm-editprofile-form table h3, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignwide table h3, .footer-suche .alignfull .swpm-edit-profile-form #swpm-editprofile-form table h3, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignfull table h3, .footer-suche .swpm-form-builder-container form .swpm-edit-profile-form #swpm-editprofile-form table h3, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-form-builder-container form table h3, .swpm-form-builder-container .footer-suche form .swpm-edit-profile-form #swpm-editprofile-form table h3, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container .footer-suche form table h3, .footer-suche .swpm-post-not-logged-in-msg .swpm-edit-profile-form #swpm-editprofile-form table h3, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-post-not-logged-in-msg table h3, .footer-suche .swpm-edit-profile-form #swpm-editprofile-form table h3, .footer-suche .grid-container .cell #swpm-login-form .swpm-username-label label, .footer-suche .swpm-pw-reset-widget-form .cell #swpm-login-form .swpm-username-label label, .footer-suche .swpm_error .cell #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .grid-container .cell label, #swpm-login-form .swpm-username-label .footer-suche .swpm-pw-reset-widget-form .cell label, #swpm-login-form .swpm-username-label .footer-suche .swpm_error .cell label, .footer-suche .alignwide .cell #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .alignwide .cell label, .footer-suche .alignfull .cell #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .alignfull .cell label, .footer-suche .swpm-form-builder-container form .cell #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-form-builder-container form .cell label, .swpm-form-builder-container .footer-suche form .cell #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container .footer-suche form .cell label, .footer-suche .swpm-post-not-logged-in-msg .cell #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-post-not-logged-in-msg .cell label, .footer-suche .swpm-edit-profile-form .cell #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-edit-profile-form .cell label, .footer-suche .grid-container .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, .footer-suche .swpm-pw-reset-widget-form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, .footer-suche .swpm_error .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .grid-container .swpm-login-widget-logged > div > div label, #swpm-login-form .swpm-username-label .footer-suche .swpm-pw-reset-widget-form .swpm-login-widget-logged > div > div label, #swpm-login-form .swpm-username-label .footer-suche .swpm_error .swpm-login-widget-logged > div > div label, .footer-suche .alignwide .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .alignwide .swpm-login-widget-logged > div > div label, .footer-suche .alignfull .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .alignfull .swpm-login-widget-logged > div > div label, .footer-suche .swpm-form-builder-container form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-form-builder-container form .swpm-login-widget-logged > div > div label, .swpm-form-builder-container .footer-suche form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container .footer-suche form .swpm-login-widget-logged > div > div label, .footer-suche .swpm-post-not-logged-in-msg .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-post-not-logged-in-msg .swpm-login-widget-logged > div > div label, .footer-suche .swpm-edit-profile-form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-edit-profile-form .swpm-login-widget-logged > div > div label, .footer-suche .grid-container .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, .footer-suche .swpm-pw-reset-widget-form .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, .footer-suche .swpm_error .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .grid-container .swpm-edit-profile-form #swpm-editprofile-form table label, #swpm-login-form .swpm-username-label .footer-suche .swpm-pw-reset-widget-form .swpm-edit-profile-form #swpm-editprofile-form table label, #swpm-login-form .swpm-username-label .footer-suche .swpm_error .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .grid-container table #swpm-login-form .swpm-username-label label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-pw-reset-widget-form table #swpm-login-form .swpm-username-label label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm_error table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .grid-container table label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-pw-reset-widget-form table label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm_error table label, .footer-suche .alignwide .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .alignwide .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignwide table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignwide table label, .footer-suche .alignfull .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .alignfull .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignfull table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignfull table label, .footer-suche .swpm-form-builder-container form .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-form-builder-container form .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-form-builder-container form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-form-builder-container form table label, .swpm-form-builder-container .footer-suche form .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-form-builder-container .footer-suche form .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container .footer-suche form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container .footer-suche form table label, .footer-suche .swpm-post-not-logged-in-msg .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-post-not-logged-in-msg .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-post-not-logged-in-msg table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-post-not-logged-in-msg table label, .footer-suche .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .footer-suche .swpm-edit-profile-form #swpm-editprofile-form table label, .footer-suche .grid-container .cell #swpm-login-form .swpm-password-label label, .footer-suche .swpm-pw-reset-widget-form .cell #swpm-login-form .swpm-password-label label, .footer-suche .swpm_error .cell #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .grid-container .cell label, #swpm-login-form .swpm-password-label .footer-suche .swpm-pw-reset-widget-form .cell label, #swpm-login-form .swpm-password-label .footer-suche .swpm_error .cell label, .footer-suche .alignwide .cell #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .alignwide .cell label, .footer-suche .alignfull .cell #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .alignfull .cell label, .footer-suche .swpm-form-builder-container form .cell #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-form-builder-container form .cell label, .swpm-form-builder-container .footer-suche form .cell #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container .footer-suche form .cell label, .footer-suche .swpm-post-not-logged-in-msg .cell #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-post-not-logged-in-msg .cell label, .footer-suche .swpm-edit-profile-form .cell #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-edit-profile-form .cell label, .footer-suche .grid-container .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, .footer-suche .swpm-pw-reset-widget-form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, .footer-suche .swpm_error .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .grid-container .swpm-login-widget-logged > div > div label, #swpm-login-form .swpm-password-label .footer-suche .swpm-pw-reset-widget-form .swpm-login-widget-logged > div > div label, #swpm-login-form .swpm-password-label .footer-suche .swpm_error .swpm-login-widget-logged > div > div label, .footer-suche .alignwide .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .alignwide .swpm-login-widget-logged > div > div label, .footer-suche .alignfull .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .alignfull .swpm-login-widget-logged > div > div label, .footer-suche .swpm-form-builder-container form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-form-builder-container form .swpm-login-widget-logged > div > div label, .swpm-form-builder-container .footer-suche form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container .footer-suche form .swpm-login-widget-logged > div > div label, .footer-suche .swpm-post-not-logged-in-msg .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-post-not-logged-in-msg .swpm-login-widget-logged > div > div label, .footer-suche .swpm-edit-profile-form .swpm-login-widget-logged > div > div #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-edit-profile-form .swpm-login-widget-logged > div > div label, .footer-suche .grid-container .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, .footer-suche .swpm-pw-reset-widget-form .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, .footer-suche .swpm_error .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .grid-container .swpm-edit-profile-form #swpm-editprofile-form table label, #swpm-login-form .swpm-password-label .footer-suche .swpm-pw-reset-widget-form .swpm-edit-profile-form #swpm-editprofile-form table label, #swpm-login-form .swpm-password-label .footer-suche .swpm_error .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .grid-container table #swpm-login-form .swpm-password-label label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-pw-reset-widget-form table #swpm-login-form .swpm-password-label label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm_error table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .grid-container table label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-pw-reset-widget-form table label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm_error table label, .footer-suche .alignwide .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .alignwide .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignwide table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignwide table label, .footer-suche .alignfull .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .alignfull .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignfull table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .alignfull table label, .footer-suche .swpm-form-builder-container form .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-form-builder-container form .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-form-builder-container form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-form-builder-container form table label, .swpm-form-builder-container .footer-suche form .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-form-builder-container .footer-suche form .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container .footer-suche form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .swpm-form-builder-container .footer-suche form table label, .footer-suche .swpm-post-not-logged-in-msg .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-post-not-logged-in-msg .swpm-edit-profile-form #swpm-editprofile-form table label, .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-post-not-logged-in-msg table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .swpm-edit-profile-form #swpm-editprofile-form .footer-suche .swpm-post-not-logged-in-msg table label, .footer-suche .swpm-edit-profile-form #swpm-editprofile-form table #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .footer-suche .swpm-edit-profile-form #swpm-editprofile-form table label {
  text-align: left;
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  font-size: 32px;
}

#cookie-law-info-bar {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  border-top: 2px solid #8fa82d;
}

section.centric-teaser, .centric-teaser.swpm-form-builder-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.centric-teaser .centricteaser-container *, .centric-teaser.swpm-form-builder-container .centricteaser-container * {
  text-align: center;
}

.text-block .text-container h2, .text-block .text-container .swpm-form-builder-container form fieldset h3, .swpm-form-builder-container form fieldset .text-block .text-container h3, .text-block .text-container .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label label, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-username-label .text-block .text-container label, .text-block .text-container #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset label, #swpm-login-form .swpm-username-label .swpm-form-builder-container form fieldset .text-block .text-container label, .text-block .text-container .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label label, .swpm-form-builder-container form fieldset #swpm-login-form .swpm-password-label .text-block .text-container label, .text-block .text-container #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset label, #swpm-login-form .swpm-password-label .swpm-form-builder-container form fieldset .text-block .text-container label {
  padding-left: 0.9375rem;
}

.ergebnisse-container {
  background: #ffffff;
  border-radius: 8px;
}
.ergebnisse-container .ergebnisse-container-title {
  background: #e59200;
  border-radius: 8px 8px 0 0;
  padding: 8px 0.9375rem;
}
.ergebnisse-container .ergebnisse-container-title h3, .ergebnisse-container .ergebnisse-container-title #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .ergebnisse-container .ergebnisse-container-title label, .ergebnisse-container .ergebnisse-container-title #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .ergebnisse-container .ergebnisse-container-title label {
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.ergebnisse-container .stammdaten {
  padding: 0.9375rem;
}

.bauernhof-details {
  padding: 0.9375rem 0.9375rem 4rem;
}
@media print, screen and (min-width: 64em) {
  .bauernhof-details {
    padding: 4rem 0;
  }
}

.karten-container {
  padding-top: 2rem;
}
@media print, screen and (min-width: 64em) {
  .karten-container {
    padding-top: 4.25rem;
  }
}

.karte iframe {
  border: none;
}

.filter-container {
  background: #ffffff;
  border-radius: 8px;
  height: 100%;
}
.filter-container .filter-container-title {
  background: #e59200;
  border-radius: 8px 8px 0 0;
  padding: 8px 0.9375rem;
}
.filter-container .filter-container-title h3, .filter-container .filter-container-title #swpm-login-form .swpm-username-label label, #swpm-login-form .swpm-username-label .filter-container .filter-container-title label, .filter-container .filter-container-title #swpm-login-form .swpm-password-label label, #swpm-login-form .swpm-password-label .filter-container .filter-container-title label {
  font-family: "VeneerTwo", "Montserrat", "Roboto", Arial, sans-serif;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.filter-container .filter-container-content {
  padding: 0.9375rem 0.9375rem 1.875rem;
}
.filter-container .filter-container-content p {
  font-size: 18px;
  font-weight: bold;
  margin: 1.75rem 0 0.5rem 0;
}

.bauernhof-reset-btn {
  margin-top: 1rem;
}

.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside, .swpm_error .swpm-pw-reset-widget-inside {
  margin-bottom: 2rem;
}
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input, .swpm_error .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input {
  background: #8fa82d;
  color: #ffffff;
  border-radius: 16px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 0 2rem;
  display: inline-block;
  line-height: 40px;
  font-weight: 900;
  width: auto;
  min-width: 200px;
  border: 0;
}
@media print, screen and (min-width: 64em) {
  .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input, .swpm_error .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    min-width: 268px;
    line-height: 60px;
  }
}
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input, .swpm_error .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input {
  transition: all 0.5s ease-out;
}
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input:hover, .swpm_error .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button > input:hover {
  background: rgb(108.7605633803, 127.7746478873, 34.2253521127) !important;
  color: #ffffff !important;
}
.swpm-pw-reset-widget-form .swpm-reset-pw-success-box, .swpm_error .swpm-reset-pw-success-box {
  margin: 2rem auto;
}
@media print, screen and (min-width: 64em) {
  .swpm-pw-reset-widget-form .swpm-reset-pw-success-box, .swpm_error .swpm-reset-pw-success-box {
    margin: 2rem auto 4rem;
  }
}

.clearfix {
  clear: both;
}
/*# sourceMappingURL=app.min.css.map */
