/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #19469b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0e2859;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden],
.hidden {
  display: none !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
/*each(@form-validation-states, #(@data, @state) {
	@state-name: replace(@state, "@", "");
	#form-validation-state(@state-name, @data[color], @data[icon]);
});*/
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-link {
  font-weight: 400;
  color: #19469b;
  text-decoration: none;
}
.btn-link:hover {
  color: #0e2859;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
/* Other ratios */
.browserupgrade {
  margin: 2rem 0rem;
  background: #ccc;
  color: #000;
  padding: 2rem 0rem;
}
.parallax-window {
  background: transparent;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
a {
  color: #19469b;
}
a:hover,
a:active {
  color: #19469b;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: 2px dotted #3caaeb;
  outline-offset: 2px;
}
.full-bg {
  position: fixed;
  bottom: 0;
  left: 0;
}
.full-bg.full-width {
  width: 100%;
}
.full-bg.full-height {
  height: 100%;
}
.embed-responsive {
  overflow: visible;
  height: auto;
}
.btn {
  border-width: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  color: #1D1D1D;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #1D1D1D;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #1D1D1D;
}
:-ms-input-placeholder {
  color: #1D1D1D;
}
.iframe {
  border: none;
}
#r_wrapper {
  min-height: auto !important;
}
.screen-mode {
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
}
.screen-mode .container {
  max-width: none;
  padding-inline: 4rem;
}
.screen-mode .breadcrumbs {
  display: none;
}
.screen-mode .content {
  padding-top: 2rem;
}
body.nav-open .page-header {
  z-index: 110;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  /*@media (min-width: @screen-xxlg-min) {
		max-width: @container-xxlg;
	}*/
  transition: all 0.3s ease;
}
@media (min-width: 480px) {
  .container {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1420px;
  }
}
.outer-wrap {
  height: 100%;
}
.inner-wrap {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.content {
  background-color: #fff;
  padding-bottom: 2rem;
  position: relative;
  min-height: 62vh;
}
.content .container {
  position: relative;
}
.homepage main.content {
  padding-bottom: 0;
}
.content-wrap {
  margin-bottom: 2rem;
}
.sub-content {
  margin-bottom: 8rem;
}
.container-fluid {
  max-width: 1500px;
}
main.main-content {
  margin-bottom: -20px;
}
@media all and (min-width: 768px) {
  .sub-content {
    margin-bottom: 8rem;
  }
}
@media all and (min-width: 992px) {
  .inner-wrap {
    background-size: 100%;
  }
  .l3 .content-wrap {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    flex-direction: row-reverse;
    margin-bottom: 6rem;
  }
  .l3 .main-content {
    padding: 20px 0 0 20px;
    flex: 1 1 66.66666667%;
    flex-grow: 1;
    max-width: 100%;
  }
  .no-smil .l3 .main-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(66.66666666666666% - 20px);
  }
  .l3 .sub-content {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .no-smil .l3 .sub-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
  .l3 .homepage .sub-content {
    margin-top: 3rem;
  }
}
@media all and (min-width: 1200px) {
  .l3 .page-content-section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-top: 0;
    padding: 0;
  }
  .l3 .main-content {
    padding: 20px 0 0 20px;
    flex: 1 1 75%;
  }
  .no-smil .l3 .main-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(75% - 20px);
  }
  .l3 .main-content .main-content-inner {
    margin-bottom: 0;
  }
  .l3 .sub-content {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
  }
  .no-smil .l3 .sub-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
  .l3.news-page .page-content-section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-top: 0;
    padding: 0;
    flex-direction: row-reverse;
  }
  .l3.news-page .sub-content {
    padding-top: 13rem;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Open sans', curisve;
  font-size: 1.2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 576px) {
  h1 {
    font-size: calc(2.8rem + (((100vw - 48rem) / (144 - 48))) * (3 - 2.8));
  }
}
@media all and (min-width: 1440px) {
  h1 {
    font-size: 3rem;
  }
  .screen-mode h1 {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 576px) {
  h2 {
    font-size: calc(2.2rem + (((100vw - 48rem) / (144 - 48))) * (2.6 - 2.2));
  }
}
@media all and (min-width: 1440px) {
  h2 {
    font-size: 2.6rem;
  }
  .screen-mode h2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 575px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 576px) {
  h3 {
    font-size: calc(1.8rem + (((100vw - 48rem) / (144 - 48))) * (2.2 - 1.8));
  }
}
@media all and (min-width: 1440px) {
  h3 {
    font-size: 2.2rem;
  }
  .screen-mode h3 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 575px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 576px) {
  h4 {
    font-size: calc(1.6rem + (((100vw - 48rem) / (144 - 48))) * (1.8 - 1.6));
  }
}
@media all and (min-width: 1440px) {
  h4 {
    font-size: 1.8rem;
  }
  .screen-mode h4 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 575px) {
  h5 {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 576px) {
  h5 {
    font-size: calc(1.6rem + (((100vw - 48rem) / (144 - 48))) * (2 - 1.6));
  }
}
@media all and (min-width: 1440px) {
  h5 {
    font-size: 2rem;
  }
  .screen-mode h5 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 575px) {
  h6 {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 576px) {
  h6 {
    font-size: calc(1.6rem + (((100vw - 48rem) / (144 - 48))) * (1.8 - 1.6));
  }
}
@media all and (min-width: 1440px) {
  h6 {
    font-size: 1.8rem;
  }
  .screen-mode h6 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 575px) {
  p,
  li,
  [data-email] {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 576px) {
  p,
  li,
  [data-email] {
    font-size: calc(1.6rem + (((100vw - 48rem) / (144 - 48))) * (1.8 - 1.6));
  }
}
@media all and (min-width: 1440px) {
  p,
  li,
  [data-email] {
    font-size: 1.8rem;
  }
  .screen-mode p,
  .screen-mode li,
  .screen-mode [data-email] {
    font-size: 2.8rem;
  }
}
td,
th {
  font-size: 1.5rem;
}
@media all and (max-width: 575px) {
  .screen-mode td,
  .screen-mode th {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 576px) {
  .screen-mode td,
  .screen-mode th {
    font-size: calc(1.6rem + (((100vw - 48rem) / (144 - 48))) * (1.8 - 1.6));
  }
}
@media all and (min-width: 1440px) {
  .screen-mode td,
  .screen-mode th {
    font-size: 1.8rem;
  }
  .screen-mode .screen-mode td,
  .screen-mode .screen-mode th {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 575px) {
  a {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 576px) {
  a {
    font-size: calc(1.6rem + (((100vw - 48rem) / (144 - 48))) * (1.8 - 1.6));
  }
}
@media all and (min-width: 1440px) {
  a {
    font-size: 1.8rem;
  }
  .screen-mode a {
    font-size: 2.8rem;
  }
}
.rte p > a {
  color: #19469b;
  text-decoration: underline;
}
.rte li > a {
  color: #19469b;
  text-decoration: underline;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.page-header {
  margin: 0rem 0rem 0rem 0rem;
  border-top: 6px solid #ffe94f;
  background-color: #fff;
  width: 100%;
  z-index: 98;
}
.page-header.sticky {
  position: fixed;
  top: 0;
  box-shadow: 1px 0px 5px #a6a6a6;
}
.page-header.sticky .container {
  transition: padding 0.5s ease;
}
.page-header .container {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  height: 90px;
  padding: 2rem 1rem;
}
.branding {
  width: 24rem;
  margin: 0rem;
  line-height: 0;
}
.branding a {
  display: block;
  line-height: 0;
}
.branding img {
  width: 100%;
}
@media all and (min-width: 992px) {
  .page-header.sticky .container {
    padding: 2rem 1rem;
  }
  .page-header .container {
    height: 100%;
  }
  .branding {
    z-index: 99;
    width: 30rem;
    min-height: 63px;
  }
  .branding a {
    position: relative;
    z-index: 99;
  }
}
@media all and (min-width: 1440px) {
  .page-header .container {
    padding: 2rem 1rem 3rem;
  }
  .screen-mode .page-header .container {
    padding: 1rem 4rem;
  }
  .branding {
    width: 37rem;
    min-height: 77px;
  }
  .screen-mode .branding {
    width: 26rem;
    min-height: auto;
  }
}
@media print {
  .page-header {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .nav-teasers,
  .nav-sub-icon {
    display: none;
  }
  .nav-open {
    overflow: hidden;
  }
  .nav-main {
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
  }
  .nav-main .container {
    padding: 0 10vw;
  }
  .nav-main ul {
    padding-left: 0;
    list-style: none;
  }
  .nav-main a {
    color: #000;
  }
  .nav-main:before {
    position: absolute;
    top: 6px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.16));
    z-index: 8888;
  }
  .nav-main:after {
    position: absolute;
    top: 13px;
    right: 1px;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.16));
    z-index: 8888;
  }
  .nav {
    background-color: #fff;
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }
  .nav-list {
    display: none;
    height: 100%;
    margin: 0;
    overflow-y: auto;
  }
  .nav-list-item {
    padding: 0.5rem 0rem;
    display: block;
    position: relative;
  }
  .nav-list-item.active > a {
    font-weight: bold;
  }
  .nav-list-item .nav-list-item-text,
  .nav-list-item a.nav-list-item-link {
    color: #000;
    display: block;
    font-family: 'Open sans', curisve;
    font-size: 2.1rem;
    line-height: 1.3;
    outline: none;
    padding: 0.8rem 1rem;
  }
  .nav-list-item .nav-list-item-text:focus,
  .nav-list-item a.nav-list-item-link:focus,
  .nav-list-item .nav-list-item-text:hover,
  .nav-list-item a.nav-list-item-link:hover,
  .nav-list-item .nav-list-item-text:active,
  .nav-list-item a.nav-list-item-link:active {
    border: none;
    color: #000;
    text-decoration: none;
  }
  .nav-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 800;
  }
  .nav-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .js-ready .nav-main {
    position: fixed;
    top: -100%;
    right: 0;
    transition: right ease-in 0.2s;
    width: 100%;
    z-index: 99;
  }
  .js-ready .nav-main.open {
    padding-top: 3rem;
    top: 114px;
    bottom: 0;
  }
  .js-ready .nav-main.open .nav-list {
    display: block;
  }
  .sub-navigation-wrap.open {
    padding: 0.5rem 0rem;
  }
  .nav-sub-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  }
  .nav-sub-list.open {
    max-height: 1000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  }
  .nav-sub-list .nav-sub-list-item {
    border: none;
    color: #000;
    display: block;
    font-family: 'Open sans', curisve;
    font-size: 2.1rem;
    line-height: 1.3;
    outline: none;
    padding: 0.8rem 1rem;
    position: relative;
  }
  .nav-sub-list .nav-sub-list-item a {
    font-weight: normal;
  }
  .nav-sub-list.second {
    background-color: #f3f5fa;
  }
  .nav-sub-list.third > .nav-list-item:first-child {
    padding-top: 0;
  }
  .nav-sub-list.third > .nav-list-item:last-child {
    padding-bottom: 0;
  }
  .nav-sub-list.third > .nav-list-item a {
    padding-left: 2rem;
  }
  .toggle-subnav-btn {
    -webkit-animation: rotate90Left 0.3s linear;
    animation: rotate90Left 0.3s linear;
    background-color: transparent;
    border: none;
    bottom: 5px;
    height: 30px;
    line-height: 1 !important;
    position: absolute;
    right: 0;
    text-align: right;
    top: 11px;
    width: 30px;
  }
  .toggle-subnav-btn.open {
    -webkit-animation: rotate90Right 0.3s linear;
    animation: rotate90Right 0.3s linear;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .toggle-subnav-btn:before {
    content: "\f054";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .toggle-subnav-btn span {
    display: none;
  }
  .nav-btn {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 102px;
  }
  .nav-btn:hover,
  .nav-btn:focus,
  .nav-btn:active {
    text-decoration: none;
  }
  .nav-btn .nav-btn-title {
    display: none;
  }
  .nav-btn .nav-btn-title span {
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease;
  }
  .nav-btn .nav-btn-title .close-title {
    opacity: 0;
  }
  .nav-btn.open .nav-btn-title {
    color: #fff;
  }
  .nav-btn.open .nav-btn-title .open-title {
    opacity: 0;
  }
  .nav-btn.open .nav-btn-title .close-title {
    opacity: 1;
  }
  .nav-icon {
    background-color: transparent;
    cursor: pointer;
    color: #000;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    right: 15px;
    top: 40px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    width: 30px;
    z-index: 9999;
  }
  .nav-icon.open {
    position: fixed;
  }
  .nav-icon span {
    background: #19469b;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%;
  }
  .nav-icon span:nth-child(1) {
    top: 0px;
  }
  .nav-icon span:nth-child(2),
  .nav-icon span:nth-child(3) {
    top: 8px;
  }
  .nav-icon span:nth-child(4) {
    top: 16px;
  }
  .nav-icon.open span {
    color: #000;
  }
  .nav-icon.open span:nth-child(1),
  .nav-icon.open span:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0%;
  }
  .nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 992px) {
  .main-nav-outer {
    margin: 2rem 10rem 0rem 0rem;
    transition: margin 0.5s ease;
    flex: 100%;
  }
  .nav-btn,
  .close-btn,
  .nav-header {
    display: none;
  }
  .js-nav-list-item:focus {
    outline: 2px dotted #3caaeb;
    outline-offset: 2px;
  }
  .nav-main {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    background-color: transparent;
    z-index: 99;
  }
  .nav-main .container {
    padding: 0 10px;
  }
  .nav-list {
    padding-left: 0;
    list-style: none;
    overflow: visible;
    display: flex;
    margin: 0;
  }
  .nav-list.first > .js-nav-list-item.open > a,
  .nav-list.first > .js-nav-list-item.open > span {
    font-weight: bold;
  }
  .nav-list.first > .js-nav-list-item.open > a > span:after,
  .nav-list.first > .js-nav-list-item.open > span > span:after {
    background-color: #ffe94f;
    bottom: -5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
  }
  .nav-list.first > .nav-list-item:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 4px;
    background-color: #ffe94f;
    transition: all 0.3s ease;
    width: 0;
  }
  .nav-list.first > .nav-list-item:last-child {
    margin-right: 0;
  }
  .nav-list.first > .nav-list-item a.nav-list-item-link,
  .nav-list.first > .nav-list-item span.nav-list-item-text {
    background-color: transparent;
    color: #1D1D1D;
    cursor: pointer;
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
  }
  .nav-list.first > .nav-list-item a.nav-list-item-link span,
  .nav-list.first > .nav-list-item span.nav-list-item-text span {
    position: relative;
  }
  .nav-list.first > .nav-list-item.active:hover a {
    background-color: transparent;
    color: #1D1D1D;
  }
  .nav-list.first > .nav-list-item.active:hover a:hover,
  .nav-list.first > .nav-list-item.active:hover a:active,
  .nav-list.first > .nav-list-item.active:hover a:focus {
    background-color: transparent;
    color: #1D1D1D;
  }
  .nav-list.first > .nav-list-item.open > a.nav-list-item-link,
  .nav-list.first > .nav-list-item.open .nav-list-item-text {
    position: relative;
  }
  .nav-list.first > .nav-list-item.open > a.nav-list-item-link:before,
  .nav-list.first > .nav-list-item.open .nav-list-item-text:before {
    position: absolute;
    top: 65px;
    right: 54%;
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.16));
    z-index: 8888;
  }
  .nav-list.first > .nav-list-item.open > a.nav-list-item-link:after,
  .nav-list.first > .nav-list-item.open .nav-list-item-text:after {
    position: absolute;
    top: 73px;
    right: calc(54% - 20px);
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.16));
    z-index: 8888;
  }
  .nav-list.first > .nav-list-item:hover a.nav-list-item-link,
  .nav-list.first > .nav-list-item:hover .nav-list-item-text {
    background-color: transparent;
    color: #1D1D1D;
    position: relative;
  }
  .nav-list.first > .nav-list-item:hover a.nav-list-item-link:hover,
  .nav-list.first > .nav-list-item:hover .nav-list-item-text:hover,
  .nav-list.first > .nav-list-item:hover a.nav-list-item-link:active,
  .nav-list.first > .nav-list-item:hover .nav-list-item-text:active,
  .nav-list.first > .nav-list-item:hover a.nav-list-item-link:focus,
  .nav-list.first > .nav-list-item:hover .nav-list-item-text:focus {
    background-color: transparent;
    color: #1D1D1D;
  }
  .nav-list-item {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    border: none;
    position: static;
  }
  .nav-list-item.mobile-only {
    display: none;
  }
  .nav-list-item:last-child {
    border: none;
  }
  .nav-list-item .toggle-subnav-btn {
    display: none;
  }
  .nav-list-item.open .sub-navigation-wrap {
    padding-top: 7rem;
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    transform: perspective(400px) rotate3d(0, 0, 0, 0);
  }
  .nav-list-item:hover a::after {
    color: #1D1D1D;
  }
  .nav-list-item:hover a::after:hover,
  .nav-list-item:hover a::after:active,
  .nav-list-item:hover a::after:focus {
    color: #1D1D1D;
  }
  .nav-list-item:hover a {
    color: #1D1D1D;
  }
  .nav-list-item:hover a:hover,
  .nav-list-item:hover a:active,
  .nav-list-item:hover a:focus {
    color: #1D1D1D;
  }
  .nav-list-item a.nav-list-item-link,
  .nav-list-item .nav-list-item-text {
    font-size: 1.4rem;
    color: #1D1D1D;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
  }
  .nav-list-item a.nav-list-item-link:hover,
  .nav-list-item .nav-list-item-text:hover,
  .nav-list-item a.nav-list-item-link:active,
  .nav-list-item .nav-list-item-text:active,
  .nav-list-item a.nav-list-item-link:focus,
  .nav-list-item .nav-list-item-text:focus {
    background-color: transparent;
    color: #1D1D1D;
  }
  .nav-list-item.active a.nav-list-item-link,
  .nav-list-item.active .nav-list-item-text {
    background-color: transparent;
    font-weight: normal;
    color: #1D1D1D;
  }
  .nav-list-item.active a.nav-list-item-link span:after,
  .nav-list-item.active .nav-list-item-text span:after {
    width: 100% !important;
  }
  .nav-list-item.active.unactive a {
    background-color: transparent;
    color: #1D1D1D;
  }
  .nav-list-item.active.unactive a:hover,
  .nav-list-item.active.unactive a:focus,
  .nav-list-item.active.unactive a:active {
    color: #1D1D1D;
  }
  .nav-list-item.active.no-children a:before {
    display: none;
  }
  .nav-sub-list {
    max-height: none;
    padding: 1rem;
    background-color: transparent;
  }
  .nav-sub-list.second {
    columns: 2;
  }
  .nav-sub-list.third {
    padding: 0;
  }
  .nav-sub-list .nav-sub-list-item {
    display: block;
    position: relative;
    margin-bottom: 0.6rem;
    break-inside: avoid-column;
  }
  .nav-sub-list .nav-sub-list-item .toggle-subnav-btn {
    display: none;
  }
  .nav-sub-list .nav-sub-list-item a {
    color: #1D1D1D !important;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0.5rem 0rem;
    overflow: hidden;
  }
  .nav-sub-list .nav-sub-list-item a:hover,
  .nav-sub-list .nav-sub-list-item a:active,
  .nav-sub-list .nav-sub-list-item a:focus {
    background-color: transparent;
    font-weight: bold;
  }
  .nav-sub-list .sec-menu-item > a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
  }
  .nav-sub-list .sec-menu-item > a:after {
    background-color: #ffe94f;
    bottom: 5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: background-color 0.3s ease;
    max-width: 72px;
    width: 100%;
  }
  .nav-sub-list .sec-menu-item > a:hover:after {
    background-color: #ffdf02;
  }
  .sub-navigation-wrap {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    position: absolute;
    top: 134px;
    left: 0;
    width: 100%;
    z-index: 999;
    max-height: 0;
  }
  .sub-navigation-wrap .sub-navigation-wrap-inner {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.16);
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
  }
  .sub-navigation-wrap .sub-navigation-wrap-inner:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 480px 300px 0 0;
    border-color: rgba(25, 70, 155, 0.05) transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sub-navigation-wrap .nav-sub-icon {
    padding: 20px 0 0 20px;
    flex: 1 1 16.66666667%;
    flex-grow: 0;
    z-index: 2;
    text-align: center;
  }
  .no-smil .sub-navigation-wrap .nav-sub-icon {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(16.666666666666664% - 20px);
  }
  .sub-navigation-wrap .nav-sub-list-wrap {
    padding: 20px 0 0 20px;
    flex: 1 1 66.66666667%;
    flex-grow: 0;
    padding-bottom: 2rem;
    z-index: 10;
  }
  .no-smil .sub-navigation-wrap .nav-sub-list-wrap {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(66.66666666666666% - 20px);
  }
  .sub-navigation-wrap .nav-sub-list.second {
    display: block;
  }
  .sub-navigation-wrap .nav-teasers {
    padding: 20px 0 0 20px;
    flex: 1 1 16.66666667%;
    flex-grow: 0;
  }
  .no-smil .sub-navigation-wrap .nav-teasers {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(16.666666666666664% - 20px);
  }
  .sticky .sub-navigation-wrap {
    top: 124px;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav-outer {
    margin: 1rem 0rem 0rem 0rem;
    flex: 1;
  }
  .search-placeholder {
    width: 8.5rem;
  }
  .sub-navigation-wrap {
    top: 90px;
  }
  .sticky .sub-navigation-wrap {
    padding-top: 50px;
    top: 83px;
  }
}
@media screen and (min-width: 1440px) {
  .nav-list-item {
    align-items: center;
  }
  .nav-list-item a {
    font-size: 1.6rem;
  }
  .sub-navigation-wrap {
    top: 110px;
  }
  .sticky .sub-navigation-wrap {
    top: 98px;
  }
}
.nav-teasers .nav-teaser {
  margin: 0rem 2rem 2rem 0rem;
}
.nav-teasers .nav-teaser a {
  position: relative;
  display: block;
}
.nav-teasers .nav-teaser .nav-teaser-heading {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  display: block;
  bottom: 0;
  width: 100%;
  position: absolute;
  padding: 1.5rem 0.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .site-search {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 20px;
    top: 0px;
    height: calc(100% - 20px);
    transition: height 0.5s ease;
  }
  .sticky .site-search {
    height: calc(100% - 20px);
    transition: height 0.5s ease;
  }
  .search-page-link {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    color: #1D1D1D;
    line-height: 1;
    padding: 0.5rem 0rem 0.5rem 1rem;
    text-transform: uppercase;
  }
  .search-page-link:before {
    content: "\f002";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    font-size: 2rem;
    padding: 0rem 1rem 0rem 0rem;
  }
  .search-page-link:hover,
  .search-page-link:active {
    color: #1D1D1D;
  }
  .search-form-wrap {
    display: none;
  }
  .search-form {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    border: 1px solid transparent;
  }
  .search-form .visually-hidden {
    display: none;
  }
  .site-search-text-box {
    font-size: 1.4rem;
    border: none;
    padding: 0.5rem;
  }
  .site-search-text-box:focus {
    outline: none;
  }
  .btn-search {
    height: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    border: 1px solid transparent;
    border-left: none;
    background-color: transparent;
    color: #6e6e6e;
  }
  .btn-search span {
    display: none;
  }
  .btn-search:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-search:after {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    content: "\f002";
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .site-search {
    height: calc(100% - 40px);
    top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .site-search {
    height: calc(100% - 40px);
    top: 9px;
  }
}
@media screen and (min-width: 1440px) {
  .search-page-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .site-search {
    padding: 0rem 1rem;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 610;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 6px solid #ffe94f;
  }
  .site-search.open {
    top: 150px;
  }
  .site-search .search-page-link {
    display: none;
  }
  .site-search .search-form {
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    padding: 0rem 4rem 0rem 0rem;
  }
  .site-search .search-form .visually-hidden {
    display: none;
  }
  .site-search .search-form .form-field {
    width: 100%;
  }
  .site-search .site-search-text-box {
    padding: 1rem 0.5rem;
    background-color: #fff;
    border: none;
    color: #1D1D1D;
    font-size: 1.6rem;
    width: 100%;
  }
  .site-search .site-search-text-box::-webkit-input-placeholder {
    color: #1D1D1D;
  }
  .site-search .site-search-text-box:-moz-placeholder {
    /* FF 4-18 */
    color: #1D1D1D;
  }
  .site-search .site-search-text-box::-moz-placeholder {
    /* FF 19+ */
    color: #1D1D1D;
  }
  .site-search .site-search-text-box:-ms-input-placeholder {
    /* IE 10+ */
    color: #1D1D1D;
  }
  .site-search .site-search-text-box:focus {
    outline: none;
    color: #1D1D1D;
  }
  .site-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #fff;
    border: none;
  }
  .site-search .btn-search span {
    display: none;
  }
  .site-search .btn-search:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    content: "\f002";
    color: #1D1D1D;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .toolbar {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .toolbar {
    width: auto;
    display: none;
    background: transparent;
    color: #1D1D1D;
  }
  .toolbar a {
    color: #1D1D1D;
  }
  .toolbar .container {
    position: relative;
  }
  .toolbar.sticky {
    transition: top 0.4s ease;
  }
  .has-toolbar .toolbar {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .toolbar .social-media-links {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .toolbar .social-media-links {
    /*display: none;*/
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5px;
    right: auto;
    height: 40px;
    z-index: 709;
  }
  .toolbar .social-media-links .social-media-link {
    margin-left: 15px;
    height: auto;
  }
  .toolbar .social-media-links .social-media-link .social-media-text {
    display: none;
  }
  .toolbar .social-media-links .social-media-link .fa {
    color: #1D1D1D;
  }
}
@media screen and (max-width: 991px) {
  .toolbar .complementary-navigation {
    display: none;
  }
  .complementary-navigation .complementary-nav-list-item {
    padding: 0.5rem 0rem;
  }
  .complementary-navigation .complementary-nav-list-item a {
    color: #878787;
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0.6rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .toolbar.sticky .complementary-navigation {
    top: 20px;
    transition: top 0.5s ease;
  }
  .toolbar .complementary-navigation {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: top 0.5s ease;
    z-index: 100;
  }
  .toolbar .complementary-nav-list {
    align-items: center;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .toolbar .complementary-nav-list-item {
    line-height: 1;
  }
  .toolbar .complementary-nav-list-item a {
    color: #666;
    font-size: 1.8rem;
    margin-right: 2rem;
  }
  .toolbar .complementary-nav-list-item:last-child a {
    margin: 0;
  }
}
@media all and (min-width: 1440px) {
  .toolbar .complementary-navigation {
    top: 23px;
  }
}
.btn {
  border-radius: 2px;
  border: 2px solid #fff;
}
[data-email] {
  color: #19469b;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
[data-email] code {
  font-family: 'Open sans', curisve;
}
[data-email]:focus,
[data-email]:hover,
[data-email]:active {
  text-decoration: underline;
  outline: none;
}
blockquote {
  margin: 0 0 20px;
  padding-left: 3.2rem;
  position: relative;
}
@media all and (max-width: 575px) {
  blockquote {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 576px) {
  blockquote {
    font-size: calc(1.8rem + (((100vw - 48rem) / (144 - 48))) * (2.2 - 1.8));
  }
}
@media all and (min-width: 1440px) {
  blockquote {
    font-size: 2.2rem;
  }
  .screen-mode blockquote {
    font-size: 2.8rem;
  }
}
blockquote:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 4px;
}
.article {
  background-color: transparent;
  padding: 0rem;
}
.search-results-page .article {
  padding-bottom: 2rem;
}
.article-heading {
  color: #222222;
  margin: 0 0 20px;
  padding-bottom: 1.2rem;
  position: relative;
}
.article-heading:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100px;
}
.article-image {
  margin-bottom: 2rem;
}
.article-image img {
  display: block;
  width: 100%;
}
.article-introduction {
  color: #030303;
  font-weight: bold;
  margin-bottom: 2rem;
}
.editorial h2 {
  color: #222222;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.editorial h3 {
  color: #222222;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.editorial h4 {
  color: #222222;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.headline {
  margin: 0 0 20px;
  padding-bottom: 1.2rem;
  position: relative;
}
.headline:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100px;
}
.rte > ul,
.rte > ol {
  margin: 2rem 0rem 2rem;
  padding: 0rem 0rem 0rem 3rem;
}
.rte > ul > li,
.rte > ol > li {
  padding: 0rem 0rem 1rem 0rem;
}
.rte > ul > li:last-child,
.rte > ol > li:last-child {
  padding: 0;
}
.rte > ul > li:last-child > .bullet,
.rte > ol > li:last-child > .bullet {
  padding-bottom: 0.5rem;
}
.rte > ul > li > .bullet,
.rte > ol > li > .bullet {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1.2rem;
  display: block;
}
.rte > ul > li > .bullet:before,
.rte > ol > li > .bullet:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: -25px;
  background-color: #19469B;
  border-radius: 20px;
}
.rte > ul > li > .bullet:after,
.rte > ol > li > .bullet:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 120%;
  top: 10px;
  left: -17px;
  background-color: rgba(25, 70, 155, 0.15);
}
.rte > ul > li > .arrow-bullet,
.rte > ol > li > .arrow-bullet {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 2rem;
  display: block;
}
.rte > ul > li > .arrow-bullet:before,
.rte > ol > li > .arrow-bullet:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f101";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: -20px;
  background-color: #fff;
  line-height: 18px;
  font-size: 1.8rem;
}
.rte > ul > li:last-of-type .bullet:after,
.rte > ol > li:last-of-type .bullet:after {
  display: none;
}
.rte > ol {
  counter-reset: my-awesome-counter;
}
.rte > ol li {
  counter-increment: my-awesome-counter;
}
.rte > ol li .bullet:before {
  color: #fff;
  content: counter(my-awesome-counter);
  font-size: 1.2rem;
  padding: 0.1rem 0rem 0rem 0.65rem;
}
@media all and (min-width: 768px) {
  .article {
    background-color: transparent;
  }
}
@media all and (min-width: 992px) {
  .rte > ul > li > .bullet,
  .rte > ol > li > .bullet {
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 992px) {
  .article-introduction.width-66 {
    max-width: 66%;
  }
  .article-introduction.width-50 {
    max-width: 50%;
  }
  .article-introduction.width-58 {
    max-width: 58%;
  }
}
.page-banner {
  position: relative;
}
.page-banner-image {
  width: 100%;
  margin: 0;
}
.page-banner-image img {
  width: 100%;
}
.content-block .page-banner-image img {
  width: 100%;
  max-width: none;
}
.page-banner-heading,
.page-banner-text {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.page-banner-heading a,
.page-banner-text a {
  color: #ffffff;
}
.page-banner-heading a:hover,
.page-banner-text a:hover,
.page-banner-heading a:active,
.page-banner-text a:active {
  color: #e6e6e6;
}
.page-banner-heading h1 {
  font-size: calc(18px + 3vw);
}
.page-banner-content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90vw;
}
.page-banner-content.dark .page-banner-heading,
.page-banner-content.dark .page-banner-text {
  color: #1D1D1D;
  text-shadow: none;
}
.page-banner-content.dark .page-banner-heading a,
.page-banner-content.dark .page-banner-text a {
  color: #1D1D1D;
}
.page-banner-content.dark .page-banner-heading a:hover,
.page-banner-content.dark .page-banner-text a:hover,
.page-banner-content.dark .page-banner-heading a:active,
.page-banner-content.dark .page-banner-text a:active {
  color: #373737;
}
.page-banner-content.light .page-banner-heading,
.page-banner-content.light .page-banner-text {
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.page-banner-content.light .page-banner-heading a,
.page-banner-content.light .page-banner-text a {
  color: #ffffff;
}
.page-banner-content.light .page-banner-heading a:hover,
.page-banner-content.light .page-banner-text a:hover,
.page-banner-content.light .page-banner-heading a:active,
.page-banner-content.light .page-banner-text a:active {
  color: #e6e6e6;
}
.breadcrumbs {
  padding: 1rem 0rem;
  margin-bottom: 0rem;
}
.breadcrumbs .container {
  position: relative;
}
.breadcrumbs-list {
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  margin: 0;
}
.breadcrumbs-list > li {
  display: inline-block;
  font-style: italic;
}
.breadcrumbs-list > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #1D1D1D;
}
.breadcrumbs-list > li a {
  color: #1D1D1D;
  font-size: 1.2rem;
}
.breadcrumbs-list > .active {
  color: #1D1D1D;
  font-size: 1.2rem;
}
@media all and (min-width: 1200px) {
  .breadcrumbs-list {
    padding: 0.8rem 0rem 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.call-to-action {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.call-to-action:last-child {
  margin-bottom: 0;
}
.call-to-action.left {
  text-align: left;
}
.call-to-action.center {
  text-align: center;
}
.call-to-action.right {
  text-align: right;
}
.call-to-action.theme01 .btn-cta {
  border-color: #19469b;
  color: #19469b;
}
.call-to-action.theme01 .btn-cta.btn-cta-video {
  color: #fff;
  background-color: #19469b;
}
.call-to-action.theme01 .btn-cta:hover,
.call-to-action.theme01 .btn-cta:focus,
.call-to-action.theme01 .btn-cta:active {
  border-color: #1d50b1;
  color: #fff;
}
.content-block.theme01 .call-to-action.theme01 .btn-cta {
  border: 3px solid #fff;
  color: #fff;
}
.content-block.theme01 .call-to-action.theme01 .btn-cta:hover,
.content-block.theme01 .call-to-action.theme01 .btn-cta:focus,
.content-block.theme01 .call-to-action.theme01 .btn-cta:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.call-to-action.theme02 .btn-cta {
  border-color: #3caaeb;
  color: #3caaeb;
}
.call-to-action.theme02 .btn-cta.btn-cta-video {
  color: #1D1D1D;
  background-color: #3caaeb;
}
.call-to-action.theme02 .btn-cta:hover,
.call-to-action.theme02 .btn-cta:focus,
.call-to-action.theme02 .btn-cta:active {
  border-color: #53b4ed;
  color: #1D1D1D;
}
.content-block.theme02 .call-to-action.theme02 .btn-cta {
  border: 3px solid #1D1D1D;
  color: #1D1D1D;
}
.content-block.theme02 .call-to-action.theme02 .btn-cta:hover,
.content-block.theme02 .call-to-action.theme02 .btn-cta:focus,
.content-block.theme02 .call-to-action.theme02 .btn-cta:active {
  background-color: rgba(29, 29, 29, 0.1);
}
.call-to-action.theme03 .btn-cta {
  border-color: #ffe94f;
  color: #ffe94f;
}
.call-to-action.theme03 .btn-cta.btn-cta-video {
  color: #1D1D1D;
  background-color: #ffe94f;
}
.call-to-action.theme03 .btn-cta:hover,
.call-to-action.theme03 .btn-cta:focus,
.call-to-action.theme03 .btn-cta:active {
  border-color: #ffec69;
  color: #1D1D1D;
}
.content-block.theme03 .call-to-action.theme03 .btn-cta {
  border: 3px solid #1D1D1D;
  color: #1D1D1D;
}
.content-block.theme03 .call-to-action.theme03 .btn-cta:hover,
.content-block.theme03 .call-to-action.theme03 .btn-cta:focus,
.content-block.theme03 .call-to-action.theme03 .btn-cta:active {
  background-color: rgba(29, 29, 29, 0.1);
}
.call-to-action.theme04 .btn-cta {
  border-color: #000;
  color: #000;
}
.call-to-action.theme04 .btn-cta.btn-cta-video {
  color: #fff;
  background-color: #000;
}
.call-to-action.theme04 .btn-cta:hover,
.call-to-action.theme04 .btn-cta:focus,
.call-to-action.theme04 .btn-cta:active {
  border-color: #0d0d0d;
  color: #fff;
}
.content-block.theme04 .call-to-action.theme04 .btn-cta {
  border: 3px solid #fff;
  color: #fff;
}
.content-block.theme04 .call-to-action.theme04 .btn-cta:hover,
.content-block.theme04 .call-to-action.theme04 .btn-cta:focus,
.content-block.theme04 .call-to-action.theme04 .btn-cta:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.call-to-action.theme05 .btn-cta {
  border-color: #878787;
  color: #878787;
}
.call-to-action.theme05 .btn-cta.btn-cta-video {
  color: #fff;
  background-color: #878787;
}
.call-to-action.theme05 .btn-cta:hover,
.call-to-action.theme05 .btn-cta:focus,
.call-to-action.theme05 .btn-cta:active {
  border-color: #949494;
  color: #fff;
}
.content-block.theme05 .call-to-action.theme05 .btn-cta {
  border: 3px solid #fff;
  color: #fff;
}
.content-block.theme05 .call-to-action.theme05 .btn-cta:hover,
.content-block.theme05 .call-to-action.theme05 .btn-cta:focus,
.content-block.theme05 .call-to-action.theme05 .btn-cta:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.call-to-action.theme06 .btn-cta {
  border-color: #dbe2f0;
  color: #dbe2f0;
}
.call-to-action.theme06 .btn-cta.btn-cta-video {
  color: #1D1D1D;
  background-color: #dbe2f0;
}
.call-to-action.theme06 .btn-cta:hover,
.call-to-action.theme06 .btn-cta:focus,
.call-to-action.theme06 .btn-cta:active {
  border-color: #edf1f8;
  color: #1D1D1D;
}
.content-block.theme06 .call-to-action.theme06 .btn-cta {
  border: 3px solid #1D1D1D;
  color: #1D1D1D;
}
.content-block.theme06 .call-to-action.theme06 .btn-cta:hover,
.content-block.theme06 .call-to-action.theme06 .btn-cta:focus,
.content-block.theme06 .call-to-action.theme06 .btn-cta:active {
  background-color: rgba(29, 29, 29, 0.1);
}
.call-to-action.theme07 .btn-cta {
  border-color: #f3f5fa;
  color: #f3f5fa;
}
.call-to-action.theme07 .btn-cta.btn-cta-video {
  color: #1D1D1D;
  background-color: #f3f5fa;
}
.call-to-action.theme07 .btn-cta:hover,
.call-to-action.theme07 .btn-cta:focus,
.call-to-action.theme07 .btn-cta:active {
  border-color: #ffffff;
  color: #1D1D1D;
}
.content-block.theme07 .call-to-action.theme07 .btn-cta {
  border: 3px solid #1D1D1D;
  color: #1D1D1D;
}
.content-block.theme07 .call-to-action.theme07 .btn-cta:hover,
.content-block.theme07 .call-to-action.theme07 .btn-cta:focus,
.content-block.theme07 .call-to-action.theme07 .btn-cta:active {
  background-color: rgba(29, 29, 29, 0.1);
}
.call-to-action.theme08 .btn-cta {
  border-color: #fff;
  color: #fff;
}
.call-to-action.theme08 .btn-cta.btn-cta-video {
  color: #1D1D1D;
  background-color: #fff;
}
.call-to-action.theme08 .btn-cta:hover,
.call-to-action.theme08 .btn-cta:focus,
.call-to-action.theme08 .btn-cta:active {
  border-color: #ffffff;
  color: #1D1D1D;
}
.content-block.theme08 .call-to-action.theme08 .btn-cta {
  border: 3px solid #1D1D1D;
  color: #1D1D1D;
}
.content-block.theme08 .call-to-action.theme08 .btn-cta:hover,
.content-block.theme08 .call-to-action.theme08 .btn-cta:focus,
.content-block.theme08 .call-to-action.theme08 .btn-cta:active {
  background-color: rgba(29, 29, 29, 0.1);
}
.btn-cta-video:before {
  content: "\f144";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin-right: 1rem;
}
.btn-cta {
  border: none;
  border: 3px solid #19469b;
  color: #19469b;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.7rem 1.2rem;
  position: relative;
  border-radius: 5px;
  text-transform: none;
}
.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus {
  background-color: #153c85;
  box-shadow: none;
  color: #fff;
}
.center > .btn-cta {
  margin: 0 auto;
}
@media all and (min-width: 576px) {
  .call-to-action .btn-cta {
    width: auto;
  }
  .call-to-actions {
    margin-bottom: 0;
  }
}
@media all and (min-width: 992px) {
  .btn-cta {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.content .contact-card {
  background-color: #19469b;
}
.content .contact-card[class*=theme] {
  padding: 2rem;
}
.content .contact-card .field {
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.content .contact-card .field p {
  font-size: 1.2rem;
  margin-top: 5px;
  color: #fff;
}
.content .contact-card .field p a {
  font-size: 1.2rem;
  color: #fff;
}
.content .contact-card .theme01.contact-card {
  background-color: #19469b;
  color: #fff;
}
.content .contact-card .theme01.contact-card a {
  color: #fff;
}
.content .contact-card .theme02.contact-card {
  background-color: #3caaeb;
  color: #1D1D1D;
}
.content .contact-card .theme02.contact-card a {
  color: #1D1D1D;
}
.content .contact-card .theme03.contact-card {
  background-color: #ffe94f;
  color: #1D1D1D;
}
.content .contact-card .theme03.contact-card a {
  color: #1D1D1D;
}
.content .contact-card .theme04.contact-card {
  background-color: #000;
  color: #fff;
}
.content .contact-card .theme04.contact-card a {
  color: #fff;
}
.content .contact-card .theme05.contact-card {
  background-color: #878787;
  color: #fff;
}
.content .contact-card .theme05.contact-card a {
  color: #fff;
}
.content .contact-card .theme06.contact-card {
  background-color: #dbe2f0;
  color: #1D1D1D;
}
.content .contact-card .theme06.contact-card a {
  color: #1D1D1D;
}
.content .contact-card .theme07.contact-card {
  background-color: #f3f5fa;
  color: #1D1D1D;
}
.content .contact-card .theme07.contact-card a {
  color: #1D1D1D;
}
.content .contact-card .theme08.contact-card {
  background-color: #fff;
  color: #1D1D1D;
}
.content .contact-card .theme08.contact-card a {
  color: #1D1D1D;
}
.contact-card .opening-hours {
  background-color: transparent;
  margin: 0;
  color: inherit;
}
.contact-card .field {
  margin-bottom: 2rem;
  padding-left: 5rem;
  position: relative;
}
.contact-card .field::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  font-size: 2.4rem;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  text-align: center;
}
.contact-card .field.address::before {
  content: "\f3c5";
}
.contact-card .field.email::before {
  content: "\f0e0";
}
.contact-card .field.email .fa {
  display: none;
  cursor: pointer;
}
.contact-card .field.email:focus .fa,
.contact-card .field.email:hover .fa,
.contact-card .field.email:active .fa {
  display: inline-block;
}
.js-ready .contact-card .field.email .a span,
.js-ready .contact-card .field.email .d span {
  display: none;
}
.js-ready .contact-card .field.email .a::before {
  content: '@';
}
.js-ready .contact-card .field.email .d::before {
  content: '.';
}
.contact-card .field.phone-number::before {
  content: "\f095";
}
.contact-card .field.opening-hours::before {
  content: "\f017";
}
.content-block {
  margin-bottom: 6rem;
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.banner {
  padding: 0;
}
.content-block.banner img {
  max-width: none;
}
.content-block img {
  max-width: 100%;
}
.content-block.theme01 {
  background-color: #19469b;
  color: #fff;
  position: relative;
}
.content-block.theme01 .rte h1,
.content-block.theme01 .rte h2,
.content-block.theme01 .rte h3,
.content-block.theme01 .rte h4,
.content-block.theme01 .rte h5,
.content-block.theme01 .rte h6 {
  color: #fff !important;
}
.content-block.theme01 .rte a {
  color: #fff !important;
  text-decoration: underline;
}
.content-block.theme01:last-child {
  margin-bottom: -40px;
}
.content-block.theme01:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme01 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme01.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #19469b;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme01.parallax-effect {
  background-color: rgba(25, 70, 155, 0.3);
}
.content-block.theme02 {
  background-color: #3caaeb;
  color: #1D1D1D;
  position: relative;
}
.content-block.theme02 .rte h1,
.content-block.theme02 .rte h2,
.content-block.theme02 .rte h3,
.content-block.theme02 .rte h4,
.content-block.theme02 .rte h5,
.content-block.theme02 .rte h6 {
  color: #1D1D1D !important;
}
.content-block.theme02 .rte a {
  color: #1D1D1D !important;
  text-decoration: underline;
}
.content-block.theme02:last-child {
  margin-bottom: -40px;
}
.content-block.theme02:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme02 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme02.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3caaeb;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme02.parallax-effect {
  background-color: rgba(60, 170, 235, 0.3);
}
.content-block.theme03 {
  background-color: #ffe94f;
  color: #1D1D1D;
  position: relative;
}
.content-block.theme03 .rte h1,
.content-block.theme03 .rte h2,
.content-block.theme03 .rte h3,
.content-block.theme03 .rte h4,
.content-block.theme03 .rte h5,
.content-block.theme03 .rte h6 {
  color: #1D1D1D !important;
}
.content-block.theme03 .rte a {
  color: #1D1D1D !important;
  text-decoration: underline;
}
.content-block.theme03:last-child {
  margin-bottom: -40px;
}
.content-block.theme03:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme03 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme03.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffe94f;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme03.parallax-effect {
  background-color: rgba(255, 233, 79, 0.3);
}
.content-block.theme04 {
  background-color: #000;
  color: #fff;
  position: relative;
}
.content-block.theme04 .rte h1,
.content-block.theme04 .rte h2,
.content-block.theme04 .rte h3,
.content-block.theme04 .rte h4,
.content-block.theme04 .rte h5,
.content-block.theme04 .rte h6 {
  color: #fff !important;
}
.content-block.theme04 .rte a {
  color: #ffe94f !important;
  text-decoration: underline;
}
.content-block.theme04:last-child {
  margin-bottom: -40px;
}
.content-block.theme04:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme04 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme04.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme04.parallax-effect {
  background-color: rgba(0, 0, 0, 0.3);
}
.content-block.theme05 {
  background-color: #878787;
  color: #fff;
  position: relative;
}
.content-block.theme05 .rte h1,
.content-block.theme05 .rte h2,
.content-block.theme05 .rte h3,
.content-block.theme05 .rte h4,
.content-block.theme05 .rte h5,
.content-block.theme05 .rte h6 {
  color: #fff !important;
}
.content-block.theme05 .rte a {
  color: #ffe94f !important;
  text-decoration: underline;
}
.content-block.theme05:last-child {
  margin-bottom: -40px;
}
.content-block.theme05:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme05 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme05.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #878787;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme05.parallax-effect {
  background-color: rgba(135, 135, 135, 0.3);
}
.content-block.theme06 {
  background-color: #dbe2f0;
  color: #1D1D1D;
  position: relative;
}
.content-block.theme06 .rte h1,
.content-block.theme06 .rte h2,
.content-block.theme06 .rte h3,
.content-block.theme06 .rte h4,
.content-block.theme06 .rte h5,
.content-block.theme06 .rte h6 {
  color: #1D1D1D !important;
}
.content-block.theme06 .rte a {
  color: #19469b !important;
  text-decoration: underline;
}
.content-block.theme06:last-child {
  margin-bottom: -40px;
}
.content-block.theme06:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme06 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme06.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dbe2f0;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme06.parallax-effect {
  background-color: rgba(219, 226, 240, 0.3);
}
.content-block.theme07 {
  background-color: #f3f5fa;
  color: #1D1D1D;
  position: relative;
}
.content-block.theme07 .rte h1,
.content-block.theme07 .rte h2,
.content-block.theme07 .rte h3,
.content-block.theme07 .rte h4,
.content-block.theme07 .rte h5,
.content-block.theme07 .rte h6 {
  color: #1D1D1D !important;
}
.content-block.theme07 .rte a {
  color: #19469b !important;
  text-decoration: underline;
}
.content-block.theme07:last-child {
  margin-bottom: -40px;
}
.content-block.theme07:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme07 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme07.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f3f5fa;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme07.parallax-effect {
  background-color: rgba(243, 245, 250, 0.3);
}
.content-block.theme08 {
  background-color: #fff;
  color: #1D1D1D;
  position: relative;
}
.content-block.theme08 .rte h1,
.content-block.theme08 .rte h2,
.content-block.theme08 .rte h3,
.content-block.theme08 .rte h4,
.content-block.theme08 .rte h5,
.content-block.theme08 .rte h6 {
  color: #1D1D1D !important;
}
.content-block.theme08 .rte a {
  color: #19469b !important;
  text-decoration: underline;
}
.content-block.theme08:last-child {
  margin-bottom: -40px;
}
.content-block.theme08:last-child.stacked-down {
  margin-bottom: -6rem;
}
.content-block.theme08 .section:last-child {
  margin-bottom: 0;
}
.content-block.theme08.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.content-block.theme08.parallax-effect {
  background-color: rgba(255, 255, 255, 0.3);
}
.content-block[class*="theme"] {
  padding: 6rem 0rem;
}
.content-block[class*="theme"]:not(.fluid) {
  padding: 6rem;
}
.content-block[class*="theme"] .section-content {
  margin-bottom: 0;
}
.content-block.fluid .container {
  max-width: none;
  padding: 0;
}
.content-block.stacked {
  margin-top: -6rem;
}
.content-block.stacked-down {
  margin-bottom: 0;
}
.content-block.animated {
  opacity: 0;
  transition: opacity linear 0.5s;
  transition-delay: 0.2s;
}
.content-block.animated.in-view {
  opacity: 1;
}
.content-block.page-banner {
  margin-bottom: 0;
}
.content-block.page-banner img {
  width: 100%;
}
.content-block.parallax-effect {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 4rem 0rem;
}
.content-block.parallax-effect.overlay:before {
  display: none;
}
.section-content {
  margin-bottom: 6rem;
}
.section-content:last-child {
  margin-bottom: 0;
}
.section-content h1 {
  margin-top: 0;
}
.section-content p:last-child {
  margin: 0;
}
.section-content.animated {
  opacity: 0;
  transition: opacity linear 0.5s;
  transition-delay: 0.5s;
}
.section-content.animated.in-view {
  opacity: 1;
}
.section-content .section-content-control {
  margin-bottom: 6rem;
}
.section-content .section-content-control:last-child {
  margin: 0;
}
.section-content.theme01 {
  padding: 6rem 0rem;
  background-color: #19469b;
  color: #fff;
  background-clip: content-box;
}
.section-content.theme02 {
  padding: 6rem 0rem;
  background-color: #3caaeb;
  color: #1D1D1D;
  background-clip: content-box;
}
.section-content.theme03 {
  padding: 6rem 0rem;
  background-color: #ffe94f;
  color: #1D1D1D;
  background-clip: content-box;
}
.section-content.theme04 {
  padding: 6rem 0rem;
  background-color: #000;
  color: #fff;
  background-clip: content-box;
}
.section-content.theme05 {
  padding: 6rem 0rem;
  background-color: #878787;
  color: #fff;
  background-clip: content-box;
}
.section-content.theme06 {
  padding: 6rem 0rem;
  background-color: #dbe2f0;
  color: #1D1D1D;
  background-clip: content-box;
}
.section-content.theme07 {
  padding: 6rem 0rem;
  background-color: #f3f5fa;
  color: #1D1D1D;
  background-clip: content-box;
}
.section-content.theme08 {
  padding: 6rem 0rem;
  background-color: #fff;
  color: #1D1D1D;
  background-clip: content-box;
}
@media all and (min-width: 992px) {
  .content-block .section-content .section-content-control:last-child {
    margin-bottom: 0;
  }
  .content-block.content-block-l2 .section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 60px -60px;
  }
  .content-block.content-block-l2 .section:last-child {
    margin-bottom: 0;
  }
  .content-block.content-block-l2 .section-content {
    margin-bottom: 0;
  }
  .content-block.content-block-l2 .section-content:first-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 33.33333333%;
  }
  .no-smil .content-block.content-block-l2 .section-content:first-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 60px);
  }
  .content-block.content-block-l2 .section-content:last-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 66.66666667%;
  }
  .no-smil .content-block.content-block-l2 .section-content:last-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(66.66666666666666% - 60px);
  }
  .content-block.content-block-l2.reversed-content-order .section {
    flex-direction: row-reverse;
  }
  .content-block.content-block-l3 .section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 60px -60px;
  }
  .content-block.content-block-l3 .section:last-child {
    margin-bottom: 0;
  }
  .content-block.content-block-l3 .section-content {
    margin-bottom: 0;
  }
  .content-block.content-block-l3 .section-content:first-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 66.66666667%;
  }
  .no-smil .content-block.content-block-l3 .section-content:first-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(66.66666666666666% - 60px);
  }
  .content-block.content-block-l3 .section-content:last-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 33.33333333%;
    overflow: hidden;
  }
  .no-smil .content-block.content-block-l3 .section-content:last-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 60px);
  }
  .content-block.content-block-l3.reversed-content-order .section {
    flex-direction: row-reverse;
  }
  .content-block.content-block-l3.reversed-content-order .section-content:first-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 33.33333333%;
    overflow: hidden;
  }
  .no-smil .content-block.content-block-l3.reversed-content-order .section-content:first-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 60px);
  }
  .content-block.content-block-l3.reversed-content-order .section-content:last-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 66.66666667%;
  }
  .no-smil .content-block.content-block-l3.reversed-content-order .section-content:last-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(66.66666666666666% - 60px);
  }
  .content-block.content-block-l4 .section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 60px -60px;
  }
  .content-block.content-block-l4 .section:last-child {
    margin-bottom: 0;
  }
  .content-block.content-block-l4 .section-content:first-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 50%;
  }
  .no-smil .content-block.content-block-l4 .section-content:first-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 60px);
  }
  .content-block.content-block-l4 .section-content:last-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 50%;
  }
  .no-smil .content-block.content-block-l4 .section-content:last-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 60px);
  }
  .content-block.content-block-l4.reversed-content-order .section {
    flex-direction: row-reverse;
  }
  .content-block.content-block-l5 .section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 60px -60px;
  }
  .content-block.content-block-l5 .section:last-child {
    margin-bottom: 0;
  }
  .content-block.content-block-l5 .section-content {
    margin-bottom: 0;
    padding: 60px 0 0 60px;
    flex: 1 1 33.33333333%;
  }
  .no-smil .content-block.content-block-l5 .section-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 60px);
  }
  .content-block.content-block-l6 .section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 60px -60px;
  }
  .content-block.content-block-l6 .section-content {
    margin-bottom: 0;
    padding: 60px 0 0 60px;
    flex: 1 1 25%;
  }
  .no-smil .content-block.content-block-l6 .section-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 60px);
  }
  .content-block.content-block-l7 .section {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 60px -60px;
  }
  .content-block.content-block-l7 .section-content {
    margin-bottom: 0;
  }
  .content-block.content-block-l7 .section-content:first-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 58.33333333%;
  }
  .no-smil .content-block.content-block-l7 .section-content:first-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(58.333333333333336% - 60px);
  }
  .content-block.content-block-l7 .section-content:last-of-type {
    padding: 60px 0 0 60px;
    flex: 1 1 41.66666667%;
  }
  .no-smil .content-block.content-block-l7 .section-content:last-of-type {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(41.66666666666667% - 60px);
  }
}
.article-image {
  position: relative;
  overflow: hidden;
}
.image-credit-wrapper .image-credit {
  font-size: 1.2rem;
}
.article-image {
  position: relative;
  overflow: hidden;
}
.image-credit-wrapper {
  bottom: 0;
  height: 40px;
  width: 100%;
  position: absolute;
  right: 0;
}
.image-credit-wrapper.show .image-credit {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.image-credit-wrapper .image-credit-icon {
  background: rgba(255, 255, 255, 0.7);
  height: 40px;
  position: absolute;
  width: 40px;
  right: 0;
}
.image-credit-wrapper .image-credit-icon:after {
  color: #222;
  content: "\f05a";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 2.4rem;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 40px;
  color: #19469B;
}
.image-credit-wrapper .image-credit {
  background: rgba(255, 255, 255, 0.7);
  color: #212529;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  padding: 0.2rem 2rem 0.2rem 2rem;
  position: absolute;
  right: 40px;
  height: 40px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease;
  width: auto;
  line-height: 1.2;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.image-credit-wrapper:hover {
  cursor: pointer;
}
.expandable-textblock .btn-show-text {
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  position: relative;
  outline: none;
  margin-top: 2rem;
  text-align: left;
}
.expandable-textblock .btn-show-text span {
  background-color: #19469b;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0rem 1rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 575px) {
  .expandable-textblock .btn-show-text span {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 576px) {
  .expandable-textblock .btn-show-text span {
    font-size: calc(1.6rem + (((100vw - 48rem) / (144 - 48))) * (1.8 - 1.6));
  }
}
@media all and (min-width: 1440px) {
  .expandable-textblock .btn-show-text span {
    font-size: 1.8rem;
  }
  .screen-mode .expandable-textblock .btn-show-text span {
    font-size: 2.8rem;
  }
}
.expandable-textblock .btn-show-text span::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #fff;
}
.expandable-textblock .btn-show-text span.show-more-text::before {
  content: "\f063";
  padding-right: 1rem;
}
.expandable-textblock .btn-show-text span.show-less-text {
  display: none;
}
.expandable-textblock .btn-show-text[aria-expanded=true] span.show-less-text {
  display: inline-block;
}
.expandable-textblock .btn-show-text[aria-expanded=true] span.show-less-text::before {
  content: "\f062";
  padding-right: 1rem;
}
.expandable-textblock .btn-show-text[aria-expanded=true] span.show-more-text {
  display: none;
}
#map {
  width: 100%;
  height: 500px;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  font-family: 'Open Sans', sans-serif;
  background: transparent;
}
.mapboxgl-popup {
  transform: none !important;
  max-width: none !important;
  width: 60%;
  left: 0;
  top: 0;
  height: 100%;
  box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.89);
}
.mapboxgl-popup .mapboxgl-popup-tip {
  display: none;
}
.mapboxgl-popup .mapboxgl-popup-content {
  box-shadow: none;
}
.mapboxgl-popup .map-popup .map-popup-content {
  margin-bottom: 2rem;
}
.mapboxgl-popup .map-popup .related-page {
  font-size: 1.7rem;
  display: block;
  margin-bottom: 1rem;
}
.mapboxgl-popup .mapboxgl-popup-close-button {
  font-size: 26px;
}
.marker {
  cursor: pointer;
  height: 32px;
  width: 32px;
}
.marker-icebreaker {
  height: 80px;
  width: 80px;
}
.marker-icebreaker .marker-pin {
  background: url('../gfx/oden_w.png') no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  height: 80px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 10;
}
.marker-icebreaker .marker-pin:before,
.marker-icebreaker .marker-pin:after {
  content: "";
  display: block;
  left: 58%;
  position: absolute;
  border-radius: 100px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.marker-icebreaker .marker-pin:before {
  border: 3px solid rgba(255, 255, 255, 0.31);
  height: 110px;
  width: 110px;
}
.marker-icebreaker .marker-pulse:before,
.marker-icebreaker .marker-pulse:after {
  content: "";
  display: block;
  left: 58%;
  position: absolute;
  border-radius: 100px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.marker-icebreaker .marker-pulse:before {
  border: 3px solid rgba(255, 255, 255, 0.61);
  height: 50px;
  width: 50px;
}
.marker-icebreaker .marker-pulse:after {
  border: 3px solid rgba(255, 255, 255, 0.41);
  height: 80px;
  width: 80px;
}
.marker- .marker-pin,
.marker-default .marker-pin {
  background: #ffe655;
  border: 2px solid #0000ff;
  border-radius: 50% 50% 50% 0;
  height: 24px;
  left: 3px;
  margin: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: -8px;
  width: 24px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.marker- .marker-pin:after,
.marker-default .marker-pin:after {
  background-color: #fff;
  border: 2px solid #0000ff;
  border-radius: 50%;
  content: '';
  height: 11px;
  margin: 4px 0 0 5px;
  position: absolute;
  width: 11px;
  animation-name: bounce-rotate;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.marker- .marker-pulse,
.marker-default .marker-pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 4px 0px 0px -8px;
  transform: rotateX(55deg);
  z-index: -2;
}
.marker- .marker-pulse:after,
.marker-default .marker-pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  animation: pulsate 2.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  background: rgba(94, 190, 255, 0.5);
  box-shadow: 0 0 1px 2px #2D99D3;
  animation-delay: 1.1s;
}
.marker-blog-post .marker-pin {
  background: #00acee;
  border: 2px solid #0000ff;
  border-radius: 50% 50% 50% 0;
  height: 24px;
  left: 3px;
  margin: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: -8px;
  width: 24px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.marker-blog-post .marker-pin:after {
  background-color: #fff;
  border: 2px solid #0000ff;
  border-radius: 50%;
  content: '';
  height: 11px;
  margin: 4px 0 0 5px;
  position: absolute;
  width: 11px;
  animation-name: bounce-rotate;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.marker-blog-post .marker-pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 4px 0px 0px -8px;
  transform: rotateX(55deg);
  z-index: -2;
}
.marker-blog-post .marker-pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  animation: pulsate 2.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  background: rgba(94, 190, 255, 0.5);
  box-shadow: 0 0 1px 2px #2D99D3;
  animation-delay: 1.1s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce-only {
  0% {
    opacity: 0 ;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1 ;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-10deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@media all and (min-width: 992px) {
  .mapboxgl-popup {
    width: 40%;
  }
}
@media all and (min-width: 1200px) {
  #map {
    width: 100%;
    height: 630px;
  }
  .mapboxgl-popup-content {
    padding: 20px 20px 25px;
  }
}
.expedition-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.expedition-list .expedition {
  padding: 20px;
  border: solid 2px black;
  border-radius: 4px;
}
.expedition-list .expedition h3 {
  margin: 0;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  position: relative;
}
.expedition-list .expedition h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 25%;
  background-color: #ffe94f;
}
.navigator-container {
  /*display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.navigator-container .navigator-category {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
}
.navigator-container .navigator-category .navigator-toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #19469b;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
}
.navigator-container .navigator-category .navigator-toggler *:first-child {
  padding: 10px 20px;
}
.navigator-container .navigator-category .navigator-toggler *:last-child {
  padding: 10px 20px;
}
.navigator-container .navigator-category .navigator-toggler .page-link {
  color: #fff;
}
.navigator-container .navigator-category .navigator-toggler .page-link:hover,
.navigator-container .navigator-category .navigator-toggler .page-link:focus {
  text-decoration: underline;
}
.navigator-container .navigator-category .navigator-toggler .fa {
  font-size: 1.5em;
}
.navigator-container .navigator-category .navigator-toggler input {
  display: none;
}
.navigator-container .navigator-category .sub-navigator {
  padding: 0;
  margin: 0;
  max-height: 0px;
  overflow-y: hidden;
  transition: 300ms ease-in-out;
}
.navigator-container .navigator-category .sub-navigator .navigator-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  transition: 300ms ease-in-out;
  transform: translateY(-100%);
}
.navigator-container .navigator-category .sub-navigator .navigator-link-list li {
  border: 1px solid #19469b;
  border-top: none;
  display: flex;
}
.navigator-container .navigator-category .sub-navigator .navigator-link-list li .sub-navigator-link {
  padding: 10px 20px;
  width: 100%;
  background-color: #fff;
}
.navigator-container .navigator-category .sub-navigator .navigator-link-list li .sub-navigator-link:hover,
.navigator-container .navigator-category .sub-navigator .navigator-link-list li .sub-navigator-link:focus {
  background-color: #d5d5d5;
}
.navigator-container .navigator-category:has(.navigator-toggler):has(input:checked) .sub-navigator {
  max-height: max-content;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 2;
}
.navigator-container .navigator-category:has(.navigator-toggler):has(input:checked) .sub-navigator .navigator-link-list {
  transform: translateY(0);
}
.navigator-container .navigator-category:has(.navigator-toggler):has(input:checked) .sub-navigator .navigator-toggler i::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  content: "\f077";
}
.navigator-container .theme01.text-only {
  background-color: #19469b;
}
.navigator-container .theme01 .teaser-info {
  background-color: rgba(25, 70, 155, 0.8);
}
.navigator-container .theme01 .teaser-heading,
.navigator-container .theme01 .editorial .teaser-heading,
.navigator-container .theme01 .teaser-text {
  color: #fff;
}
.navigator-container .theme01 .teaser-button {
  color: #fff;
}
.navigator-container .theme02.text-only {
  background-color: #3caaeb;
}
.navigator-container .theme02 .teaser-info {
  background-color: rgba(60, 170, 235, 0.8);
}
.navigator-container .theme02 .teaser-heading,
.navigator-container .theme02 .editorial .teaser-heading,
.navigator-container .theme02 .teaser-text {
  color: #1D1D1D;
}
.navigator-container .theme02 .teaser-button {
  color: #1D1D1D;
}
.navigator-container .theme03.text-only {
  background-color: #ffe94f;
}
.navigator-container .theme03 .teaser-info {
  background-color: rgba(255, 233, 79, 0.8);
}
.navigator-container .theme03 .teaser-heading,
.navigator-container .theme03 .editorial .teaser-heading,
.navigator-container .theme03 .teaser-text {
  color: #1D1D1D;
}
.navigator-container .theme03 .teaser-button {
  color: #1D1D1D;
}
.navigator-container .theme04.text-only {
  background-color: #000;
}
.navigator-container .theme04 .teaser-info {
  background-color: rgba(0, 0, 0, 0.8);
}
.navigator-container .theme04 .teaser-heading,
.navigator-container .theme04 .editorial .teaser-heading,
.navigator-container .theme04 .teaser-text {
  color: #fff;
}
.navigator-container .theme04 .teaser-button {
  color: #fff;
}
.navigator-container .theme05.text-only {
  background-color: #878787;
}
.navigator-container .theme05 .teaser-info {
  background-color: rgba(135, 135, 135, 0.8);
}
.navigator-container .theme05 .teaser-heading,
.navigator-container .theme05 .editorial .teaser-heading,
.navigator-container .theme05 .teaser-text {
  color: #fff;
}
.navigator-container .theme05 .teaser-button {
  color: #fff;
}
.navigator-container .theme06.text-only {
  background-color: #dbe2f0;
}
.navigator-container .theme06 .teaser-info {
  background-color: rgba(219, 226, 240, 0.8);
}
.navigator-container .theme06 .teaser-heading,
.navigator-container .theme06 .editorial .teaser-heading,
.navigator-container .theme06 .teaser-text {
  color: #1D1D1D;
}
.navigator-container .theme06 .teaser-button {
  color: #1D1D1D;
}
.navigator-container .theme07.text-only {
  background-color: #f3f5fa;
}
.navigator-container .theme07 .teaser-info {
  background-color: rgba(243, 245, 250, 0.8);
}
.navigator-container .theme07 .teaser-heading,
.navigator-container .theme07 .editorial .teaser-heading,
.navigator-container .theme07 .teaser-text {
  color: #1D1D1D;
}
.navigator-container .theme07 .teaser-button {
  color: #1D1D1D;
}
.navigator-container .theme08.text-only {
  background-color: #fff;
}
.navigator-container .theme08 .teaser-info {
  background-color: rgba(255, 255, 255, 0.8);
}
.navigator-container .theme08 .teaser-heading,
.navigator-container .theme08 .editorial .teaser-heading,
.navigator-container .theme08 .teaser-text {
  color: #1D1D1D;
}
.navigator-container .theme08 .teaser-button {
  color: #1D1D1D;
}
/*@media all and (min-width:@screen-xs-min){
	.navigator-container{
		display:grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (min-width:@screen-md-min) {
	.navigator-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
*/
.link-list .link-list-heading,
.file-list .link-list-heading,
.link-list .file-list-heading,
.file-list .file-list-heading {
  font-size: 1.9rem;
}
.link-list-item,
.file-list-item {
  margin-bottom: 0.8rem;
}
.link-list-item a,
.file-list-item a {
  display: block;
  padding-left: 28px;
  position: relative;
  word-break: break-word;
}
.link-list-item a:hover,
.file-list-item a:hover {
  text-decoration: underline;
}
.link-list-item a:before,
.file-list-item a:before {
  content: "\f15b";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
}
.link-list-item a.internal-link:before,
.file-list-item a.internal-link:before {
  content: "\f0c1";
}
.link-list-item a.external-link:before,
.file-list-item a.external-link:before {
  content: "\f08e";
}
.link-list-item a.pdf:before,
.file-list-item a.pdf:before {
  content: "\f1c1";
}
.link-list-item a.txt:before,
.file-list-item a.txt:before {
  content: "\f15c";
}
.link-list-item a.xls:before,
.file-list-item a.xls:before,
.link-list-item a.xlsx:before,
.file-list-item a.xlsx:before {
  content: "\f1c3";
}
.link-list-item a.doc:before,
.file-list-item a.doc:before,
.link-list-item a.docx:before,
.file-list-item a.docx:before {
  content: "\f1c2";
}
.link-list-item a.ppt:before,
.file-list-item a.ppt:before,
.link-list-item a.pptx:before,
.file-list-item a.pptx:before {
  content: "\f1c4";
}
.link-list-item a.zip:before,
.file-list-item a.zip:before {
  content: "\f1c6";
}
.link-list-item a.avi:before,
.file-list-item a.avi:before,
.link-list-item a.mp4:before,
.file-list-item a.mp4:before,
.link-list-item a.mpg:before,
.file-list-item a.mpg:before {
  content: "\f1c8";
}
.link-list-item a.mp3:before,
.file-list-item a.mp3:before {
  content: "\f1c7";
}
.link-list-item a.jpg:before,
.file-list-item a.jpg:before,
.link-list-item a.jpeg:before,
.file-list-item a.jpeg:before,
.link-list-item a.png:before,
.file-list-item a.png:before,
.link-list-item a.bmp:before,
.file-list-item a.bmp:before,
.link-list-item a.gif:before,
.file-list-item a.gif:before,
.link-list-item a.tiff:before,
.file-list-item a.tiff:before {
  content: "\f1c5";
}
.footer-nav-list {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 20px -20px;
  margin: 0;
  padding: 0;
}
.footer-nav-list-item {
  padding: 20px 0 0 20px;
  flex: 1 1 50%;
  margin-bottom: 1rem;
  padding: 0;
}
.no-smil .footer-nav-list-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 20px);
}
.footer-nav-list-item:last-child {
  margin-right: 0;
}
.footer-nav-list-item h2 {
  margin-top: 0;
}
.footer-nav-list-item a {
  color: #19469b;
  display: block;
}
.footer-nav-list-item a.rss {
  padding-right: 20px;
  background: transparent url(../gfx/rss.png) no-repeat 30px 1px;
}
.footer-nav-list-item a:hover {
  color: #0e2859;
}
.footer-nav-sublist {
  padding-left: 0;
  list-style: none;
}
.footer-nav-sublist-item {
  border-bottom: 1px solid #000000;
  padding: 0.5rem 0rem;
}
.footer-nav-sublist-item a {
  font-size: 1.6rem;
  color: #19469b;
}
.footer-nav-sublist-item a:before {
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  margin-right: 10px;
}
.fact-box {
  background-color: rgba(25, 70, 155, 0.05);
  border-left: #ffe94f 4px solid;
  padding: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
.fact-box.has-icon {
  padding-bottom: 10rem;
}
.fact-box .link-list,
.fact-box .file-list,
.fact-box .rte,
.fact-box .call-to-action,
.fact-box .fact-list {
  margin-bottom: 4rem;
}
.fact-box .fact-list .fact-list-item {
  margin-bottom: 1rem;
}
.fact-box .fact-list .fact-list-item-inner {
  position: relative;
  padding-left: 40px;
  min-height: 32px;
}
.fact-box .fact-list .fact-list-item-icon {
  height: 32px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  overflow: hidden;
}
.fact-box .fact-list .fact-list-item-icon svg {
  height: 24px;
  width: 24px;
  fill: #19469b;
}
.fact-box .fact-list .link-list-item a:before,
.fact-box .fact-list .file-list-item a:before {
  color: #19469b;
}
.fact-box .link-list-heading,
.fact-box .file-list-heading {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.fact-box .fact-list-item-inner a p,
.fact-box .link-list-item a,
.fact-box .file-list-item a {
  color: #19469b;
}
.fact-box .fact-box-icon {
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 150px;
  height: 150px;
}
.nospam {
  display: none;
}
.form-container {
  font-size: 12;
}
.form-content {
  font-size: 1.4rem;
}
.form-content .umbraco-forms-submitmessage {
  font-size: 3rem;
}
.form-content .umbraco-forms-submitmessage:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  content: "\f058";
}
.form-content .form-group:has(.help-block.with-errors:not(:empty)) input,
.form-content .form-group:has(.help-block.with-errors:not(:empty)) textarea {
  border-color: rgba(169, 68, 66, 0.4);
  border-radius: 4px 4px 4px 0;
}
.form-content .form-group {
  position: relative;
}
.form-content .form-group .help-block.with-errors:not(:empty) {
  padding: 0.5rem 1rem;
  font-weight: 600;
  background: rgba(169, 68, 66, 0.2);
  border-radius: 0 0 4px 4px;
  width: max-content;
  /*&:empty {
				padding: 0 !important;
			}*/
}
.form-content .form-group .field-validation-error {
  /*position: absolute;
			right: 0;
			bottom: 0;*/
  font-size: 16px;
  color: #a94442;
  font-weight: 600;
}
.form-section {
  margin-bottom: 20px;
}
.form-section legend {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.login-form .widget-inner .form-group .form-control {
  border: 2px solid rgba(0, 0, 0, 0.2);
  transition: 100ms ease;
}
.login-form .widget-inner .form-group .form-control:focus {
  border: 2px solid rgba(60, 170, 235, 0.7);
}
.name-field .form-group,
.phone-number-field .form-group,
.password-field .form-group {
  margin-bottom: 3rem;
}
.name-field .form-group label,
.phone-number-field .form-group label,
.password-field .form-group label {
  display: block;
}
.member-editing-form .field,
.member-editing-form .name-field,
.member-editing-form .adress-field,
.member-editing-form .phone-number-field {
  display: flex;
  gap: 20px;
}
.member-editing-form .field .member-form-group,
.member-editing-form .name-field .member-form-group,
.member-editing-form .adress-field .member-form-group,
.member-editing-form .phone-number-field .member-form-group {
  width: min(250px,50%);
}
.member-editing-form .about-me-field .member-form-group {
  width: min(400px,100%);
}
.member-editing-form .member-form-group label {
  display: block !important;
  margin-top: 0.75rem;
}
.member-editing-form .member-form-group:last-child {
  margin-bottom: 30px;
}
.form-group label {
  display: none;
}
.form-group label.checkbox,
.form-group label .radiobutton {
  display: inline-block;
}
.form-group .list-control-label {
  margin-bottom: 0.5em;
}
.form-group .datepicker-wrapper .date-picker-field {
  border-radius: 4px;
  border: 4px solid #f4f4f4;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  height: auto;
}
.form-group .datepicker-wrapper .date-picker-field:focus {
  border-color: #80bdff;
}
option[disabled] {
  display: none;
}
.radiobuttonlist label,
.checkboxlist label,
.radiobutton label,
.checkbox label,
.date label,
.dropdown label,
.longanswer label {
  display: inline-block;
  font-size: 1.6rem;
}
.radiobuttonlist label .mandatory-indicator,
.checkboxlist label .mandatory-indicator,
.radiobutton label .mandatory-indicator,
.checkbox label .mandatory-indicator,
.date label .mandatory-indicator,
.dropdown label .mandatory-indicator,
.longanswer label .mandatory-indicator {
  color: #a94442;
}
.help-block {
  display: block;
}
.help-block.with-errors {
  display: block;
  color: #a94442;
}
.help-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0rem;
}
.help-block ul li {
  font-size: 1.4rem;
}
.help-block {
  display: none;
}
.radiobuttonlist .radio span {
  font-size: 1.4rem;
}
.form-control {
  border-radius: 4px;
  border: 4px solid #f4f4f4;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  height: auto;
}
.form-control::placeholder {
  color: #666666;
}
.form.polar_prem {
  max-width: 700px;
  margin: 0 auto;
}
.form.polar_prem .form-heading {
  margin: 0 0 60px;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}
.form.polar_prem .form-heading:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}
.form.polar_prem .form-buttons {
  text-align: center;
}
.form.polar_prem .btn-cta {
  background-color: #ffe94f;
}
.custom-newsletter-theme {
  max-width: 700px;
  margin: 0 auto;
}
.custom-newsletter-theme h2 {
  margin: 0 0 60px;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}
.custom-newsletter-theme h2:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}
.custom-newsletter-theme a {
  color: #ffe94f;
  font-size: 1.2rem;
}
.custom-newsletter-theme .form-buttons {
  text-align: center;
}
.custom-newsletter-theme .btn-cta {
  background-color: #ffe94f;
  color: #19469b;
}
.custom-newsletter-theme .btn-cta:hover {
  background-color: #ffe31c;
}
.icon-teaser {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 4rem;
  font-size: calc(16px * 0.8vw);
}
.icon-teaser .fa,
.icon-teaser .fab {
  font-size: 70px;
  color: #ffe94f;
}
.icon-teaser .icon-teaser-icon,
.icon-teaser .icon-teaser-content {
  text-align: center;
}
.icon-teaser.theme01 .icon-teaser-inner .fa,
.icon-teaser.theme01 .icon-teaser-inner .fab {
  color: #19469b;
}
.icon-teaser.theme01 .icon-teaser-inner h2 {
  color: #19469b;
}
.icon-teaser.theme01 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #19469b;
}
.icon-teaser.theme01 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #000000;
}
.icon-teaser.theme01 .icon-teaser-inner::after {
  background-color: #19469b;
}
.icon-teaser.theme01 .icon-teaser-inner:hover .fa,
.icon-teaser.theme01 .icon-teaser-inner:hover .fab {
  color: #fff;
}
.icon-teaser.theme01 .icon-teaser-inner:hover h2,
.icon-teaser.theme01 .icon-teaser-inner:hover p,
.icon-teaser.theme01 .icon-teaser-inner:hover .read-more {
  color: #fff;
}
.icon-teaser.theme02 .icon-teaser-inner .fa,
.icon-teaser.theme02 .icon-teaser-inner .fab {
  color: #3caaeb;
}
.icon-teaser.theme02 .icon-teaser-inner h2 {
  color: #3caaeb;
}
.icon-teaser.theme02 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #3caaeb;
}
.icon-teaser.theme02 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #083753;
}
.icon-teaser.theme02 .icon-teaser-inner::after {
  background-color: #3caaeb;
}
.icon-teaser.theme02 .icon-teaser-inner:hover .fa,
.icon-teaser.theme02 .icon-teaser-inner:hover .fab {
  color: #1D1D1D;
}
.icon-teaser.theme02 .icon-teaser-inner:hover h2,
.icon-teaser.theme02 .icon-teaser-inner:hover p,
.icon-teaser.theme02 .icon-teaser-inner:hover .read-more {
  color: #1D1D1D;
}
.icon-teaser.theme03 .icon-teaser-inner .fa,
.icon-teaser.theme03 .icon-teaser-inner .fab {
  color: #ffe94f;
}
.icon-teaser.theme03 .icon-teaser-inner h2 {
  color: #ffe94f;
}
.icon-teaser.theme03 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #ffe94f;
}
.icon-teaser.theme03 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #827200;
}
.icon-teaser.theme03 .icon-teaser-inner::after {
  background-color: #ffe94f;
}
.icon-teaser.theme03 .icon-teaser-inner:hover .fa,
.icon-teaser.theme03 .icon-teaser-inner:hover .fab {
  color: #1D1D1D;
}
.icon-teaser.theme03 .icon-teaser-inner:hover h2,
.icon-teaser.theme03 .icon-teaser-inner:hover p,
.icon-teaser.theme03 .icon-teaser-inner:hover .read-more {
  color: #1D1D1D;
}
.icon-teaser.theme04 .icon-teaser-inner .fa,
.icon-teaser.theme04 .icon-teaser-inner .fab {
  color: #000;
}
.icon-teaser.theme04 .icon-teaser-inner h2 {
  color: #000;
}
.icon-teaser.theme04 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #000;
}
.icon-teaser.theme04 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #000000;
}
.icon-teaser.theme04 .icon-teaser-inner::after {
  background-color: #000;
}
.icon-teaser.theme04 .icon-teaser-inner:hover .fa,
.icon-teaser.theme04 .icon-teaser-inner:hover .fab {
  color: #fff;
}
.icon-teaser.theme04 .icon-teaser-inner:hover h2,
.icon-teaser.theme04 .icon-teaser-inner:hover p,
.icon-teaser.theme04 .icon-teaser-inner:hover .read-more {
  color: #fff;
}
.icon-teaser.theme05 .icon-teaser-inner .fa,
.icon-teaser.theme05 .icon-teaser-inner .fab {
  color: #878787;
}
.icon-teaser.theme05 .icon-teaser-inner h2 {
  color: #878787;
}
.icon-teaser.theme05 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #878787;
}
.icon-teaser.theme05 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #212121;
}
.icon-teaser.theme05 .icon-teaser-inner::after {
  background-color: #878787;
}
.icon-teaser.theme05 .icon-teaser-inner:hover .fa,
.icon-teaser.theme05 .icon-teaser-inner:hover .fab {
  color: #fff;
}
.icon-teaser.theme05 .icon-teaser-inner:hover h2,
.icon-teaser.theme05 .icon-teaser-inner:hover p,
.icon-teaser.theme05 .icon-teaser-inner:hover .read-more {
  color: #fff;
}
.icon-teaser.theme06 .icon-teaser-inner .fa,
.icon-teaser.theme06 .icon-teaser-inner .fab {
  color: #dbe2f0;
}
.icon-teaser.theme06 .icon-teaser-inner h2 {
  color: #dbe2f0;
}
.icon-teaser.theme06 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #dbe2f0;
}
.icon-teaser.theme06 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #4b6eb4;
}
.icon-teaser.theme06 .icon-teaser-inner::after {
  background-color: #dbe2f0;
}
.icon-teaser.theme06 .icon-teaser-inner:hover .fa,
.icon-teaser.theme06 .icon-teaser-inner:hover .fab {
  color: #1D1D1D;
}
.icon-teaser.theme06 .icon-teaser-inner:hover h2,
.icon-teaser.theme06 .icon-teaser-inner:hover p,
.icon-teaser.theme06 .icon-teaser-inner:hover .read-more {
  color: #1D1D1D;
}
.icon-teaser.theme07 .icon-teaser-inner .fa,
.icon-teaser.theme07 .icon-teaser-inner .fab {
  color: #f3f5fa;
}
.icon-teaser.theme07 .icon-teaser-inner h2 {
  color: #f3f5fa;
}
.icon-teaser.theme07 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #f3f5fa;
}
.icon-teaser.theme07 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #637dbe;
}
.icon-teaser.theme07 .icon-teaser-inner::after {
  background-color: #f3f5fa;
}
.icon-teaser.theme07 .icon-teaser-inner:hover .fa,
.icon-teaser.theme07 .icon-teaser-inner:hover .fab {
  color: #1D1D1D;
}
.icon-teaser.theme07 .icon-teaser-inner:hover h2,
.icon-teaser.theme07 .icon-teaser-inner:hover p,
.icon-teaser.theme07 .icon-teaser-inner:hover .read-more {
  color: #1D1D1D;
}
.icon-teaser.theme08 .icon-teaser-inner .fa,
.icon-teaser.theme08 .icon-teaser-inner .fab {
  color: #fff;
}
.icon-teaser.theme08 .icon-teaser-inner h2 {
  color: #fff;
}
.icon-teaser.theme08 .icon-teaser-inner .icon-teaser-link .read-more {
  border-color: #fff;
}
.icon-teaser.theme08 .icon-teaser-inner .icon-teaser-link .read-more:hover {
  border-color: #999999;
}
.icon-teaser.theme08 .icon-teaser-inner::after {
  background-color: #fff;
}
.icon-teaser.theme08 .icon-teaser-inner:hover .fa,
.icon-teaser.theme08 .icon-teaser-inner:hover .fab {
  color: #1D1D1D;
}
.icon-teaser.theme08 .icon-teaser-inner:hover h2,
.icon-teaser.theme08 .icon-teaser-inner:hover p,
.icon-teaser.theme08 .icon-teaser-inner:hover .read-more {
  color: #1D1D1D;
}
.icon-teaser-inner {
  padding: 2em;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.icon-teaser-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #19469b;
  width: 100%;
  height: 0;
  border: 10px solid #fff;
  z-index: -1;
  transition: all 0.4s ease-out 0s;
}
.icon-teaser-inner:hover::after {
  height: 100%;
}
.icon-teaser-inner:hover h2,
.icon-teaser-inner:hover p,
.icon-teaser-inner:hover .read-more,
.icon-teaser-inner:hover .fa,
.icon-teaser-inner:hover .fab {
  color: #fff;
}
.icon-teaser-inner h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #333;
}
.icon-teaser-inner p {
  color: #333;
}
.icon-teaser-link {
  margin-top: 1em;
}
.image-card {
  background-color: #19469b;
}
.image-card-image img {
  width: 100%;
  margin-bottom: 0;
}
.image-card-content {
  padding: 2rem;
}
.image-card-text {
  font-size: 1.6rem;
  color: #fff;
}
.image-card-text p {
  font-size: 1.6rem;
  margin: 0;
}
.image-card-header .image-card-heading {
  margin-top: 0;
  font-size: 1.9rem;
  color: #fff;
  font-weight: bold;
}
.editorial .image-card-header .image-card-heading {
  font-size: 1.9rem;
  color: #fff;
}
.image-card-header .image-card-heading a {
  font-size: 1.9rem;
  color: #fff;
}
.image-card-link {
  margin-top: 2rem;
}
.image-card-link .btn-cta {
  background-color: #fff;
  color: #19469b;
  width: auto;
  font-size: 1.2rem;
  transition: background-color 0.4s ease;
}
.image-card-link .btn-cta:hover {
  background-color: #d9d9d9;
}
@media all and (min-width: 768px) {
  .image-card-text {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .image-card .image-card-content {
    padding: 0 0 0 0;
    flex: 1 1 33.33333333%;
    padding: 2rem;
  }
  .no-smil .image-card .image-card-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 0px);
  }
}
.image-gallery-image a {
  display: block;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.image-gallery-image a.fluidbox-open {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.image-gallery-image img {
  margin: 0;
  width: 100%;
}
.image-gallery-image .image-credit {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.1;
}
.image-gallery-image a {
  display: block;
}
.image-gallery-image img {
  margin: 0;
  width: 100%;
}
.image-gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1500;
  overflow-y: auto;
}
.image-gallery-overlay .image-gallery-images {
  max-width: 90%;
  margin: 40px auto;
}
.image-gallery-overlay .image-gallery-image {
  margin-bottom: 4rem;
  text-align: center;
}
.image-gallery-overlay .image-gallery-image:last-child {
  margin: 0;
}
.image-gallery-overlay .image-gallery-image picture {
  display: block;
}
.image-gallery-overlay .image-gallery-image img {
  max-width: 100%;
}
.image-gallery-overlay .close-btn {
  color: #000;
  position: absolute;
  top: 8px;
  right: 20px;
  width: 25px;
  height: 32px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.8rem;
  z-index: 100;
}
.image-gallery-overlay .close-btn:after {
  position: static;
  color: #000;
  padding: 0;
}
@media all and (min-width: 768px) {
  .image-gallery-overlay .image-gallery-images {
    max-width: 748px;
  }
  .image-gallery-overlay .close-btn {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .image-gallery-overlay .image-gallery-images {
    max-width: 972px;
  }
}
@media all and (min-width: 1200px) {
  .image-gallery-overlay .image-gallery-images {
    max-width: 1180px;
  }
}
@media all and (min-width: 1440px) {
  .image-gallery-overlay .image-gallery-images {
    max-width: 1420px;
  }
}
.info-blocks {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.info-blocks .email-link {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
}
.info-blocks .email-link.theme01 {
  background-color: #19469b;
  color: #fff;
}
.info-blocks .email-link.theme01 .info-block-text {
  color: #fff;
}
.info-blocks .email-link.theme01 .fa {
  color: #fff;
}
.info-blocks .email-link.theme02 {
  background-color: #3caaeb;
  color: #1D1D1D;
}
.info-blocks .email-link.theme02 .info-block-text {
  color: #1D1D1D;
}
.info-blocks .email-link.theme02 .fa {
  color: #1D1D1D;
}
.info-blocks .email-link.theme03 {
  background-color: #ffe94f;
  color: #1D1D1D;
}
.info-blocks .email-link.theme03 .info-block-text {
  color: #1D1D1D;
}
.info-blocks .email-link.theme03 .fa {
  color: #1D1D1D;
}
.info-blocks .email-link.theme04 {
  background-color: #000;
  color: #fff;
}
.info-blocks .email-link.theme04 .info-block-text {
  color: #fff;
}
.info-blocks .email-link.theme04 .fa {
  color: #fff;
}
.info-blocks .email-link.theme05 {
  background-color: #878787;
  color: #fff;
}
.info-blocks .email-link.theme05 .info-block-text {
  color: #fff;
}
.info-blocks .email-link.theme05 .fa {
  color: #fff;
}
.info-blocks .email-link.theme06 {
  background-color: #dbe2f0;
  color: #1D1D1D;
}
.info-blocks .email-link.theme06 .info-block-text {
  color: #1D1D1D;
}
.info-blocks .email-link.theme06 .fa {
  color: #1D1D1D;
}
.info-blocks .email-link.theme07 {
  background-color: #f3f5fa;
  color: #1D1D1D;
}
.info-blocks .email-link.theme07 .info-block-text {
  color: #1D1D1D;
}
.info-blocks .email-link.theme07 .fa {
  color: #1D1D1D;
}
.info-blocks .email-link.theme08 {
  background-color: #fff;
  color: #1D1D1D;
}
.info-blocks .email-link.theme08 .info-block-text {
  color: #1D1D1D;
}
.info-blocks .email-link.theme08 .fa {
  color: #1D1D1D;
}
@media (min-width: 768px) {
  .info-blocks .email-link {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .info-blocks .email-link {
    width: 25%;
  }
}
.info-block-social-icons {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.info-block-social-icons .fa,
.info-block-social-icons .fab {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2rem;
}
.info-block {
  flex-grow: 1;
  min-height: 60px;
  justify-content: center;
  overflow: hidden;
  width: 50%;
}
.info-block.theme01 {
  background-color: #19469b;
  color: #fff;
}
.info-block.theme01 .info-block-text {
  color: #fff;
}
.info-block.theme01 .fa {
  color: #fff;
}
.info-block.theme02 {
  background-color: #3caaeb;
  color: #1D1D1D;
}
.info-block.theme02 .info-block-text {
  color: #1D1D1D;
}
.info-block.theme02 .fa {
  color: #1D1D1D;
}
.info-block.theme03 {
  background-color: #ffe94f;
  color: #1D1D1D;
}
.info-block.theme03 .info-block-text {
  color: #1D1D1D;
}
.info-block.theme03 .fa {
  color: #1D1D1D;
}
.info-block.theme04 {
  background-color: #000;
  color: #fff;
}
.info-block.theme04 .info-block-text {
  color: #fff;
}
.info-block.theme04 .fa {
  color: #fff;
}
.info-block.theme05 {
  background-color: #878787;
  color: #fff;
}
.info-block.theme05 .info-block-text {
  color: #fff;
}
.info-block.theme05 .fa {
  color: #fff;
}
.info-block.theme06 {
  background-color: #dbe2f0;
  color: #1D1D1D;
}
.info-block.theme06 .info-block-text {
  color: #1D1D1D;
}
.info-block.theme06 .fa {
  color: #1D1D1D;
}
.info-block.theme07 {
  background-color: #f3f5fa;
  color: #1D1D1D;
}
.info-block.theme07 .info-block-text {
  color: #1D1D1D;
}
.info-block.theme07 .fa {
  color: #1D1D1D;
}
.info-block.theme08 {
  background-color: #fff;
  color: #1D1D1D;
}
.info-block.theme08 .info-block-text {
  color: #1D1D1D;
}
.info-block.theme08 .fa {
  color: #1D1D1D;
}
@media (min-width: 768px) {
  .info-block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .info-block {
    width: 25%;
  }
}
.info-block .info-block-text {
  margin: 0;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-align: center;
}
.info-block .info-block-icon {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-size: 2rem;
  margin-bottom: 0.2rem;
}
.info-block-inner {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 1.5rem;
}
.linked-image {
  position: relative;
}
.linked-image figure {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
}
.linked-image figcaption {
  padding: 1rem 0rem;
  border-radius: 5px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  line-height: 1.2;
}
.linked-image .magnify-image-link {
  display: none;
  color: currentColor;
}
.linked-image .magnify-image-link i {
  font-size: 2.4rem;
  padding: 1rem;
  border-radius: 0px 0px 0px 5px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
.linked-image:hover .magnify-image-link,
.linked-image:active .magnify-image-link,
.linked-image:focus .magnify-image-link {
  display: block;
}
.last-updated-children-container {
  background-color: #f3f5fa;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.last-updated-children-container .link-item a {
  margin-right: 0.7rem;
}
.last-updated-children-container .link-item a:hover {
  text-decoration: underline;
}
.news {
  margin-top: 0;
}
.theme01 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme02 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme03 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme04 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme05 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme06 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme07 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme08 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme01 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme02 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme03 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme04 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme05 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme06 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme07 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme08 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.news-list-section h1 {
  display: inline-block;
  margin: 0 0 20px;
  padding-bottom: 1.2rem;
  position: relative;
  margin-bottom: 5rem;
}
.news-list-section h1:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100px;
}
.news-list-section .news-list-item {
  margin-bottom: 2rem;
}
.news-list-section .news-list-item:last-child {
  border: none;
}
.news-list-section .news-article {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #fff;
  color: inherit;
  border-bottom: 3px solid rgba(25, 70, 155, 0.15);
  padding-bottom: 2rem;
}
.news-list-section .news-image {
  margin-bottom: 2rem;
}
.news-list-section .news-image img {
  width: 100%;
  height: 100%;
}
.news-list-section .news-content {
  padding: 0rem;
}
.news-list-section .news-content h2 {
  font-weight: bold;
  margin-top: 0;
}
.news-list-section .news-content h2 a {
  color: inherit;
}
.news-list-section .news-content h2 .date {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  color: #1D1D1D;
}
.news-list-section .news-content p {
  font-size: 1.4rem;
}
.news-list-section .news-content p a {
  color: inherit;
}
.news-list-section .news-meta {
  margin-top: 1rem;
}
.news-list-section .news-meta .date {
  display: none;
}
.news-list-section .show-all-news-btn {
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 2px;
  display: inline-block;
  background-color: #19469b;
  color: #fff;
  text-align: center;
}
.news-list-section .show-all-news-btn:hover,
.news-list-section .show-all-news-btn:active,
.news-list-section .show-all-news-btn:focus {
  background-color: #205ac7;
  color: #fff;
}
.news-list-pager {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.news-list-pager .news-list-pager-button {
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.6rem;
  border: none;
  background-color: #19469b;
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.news-list-pager .news-list-pager-button:hover,
.news-list-pager .news-list-pager-button:active,
.news-list-pager .news-list-pager-button:focus {
  background-color: #205ac7;
  color: #fff;
}
.news-list-pager .news-list-pager-button::before,
.news-list-pager .news-list-pager-button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  font-size: 1.4rem;
  line-height: 16px;
}
.news-list-pager .news-list-pager-button-previous::before {
  content: "\f053";
  margin-right: 1rem;
}
.news-list-pager .news-list-pager-button-previous-disabled {
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.6rem;
  border: none;
  background-color: #878787;
  color: #fff;
  line-height: 1;
}
.news-list-pager .news-list-pager-button-previous-disabled:hover,
.news-list-pager .news-list-pager-button-previous-disabled:active,
.news-list-pager .news-list-pager-button-previous-disabled:focus {
  background-color: #a1a1a1;
  color: #fff;
}
.news-list-pager .news-list-pager-button-next::after {
  content: "\f054";
  margin-left: 1rem;
}
.news-list-pager .news-list-pager-button-next-disabled {
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.6rem;
  border: none;
  background-color: #878787;
  color: #fff;
  line-height: 1;
}
.news-list-pager .news-list-pager-button-next-disabled:hover,
.news-list-pager .news-list-pager-button-next-disabled:active,
.news-list-pager .news-list-pager-button-next-disabled:focus {
  background-color: #a1a1a1;
  color: #fff;
}
.news-tag,
.news-category {
  border-radius: 2px;
  margin-bottom: 1rem;
  display: inline-block;
}
.news-tag:before,
.news-category:before {
  margin-right: 0.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
}
.news-tag {
  background-color: #19469b;
  color: #fff;
  font-size: 0.8rem;
}
.news-tag:hover {
  background-color: #205ac7;
  color: #fff;
}
.news-tag:before {
  content: "\f02b";
}
.news-categories,
.news-tags,
.news-archive-navigation {
  margin-bottom: 3rem;
}
.news-categories h2,
.news-tags h2,
.news-archive-navigation h2 {
  color: #1D1D1D;
  display: inline-block;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 1.2rem;
  position: relative;
}
.news-categories h2:after,
.news-tags h2:after,
.news-archive-navigation h2:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100px;
}
.news-categories h2:after,
.news-tags h2:after,
.news-archive-navigation h2:after {
  width: 80%;
}
.news-categories a,
.news-tags a,
.news-archive-navigation a {
  padding: 1rem;
  color: #333;
  display: block;
}
.news-categories .year-list,
.news-tags .year-list,
.news-archive-navigation .year-list,
.news-categories .month-list,
.news-tags .month-list,
.news-archive-navigation .month-list,
.news-categories .tag-list,
.news-tags .tag-list,
.news-archive-navigation .tag-list,
.news-categories .category-list,
.news-tags .category-list,
.news-archive-navigation .category-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.news-archive-navigation .year-list-item {
  position: relative;
  border-bottom: 3px solid rgba(25, 70, 155, 0.15);
}
.news-archive-navigation .year-list-item .year-list-item-inner {
  position: relative;
}
.news-archive-navigation .year-list-item .expand-year {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  z-index: 10;
  display: block;
}
.news-archive-navigation .year-list-item .expand-year:hover {
  cursor: pointer;
}
.news-archive-navigation .year-list-item .expand-year:after {
  color: #19469B;
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.news-archive-navigation .year-list-item.open .month-list {
  max-height: 400px;
}
.news-archive-navigation .year-list-item .month-list {
  max-height: 0;
  overflow: hidden;
  padding-left: 2rem;
  transition: all 0.3s ease;
}
.news-tags .tag-list-item {
  display: inline-block;
  margin: 0.7rem 0.5rem 0rem 0rem;
}
.news-tags .tag-list-item a {
  border: 1px solid #19469B;
  color: #19469B;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.news-tags .tag-list-item a:before {
  content: "\f02b";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin-right: 0.5rem;
}
.news-tags .tag-list-item a:hover,
.news-tags .tag-list-item a:active,
.news-tags .tag-list-item a:focus {
  background-color: #19469b;
  color: #fff;
}
.news-tags .tag-list-item.news-category a {
  background-color: #19469b;
  color: #fff;
}
.news-tags .tag-list-item.news-category a:before {
  content: "\f0b0";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin-right: 0.5rem;
}
.news-article .editorial {
  margin-bottom: 3rem;
}
.article-body > .news-meta {
  margin-top: 6rem;
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .news-list-section .news-list-item {
    margin-bottom: 4rem;
  }
}
.theme01 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme02 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme03 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme04 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme05 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme06 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme07 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme08 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme01 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme02 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme03 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme04 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme05 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme06 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme07 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.theme08 .news-content {
  padding: 0rem 2rem;
  color: #333;
}
.news-widget .news-widget-heading {
  font-weight: bold;
  margin: 0 0 20px;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}
.news-widget .news-widget-heading:after {
  background-color: #ffe94f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}
.news-widget .news-widget-list-item {
  margin-bottom: 4rem;
}
.news-widget .news-widget-list-item:last-child {
  border: none;
}
.news-widget .news-article {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #fff;
  color: inherit;
  border-bottom: 3px solid rgba(25, 70, 155, 0.15);
  padding-bottom: 2rem;
}
.news-widget .news-image {
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 3px;
}
.news-widget .news-image img {
  width: 100%;
  height: 100%;
}
.news-widget .news-content {
  padding: 0rem;
}
.news-widget .news-content h2,
.news-widget .news-content h3 {
  font-weight: bold;
  margin-top: 0;
}
.news-widget .news-content h2 a,
.news-widget .news-content h3 a {
  color: inherit;
}
.news-widget .news-content h2 .date,
.news-widget .news-content h3 .date {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: normal;
  color: #878787;
}
.news-widget .news-content p {
  font-size: 1.4rem;
}
.news-widget .news-content p a {
  color: inherit;
}
.news-widget .news-meta {
  margin-top: 1rem;
}
.news-widget .news-widget-actions {
  text-align: center;
}
.news-widget .show-all-news-btn {
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 2px;
  display: inline-block;
  background-color: #19469b;
  color: #fff;
  text-align: center;
}
.news-widget .show-all-news-btn:hover,
.news-widget .show-all-news-btn:active,
.news-widget .show-all-news-btn:focus {
  background-color: #205ac7;
  color: #fff;
}
.news-widget .news-categories,
.news-widget .news-tags,
.news-widget .news-archive-navigation {
  margin-bottom: 2rem;
  border: 1px solid #eaeaea;
}
.news-widget .news-categories h2,
.news-widget .news-tags h2,
.news-widget .news-archive-navigation h2 {
  font-size: 2.4rem;
  padding: 1.5rem;
  background-color: #ffe94f;
  color: #1D1D1D;
  margin: 0;
}
.news-widget .news-categories li,
.news-widget .news-tags li,
.news-widget .news-archive-navigation li {
  border-bottom: 1px solid #eaeaea;
}
.news-widget .news-categories li:last-child,
.news-widget .news-tags li:last-child,
.news-widget .news-archive-navigation li:last-child {
  border: none;
}
.news-widget .news-categories a,
.news-widget .news-tags a,
.news-widget .news-archive-navigation a {
  padding: 1rem;
  color: #333;
  display: block;
}
.news-widget .news-categories a:hover,
.news-widget .news-tags a:hover,
.news-widget .news-archive-navigation a:hover,
.news-widget .news-categories a:active,
.news-widget .news-tags a:active,
.news-widget .news-archive-navigation a:active,
.news-widget .news-categories a:focus,
.news-widget .news-tags a:focus,
.news-widget .news-archive-navigation a:focus {
  background-color: #ffe31c;
  color: #fff;
}
.news-widget .news-categories .month-list,
.news-widget .news-tags .month-list,
.news-widget .news-archive-navigation .month-list,
.news-widget .news-categories .tag-list,
.news-widget .news-tags .tag-list,
.news-widget .news-archive-navigation .tag-list,
.news-widget .news-categories .category-list,
.news-widget .news-tags .category-list,
.news-widget .news-archive-navigation .category-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.expedition-page .news-widget-list-item {
  position: relative;
}
.expedition-page .news-widget-list-item .news-item-actions {
  display: none;
}
.expedition-page .blog-widget-list .news-widget-list-item {
  position: relative;
  padding-left: 9rem;
}
.expedition-page .blog-widget-list .news-widget-list-item .news-intro,
.expedition-page .blog-widget-list .news-widget-list-item .news-item-actions {
  display: none;
}
.expedition-page .blog-widget-list .news-widget-list-item .news-article {
  border: none;
}
.expedition-page .blog-widget-list .news-widget-list-item:before {
  content: "";
  display: block;
  background: url('../gfx/place.png') no-repeat center center;
  background-size: contain;
  width: 64px;
  height: 82px;
  position: absolute;
  top: -23px;
  left: 10px;
  z-index: 22;
}
.expedition-page .blog-widget-list .news-widget-list-item:after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 36px;
  left: 41px;
  border: 1px dashed #D3DBEC;
  z-index: 11;
}
.homepage .news-widget-list .news-image img {
  height: auto;
}
@media all and (min-width: 768px) {
  .news-widget .news-list {
    margin-top: 0;
  }
  .news-widget .news-list-item {
    padding-top: 0;
  }
}
@media all and (min-width: 992px) {
  .content-block-l1 .section-content .news-widget .news-widget-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-block-l1 .section-content .news-widget .news-widget-list.blog-widget-list {
    grid-template-columns: 1fr;
  }
  .content-block-l1 .section-content .news-widget .news-widget-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
  }
  .no-smil .content-block-l1 .section-content .news-widget .news-widget-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l1 .section-content .news-widget .news-widget-list-item .news-article {
    border: none;
  }
  .content-block-l2 .section-content .news-widget-list {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-block-l2 .section-content:first-child .news-widget-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:first-child .news-widget-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l2 .section-content:first-child .news-widget-list-item .news-article {
    border: none;
  }
  .content-block-l2 .section-content:last-child .news-widget-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:last-child .news-widget-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l2 .section-content:last-child .news-widget-list-item .news-article {
    border: none;
  }
}
.page-footer {
  background-color: #000;
  color: #969696;
  padding: 4rem 0rem;
  margin-top: 40px;
}
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4 {
  color: #969696;
  margin-top: 0;
}
.page-footer a {
  color: #969696;
}
.page-footer [data-email] {
  color: #ffe94f;
}
.page-footer.stacked {
  margin-top: 0;
}
.page-footer .rte a {
  color: #ffe94f;
}
.site-information {
  display: inline-block;
  max-width: 32rem;
}
@media all and (min-width: 768px) {
  .site-information {
    float: left;
  }
}
.page-text {
  display: none;
}
.page-image {
  width: 100%;
}
.editorial .page-heading,
.page-heading {
  padding: 1rem;
  background-color: #19469b;
  color: #fff;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.text-only .editorial .page-heading,
.text-only .page-heading {
  position: static;
  transition: all 0.5s ease-in-out;
}
.text-only:hover .editorial .page-heading,
.text-only:focus .editorial .page-heading,
.text-only:active .editorial .page-heading,
.text-only:hover .page-heading,
.text-only:focus .page-heading,
.text-only:active .page-heading {
  transform: scale(1.05);
}
.theme01.text-only {
  background-color: #2564dc;
}
.theme01 .page-heading,
.theme01 .editorial .page-heading {
  background-color: #2564dc;
  color: #fff;
}
.theme01 .page .page-teaser {
  background-color: #2564dc;
}
.theme02.text-only {
  background-color: #81c8f2;
}
.theme02 .page-heading,
.theme02 .editorial .page-heading {
  background-color: #81c8f2;
  color: #1D1D1D;
}
.theme02 .page .page-teaser {
  background-color: #81c8f2;
}
.theme03.text-only {
  background-color: #fff39c;
}
.theme03 .page-heading,
.theme03 .editorial .page-heading {
  background-color: #fff39c;
  color: #1D1D1D;
}
.theme03 .page .page-teaser {
  background-color: #fff39c;
}
.theme04.text-only {
  background-color: #262626;
}
.theme04 .page-heading,
.theme04 .editorial .page-heading {
  background-color: #262626;
  color: #fff;
}
.theme04 .page .page-teaser {
  background-color: #262626;
}
.theme05.text-only {
  background-color: #adadad;
}
.theme05 .page-heading,
.theme05 .editorial .page-heading {
  background-color: #adadad;
  color: #fff;
}
.theme05 .page .page-teaser {
  background-color: #adadad;
}
.theme06.text-only {
  background-color: #ffffff;
}
.theme06 .page-heading,
.theme06 .editorial .page-heading {
  background-color: #ffffff;
  color: #1D1D1D;
}
.theme06 .page .page-teaser {
  background-color: #ffffff;
}
.theme07.text-only {
  background-color: #ffffff;
}
.theme07 .page-heading,
.theme07 .editorial .page-heading {
  background-color: #ffffff;
  color: #1D1D1D;
}
.theme07 .page .page-teaser {
  background-color: #ffffff;
}
.theme08.text-only {
  background-color: #ffffff;
}
.theme08 .page-heading,
.theme08 .editorial .page-heading {
  background-color: #ffffff;
  color: #1D1D1D;
}
.theme08 .page .page-teaser {
  background-color: #ffffff;
}
.page-list {
  margin-bottom: 2rem;
}
.page {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 4rem;
}
.page .page-teaser {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #19469b;
}
.page .page-teaser.text-only {
  min-height: 18rem;
  align-items: center;
}
.page .page-teaser img {
  transition: all 0.5s ease-in-out;
}
.page .page-teaser:hover img,
.page .page-teaser:focus img,
.page .page-teaser:active img {
  transform: scale(1.05);
}
.page .page-teaser a {
  display: block;
  width: 100%;
}
.page-list-heading {
  margin-top: 0;
}
.search-result-filter {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  border-radius: 4px;
  background-color: #fff;
  padding: 2rem;
}
.search-results-page .main-content-inner {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.search-content .search {
  margin-bottom: 2rem;
}
.search-content .search-form {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #ccc;
}
.search-content .search-form label {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.search-content .search-form .form-field {
  width: 100%;
}
.search-content .search-text-box {
  background-color: transparent;
  font-size: 1.4rem;
  border: none;
  padding: 1rem 4rem 1rem 2rem;
  color: #9d9d9d;
  width: 100%;
}
.search-content .search-text-box:focus {
  outline: none;
}
.search-content .btn-search {
  height: 100%;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-left: none;
  background-color: transparent;
  color: #6e6e6e;
}
.search-content .btn-search span {
  display: none;
}
.search-content .btn-search:hover {
  background-color: rgba(0, 0, 0, 0);
}
.search-content .btn-search:after {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  content: "\f002";
  font-size: 2rem;
}
.search-results {
  margin: 2rem 0rem;
}
.search-results-content {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  border-radius: 4px;
  background-color: #fff;
  padding: 2rem;
}
.search-result {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.search-result:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.search-result a {
  color: #1D1D1D;
}
.search-result a:hover,
.search-result a:active,
.search-result a:focus {
  color: #1D1D1D;
}
.search-result .exerpt {
  margin: 0;
}
.search-result .cite {
  margin: 1rem 0rem 0rem;
  font-size: 1.5rem;
}
.search-result .type {
  margin: 1rem 0rem 0rem;
}
.search-result .site-section-header {
  margin-bottom: 1rem;
}
.search-result-media h2 {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.search-result-media h2::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  content: "\f15b";
  margin-right: 1rem;
  color: #666666;
}
.search-result-media .pdf h2::before {
  content: "\f1c1";
}
.search-result-link {
  display: block;
}
.search-pager {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.search-pager .pager-status {
  margin: 1rem 0rem 0rem;
  font-size: 1.6rem;
  line-height: 1;
}
.search-pager-button {
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.6rem;
  border: none;
  background-color: #19469b;
  color: #fff;
  line-height: 1;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.search-pager-button:hover,
.search-pager-button:active,
.search-pager-button:focus {
  background-color: #205ac7;
  color: #fff;
}
.search-pager-button::before,
.search-pager-button::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  font-size: 1.4rem;
  line-height: 16px;
}
.search-pager-button-previous::before {
  content: "\f053";
  margin-right: 1rem;
}
.search-pager-button-previous-disabled {
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.6rem;
  border: none;
  background-color: #878787;
  color: #fff;
  line-height: 1;
}
.search-pager-button-previous-disabled:hover,
.search-pager-button-previous-disabled:active,
.search-pager-button-previous-disabled:focus {
  background-color: #a1a1a1;
  color: #fff;
}
.search-pager-button-next::after {
  content: "\f054";
  margin-left: 1rem;
}
.search-pager-button-next-disabled {
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.6rem;
  border: none;
  background-color: #878787;
  color: #fff;
  line-height: 1;
}
.search-pager-button-next-disabled:hover,
.search-pager-button-next-disabled:active,
.search-pager-button-next-disabled:focus {
  background-color: #a1a1a1;
  color: #fff;
}
@media all and (min-width: 992px) {
  .search-results-page .main-content-inner {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    flex-direction: row-reverse;
  }
  .search-content-section {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
  }
  .no-smil .search-content-section {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .search-filter-section {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
  }
  .no-smil .search-filter-section {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
  .search-result-section {
    padding: 20px 0 0 20px;
    flex: 1 1 75%;
  }
  .no-smil .search-result-section {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(75% - 20px);
  }
}
.researchers-search {
  margin-bottom: 6rem;
}
.researchers-search .form-group {
  margin-bottom: 2rem;
}
.researchers-search .form-group label {
  font-size: 1.6rem;
}
.researchers-search .form-group.--text label {
  display: none;
}
.researchers-search .form-group.--text input {
  border: 2px solid #707070;
  border-radius: 3px;
  padding: 1.2rem 2rem;
}
.researchers-search .form-group.--dropdown select {
  border: 0;
  border-bottom: 2px solid #707070;
  border-radius: 0px;
  padding: 0.7rem 1rem 0.9rem;
}
.researchers-search .form-group.--dropdown label {
  display: none;
}
.researchers-search .form-group.--checkbox label {
  border: 2px dashed #707070;
  display: inline-block;
  margin: 0rem 0.5rem 0.5rem 0rem;
  padding: 0.6rem 0.9rem;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.researchers-search .form-group.--checkbox label:hover,
.researchers-search .form-group.--checkbox label.checked {
  background-color: #19469B;
  border: 2px solid #19469B;
  color: #fff;
  cursor: pointer;
}
.researchers-search .form-group.--checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.researchers-search .form-group label {
  display: block;
}
.researchers-search .form-group .search-wrapper {
  position: relative;
}
.researchers-search .form-group .search-wrapper .search-field-btn {
  background-color: transparent;
  border: 0;
  font-size: 1.4rem;
  position: absolute;
  right: 12px;
  top: 13px;
}
.researchers-search .form-group .search-wrapper .search-field-btn:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin-right: 0.6rem;
}
.researchers-search .clear-filter-btn {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 2rem;
}
.researchers-search .clear-filter-btn:hover {
  text-decoration: underline;
}
.researchers-list pre {
  word-break: normal;
  white-space: pre-wrap;
}
.researchers-list .researcher {
  margin-bottom: 4rem;
}
.researchers-list .researcher:hover {
  cursor: pointer;
}
.researchers-list .researcher-inner {
  background-color: #f3f5fa;
  border-left: 4px solid #fdea61;
  padding: 2rem;
  height: 100%;
}
.researchers-list .researcher-header {
  margin-bottom: 1rem;
}
.researchers-list .researcher-header .researcher-heading {
  margin-bottom: 0.5rem;
}
.researchers-list .researcher-header .researcher-title {
  font-size: 1.6rem;
  font-style: italic;
}
.researcher-modal .modal-body {
  padding: 0;
}
.researcher-modal .close {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 7px;
  top: 5px;
  color: #444;
  font-size: 34px;
  z-index: 1;
}
.researcher-modal .researcher-modal-content {
  background-color: #F3F5FA;
  border-left: 5px solid #FFE94F;
  border-radius: 3px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.researcher-modal .researcher-modal-content:before {
  background-size: contain;
  bottom: 0;
  content: "";
  height: 50%;
  position: absolute;
  right: -10%;
  width: 30%;
  opacity: 0.5;
}
.researcher-modal .researcher-modal-content.arctic:before {
  background: url("/static/gfx/arctic.png") no-repeat center center;
  background-size: contain;
}
.researcher-modal .researcher-modal-content.antarctica:before {
  background: url("/static/gfx/antarctica.png") no-repeat center center;
  background-size: contain;
}
.researcher-modal .researcher-modal-content.globe:before,
.researcher-modal .researcher-modal-content.third-pole:before {
  background: url("/static/gfx/globe.png") no-repeat center center;
  background-size: contain;
}
.researcher-modal .researcher-header {
  margin-bottom: 2rem;
}
.researcher-modal .researcher-header .researcher-title {
  font-style: italic;
}
.researcher-sustainablegoals h5 {
  margin: 4rem 0rem 2rem;
}
.researcher-sustainablegoals .sdg-item {
  display: inline-block;
  margin: 0rem 0.5rem 0.5rem 0rem;
}
.researcher-universities:before {
  content: "\f549";
}
.researcher-regions:before {
  content: "\f3c5";
}
.researcher-researchareas:before {
  content: "\f610";
}
.researcher-links a {
  display: block;
  text-decoration: underline;
}
.researcher-links:before {
  content: "\f0c1";
}
.researcher-links,
.researcher-researchareas,
.researcher-universities,
.researcher-regions {
  position: relative;
  padding: 0.2rem 0rem 0rem 6rem;
  margin-bottom: 2.5rem;
}
.researcher-links:before,
.researcher-researchareas:before,
.researcher-universities:before,
.researcher-regions:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #19469b;
  font-size: 2rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.researcher-inner .researcher-links,
.researcher-inner .researcher-researchareas,
.researcher-inner .researcher-universities,
.researcher-inner .researcher-regions {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  .researchers-search form {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
  }
  .researchers-search .form-group.--text {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
  }
  .no-smil .researchers-search .form-group.--text {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .researchers-search .form-group.--dropdown {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: normal;
  }
  .no-smil .researchers-search .form-group.--dropdown {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
  .researchers-search .form-buttons {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
  }
  .no-smil .researchers-search .form-buttons {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .researchers-list {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 30px -30px;
  }
  .researchers-list .researcher {
    padding: 30px 0 0 30px;
    flex: 1 1 50%;
    flex-grow: 0;
    margin-bottom: 0rem;
  }
  .no-smil .researchers-list .researcher {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 30px);
  }
  .researcher-modal .modal-body {
    padding: 0;
  }
  .researcher-modal .close {
    right: -45px;
    top: -10px;
    font-size: 44px;
    color: #fff;
  }
  .researcher-modal .researcher-modal-content {
    padding: 5rem;
  }
}
@media all and (min-width: 1200px) {
  .modal-dialog {
    max-width: 800px;
  }
  .researchers-list .researcher {
    padding: 30px 0 0 30px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
  }
  .no-smil .researchers-list .researcher {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 30px);
  }
}
@media all and (min-width: 1440px) {
  .researchers-search .form-group.--dropdown {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
  }
  .no-smil .researchers-search .form-group.--dropdown {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
  .researchers-search .form-group.--dropdown.--long {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
  }
  .no-smil .researchers-search .form-group.--dropdown.--long {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
}
.reset-password .reset-password-inner .form-default .alert {
  font-size: 20px;
  font-weight: 600;
}
.reset-password .reset-password-inner .form-default .alert-success ~ .form-group {
  display: none;
}
.reset-password .reset-password-inner .form-default .alert-success ~ .form-group ~ button {
  display: none;
}
.btn-container {
  display: flex;
  justify-content: space-between;
}
.account-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.account-details .picture-field {
  width: 100%;
  padding: 60px;
  background-color: #dbe2f0;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
}
.account-details .picture-field img {
  border: 1px solid black;
  border-radius: 50%;
  box-shadow: 0px 0px 54px -14px rgba(0, 0, 0, 0.3);
}
.account-details .picture-field i {
  border: 1px solid black;
  box-shadow: 0px 0px 54px -14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 25px 12.5px 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: #b1b1b1;
}
.account-details .picture-field i svg {
  fill: #eeeeee;
}
.account-details .picture-field h2 {
  align-self: center;
  margin-left: 20px;
}
.account-details .picture-field h2 span {
  font-size: 80%;
  font-weight: 200;
}
.account-details .account-field {
  border: 1px solid black;
  border-radius: 8px;
}
.account-details .account-field h3 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
  background: #f3f5fa;
  margin-top: 0;
  border-bottom: 1px solid black;
}
.account-details .account-field div {
  padding: 20px;
  border-bottom: 1px solid black;
  display: grid;
  grid-template-columns: 1fr 2fr;
  font-size: 14px;
}
.account-details .account-field div span {
  font-weight: 600;
}
.account-details .account-field div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .search-result-filter {
    padding: 2rem;
    overflow: hidden;
  }
  .search-result-filter .search-result-filter-heading {
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    position: relative;
  }
  .search-result-filter .search-result-filter-heading::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-result-filter.open .search-result-filter-heading::after {
    content: "\f077";
  }
  .search-result-filter.open .search-result-filter-form {
    max-height: 1000px;
    opacity: 1;
    margin-top: 2rem;
    transition: max-height 0.2s cubic-bezier(1, 0, 1, 0);
  }
  .search-result-filter-form {
    margin: 0;
    max-height: 0;
    opacity: 0;
    transition: opacity 0.1s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.1s cubic-bezier(1, 0, 1, 0);
  }
}
.search-result-filter .filter-search-result-btn {
  padding: 1rem;
  border-radius: 2px;
  font-size: 1.6rem;
  border: none;
  background-color: #19469b;
  color: #fff;
  line-height: 1;
  width: 100%;
}
.search-result-filter .filter-search-result-btn:hover,
.search-result-filter .filter-search-result-btn:active,
.search-result-filter .filter-search-result-btn:focus {
  background-color: #205ac7;
  color: #fff;
}
.search-result-filter-form h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.search-result-filter-form label {
  cursor: default;
  line-height: 1;
}
.search-result-filter-form label span {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  line-height: 1;
}
.search-result-filter-form label span::before {
  margin-right: 1rem;
  content: '\2713';
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 2px solid #666666;
  color: transparent;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.search-result-filter-form label input[type="checkbox"] {
  display: none;
}
.search-result-filter-form label input[type="checkbox"]:checked + span::before {
  color: #6a6a6a;
}
.search-result-filter-form label input[type="checkbox"]:disabled + span {
  cursor: not-allowed;
}
.search-result-filter-form label input[type="checkbox"]:disabled + span::before {
  border-color: #e6e6e6;
}
@media all and (min-width: 992px) {
  .search-result-filter-form {
    margin-top: 4rem;
  }
}
.social-media-link {
  margin-right: 1rem;
  display: inline-block;
}
.social-media-link a {
  text-decoration: none;
}
.social-media-link a:hover,
.social-media-link a:focus,
.social-media-link a:active {
  text-decoration: none;
}
.social-media-link:last-child {
  margin-right: 0;
}
.social-media-text {
  display: none;
}
.theme01 .social-media-bar h2 {
  color: #fff;
}
.theme01 .social-media-bar .social-media-link a {
  color: #fff;
}
.theme01 .social-media-bar .social-media-link:hover,
.theme01 .social-media-bar .social-media-link:focus {
  color: #fff;
}
.theme01 .social-media-links .social-media-link a {
  color: #fff;
}
.theme02 .social-media-bar h2 {
  color: #1D1D1D;
}
.theme02 .social-media-bar .social-media-link a {
  color: #1D1D1D;
}
.theme02 .social-media-bar .social-media-link:hover,
.theme02 .social-media-bar .social-media-link:focus {
  color: #1D1D1D;
}
.theme02 .social-media-links .social-media-link a {
  color: #1D1D1D;
}
.theme03 .social-media-bar h2 {
  color: #1D1D1D;
}
.theme03 .social-media-bar .social-media-link a {
  color: #1D1D1D;
}
.theme03 .social-media-bar .social-media-link:hover,
.theme03 .social-media-bar .social-media-link:focus {
  color: #1D1D1D;
}
.theme03 .social-media-links .social-media-link a {
  color: #1D1D1D;
}
.theme04 .social-media-bar h2 {
  color: #fff;
}
.theme04 .social-media-bar .social-media-link a {
  color: #fff;
}
.theme04 .social-media-bar .social-media-link:hover,
.theme04 .social-media-bar .social-media-link:focus {
  color: #fff;
}
.theme04 .social-media-links .social-media-link a {
  color: #fff;
}
.theme05 .social-media-bar h2 {
  color: #fff;
}
.theme05 .social-media-bar .social-media-link a {
  color: #fff;
}
.theme05 .social-media-bar .social-media-link:hover,
.theme05 .social-media-bar .social-media-link:focus {
  color: #fff;
}
.theme05 .social-media-links .social-media-link a {
  color: #fff;
}
.theme06 .social-media-bar h2 {
  color: #1D1D1D;
}
.theme06 .social-media-bar .social-media-link a {
  color: #1D1D1D;
}
.theme06 .social-media-bar .social-media-link:hover,
.theme06 .social-media-bar .social-media-link:focus {
  color: #1D1D1D;
}
.theme06 .social-media-links .social-media-link a {
  color: #1D1D1D;
}
.theme07 .social-media-bar h2 {
  color: #1D1D1D;
}
.theme07 .social-media-bar .social-media-link a {
  color: #1D1D1D;
}
.theme07 .social-media-bar .social-media-link:hover,
.theme07 .social-media-bar .social-media-link:focus {
  color: #1D1D1D;
}
.theme07 .social-media-links .social-media-link a {
  color: #1D1D1D;
}
.theme08 .social-media-bar h2 {
  color: #1D1D1D;
}
.theme08 .social-media-bar .social-media-link a {
  color: #1D1D1D;
}
.theme08 .social-media-bar .social-media-link:hover,
.theme08 .social-media-bar .social-media-link:focus {
  color: #1D1D1D;
}
.theme08 .social-media-links .social-media-link a {
  color: #1D1D1D;
}
.content-block .social-media-link {
  font-size: 2.4rem;
  display: block;
}
.content-block .social-media-link .fa {
  width: 3rem;
}
.page-footer .content-block .social-media-links {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-footer .content-block .social-media-link {
  font-size: 2.4rem;
}
.page-footer .content-block .social-media-link .fa {
  width: auto;
}
@media all and (min-width: 768px) {
  .main-content .content-block .social-media-links {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-bottom: 0;
  }
  .main-content .content-block .social-media-link {
    font-size: 2.4rem;
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
    text-align: center;
    margin-bottom: 0;
  }
  .no-smil .main-content .content-block .social-media-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
  .main-content .content-block .social-media-link .fa {
    width: auto;
  }
}
@media all and (min-width: 992px) {
  .main-content .content-block-l2 .section-content:first-child .social-media-link {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .main-content .content-block-l2 .section-content:first-child .social-media-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .main-content .content-block-l2 .section-content:last-child .social-media-link {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .main-content .content-block-l2 .section-content:last-child .social-media-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .main-content .content-block-l3 .section-content:first-child .social-media-link {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .main-content .content-block-l3 .section-content:first-child .social-media-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .main-content .content-block-l3 .section-content:last-child .social-media-link {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .main-content .content-block-l3 .section-content:last-child .social-media-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .main-content .content-block-l4 .section-content .social-media-link {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .main-content .content-block-l4 .section-content .social-media-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .main-content .content-block-l5 .section-content .social-media-link,
  .main-content .content-block-l6 .section-content .social-media-link {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .main-content .content-block-l5 .section-content .social-media-link,
  .no-smil .main-content .content-block-l6 .section-content .social-media-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
}
.staff-content .staff-heading {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
.staff-content div p {
  margin-bottom: 0.6rem;
  display: block;
}
.staff-content a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 244px;
  word-wrap: break-all;
}
.staff-content .email-link {
  display: inline-flex;
}
.staff-content .staff-email {
  margin-bottom: 1rem;
}
.staff-list-item {
  margin-bottom: 4rem;
}
.staff-image {
  margin-bottom: 1rem;
}
.staff-image img {
  width: 100%;
}
@media all and (min-width: 576px) {
  .staff-list {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 40px -40px;
    margin-bottom: 0;
  }
  .staff-list-item {
    padding: 40px 0 0 40px;
    flex: 1 1 50%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .staff-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 40px);
  }
}
@media all and (min-width: 768px) {
  .content-block-l3 .section-content:last-of-type .staff-list {
    margin: 0;
    display: block;
  }
  .staff-item-page .staff {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-bottom: 0;
  }
  .staff-item-page .staff-image {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .staff-item-page .staff-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
  .staff-item-page .staff-content {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .staff-item-page .staff-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
}
@media all and (min-width: 992px) {
  .staff-list-item {
    padding: 40px 0 0 40px;
    flex: 1 1 33.33333333%;
  }
  .no-smil .staff-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 40px);
  }
  .content-block-l1 .staff-list-item {
    padding: 40px 0 0 40px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
  }
  .no-smil .content-block-l1 .staff-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 40px);
  }
}
@media all and (min-width: 1200px) {
  .staff-content a {
    max-width: 280px;
  }
  .staff-list-item {
    padding: 40px 0 0 40px;
    flex: 1 1 25%;
  }
  .no-smil .staff-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 40px);
  }
  .content-block-l1 .staff-list-item {
    padding: 40px 0 0 40px;
    flex: 1 1 25%;
    flex-grow: 0;
  }
  .no-smil .content-block-l1 .staff-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 40px);
  }
}
@media all and (min-width: 1440px) {
  .staff-content a {
    max-width: 280px;
  }
  .staff-list-item {
    padding: 40px 0 0 40px;
    flex: 1 1 25%;
  }
  .no-smil .staff-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 40px);
  }
  .content-block-l1 .staff-list-item {
    padding: 40px 0 0 40px;
    flex: 1 1 25%;
    flex-grow: 0;
  }
  .no-smil .content-block-l1 .staff-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 40px);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  color: #707070;
  font-size: 1.8rem;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #707070;
  border-radius: 0;
  cursor: text;
  position: relative;
  padding: 0.7rem 1rem;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  font-size: 12px;
  padding-left: 2px;
  padding-right: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #707070;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  left: 0;
  padding: 2px 5px;
  position: absolute;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #707070;
  outline: 0;
  border-radius: 3px;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  font-size: 14px;
  line-height: 1;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ededed;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.sensor-list {
  --sensor-list-border-values: 1px solid #ccc;
  --table-heading-fs: 2rem;
  --data-heading-fs: 1.5rem;
  --data-value-fs: 1.5rem;
  border-radius: 4px;
  border: var(--sensor-list-border-values);
  overflow: hidden;
}
.sensor-list .sensor-list-heading {
  margin: 0;
  padding: 10px;
  font-size: var(--table-heading-fs);
  background-color: #fff;
}
.sensor-list .sensor-list-table {
  width: 100%;
  table-layout: fixed;
}
.sensor-list .sensor-list-table caption {
  caption-side: top;
  padding: 10px;
  font-size: var(--table-heading-fs);
  font-weight: bold;
  border-bottom: var(--sensor-list-border-values);
  color: #1D1D1D;
}
.sensor-list .sensor-list-table.has-heading {
  border-top: var(--sensor-list-border-values);
}
.sensor-list .sensor-list-table tr {
  border-top: var(--sensor-list-border-values);
}
.sensor-list .sensor-list-table tr:first-child {
  border-top: none;
}
.sensor-list .sensor-list-table tr:first-child th,
.sensor-list .sensor-list-table tr:first-child td {
  border-top: none;
}
.sensor-list .sensor-list-table tr th,
.sensor-list .sensor-list-table tr td {
  padding: 10px;
  border-top: var(--sensor-list-border-values);
}
.sensor-list .sensor-list-table tr th {
  font-size: var(--data-heading-fs);
  background-color: #e7e7e7;
  border-right: var(--sensor-list-border-values);
}
.sensor-list .sensor-list-table tr th.empty {
  background-color: transparent;
}
.sensor-list .sensor-list-table tr td {
  font-size: var(--data-value-fs);
  font-weight: bold;
  text-align: right;
}
.screen-mode .sensor-list {
  --table-heading-fs: 2rem;
  --data-heading-fs: 2rem;
  --data-value-fs: 4rem;
}
/*.sensor-list {
	--sensor-list-border-values: 1px solid fade(@theme01-bg-color, 20%);

	background-color: @theme07-bg-color;
	overflow: hidden;
	border-left:4px solid @theme03-bg-color;

	.sensor-list-heading {
		margin: 0;
		padding: @sensor-list-padding;
		font-size: 20px;
		text-align: center;
		background-color: fade(@theme01-bg-color, 30%)
	}

	.sensor-list-table {
		width: 100%;

		tr {
			th, td {
				padding: @sensor-list-padding;
				border-top: @sensor-list-border-values;
			}

			td {
				border-left: @sensor-list-border-values;
			}
		}

		tr:nth-child(2n -1) {
			background-color: fade(@theme06-bg-color, 50%);
		}
	}
}*/
.sub-navigation {
  display: none;
}
@media all and (min-width: 992px) {
  .sub-navigation {
    display: block;
  }
  .sub-navigation .toggle-subnav-btn {
    background-color: transparent;
    border: none;
    padding: 1rem 1.2rem !important;
    margin: 0 !important;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 2px;
    border: none !important;
  }
  .sub-navigation .toggle-subnav-btn:before {
    content: "\f067";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    color: #3caaeb;
  }
  .sub-navigation .toggle-subnav-btn.open:before {
    content: "\f068";
  }
  .sub-navigation .toggle-subnav-btn span {
    display: none;
  }
  .sub-navigation .sub-nav-list {
    position: static;
    margin: 0;
    padding: 0;
    margin-bottom: 0rem;
  }
  .sub-navigation .sub-nav-list .sub-nav-list-item:last-child {
    padding-bottom: 0;
  }
  .sub-navigation .sub-nav-list .sub-nav-list-item:last-child > a {
    margin-bottom: 0;
  }
  .sub-navigation .sub-nav-list .sub-nav-list-item .sub-nav-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  }
  .sub-navigation .sub-nav-list .sub-nav-list-item .sub-nav-list.open {
    max-height: 4000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  }
  .sub-navigation .sub-nav-list.level1:first-child > .sub-nav-list-item {
    margin: 0rem 0rem 1.5rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 5px rgba(181, 181, 181, 0.29);
  }
  .sub-navigation .sub-nav-list.level2 {
    background-color: #ebebeb;
  }
  .sub-navigation .sub-nav-list.level2 .sub-nav-list-item {
    background-color: #ebebeb;
  }
  .sub-navigation .sub-nav-list.level2 .sub-nav-list-item.active > a {
    border-left: 4px solid #19469b;
  }
  .sub-navigation .sub-nav-list.level2 .sub-nav-list-item.open > a {
    font-weight: bold;
  }
  .sub-navigation .sub-nav-list.level2 .sub-nav-list-item:last-child > a {
    margin-bottom: 0;
  }
  .sub-navigation .sub-nav-list.level3 {
    background-color: #DFDFDF;
  }
  .sub-navigation .sub-nav-list.level3 .sub-nav-list-item {
    background-color: #DFDFDF;
  }
  .sub-navigation .sub-nav-list.level3 .sub-nav-list-item.open > a {
    font-weight: bold;
  }
  .sub-navigation .sub-nav-list.level3 .sub-nav-list-item:last-child > a {
    margin-bottom: 0;
  }
  .sub-navigation .sub-nav-list.level4 {
    background-color: #D2D2D2;
  }
  .sub-navigation .sub-nav-list.level4 .sub-nav-list-item {
    background-color: #D2D2D2;
  }
  .sub-navigation .sub-nav-list.level4 .sub-nav-list-item:last-child > a {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .sub-navigation .sub-nav-list-item {
    display: block;
    position: relative;
    border: none;
    border-bottom: 1px solid #eeeeee;
  }
  .sub-navigation .sub-nav-list-item:last-child {
    border: none;
  }
  .sub-navigation .sub-nav-list-item a {
    font-size: 1.8rem;
    line-height: 1;
    outline: none;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    color: #222222;
    display: block;
  }
  .sub-navigation .sub-nav-list-item:hover {
    background-color: #19469b;
  }
  .sub-navigation .sub-nav-list-item:hover a {
    color: #fff;
  }
  .sub-navigation .sub-nav-list-item.open {
    background-color: #19469b;
  }
  .sub-navigation .sub-nav-list-item.open a {
    color: #fff;
    font-weight: normal;
  }
  .sub-navigation .sub-nav-list-item.open .sub-nav-list a {
    color: #555;
  }
  .sub-navigation .sub-nav-list-item.active {
    background-color: #19469b;
  }
  .sub-navigation .sub-nav-list-item.active a {
    color: #fff;
    font-weight: bold;
  }
  .sub-navigation .sub-nav-list-item.active .sub-nav-list a {
    color: #fff;
    font-weight: normal;
  }
  .sub-navigation .page-heading {
    font-size: 1.4rem;
  }
  .sub-navigation-header {
    background-color: #fff;
    color: inherit;
    font-size: 1.4rem;
    margin: 20px 0;
    padding: 0rem;
  }
  .sub-navigation-header a {
    color: inherit;
  }
  .sub-navigation-header a:hover,
  .sub-navigation-header a:active,
  .sub-navigation-header a:focus {
    outline: none;
    text-decoration: none;
  }
  .sub-navigation-heading {
    margin: 0;
  }
  .sub-navigation-body {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe,
.video-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-slider .swiper-slide-container {
  position: relative;
  overflow: visible;
}
.promo-slider .swiper-slide-container .slider-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  width: 100%;
}
.promo-slider .swiper-slide-container .slider-content .slider-buttons,
.promo-slider .swiper-slide-container .slider-content .slider-text {
  z-index: 10;
  position: relative;
}
.promo-slider .swiper-slide-container.half-right,
.promo-slider .swiper-slide-container.half-left {
  width: 100%;
}
.promo-slider .swiper-slide-container.half-right .slider-content.half-right,
.promo-slider .swiper-slide-container.half-left .slider-content.half-right {
  top: 50%;
  left: auto;
  right: 0;
  height: 100%;
  width: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.promo-slider .swiper-slide-container.half-right .slider-content.half-right .slider-text,
.promo-slider .swiper-slide-container.half-left .slider-content.half-right .slider-text {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.promo-slider .swiper-slide-container.half-right .slider-content.half-right .slider-text h1,
.promo-slider .swiper-slide-container.half-left .slider-content.half-right .slider-text h1,
.promo-slider .swiper-slide-container.half-right .slider-content.half-right .slider-text h2,
.promo-slider .swiper-slide-container.half-left .slider-content.half-right .slider-text h2,
.promo-slider .swiper-slide-container.half-right .slider-content.half-right .slider-text h3,
.promo-slider .swiper-slide-container.half-left .slider-content.half-right .slider-text h3,
.promo-slider .swiper-slide-container.half-right .slider-content.half-right .slider-text h4,
.promo-slider .swiper-slide-container.half-left .slider-content.half-right .slider-text h4,
.promo-slider .swiper-slide-container.half-right .slider-content.half-right .slider-text p,
.promo-slider .swiper-slide-container.half-left .slider-content.half-right .slider-text p {
  width: 100%;
}
.promo-slider .swiper-slide-container.half-right .slider-content.half-left,
.promo-slider .swiper-slide-container.half-left .slider-content.half-left {
  top: 50%;
  left: 0;
  right: auto;
  height: 100%;
  width: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.promo-slider .swiper-slide-container.half-right .slider-content.half-left .slider-text,
.promo-slider .swiper-slide-container.half-left .slider-content.half-left .slider-text {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.promo-slider .swiper-slide-container.half-right .slider-content.half-left .slider-text h1,
.promo-slider .swiper-slide-container.half-left .slider-content.half-left .slider-text h1,
.promo-slider .swiper-slide-container.half-right .slider-content.half-left .slider-text h2,
.promo-slider .swiper-slide-container.half-left .slider-content.half-left .slider-text h2,
.promo-slider .swiper-slide-container.half-right .slider-content.half-left .slider-text h3,
.promo-slider .swiper-slide-container.half-left .slider-content.half-left .slider-text h3,
.promo-slider .swiper-slide-container.half-right .slider-content.half-left .slider-text h4,
.promo-slider .swiper-slide-container.half-left .slider-content.half-left .slider-text h4,
.promo-slider .swiper-slide-container.half-right .slider-content.half-left .slider-text p,
.promo-slider .swiper-slide-container.half-left .slider-content.half-left .slider-text p {
  width: 100%;
}
.promo-slider .slider-content {
  min-height: auto;
  position: absolute;
  z-index: 5;
}
.promo-slider .slider-content.top-left {
  top: 40px;
  left: 15px;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
}
.promo-slider .slider-content.top-center {
  top: 40px;
  left: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.promo-slider .slider-content.top-right {
  top: 40px;
  left: auto;
  right: 15px;
  bottom: auto;
  transform: none;
}
.promo-slider .slider-content.mid-left {
  top: 50%;
  left: 15px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-slider .slider-content.mid-center {
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.promo-slider .slider-content.mid-right {
  top: 50%;
  left: auto;
  right: 15px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-slider .slider-content.bottom-left {
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.promo-slider .slider-content.bottom-center {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.promo-slider .slider-content.bottom-right {
  top: auto;
  left: auto;
  right: 15px;
  bottom: 40px;
  transform: none;
}
.promo-slider.single-slide-slider .swiper-button-prev,
.promo-slider.single-slide-slider .swiper-button-next,
.promo-slider.single-slide-slider .swiper-pagination {
  display: none;
}
.promo-slider .swiper-slide-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  height: 100%;
}
.promo-slider .swiper-video-slide > .swiper-slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.promo-slider .swiper-image-slide.theme01:after {
  background-color: #19469b;
}
.promo-slider .swiper-image-slide.theme02:after {
  background-color: #3caaeb;
}
.promo-slider .swiper-image-slide.theme03:after {
  background-color: #ffe94f;
}
.promo-slider .swiper-image-slide.theme04:after {
  background-color: #000;
}
.promo-slider .swiper-image-slide.theme05:after {
  background-color: #878787;
}
.promo-slider .swiper-image-slide.theme06:after {
  background-color: #dbe2f0;
}
.promo-slider .swiper-image-slide.theme07:after {
  background-color: #f3f5fa;
}
.promo-slider .swiper-image-slide.theme08:after {
  background-color: #fff;
}
.promo-slider .swiper-image-slide:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.promo-slider .swiper-image-slide.swiper-video-slide:after {
  background: transparent;
  display: none;
}
.promo-slider .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vh !important;
}
.promo-slider.swiper-container-single-slide-slider .swiper-slide {
  background-size: cover;
  width: 100%;
}
.promo-slider .slider-content {
  word-break: break-word;
}
.promo-slider .slider-content .slider-heading {
  margin-bottom: 2rem;
  line-height: 1;
}
.promo-slider .slider-content .slider-heading span {
  padding: 2rem 3rem;
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
}
.promo-slider .slider-content h1,
.promo-slider .slider-content h2,
.promo-slider .slider-content h3,
.promo-slider .slider-content p {
  color: #1D1D1D;
  margin-top: 0;
}
.promo-slider .slider-content p {
  padding-bottom: 1rem;
}
.promo-slider .slider-content.theme01:after {
  background-color: #19469b;
}
.promo-slider .slider-content.theme02:after {
  background-color: #3caaeb;
}
.promo-slider .slider-content.theme03:after {
  background-color: #ffe94f;
}
.promo-slider .slider-content.theme04:after {
  background-color: #000;
}
.promo-slider .slider-content.theme05:after {
  background-color: #878787;
}
.promo-slider .slider-content.theme06:after {
  background-color: #dbe2f0;
}
.promo-slider .slider-content.theme07:after {
  background-color: #f3f5fa;
}
.promo-slider .slider-content.theme08:after {
  background-color: #fff;
}
.promo-slider .slider-buttons .call-to-action {
  display: inline-block;
}
.promo-slider .swiper-pagination-bullets {
  width: 100%;
  bottom: 10px;
  z-index: 8899;
}
.promo-slider .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 1rem;
  opacity: 1;
  outline: 0;
  width: 1rem;
}
.promo-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.promo-slider .swiper-slide-active .slider-content {
  opacity: 1;
}
.promo-slider .swiper-button-next,
.promo-slider .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  top: 95%;
  outline: 0;
}
@media (min-width: 992px) {
  .promo-slider .swiper-button-next,
  .promo-slider .swiper-container-rtl .swiper-button-prev {
    top: 50%;
  }
}
.promo-slider .swiper-button-prev {
  left: 20px;
}
.promo-slider .swiper-button-prev,
.promo-slider .swiper-container-rtl .swiper-button-next {
  background-image: none;
  top: 95%;
  outline: 0;
}
@media (min-width: 992px) {
  .promo-slider .swiper-button-prev,
  .promo-slider .swiper-container-rtl .swiper-button-next {
    top: 50%;
  }
}
.promo-slider .swiper-button-next .fa,
.promo-slider .swiper-container-rtl .swiper-button-prev .fa {
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 20px;
}
.promo-slider .swiper-button-next .fa:hover,
.promo-slider .swiper-container-rtl .swiper-button-prev .fa:hover {
  color: #ffffff;
}
.promo-slider .swiper-button-prev .fa,
.promo-slider .swiper-container-rtl .swiper-button-next .fa {
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 20px;
}
.promo-slider .swiper-button-prev .fa:hover,
.promo-slider .swiper-container-rtl .swiper-button-next .fa:hover {
  color: #ffffff;
}
.slide-video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-video-container video {
  left: 50%;
  position: absolute;
  top: 0%;
  transform: translate(-50%, 0%);
}
@media all and (min-width: 576px) {
  .promo-slider .slider-buttons .btn-slider-cta {
    padding: 1rem 2rem;
  }
}
@media all and (min-width: 768px) {
  .promo-slider .swiper-slide-container {
    position: relative;
    overflow: visible;
  }
  .promo-slider .swiper-slide-container .slider-content {
    padding: 3rem 4rem 2rem 4rem;
  }
}
@media all and (min-width: 992px) {
  .promo-slider .swiper-slide {
    height: 60vh !important;
  }
  .promo-slider .swiper-slide-container .slider-content {
    max-width: 550px;
    padding: 3rem 14rem 4rem 6rem;
  }
  .promo-slider .slider-buttons .btn-slider-cta {
    padding: 1.5rem 6rem;
  }
  .promo-slider .slider-buttons .btn-slider-cta:first-child {
    margin-right: 2rem;
  }
  .promo-slider .swiper-pagination-bullets {
    bottom: 20px;
    left: auto;
    position: absolute;
    right: 20px;
    text-align: right;
    width: 40%;
  }
  .promo-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    height: 1.6rem;
    opacity: 1;
    outline: 0;
    width: 1.6rem;
  }
  .promo-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
  .slide-video-container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slide-video-container video {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 1200px) {
  .promo-slider .swiper-slide-container .slider-content {
    background-color: transparent;
    max-width: 700px;
    padding: 3rem 8rem 2rem 4rem;
  }
  .promo-slider .swiper-slide-container .slider-content .slider-buttons,
  .promo-slider .swiper-slide-container .slider-content .slider-text {
    z-index: 10;
    position: relative;
  }
  .promo-slider .swiper-slide-container .slider-content:after {
    background: url("../gfx/iceberg.svg") no-repeat;
    background-size: contain;
    background-position-x: -150px;
    background-position-y: top;
    bottom: -2px;
    content: "";
    height: 190%;
    left: 0;
    position: absolute;
    width: 150%;
    z-index: 4;
  }
  .promo-slider .slider-buttons .btn-slider-cta {
    padding: 2rem 8rem;
  }
}
@media all and (min-width: 1440px) {
  .promo-slider .swiper-slide-container .slider-content {
    padding: 5rem 8rem 2rem 8rem;
    max-width: 700px;
  }
  .promo-slider .swiper-slide-container .slider-content .slider-buttons,
  .promo-slider .swiper-slide-container .slider-content .slider-text {
    z-index: 10;
    position: relative;
  }
  .promo-slider .swiper-slide-container .slider-content:after {
    background-position-x: -100px;
    height: 175%;
    width: 150%;
    z-index: 4;
  }
}
.teaser {
  margin-bottom: 4rem;
}
.teaser .teaser-image {
  width: 100%;
  margin: 0;
}
.teaser-button {
  display: none;
}
.teaser-info {
  background-color: rgba(25, 70, 155, 0.88);
  bottom: 0;
  margin: 0;
  min-height: 0;
  padding: 1rem;
  position: absolute;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: slideDownBg 0.5s linear 1 normal forwards;
}
.teaser-info .teaser-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  animation: slideDownText 0.5s linear 1 normal forwards;
  animation-delay: -0.3s;
}
.teaser-info .teaser-text p {
  font-size: 1.6rem;
}
.teaser-info:after {
  background-color: #FFE94F;
  bottom: 0;
  content: "";
  left: 0;
  height: 6px;
  position: absolute;
  transition: all 0.7s ease-in-out;
  width: 0;
}
.editorial .teaser-heading,
.teaser-heading {
  color: #fff;
  font-size: 1.9rem;
}
.text-only .editorial .teaser-heading,
.text-only .teaser-heading {
  position: static;
  transition: all 0.5s ease-in-out;
}
.teaser {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.teaser .page-teaser {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #dbe2f0;
}
.teaser .page-teaser.text-only {
  min-height: 21rem;
  align-items: center;
  justify-content: center;
}
.teaser .page-teaser img {
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.teaser .page-teaser:hover .teaser-text,
.teaser .page-teaser:focus .teaser-text,
.teaser .page-teaser:active .teaser-text {
  bottom: 0;
}
.teaser .page-teaser:hover .teaser-info,
.teaser .page-teaser:focus .teaser-info,
.teaser .page-teaser:active .teaser-info {
  animation: slideUpBg 0.5s linear 1 normal forwards;
}
.teaser .page-teaser:hover .teaser-info .teaser-text,
.teaser .page-teaser:focus .teaser-info .teaser-text,
.teaser .page-teaser:active .teaser-info .teaser-text {
  animation: slideUpText 0.5s linear 1 normal forwards;
  animation-delay: 0.5s;
}
.teaser .theme01.text-only {
  background-color: #19469b;
}
.teaser .theme01 .teaser-info {
  background-color: rgba(25, 70, 155, 0.8);
}
.teaser .theme01 .teaser-heading,
.teaser .theme01 .editorial .teaser-heading,
.teaser .theme01 .teaser-text {
  color: #fff;
}
.teaser .theme01 .teaser-button {
  color: #fff;
}
.teaser .theme02.text-only {
  background-color: #3caaeb;
}
.teaser .theme02 .teaser-info {
  background-color: rgba(60, 170, 235, 0.8);
}
.teaser .theme02 .teaser-heading,
.teaser .theme02 .editorial .teaser-heading,
.teaser .theme02 .teaser-text {
  color: #1D1D1D;
}
.teaser .theme02 .teaser-button {
  color: #1D1D1D;
}
.teaser .theme03.text-only {
  background-color: #ffe94f;
}
.teaser .theme03 .teaser-info {
  background-color: rgba(255, 233, 79, 0.8);
}
.teaser .theme03 .teaser-heading,
.teaser .theme03 .editorial .teaser-heading,
.teaser .theme03 .teaser-text {
  color: #1D1D1D;
}
.teaser .theme03 .teaser-button {
  color: #1D1D1D;
}
.teaser .theme04.text-only {
  background-color: #000;
}
.teaser .theme04 .teaser-info {
  background-color: rgba(0, 0, 0, 0.8);
}
.teaser .theme04 .teaser-heading,
.teaser .theme04 .editorial .teaser-heading,
.teaser .theme04 .teaser-text {
  color: #fff;
}
.teaser .theme04 .teaser-button {
  color: #fff;
}
.teaser .theme05.text-only {
  background-color: #878787;
}
.teaser .theme05 .teaser-info {
  background-color: rgba(135, 135, 135, 0.8);
}
.teaser .theme05 .teaser-heading,
.teaser .theme05 .editorial .teaser-heading,
.teaser .theme05 .teaser-text {
  color: #fff;
}
.teaser .theme05 .teaser-button {
  color: #fff;
}
.teaser .theme06.text-only {
  background-color: #dbe2f0;
}
.teaser .theme06 .teaser-info {
  background-color: rgba(219, 226, 240, 0.8);
}
.teaser .theme06 .teaser-heading,
.teaser .theme06 .editorial .teaser-heading,
.teaser .theme06 .teaser-text {
  color: #1D1D1D;
}
.teaser .theme06 .teaser-button {
  color: #1D1D1D;
}
.teaser .theme07.text-only {
  background-color: #f3f5fa;
}
.teaser .theme07 .teaser-info {
  background-color: rgba(243, 245, 250, 0.8);
}
.teaser .theme07 .teaser-heading,
.teaser .theme07 .editorial .teaser-heading,
.teaser .theme07 .teaser-text {
  color: #1D1D1D;
}
.teaser .theme07 .teaser-button {
  color: #1D1D1D;
}
.teaser .theme08.text-only {
  background-color: #fff;
}
.teaser .theme08 .teaser-info {
  background-color: rgba(255, 255, 255, 0.8);
}
.teaser .theme08 .teaser-heading,
.teaser .theme08 .editorial .teaser-heading,
.teaser .theme08 .teaser-text {
  color: #1D1D1D;
}
.teaser .theme08 .teaser-button {
  color: #1D1D1D;
}
@media all and (min-width: 576px) {
  .teasers {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-bottom: 0;
  }
  .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .page-teaser.text-only {
    min-height: auto;
  }
}
@keyframes slideUpBg {
  from {
    min-height: 0%;
  }
  to {
    min-height: 100%;
  }
}
@keyframes slideDownBg {
  0% {
    min-height: 100%;
  }
  100% {
    min-height: 0%;
  }
}
@keyframes slideUpText {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  100% {
    max-height: 400px;
    opacity: 1;
  }
}
@keyframes slideDownText {
  0% {
    max-height: 400px;
    opacity: 1;
  }
  100% {
    max-height: 0px;
    opacity: 0;
  }
}
/*** theme ***/
/*** fonts ***/
/*** color definitions ***/
/* for best results, only change the hue (240),
   leave the saturation (60%) and luminosity (80%) alone
   pick the color from here: http://hslpicker.com/#99E699 */
/* darken(@headerBackground, 10%); */
/* desaturate(@headerAsc, 5%); */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(icons/loading.gif); */
/* zebra striping */
.allRows {
  background-color: #fff;
  color: #000;
}
.evenRows {
  background-color: #7da2ea;
}
.oddRows {
  background-color: #326dde;
}
/* hovered rows */
.oddHovered {
  background-color: #4f5765;
}
.evenHovered {
  background-color: #656f82;
}
/* Columns widget */
/* saturate( darken( desaturate(@headerBackground, 10%), 10% ), 30%); */
/* Filter widget transition */
.filterWidgetTransition {
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/*** icon block ***/
.iconPosition {
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -7px;
  /* half the icon height; older IE doesn't like this */
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  line-height: 14px;
}
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* variable theme name - requires less.js 1.3+;
   or just replace (!".@{theme}") with the contents of @theme
*/
.tablesorter-mirror {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #cdcdcd;
  width: 100%;
  /* style th's outside of the thead */
  /* style header */
  /* bootstrap uses <i> for icons */
  /* tfoot */
  /* optional disabled input styling */
  /* body */
  /* hovered row colors
	you'll need to add additional lines for
	rows with more than 2 child rows
	*/
  /* table processing indicator - indeterminate spinner */
  /* Column Widget - column sort colors */
  /* caption (non-theme matching) */
  /* filter widget */
  /* hidden filter row */
  /* rows hidden by filtering (needed for child rows) */
  /* ajax error row */
}
.tablesorter-mirror th,
.tablesorter-mirror thead td {
  font: 14px bold Arial, Sans-serif;
  font-weight: bold;
  background-color: #19469B;
  color: #e6e6e6;
  border-collapse: collapse;
  margin: 0 0 18px;
  padding: 4px;
}
.tablesorter-mirror tbody td,
.tablesorter-mirror tfoot th,
.tablesorter-mirror tfoot td {
  padding: 4px;
  vertical-align: top;
}
.tablesorter-mirror .tablesorter-header {
  cursor: pointer;
}
.tablesorter-mirror .tablesorter-header-inner {
  position: relative;
  padding: 4px 20px 4px 4px;
}
.tablesorter-mirror .tablesorter-header-inner i.tablesorter-icon {
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -7px;
  /* half the icon height; older IE doesn't like this */
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  line-height: 14px;
}
.tablesorter-mirror .tablesorter-header.sorter-false {
  cursor: default;
}
.tablesorter-mirror .tablesorter-header.sorter-false i.tablesorter-icon {
  display: none;
}
.tablesorter-mirror .tablesorter-header.sorter-false .tablesorter-header-inner {
  padding: 4px;
}
.tablesorter-mirror .tablesorter-headerAsc {
  background-color: #122a6f;
}
.tablesorter-mirror .tablesorter-headerDesc {
  background-color: #2068c7;
}
.tablesorter-mirror .bootstrap-icon-unsorted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAe0lEQVR4AbXQoRWDMBiF0Sh2QLAAQ8SxJGugWSA6A2STW1PxTsnB9cnkfuYvv8OGC1t5G3Y0QMP+Bm857keAdQIzWBP3+Bw4MADQE18B6/etRnCV/w9nnGuLezfAmXhABGtAGIkruvk6auIFRwQJDywllsEAjCecB20GP59BQQ+gtlRLAAAAAElFTkSuQmCC);
  color: #e6e6e6;
}
.tablesorter-mirror tfoot .tablesorter-headerAsc,
.tablesorter-mirror tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}
.tablesorter-mirror .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.tablesorter-mirror tbody {
  /* Zebra Widget - row alternating colors */
}
.tablesorter-mirror tbody td {
  background-color: #fff;
  color: #000;
  padding: 4px;
  vertical-align: top;
}
.tablesorter-mirror tbody tr.odd > td {
  background-color: #326dde;
}
.tablesorter-mirror tbody tr.even > td {
  background-color: #7da2ea;
}
.tablesorter-mirror tbody > tr.hover > td,
.tablesorter-mirror tbody > tr:hover > td,
.tablesorter-mirror tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-mirror tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-mirror tbody > tr.even.hover > td,
.tablesorter-mirror tbody > tr.even:hover > td,
.tablesorter-mirror tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-mirror tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #656f82;
}
.tablesorter-mirror tbody > tr.odd.hover > td,
.tablesorter-mirror tbody > tr.odd:hover > td,
.tablesorter-mirror tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-mirror tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #4f5765;
}
.tablesorter-mirror .tablesorter-processing {
  background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
  background-position: center center;
  background-repeat: no-repeat;
}
.tablesorter-mirror tr.odd td.primary {
  background-color: #19309b;
}
.tablesorter-mirror td.primary,
.tablesorter-mirror tr.even td.primary {
  background-color: #203ec7;
}
.tablesorter-mirror tr.odd td.secondary {
  background-color: #203ec7;
}
.tablesorter-mirror td.secondary,
.tablesorter-mirror tr.even td.secondary {
  background-color: #2546dc;
}
.tablesorter-mirror tr.odd td.tertiary {
  background-color: #2546dc;
}
.tablesorter-mirror td.tertiary,
.tablesorter-mirror tr.even td.tertiary {
  background-color: #3b58df;
}
.tablesorter-mirror caption {
  background-color: #fff;
}
.tablesorter-mirror .tablesorter-filter-row input,
.tablesorter-mirror .tablesorter-filter-row select {
  width: 98%;
  margin: 0;
  padding: 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-mirror .tablesorter-filter-row {
  background-color: #eee;
}
.tablesorter-mirror .tablesorter-filter-row td {
  background-color: #eee;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-mirror .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-mirror .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablesorter-mirror .filtered {
  display: none;
}
.tablesorter-mirror .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}
.video-preview {
  overflow: hidden;
  position: relative;
}
.video-preview figure {
  margin: 0;
  overflow: hidden;
}
.video-preview figure img {
  filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  margin: -1.5rem;
  max-width: 102%;
}
.video-preview figure:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-preview .btn-play {
  background-color: transparent;
  border: 0;
  content: "";
  height: 100px;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  z-index: 100;
}
.video-preview .btn-play:before,
.video-preview .btn-play:after {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-preview .btn-play:before {
  content: "\f04b";
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 4.2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.video-preview .btn-play:after {
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100px;
  padding: 0;
  border-radius: 100px;
  width: 100px;
}
.video-widget-wrapper .btn-close-video,
.video-widget-wrapper .video-backdrop,
.video-widget-wrapper .video {
  display: none;
}
.video-widget-wrapper.open {
  z-index: 600;
}
.video-widget-wrapper.open .btn-close-video {
  display: block;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  z-index: 660;
  border: 0;
  background: transparent;
}
.video-widget-wrapper.open .btn-close-video:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 3.2rem;
  color: #fff;
}
.video-widget-wrapper.open .video {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 660;
  width: 90%;
  max-width: 1600px;
}
.video-widget-wrapper.open .video-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 620;
  display: block;
}
.cta-video-widget .video-widget-wrapper.open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 992px) {
  .footer-nav-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    padding-top: 0;
  }
  .no-smil .footer-nav-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
  .content-block-l2 .section-content:first-child .footer-nav-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    padding-top: 0;
  }
  .no-smil .content-block-l2 .section-content:first-child .footer-nav-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l2 .section-content:last-child .footer-nav-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    padding-top: 0;
  }
  .no-smil .content-block-l2 .section-content:last-child .footer-nav-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
  .content-block-l3 .section-content:first-child .footer-nav-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    padding-top: 0;
  }
  .no-smil .content-block-l3 .section-content:first-child .footer-nav-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:last-child .footer-nav-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    padding-top: 0;
  }
  .no-smil .content-block-l3 .section-content:last-child .footer-nav-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l4 .section-content .footer-nav-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    padding-top: 0;
  }
  .no-smil .content-block-l4 .section-content .footer-nav-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l5 .section-content .footer-nav-list-item,
  .content-block-l6 .section-content .footer-nav-list-item {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    padding-top: 0;
  }
  .no-smil .content-block-l5 .section-content .footer-nav-list-item,
  .no-smil .content-block-l6 .section-content .footer-nav-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
}
@media all and (min-width: 992px) {
  .icon-teasers {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-bottom: 0;
  }
  .icon-teasers .icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
    flex-grow: 0;
    margin-bottom: 0rem;
  }
  .no-smil .icon-teasers .icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
  .content-block-l2 .section-content .icon-teasers .icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
    margin-bottom: 2rem;
  }
  .no-smil .content-block-l2 .section-content .icon-teasers .icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l2 .section-content:last-child .icon-teasers .icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
    margin-bottom: 2rem;
  }
  .no-smil .content-block-l2 .section-content:last-child .icon-teasers .icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content .icon-teasers .icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
    margin-bottom: 2rem;
  }
  .no-smil .content-block-l3 .section-content .icon-teasers .icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l3 .section-content:first-child .icon-teasers .icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
    margin-bottom: 2rem;
  }
  .no-smil .content-block-l3 .section-content:first-child .icon-teasers .icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l4 .section-content .icon-teasers .icon-teaser,
  .content-block-l5 .section-content .icon-teasers .icon-teaser,
  .content-block-l6 .section-content .icon-teasers .icon-teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
    margin-bottom: 2rem;
  }
  .no-smil .content-block-l4 .section-content .icon-teasers .icon-teaser,
  .no-smil .content-block-l5 .section-content .icon-teasers .icon-teaser,
  .no-smil .content-block-l6 .section-content .icon-teasers .icon-teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
}
@media all and (min-width: 992px) {
  .content-block-l1 .image-card {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    margin-bottom: 4rem;
  }
  .content-block-l1 .image-card-image {
    padding: 0 0 0 0;
    flex: 1 1 66.66666667%;
  }
  .no-smil .content-block-l1 .image-card-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(66.66666666666666% - 0px);
  }
}
.image-gallery .image-gallery-image {
  margin-bottom: 2rem;
}
.image-gallery .image-gallery-image .image-credit {
  color: #1D1D1D;
  font-size: 1.3rem;
  line-height: 1.2;
}
.image-gallery .image-gallery-image img {
  margin-bottom: 1rem;
}
@media all and (min-width: 576px) {
  .image-gallery .image-gallery-images {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
  }
  .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
}
@media all and (min-width: 992px) {
  .content-block-l2 .section-content:first-child .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:first-child .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l2 .section-content:first-child .editorial .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:first-child .editorial .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l2 .section-content:last-child .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:last-child .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l2 .section-content:last-child .editorial .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:last-child .editorial .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:first-child .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:first-child .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:first-child .editorial .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:first-child .editorial .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:last-child .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:last-child .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l3 .section-content:last-child .editorial .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:last-child .editorial .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l4 .section-content .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l4 .section-content .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l4 .section-content .editorial .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l4 .section-content .editorial .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l5 .section-content .image-gallery .image-gallery-image,
  .content-block-l6 .section-content .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l5 .section-content .image-gallery .image-gallery-image,
  .no-smil .content-block-l6 .section-content .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l5 .section-content .editorial .image-gallery .image-gallery-image,
  .content-block-l6 .section-content .editorial .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l5 .section-content .editorial .image-gallery .image-gallery-image,
  .no-smil .content-block-l6 .section-content .editorial .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l1 .section-content .image-gallery .image-gallery-images,
  .homepage .image-gallery .image-gallery-images {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
  }
  .content-block-l1 .section-content .image-gallery .image-gallery-image,
  .homepage .image-gallery .image-gallery-image {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
  }
  .no-smil .content-block-l1 .section-content .image-gallery .image-gallery-image,
  .no-smil .homepage .image-gallery .image-gallery-image {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
}
@media all and (min-width: 992px) {
  .content-block-l2 .section-content:first-child .info-block {
    width: 100%;
  }
  .content-block-l2 .section-content:last-child .info-block {
    width: 50%;
  }
  .content-block-l3 .section-content:first-child .info-block {
    width: 50%;
  }
  .content-block-l3 .section-content:last-child .info-block {
    width: 100%;
  }
  .content-block-l4 .section-content .info-block {
    width: 50%;
  }
  .content-block-l5 .section-content .info-block,
  .content-block-l6 .section-content .info-block {
    width: 100%;
  }
}
@media all and (min-width: 576px) {
  .page-teaser.text-only {
    min-height: auto;
  }
  .content-block-l1 .page-heading {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  .pages {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-bottom: 0;
  }
  .page {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .page-teaser.text-only {
    min-height: auto;
  }
  .content-block-l1 .page-heading {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  .content-block-l2 .section-content:first-child .page {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:first-child .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l2 .section-content:last-child .page {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:last-child .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:first-child .page {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:first-child .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:last-child .page {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:last-child .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l4 .section-content .page {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l4 .section-content .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l5 .section-content .page,
  .content-block-l6 .section-content .page {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l5 .section-content .page,
  .no-smil .content-block-l6 .section-content .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
}
@media all and (min-width: 1200px) {
  .page {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
}
@media all and (min-width: 1440px) {
  .page {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .page {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
}
.teaser:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 576px) {
  .teasers {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -20px;
    margin-bottom: 0;
  }
  .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    margin-bottom: 0;
  }
  .no-smil .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
}
@media all and (min-width: 992px) {
  .content-block-l2 .section-content:first-child .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:first-child .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l2 .section-content:last-child .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l2 .section-content:last-child .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:first-child .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:first-child .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
  .content-block-l3 .section-content:last-child .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l3 .section-content:last-child .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l4 .section-content .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l4 .section-content .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
  .content-block-l5 .section-content .teaser,
  .content-block-l6 .section-content .teaser,
  .content-block-l7 .section-content .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 100%;
    flex-grow: 0;
  }
  .no-smil .content-block-l5 .section-content .teaser,
  .no-smil .content-block-l6 .section-content .teaser,
  .no-smil .content-block-l7 .section-content .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 20px);
  }
}
@media all and (min-width: 1200px) {
  .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 33.33333333%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.33333333333333% - 20px);
  }
  .content-block-l4 .section-content .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 50%;
    flex-grow: 0;
  }
  .no-smil .content-block-l4 .section-content .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
  }
}
@media all and (min-width: 1440px) {
  .teaser {
    padding: 20px 0 0 20px;
    flex: 1 1 25%;
    flex-grow: 0;
    margin-bottom: 0;
  }
  .no-smil .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(25% - 20px);
  }
}
@media print {
  a[href]:after {
    content: "";
  }
  .page-footer {
    padding: 0;
  }
  .page-header .container {
    padding: 0;
  }
  .btn,
  .btn-read-more,
  .btn-theme-default,
  .site-search,
  .publications-widget,
  .social,
  .footer-navigation,
  .members,
  .breadcrumbs,
  .listen-to-page-widget,
  .calendar-teaser-widget,
  .teasers,
  .comments,
  .share-page-widget,
  .reader-link,
  .contact-person-widget,
  .projects-list-widget,
  .sub-content {
    display: none !important;
  }
  .label {
    border: none;
  }
  .article-footer {
    position: static;
    text-align: left;
  }
  .article-footer:before {
    display: none !important;
  }
  .region-member-item {
    float: none;
    width: auto;
  }
  .region-member-item .region-member-content {
    overflow: hidden;
  }
  .region-member-item .region-member-image {
    width: 20%;
    margin-right: 5%;
    float: left;
  }
  .region-member-item .region-member-body {
    width: 75%;
    float: left;
    text-align: left;
  }
  .project-body h3 {
    position: static;
    padding: 0;
  }
  .project-body h3 a:after {
    display: none;
  }
  .contact-persons .contact-person-item {
    margin: 0;
  }
  .contact-persons .contact-person-content {
    overflow: hidden;
  }
  .contact-persons .contact-person-image {
    float: left;
    width: 20%;
    margin-right: 5%;
  }
  .contact-persons .contact-person-body {
    float: left;
    width: 75%;
  }
  .publications .publication-item {
    margin: 0;
  }
  .publications .publication-content {
    overflow: hidden;
  }
  .publications .publication-image {
    float: left;
    width: 20%;
    margin-right: 5%;
  }
  .publications .publication-body {
    float: left;
    width: 75%;
  }
}
body:after {
  /*display: none;*/
  content: 'N/A';
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999;
}
@media all and (min-width: 576px) {
  body:after {
    content: 'XS';
  }
}
@media all and (min-width: 768px) {
  body:after {
    content: 'SM';
  }
}
@media all and (min-width: 992px) {
  body:after {
    content: 'MD';
  }
}
@media all and (min-width: 1200px) {
  body:after {
    content: 'LG';
  }
}
@media all and (min-width: 1440px) {
  body:after {
    content: 'XLG';
  }
}
@media all and (min-width: 1640px) {
  body:after {
    content: 'XXLG';
  }
}
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-conditioner:before {
  content: "\f8f4";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-alarm-exclamation:before {
  content: "\f843";
}
.fa-alarm-plus:before {
  content: "\f844";
}
.fa-alarm-snooze:before {
  content: "\f845";
}
.fa-album:before {
  content: "\f89f";
}
.fa-album-collection:before {
  content: "\f8a0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-alien:before {
  content: "\f8f5";
}
.fa-alien-monster:before {
  content: "\f8f6";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-slash:before {
  content: "\f846";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-amp-guitar:before {
  content: "\f8a1";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badge-sheriff:before {
  content: "\f8a2";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-bags-shopping:before {
  content: "\f847";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-banjo:before {
  content: "\f8a3";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-bed-alt:before {
  content: "\f8f7";
}
.fa-bed-bunk:before {
  content: "\f8f8";
}
.fa-bed-empty:before {
  content: "\f8f9";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-exclamation:before {
  content: "\f848";
}
.fa-bell-on:before {
  content: "\f8fa";
}
.fa-bell-plus:before {
  content: "\f849";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bells:before {
  content: "\f77f";
}
.fa-betamax:before {
  content: "\f8a4";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-biking-mountain:before {
  content: "\f84b";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blinds:before {
  content: "\f8fb";
}
.fa-blinds-open:before {
  content: "\f8fc";
}
.fa-blinds-raised:before {
  content: "\f8fd";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-book-user:before {
  content: "\f7e7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-books-medical:before {
  content: "\f7e8";
}
.fa-boombox:before {
  content: "\f8a5";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-bottom:before {
  content: "\f84d";
}
.fa-border-center-h:before {
  content: "\f89c";
}
.fa-border-center-v:before {
  content: "\f89d";
}
.fa-border-inner:before {
  content: "\f84e";
}
.fa-border-left:before {
  content: "\f84f";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-outer:before {
  content: "\f851";
}
.fa-border-right:before {
  content: "\f852";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-border-style-alt:before {
  content: "\f854";
}
.fa-border-top:before {
  content: "\f855";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-brackets:before {
  content: "\f7e9";
}
.fa-brackets-curly:before {
  content: "\f7ea";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-loaf:before {
  content: "\f7eb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-bring-forward:before {
  content: "\f856";
}
.fa-bring-front:before {
  content: "\f857";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burger-soda:before {
  content: "\f858";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-burrito:before {
  content: "\f7ed";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-cactus:before {
  content: "\f8a7";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camcorder:before {
  content: "\f8a8";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-home:before {
  content: "\f8fe";
}
.fa-camera-movie:before {
  content: "\f8a9";
}
.fa-camera-polaroid:before {
  content: "\f8aa";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-building:before {
  content: "\f859";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-bus:before {
  content: "\f85a";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caravan-alt:before {
  content: "\e000";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cars:before {
  content: "\f85b";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cassette-tape:before {
  content: "\f8ab";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cat-space:before {
  content: "\e001";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cctv:before {
  content: "\f8ac";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-chart-scatter:before {
  content: "\f7ee";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-cheese-swiss:before {
  content: "\f7f0";
}
.fa-cheeseburger:before {
  content: "\f7f1";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clarinet:before {
  content: "\f8ad";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-music:before {
  content: "\f8ae";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-pot:before {
  content: "\e002";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-coffin-cross:before {
  content: "\e051";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coin:before {
  content: "\f85c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comet:before {
  content: "\e003";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-medical:before {
  content: "\f7f4";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-music:before {
  content: "\f8af";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-music:before {
  content: "\f8b0";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-computer-classic:before {
  content: "\f8b1";
}
.fa-computer-speaker:before {
  content: "\f8b2";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-construction:before {
  content: "\f85d";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cowbell:before {
  content: "\f8b3";
}
.fa-cowbell-more:before {
  content: "\f8b4";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-croissant:before {
  content: "\f7f6";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-crutches:before {
  content: "\f7f8";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-debug:before {
  content: "\f7f9";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digging:before {
  content: "\f85e";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-disc-drive:before {
  content: "\f8b5";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-drone:before {
  content: "\f85f";
}
.fa-drone-alt:before {
  content: "\f860";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dryer:before {
  content: "\f861";
}
.fa-dryer-alt:before {
  content: "\f862";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-egg-fried:before {
  content: "\f7fc";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fan-table:before {
  content: "\e004";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-farm:before {
  content: "\f864";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-music:before {
  content: "\f8b6";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-search:before {
  content: "\f865";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-files-medical:before {
  content: "\f7fd";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-film-canister:before {
  content: "\f8b7";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fish-cooked:before {
  content: "\f7fe";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flashlight:before {
  content: "\f8b8";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flower:before {
  content: "\f7ff";
}
.fa-flower-daffodil:before {
  content: "\f800";
}
.fa-flower-tulip:before {
  content: "\f801";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-flute:before {
  content: "\f8b9";
}
.fa-flux-capacitor:before {
  content: "\f8ba";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-download:before {
  content: "\e053";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-folder-upload:before {
  content: "\e054";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-font-case:before {
  content: "\f866";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-french-fries:before {
  content: "\f803";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-galaxy:before {
  content: "\e008";
}
.fa-game-board:before {
  content: "\f867";
}
.fa-game-board-alt:before {
  content: "\f868";
}
.fa-game-console-handheld:before {
  content: "\f8bb";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gamepad-alt:before {
  content: "\f8bc";
}
.fa-garage:before {
  content: "\e009";
}
.fa-garage-car:before {
  content: "\e00a";
}
.fa-garage-open:before {
  content: "\e00b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass:before {
  content: "\f804";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-citrus:before {
  content: "\f869";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gramophone:before {
  content: "\f8bd";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-guitar-electric:before {
  content: "\f8be";
}
.fa-guitars:before {
  content: "\f8bf";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-h4:before {
  content: "\f86a";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-chef:before {
  content: "\f86b";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-side-brain:before {
  content: "\f808";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-headphones:before {
  content: "\f8c2";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-medical:before {
  content: "\f809";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-heat:before {
  content: "\e00c";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-alt:before {
  content: "\f80a";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-home-lg:before {
  content: "\f80b";
}
.fa-home-lg-alt:before {
  content: "\f80c";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-horizontal-rule:before {
  content: "\f86c";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-horse-saddle:before {
  content: "\f8c3";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hospitals:before {
  content: "\f80e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house:before {
  content: "\e00d";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-day:before {
  content: "\e00e";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-house-leave:before {
  content: "\e00f";
}
.fa-house-night:before {
  content: "\e010";
}
.fa-house-return:before {
  content: "\e011";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-icons-alt:before {
  content: "\f86e";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-polaroid:before {
  content: "\f8c4";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-island-tropical:before {
  content: "\f811";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-joystick:before {
  content: "\f8c5";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-jug:before {
  content: "\f8c6";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-kazoo:before {
  content: "\f8c7";
}
.fa-kerning:before {
  content: "\f86f";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-lamp-desk:before {
  content: "\e014";
}
.fa-lamp-floor:before {
  content: "\e015";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lasso:before {
  content: "\f8c8";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-light-ceiling:before {
  content: "\e016";
}
.fa-light-switch:before {
  content: "\e017";
}
.fa-light-switch-off:before {
  content: "\e018";
}
.fa-light-switch-on:before {
  content: "\e019";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-line-columns:before {
  content: "\f870";
}
.fa-line-height:before {
  content: "\f871";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-music:before {
  content: "\f8c9";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailbox:before {
  content: "\f813";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-meat:before {
  content: "\f814";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microphone-stand:before {
  content: "\f8cb";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-microwave:before {
  content: "\e01b";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-money-check-edit:before {
  content: "\f872";
}
.fa-money-check-edit-alt:before {
  content: "\f873";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-alt:before {
  content: "\f8cd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mp3-player:before {
  content: "\f8ce";
}
.fa-mug:before {
  content: "\f874";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-mug-tea:before {
  content: "\f875";
}
.fa-music:before {
  content: "\f001";
}
.fa-music-alt:before {
  content: "\f8cf";
}
.fa-music-alt-slash:before {
  content: "\f8d0";
}
.fa-music-slash:before {
  content: "\f8d1";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-outlet:before {
  content: "\e01c";
}
.fa-oven:before {
  content: "\e01d";
}
.fa-overline:before {
  content: "\f876";
}
.fa-page-break:before {
  content: "\f877";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paragraph-rtl:before {
  content: "\f878";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-laptop:before {
  content: "\f87a";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-rotary:before {
  content: "\f8d3";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-piano:before {
  content: "\f8d4";
}
.fa-piano-keyboard:before {
  content: "\f8d5";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza:before {
  content: "\f817";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-planet-moon:before {
  content: "\e01f";
}
.fa-planet-ringed:before {
  content: "\e020";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-police-box:before {
  content: "\e021";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-popcorn:before {
  content: "\f819";
}
.fa-portal-enter:before {
  content: "\e022";
}
.fa-portal-exit:before {
  content: "\e023";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-search:before {
  content: "\f81a";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-projector:before {
  content: "\f8d6";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radar:before {
  content: "\e024";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-radio-alt:before {
  content: "\f8d8";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-raygun:before {
  content: "\e025";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-refrigerator:before {
  content: "\e026";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-rings-wedding:before {
  content: "\f81b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocket-launch:before {
  content: "\e027";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-router:before {
  content: "\f8da";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sack:before {
  content: "\f81c";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salad:before {
  content: "\f81e";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sandwich:before {
  content: "\f81f";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-sausage:before {
  content: "\f820";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-sax-hot:before {
  content: "\f8db";
}
.fa-saxophone:before {
  content: "\f8dc";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-image:before {
  content: "\f8f3";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-send-back:before {
  content: "\f87e";
}
.fa-send-backward:before {
  content: "\f87f";
}
.fa-sensor:before {
  content: "\e028";
}
.fa-sensor-alert:before {
  content: "\e029";
}
.fa-sensor-fire:before {
  content: "\e02a";
}
.fa-sensor-on:before {
  content: "\e02b";
}
.fa-sensor-smoke:before {
  content: "\e02c";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shish-kebab:before {
  content: "\f821";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sickle:before {
  content: "\f822";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signal-stream:before {
  content: "\f8dd";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-siren:before {
  content: "\e02d";
}
.fa-siren-on:before {
  content: "\e02e";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-cow:before {
  content: "\f8de";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snooze:before {
  content: "\f880";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-solar-system:before {
  content: "\e02f";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-alt:before {
  content: "\f883";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-circle:before {
  content: "\e030";
}
.fa-sort-circle-down:before {
  content: "\e031";
}
.fa-sort-circle-up:before {
  content: "\e032";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-shapes-down:before {
  content: "\f888";
}
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}
.fa-sort-shapes-up:before {
  content: "\f88a";
}
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}
.fa-sort-size-down:before {
  content: "\f88c";
}
.fa-sort-size-down-alt:before {
  content: "\f88d";
}
.fa-sort-size-up:before {
  content: "\f88e";
}
.fa-sort-size-up-alt:before {
  content: "\f88f";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-soup:before {
  content: "\f823";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-space-station-moon:before {
  content: "\e033";
}
.fa-space-station-moon-alt:before {
  content: "\e034";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-sparkles:before {
  content: "\f890";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker:before {
  content: "\f8df";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-speakers:before {
  content: "\f8e0";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-sprinkler:before {
  content: "\e035";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-star-shooting:before {
  content: "\e036";
}
.fa-starfighter:before {
  content: "\e037";
}
.fa-starfighter-alt:before {
  content: "\e038";
}
.fa-stars:before {
  content: "\f762";
}
.fa-starship:before {
  content: "\e039";
}
.fa-starship-freighter:before {
  content: "\e03a";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steak:before {
  content: "\f824";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-stretcher:before {
  content: "\f825";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunglasses:before {
  content: "\f892";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-sword-laser:before {
  content: "\e03b";
}
.fa-sword-laser-alt:before {
  content: "\e03c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-swords-laser:before {
  content: "\e03d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-taco:before {
  content: "\f826";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tanakh:before {
  content: "\f827";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-telescope:before {
  content: "\e03e";
}
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-temperature-up:before {
  content: "\e040";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text:before {
  content: "\f893";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-size:before {
  content: "\f894";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-transporter:before {
  content: "\e042";
}
.fa-transporter-1:before {
  content: "\e043";
}
.fa-transporter-2:before {
  content: "\e044";
}
.fa-transporter-3:before {
  content: "\e045";
}
.fa-transporter-empty:before {
  content: "\e046";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-trash-undo:before {
  content: "\f895";
}
.fa-trash-undo-alt:before {
  content: "\f896";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-tree-palm:before {
  content: "\f82b";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-triangle-music:before {
  content: "\f8e2";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-trumpet:before {
  content: "\f8e3";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turntable:before {
  content: "\f8e4";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-alt:before {
  content: "\f8e5";
}
.fa-tv-music:before {
  content: "\f8e6";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typewriter:before {
  content: "\f8e7";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-ufo:before {
  content: "\e047";
}
.fa-ufo-beam:before {
  content: "\e048";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usb-drive:before {
  content: "\f8e9";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alien:before {
  content: "\e04a";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-cowboy:before {
  content: "\f8ea";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-hard-hat:before {
  content: "\f82c";
}
.fa-user-headset:before {
  content: "\f82d";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-md-chat:before {
  content: "\f82e";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-music:before {
  content: "\f8eb";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-robot:before {
  content: "\e04b";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-user-unlock:before {
  content: "\e058";
}
.fa-user-visor:before {
  content: "\e04c";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-users-medical:before {
  content: "\f830";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vacuum:before {
  content: "\e04d";
}
.fa-vacuum-robot:before {
  content: "\e04e";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-vhs:before {
  content: "\f8ec";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-violin:before {
  content: "\f8ed";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-wagon-covered:before {
  content: "\f8ee";
}
.fa-walker:before {
  content: "\f831";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-washer:before {
  content: "\f898";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-calculator:before {
  content: "\f8f0";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-wave-sine:before {
  content: "\f899";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-wave-triangle:before {
  content: "\f89a";
}
.fa-waveform:before {
  content: "\f8f1";
}
.fa-waveform-path:before {
  content: "\f8f2";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-webcam:before {
  content: "\f832";
}
.fa-webcam-slash:before {
  content: "\f833";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-turbine:before {
  content: "\f89b";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-frame:before {
  content: "\e04f";
}
.fa-window-frame-open:before {
  content: "\e050";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.fa,
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*# sourceMappingURL=styles.css.map */