/* Font */
/* Colors */
/* Convert pixels into em */
/* Convert pixels into rem */
/* line 1, ../../../../../../sass/partials/_reset.scss */
* {
  margin: 0;
  padding: 0;
}

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

/* line 27, ../../../../../../sass/partials/_reset.scss */
body {
  line-height: 1;
}

/* line 31, ../../../../../../sass/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 35, ../../../../../../sass/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../../../../../../sass/partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../../../../../../sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 46, ../../../../../../sass/partials/_grid.scss */
.row {
  display: -ms-flex;
  -ms-flex-wrap: wrap;
  -ms-align-items: stretch;
  -ms-flex-align: top;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-left: -1.875em;
  margin-right: -1.875em;
}
/* line 60, ../../../../../../sass/partials/_grid.scss */
.row > [class*='col-'] {
  padding-left: 1.875em;
  padding-right: 1.875em;
}
/* line 65, ../../../../../../sass/partials/_grid.scss */
.row.no-spacing {
  margin-left: 0;
  margin-right: 0;
}
/* line 69, ../../../../../../sass/partials/_grid.scss */
.row.no-spacing > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
/* line 75, ../../../../../../sass/partials/_grid.scss */
.row[data-align="center"] {
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 83, ../../../../../../sass/partials/_grid.scss */
.row[data-align="flex-end"] {
  -ms-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-1 {
  width: 4.16667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-2 {
  width: 8.33333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-3 {
  width: 12.5%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-4 {
  width: 16.66667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-5 {
  width: 20.83333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-6 {
  width: 25%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-7 {
  width: 29.16667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-8 {
  width: 33.33333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-9 {
  width: 37.5%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-10 {
  width: 41.66667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-11 {
  width: 45.83333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-12 {
  width: 50%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-13 {
  width: 54.16667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-14 {
  width: 58.33333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-15 {
  width: 62.5%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-16 {
  width: 66.66667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-17 {
  width: 70.83333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-18 {
  width: 75%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-19 {
  width: 79.16667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-20 {
  width: 83.33333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-21 {
  width: 87.5%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-22 {
  width: 91.66667%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-23 {
  width: 95.83333%;
}
/* line 6, ../../../../../../sass/partials/_grid.scss */
.row .col-24 {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxs-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xs-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-s-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-m-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-l-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xl-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxl-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 2440px) {
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-1 {
    width: 4.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-2 {
    width: 8.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-3 {
    width: 12.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-4 {
    width: 16.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-5 {
    width: 20.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-6 {
    width: 25%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-7 {
    width: 29.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-8 {
    width: 33.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-9 {
    width: 37.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-10 {
    width: 41.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-11 {
    width: 45.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-12 {
    width: 50%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-13 {
    width: 54.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-14 {
    width: 58.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-15 {
    width: 62.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-16 {
    width: 66.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-17 {
    width: 70.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-18 {
    width: 75%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-19 {
    width: 79.16667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-20 {
    width: 83.33333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-21 {
    width: 87.5%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-22 {
    width: 91.66667%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-23 {
    width: 95.83333%;
  }
  /* line 16, ../../../../../../sass/partials/_grid.scss */
  .row .col-xxxl-24 {
    width: 100%;
  }
}
/* line 93, ../../../../../../sass/partials/_grid.scss */
.row > [class*='col-'] {
  position: relative;
  float: left;
}

/* line 35, ../../../../../../sass/partials/_ratio.scss */
.ratio {
  position: relative;
  overflow: hidden;
}
/* line 38, ../../../../../../sass/partials/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='3:1']::after {
  padding-top: 33.33333%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='5:2']::after {
  padding-top: 40%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='2:1']::after {
  padding-top: 50%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='16:9']::after {
  padding-top: 56.25%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='3:2']::after {
  padding-top: 66.66667%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='4:3']::after {
  padding-top: 75%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='5:4']::after {
  padding-top: 80%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='1:1']::after {
  padding-top: 100%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='4:5']::after {
  padding-top: 125%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='3:4']::after {
  padding-top: 133.33333%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='2:3']::after {
  padding-top: 150%;
  content: '';
  display: block;
}
/* line 27, ../../../../../../sass/partials/_ratio.scss */
.ratio[data-ratio='1:2']::after {
  padding-top: 200%;
  content: '';
  display: block;
}
@media only screen and (min-width: 480px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxs='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xs='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-s='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-m='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-l='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xl='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}
@media only screen and (min-width: 1920px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxl='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}
@media only screen and (min-width: 2440px) {
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='3:1']::after {
    padding-top: 33.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='5:2']::after {
    padding-top: 40%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='2:1']::after {
    padding-top: 50%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='16:9']::after {
    padding-top: 56.25%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='3:2']::after {
    padding-top: 66.66667%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='4:3']::after {
    padding-top: 75%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='5:4']::after {
    padding-top: 80%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='1:1']::after {
    padding-top: 100%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='4:5']::after {
    padding-top: 125%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='3:4']::after {
    padding-top: 133.33333%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='2:3']::after {
    padding-top: 150%;
    content: '';
    display: block;
  }
  /* line 27, ../../../../../../sass/partials/_ratio.scss */
  .ratio[data-ratio-xxxl='1:2']::after {
    padding-top: 200%;
    content: '';
    display: block;
  }
}

@font-face {
  font-family: 'icomoon';
  src:  url("fonts/icomoon.eot?wgyj4j");
  src:  url("fonts/icomoon.eot?wgyj4j#iefix") format("embedded-opentype"),  url("fonts/icomoon.ttf?wgyj4j") format("truetype"),  url("fonts/icomoon.woff?wgyj4j") format("woff"),  url("fonts/icomoon.svg?wgyj4j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 13, ../../../../../../sass/partials/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../../../../../../sass/partials/_icons.scss */
.icon-down:before {
  content: "\e910";
}

/* line 31, ../../../../../../sass/partials/_icons.scss */
.icon-up:before {
  content: "\e911";
}

/* line 34, ../../../../../../sass/partials/_icons.scss */
.icon-comment:before {
  content: "\e900";
}

/* line 37, ../../../../../../sass/partials/_icons.scss */
.icon-facebook-w:before {
  content: "\e901";
}

/* line 40, ../../../../../../sass/partials/_icons.scss */
.icon-facebook:before {
  content: "\e902";
}

/* line 43, ../../../../../../sass/partials/_icons.scss */
.icon-industry:before {
  content: "\e903";
}

/* line 46, ../../../../../../sass/partials/_icons.scss */
.icon-left:before, #hero .slick-arrow:before, #news .slick-arrow:before, #feed .slick-arrow:before, #city-slider .slick-arrow:before {
  content: "\e904";
}

/* line 49, ../../../../../../sass/partials/_icons.scss */
.icon-like:before {
  content: "\e905";
}

/* line 52, ../../../../../../sass/partials/_icons.scss */
.icon-linked-w:before {
  content: "\e906";
}

/* line 55, ../../../../../../sass/partials/_icons.scss */
.icon-linked:before {
  content: "\e907";
}

/* line 58, ../../../../../../sass/partials/_icons.scss */
.icon-population:before {
  content: "\e908";
}

/* line 61, ../../../../../../sass/partials/_icons.scss */
.icon-pulse:before {
  content: "\e909";
}

/* line 64, ../../../../../../sass/partials/_icons.scss */
.icon-right:before, .button:before, #hero .slick-arrow.slick-next:before, #news .slick-arrow.slick-next:before, #feed .slick-arrow.slick-next:before, #city-slider .slick-arrow.slick-next:before {
  content: "\e90a";
}

/* line 67, ../../../../../../sass/partials/_icons.scss */
.icon-search:before {
  content: "\e90b";
}

/* line 70, ../../../../../../sass/partials/_icons.scss */
.icon-share:before {
  content: "\e90c";
}

/* line 73, ../../../../../../sass/partials/_icons.scss */
.icon-twin:before {
  content: "\e90d";
}

/* line 76, ../../../../../../sass/partials/_icons.scss */
.icon-twitter-w:before {
  content: "\e90e";
}

/* line 79, ../../../../../../sass/partials/_icons.scss */
.icon-twitter:before {
  content: "\e90f";
}

/* line 82, ../../../../../../sass/partials/_icons.scss */
.icon-menu:before {
  content: "\e9bd";
}

/* line 85, ../../../../../../sass/partials/_icons.scss */
.icon-instagram-w:before {
  content: "\e912";
}

/* line 88, ../../../../../../sass/partials/_icons.scss */
.icon-instagram:before {
  content: "\e913";
}

/* line 1, ../../../../../../sass/partials/_typography.scss */
.button {
  outline: none;
  border: none;
  color: #ffffff;
  background-color: #00e3d1;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  font-size: 0.3125rem;
  cursor: pointer;
  transition: color 0.3s;
  margin-top: 0.9375rem !important;
}
@media only screen and (min-width: 960px) {
  /* line 1, ../../../../../../sass/partials/_typography.scss */
  .button {
    height: 1.875rem;
    width: 1.875rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../../../../../sass/partials/_typography.scss */
  .button {
    margin-top: 1.65em !important;
  }
}
/* line 22, ../../../../../../sass/partials/_typography.scss */
.button:before {
  vertical-align: middle;
  text-align: center;
}

/* line 30, ../../../../../../sass/partials/_typography.scss */
p {
  font-size: 0.875rem;
  hyphens: auto;
}

/* line 35, ../../../../../../sass/partials/_typography.scss */
.white {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
}

/* line 42, ../../../../../../sass/partials/_typography.scss */
h1 {
  font-size: 1.5625rem;
  color: #002b61;
  font-weight: 200;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  /* line 42, ../../../../../../sass/partials/_typography.scss */
  h1 {
    font-size: 2.5rem;
  }
}

/* line 53, ../../../../../../sass/partials/_typography.scss */
[class*="circle"] {
  display: inline-block;
  font-size: 1.75rem;
  padding-right: 10px;
  color: #00e3d1;
}

/* line 60, ../../../../../../sass/partials/_typography.scss */
.date {
  display: block;
  height: 1.5625rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 67, ../../../../../../sass/partials/_typography.scss */
.location {
  color: #002b61;
  display: block;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-size: 0.625rem;
}

/* line 75, ../../../../../../sass/partials/_typography.scss */
.up-gray {
  color: #6a6a6a;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 82, ../../../../../../sass/partials/_typography.scss */
.up-blue {
  color: #002b61;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 88, ../../../../../../sass/partials/_typography.scss */
.up-white {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 94, ../../../../../../sass/partials/_typography.scss */
.center {
  text-align: center;
}

/* line 98, ../../../../../../sass/partials/_typography.scss */
.link {
  font-size: 0.75rem;
  color: #002b61;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: below;
}

/* line 107, ../../../../../../sass/partials/_typography.scss */
.numbers {
  padding-top: 0.3125rem;
  font-size: 0.75rem;
}

/* line 112, ../../../../../../sass/partials/_typography.scss */
.article-link {
  float: right;
  text-transform: uppercase;
  color: #00e3d1;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-decoration: underline;
  text-underline-position: under;
}

/* line 124, ../../../../../../sass/partials/_typography.scss */
.text-wrap.text {
  padding: 3.75rem;
}
/* line 127, ../../../../../../sass/partials/_typography.scss */
.text-wrap.text h2 {
  font-size: 1.5625rem;
  color: #002b61;
  font-weight: 200;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  /* line 127, ../../../../../../sass/partials/_typography.scss */
  .text-wrap.text h2 {
    font-size: 2.5rem;
  }
}
/* line 138, ../../../../../../sass/partials/_typography.scss */
.text-wrap.text h3, .text-wrap.text h4, .text-wrap.text h5, .text-wrap.text h6 {
  font-size: 1.125rem;
  color: #002b61;
  font-weight: 200;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  /* line 138, ../../../../../../sass/partials/_typography.scss */
  .text-wrap.text h3, .text-wrap.text h4, .text-wrap.text h5, .text-wrap.text h6 {
    font-size: 1.75rem;
  }
}
/* line 149, ../../../../../../sass/partials/_typography.scss */
.text-wrap.text p, .text-wrap.text ul {
  margin-bottom: 1em;
  font-size: 1rem;
}
/* line 154, ../../../../../../sass/partials/_typography.scss */
.text-wrap.text ul li {
  list-style: disc;
  list-style-position: inside;
}
/* line 159, ../../../../../../sass/partials/_typography.scss */
.text-wrap.text ol {
  list-style: decimal;
}
/* line 163, ../../../../../../sass/partials/_typography.scss */
.text-wrap.text p a {
  display: inline;
  text-decoration: underline;
}

/* line 1, ../../../../../../sass/partials/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* line 8, ../../../../../../sass/partials/_base.scss */
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  background: white;
  color: #6a6a6a;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 20, ../../../../../../sass/partials/_base.scss */
button,
input,
select,
textarea {
  border: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  outline: none;
}

/* line 31, ../../../../../../sass/partials/_base.scss */
b,
strong {
  font-weight: 700;
}

/* line 36, ../../../../../../sass/partials/_base.scss */
em,
i {
  font-style: italic;
}

/* line 41, ../../../../../../sass/partials/_base.scss */
a {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 50, ../../../../../../sass/partials/_base.scss */
button {
  background: none;
  outline: none;
}
/* line 54, ../../../../../../sass/partials/_base.scss */
button.blue {
  background-color: #002b61;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  /* line 54, ../../../../../../sass/partials/_base.scss */
  button.blue {
    padding: 0.625rem 1.875rem;
  }
}
/* line 64, ../../../../../../sass/partials/_base.scss */
button.blue:hover {
  background-color: #002048;
}
/* line 68, ../../../../../../sass/partials/_base.scss */
button.blue span {
  line-height: 1.875rem;
}

/* line 74, ../../../../../../sass/partials/_base.scss */
img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 80, ../../../../../../sass/partials/_base.scss */
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 86, ../../../../../../sass/partials/_base.scss */
[data-bg="light-gray"] {
  background: #e6e7f0;
  overflow: hidden;
}

/* line 91, ../../../../../../sass/partials/_base.scss */
.bg-chequered {
  position: static !important;
  background-image: url(../gfx/bg-chequered.png);
  background-repeat: repeat;
}
@media only screen and (min-width: 960px) {
  /* line 97, ../../../../../../sass/partials/_base.scss */
  .bg-chequered::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-image: url(../gfx/bg-chequered.png);
    background-repeat: repeat;
  }
}
/* line 109, ../../../../../../sass/partials/_base.scss */
.bg-chequered * {
  position: relative;
}

/* line 114, ../../../../../../sass/partials/_base.scss */
.content-wrap {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 5%;
}

/* line 121, ../../../../../../sass/partials/_base.scss */
#main {
  display: block;
  overflow: hidden;
}

/* line 127, ../../../../../../sass/partials/_base.scss */
.padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 960px) {
  /* line 127, ../../../../../../sass/partials/_base.scss */
  .padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* line 137, ../../../../../../sass/partials/_base.scss */
.note {
  position: relative;
  background-image: url("../gfx/bg-chequered.png");
  background-repeat: repeat;
  padding: 1.875rem;
}
/* line 143, ../../../../../../sass/partials/_base.scss */
.note::before {
  content: '';
  position: absolute;
  left: -0.625rem;
  top: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
  background-image: url("../gfx/triangle-up.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
}
/* line 156, ../../../../../../sass/partials/_base.scss */
.note::after {
  content: '';
  position: absolute;
  right: -0.625rem;
  bottom: -0.625rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 1;
  background-image: url("../gfx/triangle-up.svg");
  background-repeat: no-repeat;
  background-size: 3.75rem auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 170, ../../../../../../sass/partials/_base.scss */
.note .subtitle {
  margin-bottom: 0.625rem;
}

/* line 175, ../../../../../../sass/partials/_base.scss */
.quote-box {
  background: white;
  padding: 1.875rem;
}
/* line 179, ../../../../../../sass/partials/_base.scss */
.quote-box hr {
  border: none;
  border-top: 1px solid #6a6a6a;
  margin: 1.875rem 0;
}
/* line 185, ../../../../../../sass/partials/_base.scss */
.quote-box .subtitle.dark-gray {
  padding-top: 0.9375rem;
  margin-bottom: 2.375rem;
}
/* line 190, ../../../../../../sass/partials/_base.scss */
.quote-box .name {
  position: relative;
  padding: 1.875rem 2.5rem;
  height: 6.5rem;
}
/* line 195, ../../../../../../sass/partials/_base.scss */
.quote-box .name::before {
  content: '';
  position: absolute;
  left: -0.625rem;
  top: -1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 1;
  background-image: url(../gfx/triangle-up.svg);
  background-repeat: no-repeat;
  background-size: 3.75rem auto;
}
/* line 208, ../../../../../../sass/partials/_base.scss */
.quote-box .name::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
  background-image: url(../gfx/triangle-down.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
}
/* line 221, ../../../../../../sass/partials/_base.scss */
.quote-box .name .name-text {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  color: #002b61;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 200;
}
/* line 229, ../../../../../../sass/partials/_base.scss */
.quote-box .name .name-text b {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

/* line 1, ../../../../../../sass/partials/_header.scss */
#header {
  display: block;
  background-color: #ffffff;
}
/* line 5, ../../../../../../sass/partials/_header.scss */
#header .top-bar {
  display: flex;
  overflow: hidden;
  padding: 2.5rem 0 1.875rem;
}
/* line 10, ../../../../../../sass/partials/_header.scss */
#header .top-bar .top-nav {
  width: 100%;
  align-items: flex-end;
}
/* line 14, ../../../../../../sass/partials/_header.scss */
#header .top-bar .top-nav [class*='col-'] {
  padding: 0;
}
/* line 18, ../../../../../../sass/partials/_header.scss */
#header .top-bar .top-nav #logo img {
  height: 2.5rem;
}
/* line 23, ../../../../../../sass/partials/_header.scss */
#header .top-bar .row {
  display: flex;
}
/* line 27, ../../../../../../sass/partials/_header.scss */
#header .top-bar .social-links {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 27, ../../../../../../sass/partials/_header.scss */
  #header .top-bar .social-links {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 960px) {
  /* line 27, ../../../../../../sass/partials/_header.scss */
  #header .top-bar .social-links {
    justify-content: flex-start;
  }
}
/* line 42, ../../../../../../sass/partials/_header.scss */
#header .top-bar ul.links li {
  float: left;
  margin-right: 1.25rem;
  display: flex;
}
/* line 47, ../../../../../../sass/partials/_header.scss */
#header .top-bar ul.links li i {
  color: #00e3d1;
}
/* line 53, ../../../../../../sass/partials/_header.scss */
#header .top-bar img {
  height: 50px;
}
/* line 57, ../../../../../../sass/partials/_header.scss */
#header .top-bar .search-container {
  display: flex;
  justify-content: center;
  margin-top: 1.25em;
}
@media only screen and (min-width: 960px) {
  /* line 57, ../../../../../../sass/partials/_header.scss */
  #header .top-bar .search-container {
    justify-content: flex-end;
    margin-top: 0;
  }
}
/* line 67, ../../../../../../sass/partials/_header.scss */
#header .top-bar .search-container .search-bar {
  position: relative;
  border: 1px solid #6a6a6a;
  display: inline-flex;
  justify-content: center;
}
/* line 74, ../../../../../../sass/partials/_header.scss */
#header .top-bar .search-container input[type="text"] {
  padding: 15px;
  height: 35px;
  width: 190px;
}
/* line 80, ../../../../../../sass/partials/_header.scss */
#header .top-bar .search-container input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  z-index: 1;
  background: none;
  outline: none;
  border: none;
}
/* line 92, ../../../../../../sass/partials/_header.scss */
#header .top-bar .search-container button {
  padding: 7px;
}
/* line 96, ../../../../../../sass/partials/_header.scss */
#header .top-bar .search-container i {
  color: #00e3d1;
}
/* line 102, ../../../../../../sass/partials/_header.scss */
#header .line {
  color: #6a6a6a;
}
/* line 106, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar {
  display: flex;
  padding: 0.625rem 0;
}
/* line 111, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar .bottom-nav {
  min-width: 50%;
}
/* line 115, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar #menu > ul {
  width: 100%;
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: space-between;
}
/* line 122, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar #menu > ul > li {
  padding: 0.625rem 0;
  position: relative;
}
@media only screen and (min-width: 640px) {
  /* line 115, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar #menu > ul {
    flex-flow: row;
    text-align: left;
  }
  /* line 131, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar #menu > ul > li {
    padding: 0.625em 0.3125em;
  }
}
/* line 137, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar #menu > ul li:hover {
  cursor: pointer;
  color: #00e3d1;
  font-weight: 400;
}
@media only screen and (min-width: 640px) {
  /* line 143, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar #menu > ul li:hover > .dropdown-list {
    display: block !important;
  }
}
/* line 149, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar .dropdown-list {
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  /* line 149, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar .dropdown-list {
    background: white;
    position: absolute;
    z-index: 9;
    left: -50%;
    top: 2.625em;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0.78125em 0;
    box-shadow: 0 0 0.9375em #6a6a6a;
    width: 16.5625em;
    text-align: left;
    display: none;
  }
  /* line 170, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar .dropdown-list::before {
    background: white;
    content: '';
    position: absolute;
    top: -0.375rem;
    left: 30%;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: 50%;
    z-index: 99;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 0.375rem solid black;
    border-color: transparent transparent white white;
    box-shadow: 0.1875rem -0.1875rem 0.9375rem 0 #eaeaea;
  }
}
/* line 188, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar .dropdown-list ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s;
  position: relative;
  font-size: 0;
  background: #e6e7f0;
}
/* line 196, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar .dropdown-list ul.visible {
  max-height: 100vh;
}
@media only screen and (min-width: 768px) {
  /* line 188, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar .dropdown-list ul {
    max-height: 100vh;
    background: white;
  }
}
/* line 205, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar .dropdown-list ul > li {
  border-top: 1px solid #e6e7f0;
}
@media only screen and (min-width: 768px) {
  /* line 205, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar .dropdown-list ul > li {
    border-top: none;
    display: block;
  }
}
/* line 213, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar .dropdown-list ul > li > a {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.66667rem;
  color: #6a6a6a;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  margin: 0 auto;
  transition: color 0.3s;
}
/* line 224, ../../../../../../sass/partials/_header.scss */
#header .bottom-bar .dropdown-list ul > li > a:hover {
  color: #00e3d1;
  background: #e6e7f0;
}
@media only screen and (min-width: 768px) {
  /* line 213, ../../../../../../sass/partials/_header.scss */
  #header .bottom-bar .dropdown-list ul > li > a {
    max-width: none;
    margin: 0;
    line-height: 2em;
    padding-left: 1.25rem;
  }
}
/* line 241, ../../../../../../sass/partials/_header.scss */
#header .header-content {
  background: white;
  border-bottom: 0.0625rem solid #e6e7f0;
  position: relative;
  z-index: 1;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-align-items: center;
  -ms-flex-align: center;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  /* line 241, ../../../../../../sass/partials/_header.scss */
  #header .header-content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: none;
  }
}
@media only screen and (min-width: 640px) {
  /* line 260, ../../../../../../sass/partials/_header.scss */
  #header #menu {
    display: flex !important;
  }
}
/* line 266, ../../../../../../sass/partials/_header.scss */
#header #menu-button {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #00e3d1;
}
@media only screen and (min-width: 640px) {
  /* line 266, ../../../../../../sass/partials/_header.scss */
  #header #menu-button {
    display: none;
  }
}
/* line 276, ../../../../../../sass/partials/_header.scss */
#header #menu-button span {
  display: inline-block;
  line-height: 24px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 4px;
}
@media only screen and (min-width: 640px) {
  /* line 285, ../../../../../../sass/partials/_header.scss */
  #header #menu-toggle {
    display: none;
  }
}
/* line 290, ../../../../../../sass/partials/_header.scss */
#header #menu-toggle .icon {
  font-size: 1.375rem;
  display: inline-block;
  transition: transform 0.4s;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 300, ../../../../../../sass/partials/_header.scss */
#header #menu {
  margin: auto;
}

/* line 1, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 12, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider.slick-loading .slick-track,
.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 18, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-slide {
  display: none;
}
/* line 22, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider.slick-initialized {
  display: block !important;
}
/* line 25, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider.slick-initialized .slick-slide {
  display: block;
}
/* line 30, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
}
/* line 38, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list:focus {
  outline: none;
}
/* line 42, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 47, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list .slick-track {
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
}
/* line 52, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list .slick-track .slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
}
/* line 57, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list .slick-track .slick-slide img {
  display: block;
}
/* line 61, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list .slick-track .slick-slide.slick-loading img {
  display: none;
}
/* line 65, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list .slick-track .slick-slide.dragging img {
  pointer-events: none;
}
/* line 71, ../../../../../../sass/partials/_slick-slider.scss */
.slick-slider .slick-list .slick-track .slick-arrow.slick-hidden {
  display: none;
}

/* line 1, ../../../../../../sass/partials/_hero-slider.scss */
#hero {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 960px) {
  /* line 1, ../../../../../../sass/partials/_hero-slider.scss */
  #hero {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 960px) {
  /* line 9, ../../../../../../sass/partials/_hero-slider.scss */
  #hero > img {
    height: calc(100vh - 164px - 50px);
    object-fit: cover;
  }
}
@media only screen and (max-width: 600px) {
  /* line 9, ../../../../../../sass/partials/_hero-slider.scss */
  #hero > img {
    height: auto;
  }
}
/* line 20, ../../../../../../sass/partials/_hero-slider.scss */
#hero .hero-content {
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -ms-align-items: center;
  -ms-flex-align: center;
  -ms-justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 12.5rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  /* line 20, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .hero-content {
    bottom: 4.375rem;
  }
}
/* line 39, ../../../../../../sass/partials/_hero-slider.scss */
#hero .hero-content .hero-title {
  font-size: 1.875rem;
  color: white;
  font-weight: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  /* line 39, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .hero-content .hero-title {
    font-size: 2.5rem;
  }
}
/* line 49, ../../../../../../sass/partials/_hero-slider.scss */
#hero .hero-content .hero-subtitle {
  margin-top: 0.5rem;
  word-break: break;
  padding: 0 0.625rem;
}
/* line 55, ../../../../../../sass/partials/_hero-slider.scss */
#hero .hero-content hr {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
/* line 62, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.625rem;
}
@media only screen and (min-width: 768px) {
  /* line 62, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slider {
    max-width: 80em;
  }
}
@media only screen and (min-width: 960px) {
  /* line 62, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slider {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0;
  }
}
/* line 81, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slider .slick-track {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 960px) {
  /* line 81, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slider .slick-track {
    margin-top: 0;
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 960px) {
  /* line 90, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slider .slick-list {
    margin-bottom: 50px;
  }
}
/* line 98, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slide {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 960px) {
  /* line 98, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* line 108, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slide a {
  background: #002b61;
  transition: background 0.3s;
}
@media only screen and (min-width: 960px) {
  /* line 108, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slide a {
    background: white;
  }
}
/* line 116, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slide a .button {
  margin-top: 0 !important;
  display: inline;
  float: left;
  position: absolute;
  font-size: 0.5rem !important;
  left: 0.9375rem;
  bottom: 0.9375rem;
}
/* line 126, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slide a .text {
  height: 100%;
  position: relative;
  padding: 0.9375rem;
}
/* line 132, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slide a .subtitle-big {
  color: white;
  display: block;
  font-size: 0.8125rem !important;
  line-height: 1.2 !important;
  transition: color 0.3s;
}
@media only screen and (min-width: 960px) {
  /* line 132, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slide a .subtitle-big {
    color: #002b61;
    font-size: 1rem !important;
  }
}
/* line 147, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slick-arrow {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 1.25rem;
  top: calc(50% - 25px);
  z-index: 2;
  color: #ffffff;
  background-color: #00e3d1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 0.3125rem;
  margin-top: -0.5em;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 960px) {
  /* line 147, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slick-arrow {
    display: block !important;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 147, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slick-arrow {
    left: calc(50% - 38.75rem);
  }
}
/* line 174, ../../../../../../sass/partials/_hero-slider.scss */
.touchevents #hero .slick-arrow {
  display: none !important;
}
/* line 178, ../../../../../../sass/partials/_hero-slider.scss */
.no-touchevents #hero .slick-arrow:hover {
  background-color: #00caba;
}
/* line 186, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slick-arrow.slick-next {
  left: auto;
  right: 1.25rem;
}
@media only screen and (min-width: 1280px) {
  /* line 186, ../../../../../../sass/partials/_hero-slider.scss */
  #hero .slick-arrow.slick-next {
    right: calc(50% - 38.75rem);
  }
}
/* line 200, ../../../../../../sass/partials/_hero-slider.scss */
#hero:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
/* line 205, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slick-dots {
  height: 3.125rem;
  text-align: center;
}
/* line 209, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slick-dots li {
  display: inline-block;
  margin: 0.625rem 0;
  padding: 0.625rem;
  cursor: pointer;
}
/* line 215, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slick-dots li button {
  display: block;
  background-color: white;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  border: 3px solid #e6e7f0;
  transition: background-color 0.2s ease-in-out;
  vertical-align: top;
}
/* line 226, ../../../../../../sass/partials/_hero-slider.scss */
#hero .slick-dots li.slick-active button {
  border-color: #00e3d1;
  background-color: #00e3d1 !important;
}

/* line 1, ../../../../../../sass/partials/_news.scss */
#news {
  padding: 3.125rem;
  background-color: #e6e7f0;
}
@media only screen and (min-width: 960px) {
  /* line 1, ../../../../../../sass/partials/_news.scss */
  #news {
    height: auto;
  }
}
/* line 9, ../../../../../../sass/partials/_news.scss */
#news h2 {
  font-size: 1.5625rem;
  color: #002b61;
  font-weight: 200;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  /* line 9, ../../../../../../sass/partials/_news.scss */
  #news h2 {
    font-size: 2.5rem;
  }
}
/* line 20, ../../../../../../sass/partials/_news.scss */
#news .flex {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 27, ../../../../../../sass/partials/_news.scss */
#news .blue {
  background-color: #002b61;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  float: left;
}
@media only screen and (min-width: 960px) {
  /* line 27, ../../../../../../sass/partials/_news.scss */
  #news .blue {
    padding: 0.625rem 1.875rem;
    float: right;
  }
}
/* line 40, ../../../../../../sass/partials/_news.scss */
#news .blue:hover {
  background-color: #002048;
}
/* line 44, ../../../../../../sass/partials/_news.scss */
#news .blue .icon-right, #news .blue .button:before, #news .blue .slick-arrow.slick-next:before {
  display: inline-block;
  font-size: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  margin-right: 0.9375rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
/* line 55, ../../../../../../sass/partials/_news.scss */
#news .blue span {
  line-height: 1.875rem;
}
/* line 60, ../../../../../../sass/partials/_news.scss */
#news .social-media {
  line-height: 3.125rem;
}
/* line 63, ../../../../../../sass/partials/_news.scss */
#news .social-media p {
  line-height: 3.125rem;
  float: left;
  padding-right: 1.875rem;
}
/* line 69, ../../../../../../sass/partials/_news.scss */
#news .social-media a {
  line-height: 3.125rem;
}
/* line 74, ../../../../../../sass/partials/_news.scss */
#news .slider {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 960px) {
  /* line 74, ../../../../../../sass/partials/_news.scss */
  #news .slider {
    padding-top: 0;
  }
}
/* line 82, ../../../../../../sass/partials/_news.scss */
#news .slide {
  border-left: 0.0625rem solid #6a6a6a;
}
/* line 86, ../../../../../../sass/partials/_news.scss */
#news .slide-inner {
  margin: 0 1.25rem;
}
/* line 90, ../../../../../../sass/partials/_news.scss */
#news .news-headline {
  font-size: 1.25rem;
  color: #002b61;
}
/* line 95, ../../../../../../sass/partials/_news.scss */
#news .news-headline {
  display: block;
}
/* line 99, ../../../../../../sass/partials/_news.scss */
#news .news-img {
  height: 12.5rem;
  margin-bottom: 1.25rem;
}
/* line 104, ../../../../../../sass/partials/_news.scss */
#news .news-post-text {
  margin-bottom: 0.9375rem;
}
/* line 108, ../../../../../../sass/partials/_news.scss */
#news .article {
  padding: 0.625rem;
}
/* line 112, ../../../../../../sass/partials/_news.scss */
#news .article-link {
  margin: 1.875rem 0;
  float: left;
}
/* line 117, ../../../../../../sass/partials/_news.scss */
#news .slick-arrow {
  display: none !important;
  position: absolute;
  left: -0.9375rem;
  top: calc(50% - 15px);
  z-index: 2;
  color: #ffffff;
  background-color: #00e3d1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 0.3125rem;
  margin-top: -0.5em;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 960px) {
  /* line 117, ../../../../../../sass/partials/_news.scss */
  #news .slick-arrow {
    display: block !important;
  }
}
/* line 137, ../../../../../../sass/partials/_news.scss */
.touchevents #news .slick-arrow {
  display: none !important;
}
/* line 141, ../../../../../../sass/partials/_news.scss */
.no-touchevents #news .slick-arrow:hover {
  background-color: #00caba;
}
/* line 149, ../../../../../../sass/partials/_news.scss */
#news .slick-arrow.slick-next {
  left: auto;
  right: -0.3125rem;
}

/* line 1, ../../../../../../sass/partials/_feed.scss */
#feed {
  padding: 3.125rem;
  background-color: #002b61;
  min-height: 400px;
}
/* line 6, ../../../../../../sass/partials/_feed.scss */
#feed .icon-facebook-w {
  color: #00e3d1;
  height: 1.875rem;
  width: 1.875rem;
  border: 0.0625rem solid #00e3d1;
  border-radius: 50%;
  padding: 5px;
}
/* line 15, ../../../../../../sass/partials/_feed.scss */
#feed .side {
  overflow: hidden;
}
/* line 19, ../../../../../../sass/partials/_feed.scss */
#feed .icon {
  position: absolute;
}
/* line 23, ../../../../../../sass/partials/_feed.scss */
#feed .row > [class*='col-'] {
  padding: 0 !important;
}
/* line 27, ../../../../../../sass/partials/_feed.scss */
#feed .vertical {
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  color: #ffffff;
  letter-spacing: 0.125rem;
  width: 14.4375rem;
  position: absolute;
  line-height: 1.875rem;
  bottom: 0;
  margin-bottom: -20px;
}
/* line 38, ../../../../../../sass/partials/_feed.scss */
#feed .vertical p {
  display: inline-block;
}
/* line 43, ../../../../../../sass/partials/_feed.scss */
#feed .slick-track {
  display: flex;
  align-items: center;
}
/* line 48, ../../../../../../sass/partials/_feed.scss */
#feed .slick-arrow {
  display: none !important;
  position: absolute;
  left: -0.3125rem;
  top: calc(50% - 15px);
  z-index: 2;
  color: #ffffff;
  background-color: #00e3d1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 0.3125rem;
  margin-top: -0.5em;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 960px) {
  /* line 48, ../../../../../../sass/partials/_feed.scss */
  #feed .slick-arrow {
    display: block !important;
  }
}
/* line 70, ../../../../../../sass/partials/_feed.scss */
.touchevents #feed .slick-arrow {
  display: none !important;
}
/* line 74, ../../../../../../sass/partials/_feed.scss */
.no-touchevents #feed .slick-arrow:hover {
  background-color: #00caba;
}
/* line 82, ../../../../../../sass/partials/_feed.scss */
#feed .slick-arrow.slick-next {
  left: auto;
  right: -0.3125rem;
}
/* line 92, ../../../../../../sass/partials/_feed.scss */
#feed .slide-inner {
  background-color: #ffffff;
  margin: 0 0.625rem;
}
/* line 97, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post {
  padding: 25px;
}
/* line 100, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-post-header {
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
/* line 104, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-post-header .avatar {
  height: 50px;
  width: 50px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 0.9375rem;
}
/* line 114, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-post-header .account-name {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  height: 1.5625rem;
  font-weight: bold;
  color: #002b61;
}
/* line 125, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-post-text {
  max-height: 95px;
  overflow: hidden;
}
/* line 129, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-post-text .hashtag {
  display: inline-block;
  color: #002b61;
  text-decoration: underline;
}
/* line 136, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-post-bottom {
  display: flex;
  flex-flow: column;
  padding: 1.25rem 0 0 0;
}
@media only screen and (min-width: 960px) {
  /* line 136, ../../../../../../sass/partials/_feed.scss */
  #feed .facebook-post .facebook-post-bottom {
    flex-flow: row;
    justify-content: space-between;
  }
}
/* line 147, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-icons {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
/* line 151, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .facebook-icons [class*="icon-"]:not(:first-child) {
  margin-left: 0.625rem;
}
/* line 156, ../../../../../../sass/partials/_feed.scss */
#feed .facebook-post .article-link {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 960px) {
  /* line 156, ../../../../../../sass/partials/_feed.scss */
  #feed .facebook-post .article-link {
    padding-top: 0;
  }
}

/* line 1, ../../../../../../sass/partials/_map.scss */
#map {
  position: relative;
}
/* line 4, ../../../../../../sass/partials/_map.scss */
#map .map {
  position: relative;
  height: 100vH;
  overflow: hidden;
}
/* line 9, ../../../../../../sass/partials/_map.scss */
#map .map #mapbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 18, ../../../../../../sass/partials/_map.scss */
#map .info-box {
  background: #002b61;
  padding: 3.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% / 3);
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  /* line 18, ../../../../../../sass/partials/_map.scss */
  #map .info-box {
    width: 100%;
    position: inherit;
  }
}
/* line 33, ../../../../../../sass/partials/_map.scss */
#map .mapboxgl-ctrl {
  display: none;
}
/* line 37, ../../../../../../sass/partials/_map.scss */
#map .mapboxgl-popup {
  top: -10px;
}

/* line 4, ../../../../../../sass/partials/_1-3-tiles.scss */
#membership .network {
  padding: 3.125rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 13, ../../../../../../sass/partials/_1-3-tiles.scss */
#membership .center {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
/* line 19, ../../../../../../sass/partials/_1-3-tiles.scss */
#membership .center .blue {
  background-color: #002b61;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  margin-top: 1.25rem;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  /* line 19, ../../../../../../sass/partials/_1-3-tiles.scss */
  #membership .center .blue {
    padding: 0.625rem 1.875rem;
  }
}
/* line 31, ../../../../../../sass/partials/_1-3-tiles.scss */
#membership .center .blue:hover {
  background-color: #002048;
}
/* line 36, ../../../../../../sass/partials/_1-3-tiles.scss */
#membership .center .blue .icon-right, #membership .center .blue .button:before, #membership .center .blue #hero .slick-arrow.slick-next:before, #hero #membership .center .blue .slick-arrow.slick-next:before, #membership .center .blue #news .slick-arrow.slick-next:before, #news #membership .center .blue .slick-arrow.slick-next:before, #membership .center .blue #feed .slick-arrow.slick-next:before, #feed #membership .center .blue .slick-arrow.slick-next:before, #membership .center .blue #city-slider .slick-arrow.slick-next:before, #city-slider #membership .center .blue .slick-arrow.slick-next:before {
  display: inline-block;
  font-size: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  margin-right: 0.9375rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  float: left;
}
/* line 48, ../../../../../../sass/partials/_1-3-tiles.scss */
#membership .center .blue span {
  line-height: 1.875rem;
  display: inline-block;
}

/* line 1, ../../../../../../sass/partials/_city-slider.scss */
#city-slider {
  background-color: #002b61;
}
/* line 4, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .thumbnail-city {
  height: 18.75rem;
  width: auto;
  display: block;
}
/* line 10, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .city-slide {
  position: relative;
}
/* line 14, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .overlay {
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 43, 97, 0.8);
  z-index: 1;
}
/* line 32, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .city-name {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
}
/* line 39, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .country-name {
  color: #e6e7f0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
}
/* line 48, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .city-slide:hover .overlay {
  opacity: 1;
}
/* line 52, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .slick-arrow {
  display: none !important;
  position: absolute;
  left: 0.9375rem;
  top: calc(50% - 15px);
  z-index: 2;
  color: #ffffff;
  background-color: #00e3d1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 0.3125rem;
  margin-top: -0.5em;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 960px) {
  /* line 52, ../../../../../../sass/partials/_city-slider.scss */
  #city-slider .slick-arrow {
    display: block !important;
  }
}
/* line 72, ../../../../../../sass/partials/_city-slider.scss */
.touchevents #city-slider .slick-arrow {
  display: none !important;
}
/* line 76, ../../../../../../sass/partials/_city-slider.scss */
.no-touchevents #city-slider .slick-arrow:hover {
  background-color: #00caba;
}
/* line 84, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .slick-arrow.slick-next {
  left: auto;
  right: 0.9375rem;
}
/* line 94, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .slide-inner {
  background-color: #ffffff;
  margin: 0 0.625rem;
}
/* line 99, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .facebook-post {
  padding: 25px;
}
/* line 102, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .facebook-post .facebook-post-header {
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
/* line 106, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .facebook-post .facebook-post-header .avatar {
  height: 50px;
  width: 50px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 0.9375rem;
}
/* line 116, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .facebook-post .facebook-post-header .account-name {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  height: 1.5625rem;
  font-weight: bold;
  color: #002b61;
}
/* line 126, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .facebook-post .facebook-post-bottom {
  padding: 1.25rem 0;
}
/* line 130, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .facebook-post .facebook-icons {
  float: left;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
/* line 135, ../../../../../../sass/partials/_city-slider.scss */
#city-slider .facebook-post .facebook-icons [class*="icon-"]:not(:first-child) {
  margin-left: 0.625rem;
}

/* line 2, ../../../../../../sass/partials/_city.scss */
#city .city-hero {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 70vh;
}
/* line 8, ../../../../../../sass/partials/_city.scss */
#city .city-hero iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* line 20, ../../../../../../sass/partials/_city.scss */
#city .city .main {
  padding: 0;
}
/* line 24, ../../../../../../sass/partials/_city.scss */
#city .city .gap {
  display: none;
}
@media only screen and (min-width: 960px) {
  /* line 24, ../../../../../../sass/partials/_city.scss */
  #city .city .gap {
    display: block;
  }
}
/* line 32, ../../../../../../sass/partials/_city.scss */
#city .city .side {
  padding: 0;
}
/* line 38, ../../../../../../sass/partials/_city.scss */
#city .city .side hr {
  margin-bottom: 1.5625rem;
}
/* line 42, ../../../../../../sass/partials/_city.scss */
#city .city .side .contact {
  text-align: center;
}
/* line 46, ../../../../../../sass/partials/_city.scss */
#city .city .side .contact-person {
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* line 56, ../../../../../../sass/partials/_city.scss */
#city .city .side .breadcrumbs {
  width: 100%;
  color: white;
  text-align: center;
  background-color: #002b61;
  padding: 0.625rem 0.625rem;
}
@media only screen and (min-width: 960px) {
  /* line 56, ../../../../../../sass/partials/_city.scss */
  #city .city .side .breadcrumbs {
    color: #002b61;
    text-align: left;
    background: none;
    padding: 0;
    width: 100%;
  }
}
/* line 74, ../../../../../../sass/partials/_city.scss */
#city .city .breadcrumbs-mobile {
  margin: 1.875rem 0;
  font-size: 0.75rem;
  color: #002b61;
  text-transform: uppercase;
}
/* line 80, ../../../../../../sass/partials/_city.scss */
#city .city .breadcrumbs-mobile li {
  display: inline-block;
  text-decoration: underline;
  text-underline-position: below;
}
/* line 86, ../../../../../../sass/partials/_city.scss */
#city .city .breadcrumbs-mobile i {
  color: #00e3d1;
  font-size: 0.5rem;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  /* line 74, ../../../../../../sass/partials/_city.scss */
  #city .city .breadcrumbs-mobile {
    display: none;
  }
}
/* line 97, ../../../../../../sass/partials/_city.scss */
#city .city .breadcrumbs {
  display: none;
  margin: 1.875rem 0;
  font-size: 0.75rem;
  color: #002b61;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  /* line 97, ../../../../../../sass/partials/_city.scss */
  #city .city .breadcrumbs {
    display: block;
  }
}
/* line 108, ../../../../../../sass/partials/_city.scss */
#city .city .breadcrumbs li {
  display: inline-block;
  text-decoration: underline;
  text-underline-position: below;
}
/* line 114, ../../../../../../sass/partials/_city.scss */
#city .city .breadcrumbs i {
  color: #00e3d1;
  font-size: 0.5rem;
  padding: 0 0.9375rem;
}
/* line 121, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro {
  background-color: #e6e7f0;
  padding: 2.5rem 0.9375rem;
  margin-left: 0;
}
@media only screen and (min-width: 960px) {
  /* line 121, ../../../../../../sass/partials/_city.scss */
  #city .city .city-intro {
    margin-left: -6.25rem;
    padding: 2.5rem 6.25rem;
  }
}
/* line 131, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro [class*='col-'] {
  padding: 1.25rem 5.3125rem;
}
/* line 135, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .facts {
  margin-top: 3.125rem;
}
/* line 139, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro [class*='col-'] {
  padding: 0;
}
@media only screen and (min-width: 960px) {
  /* line 143, ../../../../../../sass/partials/_city.scss */
  #city .city .city-intro .summary {
    padding-right: 1.875rem;
  }
}
/* line 148, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .summary__city {
  margin-bottom: 3.125rem;
}
/* line 152, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .summary__info {
  margin-bottom: 3.125rem;
}
/* line 153, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .summary__info ul {
  list-style-type: disc;
  font-size: 0.875rem;
}
/* line 157, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .summary__info ul li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
/* line 166, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .summary__website {
  color: #002b61;
  text-decoration: underline;
  font-size: 0.75rem;
}
/* line 173, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .main-text {
  margin-top: 1.875rem;
}
/* line 176, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .main-text .read-less {
  display: none;
}
/* line 180, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .main-text button {
  padding-top: 1.875rem;
}
/* line 183, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .main-text button i {
  color: #00e3d1;
  font-size: 0.625rem;
  padding-right: 0.9375rem;
}
/* line 190, ../../../../../../sass/partials/_city.scss */
#city .city .city-intro .main-text .invisible-text {
  display: none;
}
/* line 196, ../../../../../../sass/partials/_city.scss */
#city .city .info-texts {
  margin-top: 1.875rem;
  padding: 1.25rem 0;
  margin-bottom: 1.875rem;
}
/* line 201, ../../../../../../sass/partials/_city.scss */
#city .city .info-texts a {
  display: inline;
}
/* line 206, ../../../../../../sass/partials/_city.scss */
#city .city .info-text {
  padding: 0;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 960px) {
  /* line 206, ../../../../../../sass/partials/_city.scss */
  #city .city .info-text {
    padding-left: 0.9375rem;
  }
  /* line 213, ../../../../../../sass/partials/_city.scss */
  #city .city .info-text:nth-child(odd) {
    padding: 0 0.9375rem 0 0;
  }
}
/* line 218, ../../../../../../sass/partials/_city.scss */
#city .city .info-text__title {
  margin-bottom: 0.875rem;
}
/* line 223, ../../../../../../sass/partials/_city.scss */
#city .city .info-text__text ul {
  list-style-type: disc;
  font-size: 0.875rem;
}
/* line 227, ../../../../../../sass/partials/_city.scss */
#city .city .info-text__text ul li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
/* line 235, ../../../../../../sass/partials/_city.scss */
#city .city .info-icon {
  margin-top: 1.875rem;
  padding: 1.25rem 0;
  text-align: center;
  display: flex;
}
/* line 241, ../../../../../../sass/partials/_city.scss */
#city .city .info-icon [class*='col-'] {
  padding: 0;
}
/* line 245, ../../../../../../sass/partials/_city.scss */
#city .city .info-icon .info-icon-solo {
  flex-basis: 100%;
  padding-bottom: 3.125rem;
}
/* line 249, ../../../../../../sass/partials/_city.scss */
#city .city .info-icon .info-icon-solo a {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 245, ../../../../../../sass/partials/_city.scss */
  #city .city .info-icon .info-icon-solo {
    flex-basis: 25%;
  }
}
/* line 258, ../../../../../../sass/partials/_city.scss */
#city .city .info-icon i {
  display: block;
  font-size: 3.125rem;
  color: #00e3d1;
  padding: 1.875rem 0;
}
@media only screen and (min-width: 960px) {
  /* line 258, ../../../../../../sass/partials/_city.scss */
  #city .city .info-icon i {
    font-size: 4.375rem;
  }
}
/* line 270, ../../../../../../sass/partials/_city.scss */
#city .city .city-prev {
  display: none;
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 960px) {
  /* line 270, ../../../../../../sass/partials/_city.scss */
  #city .city .city-prev {
    display: block;
  }
}
/* line 278, ../../../../../../sass/partials/_city.scss */
#city .city .city-prev img {
  padding: 0.9375rem 0;
}
/* line 284, ../../../../../../sass/partials/_city.scss */
#city .city-bottom {
  display: flex;
}
/* line 287, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .gap {
  display: none;
}
@media only screen and (min-width: 960px) {
  /* line 287, ../../../../../../sass/partials/_city.scss */
  #city .city-bottom .gap {
    display: block;
  }
}
/* line 296, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .main {
  padding: 0;
}
/* line 300, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .side {
  padding: 0;
}
/* line 303, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .side__title {
  text-align: center;
  margin-top: 6.25rem;
}
@media only screen and (min-width: 960px) {
  /* line 303, ../../../../../../sass/partials/_city.scss */
  #city .city-bottom .side__title {
    margin-top: 0;
    text-align: left;
  }
}
/* line 313, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .side .contact {
  text-align: center;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
}
/* line 318, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .side .contact__name {
  font-size: 0.875rem;
}
/* line 323, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .side .contact-person {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* line 334, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .gallery {
  padding: 0;
  margin-left: 0;
}
@media only screen and (min-width: 960px) {
  /* line 334, ../../../../../../sass/partials/_city.scss */
  #city .city-bottom .gallery {
    margin-left: -6.25rem;
  }
}
/* line 342, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .gallery [class*='col-'] {
  padding: 0;
}
/* line 346, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .gallery .gallery-img {
  height: 21.875rem;
}
/* line 349, ../../../../../../sass/partials/_city.scss */
#city .city-bottom .gallery .gallery-img img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  width: 100%;
}

/* line 2, ../../../../../../sass/partials/_network.scss */
#network .city-gallery {
  margin-bottom: 3.75rem;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}
/* line 8, ../../../../../../sass/partials/_network.scss */
#network .city-gallery h2 {
  width: 100%;
  display: block;
  padding-bottom: 0.9375rem;
  font-size: 1.5625rem;
  color: #002b61;
  font-weight: 200;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  /* line 8, ../../../../../../sass/partials/_network.scss */
  #network .city-gallery h2 {
    font-size: 2.5rem;
  }
}
/* line 22, ../../../../../../sass/partials/_network.scss */
#network .city-gallery .city-gallery-solo {
  flex-basis: 1 0 auto;
  position: relative;
  height: auto;
  width: 50%;
  padding-bottom: 50%;
}
@media only screen and (min-width: 960px) {
  /* line 22, ../../../../../../sass/partials/_network.scss */
  #network .city-gallery .city-gallery-solo {
    width: 25%;
    padding-bottom: 25%;
  }
}
/* line 34, ../../../../../../sass/partials/_network.scss */
#network .city-gallery .city-gallery-solo:hover .overlay {
  opacity: 1;
}
/* line 38, ../../../../../../sass/partials/_network.scss */
#network .city-gallery .city-gallery-solo img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
/* line 44, ../../../../../../sass/partials/_network.scss */
#network .city-gallery .city-gallery-solo .overlay {
  display: -ms-flex;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -ms-align-items: center;
  -ms-flex-align: center;
  -ms-justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 43, 97, 0.8);
  z-index: 1;
}

/* line 2, ../../../../../../sass/partials/contact.scss */
.contact {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
/* line 6, ../../../../../../sass/partials/contact.scss */
.contact .wpcf7 {
  width: 100%;
  height: auto;
  overflow: auto;
}
/* line 12, ../../../../../../sass/partials/contact.scss */
.contact input[type="text"],
.contact input[type="email"] {
  border: 1px solid #6a6a6a;
  width: 100%;
  padding: 0.9375rem;
  margin-top: 0.9375rem;
}
/* line 20, ../../../../../../sass/partials/contact.scss */
.contact textarea {
  width: 100%;
  padding: 0.9375rem;
  margin-top: 0.9375rem;
}
/* line 26, ../../../../../../sass/partials/contact.scss */
.contact .postal {
  background-color: #002b61;
  color: #ffffff;
}
/* line 31, ../../../../../../sass/partials/contact.scss */
.contact .wpcf7-submit {
  display: block;
  background: #555555;
  color: #ffffff;
}

/* line 2, ../../../../../../sass/partials/_footer.scss */
#footer .footer-main {
  background: #e6e7f0;
  padding: 70px 0;
}
/* line 6, ../../../../../../sass/partials/_footer.scss */
#footer .footer-main .row {
  margin: 0;
}
@media only screen and (min-width: 960px) {
  /* line 6, ../../../../../../sass/partials/_footer.scss */
  #footer .footer-main .row {
    margin-left: -1.875em;
    margin-right: -1.875em;
  }
}
@media only screen and (max-width: 600px) {
  /* line 2, ../../../../../../sass/partials/_footer.scss */
  #footer .footer-main {
    text-align: center;
  }
  /* line 20, ../../../../../../sass/partials/_footer.scss */
  #footer .footer-main .adress {
    margin-top: 1.875rem;
  }
}
/* line 25, ../../../../../../sass/partials/_footer.scss */
#footer .footer-main .social-media {
  text-align: left;
}
@media only screen and (min-width: 960px) {
  /* line 25, ../../../../../../sass/partials/_footer.scss */
  #footer .footer-main .social-media {
    text-align: right;
  }
}
/* line 33, ../../../../../../sass/partials/_footer.scss */
#footer .footer-main input[type="email"] {
  border: none;
  color: #6a6a6a;
  padding: 15px;
  width: 40%;
  height: 35px;
}
/* line 41, ../../../../../../sass/partials/_footer.scss */
#footer .footer-main input[type="submit"] {
  border: none;
  background-color: #002b61;
  color: white;
  height: 35px;
  width: 100px;
  cursor: pointer;
}
/* line 50, ../../../../../../sass/partials/_footer.scss */
#footer .footer-main input[type="submit"]:hover {
  background-color: #002048;
}
/* line 55, ../../../../../../sass/partials/_footer.scss */
#footer .footer-links {
  overflow: hidden;
  background: #002b61;
  color: white;
}
@media only screen and (max-width: 600px) {
  /* line 61, ../../../../../../sass/partials/_footer.scss */
  #footer .footer-links .content-wrap {
    text-align: center;
  }
  /* line 64, ../../../../../../sass/partials/_footer.scss */
  #footer .footer-links .content-wrap a {
    float: none;
    padding: 0;
    display: inline-block;
    padding: 0.625rem;
    font-size: 0.75rem;
  }
}
/* line 75, ../../../../../../sass/partials/_footer.scss */
#footer .footer-links a {
  float: left;
  padding: 15px 30px 15px 0;
  text-transform: uppercase;
}
