@charset "UTF-8";
/**
* The gulp-task responsible for styles has an added includePaths to look for sass imports in ./node_modules
*/
/**
* #1 - Settings
* High-level settings and variables, that are accessible in whole project
*/
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Merriweather:400,700,700i");
/**
* Colors
*/
/**
* #2 - Tools
* High-level mixins and functions, that are accessible in whole project
*/
/**
* #3 - Generic
* Generic – reset and/or normalize styles, box-sizing definition, etc
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 900px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 944px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/**
* #4 - Elements
* Elements – unclassed HTML elements, redefine browsers' default styling
*/
a {
  color: #2712ca; }
  a:hover {
    color: #3533e9; }

body {
  height: 100%;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  color: #333; }
  @media print {
    body {
      color: #000; } }

.button, .search__button {
  background-color: #2712ca;
  color: #fff;
  border: none;
  padding: 2px 12px;
  font-size: 14px;
  border-radius: 14px;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out; }
  .button:hover, .search__button:hover {
    background-color: #3533e9;
    cursor: pointer; }
  .button[disabled], .search__button[disabled] {
    background-color: #b5b5b5; }

dd,
dt {
  float: left; }

dd {
  font-weight: 700;
  margin-bottom: 0.3rem; }

dt {
  font-weight: normal;
  margin-right: 8px;
  clear: both; }

h1, .heading-1 {
  font-size: 26px; }
  @media (min-width: 768px) {
    h1, .heading-1 {
      font-size: 33px; } }
  @media (min-width: 992px) {
    h1, .heading-1 {
      font-size: 50px;
      line-height: 50px; } }
  @media (min-width: 1200px) {
    h1, .heading-1 {
      font-size: 56px;
      line-height: 56px; } }

h2, .heading-2 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h2, .heading-2 {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h2, .heading-2 {
      font-size: 32px; } }

h3, .heading-3 {
  font-size: 20px; }
  @media (min-width: 768px) {
    h3, .heading-3 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    h3, .heading-3 {
      font-size: 30px; } }

hr {
  border: 2px solid #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px; }

html {
  height: 100%; }

img {
  max-width: 100%; }

input[type="text"] {
  border: 0;
  width: 100%; }

p {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5rem; }

/**
* #5 - Objects
* Objects – Reusable parts
*/
.address__name {
  display: block;
  margin-bottom: 0; }

.address__details {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Merriweather Sans", sans-serif; }

@media print {
  .address__map {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media print {
  .address__content {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.address__header {
  margin-bottom: 20px; }

.address--bottom .address__name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700; }

.bg {
  padding-top: 50px;
  padding-bottom: 50px; }
  .bg .container {
    padding-bottom: 50px; }
    .bg .container:last-child {
      padding-bottom: initial; }

.bg--blue {
  background-color: #2712ca;
  color: #fff; }

.bg--green-light {
  background-color: #b5ece7; }

.bg--green-dark {
  background-color: #226E66; }

.bg--gray-dark {
  background-color: #454545;
  color: #f2f2f2; }

.bg--gray {
  background-color: #666;
  color: #f2f2f2; }

.bg--gray-light {
  background-color: #f2f2f2; }

.bg--hero {
  background-color: #b5ece7;
  color: #226E66; }

.border-image {
  border: 4px solid #fff;
  margin-bottom: 2rem; }

.burger {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left; }

.burger__target {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  display: inline-block;
  border-radius: 2px; }
  .burger__target::before, .burger__target::after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border-radius: 4px; }
  .burger__target::before {
    top: -6px; }
  .burger__target::after {
    top: 6px; }
  .topnavigation__links--open .burger__target::before {
    opacity: 0;
    top: -9px; }
  .topnavigation__links--open .burger__target::after {
    opacity: 0;
    top: 9px; }
  .burger__target > span {
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0; }
    .burger__target > span::before, .burger__target > span::after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 0;
      -webkit-transition: -webkit-transform 300ms ease-in-out;
      transition: -webkit-transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      border-radius: 4px; }
    .topnavigation__links--open .burger__target > span::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .topnavigation__links--open .burger__target > span::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.button, .search__button {
  -webkit-appearance: none;
  text-align: center; }
  .button:hover, .search__button:hover {
    color: #fff;
    text-decoration: none; }

.button--large {
  font-size: 16px;
  line-height: 2;
  border-radius: 22px;
  width: 100%;
  font-weight: 700; }

.button--secondary {
  color: #2712ca;
  background-color: transparent;
  border: 2px solid currentColor; }
  .button--secondary:hover {
    background-color: transparent;
    color: #3533e9; }

.button--tertiary {
  color: #2712ca;
  background-color: transparent; }
  .button--tertiary:hover {
    background-color: transparent;
    color: #3533e9; }

.centerheader {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 992px) {
    .centerheader {
      margin: 40px 0; } }

.dimmed {
  color: #757575; }

.experience-upload {
  position: relative; }
  .experience-upload input[type="file"] {
    display: none; }
  .experience-upload__button {
    background-color: #fff;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0; }

.fact {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 110px; }
  @media (min-width: 992px) {
    .fact {
      text-align: left;
      margin-bottom: 0;
      min-height: 135px; } }

.fact__header {
  color: #454545;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: normal;
  opacity: 0.8; }
  @media (min-width: 576px) {
    .fact__header {
      font-size: 1em; } }

.fact__number {
  font-size: 42px;
  font-weight: 700; }
  @media (min-width: 576px) {
    .fact__number {
      font-size: 56px; } }

.google-map-image__map {
  width: 100%;
  height: 184px;
  position: relative; }

.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2712ca; }

.icon-link__icon {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  fill: currentColor; }

.icon {
  width: 16px;
  height: 16px;
  color: #fff;
  fill: currentColor;
  margin-right: 10px; }

.icon--back {
  color: red; }

.logo {
  position: relative;
  top: 10px; }
  @media (min-width: 992px) {
    .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: static; } }

.logo__image {
  fill: currentColor;
  width: 90px;
  height: 78px;
  position: relative;
  top: -4px; }

.logo__title {
  display: none; }
  @media (min-width: 992px) {
    .logo__title {
      font-size: 20px;
      margin-left: 20px;
      font-weight: 700;
      display: block; } }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.main__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

/**
* Components - Actual component styling
*/
.accordion {
  width: 100%; }
  .accordion__trigger {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    margin: 0;
    text-align: left;
    font-weight: 600; }

.accordion__item {
  position: relative;
  overflow: hidden; }
  .accordion__item:first-child .accordion__item-header {
    border-top: 1px solid #ccc; }
  .accordion__item .accordion__item,
  .accordion__item .accordion__subitem {
    color: #333333;
    font-size: 20px; }
  .accordion__item .accordion__item-header,
  .accordion__item .accordion__subitem-header {
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    padding: 6px 0 0 0; }
    .accordion__item .accordion__item-header:hover,
    .accordion__item .accordion__subitem-header:hover {
      background-color: rgba(240, 240, 240, 0.96); }
    .accordion__item .accordion__item-header h3, .accordion__item .accordion__item-header .heading-3,
    .accordion__item .accordion__subitem-header h3,
    .accordion__item .accordion__subitem-header .heading-3 {
      font-size: 22px; }
    .accordion__item .accordion__item-header h4,
    .accordion__item .accordion__subitem-header h4 {
      font-weight: 300;
      font-size: 20px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 40px;
      margin-bottom: 0; }
      .accordion__item .accordion__item-header h4 span,
      .accordion__item .accordion__subitem-header h4 span {
        margin-left: 5px;
        color: #757575; }
    .accordion__item .accordion__item-header h3, .accordion__item .accordion__item-header .heading-3,
    .accordion__item .accordion__item-header h4,
    .accordion__item .accordion__subitem-header h3,
    .accordion__item .accordion__subitem-header .heading-3,
    .accordion__item .accordion__subitem-header h4 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    @media screen and (max-width: 767px) {
      .accordion__item .accordion__item-header,
      .accordion__item .accordion__subitem-header {
        padding-left: 0; }
        .accordion__item .accordion__item-header h3, .accordion__item .accordion__item-header .heading-3,
        .accordion__item .accordion__subitem-header h3,
        .accordion__item .accordion__subitem-header .heading-3 {
          font-size: 20px; }
        .accordion__item .accordion__item-header h4,
        .accordion__item .accordion__subitem-header h4 {
          font-size: 16px; } }
    @media screen and (max-height: 500px) {
      .accordion__item .accordion__item-header,
      .accordion__item .accordion__subitem-header {
        line-height: 40px; } }
  .accordion__item .accordion__subitem-header:focus-within {
    border: 1px solid #000; }
  .accordion__item .accordion__subitem-header.focus-within {
    border: 1px solid #000; }
  .accordion__item .accordion__header-label {
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .accordion__item .accordion__header-label {
        padding-left: 20px; } }
  .accordion__item .accordion__icon {
    position: absolute;
    right: 40px;
    left: initial;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px; }
    .accordion__item .accordion__icon svg {
      position: absolute;
      width: 24px;
      height: 23px; }
    .accordion__item .accordion__icon--check svg {
      fill: #2712ca; }
    .accordion__item .accordion__icon--close svg {
      top: 11px; }
    @media screen and (max-width: 767px) {
      .accordion__item .accordion__icon {
        right: 10px; } }

.article-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.article-list__header {
  margin-bottom: 20px; }

.article-list__subheader {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #333; }

.article-list__manchet {
  font-size: 24px;
  font-weight: 700;
  color: #b5b5b5;
  text-align: center; }

.article-list__item {
  display: block;
  margin-bottom: 50px;
  color: #333; }
  .article-list__item:hover {
    color: #333;
    text-decoration: none; }
    .article-list__item:hover .article-list__subheader,
    .article-list__item:hover .article-list__link-text {
      text-decoration: underline; }

.article-list__image {
  margin-bottom: 20px; }

.article-list__link-text {
  font-weight: 700;
  color: #2712ca; }

.article {
  font-size: 16px; }
  @media (min-width: 992px) {
    .article {
      font-size: 18px; } }

.article__header {
  margin-bottom: 2rem;
  line-height: 70px; }

.article__author {
  color: #767676;
  font-size: 14px;
  margin-bottom: 1rem; }

.article__image {
  margin-bottom: 2rem;
  width: 100%; }

.article__manchet {
  font-weight: 700;
  margin-bottom: 2rem; }

.border-list {
  border: 2px solid #fff;
  color: #454545;
  list-style: none;
  padding-left: 0; }

.border-list__item {
  border-top: 2px solid #fff;
  padding: 1rem;
  display: block;
  overflow: hidden; }
  .border-list__item:first-child {
    border-top: none; }

.border-list__icon {
  color: #454545;
  width: 59px;
  height: 59px;
  fill: currentColor;
  float: left; }

.border-list__caption {
  color: #454545;
  display: block;
  font-weight: normal; }

.border-list__link {
  display: block;
  font-weight: 700;
  color: #2712ca;
  overflow: hidden; }

.center-hero {
  position: relative; }

.center-hero__cta {
  background-color: #2712ca;
  border-radius: 50%;
  color: #fff;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  padding: 14px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  border: none; }
  .center-hero__cta:hover {
    color: #fff;
    background-color: #3533e9; }

.center-hero__cta-text {
  max-width: 100%; }

.center-hero__icon {
  margin: 0 0 8px 0; }

.check-list {
  list-style: none;
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 35px; }
  @media (min-width: 992px) {
    .check-list {
      margin-bottom: 70px; } }

.check-list__item {
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 28px; }

.check-list__icon {
  position: absolute;
  top: 3px;
  left: -25px; }

.check-list__item--checked .check-list__icon {
  color: #226E66; }

.check-list__item--unchecked {
  color: #767676; }
  .check-list__item--unchecked .check-list__icon {
    color: red; }

.check-list__item--unset {
  color: #767676; }

.check-list__detail {
  font-weight: 700; }

.facts {
  border-bottom: 4px solid #b5ece7; }
  @media (min-width: 576px) {
    .facts {
      padding-bottom: 55px; } }

.footer {
  color: #f2f2f2;
  font-size: 12px; }
  @media print {
    .footer {
      background-color: transparent;
      color: #000;
      border-top: 2px solid #000; } }

.footer__content {
  margin-bottom: 1rem;
  line-height: 25px; }
  @media (min-width: 992px) {
    .footer__content {
      padding: 0 16px; } }
  .footer__content a {
    color: currentColor; }
  .footer__content p {
    margin-bottom: 0;
    line-height: 1.4rem;
    font-family: "Merriweather Sans", sans-serif; }
  @media (min-width: 992px) {
    .footer__content {
      margin-bottom: 0.5rem; } }

.footer__header {
  font-size: 1rem;
  padding-bottom: 10px;
  position: relative; }
  .footer__header::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #666;
    position: absolute;
    bottom: 0; }

.footer__subheader {
  font-size: 0.7rem; }

.footer__header--clean {
  padding-bottom: 0;
  margin-bottom: 0; }
  .footer__header--clean::after {
    display: none; }

.footer__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .footer__signature {
      margin-bottom: 0; } }

.footer__logo {
  width: 50px;
  height: 40px; }

.gallery .slick-slide {
  text-align: center; }

.gallery__icon {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 400; }

.gallery__button {
  background-color: transparent;
  color: #fff;
  width: 34px;
  height: 34px;
  z-index: 800;
  cursor: pointer;
  outline: none;
  border: none; }
  @media (min-width: 768px) {
    .gallery__button {
      width: 60px;
      height: 60px; } }
  .gallery__button::after {
    content: '';
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #2712ca;
    color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .gallery__button:hover {
    background-color: transparent; }
    .gallery__button:hover::after {
      background-color: #3533e9; }
  .gallery__button:focus {
    outline: none; }
    .gallery__button:focus::after {
      outline: 4px auto -webkit-focus-ring-color; }

.gallery__button.focus-within, .gallery__button:focus {
  outline: none;
  border: 2px solid #161616;
  border-radius: 4px; }
  .gallery__button.focus-within:after, .gallery__button:focus:after {
    outline: none; }

.gallery__button--prev {
  position: absolute;
  left: -10px;
  top: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (min-width: 768px) {
    .gallery__button--prev {
      top: 50%;
      left: -60px;
      -webkit-transform: translate(50%, -110px) rotate(180deg);
          -ms-transform: translate(50%, -110px) rotate(180deg);
              transform: translate(50%, -110px) rotate(180deg);
      -webkit-transform: translate(50%, calc(-50% - 110px)) rotate(180deg);
          -ms-transform: translate(50%, calc(-50% - 110px)) rotate(180deg);
              transform: translate(50%, calc(-50% - 110px)) rotate(180deg); } }
  .gallery__button--prev .gallery__icon {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }

.gallery__button--next {
  position: absolute;
  right: -10px;
  top: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (min-width: 768px) {
    .gallery__button--next {
      top: 50%;
      right: -60px;
      -webkit-transform: translate(-50%, -110px) rotate(180deg);
          -ms-transform: translate(-50%, -110px) rotate(180deg);
              transform: translate(-50%, -110px) rotate(180deg);
      -webkit-transform: translate(-50%, calc(-50% - 110px)) rotate(180deg);
          -ms-transform: translate(-50%, calc(-50% - 110px)) rotate(180deg);
              transform: translate(-50%, calc(-50% - 110px)) rotate(180deg); } }
  .gallery__button--next .gallery__icon {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.gallery__label {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 14px 0 10px;
  margin-bottom: 10px;
  display: block;
  text-align: left; }
  .gallery--thumbnails .gallery__label {
    display: none; }

.gallery__item {
  width: auto !important; }
  .gallery--thumbnails .gallery__item {
    padding: 6px;
    position: relative; }

.gallery__image {
  max-width: 100%;
  height: inherit;
  display: inline-block; }

@media screen and (max-height: 1700px) {
  .slick-slider .gallery__image {
    max-height: 700px; } }

@media screen and (max-height: 1100px) {
  .slick-slider .gallery__image {
    max-height: 600px; } }

@media screen and (max-height: 1000px) {
  .slick-slider .gallery__image {
    max-height: 500px; } }

@media screen and (max-height: 900px) {
  .slick-slider .gallery__image {
    max-height: 400px; } }

.slick-slider .gallery__thumbs {
  display: none !important;
  list-style-type: none; }
  @media (min-width: 768px) {
    .slick-slider .gallery__thumbs {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      overflow: auto; } }
  .slick-slider .gallery__thumbs li {
    margin: 6px; }
    .slick-slider .gallery__thumbs li:first-cild {
      margin-left: 0; }
    .slick-slider .gallery__thumbs li:last-cild {
      margin-right: 0; }
    .slick-slider .gallery__thumbs li.slick-active .gallery__tab, .slick-slider .gallery__thumbs li.slick-active .gallery__tab:focus {
      border: 2px solid #161616;
      border-radius: 4px; }
  .slick-slider .gallery__thumbs .gallery__tab {
    width: 152px;
    height: 120px;
    background-color: #fff;
    border: 3px solid #fff; }
    @media (min-width: 992px) {
      .slick-slider .gallery__thumbs .gallery__tab {
        width: 190px;
        height: 150px; } }
    .slick-slider .gallery__thumbs .gallery__tab:focus {
      outline: none;
      border: 2px solid #161616;
      border-radius: 4px; }

.hero {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin: 0;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      height: 500px;
      max-height: inherit; } }
  @media print {
    .hero {
      margin: 0 auto;
      height: auto;
      max-height: inherit;
      width: 1140px; } }

.hero__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  width: 100%;
  height: auto; }
  @media print {
    .hero__image {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-bottom: 20px; } }

.label {
  color: #fff;
  padding: 4px 8px;
  background-color: #454545;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700; }

.label--dark-grey {
  background-color: #323232; }

.label--blue {
  background-color: #007DAE; }

.label--green {
  background-color: #008556; }

.label--pink {
  background-color: #e71576; }

.map {
  height: 100%;
  width: 100%;
  min-height: 500px;
  position: relative; }

.marker {
  position: absolute; }
  .marker__button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0; }
  .marker__info {
    z-index: 999;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    min-width: 150px; }
    .marker__info:after {
      background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
      -webkit-box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
              box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
      content: "";
      height: 15px;
      bottom: -15px;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 15px; }
  .marker__name {
    font-size: 14px;
    margin-bottom: 2px; }
  .marker__address {
    font-size: 12px; }

.modal {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.modal__wrapper {
  position: relative;
  height: 100%; }

.modal__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: auto;
  background-color: #fff;
  opacity: 0.96 !important; }

.modal__container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  max-height: 80%; }
  @media screen and (max-height: 1200px) {
    .modal__container {
      max-width: 900px; } }
  @media screen and (max-height: 1100px) {
    .modal__container {
      max-width: 800px; } }
  @media screen and (max-height: 1000px) {
    .modal__container {
      max-width: 700px; } }
  @media screen and (max-height: 900px) {
    .modal__container {
      max-width: 600px; } }

.modal__close {
  background-color: #454545;
  display: block;
  opacity: 0.8;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1050;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0; }
  @media (min-width: 992px) {
    .modal__close {
      height: 50px;
      width: 50px;
      right: -7px;
      top: -7px; } }

.modal__icon {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none; }
  @media (min-width: 992px) {
    .modal__icon {
      height: 35px;
      width: 35px; } }

.mode {
  width: 175px;
  height: 85px;
  background-color: #f2f2f2;
  color: #2712ca;
  text-align: center;
  padding: 10px 4px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mode__icon {
  width: 20px;
  height: 20px;
  color: currentColor; }

.mode__text {
  font-size: 14px; }

.number {
  display: block; }
  .number + .number {
    margin-top: 10px; }

.number__text {
  font-size: 32px;
  font-weight: 700;
  display: block; }

.number__label {
  color: #767676;
  display: block; }

.pagetools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.pagetools__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.prices__container + .prices__container {
  margin-top: 20px; }

@media (min-width: 768px) {
  .prices__container {
    padding: 30px;
    border: 2px solid #f2f2f2; }
    .prices__container + .prices__container {
      margin-top: inherit;
      border-left: 0 solid #f2f2f2; } }

.quote {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0; }

.quote__image {
  border-radius: 50%;
  margin-bottom: 25px;
  width: 200px;
  height: 200px;
  -ms-flex-item-align: center;
      align-self: center; }

.quote__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 30px 30px; }
  .quote__content:first-child {
    border-bottom: 4px solid #f2f2f2;
    padding-top: 40px;
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .quote__content {
      padding: 40px 50px; }
      .quote__content:first-child {
        border-bottom: none;
        border-right: 4px solid #f2f2f2;
        padding-top: 40px;
        padding-bottom: 40px; } }

.quote__text {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px; }
  @media (min-width: 768px) {
    .quote__text {
      font-size: 42px;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 30px; } }
  .quote__text::before {
    content: '\201C';
    font-family: "Merriweather Sans", sans-serif;
    color: #226E66;
    font-weight: 700;
    position: absolute;
    font-size: 70px;
    line-height: 70px;
    top: 18px;
    left: 23px;
    font-style: normal; }
    @media (min-width: 768px) {
      .quote__text::before {
        font-size: 200px;
        line-height: 200px;
        top: -34px; } }
  .quote__text::after {
    display: none; }

.quote__name {
  font-size: 20px;
  margin-bottom: 18px; }

.quote__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .quote__info {
      display: block; } }

/**
* Styling for react-autosuggest
* @see https: //github.com/moroshko/react-autosuggest
*/
.react-autosuggest__container {
  width: 100%; }

.react-autosuggest__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding-left: 30px;
  width: 100%; }

.react-autosuggest__suggestions-container {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.react-autosuggest__suggestions-container--open {
  margin-top: 4px;
  border-radius: 32px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2000;
  opacity: 1;
  -webkit-box-shadow: 0 6px 30px #b5b5b5, -4px 8px 25px #b5b5b5, 5px 8px 25px #b5b5b5;
          box-shadow: 0 6px 30px #b5b5b5, -4px 8px 25px #b5b5b5, 5px 8px 25px #b5b5b5; }

.react-autosuggest__section-title {
  background-color: #f2f2f2;
  color: #454545;
  text-align: left;
  font-size: 14px;
  padding: 10px 24px;
  font-weight: 700;
  text-transform: uppercase; }

.react-autosuggest__suggestions-list {
  list-style: none;
  color: #333;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 0; }

.react-autosuggest__suggestion {
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  padding-bottom: 3px;
  padding-left: 24px;
  cursor: pointer; }

.react-autosuggest__suggestion--text-match {
  font-weight: 300; }

.react-autosuggest__suggestion--dimmed {
  font-weight: 300; }

.react-autosuggest__suggestion--highlighted {
  background-color: #f2f2f2; }

.result {
  color: currentColor;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f2f2f2;
  display: block;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out; }
  .result:not(.result--inactive):hover {
    background-color: #f2f2f2; }

.result__container {
  display: block;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .result__container {
      margin-bottom: 0; } }

.result__heading {
  font-size: 32px; }

.result__image {
  width: 142px; }

.result__label {
  border-radius: 3px;
  line-height: 7px;
  display: inline-block;
  font-size: 11px;
  min-width: 84px;
  text-align: center; }

.result__headline {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333; }

.result__address {
  line-height: 1.3; }

.result__button-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .result__button-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 992px) {
    .result__button-wrapper {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out; } }

@media (max-width: 991.98px) {
  .result__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (max-width: 767.98px) {
  .result__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; } }

.result__button {
  max-width: 142px; }
  @media (min-width: 992px) {
    .result__button {
      opacity: 0; }
      .result:hover .result__button,
      .result:focus-within .result__button {
        opacity: 1; } }
  @media (max-width: 991.98px) {
    .result__button {
      margin-top: 10px; }
      .result__button--main {
        display: none; } }
  .result__button--mobile {
    border-width: 2px;
    border-style: solid; }
    @media (min-width: 992px) {
      .result__button--mobile {
        display: none; } }

.result__link {
  color: #333; }
  .result__link:hover {
    color: currentColor;
    text-decoration: none; }
  @media (min-width: 992px) {
    .result__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.result__info-text {
  font-size: 13px;
  font-weight: 700; }

.result--inactive {
  opacity: 0.6; }

.search-filter__header {
  margin-bottom: 80px; }
  @media screen and (max-height: 800px) {
    .search-filter__header {
      max-height: 0; } }
  @media screen and (max-height: 650px) {
    .search-filter__header {
      margin-bottom: 60px; } }

.search-filter__list {
  max-height: 730px;
  overflow: auto;
  margin: 60px 0; }
  @media screen and (max-height: 1100px) {
    .search-filter__list {
      max-height: 650px; } }
  @media screen and (max-height: 1200px) {
    .search-filter__list {
      max-height: 550px; } }
  @media screen and (max-height: 1000px) {
    .search-filter__list {
      max-height: 400px; } }
  @media screen and (max-height: 900px) {
    .search-filter__list {
      max-height: 300px; } }
  @media screen and (max-height: 800px) {
    .search-filter__list {
      max-height: 260px; } }
  @media screen and (max-height: 650px) {
    .search-filter__list {
      max-height: 200px;
      margin: 10px 0; } }
  @media screen and (max-height: 500px) {
    .search-filter__list {
      max-height: 150px;
      margin: 10px 0; } }

.search-filter button.button--large {
  font-size: 20px;
  line-height: 50px;
  border-radius: 25px;
  margin-bottom: 20px;
  color: #ffffff; }
  .search-filter button.button--large:hover {
    color: #ffffff; }

.search-filter button.button--large.button--tertiary {
  color: #2712ca; }

.search-typeahead {
  width: 100%;
  position: relative; }

.search-typeahead__address {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  top: -2px; }

.search-typeahead__spinner {
  right: 107px; }
  @media (min-width: 992px) {
    .search-typeahead__spinner {
      right: 182px; } }

.search {
  border-radius: 30px;
  background-color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.search__wrapper {
  padding-bottom: 0; }

.search__inner {
  max-width: 50rem;
  margin: auto;
  padding-right: 7.5px;
  padding-left: 7.5px; }

.search__input {
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px; }

.search__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px; }
  @media (min-width: 992px) {
    .search__button {
      padding-left: 70px;
      padding-right: 70px;
      font-size: 18px; } }

.search__spinner {
  right: 120px; }
  @media (min-width: 992px) {
    .search__spinner {
      right: 190px; } }

.sickdays {
  text-align: center;
  border-bottom: 5px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px; }

/**
* Basic styling from the original slick slider plugin
*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.spinner {
  display: inline-block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%; }
  .spinner::after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #333;
    border-color: #333 transparent #333 transparent;
    -webkit-animation: search-spinner 1.2s linear infinite;
            animation: search-spinner 1.2s linear infinite; }

@-webkit-keyframes search-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes search-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 576px) {
  .tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print {
  .tabs__nav {
    display: none; } }

@media (max-width: 575.98px) {
  .tabs__container {
    padding-left: 0;
    padding-right: 0; } }

.tabs__tab {
  font-size: 14px;
  font-weight: 700;
  color: currentColor;
  text-align: center;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  margin: 0;
  text-align: left;
  width: 100%; }
  .tabs__tab:hover {
    color: currentColor; }
  @media (min-width: 576px) {
    .tabs__tab {
      border-right: 2px solid #000;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      .tabs__tab:first-child {
        border-left: 2px solid #000; }
      .tabs__tab::before {
        content: '';
        width: 100%;
        height: 10px;
        display: block;
        border-radius: 10px 10px 0 0;
        position: absolute;
        top: -10px;
        left: 0;
        background-color: transparent; } }
  @media (min-width: 992px) {
    .tabs__tab {
      font-size: 18px; } }
  .tabs__tab[aria-selected="true"] {
    background-color: #f2f2f2;
    color: #333; }
    @media (max-width: 575.98px) {
      .tabs__tab[aria-selected="true"] {
        border: 2px solid #000; } }
    .tabs__tab[aria-selected="true"]::before {
      background-color: #f2f2f2; }
    .tabs__tab[aria-selected="true"]:hover {
      color: #333; }

.tabs__subheader {
  display: none;
  pointer-events: none; }
  @media (min-width: 768px) {
    .tabs__subheader {
      font-size: 14px;
      display: block;
      font-weight: normal;
      text-align: center; } }

.text-hero {
  text-align: center;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .text-hero {
      padding-top: 60px; } }

.text-hero__header {
  margin-bottom: 14px; }
  @media (min-width: 992px) {
    .text-hero__header {
      margin-bottom: 20px; } }

.text-hero__manchet {
  font-weight: 700;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .text-hero__manchet {
      font-size: 18px;
      margin-bottom: 60px; } }
  .text-hero--compact .text-hero__manchet {
    margin-bottom: 0; }

.text-hero__search {
  margin-top: 26px;
  margin-bottom: 26px; }
  @media (min-width: 992px) {
    .text-hero__search {
      margin-top: 50px;
      margin-bottom: 50px; } }

.text-hero--compact {
  padding-top: 0;
  padding-bottom: 0; }

.text__container {
  line-height: 1.7; }

.text__header {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .text__header {
      font-size: 56px;
      text-align: center;
      margin-bottom: 34px; } }

.text__image {
  width: 100%;
  height: inherit; }
  @media print {
    .text__image {
      max-width: 50%;
      margin-bottom: 1.5rem; } }

.text--4-8 .text__container {
  font-size: 18px;
  line-height: 28px; }
  @media (min-width: 992px) {
    .text--4-8 .text__container {
      margin-top: 17px; } }

@media (min-width: 992px) {
  .text--text-only .text__container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; } }

.topnavigation {
  color: #b5ece7;
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .topnavigation {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.topnavigation__burger {
  position: absolute;
  right: 0;
  top: calc(50px / 2);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 992px) {
    .topnavigation__burger {
      display: none; } }

.topnavigation__logo {
  width: 22px;
  height: 22px;
  top: 4px; }
  @media (min-width: 992px) {
    .topnavigation__logo {
      width: 32px;
      height: 32px;
      top: -3px; } }

.topnavigation__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: none; }
  .topnavigation__links--open .topnavigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 2px solid rgba(0, 0, 0, 0.25); }
  @media (min-width: 992px) {
    .topnavigation__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px; } }

@media (min-width: 992px) {
  .topnavigation__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 2px solid rgba(0, 0, 0, 0.25); }
    .topnavigation__list-item:last-child {
      border-right: 2px solid rgba(0, 0, 0, 0.25); } }

.topnavigation__link {
  color: #fff;
  font-weight: 700;
  line-height: 55px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out; }
  .topnavigation__link:hover, .topnavigation__link:active, .topnavigation__link:visited {
    color: #fff;
    text-decoration: none;
    background-color: #3533e9; }
  @media (min-width: 992px) {
    .topnavigation__link {
      line-height: 75px;
      padding-left: 30px;
      padding-right: 30px; } }

.topnavigation__link--logo {
  color: currentColor;
  height: 50px; }
  .topnavigation__link--logo:hover, .topnavigation__link--logo:active {
    color: currentColor;
    text-decoration: none; }

/**
* #99 - Utilities
* Utility and helper classes with the ability to override anything
*/
.d-none {
  display: none !important; }

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

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

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

.transition--fade {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }
  .transition--fade.in {
    opacity: 1; }

.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

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

.fade-enter {
  opacity: 0; }

.fade-enter-active {
  opacity: 1;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out; }

.fade-exit {
  opacity: 1; }

.fade-exit-active {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.skip-to-content {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, -200%);
      -ms-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
  background-color: #b5ece7;
  padding: 5px;
  color: #226E66;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  z-index: 999; }
  .skip-to-content:focus {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
