﻿@charset "UTF-8";
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/PTSerif-Regular.woff2") format("woff2"), url("../fonts/PTSerif-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Italic"), local("PTSerif-Italic"), url("../fonts/PTSerif-Italic.woff2") format("woff2"), url("../fonts/PTSerif-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/PTSerif-Bold.woff2") format("woff2"), url("../fonts/PTSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url("../fonts/PTSerif-BoldItalic.woff2") format("woff2"), url("../fonts/PTSerif-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
/*
@font-face {
	font-family: $font-family-roboto; font-display: swap;
	src: local('Roboto Thin'), local('Roboto-Thin'),
		, url( $path-fonts + 'Roboto-Thin.woff2') format('woff2'),
		, url( $path-fonts + 'Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
*/
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url("../fonts/OpenSansLight-Italic.woff2") format("woff2"), url("../fonts/OpenSansLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), local("OpenSans"), url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
/*
@font-face {
	font-family: $font-family-opensans;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold')
		, url( $path-fonts + 'OpenSans-Semibold.woff2') format('woff2')
		, url( $path-fonts + 'OpenSans-Semibold.woff') format('woff')
//		, url( $path-fonts + 'OpenSans-Semibold.ttf') format('truetype')
		;
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: $font-family-opensans;
	src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic')
		, url( $path-fonts + 'OpenSans-SemiboldItalic.woff2') format('woff2')
		, url( $path-fonts + 'OpenSans-SemiboldItalic.woff') format('woff')
//		, url( $path-fonts + 'OpenSans-SemiboldItalic.ttf') format('truetype')
		;
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
*/
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
/*
@font-face {
	font-family: $font-family-opensans;
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold')
		, url( $path-fonts + 'OpenSans-Extrabold.woff2') format('woff2')
		, url( $path-fonts + 'OpenSans-Extrabold.woff') format('woff')
//		, url( $path-fonts + 'OpenSans-Extrabold.ttf') format('truetype')
		;
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: $font-family-opensans;
	src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic')
		, url( $path-fonts + 'OpenSans-ExtraboldItalic.woff2') format('woff2')
		, url( $path-fonts + 'OpenSans-ExtraboldItalic.woff') format('woff')
//		, url( $path-fonts + 'OpenSans-ExtraboldItalic.ttf') format('truetype')
		;
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}
*/
/*! Bootstrap v4.6.0 (https://getbootstrap.com/) - Copyright 2011-2021 The Bootstrap Authors - Copyright 2011-2021 Twitter, Inc. - Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
*,
*::before,
*::after {
  box-sizing: border-box; }
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }
body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4f4f;
  text-align: left;
  background-color: #fff; }
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em; }
p {
  margin-top: 0;
  margin-bottom: 1.5em; }
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }
dt {
  font-weight: 700; }
dd {
  margin-bottom: .5rem;
  margin-left: 0; }
blockquote {
  margin: 0 0 1rem; }
b,
strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
a {
  color: #1a4650;
  text-decoration: none;
  background-color: transparent; }
a:hover {
    color: #071316;
    text-decoration: underline; }
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }
figure {
  margin: 0 0 1rem; }
img {
  vertical-align: middle;
  border-style: none; }
svg {
  overflow: hidden;
  vertical-align: middle; }
table {
  border-collapse: collapse; }
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }
th {
  text-align: inherit;
  text-align: -webkit-match-parent; }
label, .label {
  display: inline-block;
  margin-bottom: 0.5rem; }
button {
  border-radius: 0; }
button:focus:not(:focus-visible) {
  outline: 0; }
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
button,
input {
  overflow: visible; }
button,
select {
  text-transform: none; }
[role="button"] {
  cursor: pointer; }
select {
  word-wrap: normal; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
textarea {
  overflow: auto;
  resize: vertical; }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
progress {
  vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
output {
  display: inline-block; }
summary {
  display: list-item;
  cursor: pointer; }
template {
  display: none; }
[hidden] {
  display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5em;
  font-family: "PT Serif", serif;
  font-weight: 400;
  line-height: 1.1;
  color: #1a4650; }
h1, .h1 {
  font-size: 2.5rem; }
h2, .h2 {
  font-size: 2rem; }
h3, .h3 {
  font-size: 1.75rem; }
h4, .h4 {
  font-size: 1.5rem; }
h5, .h5 {
  font-size: 1.25rem; }
h6, .h6 {
  font-size: 1rem; }
.lead {
  font-size: 1.25rem;
  font-weight: 300; }
/*
.display-1 {
  @include font-size($display1-size);
  font-weight: $display1-weight;
  line-height: $display-line-height;
}
.display-2 {
  @include font-size($display2-size);
  font-weight: $display2-weight;
  line-height: $display-line-height;
}
.display-3 {
  @include font-size($display3-size);
  font-weight: $display3-weight;
  line-height: $display-line-height;
}
.display-4 {
  @include font-size($display4-size);
  font-weight: $display4-weight;
  line-height: $display-line-height;
}
*/
hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 0;
  border-top: 1px solid #1a4650; }
small,
.small {
  font-size: 80%;
  font-weight: 400; }
mark,
.mark {
  padding: 0 0.2em;
  background-color: rgba(26, 70, 80, 0.1); }
/*
.list-unstyled {
  @include list-unstyled();
}

// Inline turns list items into inline-block
.list-inline {
  @include list-unstyled();
}
.list-inline-item {
  display: inline-block;

  &:not(:last-child) {
    margin-right: $list-inline-padding;
  }
}


//
// Misc
//

// Builds on `abbr`
.initialism {
  @include font-size(90%);
  text-transform: uppercase;
}

// Blockquotes
.blockquote {
  margin-bottom: $spacer;
  @include font-size($blockquote-font-size);
}

.blockquote-footer {
  display: block;
  @include font-size($blockquote-small-font-size);
  color: $blockquote-small-color;

  &::before {
    content: "\2014\00A0"; // em dash, nbsp
  }
}
*/
.img-fluid {
  max-width: 100%;
  height: auto; }
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  max-width: 100%;
  height: auto; }
.figure {
  display: inline-block; }
.figure-img {
  margin-bottom: 7.5px;
  line-height: 1; }
.figure-caption {
  font-size: 90%;
  color: #6c757d; }
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
a > code {
    color: inherit; }
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
/*
    .container-sm {
      @extend .container-fluid;
    }
*/
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
/*
    .container-md {
      @extend .container-fluid;
    }
*/
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
/*
    .container-lg {
      @extend .container-fluid;
    }
*/
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
/*
    .container-xl {
      @extend .container-fluid;
    }
*/
@media (min-width: 1360px) {
  .container {
    max-width: 1140px; } }
/*
    .container-xxl {
      @extend .container-fluid;
    }
*/
@media (min-width: 1460px) {
  .container {
    max-width: 1400px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.col-1 {
  flex: 0 0 8.333%;
  max-width: 8.333%; }
.col-2 {
  flex: 0 0 16.667%;
  max-width: 16.667%; }
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.col-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%; }
.col-5 {
  flex: 0 0 41.667%;
  max-width: 41.667%; }
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%; }
.col-8 {
  flex: 0 0 66.667%;
  max-width: 66.667%; }
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.col-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%; }
.col-11 {
  flex: 0 0 91.667%;
  max-width: 91.667%; }
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }
.order-first {
  order: -1; }
.order-last {
  order: 13; }
.order-0 {
  order: 0; }
.order-1 {
  order: 1; }
.order-2 {
  order: 2; }
.order-3 {
  order: 3; }
.order-4 {
  order: 4; }
.order-5 {
  order: 5; }
.order-6 {
  order: 6; }
.order-7 {
  order: 7; }
.order-8 {
  order: 8; }
.order-9 {
  order: 9; }
.order-10 {
  order: 10; }
.order-11 {
  order: 11; }
.order-12 {
  order: 12; }
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    flex: 0 0 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    flex: 0 0 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    flex: 0 0 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    flex: 0 0 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    flex: 0 0 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    flex: 0 0 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }
@media (min-width: 1360px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%; }
  .col-xl-2 {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .col-xl-5 {
    flex: 0 0 41.667%;
    max-width: 41.667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%; }
  .col-xl-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%; }
  .col-xl-11 {
    flex: 0 0 91.667%;
    max-width: 91.667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }
@media (min-width: 1460px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%; }
  .col-xxl-2 {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .col-xxl-5 {
    flex: 0 0 41.667%;
    max-width: 41.667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%; }
  .col-xxl-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%; }
  .col-xxl-11 {
    flex: 0 0 91.667%;
    max-width: 91.667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; } }
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 30px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4f4f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f4f4f; }
.form-control:focus {
    color: #4f4f4f;
    background-color: #fff;
    border-color: #399ab0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(26, 70, 80, 0.25); }
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
select.form-control:focus::-ms-value {
  color: #4f4f4f;
  background-color: #fff; }
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.375rem;
  line-height: 1.5; }
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 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-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.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,
  .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; }
.btn {
  display: inline-block;
  font-weight: 700;
  color: #4f4f4f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 30px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 99px;
  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; }
.btn:hover {
    color: #4f4f4f;
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(26, 70, 80, 0.25); }
.btn.disabled, .btn:disabled {
    opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }
.btn-primary {
  color: #fff;
  background-color: #1a4650;
  border-color: #1a4650; }
.btn-primary:hover {
    color: #fff;
    background-color: #112d33;
    border-color: #0d242a; }
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #112d33;
    border-color: #0d242a;
    box-shadow: 0 0 0 0.2rem rgba(60, 98, 106, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1a4650;
    border-color: #1a4650; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d242a;
    border-color: #0a1c20; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(60, 98, 106, 0.5); }
.btn-secondary {
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600; }
.btn-secondary:hover {
    color: #fff;
    background-color: #d95700;
    border-color: #cc5200; }
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #d95700;
    border-color: #cc5200;
    box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #cc5200;
    border-color: #bf4d00; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5); }
.btn-success {
  color: #fff;
  background-color: #136734;
  border-color: #136734; }
.btn-success:hover {
    color: #fff;
    background-color: #0d4724;
    border-color: #0b3c1e; }
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0d4724;
    border-color: #0b3c1e;
    box-shadow: 0 0 0 0.2rem rgba(54, 126, 82, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #136734;
    border-color: #136734; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0b3c1e;
    border-color: #093119; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 126, 82, 0.5); }
.btn-danger {
  color: #fff;
  background-color: #a62900;
  border-color: #a62900; }
.btn-danger:hover {
    color: #fff;
    background-color: #802000;
    border-color: #731d00; }
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #802000;
    border-color: #731d00;
    box-shadow: 0 0 0 0.2rem rgba(179, 73, 38, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #a62900;
    border-color: #a62900; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #731d00;
    border-color: #661900; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(179, 73, 38, 0.5); }
.btn-outline-primary {
  color: #1a4650;
  border-color: #1a4650; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1a4650;
    border-color: #1a4650; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 70, 80, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1a4650;
    background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a4650;
    border-color: #1a4650; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(26, 70, 80, 0.5); }
.btn-outline-secondary {
  color: #ff6600;
  border-color: #ff6600; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ff6600;
    background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5); }
.btn-outline-success {
  color: #136734;
  border-color: #136734; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #136734;
    border-color: #136734; }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(19, 103, 52, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #136734;
    background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #136734;
    border-color: #136734; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(19, 103, 52, 0.5); }
.btn-outline-danger {
  color: #a62900;
  border-color: #a62900; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #a62900;
    border-color: #a62900; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(166, 41, 0, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #a62900;
    background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #a62900;
    border-color: #a62900; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(166, 41, 0, 0.5); }
.btn-link {
  font-weight: 400;
  color: #1a4650;
  text-decoration: none; }
.btn-link:hover {
    color: #071316;
    text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0; }
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }
.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; }
.fade:not(.show) {
    opacity: 0; }
.collapse:not(.show) {
  display: none; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  /*

  > .form-control,
  > .custom-select {
    &:not(:first-child) { @include border-left-radius(0); }
  }

  */ }
.input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
.input-group > .custom-file {
    display: flex;
    align-items: center;
    /*

    &:not(:last-child) .custom-file-label,
    &:not(:first-child) .custom-file-label { @include border-left-radius(0); }
    */ }
.input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group-prepend,
.input-group-append {
  display: flex; }
.input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
.input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
.input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }
.input-group-prepend {
  margin-right: -1px; }
.input-group-append {
  margin-left: -1px; }
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 30px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4f4f;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dcdcdc;
  border-radius: 0; }
.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.nav-link {
  display: block;
  padding: 0 0; }
.nav-link:hover, .nav-link:focus {
    text-decoration: none; }
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 0; }
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff6600;
  transition: width 0.6s ease; }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }
.progress-bar-animated {
  -webkit-animation: 1s cubic-bezier(0.84, 0, 0, 0.65) infinite progress-bar-stripes;
          animation: 1s cubic-bezier(0.84, 0, 0, 0.65) infinite progress-bar-stripes; }
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.d-none {
  display: none !important; }
.d-inline {
  display: inline !important; }
.d-inline-block {
  display: inline-block !important; }
.d-block {
  display: block !important; }
.d-flex {
  display: flex !important; }
.d-inline-flex {
  display: inline-flex !important; }
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1460px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }
.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.85714%; }
.embed-responsive-16by9::before {
  padding-top: 56.25%; }
.embed-responsive-4by3::before {
  padding-top: 75%; }
.embed-responsive-1by1::before {
  padding-top: 100%; }
.flex-row {
  flex-direction: row !important; }
.flex-column {
  flex-direction: column !important; }
.flex-wrap {
  flex-wrap: wrap !important; }
.flex-nowrap {
  flex-wrap: nowrap !important; }
.justify-content-start {
  justify-content: flex-start !important; }
.justify-content-end {
  justify-content: flex-end !important; }
.justify-content-center {
  justify-content: center !important; }
.justify-content-between {
  justify-content: space-between !important; }
.justify-content-around {
  justify-content: space-around !important; }
.align-items-start {
  align-items: flex-start !important; }
.align-items-end {
  align-items: flex-end !important; }
.align-items-center {
  align-items: center !important; }
.align-content-start {
  align-content: flex-start !important; }
.align-content-end {
  align-content: flex-end !important; }
.align-content-center {
  align-content: center !important; }
.align-content-between {
  align-content: space-between !important; }
.align-content-around {
  align-content: space-around !important; }
.align-self-auto {
  align-self: auto !important; }
.align-self-start {
  align-self: flex-start !important; }
.align-self-end {
  align-self: flex-end !important; }
.align-self-center {
  align-self: center !important; }
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; } }
@media (min-width: 1360px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; } }
@media (min-width: 1460px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-none {
  float: none !important; }
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1360px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }
@media (min-width: 1460px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }
.m-0 {
  margin: 0 !important; }
.mt-0,
.my-0 {
  margin-top: 0 !important; }
.mr-0,
.mx-0 {
  margin-right: 0 !important; }
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
  margin-left: 0 !important; }
.m-1 {
  margin: 4px !important; }
.mt-1,
.my-1 {
  margin-top: 4px !important; }
.mr-1,
.mx-1 {
  margin-right: 4px !important; }
.mb-1,
.my-1 {
  margin-bottom: 4px !important; }
.ml-1,
.mx-1 {
  margin-left: 4px !important; }
.m-2 {
  margin: 8px !important; }
.mt-2,
.my-2 {
  margin-top: 8px !important; }
.mr-2,
.mx-2 {
  margin-right: 8px !important; }
.mb-2,
.my-2 {
  margin-bottom: 8px !important; }
.ml-2,
.mx-2 {
  margin-left: 8px !important; }
.m-3 {
  margin: 15px !important; }
.mt-3,
.my-3 {
  margin-top: 15px !important; }
.mr-3,
.mx-3 {
  margin-right: 15px !important; }
.mb-3,
.my-3 {
  margin-bottom: 15px !important; }
.ml-3,
.mx-3 {
  margin-left: 15px !important; }
.m-4 {
  margin: 30px !important; }
.mt-4,
.my-4 {
  margin-top: 30px !important; }
.mr-4,
.mx-4 {
  margin-right: 30px !important; }
.mb-4,
.my-4 {
  margin-bottom: 30px !important; }
.ml-4,
.mx-4 {
  margin-left: 30px !important; }
.m-5 {
  margin: 60px !important; }
.mt-5,
.my-5 {
  margin-top: 60px !important; }
.mr-5,
.mx-5 {
  margin-right: 60px !important; }
.mb-5,
.my-5 {
  margin-bottom: 60px !important; }
.ml-5,
.mx-5 {
  margin-left: 60px !important; }
.m-6 {
  margin: 90px !important; }
.mt-6,
.my-6 {
  margin-top: 90px !important; }
.mr-6,
.mx-6 {
  margin-right: 90px !important; }
.mb-6,
.my-6 {
  margin-bottom: 90px !important; }
.ml-6,
.mx-6 {
  margin-left: 90px !important; }
.p-0 {
  padding: 0 !important; }
.pt-0,
.py-0 {
  padding-top: 0 !important; }
.pr-0,
.px-0 {
  padding-right: 0 !important; }
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }
.pl-0,
.px-0 {
  padding-left: 0 !important; }
.p-1 {
  padding: 4px !important; }
.pt-1,
.py-1 {
  padding-top: 4px !important; }
.pr-1,
.px-1 {
  padding-right: 4px !important; }
.pb-1,
.py-1 {
  padding-bottom: 4px !important; }
.pl-1,
.px-1 {
  padding-left: 4px !important; }
.p-2 {
  padding: 8px !important; }
.pt-2,
.py-2 {
  padding-top: 8px !important; }
.pr-2,
.px-2 {
  padding-right: 8px !important; }
.pb-2,
.py-2 {
  padding-bottom: 8px !important; }
.pl-2,
.px-2 {
  padding-left: 8px !important; }
.p-3 {
  padding: 15px !important; }
.pt-3,
.py-3 {
  padding-top: 15px !important; }
.pr-3,
.px-3 {
  padding-right: 15px !important; }
.pb-3,
.py-3 {
  padding-bottom: 15px !important; }
.pl-3,
.px-3 {
  padding-left: 15px !important; }
.p-4 {
  padding: 30px !important; }
.pt-4,
.py-4 {
  padding-top: 30px !important; }
.pr-4,
.px-4 {
  padding-right: 30px !important; }
.pb-4,
.py-4 {
  padding-bottom: 30px !important; }
.pl-4,
.px-4 {
  padding-left: 30px !important; }
.p-5 {
  padding: 60px !important; }
.pt-5,
.py-5 {
  padding-top: 60px !important; }
.pr-5,
.px-5 {
  padding-right: 60px !important; }
.pb-5,
.py-5 {
  padding-bottom: 60px !important; }
.pl-5,
.px-5 {
  padding-left: 60px !important; }
.p-6 {
  padding: 90px !important; }
.pt-6,
.py-6 {
  padding-top: 90px !important; }
.pr-6,
.px-6 {
  padding-right: 90px !important; }
.pb-6,
.py-6 {
  padding-bottom: 90px !important; }
.pl-6,
.px-6 {
  padding-left: 90px !important; }
.m-auto {
  margin: auto !important; }
.mt-auto,
.my-auto {
  margin-top: auto !important; }
.mr-auto,
.mx-auto {
  margin-right: auto !important; }
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
  margin-left: auto !important; }
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 4px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }
  .m-sm-3 {
    margin: 15px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important; }
  .m-sm-4 {
    margin: 30px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important; }
  .m-sm-5 {
    margin: 60px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 60px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 60px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 60px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 60px !important; }
  .m-sm-6 {
    margin: 90px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 90px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 90px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 90px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 90px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 4px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }
  .p-sm-3 {
    padding: 15px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important; }
  .p-sm-4 {
    padding: 30px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important; }
  .p-sm-5 {
    padding: 60px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 60px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 60px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 60px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 60px !important; }
  .p-sm-6 {
    padding: 90px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 90px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 90px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 90px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 90px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 4px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }
  .m-md-3 {
    margin: 15px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important; }
  .m-md-4 {
    margin: 30px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important; }
  .m-md-5 {
    margin: 60px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 60px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 60px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 60px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 60px !important; }
  .m-md-6 {
    margin: 90px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 90px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 90px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 90px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 90px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 4px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }
  .p-md-3 {
    padding: 15px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important; }
  .p-md-4 {
    padding: 30px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important; }
  .p-md-5 {
    padding: 60px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 60px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 60px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 60px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 60px !important; }
  .p-md-6 {
    padding: 90px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 90px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 90px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 90px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 90px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 4px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }
  .m-lg-3 {
    margin: 15px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important; }
  .m-lg-4 {
    margin: 30px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important; }
  .m-lg-5 {
    margin: 60px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 60px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 60px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 60px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 60px !important; }
  .m-lg-6 {
    margin: 90px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 90px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 90px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 90px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 90px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 4px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }
  .p-lg-3 {
    padding: 15px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important; }
  .p-lg-4 {
    padding: 30px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important; }
  .p-lg-5 {
    padding: 60px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 60px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 60px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 60px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 60px !important; }
  .p-lg-6 {
    padding: 90px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 90px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 90px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 90px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 90px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 4px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }
  .m-xl-3 {
    margin: 15px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important; }
  .m-xl-4 {
    margin: 30px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important; }
  .m-xl-5 {
    margin: 60px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 60px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 60px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 60px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 60px !important; }
  .m-xl-6 {
    margin: 90px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 90px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 90px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 90px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 90px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 4px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }
  .p-xl-3 {
    padding: 15px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important; }
  .p-xl-4 {
    padding: 30px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important; }
  .p-xl-5 {
    padding: 60px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 60px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 60px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 60px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 60px !important; }
  .p-xl-6 {
    padding: 90px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 90px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 90px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 90px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 90px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1460px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 4px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 4px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 4px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 4px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 4px !important; }
  .m-xxl-2 {
    margin: 8px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 8px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 8px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 8px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 8px !important; }
  .m-xxl-3 {
    margin: 15px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 15px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 15px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 15px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 15px !important; }
  .m-xxl-4 {
    margin: 30px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 30px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 30px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 30px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 30px !important; }
  .m-xxl-5 {
    margin: 60px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 60px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 60px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 60px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 60px !important; }
  .m-xxl-6 {
    margin: 90px !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 90px !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 90px !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 90px !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 90px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 4px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 4px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 4px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 4px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 4px !important; }
  .p-xxl-2 {
    padding: 8px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 8px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 8px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 8px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 8px !important; }
  .p-xxl-3 {
    padding: 15px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 15px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 15px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 15px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 15px !important; }
  .p-xxl-4 {
    padding: 30px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 30px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 30px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 30px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 30px !important; }
  .p-xxl-5 {
    padding: 60px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 60px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 60px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 60px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 60px !important; }
  .p-xxl-6 {
    padding: 90px !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 90px !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 90px !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 90px !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 90px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-wrap {
  white-space: normal !important; }
.text-nowrap {
  white-space: nowrap !important; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
.text-justify {
  text-align: justify !important; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-justify {
    text-align: justify !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-justify {
    text-align: justify !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-justify {
    text-align: justify !important; } }
@media (min-width: 1360px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-justify {
    text-align: justify !important; } }
@media (min-width: 1460px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; }
  .text-xxl-justify {
    text-align: justify !important; } }
.text-lowercase {
  text-transform: lowercase !important; }
.text-uppercase {
  text-transform: uppercase !important; }
.text-capitalize {
  text-transform: capitalize !important; }
/*
.font-weight-light   { font-weight: $font-weight-light !important; }
.font-weight-lighter { font-weight: $font-weight-lighter !important; }
.font-weight-normal  { font-weight: $font-weight-normal !important; }
.font-weight-bold    { font-weight: $font-weight-bold !important; }
.font-weight-bolder  { font-weight: $font-weight-bolder !important; }
*/
.font-italic {
  font-style: italic !important; }
.text-white {
  color: #fff !important; }
.text-primary {
  color: #1a4650 !important; }
a.text-primary:hover, a.text-primary:focus {
  color: #071316 !important; }
.text-secondary {
  color: #ff6600 !important; }
a.text-secondary:hover, a.text-secondary:focus {
  color: #b34700 !important; }
.text-success {
  color: #136734 !important; }
a.text-success:hover, a.text-success:focus {
  color: #072613 !important; }
.text-danger {
  color: #a62900 !important; }
a.text-danger:hover, a.text-danger:focus {
  color: #5a1600 !important; }
.text-body {
  color: #4f4f4f !important; }
/*
.text-muted { color: $text-muted !important; }

.text-black-50 { color: rgba($black, .5) !important; }
.text-white-50 { color: rgba($white, .5) !important; }
*/
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.text-decoration-none {
  text-decoration: none !important; }
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }
.text-reset {
  color: inherit !important; }
/*
@mixin grayscale(){
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); // Firefox 10+, Firefox on Android
	filter: gray; // IE6-9
	-webkit-filter: grayscale(100%); // Chrome 19+, Safari 6+, Safari 6+ iOS
}
*/
/*
$spacer: 15px;

.ico-file { display: inline-block; width: 32px; height: 32px; background: url($_urlCkEditor + 'ico-file.svg') no-repeat center; }

.ico-audio { background-image: url($_urlCkEditor+'ico-audio.svg');}
.ico-img { background-image: url($_urlCkEditor+'ico-img.svg');}
.ico-pdf { background-image: url($_urlCkEditor+'ico-pdf.svg');}
.ico-powerpoint { background-image: url($_urlCkEditor+'ico-powerpoint.svg');}
.ico-text { background-image: url($_urlCkEditor+'ico-text.svg');}
.ico-video { background-image: url($_urlCkEditor+'ico-video.svg');}
.ico-word { background-image: url($_urlCkEditor+'ico-word.svg');}
.ico-zip { background-image: url($_urlCkEditor+'ico-zip.svg');}

*/
.cnt img {
  max-width: 100%; }
.cnt figcaption:not([class]), .figure .cnt figcaption {
  margin-top: .5em;
  font-size: 14px;
  line-height: 1;
  font-weight: 700; }
.cnt .figure {
  margin: .5em auto 1.5em;
  max-width: 100%;
  display: block;
  text-align: center; }
.cnt .figure img {
    margin: 0 auto; }
@media (min-width: 768px) {
  .cnt .figure--left, .cnt .figure--right {
    max-width: calc(50% - 30px); }
    .cnt .figure--left img, .cnt .figure--right img {
      margin: 0; }
  .cnt .figure--left {
    float: left;
    margin-left: 0;
    margin-right: 30px; }
    .cnt .figure--left figcaption {
      text-align: left; }
  .cnt .figure--right {
    float: right;
    margin-right: 0;
    margin-left: 30px; }
    .cnt .figure--right figcaption {
      text-align: right; } }
@media (min-width: 992px) {
  .cnt .figure {
    margin-bottom: 2rem; }
  .cnt .figure--left {
    margin-right: 45px; }
  .cnt .figure--right {
    margin-left: 45px; } }
cite:empty {
  display: none; }
body, #outdated {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nv__toggler, .str a:before,
.fb a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.nv__toggler, .nv-btn, .al--hp__btn, .slick-dots button, #btnCloseUpdateBrowser {
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer; }
.nv__toggler, .nv-btn, .al--hp__btn, .slick-dots button, #btnCloseUpdateBrowser, .nv__a,
.nv-head__text, .nv__li, .lead__item, .slick-slide, .slick-arrow {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  touch-action: pan-y;
  /*-webkit-box-shadow: $shadows; -moz-box-shadow: $shadows; */
  box-shadow: none; }
.nv__toggler:hover, .nv-btn:hover, .al--hp__btn:hover, .slick-dots button:hover, #btnCloseUpdateBrowser:hover, .nv__a:hover,
  .nv-head__text:hover, .nv__li:hover, .lead__item:hover, .slick-slide:hover, .slick-arrow:hover, .nv__toggler:focus, .nv-btn:focus, .al--hp__btn:focus, .slick-dots button:focus, #btnCloseUpdateBrowser:focus, .nv__a:focus,
  .nv-head__text:focus, .nv__li:focus, .lead__item:focus, .slick-slide:focus, .slick-arrow:focus, .nv__toggler:active, .nv-btn:active, .al--hp__btn:active, .slick-dots button:active, #btnCloseUpdateBrowser:active, .nv__a:active,
  .nv-head__text:active, .nv__li:active, .lead__item:active, .slick-slide:active, .slick-arrow:active {
    outline: none; }
.slick-arrow, .slick-dots button {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important; }
.cnt__body a:not([class]), .arrow-link, .arrow-link *, .arrow-link:before, .nv__toggler__bar, .nv__toggler__bar:before, .nv__toggler__bar:after, .nv__toggler, .nv__toggler:after, .nvst, .nvnd, .nv__a,
.nv-head__text, .nv__a svg, .nv-head__text svg, .nv__a path, .nv-head__text path,
.nv__a use,
.nv-head__text use, .header-brand, .footer-brand, .toolbar__a, .card__a, .card__title, .card__footer .icon, .lead__a, .bc__a, .cg__a, .cg__a:before, .news__a, .news__title, .pag .icon, .pag a, .pag--dock .icon:before, .al--hp__btn, .str img,
.fb img, .str a:after,
.fb a:after, .g2__item__title, .slick-arrow, .slick-dots button {
  transition: all 0.2s ease-in-out; }
.ul-naked, .nvst__ul, .nvnd__ul, .toolbar__ul, .bc__ol, .loghi ul, .str-video-hp__nav ul, .pag ul, .footer__ul, .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none; }
.arrow-link, .nv__toggler, .nv__a,
.nv-head__text, .header-brand, .footer-brand, .toolbar__a, .card__a, .lead__a, .ms__a, .news__a, .pag a, .al--hp__a, .str a,
.fb a, .g2__item__a, .arrow-link:hover, .nv__toggler:hover, .nv__a:hover,
.nv-head__text:hover, .header-brand:hover, .footer-brand:hover, .toolbar__a:hover, .card__a:hover, .lead__a:hover, .ms__a:hover, .news__a:hover, .pag a:hover, .al--hp__a:hover, .str a:hover,
.fb a:hover, .g2__item__a:hover {
  text-decoration: none; }
.card__a, .card__a:visited, .card__a:focus, .card__a:hover {
  color: #4f4f4f; }
.pag a, .pag a:visited {
  color: #4f4f4f; }
.pag a:focus, .pag a:hover {
  color: #1a4650; }
.bc__a, .bc__a:visited {
  color: #1a4650; }
.bc__a:focus, .bc__a:hover {
  color: #ff6600; }
.hp-map__btn, .toolbar__a, .lead__a, .str-video-hp__nav a, .pag--dock a, .footer a, .hp-map__btn:visited, .toolbar__a:visited, .lead__a:visited, .str-video-hp__nav a:visited, .pag--dock a:visited, .footer a:visited, .hp-map__btn:focus, .toolbar__a:focus, .lead__a:focus, .str-video-hp__nav a:focus, .pag--dock a:focus, .footer a:focus, .hp-map__btn:hover, .toolbar__a:hover, .lead__a:hover, .str-video-hp__nav a:hover, .pag--dock a:hover, .footer a:hover {
  color: #fff; }
.lead__item, .al--hp__bg {
  background: no-repeat center;
  background-size: cover; }
.serif, .header-brand h1,
.header-brand span, .footer-brand span, .cll__title {
  font-family: "PT Serif", serif; }
.section__title, .sans-serif, .header-brand small, .footer-brand small, .card__title, .ms__title, .podcast__title, .news__title, .str figcaption,
.str h3, .g2__item__title, .slick__figcaption {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
@media (max-width: 575.98px) {
  .hp-section, .loghi, .cg, .str-video-hp {
    margin-left: -15px;
    margin-right: -15px; } }
.nv .container, .lead__a, .str,
.fb, .g2__item__a img, .slick-slider, .slick-list, .slick-track, .slick-slide img, .slick-initialized .slick-slide, .slick-vertical .slick-slide, .slick-arrow {
  display: block; }
.cnt__body:empty, .nv__str, .toolbar-header:empty, .card__main:empty,
.card__main p:empty, .lead__main, .lead__main:empty, .toolbar-lead, .slick-slide.slick-loading img, .slick-arrow.slick-hidden {
  display: none; }
@media (max-width: 991.98px) {
  .header, .nvnd__ul {
    transition: all 0.2s ease-in-out; } }
@media (min-width: 992px) {
  .nvst .nv-btn, .nvnd, .nv__li--ico .nv__a:after,
  .nv__li--ico span {
    display: none; } }
html,
body {
  font-size: 1rem;
  overflow-x: hidden; }
/* UNA STRUTTURA A GRIGLIA MANDA IN CRISI GLI SLICK...

.body { @include grid-display(); @include grid-template-columns(1fr); @include grid-template-rows(auto 1fr auto); @extend %antialiased; min-height: 100vh; } // position: relative; required for scrollspy
.header { @include grid-row(1); @include grid-column(1); }
.main { @include grid-row(2); @include grid-column(1); } //.main { position: relative; z-index: 0; } //padding-top: 2 * $spacer; // COMMENTATO PER VIA DELLE MODALI
.footer { @include grid-row(3); @include grid-column(1); }

*/
.body {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh; }
.header,
.main,
.footer {
  flex: 0 0 100%;
  width: 100%; }
/**/
.main {
  position: relative; }
.main img {
    display: block;
    max-width: 100%; }
.footer {
  align-self: flex-end; }
@media (min-width: 992px) {
  .col-lg-3_5 {
    flex: 0 0 29.166%;
    max-width: 29.166%; }
  .container-fluid {
    max-width: 1920px; } }
@media (min-width: 1360px) {
  .col-xl-3_5 {
    flex: 0 0 29.166%;
    max-width: 29.166%; } }
@media (min-width: 1460px) {
  .col-xxl-3_5 {
    flex: 0 0 29.166%;
    max-width: 29.166%; } }
.white {
  color: #fff; }
.bg-white {
  background-color: #fff !important; }
.black {
  color: #000; }
.bg-black {
  background-color: #000 !important; }
.primary-dark {
  color: #153840; }
.primary-light {
  color: #8da3a8; }
.bg-primary-dark {
  background-color: #153840; }
.bg-primary-light {
  background-color: #8da3a8; }
.secondary-dark {
  color: #cc5200; }
.secondary-light {
  color: #ff8533; }
.bg-secondary-dark {
  background-color: #cc5200; }
.bg-secondary-light {
  background-color: #ff8533; }
.red {
  color: #d93600; }
.bg-red {
  background-color: #d93600 !important; }
.white {
  color: #fff; }
.bg-white {
  background-color: #fff !important; }
.primary {
  color: #1a4650; }
.bg-primary {
  background-color: #1a4650 !important; }
.secondary {
  color: #ff6600; }
.bg-secondary {
  background-color: #ff6600 !important; }
.success {
  color: #136734; }
.bg-success {
  background-color: #136734 !important; }
.danger {
  color: #a62900; }
.bg-danger {
  background-color: #a62900 !important; }
.gray-100 {
  color: #f2f2f2; }
.bg-gray-100 {
  background-color: #f2f2f2 !important; }
.gray-300 {
  color: #dcdcdc; }
.bg-gray-300 {
  background-color: #dcdcdc !important; }
.gray-500 {
  color: #a0a3a6; }
.bg-gray-500 {
  background-color: #a0a3a6 !important; }
.gray-700 {
  color: #4f4f4f; }
.bg-gray-700 {
  background-color: #4f4f4f !important; }
.icon, .arrow-link, .bc__li + .bc__li, .cll__header, .cg__a, .podcast__header, .str a,
.fb a, .str figcaption,
.str h3, .g2__item__a figure, .g2__item__header, .slick-arrow {
  display: inline-block; }
.icon:before, .arrow-link:before, .bc__li + .bc__li:before, .cll__header:before, .cg__a:before, .podcast__header:before, .str a:before,
  .fb a:before, .str figcaption:before,
  .str h3:before, .g2__item__a figure:before, .g2__item__header:before, .slick-arrow:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.icon-minus:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gICAgPHBhdGggZmlsbD0iIzFGMUYxRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNCA3aDh2Mkg0eiIvPjwvc3ZnPg==); }
.icon-plus:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gICAgPHBhdGggZmlsbD0iIzFGMUYxRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNyA3VjNoMnY0aDR2Mkg5djRIN1Y5SDNWN2g0eiIvPjwvc3ZnPg==); }
.icon-download:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gICAgPHBhdGggZmlsbD0iI0RCMDAyRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgMTR2LTNoMnY1SDB2LTVoMnYzaDEyek05IDcuOTM2TDExLjMwNyA2bDEuMjg2IDEuNTMyLTQuNTk3IDMuODU3TDMuNCA3LjUzMiA0LjY4NiA2IDcgNy45NDJWMGgydjcuOTM2eiIvPjwvc3ZnPg==); }
.icon-external-link:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gICAgPHBhdGggZmlsbD0iI0RCMDAyRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMTQ1IDQuMzRsLTQuNzMgNC43MzFMNyA3LjY1N2w0Ljc4LTQuNzhMOSAzVjFoNnY2aC0ybC4xNDUtMi42NnpNMTIgMTN2LTNoMnY1SDFWMmg1djJIM3Y5aDl6Ii8+PC9zdmc+); }
.icon-external-link-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gICAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMTQ1IDQuMzRsLTQuNzMgNC43MzFMNyA3LjY1N2w0Ljc4LTQuNzhMOSAzVjFoNnY2aC0ybC4xNDUtMi42NnpNMTIgMTN2LTNoMnY1SDFWMmg1djJIM3Y5aDl6Ii8+PC9zdmc+); }
.icon-share:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gICAgPHBhdGggZmlsbD0iI0EwQTNBNiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgMTRWOGgydjhIMFY4aDJ2NmgxMnpNNyAzLjgyOEw1LjE3MiA1LjY1NyAzLjc1NyA0LjI0MyA4IDBsNC4yNDMgNC4yNDMtMS40MTUgMS40MTRMOSAzLjgyOFYxMUg3VjMuODI4eiIvPjwvc3ZnPg==); }
.icon-mail:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gICAgPHBhdGggZmlsbD0iI0RCMDAyRiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMy4wMTYgNEw4IDYuODQ4IDEyLjk4NCA0SDMuMDE2ek0xNCA1LjcyM0w4IDkuMTUyIDIgNS43MjNWMTJoMTJWNS43MjN6TTEgMmgxNGExIDEgMCAwIDEgMSAxdjEwYTEgMSAwIDAgMS0xIDFIMWExIDEgMCAwIDEtMS0xVjNhMSAxIDAgMCAxIDEtMXoiLz48L3N2Zz4=); }
.icon-flip-x {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
.icon-flip-y {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }
.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.icon-16:before {
  width: 16px;
  height: 16px; }
.icon-24:before {
  width: 24px;
  height: 24px; }
.icon-32:before {
  width: 32px;
  height: 32px; }
.icon-64:before {
  width: 64px;
  height: 64px; }
@media (min-width: 576px) {
  .icon-sm-16:before {
    width: 16px;
    height: 16px; }
  .icon-sm-24:before {
    width: 24px;
    height: 24px; }
  .icon-sm-32:before {
    width: 32px;
    height: 32px; }
  .icon-sm-64:before {
    width: 64px;
    height: 64px; } }
@media (min-width: 768px) {
  .icon-md-16:before {
    width: 16px;
    height: 16px; }
  .icon-md-24:before {
    width: 24px;
    height: 24px; }
  .icon-md-32:before {
    width: 32px;
    height: 32px; }
  .icon-md-64:before {
    width: 64px;
    height: 64px; } }
@media (min-width: 992px) {
  .icon-lg-16:before {
    width: 16px;
    height: 16px; }
  .icon-lg-24:before {
    width: 24px;
    height: 24px; }
  .icon-lg-32:before {
    width: 32px;
    height: 32px; }
  .icon-lg-64:before {
    width: 64px;
    height: 64px; } }
@media (min-width: 1360px) {
  .icon-xl-16:before {
    width: 16px;
    height: 16px; }
  .icon-xl-24:before {
    width: 24px;
    height: 24px; }
  .icon-xl-32:before {
    width: 32px;
    height: 32px; }
  .icon-xl-64:before {
    width: 64px;
    height: 64px; } }
@media (min-width: 1460px) {
  .icon-xxl-16:before {
    width: 16px;
    height: 16px; }
  .icon-xxl-24:before {
    width: 24px;
    height: 24px; }
  .icon-xxl-32:before {
    width: 32px;
    height: 32px; }
  .icon-xxl-64:before {
    width: 64px;
    height: 64px; } }
.icon-eye-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%231a4650' d='M32 15.8C30.2 8.4 23.6 3.3 16 3.3S1.8 8.4 0 15.8c0 0.1 0 0.3 0 0.4 1.8 7.4 8.4 12.5 16 12.5s14.2-5.1 16-12.5C32 16.1 32 15.9 32 15.8zM16 26.9C9.3 26.9 3.6 22.4 1.9 16 3.6 9.6 9.3 5.1 16 5.1S28.4 9.6 30.1 16C28.4 22.4 22.7 26.9 16 26.9zM16 8.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 8.8 16 8.8zM16 21.3c-2.9 0-5.3-2.4-5.3-5.3s2.4-5.3 5.3-5.3c2.9 0 5.3 2.4 5.3 5.3S18.9 21.3 16 21.3z'/%3E%3C/svg%3E"); }
.icon-arrow-primary:before, .arrow-link:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath fill='%231a4650' d='M24.3 5.8c-0.4-0.5-1.2-0.7-1.8-0.1s-0.7 1.2-0.1 1.8l0.1 0.1 9.2 9.2H1.2C0.5 16.7 0 17.4 0 18c0 0.7 0.5 1.2 1.2 1.2h30.5l-9.3 9.3c-0.5 0.5-0.5 1.3 0 1.8 0.5 0.5 1.3 0.5 1.8 0l0 0 11.5-11.5c0.5-0.5 0.5-1.2 0-1.8l0 0L24.3 5.8z' /%3E%3C/svg%3E"); }
.icon-chevron-primary:before, .icon-chevron-thin-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M20.6,17.5l-9.2,10L10,26l9.2-10L10,6l1.4-1.5L22,16L20.6,17.5L20.6,17.5z'/%3E%3C/svg%3E"); }
.icon-cta-primary:before, .bc__li + .bc__li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M10.857 8.043l-4.243 4.242L5.2 10.871l2.828-2.828L5.2 5.214 6.614 3.8z'/%3E%3C/svg%3E"); }
.icon-search-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='%231a4650' d='M7.9 7.9c10.5-10.5 27.5-10.5 38 0 10 10 10.5 26 1.4 36.5l6 6 0.2-0.2c0.7-0.7 1.7-0.7 2.4-0.2 2.3 1.7 7 6 7.4 6.3l7.4 7.4c1.9 1.9 1.9 5 0 6.8s-5 1.9-6.8 0l-7.4-7.4c-0.4-0.4-4.6-5-6.3-7.4 -0.5-0.8-0.5-1.8 0.2-2.4l0.2-0.2 -6-6c-10.6 9.1-26.5 8.6-36.5-1.4C-2.6 35.4-2.6 18.4 7.9 7.9L7.9 7.9zM11.4 11.4c-8.5 8.5-8.5 22.4 0 30.9s22.4 8.5 30.9 0 8.5-22.4 0-30.9S20 2.9 11.4 11.4z'/%3E%3Cpath d='M17.5 15.8c-0.7 0.6-1.8 0.5-2.5-0.2 -0.6-0.7-0.5-1.8 0.2-2.5 5.6-4.7 13.6-5.6 20.1-2.2 0.9 0.5 1.2 1.5 0.7 2.4 -0.5 0.9-1.5 1.2-2.4 0.7C28.4 11.3 22 12 17.5 15.8z'/%3E%3C/svg%3E"); }
.icon-camera-primary:before, .str--camera figcaption:before,
.str--camera figure h3:before, .g2__item--photo .g2__item__header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle fill='%231a4650' cx='6' cy='12.1' r='1.7'/%3E%3Cpath fill='%231a4650' d='M27.7 6.1h-3.4L24 5.4c-0.6-1.2-1.8-2-3.2-2h-9.5c-1.3 0-2.6 0.8-3.2 2L7.8 6.1H4.3C2 6.1 0 8 0 10.4v13.8c0 2.4 2 4.3 4.3 4.3h23.3c2.4 0 4.3-2 4.3-4.3V10.4C32 8 30.1 6.1 27.7 6.1zM29.7 24.3c0 1.1-0.9 2-2 2H4.3c-1.1 0-2-0.9-2-2V10.4c0-1.1 0.9-2 2-2h4.1c0.4 0 0.8-0.3 1-0.6l0.6-1.3c0.2-0.4 0.6-0.7 1.1-0.7h9.5c0.5 0 0.9 0.3 1.1 0.7l0.6 1.3c0.2 0.4 0.6 0.6 1 0.6h4.1c1.1 0 2 0.9 2 2C29.7 10.4 29.7 24.3 29.7 24.3z'/%3E%3Cpath fill='%231a4650' d='M16 9.3c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 9.3 16 9.3zM16 21.4c-2.7 0-4.9-2.2-4.9-4.9s2.2-4.9 4.9-4.9c2.7 0 4.9 2.2 4.9 4.9S18.7 21.4 16 21.4z'/%3E%3C/svg%3E"); }
.icon-play-primary:before, .str--video figcaption:before,
.str--video figure h3:before, .g2__item__header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M36 0C16.1 0 0 16.1 0 36s16.1 36 36 36 36-16.1 36-36S55.9 0 36 0zM52.5 38.6l-24 14C28 52.9 27.5 53 27 53c-0.5 0-1-0.1-1.5-0.4C24.6 52.1 24 51.1 24 50V22c0-1.1 0.6-2.1 1.5-2.6 0.9-0.5 2.1-0.5 3 0l24.1 14c0.9 0.5 1.4 1.5 1.4 2.6C54 37.1 53.3 38.1 52.5 38.6z' fill='%231a4650'/%3E%3C/svg%3E"); }
.icon-pdf-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%231a4650;%7D.st1%7Bfont-family:'Roboto';font-weight:700;%7D.st2%7Bfont-size:10.68px;%7D.st3%7Bfill:%231a4650;stroke:%231a4650;stroke-width:0.34;stroke-miterlimit:10;%7D%3C/style%3E%3Ctext transform='matrix(1 0 0 1 13.41 43.24)' class='st0 st1 st2'%3E  .PDF%3C/text%3E%3Cpath class='st3' d='M43.1 16.1L43.1 16.1 43.1 16.1l-0.2-0.2L28.5 1.5l-0.1-0.1h-0.1c-0.7-0.7-1.7-1.1-2.8-1.1H8.9c-1.6 0-2.8 1.3-2.8 2.8v43.7c0 1.6 1.3 2.8 2.8 2.8h32.4c1.6 0 2.8-1.3 2.8-2.8V18.7C44.1 17.7 43.7 16.8 43.1 16.1zM29.7 4.6l10.2 10.2h-7.5c-1.4 0-2.6-1.2-2.6-2.6L29.7 4.6zM42.7 46.8c0 0.8-0.7 1.5-1.5 1.5H8.9c-0.8 0-1.5-0.7-1.5-1.5V3.2c0-0.8 0.7-1.5 1.5-1.5h16.8c0.7 0 1.4 0.3 1.9 0.8l0.1 0.1c0.5 0.5 0.8 1.2 0.8 1.9v7.7c0 2.2 1.8 4 4 4h7.9c0.7 0 1.2 0.4 1.7 0.9l0 0c0.7 0.8 0.7 1.8 0.7 1.8V46.8L42.7 46.8z'/%3E%3C/svg%3E"); }
.icon-facebook-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M21.89 1H1.91A.914.914 0 0 0 1 1.92v20.234c0 .507.407.92.909.92H12.58v-8.278H9.856v-3.45h2.724V8.589c0-2.851 1.783-4.254 4.295-4.254 1.203 0 2.237.09 2.538.13v2.98l-1.742.001c-1.366 0-1.685.658-1.685 1.622v2.28h3.406l-.68 3.449h-2.726l.055 8.277h5.85a.914.914 0 0 0 .907-.92V1.92A.914.914 0 0 0 21.89 1'/%3E%3C/svg%3E"); }
.icon-twitter-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M23.798 4.271a9.832 9.832 0 0 1-2.804.763 4.865 4.865 0 0 0 2.147-2.68 9.839 9.839 0 0 1-3.1 1.176A4.895 4.895 0 0 0 16.477 2c-2.697 0-4.883 2.169-4.883 4.844 0 .38.043.75.127 1.104A13.898 13.898 0 0 1 1.657 2.886a4.796 4.796 0 0 0-.661 2.436c0 1.68.862 3.163 2.171 4.032a4.887 4.887 0 0 1-2.21-.606l-.001.061c0 2.347 1.683 4.305 3.917 4.75a4.928 4.928 0 0 1-2.205.083 4.882 4.882 0 0 0 4.56 3.364 9.846 9.846 0 0 1-6.063 2.074c-.395 0-.783-.023-1.165-.068a13.902 13.902 0 0 0 7.485 2.176c8.98 0 13.891-7.381 13.891-13.782 0-.21-.004-.42-.014-.628a9.86 9.86 0 0 0 2.436-2.507'/%3E%3C/svg%3E"); }
.icon-linkedin-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M19.747 19.746h-3.262v-5.105c0-1.218-.021-2.784-1.696-2.784-1.697 0-1.956 1.327-1.956 2.696v5.193h-3.26V9.247h3.128v1.436h.045c.435-.826 1.5-1.696 3.087-1.696 3.304 0 3.914 2.174 3.914 5.001v5.758zM5.894 7.813a1.891 1.891 0 1 1 0-3.785 1.893 1.893 0 0 1 0 3.785zm1.632 11.933H4.26V9.247h3.266v10.5zM22.084 1H1.917A.917.917 0 0 0 1 1.916v20.167c0 .507.41.917.917.917h20.167c.506 0 .916-.41.916-.917V1.916A.917.917 0 0 0 22.084 1z'/%3E%3C/svg%3E"); }
.icon-youtube-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M3.264 19.565c-.83-.265-1.39-.796-1.69-1.598-.73-1.955-.947-10.14.46-11.751a2.746 2.746 0 0 1 1.84-.952c3.793-.397 15.517-.34 16.87.133.79.277 1.352.782 1.658 1.553.8 2.022.828 9.38-.105 11.328-.253.528-.665.902-1.189 1.17-1.416.72-15.982.711-17.844.117zm6.027-3.838l6.831-3.448-6.831-3.467v6.915z'/%3E%3C/svg%3E"); }
.icon-instagram-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M18.005 7.174a1.041 1.041 0 1 1 0-2.083 1.041 1.041 0 0 1 0 2.083zM6.95.927h10.31a5.95 5.95 0 0 1 5.95 5.95v10.31a5.95 5.95 0 0 1-5.95 5.95H6.95A5.95 5.95 0 0 1 1 17.187V6.877A5.95 5.95 0 0 1 6.95.927zm0 1.7a4.25 4.25 0 0 0-4.25 4.25v10.31a4.25 4.25 0 0 0 4.25 4.25h10.31a4.25 4.25 0 0 0 4.25-4.25V6.877a4.25 4.25 0 0 0-4.25-4.25H6.95zm5.155 15.27a5.864 5.864 0 1 1 0-11.73 5.864 5.864 0 0 1 0 11.73zm0-1.7a4.164 4.164 0 1 0 0-8.33 4.164 4.164 0 0 0 0 8.33z'/%3E%3C/svg%3E"); }
.icon-share-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%231a4650' d='M25.3 20.7c-1.1 0-2.5 0.1-3.9 1.8L9.2 16.3v-2.6L21.4 7.5c1.1 1.4 2.5 1.8 3.9 1.8C27.8 9.3 30 7.7 30 4.6 30 2.2 28.3 0 25.3 0c-2.2 0-4.1 1.1-4.6 4.3 0 0.5 0 0.9 0 1.4 -2.6 1.5-5.4 2.8-8 4 -0.6 0.3-1.3 0.7-1.8 0.9 -0.9 0.5-2.2 1.3-2.5 1.3 -0.3 0-1.5-1.5-3.7-1.5C2.1 10.3 0 11.8 0 14.9c0 2.5 1.5 4.7 4.6 4.7 0.3 0 1.1-0.1 1.8-0.3 0.6-0.2 1.6-1.1 1.8-1.1 0.3 0 8.3 4.1 12.3 6.2 0.1 0.7 0 1.4 0.1 2C21.1 28.9 23.3 30 25.3 30 27.8 30 30 28.4 30 25.3 30 22.8 28.4 20.7 25.3 20.7zM25.2 2c1.6 0 2.9 1.3 2.9 2.6 0 1.5-1.3 2.9-2.9 2.9 -1.7 0-2.8-1.6-2.8-2.9C22.4 3.1 23.6 2 25.2 2zM4.5 17.8c-1.7 0-2.6-1.6-2.6-2.9 0-1.5 1.1-2.8 2.6-2.8 1.6 0 2.9 1.4 2.9 2.8C7.4 16.4 6.1 17.8 4.5 17.8zM25.2 28.2c-1.7 0-2.8-1.6-2.8-2.9 0-1.5 1.1-2.8 2.8-2.8 1.6 0 2.9 1.4 2.9 2.8C28 26.8 26.8 28.2 25.2 28.2z'/%3E%3C/svg%3E"); }
.icon-histogramme-primary:before, .g2__item--histogramme .g2__item__header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M0 42.5h4.3v-4.3H0V42.5zM43.7 31.8H48v-4.6h-4.3V31.8zM43.7 37.2H48v-4.6h-4.3V37.2zM43.7 42.5H48v-4.3h-4.3V42.5zM38.2 37.2h4.3v-4.6h-4.3V37.2zM38.2 42.5h4.3v-4.3h-4.3V42.5zM32.7 42.5H37v-4.3h-4.3V42.5zM27.3 20.8h4.5v-4.6h-4.6L27.3 20.8 27.3 20.8zM27.3 26.3h4.5v-4.6h-4.6L27.3 26.3 27.3 26.3zM27.3 31.8h4.5v-4.6h-4.6L27.3 31.8 27.3 31.8zM27.3 37.2h4.5v-4.6h-4.6L27.3 37.2 27.3 37.2zM27.3 42.5h4.5v-4.3h-4.6L27.3 42.5 27.3 42.5zM21.7 37.2h4.6v-4.6h-4.6C21.7 32.7 21.7 37.2 21.7 37.2zM21.7 42.5h4.6v-4.3h-4.6C21.7 38.2 21.7 42.5 21.7 42.5zM16.4 15.3h4.3v-4.4h-4.3V15.3zM16.4 20.8h4.3v-4.6h-4.3V20.8zM16.4 26.3h4.3v-4.6h-4.3V26.3zM16.4 31.8h4.3v-4.6h-4.3V31.8zM16.4 37.2h4.3v-4.6h-4.3V37.2zM16.4 42.5h4.3v-4.3h-4.3V42.5zM11 37.2h4.3v-4.6H11C11 32.7 11 37.2 11 37.2zM11 42.5h4.3v-4.3H11C11 38.2 11 42.5 11 42.5zM5.5 26.3h4.3v-4.6H5.5V26.3zM5.5 31.8h4.3v-4.6H5.5V31.8zM5.5 37.2h4.3v-4.6H5.5V37.2zM5.5 42.5h4.3v-4.3H5.5V42.5zM0 9.9h4.3V5.5H0V9.9zM0 15.3h4.3v-4.4H0V15.3zM0 20.8h4.3v-4.6H0V20.8zM0 26.3h4.3v-4.6H0V26.3zM0 31.8h4.3v-4.6H0V31.8zM0 37.2h4.3v-4.6H0V37.2z'/%3E%3C/svg%3E"); }
.icon-audio-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M39.6 24.2c0-6.8-4-12.6-9.6-15.4l0.9-2c6.4 3.1 11 9.8 11 17.4 0 7.8-4.7 14.4-11.3 17.7l-0.9-2C35.4 37.2 39.6 31.1 39.6 24.2L39.6 24.2zM45.2 23.8L45.2 23.8c0-8.1-4.7-15.1-11.7-18.5L35 2.9c7.8 3.7 13 11.7 13 21 0 9.5-5.4 17.7-13.5 21.3l-1.1-2.5C40.4 39.5 45.2 32.4 45.2 23.8L45.2 23.8zM0 17.2L0 17.2v14.1c9.2 0 0.8 0 7 0V17.2H0zM9.5 16.7L9.5 16.7v15.1l7.3 7 1.4 1.1 3.4 3.3V5.5L9.5 16.7zM34.2 24.2L34.2 24.2c0-5.4-3.4-10.4-8.1-12.3l0.9-2c5.4 2.3 9.5 7.9 9.5 14.3 0 6.5-4.2 12.3-9.9 14.4l-0.8-2C30.6 34.7 34.2 29.9 34.2 24.2L34.2 24.2z'/%3E%3C/svg%3E"); }
.icon-geopin-primary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%231a4650' d='M24.3 48L9.4 24.2C7.8 21.9 6.9 19 6.9 16c0-8.8 7.6-16 17-16 9.5 0 17.2 7.2 17.2 16 0 2.9-0.8 5.6-2.3 8L24.3 48zM23.9 3.4c-7.5 0-13.6 5.6-13.6 12.6 0 2.3 0.7 4.5 1.9 6.4l12 19.2 11.7-19.3c1.2-2 1.8-4 1.8-6.3C37.7 9.1 31.5 3.4 23.9 3.4z'/%3E%3Ccircle fill='%231a4650' cx='23.9' cy='16.7' r='9'/%3E%3C/svg%3E"); }
.icon-webcam-primary:before, .str--webcam figcaption:before,
.str--webcam figure h3:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%231a4650;stroke:%231a4650;stroke-width:0.4;stroke-miterlimit:10;%7D.st1%7Bfill:%231a4650;%7D%3C/style%3E%3Cpath class='st0' d='M24 10.4c-6.4 0-11.6 5.2-11.6 11.6S17.6 33.5 24 33.5 35.6 28.4 35.6 22 30.4 10.4 24 10.4zM24 31.6c-5.3 0-9.6-4.3-9.6-9.6s4.3-9.6 9.6-9.6 9.6 4.3 9.6 9.6S29.3 31.6 24 31.6z'/%3E%3Cpath class='st0' d='M32 42.2c8.1-3.2 13.8-11.1 13.8-20.3C45.8 10 36 0.2 24 0.2 12 0.2 2.2 10 2.2 22c0 9.2 5.7 17.1 13.8 20.3 -4.3 0.5-8.7 1.6-8.7 3.8 0 0.7 0.3 1.5 2 1.9 0.8 0.2 1.9 0.2 3.6 0.2 1.3 0 2.8 0 4.4-0.1 2-0.1 4.3-0.1 6.7-0.1s4.7 0.1 6.7 0.1c1.6 0.1 3.1 0.1 4.4 0.1 2.4 0 5.6 0 5.6-2.1C40.7 43.8 36.3 42.8 32 42.2zM4.2 22C4.2 11.1 13.1 2.2 24 2.2S43.8 11.1 43.8 22 34.9 41.8 24 41.8 4.2 32.9 4.2 22zM35.1 46.2c-1.3 0-2.8 0-4.4-0.1 -2-0.1-4.3-0.1-6.7-0.1s-4.7 0.1-6.7 0.1c-1.6 0-3.1 0.1-4.4 0.1 -2.1 0-3-0.1-3.4-0.3 1.1-0.9 6.3-2.2 14.5-2.2 8.3 0 13.4 1.3 14.5 2.2C38.1 46.1 37.2 46.2 35.1 46.2z'/%3E%3Ccircle class='st1' cx='24' cy='11' r='2.6'/%3E%3C/svg%3E"); }
.g2__item--video .g2__item__header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 59.9 55'%3E%3Cpath d='M40.9 54.3H4.3c-2.2 0-4.3-2-4.3-4.1V27.1c0-2.6 2.2-4.3 4.3-4.3h36.6c2.3 0 4.1 1.9 4.1 4.3v23.1c0 2.2-1.9 4.1-4.1 4.1zM4.3 25.2c-.9 0-1.9.8-1.9 1.9v23.1c0 .8 1 1.7 1.9 1.7h36.6c.9 0 1.7-.8 1.7-1.7V27.1c0-1.1-.7-1.9-1.7-1.9H4.3zM57.5 55c-.7 0-1.4-.3-2-.8l-7.1-5.3c-1.6-1.1-2.9-3.7-2.9-5.9v-8.8c0-2 1.4-4.6 3-5.7l7.1-5.5c1-.7 2.1-.9 3-.4.5.3 1.3 1 1.3 2.7v26.8c0 1.2-.5 2.2-1.4 2.6-.3.3-.7.3-1 .3zm-.6-30-7.1 5.5c-1 .7-2 2.5-2 3.7V43c0 1.4.9 3.2 1.9 3.9l7.1 5.3c.2.2.4.3.5.3 0-.1.1-.2.1-.4V25.4c0-.3 0-.5-.1-.6 0 0-.1.1-.4.2z' fill='%231a4650'/%3E%3Cpath d='M11 23.2c-4.6 0-8.3-3.6-8.3-8.3 0-4.7 3.6-8.3 8.3-8.3 4.7 0 8.3 3.6 8.3 8.3 0 4.7-3.7 8.3-8.3 8.3zM11 9c-3.3 0-5.9 2.6-5.9 6 0 3.3 2.5 5.9 5.9 5.9 3.4 0 5.9-2.5 5.9-5.9 0-3.4-2.6-6-5.9-6zm21.5 14.7c-6.5 0-11.8-5.3-11.8-11.8C20.7 5.3 26 0 32.5 0c6.4 0 11.6 5.3 11.6 11.8 0 6.6-5.2 11.9-11.6 11.9zm0-21.3c-5.2 0-9.4 4.2-9.4 9.4s4.2 9.4 9.4 9.4c5.1 0 9.2-4.2 9.2-9.4s-4.1-9.4-9.2-9.4z' fill='%231a4650'/%3E%3Cpath fill='%231a4650' fill-rule='evenodd' d='M11.6 45.3c0-1.8-1.3-3.1-3.1-3.1-1.6 0-2.9 1.3-2.9 3.1 0 1.6 1.3 2.9 2.9 2.9 1.8 0 3.1-1.3 3.1-2.9z' clip-rule='evenodd'/%3E%3Cpath d='M8.5 49.4c-2.2 0-4.1-1.9-4.1-4.1 0-2.4 1.8-4.3 4.1-4.3 2.4 0 4.3 1.8 4.3 4.3 0 2.3-1.9 4.1-4.3 4.1zm0-6c-.9 0-1.7.8-1.7 1.9 0 .9.8 1.7 1.7 1.7 1.1 0 1.9-.7 1.9-1.7 0-1.1-.8-1.9-1.9-1.9z' fill='%231a4650'/%3E%3C/svg%3E"); }
.icon-eye-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23ff6600' d='M32 15.8C30.2 8.4 23.6 3.3 16 3.3S1.8 8.4 0 15.8c0 0.1 0 0.3 0 0.4 1.8 7.4 8.4 12.5 16 12.5s14.2-5.1 16-12.5C32 16.1 32 15.9 32 15.8zM16 26.9C9.3 26.9 3.6 22.4 1.9 16 3.6 9.6 9.3 5.1 16 5.1S28.4 9.6 30.1 16C28.4 22.4 22.7 26.9 16 26.9zM16 8.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 8.8 16 8.8zM16 21.3c-2.9 0-5.3-2.4-5.3-5.3s2.4-5.3 5.3-5.3c2.9 0 5.3 2.4 5.3 5.3S18.9 21.3 16 21.3z'/%3E%3C/svg%3E"); }
.icon-arrow-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath fill='%23ff6600' d='M24.3 5.8c-0.4-0.5-1.2-0.7-1.8-0.1s-0.7 1.2-0.1 1.8l0.1 0.1 9.2 9.2H1.2C0.5 16.7 0 17.4 0 18c0 0.7 0.5 1.2 1.2 1.2h30.5l-9.3 9.3c-0.5 0.5-0.5 1.3 0 1.8 0.5 0.5 1.3 0.5 1.8 0l0 0 11.5-11.5c0.5-0.5 0.5-1.2 0-1.8l0 0L24.3 5.8z' /%3E%3C/svg%3E"); }
.icon-chevron-secondary:before, .icon-chevron-thin-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M20.6,17.5l-9.2,10L10,26l9.2-10L10,6l1.4-1.5L22,16L20.6,17.5L20.6,17.5z'/%3E%3C/svg%3E"); }
.icon-cta-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M10.857 8.043l-4.243 4.242L5.2 10.871l2.828-2.828L5.2 5.214 6.614 3.8z'/%3E%3C/svg%3E"); }
.icon-search-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='%23ff6600' d='M7.9 7.9c10.5-10.5 27.5-10.5 38 0 10 10 10.5 26 1.4 36.5l6 6 0.2-0.2c0.7-0.7 1.7-0.7 2.4-0.2 2.3 1.7 7 6 7.4 6.3l7.4 7.4c1.9 1.9 1.9 5 0 6.8s-5 1.9-6.8 0l-7.4-7.4c-0.4-0.4-4.6-5-6.3-7.4 -0.5-0.8-0.5-1.8 0.2-2.4l0.2-0.2 -6-6c-10.6 9.1-26.5 8.6-36.5-1.4C-2.6 35.4-2.6 18.4 7.9 7.9L7.9 7.9zM11.4 11.4c-8.5 8.5-8.5 22.4 0 30.9s22.4 8.5 30.9 0 8.5-22.4 0-30.9S20 2.9 11.4 11.4z'/%3E%3Cpath d='M17.5 15.8c-0.7 0.6-1.8 0.5-2.5-0.2 -0.6-0.7-0.5-1.8 0.2-2.5 5.6-4.7 13.6-5.6 20.1-2.2 0.9 0.5 1.2 1.5 0.7 2.4 -0.5 0.9-1.5 1.2-2.4 0.7C28.4 11.3 22 12 17.5 15.8z'/%3E%3C/svg%3E"); }
.icon-camera-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle fill='%23ff6600' cx='6' cy='12.1' r='1.7'/%3E%3Cpath fill='%23ff6600' d='M27.7 6.1h-3.4L24 5.4c-0.6-1.2-1.8-2-3.2-2h-9.5c-1.3 0-2.6 0.8-3.2 2L7.8 6.1H4.3C2 6.1 0 8 0 10.4v13.8c0 2.4 2 4.3 4.3 4.3h23.3c2.4 0 4.3-2 4.3-4.3V10.4C32 8 30.1 6.1 27.7 6.1zM29.7 24.3c0 1.1-0.9 2-2 2H4.3c-1.1 0-2-0.9-2-2V10.4c0-1.1 0.9-2 2-2h4.1c0.4 0 0.8-0.3 1-0.6l0.6-1.3c0.2-0.4 0.6-0.7 1.1-0.7h9.5c0.5 0 0.9 0.3 1.1 0.7l0.6 1.3c0.2 0.4 0.6 0.6 1 0.6h4.1c1.1 0 2 0.9 2 2C29.7 10.4 29.7 24.3 29.7 24.3z'/%3E%3Cpath fill='%23ff6600' d='M16 9.3c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 9.3 16 9.3zM16 21.4c-2.7 0-4.9-2.2-4.9-4.9s2.2-4.9 4.9-4.9c2.7 0 4.9 2.2 4.9 4.9S18.7 21.4 16 21.4z'/%3E%3C/svg%3E"); }
.icon-play-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M36 0C16.1 0 0 16.1 0 36s16.1 36 36 36 36-16.1 36-36S55.9 0 36 0zM52.5 38.6l-24 14C28 52.9 27.5 53 27 53c-0.5 0-1-0.1-1.5-0.4C24.6 52.1 24 51.1 24 50V22c0-1.1 0.6-2.1 1.5-2.6 0.9-0.5 2.1-0.5 3 0l24.1 14c0.9 0.5 1.4 1.5 1.4 2.6C54 37.1 53.3 38.1 52.5 38.6z' fill='%23ff6600'/%3E%3C/svg%3E"); }
.icon-pdf-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ff6600;%7D.st1%7Bfont-family:'Roboto';font-weight:700;%7D.st2%7Bfont-size:10.68px;%7D.st3%7Bfill:%23ff6600;stroke:%23ff6600;stroke-width:0.34;stroke-miterlimit:10;%7D%3C/style%3E%3Ctext transform='matrix(1 0 0 1 13.41 43.24)' class='st0 st1 st2'%3E  .PDF%3C/text%3E%3Cpath class='st3' d='M43.1 16.1L43.1 16.1 43.1 16.1l-0.2-0.2L28.5 1.5l-0.1-0.1h-0.1c-0.7-0.7-1.7-1.1-2.8-1.1H8.9c-1.6 0-2.8 1.3-2.8 2.8v43.7c0 1.6 1.3 2.8 2.8 2.8h32.4c1.6 0 2.8-1.3 2.8-2.8V18.7C44.1 17.7 43.7 16.8 43.1 16.1zM29.7 4.6l10.2 10.2h-7.5c-1.4 0-2.6-1.2-2.6-2.6L29.7 4.6zM42.7 46.8c0 0.8-0.7 1.5-1.5 1.5H8.9c-0.8 0-1.5-0.7-1.5-1.5V3.2c0-0.8 0.7-1.5 1.5-1.5h16.8c0.7 0 1.4 0.3 1.9 0.8l0.1 0.1c0.5 0.5 0.8 1.2 0.8 1.9v7.7c0 2.2 1.8 4 4 4h7.9c0.7 0 1.2 0.4 1.7 0.9l0 0c0.7 0.8 0.7 1.8 0.7 1.8V46.8L42.7 46.8z'/%3E%3C/svg%3E"); }
.icon-facebook-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M21.89 1H1.91A.914.914 0 0 0 1 1.92v20.234c0 .507.407.92.909.92H12.58v-8.278H9.856v-3.45h2.724V8.589c0-2.851 1.783-4.254 4.295-4.254 1.203 0 2.237.09 2.538.13v2.98l-1.742.001c-1.366 0-1.685.658-1.685 1.622v2.28h3.406l-.68 3.449h-2.726l.055 8.277h5.85a.914.914 0 0 0 .907-.92V1.92A.914.914 0 0 0 21.89 1'/%3E%3C/svg%3E"); }
.icon-twitter-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M23.798 4.271a9.832 9.832 0 0 1-2.804.763 4.865 4.865 0 0 0 2.147-2.68 9.839 9.839 0 0 1-3.1 1.176A4.895 4.895 0 0 0 16.477 2c-2.697 0-4.883 2.169-4.883 4.844 0 .38.043.75.127 1.104A13.898 13.898 0 0 1 1.657 2.886a4.796 4.796 0 0 0-.661 2.436c0 1.68.862 3.163 2.171 4.032a4.887 4.887 0 0 1-2.21-.606l-.001.061c0 2.347 1.683 4.305 3.917 4.75a4.928 4.928 0 0 1-2.205.083 4.882 4.882 0 0 0 4.56 3.364 9.846 9.846 0 0 1-6.063 2.074c-.395 0-.783-.023-1.165-.068a13.902 13.902 0 0 0 7.485 2.176c8.98 0 13.891-7.381 13.891-13.782 0-.21-.004-.42-.014-.628a9.86 9.86 0 0 0 2.436-2.507'/%3E%3C/svg%3E"); }
.icon-linkedin-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M19.747 19.746h-3.262v-5.105c0-1.218-.021-2.784-1.696-2.784-1.697 0-1.956 1.327-1.956 2.696v5.193h-3.26V9.247h3.128v1.436h.045c.435-.826 1.5-1.696 3.087-1.696 3.304 0 3.914 2.174 3.914 5.001v5.758zM5.894 7.813a1.891 1.891 0 1 1 0-3.785 1.893 1.893 0 0 1 0 3.785zm1.632 11.933H4.26V9.247h3.266v10.5zM22.084 1H1.917A.917.917 0 0 0 1 1.916v20.167c0 .507.41.917.917.917h20.167c.506 0 .916-.41.916-.917V1.916A.917.917 0 0 0 22.084 1z'/%3E%3C/svg%3E"); }
.icon-youtube-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M3.264 19.565c-.83-.265-1.39-.796-1.69-1.598-.73-1.955-.947-10.14.46-11.751a2.746 2.746 0 0 1 1.84-.952c3.793-.397 15.517-.34 16.87.133.79.277 1.352.782 1.658 1.553.8 2.022.828 9.38-.105 11.328-.253.528-.665.902-1.189 1.17-1.416.72-15.982.711-17.844.117zm6.027-3.838l6.831-3.448-6.831-3.467v6.915z'/%3E%3C/svg%3E"); }
.icon-instagram-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M18.005 7.174a1.041 1.041 0 1 1 0-2.083 1.041 1.041 0 0 1 0 2.083zM6.95.927h10.31a5.95 5.95 0 0 1 5.95 5.95v10.31a5.95 5.95 0 0 1-5.95 5.95H6.95A5.95 5.95 0 0 1 1 17.187V6.877A5.95 5.95 0 0 1 6.95.927zm0 1.7a4.25 4.25 0 0 0-4.25 4.25v10.31a4.25 4.25 0 0 0 4.25 4.25h10.31a4.25 4.25 0 0 0 4.25-4.25V6.877a4.25 4.25 0 0 0-4.25-4.25H6.95zm5.155 15.27a5.864 5.864 0 1 1 0-11.73 5.864 5.864 0 0 1 0 11.73zm0-1.7a4.164 4.164 0 1 0 0-8.33 4.164 4.164 0 0 0 0 8.33z'/%3E%3C/svg%3E"); }
.icon-share-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%23ff6600' d='M25.3 20.7c-1.1 0-2.5 0.1-3.9 1.8L9.2 16.3v-2.6L21.4 7.5c1.1 1.4 2.5 1.8 3.9 1.8C27.8 9.3 30 7.7 30 4.6 30 2.2 28.3 0 25.3 0c-2.2 0-4.1 1.1-4.6 4.3 0 0.5 0 0.9 0 1.4 -2.6 1.5-5.4 2.8-8 4 -0.6 0.3-1.3 0.7-1.8 0.9 -0.9 0.5-2.2 1.3-2.5 1.3 -0.3 0-1.5-1.5-3.7-1.5C2.1 10.3 0 11.8 0 14.9c0 2.5 1.5 4.7 4.6 4.7 0.3 0 1.1-0.1 1.8-0.3 0.6-0.2 1.6-1.1 1.8-1.1 0.3 0 8.3 4.1 12.3 6.2 0.1 0.7 0 1.4 0.1 2C21.1 28.9 23.3 30 25.3 30 27.8 30 30 28.4 30 25.3 30 22.8 28.4 20.7 25.3 20.7zM25.2 2c1.6 0 2.9 1.3 2.9 2.6 0 1.5-1.3 2.9-2.9 2.9 -1.7 0-2.8-1.6-2.8-2.9C22.4 3.1 23.6 2 25.2 2zM4.5 17.8c-1.7 0-2.6-1.6-2.6-2.9 0-1.5 1.1-2.8 2.6-2.8 1.6 0 2.9 1.4 2.9 2.8C7.4 16.4 6.1 17.8 4.5 17.8zM25.2 28.2c-1.7 0-2.8-1.6-2.8-2.9 0-1.5 1.1-2.8 2.8-2.8 1.6 0 2.9 1.4 2.9 2.8C28 26.8 26.8 28.2 25.2 28.2z'/%3E%3C/svg%3E"); }
.icon-histogramme-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M0 42.5h4.3v-4.3H0V42.5zM43.7 31.8H48v-4.6h-4.3V31.8zM43.7 37.2H48v-4.6h-4.3V37.2zM43.7 42.5H48v-4.3h-4.3V42.5zM38.2 37.2h4.3v-4.6h-4.3V37.2zM38.2 42.5h4.3v-4.3h-4.3V42.5zM32.7 42.5H37v-4.3h-4.3V42.5zM27.3 20.8h4.5v-4.6h-4.6L27.3 20.8 27.3 20.8zM27.3 26.3h4.5v-4.6h-4.6L27.3 26.3 27.3 26.3zM27.3 31.8h4.5v-4.6h-4.6L27.3 31.8 27.3 31.8zM27.3 37.2h4.5v-4.6h-4.6L27.3 37.2 27.3 37.2zM27.3 42.5h4.5v-4.3h-4.6L27.3 42.5 27.3 42.5zM21.7 37.2h4.6v-4.6h-4.6C21.7 32.7 21.7 37.2 21.7 37.2zM21.7 42.5h4.6v-4.3h-4.6C21.7 38.2 21.7 42.5 21.7 42.5zM16.4 15.3h4.3v-4.4h-4.3V15.3zM16.4 20.8h4.3v-4.6h-4.3V20.8zM16.4 26.3h4.3v-4.6h-4.3V26.3zM16.4 31.8h4.3v-4.6h-4.3V31.8zM16.4 37.2h4.3v-4.6h-4.3V37.2zM16.4 42.5h4.3v-4.3h-4.3V42.5zM11 37.2h4.3v-4.6H11C11 32.7 11 37.2 11 37.2zM11 42.5h4.3v-4.3H11C11 38.2 11 42.5 11 42.5zM5.5 26.3h4.3v-4.6H5.5V26.3zM5.5 31.8h4.3v-4.6H5.5V31.8zM5.5 37.2h4.3v-4.6H5.5V37.2zM5.5 42.5h4.3v-4.3H5.5V42.5zM0 9.9h4.3V5.5H0V9.9zM0 15.3h4.3v-4.4H0V15.3zM0 20.8h4.3v-4.6H0V20.8zM0 26.3h4.3v-4.6H0V26.3zM0 31.8h4.3v-4.6H0V31.8zM0 37.2h4.3v-4.6H0V37.2z'/%3E%3C/svg%3E"); }
.icon-audio-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23ff6600' fill-rule='evenodd' d='M39.6 24.2c0-6.8-4-12.6-9.6-15.4l0.9-2c6.4 3.1 11 9.8 11 17.4 0 7.8-4.7 14.4-11.3 17.7l-0.9-2C35.4 37.2 39.6 31.1 39.6 24.2L39.6 24.2zM45.2 23.8L45.2 23.8c0-8.1-4.7-15.1-11.7-18.5L35 2.9c7.8 3.7 13 11.7 13 21 0 9.5-5.4 17.7-13.5 21.3l-1.1-2.5C40.4 39.5 45.2 32.4 45.2 23.8L45.2 23.8zM0 17.2L0 17.2v14.1c9.2 0 0.8 0 7 0V17.2H0zM9.5 16.7L9.5 16.7v15.1l7.3 7 1.4 1.1 3.4 3.3V5.5L9.5 16.7zM34.2 24.2L34.2 24.2c0-5.4-3.4-10.4-8.1-12.3l0.9-2c5.4 2.3 9.5 7.9 9.5 14.3 0 6.5-4.2 12.3-9.9 14.4l-0.8-2C30.6 34.7 34.2 29.9 34.2 24.2L34.2 24.2z'/%3E%3C/svg%3E"); }
.icon-geopin-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23ff6600' d='M24.3 48L9.4 24.2C7.8 21.9 6.9 19 6.9 16c0-8.8 7.6-16 17-16 9.5 0 17.2 7.2 17.2 16 0 2.9-0.8 5.6-2.3 8L24.3 48zM23.9 3.4c-7.5 0-13.6 5.6-13.6 12.6 0 2.3 0.7 4.5 1.9 6.4l12 19.2 11.7-19.3c1.2-2 1.8-4 1.8-6.3C37.7 9.1 31.5 3.4 23.9 3.4z'/%3E%3Ccircle fill='%23ff6600' cx='23.9' cy='16.7' r='9'/%3E%3C/svg%3E"); }
.icon-webcam-secondary:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23ff6600;stroke:%23ff6600;stroke-width:0.4;stroke-miterlimit:10;%7D.st1%7Bfill:%23ff6600;%7D%3C/style%3E%3Cpath class='st0' d='M24 10.4c-6.4 0-11.6 5.2-11.6 11.6S17.6 33.5 24 33.5 35.6 28.4 35.6 22 30.4 10.4 24 10.4zM24 31.6c-5.3 0-9.6-4.3-9.6-9.6s4.3-9.6 9.6-9.6 9.6 4.3 9.6 9.6S29.3 31.6 24 31.6z'/%3E%3Cpath class='st0' d='M32 42.2c8.1-3.2 13.8-11.1 13.8-20.3C45.8 10 36 0.2 24 0.2 12 0.2 2.2 10 2.2 22c0 9.2 5.7 17.1 13.8 20.3 -4.3 0.5-8.7 1.6-8.7 3.8 0 0.7 0.3 1.5 2 1.9 0.8 0.2 1.9 0.2 3.6 0.2 1.3 0 2.8 0 4.4-0.1 2-0.1 4.3-0.1 6.7-0.1s4.7 0.1 6.7 0.1c1.6 0.1 3.1 0.1 4.4 0.1 2.4 0 5.6 0 5.6-2.1C40.7 43.8 36.3 42.8 32 42.2zM4.2 22C4.2 11.1 13.1 2.2 24 2.2S43.8 11.1 43.8 22 34.9 41.8 24 41.8 4.2 32.9 4.2 22zM35.1 46.2c-1.3 0-2.8 0-4.4-0.1 -2-0.1-4.3-0.1-6.7-0.1s-4.7 0.1-6.7 0.1c-1.6 0-3.1 0.1-4.4 0.1 -2.1 0-3-0.1-3.4-0.3 1.1-0.9 6.3-2.2 14.5-2.2 8.3 0 13.4 1.3 14.5 2.2C38.1 46.1 37.2 46.2 35.1 46.2z'/%3E%3Ccircle class='st1' cx='24' cy='11' r='2.6'/%3E%3C/svg%3E"); }
.icon-eye-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%234f4f4f' d='M32 15.8C30.2 8.4 23.6 3.3 16 3.3S1.8 8.4 0 15.8c0 0.1 0 0.3 0 0.4 1.8 7.4 8.4 12.5 16 12.5s14.2-5.1 16-12.5C32 16.1 32 15.9 32 15.8zM16 26.9C9.3 26.9 3.6 22.4 1.9 16 3.6 9.6 9.3 5.1 16 5.1S28.4 9.6 30.1 16C28.4 22.4 22.7 26.9 16 26.9zM16 8.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 8.8 16 8.8zM16 21.3c-2.9 0-5.3-2.4-5.3-5.3s2.4-5.3 5.3-5.3c2.9 0 5.3 2.4 5.3 5.3S18.9 21.3 16 21.3z'/%3E%3C/svg%3E"); }
.icon-arrow-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath fill='%234f4f4f' d='M24.3 5.8c-0.4-0.5-1.2-0.7-1.8-0.1s-0.7 1.2-0.1 1.8l0.1 0.1 9.2 9.2H1.2C0.5 16.7 0 17.4 0 18c0 0.7 0.5 1.2 1.2 1.2h30.5l-9.3 9.3c-0.5 0.5-0.5 1.3 0 1.8 0.5 0.5 1.3 0.5 1.8 0l0 0 11.5-11.5c0.5-0.5 0.5-1.2 0-1.8l0 0L24.3 5.8z' /%3E%3C/svg%3E"); }
.icon-chevron-gray-dark:before, .icon-chevron-thin-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M20.6,17.5l-9.2,10L10,26l9.2-10L10,6l1.4-1.5L22,16L20.6,17.5L20.6,17.5z'/%3E%3C/svg%3E"); }
.icon-cta-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M10.857 8.043l-4.243 4.242L5.2 10.871l2.828-2.828L5.2 5.214 6.614 3.8z'/%3E%3C/svg%3E"); }
.icon-search-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='%234f4f4f' d='M7.9 7.9c10.5-10.5 27.5-10.5 38 0 10 10 10.5 26 1.4 36.5l6 6 0.2-0.2c0.7-0.7 1.7-0.7 2.4-0.2 2.3 1.7 7 6 7.4 6.3l7.4 7.4c1.9 1.9 1.9 5 0 6.8s-5 1.9-6.8 0l-7.4-7.4c-0.4-0.4-4.6-5-6.3-7.4 -0.5-0.8-0.5-1.8 0.2-2.4l0.2-0.2 -6-6c-10.6 9.1-26.5 8.6-36.5-1.4C-2.6 35.4-2.6 18.4 7.9 7.9L7.9 7.9zM11.4 11.4c-8.5 8.5-8.5 22.4 0 30.9s22.4 8.5 30.9 0 8.5-22.4 0-30.9S20 2.9 11.4 11.4z'/%3E%3Cpath d='M17.5 15.8c-0.7 0.6-1.8 0.5-2.5-0.2 -0.6-0.7-0.5-1.8 0.2-2.5 5.6-4.7 13.6-5.6 20.1-2.2 0.9 0.5 1.2 1.5 0.7 2.4 -0.5 0.9-1.5 1.2-2.4 0.7C28.4 11.3 22 12 17.5 15.8z'/%3E%3C/svg%3E"); }
.icon-camera-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle fill='%234f4f4f' cx='6' cy='12.1' r='1.7'/%3E%3Cpath fill='%234f4f4f' d='M27.7 6.1h-3.4L24 5.4c-0.6-1.2-1.8-2-3.2-2h-9.5c-1.3 0-2.6 0.8-3.2 2L7.8 6.1H4.3C2 6.1 0 8 0 10.4v13.8c0 2.4 2 4.3 4.3 4.3h23.3c2.4 0 4.3-2 4.3-4.3V10.4C32 8 30.1 6.1 27.7 6.1zM29.7 24.3c0 1.1-0.9 2-2 2H4.3c-1.1 0-2-0.9-2-2V10.4c0-1.1 0.9-2 2-2h4.1c0.4 0 0.8-0.3 1-0.6l0.6-1.3c0.2-0.4 0.6-0.7 1.1-0.7h9.5c0.5 0 0.9 0.3 1.1 0.7l0.6 1.3c0.2 0.4 0.6 0.6 1 0.6h4.1c1.1 0 2 0.9 2 2C29.7 10.4 29.7 24.3 29.7 24.3z'/%3E%3Cpath fill='%234f4f4f' d='M16 9.3c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 9.3 16 9.3zM16 21.4c-2.7 0-4.9-2.2-4.9-4.9s2.2-4.9 4.9-4.9c2.7 0 4.9 2.2 4.9 4.9S18.7 21.4 16 21.4z'/%3E%3C/svg%3E"); }
.icon-play-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M36 0C16.1 0 0 16.1 0 36s16.1 36 36 36 36-16.1 36-36S55.9 0 36 0zM52.5 38.6l-24 14C28 52.9 27.5 53 27 53c-0.5 0-1-0.1-1.5-0.4C24.6 52.1 24 51.1 24 50V22c0-1.1 0.6-2.1 1.5-2.6 0.9-0.5 2.1-0.5 3 0l24.1 14c0.9 0.5 1.4 1.5 1.4 2.6C54 37.1 53.3 38.1 52.5 38.6z' fill='%234f4f4f'/%3E%3C/svg%3E"); }
.icon-pdf-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%234f4f4f;%7D.st1%7Bfont-family:'Roboto';font-weight:700;%7D.st2%7Bfont-size:10.68px;%7D.st3%7Bfill:%234f4f4f;stroke:%234f4f4f;stroke-width:0.34;stroke-miterlimit:10;%7D%3C/style%3E%3Ctext transform='matrix(1 0 0 1 13.41 43.24)' class='st0 st1 st2'%3E  .PDF%3C/text%3E%3Cpath class='st3' d='M43.1 16.1L43.1 16.1 43.1 16.1l-0.2-0.2L28.5 1.5l-0.1-0.1h-0.1c-0.7-0.7-1.7-1.1-2.8-1.1H8.9c-1.6 0-2.8 1.3-2.8 2.8v43.7c0 1.6 1.3 2.8 2.8 2.8h32.4c1.6 0 2.8-1.3 2.8-2.8V18.7C44.1 17.7 43.7 16.8 43.1 16.1zM29.7 4.6l10.2 10.2h-7.5c-1.4 0-2.6-1.2-2.6-2.6L29.7 4.6zM42.7 46.8c0 0.8-0.7 1.5-1.5 1.5H8.9c-0.8 0-1.5-0.7-1.5-1.5V3.2c0-0.8 0.7-1.5 1.5-1.5h16.8c0.7 0 1.4 0.3 1.9 0.8l0.1 0.1c0.5 0.5 0.8 1.2 0.8 1.9v7.7c0 2.2 1.8 4 4 4h7.9c0.7 0 1.2 0.4 1.7 0.9l0 0c0.7 0.8 0.7 1.8 0.7 1.8V46.8L42.7 46.8z'/%3E%3C/svg%3E"); }
.icon-facebook-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M21.89 1H1.91A.914.914 0 0 0 1 1.92v20.234c0 .507.407.92.909.92H12.58v-8.278H9.856v-3.45h2.724V8.589c0-2.851 1.783-4.254 4.295-4.254 1.203 0 2.237.09 2.538.13v2.98l-1.742.001c-1.366 0-1.685.658-1.685 1.622v2.28h3.406l-.68 3.449h-2.726l.055 8.277h5.85a.914.914 0 0 0 .907-.92V1.92A.914.914 0 0 0 21.89 1'/%3E%3C/svg%3E"); }
.icon-twitter-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M23.798 4.271a9.832 9.832 0 0 1-2.804.763 4.865 4.865 0 0 0 2.147-2.68 9.839 9.839 0 0 1-3.1 1.176A4.895 4.895 0 0 0 16.477 2c-2.697 0-4.883 2.169-4.883 4.844 0 .38.043.75.127 1.104A13.898 13.898 0 0 1 1.657 2.886a4.796 4.796 0 0 0-.661 2.436c0 1.68.862 3.163 2.171 4.032a4.887 4.887 0 0 1-2.21-.606l-.001.061c0 2.347 1.683 4.305 3.917 4.75a4.928 4.928 0 0 1-2.205.083 4.882 4.882 0 0 0 4.56 3.364 9.846 9.846 0 0 1-6.063 2.074c-.395 0-.783-.023-1.165-.068a13.902 13.902 0 0 0 7.485 2.176c8.98 0 13.891-7.381 13.891-13.782 0-.21-.004-.42-.014-.628a9.86 9.86 0 0 0 2.436-2.507'/%3E%3C/svg%3E"); }
.icon-linkedin-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M19.747 19.746h-3.262v-5.105c0-1.218-.021-2.784-1.696-2.784-1.697 0-1.956 1.327-1.956 2.696v5.193h-3.26V9.247h3.128v1.436h.045c.435-.826 1.5-1.696 3.087-1.696 3.304 0 3.914 2.174 3.914 5.001v5.758zM5.894 7.813a1.891 1.891 0 1 1 0-3.785 1.893 1.893 0 0 1 0 3.785zm1.632 11.933H4.26V9.247h3.266v10.5zM22.084 1H1.917A.917.917 0 0 0 1 1.916v20.167c0 .507.41.917.917.917h20.167c.506 0 .916-.41.916-.917V1.916A.917.917 0 0 0 22.084 1z'/%3E%3C/svg%3E"); }
.icon-youtube-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M3.264 19.565c-.83-.265-1.39-.796-1.69-1.598-.73-1.955-.947-10.14.46-11.751a2.746 2.746 0 0 1 1.84-.952c3.793-.397 15.517-.34 16.87.133.79.277 1.352.782 1.658 1.553.8 2.022.828 9.38-.105 11.328-.253.528-.665.902-1.189 1.17-1.416.72-15.982.711-17.844.117zm6.027-3.838l6.831-3.448-6.831-3.467v6.915z'/%3E%3C/svg%3E"); }
.icon-instagram-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M18.005 7.174a1.041 1.041 0 1 1 0-2.083 1.041 1.041 0 0 1 0 2.083zM6.95.927h10.31a5.95 5.95 0 0 1 5.95 5.95v10.31a5.95 5.95 0 0 1-5.95 5.95H6.95A5.95 5.95 0 0 1 1 17.187V6.877A5.95 5.95 0 0 1 6.95.927zm0 1.7a4.25 4.25 0 0 0-4.25 4.25v10.31a4.25 4.25 0 0 0 4.25 4.25h10.31a4.25 4.25 0 0 0 4.25-4.25V6.877a4.25 4.25 0 0 0-4.25-4.25H6.95zm5.155 15.27a5.864 5.864 0 1 1 0-11.73 5.864 5.864 0 0 1 0 11.73zm0-1.7a4.164 4.164 0 1 0 0-8.33 4.164 4.164 0 0 0 0 8.33z'/%3E%3C/svg%3E"); }
.icon-share-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%234f4f4f' d='M25.3 20.7c-1.1 0-2.5 0.1-3.9 1.8L9.2 16.3v-2.6L21.4 7.5c1.1 1.4 2.5 1.8 3.9 1.8C27.8 9.3 30 7.7 30 4.6 30 2.2 28.3 0 25.3 0c-2.2 0-4.1 1.1-4.6 4.3 0 0.5 0 0.9 0 1.4 -2.6 1.5-5.4 2.8-8 4 -0.6 0.3-1.3 0.7-1.8 0.9 -0.9 0.5-2.2 1.3-2.5 1.3 -0.3 0-1.5-1.5-3.7-1.5C2.1 10.3 0 11.8 0 14.9c0 2.5 1.5 4.7 4.6 4.7 0.3 0 1.1-0.1 1.8-0.3 0.6-0.2 1.6-1.1 1.8-1.1 0.3 0 8.3 4.1 12.3 6.2 0.1 0.7 0 1.4 0.1 2C21.1 28.9 23.3 30 25.3 30 27.8 30 30 28.4 30 25.3 30 22.8 28.4 20.7 25.3 20.7zM25.2 2c1.6 0 2.9 1.3 2.9 2.6 0 1.5-1.3 2.9-2.9 2.9 -1.7 0-2.8-1.6-2.8-2.9C22.4 3.1 23.6 2 25.2 2zM4.5 17.8c-1.7 0-2.6-1.6-2.6-2.9 0-1.5 1.1-2.8 2.6-2.8 1.6 0 2.9 1.4 2.9 2.8C7.4 16.4 6.1 17.8 4.5 17.8zM25.2 28.2c-1.7 0-2.8-1.6-2.8-2.9 0-1.5 1.1-2.8 2.8-2.8 1.6 0 2.9 1.4 2.9 2.8C28 26.8 26.8 28.2 25.2 28.2z'/%3E%3C/svg%3E"); }
.icon-histogramme-gray-dark:before, .podcast__header:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M0 42.5h4.3v-4.3H0V42.5zM43.7 31.8H48v-4.6h-4.3V31.8zM43.7 37.2H48v-4.6h-4.3V37.2zM43.7 42.5H48v-4.3h-4.3V42.5zM38.2 37.2h4.3v-4.6h-4.3V37.2zM38.2 42.5h4.3v-4.3h-4.3V42.5zM32.7 42.5H37v-4.3h-4.3V42.5zM27.3 20.8h4.5v-4.6h-4.6L27.3 20.8 27.3 20.8zM27.3 26.3h4.5v-4.6h-4.6L27.3 26.3 27.3 26.3zM27.3 31.8h4.5v-4.6h-4.6L27.3 31.8 27.3 31.8zM27.3 37.2h4.5v-4.6h-4.6L27.3 37.2 27.3 37.2zM27.3 42.5h4.5v-4.3h-4.6L27.3 42.5 27.3 42.5zM21.7 37.2h4.6v-4.6h-4.6C21.7 32.7 21.7 37.2 21.7 37.2zM21.7 42.5h4.6v-4.3h-4.6C21.7 38.2 21.7 42.5 21.7 42.5zM16.4 15.3h4.3v-4.4h-4.3V15.3zM16.4 20.8h4.3v-4.6h-4.3V20.8zM16.4 26.3h4.3v-4.6h-4.3V26.3zM16.4 31.8h4.3v-4.6h-4.3V31.8zM16.4 37.2h4.3v-4.6h-4.3V37.2zM16.4 42.5h4.3v-4.3h-4.3V42.5zM11 37.2h4.3v-4.6H11C11 32.7 11 37.2 11 37.2zM11 42.5h4.3v-4.3H11C11 38.2 11 42.5 11 42.5zM5.5 26.3h4.3v-4.6H5.5V26.3zM5.5 31.8h4.3v-4.6H5.5V31.8zM5.5 37.2h4.3v-4.6H5.5V37.2zM5.5 42.5h4.3v-4.3H5.5V42.5zM0 9.9h4.3V5.5H0V9.9zM0 15.3h4.3v-4.4H0V15.3zM0 20.8h4.3v-4.6H0V20.8zM0 26.3h4.3v-4.6H0V26.3zM0 31.8h4.3v-4.6H0V31.8zM0 37.2h4.3v-4.6H0V37.2z'/%3E%3C/svg%3E"); }
.icon-audio-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M39.6 24.2c0-6.8-4-12.6-9.6-15.4l0.9-2c6.4 3.1 11 9.8 11 17.4 0 7.8-4.7 14.4-11.3 17.7l-0.9-2C35.4 37.2 39.6 31.1 39.6 24.2L39.6 24.2zM45.2 23.8L45.2 23.8c0-8.1-4.7-15.1-11.7-18.5L35 2.9c7.8 3.7 13 11.7 13 21 0 9.5-5.4 17.7-13.5 21.3l-1.1-2.5C40.4 39.5 45.2 32.4 45.2 23.8L45.2 23.8zM0 17.2L0 17.2v14.1c9.2 0 0.8 0 7 0V17.2H0zM9.5 16.7L9.5 16.7v15.1l7.3 7 1.4 1.1 3.4 3.3V5.5L9.5 16.7zM34.2 24.2L34.2 24.2c0-5.4-3.4-10.4-8.1-12.3l0.9-2c5.4 2.3 9.5 7.9 9.5 14.3 0 6.5-4.2 12.3-9.9 14.4l-0.8-2C30.6 34.7 34.2 29.9 34.2 24.2L34.2 24.2z'/%3E%3C/svg%3E"); }
.icon-geopin-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%234f4f4f' d='M24.3 48L9.4 24.2C7.8 21.9 6.9 19 6.9 16c0-8.8 7.6-16 17-16 9.5 0 17.2 7.2 17.2 16 0 2.9-0.8 5.6-2.3 8L24.3 48zM23.9 3.4c-7.5 0-13.6 5.6-13.6 12.6 0 2.3 0.7 4.5 1.9 6.4l12 19.2 11.7-19.3c1.2-2 1.8-4 1.8-6.3C37.7 9.1 31.5 3.4 23.9 3.4z'/%3E%3Ccircle fill='%234f4f4f' cx='23.9' cy='16.7' r='9'/%3E%3C/svg%3E"); }
.icon-webcam-gray-dark:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%234f4f4f;stroke:%234f4f4f;stroke-width:0.4;stroke-miterlimit:10;%7D.st1%7Bfill:%234f4f4f;%7D%3C/style%3E%3Cpath class='st0' d='M24 10.4c-6.4 0-11.6 5.2-11.6 11.6S17.6 33.5 24 33.5 35.6 28.4 35.6 22 30.4 10.4 24 10.4zM24 31.6c-5.3 0-9.6-4.3-9.6-9.6s4.3-9.6 9.6-9.6 9.6 4.3 9.6 9.6S29.3 31.6 24 31.6z'/%3E%3Cpath class='st0' d='M32 42.2c8.1-3.2 13.8-11.1 13.8-20.3C45.8 10 36 0.2 24 0.2 12 0.2 2.2 10 2.2 22c0 9.2 5.7 17.1 13.8 20.3 -4.3 0.5-8.7 1.6-8.7 3.8 0 0.7 0.3 1.5 2 1.9 0.8 0.2 1.9 0.2 3.6 0.2 1.3 0 2.8 0 4.4-0.1 2-0.1 4.3-0.1 6.7-0.1s4.7 0.1 6.7 0.1c1.6 0.1 3.1 0.1 4.4 0.1 2.4 0 5.6 0 5.6-2.1C40.7 43.8 36.3 42.8 32 42.2zM4.2 22C4.2 11.1 13.1 2.2 24 2.2S43.8 11.1 43.8 22 34.9 41.8 24 41.8 4.2 32.9 4.2 22zM35.1 46.2c-1.3 0-2.8 0-4.4-0.1 -2-0.1-4.3-0.1-6.7-0.1s-4.7 0.1-6.7 0.1c-1.6 0-3.1 0.1-4.4 0.1 -2.1 0-3-0.1-3.4-0.3 1.1-0.9 6.3-2.2 14.5-2.2 8.3 0 13.4 1.3 14.5 2.2C38.1 46.1 37.2 46.2 35.1 46.2z'/%3E%3Ccircle class='st1' cx='24' cy='11' r='2.6'/%3E%3C/svg%3E"); }
.cg__a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='%234f4f4f' d='M7.9 7.9c10.5-10.5 27.5-10.5 38 0 10 10 10.5 26 1.4 36.5l6 6 0.2-0.2c0.7-0.7 1.7-0.7 2.4-0.2 2.3 1.7 7 6 7.4 6.3l7.4 7.4c1.9 1.9 1.9 5 0 6.8s-5 1.9-6.8 0l-7.4-7.4c-0.4-0.4-4.6-5-6.3-7.4 -0.5-0.8-0.5-1.8 0.2-2.4l0.2-0.2 -6-6C34 56.2 18.1 55.7 8.1 45.7 -2.6 35.4-2.6 18.4 7.9 7.9L7.9 7.9zM11.4 11.4c-8.5 8.5-8.5 22.4 0 30.9s22.4 8.5 30.9 0 8.5-22.4 0-30.9S20 2.9 11.4 11.4z'/%3E%3Cpath fill='%234f4f4f' d='M42.3 26.6c-1.8-7.1-8.1-12.1-15.4-12.1s-13.7 5-15.4 12.1c0 0.1 0 0.3 0 0.4 1.8 7.1 8.1 12.1 15.4 12.1s13.7-5 15.4-12.1C42.3 26.9 42.3 26.8 42.3 26.6zM26.8 37.3c-6.4 0-12-4.3-13.6-10.5 1.6-6.2 7.2-10.5 13.6-10.5s12 4.3 13.6 10.5C38.8 33 33.3 37.3 26.8 37.3zM26.8 19.9c-3.8 0-6.9 3.1-6.9 6.9s3.1 6.9 6.9 6.9 6.9-3.1 6.9-6.9S30.7 19.9 26.8 19.9zM26.8 32c-2.8 0-5.1-2.3-5.1-5.1s2.3-5.1 5.1-5.1c2.8 0 5.1 2.3 5.1 5.1S29.7 32 26.8 32z'/%3E%3C/svg%3E"); }
.icon-eye-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23d93600' d='M32 15.8C30.2 8.4 23.6 3.3 16 3.3S1.8 8.4 0 15.8c0 0.1 0 0.3 0 0.4 1.8 7.4 8.4 12.5 16 12.5s14.2-5.1 16-12.5C32 16.1 32 15.9 32 15.8zM16 26.9C9.3 26.9 3.6 22.4 1.9 16 3.6 9.6 9.3 5.1 16 5.1S28.4 9.6 30.1 16C28.4 22.4 22.7 26.9 16 26.9zM16 8.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 8.8 16 8.8zM16 21.3c-2.9 0-5.3-2.4-5.3-5.3s2.4-5.3 5.3-5.3c2.9 0 5.3 2.4 5.3 5.3S18.9 21.3 16 21.3z'/%3E%3C/svg%3E"); }
.icon-arrow-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath fill='%23d93600' d='M24.3 5.8c-0.4-0.5-1.2-0.7-1.8-0.1s-0.7 1.2-0.1 1.8l0.1 0.1 9.2 9.2H1.2C0.5 16.7 0 17.4 0 18c0 0.7 0.5 1.2 1.2 1.2h30.5l-9.3 9.3c-0.5 0.5-0.5 1.3 0 1.8 0.5 0.5 1.3 0.5 1.8 0l0 0 11.5-11.5c0.5-0.5 0.5-1.2 0-1.8l0 0L24.3 5.8z' /%3E%3C/svg%3E"); }
.icon-chevron-red:before, .icon-chevron-thin-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M20.6,17.5l-9.2,10L10,26l9.2-10L10,6l1.4-1.5L22,16L20.6,17.5L20.6,17.5z'/%3E%3C/svg%3E"); }
.icon-cta-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M10.857 8.043l-4.243 4.242L5.2 10.871l2.828-2.828L5.2 5.214 6.614 3.8z'/%3E%3C/svg%3E"); }
.icon-search-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='%23d93600' d='M7.9 7.9c10.5-10.5 27.5-10.5 38 0 10 10 10.5 26 1.4 36.5l6 6 0.2-0.2c0.7-0.7 1.7-0.7 2.4-0.2 2.3 1.7 7 6 7.4 6.3l7.4 7.4c1.9 1.9 1.9 5 0 6.8s-5 1.9-6.8 0l-7.4-7.4c-0.4-0.4-4.6-5-6.3-7.4 -0.5-0.8-0.5-1.8 0.2-2.4l0.2-0.2 -6-6c-10.6 9.1-26.5 8.6-36.5-1.4C-2.6 35.4-2.6 18.4 7.9 7.9L7.9 7.9zM11.4 11.4c-8.5 8.5-8.5 22.4 0 30.9s22.4 8.5 30.9 0 8.5-22.4 0-30.9S20 2.9 11.4 11.4z'/%3E%3Cpath d='M17.5 15.8c-0.7 0.6-1.8 0.5-2.5-0.2 -0.6-0.7-0.5-1.8 0.2-2.5 5.6-4.7 13.6-5.6 20.1-2.2 0.9 0.5 1.2 1.5 0.7 2.4 -0.5 0.9-1.5 1.2-2.4 0.7C28.4 11.3 22 12 17.5 15.8z'/%3E%3C/svg%3E"); }
.icon-camera-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle fill='%23d93600' cx='6' cy='12.1' r='1.7'/%3E%3Cpath fill='%23d93600' d='M27.7 6.1h-3.4L24 5.4c-0.6-1.2-1.8-2-3.2-2h-9.5c-1.3 0-2.6 0.8-3.2 2L7.8 6.1H4.3C2 6.1 0 8 0 10.4v13.8c0 2.4 2 4.3 4.3 4.3h23.3c2.4 0 4.3-2 4.3-4.3V10.4C32 8 30.1 6.1 27.7 6.1zM29.7 24.3c0 1.1-0.9 2-2 2H4.3c-1.1 0-2-0.9-2-2V10.4c0-1.1 0.9-2 2-2h4.1c0.4 0 0.8-0.3 1-0.6l0.6-1.3c0.2-0.4 0.6-0.7 1.1-0.7h9.5c0.5 0 0.9 0.3 1.1 0.7l0.6 1.3c0.2 0.4 0.6 0.6 1 0.6h4.1c1.1 0 2 0.9 2 2C29.7 10.4 29.7 24.3 29.7 24.3z'/%3E%3Cpath fill='%23d93600' d='M16 9.3c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 9.3 16 9.3zM16 21.4c-2.7 0-4.9-2.2-4.9-4.9s2.2-4.9 4.9-4.9c2.7 0 4.9 2.2 4.9 4.9S18.7 21.4 16 21.4z'/%3E%3C/svg%3E"); }
.icon-play-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M36 0C16.1 0 0 16.1 0 36s16.1 36 36 36 36-16.1 36-36S55.9 0 36 0zM52.5 38.6l-24 14C28 52.9 27.5 53 27 53c-0.5 0-1-0.1-1.5-0.4C24.6 52.1 24 51.1 24 50V22c0-1.1 0.6-2.1 1.5-2.6 0.9-0.5 2.1-0.5 3 0l24.1 14c0.9 0.5 1.4 1.5 1.4 2.6C54 37.1 53.3 38.1 52.5 38.6z' fill='%23d93600'/%3E%3C/svg%3E"); }
.icon-pdf-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23d93600;%7D.st1%7Bfont-family:'Roboto';font-weight:700;%7D.st2%7Bfont-size:10.68px;%7D.st3%7Bfill:%23d93600;stroke:%23d93600;stroke-width:0.34;stroke-miterlimit:10;%7D%3C/style%3E%3Ctext transform='matrix(1 0 0 1 13.41 43.24)' class='st0 st1 st2'%3E  .PDF%3C/text%3E%3Cpath class='st3' d='M43.1 16.1L43.1 16.1 43.1 16.1l-0.2-0.2L28.5 1.5l-0.1-0.1h-0.1c-0.7-0.7-1.7-1.1-2.8-1.1H8.9c-1.6 0-2.8 1.3-2.8 2.8v43.7c0 1.6 1.3 2.8 2.8 2.8h32.4c1.6 0 2.8-1.3 2.8-2.8V18.7C44.1 17.7 43.7 16.8 43.1 16.1zM29.7 4.6l10.2 10.2h-7.5c-1.4 0-2.6-1.2-2.6-2.6L29.7 4.6zM42.7 46.8c0 0.8-0.7 1.5-1.5 1.5H8.9c-0.8 0-1.5-0.7-1.5-1.5V3.2c0-0.8 0.7-1.5 1.5-1.5h16.8c0.7 0 1.4 0.3 1.9 0.8l0.1 0.1c0.5 0.5 0.8 1.2 0.8 1.9v7.7c0 2.2 1.8 4 4 4h7.9c0.7 0 1.2 0.4 1.7 0.9l0 0c0.7 0.8 0.7 1.8 0.7 1.8V46.8L42.7 46.8z'/%3E%3C/svg%3E"); }
.icon-facebook-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M21.89 1H1.91A.914.914 0 0 0 1 1.92v20.234c0 .507.407.92.909.92H12.58v-8.278H9.856v-3.45h2.724V8.589c0-2.851 1.783-4.254 4.295-4.254 1.203 0 2.237.09 2.538.13v2.98l-1.742.001c-1.366 0-1.685.658-1.685 1.622v2.28h3.406l-.68 3.449h-2.726l.055 8.277h5.85a.914.914 0 0 0 .907-.92V1.92A.914.914 0 0 0 21.89 1'/%3E%3C/svg%3E"); }
.icon-twitter-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M23.798 4.271a9.832 9.832 0 0 1-2.804.763 4.865 4.865 0 0 0 2.147-2.68 9.839 9.839 0 0 1-3.1 1.176A4.895 4.895 0 0 0 16.477 2c-2.697 0-4.883 2.169-4.883 4.844 0 .38.043.75.127 1.104A13.898 13.898 0 0 1 1.657 2.886a4.796 4.796 0 0 0-.661 2.436c0 1.68.862 3.163 2.171 4.032a4.887 4.887 0 0 1-2.21-.606l-.001.061c0 2.347 1.683 4.305 3.917 4.75a4.928 4.928 0 0 1-2.205.083 4.882 4.882 0 0 0 4.56 3.364 9.846 9.846 0 0 1-6.063 2.074c-.395 0-.783-.023-1.165-.068a13.902 13.902 0 0 0 7.485 2.176c8.98 0 13.891-7.381 13.891-13.782 0-.21-.004-.42-.014-.628a9.86 9.86 0 0 0 2.436-2.507'/%3E%3C/svg%3E"); }
.icon-linkedin-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M19.747 19.746h-3.262v-5.105c0-1.218-.021-2.784-1.696-2.784-1.697 0-1.956 1.327-1.956 2.696v5.193h-3.26V9.247h3.128v1.436h.045c.435-.826 1.5-1.696 3.087-1.696 3.304 0 3.914 2.174 3.914 5.001v5.758zM5.894 7.813a1.891 1.891 0 1 1 0-3.785 1.893 1.893 0 0 1 0 3.785zm1.632 11.933H4.26V9.247h3.266v10.5zM22.084 1H1.917A.917.917 0 0 0 1 1.916v20.167c0 .507.41.917.917.917h20.167c.506 0 .916-.41.916-.917V1.916A.917.917 0 0 0 22.084 1z'/%3E%3C/svg%3E"); }
.icon-youtube-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M3.264 19.565c-.83-.265-1.39-.796-1.69-1.598-.73-1.955-.947-10.14.46-11.751a2.746 2.746 0 0 1 1.84-.952c3.793-.397 15.517-.34 16.87.133.79.277 1.352.782 1.658 1.553.8 2.022.828 9.38-.105 11.328-.253.528-.665.902-1.189 1.17-1.416.72-15.982.711-17.844.117zm6.027-3.838l6.831-3.448-6.831-3.467v6.915z'/%3E%3C/svg%3E"); }
.icon-instagram-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M18.005 7.174a1.041 1.041 0 1 1 0-2.083 1.041 1.041 0 0 1 0 2.083zM6.95.927h10.31a5.95 5.95 0 0 1 5.95 5.95v10.31a5.95 5.95 0 0 1-5.95 5.95H6.95A5.95 5.95 0 0 1 1 17.187V6.877A5.95 5.95 0 0 1 6.95.927zm0 1.7a4.25 4.25 0 0 0-4.25 4.25v10.31a4.25 4.25 0 0 0 4.25 4.25h10.31a4.25 4.25 0 0 0 4.25-4.25V6.877a4.25 4.25 0 0 0-4.25-4.25H6.95zm5.155 15.27a5.864 5.864 0 1 1 0-11.73 5.864 5.864 0 0 1 0 11.73zm0-1.7a4.164 4.164 0 1 0 0-8.33 4.164 4.164 0 0 0 0 8.33z'/%3E%3C/svg%3E"); }
.icon-share-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%23d93600' d='M25.3 20.7c-1.1 0-2.5 0.1-3.9 1.8L9.2 16.3v-2.6L21.4 7.5c1.1 1.4 2.5 1.8 3.9 1.8C27.8 9.3 30 7.7 30 4.6 30 2.2 28.3 0 25.3 0c-2.2 0-4.1 1.1-4.6 4.3 0 0.5 0 0.9 0 1.4 -2.6 1.5-5.4 2.8-8 4 -0.6 0.3-1.3 0.7-1.8 0.9 -0.9 0.5-2.2 1.3-2.5 1.3 -0.3 0-1.5-1.5-3.7-1.5C2.1 10.3 0 11.8 0 14.9c0 2.5 1.5 4.7 4.6 4.7 0.3 0 1.1-0.1 1.8-0.3 0.6-0.2 1.6-1.1 1.8-1.1 0.3 0 8.3 4.1 12.3 6.2 0.1 0.7 0 1.4 0.1 2C21.1 28.9 23.3 30 25.3 30 27.8 30 30 28.4 30 25.3 30 22.8 28.4 20.7 25.3 20.7zM25.2 2c1.6 0 2.9 1.3 2.9 2.6 0 1.5-1.3 2.9-2.9 2.9 -1.7 0-2.8-1.6-2.8-2.9C22.4 3.1 23.6 2 25.2 2zM4.5 17.8c-1.7 0-2.6-1.6-2.6-2.9 0-1.5 1.1-2.8 2.6-2.8 1.6 0 2.9 1.4 2.9 2.8C7.4 16.4 6.1 17.8 4.5 17.8zM25.2 28.2c-1.7 0-2.8-1.6-2.8-2.9 0-1.5 1.1-2.8 2.8-2.8 1.6 0 2.9 1.4 2.9 2.8C28 26.8 26.8 28.2 25.2 28.2z'/%3E%3C/svg%3E"); }
.icon-histogramme-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M0 42.5h4.3v-4.3H0V42.5zM43.7 31.8H48v-4.6h-4.3V31.8zM43.7 37.2H48v-4.6h-4.3V37.2zM43.7 42.5H48v-4.3h-4.3V42.5zM38.2 37.2h4.3v-4.6h-4.3V37.2zM38.2 42.5h4.3v-4.3h-4.3V42.5zM32.7 42.5H37v-4.3h-4.3V42.5zM27.3 20.8h4.5v-4.6h-4.6L27.3 20.8 27.3 20.8zM27.3 26.3h4.5v-4.6h-4.6L27.3 26.3 27.3 26.3zM27.3 31.8h4.5v-4.6h-4.6L27.3 31.8 27.3 31.8zM27.3 37.2h4.5v-4.6h-4.6L27.3 37.2 27.3 37.2zM27.3 42.5h4.5v-4.3h-4.6L27.3 42.5 27.3 42.5zM21.7 37.2h4.6v-4.6h-4.6C21.7 32.7 21.7 37.2 21.7 37.2zM21.7 42.5h4.6v-4.3h-4.6C21.7 38.2 21.7 42.5 21.7 42.5zM16.4 15.3h4.3v-4.4h-4.3V15.3zM16.4 20.8h4.3v-4.6h-4.3V20.8zM16.4 26.3h4.3v-4.6h-4.3V26.3zM16.4 31.8h4.3v-4.6h-4.3V31.8zM16.4 37.2h4.3v-4.6h-4.3V37.2zM16.4 42.5h4.3v-4.3h-4.3V42.5zM11 37.2h4.3v-4.6H11C11 32.7 11 37.2 11 37.2zM11 42.5h4.3v-4.3H11C11 38.2 11 42.5 11 42.5zM5.5 26.3h4.3v-4.6H5.5V26.3zM5.5 31.8h4.3v-4.6H5.5V31.8zM5.5 37.2h4.3v-4.6H5.5V37.2zM5.5 42.5h4.3v-4.3H5.5V42.5zM0 9.9h4.3V5.5H0V9.9zM0 15.3h4.3v-4.4H0V15.3zM0 20.8h4.3v-4.6H0V20.8zM0 26.3h4.3v-4.6H0V26.3zM0 31.8h4.3v-4.6H0V31.8zM0 37.2h4.3v-4.6H0V37.2z'/%3E%3C/svg%3E"); }
.icon-audio-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23d93600' fill-rule='evenodd' d='M39.6 24.2c0-6.8-4-12.6-9.6-15.4l0.9-2c6.4 3.1 11 9.8 11 17.4 0 7.8-4.7 14.4-11.3 17.7l-0.9-2C35.4 37.2 39.6 31.1 39.6 24.2L39.6 24.2zM45.2 23.8L45.2 23.8c0-8.1-4.7-15.1-11.7-18.5L35 2.9c7.8 3.7 13 11.7 13 21 0 9.5-5.4 17.7-13.5 21.3l-1.1-2.5C40.4 39.5 45.2 32.4 45.2 23.8L45.2 23.8zM0 17.2L0 17.2v14.1c9.2 0 0.8 0 7 0V17.2H0zM9.5 16.7L9.5 16.7v15.1l7.3 7 1.4 1.1 3.4 3.3V5.5L9.5 16.7zM34.2 24.2L34.2 24.2c0-5.4-3.4-10.4-8.1-12.3l0.9-2c5.4 2.3 9.5 7.9 9.5 14.3 0 6.5-4.2 12.3-9.9 14.4l-0.8-2C30.6 34.7 34.2 29.9 34.2 24.2L34.2 24.2z'/%3E%3C/svg%3E"); }
.icon-geopin-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23d93600' d='M24.3 48L9.4 24.2C7.8 21.9 6.9 19 6.9 16c0-8.8 7.6-16 17-16 9.5 0 17.2 7.2 17.2 16 0 2.9-0.8 5.6-2.3 8L24.3 48zM23.9 3.4c-7.5 0-13.6 5.6-13.6 12.6 0 2.3 0.7 4.5 1.9 6.4l12 19.2 11.7-19.3c1.2-2 1.8-4 1.8-6.3C37.7 9.1 31.5 3.4 23.9 3.4z'/%3E%3Ccircle fill='%23d93600' cx='23.9' cy='16.7' r='9'/%3E%3C/svg%3E"); }
.icon-webcam-red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23d93600;stroke:%23d93600;stroke-width:0.4;stroke-miterlimit:10;%7D.st1%7Bfill:%23d93600;%7D%3C/style%3E%3Cpath class='st0' d='M24 10.4c-6.4 0-11.6 5.2-11.6 11.6S17.6 33.5 24 33.5 35.6 28.4 35.6 22 30.4 10.4 24 10.4zM24 31.6c-5.3 0-9.6-4.3-9.6-9.6s4.3-9.6 9.6-9.6 9.6 4.3 9.6 9.6S29.3 31.6 24 31.6z'/%3E%3Cpath class='st0' d='M32 42.2c8.1-3.2 13.8-11.1 13.8-20.3C45.8 10 36 0.2 24 0.2 12 0.2 2.2 10 2.2 22c0 9.2 5.7 17.1 13.8 20.3 -4.3 0.5-8.7 1.6-8.7 3.8 0 0.7 0.3 1.5 2 1.9 0.8 0.2 1.9 0.2 3.6 0.2 1.3 0 2.8 0 4.4-0.1 2-0.1 4.3-0.1 6.7-0.1s4.7 0.1 6.7 0.1c1.6 0.1 3.1 0.1 4.4 0.1 2.4 0 5.6 0 5.6-2.1C40.7 43.8 36.3 42.8 32 42.2zM4.2 22C4.2 11.1 13.1 2.2 24 2.2S43.8 11.1 43.8 22 34.9 41.8 24 41.8 4.2 32.9 4.2 22zM35.1 46.2c-1.3 0-2.8 0-4.4-0.1 -2-0.1-4.3-0.1-6.7-0.1s-4.7 0.1-6.7 0.1c-1.6 0-3.1 0.1-4.4 0.1 -2.1 0-3-0.1-3.4-0.3 1.1-0.9 6.3-2.2 14.5-2.2 8.3 0 13.4 1.3 14.5 2.2C38.1 46.1 37.2 46.2 35.1 46.2z'/%3E%3Ccircle class='st1' cx='24' cy='11' r='2.6'/%3E%3C/svg%3E"); }
.icon-eye-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M32 15.8C30.2 8.4 23.6 3.3 16 3.3S1.8 8.4 0 15.8c0 0.1 0 0.3 0 0.4 1.8 7.4 8.4 12.5 16 12.5s14.2-5.1 16-12.5C32 16.1 32 15.9 32 15.8zM16 26.9C9.3 26.9 3.6 22.4 1.9 16 3.6 9.6 9.3 5.1 16 5.1S28.4 9.6 30.1 16C28.4 22.4 22.7 26.9 16 26.9zM16 8.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 8.8 16 8.8zM16 21.3c-2.9 0-5.3-2.4-5.3-5.3s2.4-5.3 5.3-5.3c2.9 0 5.3 2.4 5.3 5.3S18.9 21.3 16 21.3z'/%3E%3C/svg%3E"); }
.icon-arrow-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath fill='%23fff' d='M24.3 5.8c-0.4-0.5-1.2-0.7-1.8-0.1s-0.7 1.2-0.1 1.8l0.1 0.1 9.2 9.2H1.2C0.5 16.7 0 17.4 0 18c0 0.7 0.5 1.2 1.2 1.2h30.5l-9.3 9.3c-0.5 0.5-0.5 1.3 0 1.8 0.5 0.5 1.3 0.5 1.8 0l0 0 11.5-11.5c0.5-0.5 0.5-1.2 0-1.8l0 0L24.3 5.8z' /%3E%3C/svg%3E"); }
.icon-chevron-white:before, .icon-chevron-thin-white:before, .cll__header:before, .slick-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20.6,17.5l-9.2,10L10,26l9.2-10L10,6l1.4-1.5L22,16L20.6,17.5L20.6,17.5z'/%3E%3C/svg%3E"); }
.icon-cta-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.857 8.043l-4.243 4.242L5.2 10.871l2.828-2.828L5.2 5.214 6.614 3.8z'/%3E%3C/svg%3E"); }
.slick--gallery .slick-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve'  x='0' y='0' version='1.1' viewBox='0 0 100.4 198'%3E%3Cpath fill='%23fff' d='M-19.8 49.2h140v2h-140z'   transform='rotate(45 50.20539027 50.20427265)'/%3E%3Cpath fill='%23fff' d='M-19.8 146.8h140v2h-140z'  transform='rotate(135 50.20512857 147.7859214)'/%3E%3C/svg%3E"); }
.icon-search-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='%23fff' d='M7.9 7.9c10.5-10.5 27.5-10.5 38 0 10 10 10.5 26 1.4 36.5l6 6 0.2-0.2c0.7-0.7 1.7-0.7 2.4-0.2 2.3 1.7 7 6 7.4 6.3l7.4 7.4c1.9 1.9 1.9 5 0 6.8s-5 1.9-6.8 0l-7.4-7.4c-0.4-0.4-4.6-5-6.3-7.4 -0.5-0.8-0.5-1.8 0.2-2.4l0.2-0.2 -6-6c-10.6 9.1-26.5 8.6-36.5-1.4C-2.6 35.4-2.6 18.4 7.9 7.9L7.9 7.9zM11.4 11.4c-8.5 8.5-8.5 22.4 0 30.9s22.4 8.5 30.9 0 8.5-22.4 0-30.9S20 2.9 11.4 11.4z'/%3E%3Cpath d='M17.5 15.8c-0.7 0.6-1.8 0.5-2.5-0.2 -0.6-0.7-0.5-1.8 0.2-2.5 5.6-4.7 13.6-5.6 20.1-2.2 0.9 0.5 1.2 1.5 0.7 2.4 -0.5 0.9-1.5 1.2-2.4 0.7C28.4 11.3 22 12 17.5 15.8z'/%3E%3C/svg%3E"); }
.icon-camera-white:before,
.fb a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle fill='%23fff' cx='6' cy='12.1' r='1.7'/%3E%3Cpath fill='%23fff' d='M27.7 6.1h-3.4L24 5.4c-0.6-1.2-1.8-2-3.2-2h-9.5c-1.3 0-2.6 0.8-3.2 2L7.8 6.1H4.3C2 6.1 0 8 0 10.4v13.8c0 2.4 2 4.3 4.3 4.3h23.3c2.4 0 4.3-2 4.3-4.3V10.4C32 8 30.1 6.1 27.7 6.1zM29.7 24.3c0 1.1-0.9 2-2 2H4.3c-1.1 0-2-0.9-2-2V10.4c0-1.1 0.9-2 2-2h4.1c0.4 0 0.8-0.3 1-0.6l0.6-1.3c0.2-0.4 0.6-0.7 1.1-0.7h9.5c0.5 0 0.9 0.3 1.1 0.7l0.6 1.3c0.2 0.4 0.6 0.6 1 0.6h4.1c1.1 0 2 0.9 2 2C29.7 10.4 29.7 24.3 29.7 24.3z'/%3E%3Cpath fill='%23fff' d='M16 9.3c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S20 9.3 16 9.3zM16 21.4c-2.7 0-4.9-2.2-4.9-4.9s2.2-4.9 4.9-4.9c2.7 0 4.9 2.2 4.9 4.9S18.7 21.4 16 21.4z'/%3E%3C/svg%3E"); }
.icon-play-white:before, .video a:before, .g2__item--video .g2__item__a figure:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M36 0C16.1 0 0 16.1 0 36s16.1 36 36 36 36-16.1 36-36S55.9 0 36 0zM52.5 38.6l-24 14C28 52.9 27.5 53 27 53c-0.5 0-1-0.1-1.5-0.4C24.6 52.1 24 51.1 24 50V22c0-1.1 0.6-2.1 1.5-2.6 0.9-0.5 2.1-0.5 3 0l24.1 14c0.9 0.5 1.4 1.5 1.4 2.6C54 37.1 53.3 38.1 52.5 38.6z' fill='%23fff'/%3E%3C/svg%3E"); }
.icon-pdf-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23fff;%7D.st1%7Bfont-family:'Roboto';font-weight:700;%7D.st2%7Bfont-size:10.68px;%7D.st3%7Bfill:%23fff;stroke:%23fff;stroke-width:0.34;stroke-miterlimit:10;%7D%3C/style%3E%3Ctext transform='matrix(1 0 0 1 13.41 43.24)' class='st0 st1 st2'%3E  .PDF%3C/text%3E%3Cpath class='st3' d='M43.1 16.1L43.1 16.1 43.1 16.1l-0.2-0.2L28.5 1.5l-0.1-0.1h-0.1c-0.7-0.7-1.7-1.1-2.8-1.1H8.9c-1.6 0-2.8 1.3-2.8 2.8v43.7c0 1.6 1.3 2.8 2.8 2.8h32.4c1.6 0 2.8-1.3 2.8-2.8V18.7C44.1 17.7 43.7 16.8 43.1 16.1zM29.7 4.6l10.2 10.2h-7.5c-1.4 0-2.6-1.2-2.6-2.6L29.7 4.6zM42.7 46.8c0 0.8-0.7 1.5-1.5 1.5H8.9c-0.8 0-1.5-0.7-1.5-1.5V3.2c0-0.8 0.7-1.5 1.5-1.5h16.8c0.7 0 1.4 0.3 1.9 0.8l0.1 0.1c0.5 0.5 0.8 1.2 0.8 1.9v7.7c0 2.2 1.8 4 4 4h7.9c0.7 0 1.2 0.4 1.7 0.9l0 0c0.7 0.8 0.7 1.8 0.7 1.8V46.8L42.7 46.8z'/%3E%3C/svg%3E"); }
.icon-facebook-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.89 1H1.91A.914.914 0 0 0 1 1.92v20.234c0 .507.407.92.909.92H12.58v-8.278H9.856v-3.45h2.724V8.589c0-2.851 1.783-4.254 4.295-4.254 1.203 0 2.237.09 2.538.13v2.98l-1.742.001c-1.366 0-1.685.658-1.685 1.622v2.28h3.406l-.68 3.449h-2.726l.055 8.277h5.85a.914.914 0 0 0 .907-.92V1.92A.914.914 0 0 0 21.89 1'/%3E%3C/svg%3E"); }
.icon-twitter-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M23.798 4.271a9.832 9.832 0 0 1-2.804.763 4.865 4.865 0 0 0 2.147-2.68 9.839 9.839 0 0 1-3.1 1.176A4.895 4.895 0 0 0 16.477 2c-2.697 0-4.883 2.169-4.883 4.844 0 .38.043.75.127 1.104A13.898 13.898 0 0 1 1.657 2.886a4.796 4.796 0 0 0-.661 2.436c0 1.68.862 3.163 2.171 4.032a4.887 4.887 0 0 1-2.21-.606l-.001.061c0 2.347 1.683 4.305 3.917 4.75a4.928 4.928 0 0 1-2.205.083 4.882 4.882 0 0 0 4.56 3.364 9.846 9.846 0 0 1-6.063 2.074c-.395 0-.783-.023-1.165-.068a13.902 13.902 0 0 0 7.485 2.176c8.98 0 13.891-7.381 13.891-13.782 0-.21-.004-.42-.014-.628a9.86 9.86 0 0 0 2.436-2.507'/%3E%3C/svg%3E"); }
.icon-linkedin-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M19.747 19.746h-3.262v-5.105c0-1.218-.021-2.784-1.696-2.784-1.697 0-1.956 1.327-1.956 2.696v5.193h-3.26V9.247h3.128v1.436h.045c.435-.826 1.5-1.696 3.087-1.696 3.304 0 3.914 2.174 3.914 5.001v5.758zM5.894 7.813a1.891 1.891 0 1 1 0-3.785 1.893 1.893 0 0 1 0 3.785zm1.632 11.933H4.26V9.247h3.266v10.5zM22.084 1H1.917A.917.917 0 0 0 1 1.916v20.167c0 .507.41.917.917.917h20.167c.506 0 .916-.41.916-.917V1.916A.917.917 0 0 0 22.084 1z'/%3E%3C/svg%3E"); }
.icon-youtube-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.264 19.565c-.83-.265-1.39-.796-1.69-1.598-.73-1.955-.947-10.14.46-11.751a2.746 2.746 0 0 1 1.84-.952c3.793-.397 15.517-.34 16.87.133.79.277 1.352.782 1.658 1.553.8 2.022.828 9.38-.105 11.328-.253.528-.665.902-1.189 1.17-1.416.72-15.982.711-17.844.117zm6.027-3.838l6.831-3.448-6.831-3.467v6.915z'/%3E%3C/svg%3E"); }
.icon-instagram-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.005 7.174a1.041 1.041 0 1 1 0-2.083 1.041 1.041 0 0 1 0 2.083zM6.95.927h10.31a5.95 5.95 0 0 1 5.95 5.95v10.31a5.95 5.95 0 0 1-5.95 5.95H6.95A5.95 5.95 0 0 1 1 17.187V6.877A5.95 5.95 0 0 1 6.95.927zm0 1.7a4.25 4.25 0 0 0-4.25 4.25v10.31a4.25 4.25 0 0 0 4.25 4.25h10.31a4.25 4.25 0 0 0 4.25-4.25V6.877a4.25 4.25 0 0 0-4.25-4.25H6.95zm5.155 15.27a5.864 5.864 0 1 1 0-11.73 5.864 5.864 0 0 1 0 11.73zm0-1.7a4.164 4.164 0 1 0 0-8.33 4.164 4.164 0 0 0 0 8.33z'/%3E%3C/svg%3E"); }
.icon-share-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' d='M25.3 20.7c-1.1 0-2.5 0.1-3.9 1.8L9.2 16.3v-2.6L21.4 7.5c1.1 1.4 2.5 1.8 3.9 1.8C27.8 9.3 30 7.7 30 4.6 30 2.2 28.3 0 25.3 0c-2.2 0-4.1 1.1-4.6 4.3 0 0.5 0 0.9 0 1.4 -2.6 1.5-5.4 2.8-8 4 -0.6 0.3-1.3 0.7-1.8 0.9 -0.9 0.5-2.2 1.3-2.5 1.3 -0.3 0-1.5-1.5-3.7-1.5C2.1 10.3 0 11.8 0 14.9c0 2.5 1.5 4.7 4.6 4.7 0.3 0 1.1-0.1 1.8-0.3 0.6-0.2 1.6-1.1 1.8-1.1 0.3 0 8.3 4.1 12.3 6.2 0.1 0.7 0 1.4 0.1 2C21.1 28.9 23.3 30 25.3 30 27.8 30 30 28.4 30 25.3 30 22.8 28.4 20.7 25.3 20.7zM25.2 2c1.6 0 2.9 1.3 2.9 2.6 0 1.5-1.3 2.9-2.9 2.9 -1.7 0-2.8-1.6-2.8-2.9C22.4 3.1 23.6 2 25.2 2zM4.5 17.8c-1.7 0-2.6-1.6-2.6-2.9 0-1.5 1.1-2.8 2.6-2.8 1.6 0 2.9 1.4 2.9 2.8C7.4 16.4 6.1 17.8 4.5 17.8zM25.2 28.2c-1.7 0-2.8-1.6-2.8-2.9 0-1.5 1.1-2.8 2.8-2.8 1.6 0 2.9 1.4 2.9 2.8C28 26.8 26.8 28.2 25.2 28.2z'/%3E%3C/svg%3E"); }
.icon-histogramme-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 42.5h4.3v-4.3H0V42.5zM43.7 31.8H48v-4.6h-4.3V31.8zM43.7 37.2H48v-4.6h-4.3V37.2zM43.7 42.5H48v-4.3h-4.3V42.5zM38.2 37.2h4.3v-4.6h-4.3V37.2zM38.2 42.5h4.3v-4.3h-4.3V42.5zM32.7 42.5H37v-4.3h-4.3V42.5zM27.3 20.8h4.5v-4.6h-4.6L27.3 20.8 27.3 20.8zM27.3 26.3h4.5v-4.6h-4.6L27.3 26.3 27.3 26.3zM27.3 31.8h4.5v-4.6h-4.6L27.3 31.8 27.3 31.8zM27.3 37.2h4.5v-4.6h-4.6L27.3 37.2 27.3 37.2zM27.3 42.5h4.5v-4.3h-4.6L27.3 42.5 27.3 42.5zM21.7 37.2h4.6v-4.6h-4.6C21.7 32.7 21.7 37.2 21.7 37.2zM21.7 42.5h4.6v-4.3h-4.6C21.7 38.2 21.7 42.5 21.7 42.5zM16.4 15.3h4.3v-4.4h-4.3V15.3zM16.4 20.8h4.3v-4.6h-4.3V20.8zM16.4 26.3h4.3v-4.6h-4.3V26.3zM16.4 31.8h4.3v-4.6h-4.3V31.8zM16.4 37.2h4.3v-4.6h-4.3V37.2zM16.4 42.5h4.3v-4.3h-4.3V42.5zM11 37.2h4.3v-4.6H11C11 32.7 11 37.2 11 37.2zM11 42.5h4.3v-4.3H11C11 38.2 11 42.5 11 42.5zM5.5 26.3h4.3v-4.6H5.5V26.3zM5.5 31.8h4.3v-4.6H5.5V31.8zM5.5 37.2h4.3v-4.6H5.5V37.2zM5.5 42.5h4.3v-4.3H5.5V42.5zM0 9.9h4.3V5.5H0V9.9zM0 15.3h4.3v-4.4H0V15.3zM0 20.8h4.3v-4.6H0V20.8zM0 26.3h4.3v-4.6H0V26.3zM0 31.8h4.3v-4.6H0V31.8zM0 37.2h4.3v-4.6H0V37.2z'/%3E%3C/svg%3E"); }
.icon-audio-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M39.6 24.2c0-6.8-4-12.6-9.6-15.4l0.9-2c6.4 3.1 11 9.8 11 17.4 0 7.8-4.7 14.4-11.3 17.7l-0.9-2C35.4 37.2 39.6 31.1 39.6 24.2L39.6 24.2zM45.2 23.8L45.2 23.8c0-8.1-4.7-15.1-11.7-18.5L35 2.9c7.8 3.7 13 11.7 13 21 0 9.5-5.4 17.7-13.5 21.3l-1.1-2.5C40.4 39.5 45.2 32.4 45.2 23.8L45.2 23.8zM0 17.2L0 17.2v14.1c9.2 0 0.8 0 7 0V17.2H0zM9.5 16.7L9.5 16.7v15.1l7.3 7 1.4 1.1 3.4 3.3V5.5L9.5 16.7zM34.2 24.2L34.2 24.2c0-5.4-3.4-10.4-8.1-12.3l0.9-2c5.4 2.3 9.5 7.9 9.5 14.3 0 6.5-4.2 12.3-9.9 14.4l-0.8-2C30.6 34.7 34.2 29.9 34.2 24.2L34.2 24.2z'/%3E%3C/svg%3E"); }
.icon-geopin-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' d='M24.3 48L9.4 24.2C7.8 21.9 6.9 19 6.9 16c0-8.8 7.6-16 17-16 9.5 0 17.2 7.2 17.2 16 0 2.9-0.8 5.6-2.3 8L24.3 48zM23.9 3.4c-7.5 0-13.6 5.6-13.6 12.6 0 2.3 0.7 4.5 1.9 6.4l12 19.2 11.7-19.3c1.2-2 1.8-4 1.8-6.3C37.7 9.1 31.5 3.4 23.9 3.4z'/%3E%3Ccircle fill='%23fff' cx='23.9' cy='16.7' r='9'/%3E%3C/svg%3E"); }
.icon-webcam-white:before, .webcam a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23fff;stroke:%23fff;stroke-width:0.4;stroke-miterlimit:10;%7D.st1%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class='st0' d='M24 10.4c-6.4 0-11.6 5.2-11.6 11.6S17.6 33.5 24 33.5 35.6 28.4 35.6 22 30.4 10.4 24 10.4zM24 31.6c-5.3 0-9.6-4.3-9.6-9.6s4.3-9.6 9.6-9.6 9.6 4.3 9.6 9.6S29.3 31.6 24 31.6z'/%3E%3Cpath class='st0' d='M32 42.2c8.1-3.2 13.8-11.1 13.8-20.3C45.8 10 36 0.2 24 0.2 12 0.2 2.2 10 2.2 22c0 9.2 5.7 17.1 13.8 20.3 -4.3 0.5-8.7 1.6-8.7 3.8 0 0.7 0.3 1.5 2 1.9 0.8 0.2 1.9 0.2 3.6 0.2 1.3 0 2.8 0 4.4-0.1 2-0.1 4.3-0.1 6.7-0.1s4.7 0.1 6.7 0.1c1.6 0.1 3.1 0.1 4.4 0.1 2.4 0 5.6 0 5.6-2.1C40.7 43.8 36.3 42.8 32 42.2zM4.2 22C4.2 11.1 13.1 2.2 24 2.2S43.8 11.1 43.8 22 34.9 41.8 24 41.8 4.2 32.9 4.2 22zM35.1 46.2c-1.3 0-2.8 0-4.4-0.1 -2-0.1-4.3-0.1-6.7-0.1s-4.7 0.1-6.7 0.1c-1.6 0-3.1 0.1-4.4 0.1 -2.1 0-3-0.1-3.4-0.3 1.1-0.9 6.3-2.2 14.5-2.2 8.3 0 13.4 1.3 14.5 2.2C38.1 46.1 37.2 46.2 35.1 46.2z'/%3E%3Ccircle class='st1' cx='24' cy='11' r='2.6'/%3E%3C/svg%3E"); }
body {
  font-size: 1rem; }
.f-300 {
  font-weight: 300; }
.f-400 {
  font-weight: 400; }
.f-500 {
  font-weight: 500; }
.f-700, b,
strong {
  font-weight: 700; }
mark {
  color: inherit; }
time,
.leaf {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  color: #1a4650; }
cite,
.cite {
  font-style: normal; }
.em,
.text-italic {
  font-style: italic; }
.nowrap {
  white-space: nowrap; }
figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.cnt {
  padding-top: 30px; }
.cnt__body {
  margin-bottom: 30px; }
.cnt__body a:not([class]) {
    text-decoration: underline; }
.cnt__body a:not([class]), .cnt__body a:not([class]):visited {
      color: #1a4650; }
.cnt__body a:not([class]):focus, .cnt__body a:not([class]):hover {
      color: #cc5200; }
.cnt__body p {
    margin-bottom: 1.5em; }
.cnt__body * + h2,
  .cnt__body * + h3,
  .cnt__body * + h4,
  .cnt__body * + h5,
  .cnt__body * + h6,
  .cnt__body * + .h1,
  .cnt__body * + .h2,
  .cnt__body * + .h3,
  .cnt__body * + .h4,
  .cnt__body * + .h5,
  .cnt__body * + .h6 {
    margin-top: 1em; }
.cnt__body ul {
    list-style: none;
    /* Remove default bullets */ }
.cnt__body ul li:before {
      content: '-';
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #1a4650;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }
.cnt__body ul,
  .cnt__body ol {
    margin-bottom: 2em; }
.text-none {
  text-transform: none !important; }
.cnt__title {
  font-style: italic;
  font-size: 32px;
  margin-bottom: 1em; }
.cnt__subtitle, .section__subtitle {
  color: #1a4650;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.41;
  margin-bottom: 1.41em; }
.h-100 {
  height: 100%; }
.relative {
  position: relative; }
.section__header {
  margin-bottom: 15px; }
.section--bg {
  background: no-repeat center;
  background-size: cover;
  padding: 45px 0; }
.section__main {
  background: no-repeat 50% 30%;
  background-size: 60px auto; }
.section__title {
  line-height: 1.1;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0.75em;
  text-align: center; }
.hp-section {
  padding: 30px 15px; }
.hp-section div.card__a {
    padding-left: 0;
    padding-right: 0; }
.hp-section__slick {
  margin: 0 -15px 0; }
.hp-section__slick .slick-dots {
    bottom: auto;
    top: 100%;
    padding: 0 15px;
    margin-bottom: 0; }
.hp-section__subtitle {
  font-style: italic;
  color: #1a4650; }
.arrow-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em; }
.arrow-link * {
    line-height: 1;
    margin-bottom: 0;
    flex: 0 0 100%;
    display: block; }
.arrow-link:before {
    order: 2;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-top: 8px; }
.container--section-slick {
  padding: 0; }
.hp-map {
  position: relative; }
.hp-map__btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff6600;
  text-align: center; }
.section__footer {
  text-align: center;
  margin-top: 30px; }
.split {
  position: relative;
  display: inline-block;
  margin-bottom: 60px; }
.split:before, .split:after {
    position: absolute;
    top: 100%;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/ico-split-gray-dark.svg") no-repeat center;
    background-size: contain;
    margin: 8px; }
.split:before {
    right: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
.split:after {
    left: 100%; }
@media (max-width: 1359.98px) {
  .container--section-slick {
    max-width: 100%; } }
@media (min-width: 768px) {
  .cnt__title {
    font-size: 44px;
    margin-bottom: 0.5em; }
  .cnt__body {
    margin-bottom: 60px; }
  hr {
    margin-top: 2em;
    margin-bottom: 2em; }
  .section--bg {
    padding: 60px 0; }
  .section__header {
    margin-bottom: 45px; }
  .section__footer {
    margin-top: 45px; }
  .hp-section {
    padding: 0 30px 45px; }
    .hp-section .card__a {
      padding: 30px 30px 45px; }
  .hp-section__slick {
    margin: 0 -30px 0; }
    .hp-section__slick .slick-dots {
      padding: 0 30px; } }
@media (min-width: 992px) {
  body {
    font-size: 1.375rem;
    line-height: 1.5; }
    body p {
      margin-bottom: 1.5em; }
  .section--bg {
    padding: 90px 0; }
  .section__header {
    margin-bottom: 60px; }
  .section__title {
    font-size: 40px; }
  .section__main {
    background-position: center; }
  .cnt__body {
    margin-bottom: 90px; }
  .arrow-link:before {
    margin-top: 8px;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .arrow-link:focus *, .arrow-link:hover * {
    color: #ff6600; }
  .arrow-link:focus:before, .arrow-link:hover:before {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  .section__main {
    background-size: auto; }
  .split {
    margin-bottom: 75px; }
    .split:before, .split:after {
      width: 45px;
      height: 45px;
      margin: 15px; } }
@media (min-width: 992px) {
  .cnt__title {
    font-size: 50px; } }
/*
@include media-breakpoint-up(xl) {
	.hp-section {
		height: calc(100% - 60px); // che è decisa da %section-margin-bottom
	}
}
*/
/*
$spacer: 15px;

.ico-file { display: inline-block; width: 32px; height: 32px; background: url($_urlCkEditor + 'ico-file.svg') no-repeat center; }

.ico-audio { background-image: url($_urlCkEditor+'ico-audio.svg');}
.ico-img { background-image: url($_urlCkEditor+'ico-img.svg');}
.ico-pdf { background-image: url($_urlCkEditor+'ico-pdf.svg');}
.ico-powerpoint { background-image: url($_urlCkEditor+'ico-powerpoint.svg');}
.ico-text { background-image: url($_urlCkEditor+'ico-text.svg');}
.ico-video { background-image: url($_urlCkEditor+'ico-video.svg');}
.ico-word { background-image: url($_urlCkEditor+'ico-word.svg');}
.ico-zip { background-image: url($_urlCkEditor+'ico-zip.svg');}

*/
.cnt img {
  max-width: 100%; }
.cnt figcaption:not([class]), .figure .cnt figcaption {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1;
  font-weight: 700; }
.cnt .figure {
  margin: 0.5em auto 1.5em;
  max-width: 100%;
  display: block;
  text-align: center; }
.cnt .figure img {
    margin: 0 auto; }
@media (min-width: 768px) {
  .cnt .figure--left, .cnt .figure--right {
    max-width: calc(50% - 30px); }
    .cnt .figure--left img, .cnt .figure--right img {
      margin: 0; }
  .cnt .figure--left {
    float: left;
    margin-left: 0;
    margin-right: 30px; }
    .cnt .figure--left figcaption {
      text-align: left; }
  .cnt .figure--right {
    float: right;
    margin-right: 0;
    margin-left: 30px; }
    .cnt .figure--right figcaption {
      text-align: right; } }
@media (min-width: 992px) {
  .cnt .figure {
    margin-bottom: 2rem; }
  .cnt .figure--left {
    margin-right: 45px; }
  .cnt .figure--right {
    margin-left: 45px; } }
cite:empty {
  display: none; }
.btn {
  text-transform: lowercase; }
@media (min-width: 768px) {
  .btn-big {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    min-width: 290px; } }
.nv__toggler__bar {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 0; }
.nv__toggler__bar, .nv__toggler__bar:before, .nv__toggler__bar:after {
    display: block;
    height: 2px;
    /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
    border-radius: 2px; }
.nv__toggler__bar:before, .nv__toggler__bar:after {
    content: '';
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #fff;
    width: 42px; }
.nv__toggler__bar:before {
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg);
    top: 0; }
.nv__toggler__bar:after {
    -webkit-transform: translateX(-50%) rotate(-225deg);
    transform: translateX(-50%) rotate(-225deg);
    bottom: 0; }
.collapsed .nv__toggler__bar {
    margin: 0 auto;
    width: 42px; }
.collapsed .nv__toggler__bar, .collapsed .nv__toggler__bar:before, .collapsed .nv__toggler__bar:after {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0);
      background-color: #1a4650; }
.collapsed .nv__toggler__bar:before {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      top: -10px; }
.collapsed .nv__toggler__bar:after {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      bottom: -10px; }
.nv__toggler {
  display: block;
  border: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: transparent; }
.nv__toggler:after {
    content: '';
    width: 400px;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background-color: transparent; }
.nv__a,
.nv-head__text {
  display: block;
  color: #fff;
  padding: 15px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2; }
.nv__a svg, .nv-head__text svg {
    height: 32px;
    width: 32px; }
.nv__a path, .nv-head__text path,
  .nv__a use,
  .nv-head__text use {
    fill: #fff; }
.nv__li--tool .nv__a {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.header-brand, .footer-brand {
  display: inline-block;
  margin: 0;
  vertical-align: baseline;
  color: #1a4650; }
.header-brand h1,
.header-brand span, .footer-brand span {
  font-size: 17px;
  vertical-align: baseline;
  letter-spacing: -0.045em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2; }
@media (min-width: 992px) {
    .header-brand h1,
    .header-brand span, .footer-brand span {
      font-size: 22px;
      line-height: 1; } }
@media (min-width: 1460px) {
    .header-brand h1,
    .header-brand span, .footer-brand span {
      font-size: 30px;
      line-height: 1; } }
.header-brand small, .footer-brand small {
  font-size: 12px;
  letter-spacing: -0.05em;
  font-style: normal;
  display: block; }
@media (min-width: 992px) {
    .header-brand small, .footer-brand small {
      line-height: 1; } }
@media (min-width: 1460px) {
    .header-brand small, .footer-brand small {
      display: inline;
      font-size: 22px; } }
.header-brand {
  padding: 17px 15px;
  color: #1a4650; }
@media (min-width: 992px) {
    .header-brand {
      padding: 20px 15px; }
      .header-brand, .header-brand:focus, .header-brand:hover {
        color: #fff; } }
@media (min-width: 1460px) {
    .header-brand {
      padding: 15px 15px; } }
.header-brand svg {
    height: 30px; }
@media (min-width: 768px) {
      .header-brand svg {
        height: 35px; } }
@media (min-width: 992px) {
      .header-brand svg {
        height: 33px; } }
@media (min-width: 1460px) {
      .header-brand svg {
        height: 45px; } }
.header--opened .svg_logo {
  fill: #fff; }
.header--opened .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
.svg_logo {
  fill: #1a4650; }
.st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #1a4650;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
@media (min-width: 992px) {
  .svg_logo {
    fill: #ffffff; }
  .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; } }
.nv__toggler-cnt {
  width: 72px;
  height: 70px;
  position: relative; }
.navbar-container {
  position: relative; }
.navbar-container > .row {
    margin: 0; }
.nv__row {
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0; }
.header--no-menu .nv-tools {
  flex: 0 0 100%; }
.nv__row--top {
  align-items: center;
  justify-content: flex-end; }
.toolbar__li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.toolbar__img {
  display: block;
  margin: 0 auto 8px;
  height: 30px; }
.toolbar__a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 0 15px;
  background: #ff6600;
  text-align: center; }
.toolbar__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  display: block; }
@media (max-width: 991.98px) {
  .header, .nvnd__ul {
    transition: all 0.2s ease-in-out; }
  .header,
  .nv {
    height: 70px; }
  .main {
    margin-top: 70px; }
  .nv-btn {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    padding: 0; }
    .nv-btn:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      background: url("../img/chevron-right-white.svg") no-repeat center;
      background-size: auto 15px; }
  .nv-btn--back {
    width: 100%; }
    .nv-btn--back:before {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      flex: 0 0 50px;
      max-width: 50px; }
  .nv__li {
    display: flex;
    flex-wrap: wrap; }
    .nv__li + .nv__li {
      border-top: 1px solid #8da3a8; }
  .nv-head {
    position: relative; }
    .nv-head:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .nv-head__text {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0; }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 9;
    color: #fff;
    background-color: #fff;
    border-bottom: 1px solid transparent; }
  .main__nav-row {
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: calc(100vh - 70px); }
  .main__nav-row,
  .nvst,
  .nvst__ul {
    background: #1a4650; }
  .nvnd {
    position: fixed;
    left: 100vw;
    width: 100vw;
    height: calc(100vh - 70px);
    overflow: auto;
    background: #1a4650; }
    .nvnd .container {
      padding: 0; }
    .nvnd.active {
      left: 0; }
  .nvnd__ul {
    padding: 0 15px 15px 50px;
    background: #1a4650; }
  .nvst,
  .nvnd {
    top: 70px;
    border-top: 1px solid #8da3a8; }
  .nvst {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    height: 0;
    overflow: hidden; }
    .nvst.show {
      height: calc(100vh - 70px);
      overflow: auto; }
    .nvst .nv__a {
      flex: 0 0 calc(100% - 50px);
      max-width: calc(100% - 50px); }
  .nv__li--tool .nv__a {
    flex: 0 0 100%;
    max-width: 100%; }
  .nv__li--tool span {
    padding-right: 15px; }
  .header--scroll {
    border-bottom-color: #1a4650; }
  .header--no-menu .nv-tools {
    margin-top: 15px; }
  .header--opened {
    background-color: #1a4650; }
    .header--opened .header-brand {
      color: #fff; }
  .nvst__ul + .nvst__ul {
    border-top: 1px solid #8da3a8; }
  .nvst__ul:last-child {
    padding-bottom: 30px; }
  .toolbar__ul {
    display: flex;
    padding: 15px 0;
    align-items: center; }
    .toolbar__ul li {
      flex: 0 0 33.334%;
      max-width: 33.334%; }
  .toolbar__a {
    background: transparent; }
  .toolbar__title {
    font-size: 10px;
    line-height: 1;
    font-weight: 400; }
  div.nv__a:not(.active):focus, div.nv__a:not(.active):hover {
    cursor: default;
    color: #fff; } }
@media (max-width: 767.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    max-width: 100%; } }
.nv__a--btn .nv__a {
  padding: 0;
  display: inline-block; }
.nv__a--btn span:first-of-type {
  display: none; }
.nv__a--btn span:last-of-type {
  display: none; }
@media (min-width: 992px) {
  .nv__a--btn span:first-of-type {
    position: relative;
    top: -1px;
    display: inline-block;
    padding: 5px; } }
@media (min-width: 992px) {
  .header {
    position: static; }
  .main {
    margin-top: 0; }
  .nvst.collapse:not(.show) {
    display: block; }
  .nv {
    z-index: 1;
    height: 150px; }
  .nv-top {
    background: #1a4650;
    height: 80px; }
  .nvst__row,
  .nvst.show {
    height: 70px; }
  .nvst__row > [class^='col'] {
    position: static; }
  .nvst__row {
    align-items: center;
    position: relative; }
  .nv__row--top {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px; }
  .nvst__ul--main > .nv__li > .nv__a {
    position: relative;
    letter-spacing: 0.08em;
    height: 70px;
    display: flex;
    align-items: center;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .nvst__ul--main > .nv__li:hover > .nv__a, .nvst__ul--main > .nv__li:focus > .nv__a {
    border-bottom-color: #1a4650; }
  .nvst__ul--main > .nv__li:hover .nvnd, .nvst__ul--main > .nv__li:focus .nvnd {
    display: flex; }
  .nv__a {
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 15px 0; }
    .nv__a, .nv__a:visited {
      color: #1a4650; }
    .nv__a:focus, .nv__a:hover {
      color: #ff6600; }
  .nv__a--btn {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 15px; }
    .nv__a--btn:focus, .nv__a--btn:hover {
      background: #fff;
      border-color: #ff6600; }
      .nv__a--btn:focus .nv__a, .nv__a--btn:hover .nv__a {
        color: #1a4650; }
  .nv-bottom {
    background: #fff; }
  .nv-bottom,
  .nvst__ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .nvst__ul--service {
    position: absolute;
    bottom: calc(100% + 9px);
    right: 15px; }
    .nvst__ul--service .nv__a {
      color: #fff;
      font-size: 12px; }
      .nvst__ul--service .nv__a:focus, .nvst__ul--service .nv__a:hover, .nvst__ul--service .nv__a.active {
        color: #ff6600; }
    .nvst__ul--service .nv__li + .nv__li {
      margin-left: 15px; }
  .nv__li--tool span {
    display: none; }
  .nvnd {
    position: absolute;
    color: #4f4f4f;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1; }
    .nvnd:after {
      content: '';
      display: block;
      background: #1a4650;
      top: 0;
      bottom: 0;
      position: absolute;
      left: 50%;
      width: 100vw;
      z-index: -1;
      -webkit-transform: translateX(-50vw);
      transform: translateX(-50vw); }
    .nvnd .nv__a {
      line-height: 1.2;
      font-weight: 600;
      padding: 0;
      color: #fff;
      display: block;
      text-transform: none; }
    .nvnd .nv__li {
      margin: 0 30px 15px 0; }
    .nvnd .nvnd {
      display: none !important; }
  .nvnd__ul {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    align-content: center; }
  .nvnd a.nv__a:focus, .nvnd a.nv__a:hover, .nvnd a.nv__a.active {
    color: #ff6600; }
  .toolbar-header,
  .nv-head {
    display: none; }
  div.nv__a:not(.active):focus, div.nv__a:not(.active):hover {
    color: #1a4650; } }
@media (min-width: 1460px) {
  .nv {
    height: 170px; }
  .nv-top {
    height: 80px; }
  .nvst__row,
  .nvst.show {
    height: 90px; }
  .nvst__ul--main > .nv__li > .nv__a {
    height: 90px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .nv__a {
    font-size: 20px;
    padding: 15px 0; }
  .nv__a--btn {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 15px; }
  .nvst__ul--main {
    margin-left: -15px;
    margin-right: -15px; }
    .nvst__ul--main > .nv__li {
      padding: 0 15px; }
  .nvst__ul--service {
    bottom: calc(100% + 9px); }
    .nvst__ul--service .nv__a {
      font-size: 15px; }
    .nvst__ul--service .nv__li + .nv__li {
      margin-left: 30px; }
  .nvnd {
    padding: 0 15px; }
    .nvnd .nv__a {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 600; }
  .nvnd__ul {
    height: 100px; } }
.nv__a:focus,
.nv-head__text:focus, .nv__a:hover,
.nv-head__text:hover, .active.nv__a,
.active.nv-head__text {
  color: #ff6600; }
.nv__a:focus path, .nv-head__text:focus path, .nv__a:hover path, .nv-head__text:hover path, .active.nv__a path, .active.nv-head__text path,
  .nv__a:focus use,
  .nv-head__text:focus use,
  .nv__a:hover use,
  .nv-head__text:hover use,
  .active.nv__a use,
  .active.nv-head__text use {
    fill: #ff6600; }
.card time,
.card time + .leaf {
  display: inline-flex; }
.card time + .leaf:before {
  content: '-';
  display: block;
  margin: 0 8px; }
.card__a {
  padding: 30px 15px 15px;
  display: block;
  background: #fff; }
.card--naked .card__a {
  padding: 0 0 30px;
  background: transparent; }
.card,
.card__a {
  height: 100%; }
.card__header {
  margin-bottom: 30px; }
.card__title {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a4650; }
.card__subtitle {
  font-style: italic;
  color: #1a4650; }
.card__figure {
  margin-bottom: 15px; }
.card__main {
  font-size: 14px; }
.card__footer {
  margin-top: 15px; }
.card__footer .icon:before {
    width: 32px;
    height: 32px; }
.slick--1 {
  margin-bottom: 90px; }
.slick--1 .slick-arrow {
    top: 100%;
    margin: 15px 8px;
    -webkit-transform: none;
    transform: none; }
.slick--1 .slick-prev {
    left: auto;
    right: 50%; }
.slick--1 .slick-next {
    right: auto;
    left: 50%; }
.slick--1 .slick-slide {
    width: 610px;
    min-height: 400px; }
.hp-section .card__title {
  font-weight: 400;
  margin: 0; }
.hp-section .card__subtitle {
  font-size: 22px;
  line-height: 32px; }
.hp-section .card__main {
  font-size: 18px;
  line-height: 24px; }
.hp-section .card__a {
  border: 0;
  background: transparent; }
.card--focus .card__a {
  background: #fff; }
@media (min-width: 768px) {
  .card__a {
    padding: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto; }
  .card__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1; }
  .card__main {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1; }
  .card__footer {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1; }
  .card__figure {
    margin-bottom: 30px; }
  .slick--1 .slick-slide {
    width: 540px;
    padding: 0 30px;
    min-height: 400px; } }
@media (min-width: 992px) {
  .card__title {
    font-size: 30px;
    line-height: 1.25; }
  .card__title--2lines {
    min-height: 75px; }
  .card__title--small {
    font-size: 25px; }
  .card__footer {
    margin-top: 30px; }
  .card__a .icon {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .card__main {
    font-size: 1rem; }
  a.card__a:focus, a.card__a:hover {
    background: #f2f2f2; }
    a.card__a:focus .card__title, a.card__a:hover .card__title {
      color: #ff6600; }
    a.card__a:focus .icon, a.card__a:hover .icon {
      -webkit-transform: translateX(15px);
      transform: translateX(15px); }
  .slick--1 {
    margin-bottom: 120px; }
    .slick--1 .slick-arrow {
      margin: 30px 8px; }
  .hp-section .card__a:focus, .hp-section .card__a:hover {
    background: transparent; }
  .hp-section .card__title {
    font-size: 45px; }
  .hp-section .card__title--2lines {
    min-height: 112.5px; } }
@media (min-width: 1460px) {
  .hp-section .card__title {
    font-size: 35px; }
  .hp-section .card__title--2lines {
    min-height: 87.5px; } }
.lead__cnt {
  position: relative;
  background: #8da3a8; }
.lead__cnt,
.lead,
.lead__item {
  overflow: hidden;
  height: 220px; }
.hp .lead__cnt,
.hp .lead,
.hp .lead__item {
  height: 420px; }
.lead, .lead.slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
.lead.slick-dotted .slick-slide {
  padding-bottom: 0; }
.lead__item {
  position: relative;
  display: flex !important;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 15px #343a40, 0px 0px 5px #343a40; }
.lead__title {
  font-size: 24px;
  line-height: 1.125;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 30px; }
.lead__footer {
  margin-top: 45px; }
.lead-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.lead-dots .slick-dots {
    position: static; }
.lead-dots .slick-dots button {
      border-color: #fff; }
.lead-dots .slick-dots .slick-active button {
      background-color: #fff; }
.lead-claim.slick-dotted .lead__item {
  padding-top: 50px;
  padding-bottom: 50px; }
@media (min-width: 768px) {
  .lead__main {
    display: block; }
  .lead__title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 0.75em; }
  .hp .main__cnt {
    position: relative;
    z-index: 1;
    margin-top: 15px; } }
@media (min-width: 992px) {
  .lead__cnt,
  .lead-bg__item,
  .lead {
    height: 420px; }
  .lead__title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0.6em; }
  /*
	.lead__footer {
		margin-top: 4 * $spacer;
	}
	*/
  .toolbar-lead {
    display: flex;
    position: absolute;
    z-index: 30;
    top: 0;
    height: 420px;
    right: 0;
    align-items: center; }
  .toolbar__li + .toolbar__li {
    margin-top: 1px; }
  .toolbar__a {
    height: 100px;
    width: 120px;
    display: flex;
    align-content: center;
    flex: 0 0 auto;
    flex-wrap: wrap;
    padding: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 300; }
    .toolbar__a > * {
      flex: 0 0 100%; }
    .toolbar__a:focus, .toolbar__a:hover {
      text-decoration: none;
      background: rgba(26, 70, 80, 0.9); }
  .toolbar__img {
    height: 40px;
    margin-bottom: 8px; }
  .lead-claim.slick-dotted .lead__item {
    padding-top: 0;
    padding-bottom: 0; }
  .hp .main__cnt {
    position: relative;
    z-index: 1;
    margin-top: 30px; } }
@media (min-width: 1360px) {
  .hp .lead-claim,
  .hp .lead__item,
  .hp .toolbar-lead,
  .hp .lead__cnt,
  .hp .lead-bg,
  .hp .lead-bg__item {
    height: 600px; }
  .hp .main__cnt {
    margin-top: -156px; }
  .lead-dots {
    bottom: 100px;
    /*
		.slick-dots {
			button {
				width: 26px;
				height: 26px;
			}
			li + li {
				margin-left: 26px;
			}
		}
		*/ }
  .lead__item {
    align-items: flex-start; }
    .lead__item .lead__article {
      padding-top: 100px; } }
@media (min-width: 1460px) {
  .hp .main__cnt {
    margin-top: -85px; }
  .lead-dots {
    bottom: 100px; } }
.bc {
  margin-bottom: 30px; }
.bc__ol {
  display: flex;
  flex-wrap: wrap; }
.bc__li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #1a4650;
  margin-right: 4px; }
.bc__li + .bc__li {
    display: flex;
    align-items: flex-end;
    align-items: flex-end; }
.bc__li + .bc__li:before {
      margin-right: 4px; }
.bc__a {
  font-weight: 400; }
@media (min-width: 992px) {
  /*
	.bc {
		margin-bottom: 4 * $spacer;
	}
	*/
  .bc__li {
    font-size: 16px;
    line-height: 18px; } }
.prg {
  color: #1a4650;
  margin: 0 0 30px; }
.prg .progress {
    border: 2px solid #ff6600;
    margin-top: 15px; }
.prg .progress-bar {
    width: 0; }
.prg__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25; }
.prg__subtitle {
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 1.1; }
@media (min-width: 576px) {
  .prg .progress {
    width: 300px; } }
@media (min-width: 992px) {
  .prg {
    margin: 0; }
   }
.prg--cantiere {
    position: absolute;
    bottom: 100%;
    margin-bottom: 54px;
    right: 0;
    padding: 0 15px; }
.circle-progress-cnt {
  width: 150px;
  height: 150px;
  margin: 15px auto;
  font-weight: 400;
  text-align: center; }
.circle-progress {
  position: relative; }
.circle-progress canvas {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
.circle-progress__text {
  font-size: 16px;
  line-height: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px; }
.circle-progress__percentage {
  font-size: 35px;
  font-weight: 700;
  color: #1a4650;
  line-height: 1;
  margin-bottom: 4px; }
.emptyfill {
  background-color: #8da3a8; }
@media (min-width: 576px) {
  .circle-progress-cnt {
    width: 164px;
    height: 164px; } }
.loghi {
  background: #1a4650;
  padding: 15px 0;
  margin-top: 15px;
  margin-bottom: 15px; }
.loghi ul {
    display: flex;
    align-items: center;
    justify-content: center; }
.loghi li {
    flex: 0 1 auto;
    max-width: 100%;
    text-align: center;
    padding: 0 8px; }
.loghi li + li {
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
.loghi img {
    display: block;
    margin: 0 auto;
    max-height: 30px;
    width: 100%;
    max-width: 100%; }
@media (min-width: 576px) {
  .loghi li {
    padding: 0 30px; } }
@media (min-width: 768px) {
  .loghi {
    margin-top: 0; } }
@media (min-width: 992px) {
  .loghi {
    margin-bottom: 30px; } }
@media (min-width: 1360px) {
  .loghi {
    background: transparent; } }
@media (min-width: 1460px) {
  .loghi {
    position: absolute;
    margin: 0 0 0 816px;
    width: 553px; }
    .loghi ul {
      justify-content: flex-start; }
    .loghi li {
      padding: 0 30px; }
    .loghi a {
      display: block; }
    .loghi img {
      max-height: 45px; } }
.cll {
  border-bottom: 1px solid #1a4650;
  /*
	+ .cll {
		margin-top: -1px;
	}
	*/ }
.cll__header {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
  min-height: 54px; }
.cll__header:before {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    background-size: auto 23px;
    background-color: #1a4650;
    order: 1;
    transition: background 0.2s ease-in-out;
    /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
    border-radius: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
.cll__header.collapsed:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #8da3a8; }
.cll__title {
  font-size: 24px;
  line-height: 27px;
  flex: 1 1 auto;
  padding: 0 15px 8px 0;
  margin: 0;
  font-style: italic;
  color: #1a4650; }
.cll__body {
  padding: 30px 0; }
@media (min-width: 768px) {
  .cll__title {
    font-size: 30px;
    line-height: 34px;
    padding-right: 2em; }
  .cll__header {
    flex-wrap: nowrap;
    padding: 30px 0; }
    .cll__header:before {
      flex: 0 0 60px;
      width: 60px;
      height: 60px;
      background-size: auto 36px; } }
@media (min-width: 992px) {
  .cll__header:focus:before, .cll__header:hover:before {
    background-color: #1a4650; } }
.cg {
  position: relative; }
.cg__a {
  display: block;
  position: absolute;
  border: 1px dashed #136734; }
.cg__a:before {
    width: 100%;
    height: 100%;
    background-size: 24px auto;
    background-color: rgba(19, 103, 52, 0.1); }
.cg__a--red {
  border-color: #d93600; }
.cg__a--red:before {
    background-color: rgba(246, 182, 182, 0.1); }
.cg__a--blue {
  border-color: #293189; }
.cg__a--blue:before {
    background-color: rgba(81, 96, 247, 0.1); }
.cg__title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px;
  color: #1a4650;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  line-height: 1; }
.cg__a--tv {
  left: 19.0093%;
  top: 6.2275%;
  width: 69.3498%;
  height: 51.7365%; }
.cg__a--ngvs {
  left: 10.9598%;
  top: 58.1437%;
  width: 42.0433%;
  height: 22.2754%; }
.cg__a--ngvs .cg__title {
    bottom: auto;
    top: 0; }
.cg__a--pg {
  left: 53.1889%;
  top: 58.1437%;
  width: 7.5542%;
  height: 35.3293%; }
.cg__a--pg .cg__title {
    text-align: right;
    left: auto;
    right: 0; }
.cg__a--ngpb {
  left: 60.9288%;
  top: 79.7605%;
  width: 24.0248%;
  height: 17.2455%; }
.cg__a--ngpb .cg__title {
    bottom: auto;
    top: 0; }
@media (max-width: 991.98px) {
  .cg__a--ngvs:before {
    background-position: 80% 85%; }
  .cg__a--pg .cg__title {
    bottom: -8px;
    right: calc(100% + 8px); }
  .cg__a--ngpb .cg__title {
    bottom: 100%;
    top: auto;
    left: 8px; } }
@media (min-width: 768px) {
  .cg__title {
    font-size: 18px;
    padding: 12px; }
  .cg__a {
    border-width: 2px; }
    .cg__a:before {
      background-size: 48px auto; } }
@media (min-width: 992px) {
  .cg__title {
    font-size: 22px;
    padding: 8px 15px 15px; }
  .cg__a {
    border-width: 3px; }
    .cg__a:before {
      background-color: rgba(48, 206, 110, 0.7);
      opacity: 0; }
    .cg__a:focus:before, .cg__a:hover:before {
      opacity: 1; }
  .cg__a--red:before {
    background-color: rgba(246, 182, 182, 0.7); }
  .cg__a--blue:before {
    background-color: rgba(81, 96, 247, 0.7); } }
@media (min-width: 1460px) {
  .cg__a:before {
    background-size: 90px auto; } }
.str-video-hp {
  position: relative;
  z-index: 0; }
.str-video-hp__title,
.str-video-hp__nav {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10; }
.str-video-hp__nav {
  bottom: 0;
  padding: 0 30px 15px 30px;
  font-size: 14px;
  line-height: 1.2; }
.str-video-hp__title {
  line-height: 1;
  font-style: italic;
  top: 0;
  padding: 30px 30px 0 30px; }
.str-video-hp__nav ul {
  display: flex;
  align-items: flex-end;
  font-weight: 700; }
.str-video-hp__nav li + li {
  margin-left: 15px;
  border-left: 1px solid #fff;
  padding-left: 15px; }
.str-video-hp__nav a:before {
  width: 40px;
  height: 40px; }
@media (max-width: 575.98px) {
  .str-video-hp .fb {
    height: 100vw;
    width: auto; }
    .str-video-hp .fb img {
      opacity: 0; } }
@media (min-width: 768px) {
  .str-video-hp__nav {
    font-size: 16px;
    padding-bottom: 30px; } }
@media (min-width: 992px) {
  .str-video-hp__title {
    font-size: 45px; } }
@media (min-width: 1460px) {
  .str-video-hp__nav {
    font-size: 24px; }
  /*
	.str-video-hp {
		position: relative;
		&:before {
			content: '';
			display: block;
			padding-top: 100%;
		}
		.video {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
	}
	*/ }
.ms {
  color: #1a4650;
  text-align: center;
  padding: 0 15px; }
.ms__a {
  display: block; }
.ms__a, .ms__a:visited {
    color: #1a4650; }
.ms__a:focus, .ms__a:hover {
    color: #8da3a8; }
.ms__img {
  width: 80px;
  height: 80px;
  background: #ff6600;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
.ms__img img {
    display: block;
    max-width: 50px;
    max-height: 50px; }
.ms__title {
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase; }
@media (min-width: 768px) {
  .ms {
    padding: 0 20px; } }
@media (min-width: 992px) {
  .ms__a, .ms__a:visited {
    color: #1a4650; }
  .ms__a:focus, .ms__a:hover {
    color: #8da3a8; } }
@media (min-width: 1360px) {
  .slick-slide + .slick-slide .ms {
    border-left: 1px solid #8da3a8; } }
.podcast {
  color: #1a4650;
  background: #dcdcdc;
  padding: 30px 15px;
  height: 100%; }
.podcast .audio {
    display: block;
    width: 100%; }
.podcast__header {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end; }
.podcast__header:before {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px; }
.podcast__title {
  font-size: 16px;
  line-height: 1.1;
  min-height: 17.6px;
  font-weight: 700;
  margin: 0;
  vertical-align: baseline; }
audio::-webkit-media-controls-panel {
  background-color: rgba(141, 163, 168, 0.5); }
audio::-webkit-media-controls-play-button {
  background-color: #f2f2f2;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 50%; }
audio::-webkit-media-controls-volume-slider-container {
  border-radius: 0; }
audio::-webkit-media-controls-volume-control-hover-background {
  background-color: #f2f2f2;
  opacity: 0.5; }
@media (min-width: 768px) {
  .podcast {
    padding: 45px 30px; }
  .podcast__header {
    margin-bottom: 45px; }
    .podcast__header:before {
      flex: 0 0 45px;
      width: 45px;
      height: 45px;
      margin-right: 30px; } }
@media (min-width: 1360px) {
  .podcast__title {
    font-size: 24px;
    min-height: 26.4px; } }
.news__a {
  display: block; }
.news__title {
  font-size: 26px;
  font-weight: 700; }
.news__main {
  color: #4f4f4f;
  font-size: 14px; }
.news__footer {
  margin-top: 30px; }
@media (min-width: 992px) {
  .news__a:focus .news__title, .news__a:hover .news__title {
    color: #ff6600; }
  .news__a:focus img, .news__a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .news__a:focus .btn-primary, .news__a:hover .btn-primary {
    background-color: #112d33;
    border-color: #0d242a; }
  .news__title {
    font-size: 38px;
    margin-bottom: 0.5em; }
  .news__main {
    font-size: 18px; } }
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.pag {
  margin: 30px 0;
  display: flex;
  justify-content: center; }
.pag ul {
    display: flex;
    align-items: center;
    justify-content: center; }
.pag li {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
    margin: 0 !important;
    font-size: 18px;
    line-height: 18px;
    height: 48px; }
.pag li .disabled {
      padding: 4px 15px;
      opacity: 0.5; }
.pag li .disabled .btn {
        cursor: default; }
.pag li.current {
      padding: 0 16px;
      z-index: 1;
      text-align: center; }
.pag .icon {
    border: 2px solid #ff6600;
    background: #ff6600;
    padding: 15px;
    /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
    border-radius: 100%;
    display: block; }
.pag a {
    padding: 0 15px;
    display: block; }
.pag--dock {
  margin-bottom: 0;
  background: #ff6600;
  padding: 30px 0; }
.pag--dock li {
    padding: 0 30px;
    font-size: 14px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px; }
.pag--dock li + li {
      border-left: 1px solid #fff; }
.pag--dock .icon {
    margin-top: 8px; }
.pag--dock .icon:before {
      width: 32px;
      height: 32px; }
@media (min-width: 768px) {
  .pag {
    margin: 60px 0; }
  .pag--dock {
    margin: 0;
    display: inline-block; } }
@media (min-width: 992px) {
  .pag {
    margin: 60px 0; }
  .pag:not(.pag--dock) a:focus .icon, .pag:not(.pag--dock) a:hover .icon {
    background: #ff8533; }
  .pag--dock {
    margin: 0;
    display: inline-block; }
    .pag--dock .icon:before {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .pag--dock a:focus .icon:before, .pag--dock a:hover .icon:before {
      -webkit-transform: translateX(15px);
      transform: translateX(15px); } }
.al {
  position: relative; }
.al-legend {
  padding: 15px 30px 15px 0;
  position: absolute;
  max-width: 80%;
  top: 0;
  left: 0; }
.al-legend ul {
    padding-left: 1em;
    list-style: none;
    /* Remove default bullets */ }
.al-legend ul li {
      font-weight: 700;
      font-size: 16px; }
.al-legend ul li:before {
        content: '\2022';
        /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: inherit;
        /* Change the color */
        font-weight: bold;
        /* If you want it to be bold */
        display: inline-block;
        /* Needed to add space between the bullet and the text */
        width: 1em;
        /* Also needed for space (tweak if needed) */
        margin-left: -1em;
        /* Also needed for space (tweak if needed) */ }
.al-legend .leaf {
    font-weight: 700; }
.text-teal {
  color: #1b7772; }
.text-green-light {
  color: #669b65; }
.text-red {
  color: #d93600; }
.text-yellow {
  color: #d9a300; }
.input-group .btn-naked {
  display: flex;
  align-items: center;
  justify-content: center;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 0; }
.input-group .icon-chevron-white:before {
  width: 20px;
  height: 20px; }
.al-map-cnt:before {
  background: #f2f2f2;
  padding-top: 100%; }
.al--hp {
  overflow: hidden; }
.al-legend--hp {
  width: auto;
  max-width: 100%;
  position: relative;
  padding: 30px 0 15px; }
.al-legend--hp:before {
    z-index: -1;
    left: -100vw;
    width: 300vw; }
.al--hp__a {
  display: block; }
.al--hp__a:focus, .al--hp__a:hover {
    text-decoration: none; }
.al--hp__bg {
  height: 420px; }
.al--hp__btn {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: #ff6600;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1; }
.al--hp__btn .icon:before {
    width: 32px;
    height: 32px; }
.al--hp__txt-cnt {
  position: relative; }
.al--hp__txt small {
  font-size: 80%;
  line-height: 1.25; }
@media (min-width: 768px) {
  .al-legend--hp {
    padding: 30px 0; }
    .al-legend--hp ul {
      display: flex;
      margin: 0;
      align-items: center; }
    .al-legend--hp li {
      white-space: nowrap;
      margin-left: 0; }
      .al-legend--hp li + li {
        margin-left: 60px; }
  .al-map-cnt:before {
    padding-top: 56.25%; } }
@media (min-width: 992px) {
  .al--hp__bg {
    height: 465px; }
  .al-map-cnt:before {
    padding-top: 400px; }
  .al-legend--hp {
    display: flex; }
    .al-legend--hp .leaf {
      margin: 0 45px 0 0;
      line-height: inherit; } }
@media (min-width: 992px) and (min-height: 800px) {
  .al-map-cnt:before {
    padding-top: 800px; } }
@media (min-width: 992px) and (min-height: 900px) {
  .al-map-cnt:before {
    padding-top: 1100px; } }
@media (min-width: 1360px) {
  .al--hp__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1; }
    .al--hp__txt .bg-white {
      position: relative; }
      .al--hp__txt .bg-white:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100vw;
        background: #fff; }
    .al--hp__txt small {
      font-size: 16px; }
  .al-legend {
    display: flex;
    background: #dcdcdc;
    min-height: 75px;
    align-content: center;
    flex-wrap: wrap;
    width: 903px; }
    .al-legend ul {
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      margin: 0; }
    .al-legend li {
      margin-left: 30px; }
      .al-legend li + li {
        margin-left: 60px; }
    .al-legend .leaf {
      margin: 0; }
  .al--hp__bg {
    height: 600px; }
  .al-fake-a {
    height: 100%;
    display: block;
    position: relative; }
    .al-fake-a:before, .al-fake-a:after {
      content: '';
      display: block;
      position: absolute; }
    .al-fake-a:before {
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      width: 200vw;
      height: 60px; }
    .al-fake-a:after {
      top: 0;
      left: 100%;
      width: 50vw;
      height: 100%; }
  .al-legend--hp {
    padding: 0 0 0 30px;
    position: relative; }
    .al-legend--hp:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100vw;
      background: #dcdcdc; }
    .al-legend--hp ul {
      padding: 0;
      margin: 0 0 0 -12px; }
  .al--hp .al-legend {
    width: auto; }
  .al--hp__btn.active {
    background: rgba(26, 70, 80, 0.9); } }
.gmnoprint {
  display: none; }
.map--interna .al-legend {
  position: inherit; }
@media (min-width: 1460px) {
  .al--hp__bg {
    height: 900px; }
  .al--hp__footer {
    padding-left: 60px; }
  .map--interna {
    position: absolute;
    left: 0;
    padding-left: 0; }
    .map--interna .al-legend {
      position: inherit; }
      .map--interna .al-legend .leaf {
        padding-left: 15px; } }
.kpi {
  display: flex;
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: auto, auto;
  grid-template-rows: auto, auto; }
.kpi + .kpi:before {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    content: '';
    display: block;
    width: 230px;
    height: 1px;
    background: #8da3a8;
    margin-bottom: 24px; }
.kpi__ico {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1;
  padding: 0 25px 0 15px; }
.kpi__img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
  max-height: 60px; }
.kpi__txt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2; }
.kpi__title {
  font-size: 35px;
  line-height: 1.1;
  color: #1a4650;
  font-weight: 700; }
.kpi__main {
  font-size: 14px;
  line-height: 1.25; }
.str figure,
.fb figure {
  overflow: hidden;
  margin-bottom: 0; }
.str img,
.fb img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(1);
  transform: scale(1); }
.str a,
.fb a {
  position: relative;
  display: block; }
.str a:before,
  .fb a:before {
    z-index: 2;
    width: 40px;
    height: 40px; }
.str a:after,
  .fb a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2); }
.str figcaption,
.str h3 {
  font-size: 14px;
  color: #1a4650;
  padding: 8px 15px 8px 8px;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center; }
.str figcaption:before,
  .str h3:before {
    align-self: flex-start;
    width: 32px;
    height: 32px;
    margin-right: 15px; }
.slick .str-img {
  padding: 0 15px; }
.gallery {
  position: relative; }
.gallery__footer {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
.gallery__figcaption {
  color: #fff;
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px; }
.section--webcam__webcam {
  margin-bottom: 45px; }
.g2__item {
  background: #fff; }
.g2__item__a {
  display: block; }
.g2__item__a figure {
    position: relative; }
.g2__item__a figure:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: 60px auto; }
.g2__item__header {
  position: relative;
  padding: 15px;
  width: 100%; }
.g2__item__header:before, .g2__item__header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%; }
.g2__item__header:before {
    left: 15px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    background-size: 30px auto;
    z-index: 2; }
.g2__item__header:after {
    left: 0;
    right: 0;
    height: 75px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.g2__item__title {
  font-size: inherit;
  font-weight: 700; }
.masonry-sizer,
.masonry-item {
  width: 100%; }
.gallery-cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
  margin-left: -8px;
  margin-right: -8px; }
.gallery-cats > div {
    flex: 0 0 auto;
    padding: 0 8px 8px; }
/*
[class*='cat-filter-'] [data-cat] {
	display: none;
}
*/
.btn-toggle-cat {
  padding: 0;
  font-weight: 700;
  text-transform: none; }
.btn-toggle-cat:focus, .btn-toggle-cat:hover {
    /*-webkit-box-shadow: $shadows; -moz-box-shadow: $shadows; */
    box-shadow: none; }
.btn-toggle-cat.active {
    color: #ff6600; }
.slick--gallery .slick-arrow {
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 0;
  background: rgba(255, 102, 0, 0.8); }
.slick--gallery .slick-arrow:not(.slick-disabled):focus, .slick--gallery .slick-arrow:not(.slick-disabled):hover {
    background: #ff6600; }
.slick--gallery .slick__figcaption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; }
.slick--gallery figure img {
  max-height: 600px; }
.slick__figcaption {
  padding-top: 15px;
  font-weight: 700; }
@media (max-width: 767.98px) {
  .gallery__footer .btn {
    font-size: 12px; }
  .slick--gallery .slick-prev {
    -webkit-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%); }
  .slick--gallery .slick-next {
    -webkit-transform: translate(15px, -50%);
    transform: translate(15px, -50%); } }
@media (min-width: 768px) {
  .gallery__footer {
    display: flex;
    padding: 15px 30px;
    align-items: center;
    text-align: left; }
    .gallery__footer > div:first-child {
      align-self: flex-start; }
  .gallery__figcaption {
    font-size: 20px;
    margin: 0 0 0 30px;
    border-left: 1px solid #fff;
    padding-left: 30px; }
  .masonry-sizer,
  .masonry-item {
    width: 50%; }
  .gallery-cats {
    margin-bottom: 45px;
    margin-left: -15px;
    margin-right: -15px; }
    .gallery-cats > div {
      padding: 0 15px 8px; } }
@media (min-width: 992px) {
  .str img,
  .fb img {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .str a,
  .fb a {
    overflow: hidden; }
    .str a:focus img, .str a:hover img,
    .fb a:focus img,
    .fb a:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .str a:focus:after, .str a:hover:after,
    .fb a:focus:after,
    .fb a:hover:after {
      background-color: rgba(0, 0, 0, 0.4); }
  .fb a:before {
    width: 90px;
    height: 90px; }
  .gallery__footer {
    padding: 24px 60px; }
  .gallery__figcaption {
    margin-left: 60px;
    padding-left: 60px; }
  .section--webcam {
    height: 100%; }
  .section--webcam__webcam {
    background: #1a4650;
    position: relative;
    padding: 0 0 0 30px;
    height: 100%;
    margin: 0; }
    .section--webcam__webcam:after {
      content: '';
      display: block;
      position: absolute;
      background: #1a4650;
      top: 0;
      height: 100%;
      left: 100%;
      width: 100vw; }
  .g2__item__header {
    padding: 30px 30px 15px 45px; }
    .g2__item__header:before {
      width: 60px;
      height: 60px;
      left: 45px;
      background-size: 40px auto; }
    .g2__item__header:after {
      height: 105px; }
  .g2__item__a:focus .g2__item__title, .g2__item__a:hover .g2__item__title {
    color: #ff6600; }
  .g2__item__a figure:before {
    background-size: 90px auto; }
  .slick--gallery figcaption {
    padding-top: 30px; }
  .slick--gallery .slick-arrow {
    width: 90px;
    height: 90px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .slick--gallery .slick-arrow:before {
      width: 45px;
      height: 45px; } }
@media (min-width: 1360px) {
  /*
	.slick--gallery {
		.slick-arrow {
			width: 160px;
			height: 160px;
			&:before {
				width: 90px;
				height: 90px;
			}
		}
	}
	*/
  .masonry-sizer,
  .masonry-item {
    width: 33.33%; } }
.footer {
  padding: 45px 15px;
  font-size: 15px;
  line-height: 18px;
  background: #1a4650;
  color: #fff; }
.footer p {
    margin-bottom: 1em; }
.footer-brand {
  color: #fff;
  padding: 0;
  margin-bottom: 30px; }
@media (min-width: 768px) {
    .footer-brand img {
      height: 20px; } }
@media (min-width: 992px) {
    .footer-brand img {
      height: 33px; } }
@media (min-width: 1460px) {
    .footer-brand img {
      height: 45px; } }
.footer__ul {
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase; }
.footer__logo-emas {
  height: 100px; }
@media (min-width: 768px) {
  .copy p:last-child {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 75px; }
  .footer__ul {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    line-height: 18px; }
    .footer__ul li + li {
      margin-left: 15px; }
  .footer__logo-emas {
    height: 150px; } }
/*

// MEDIAQUERY SPECIALI

@media (hover: none) and (pointer: coarse) { } 		// smartphones, touchscreens
@media (hover: none) and (pointer: fine) { } 		// stylus-based screens
@media (hover: hover) and (pointer: coarse) { } 	// Nintendo Wii controller, Microsoft Kinect
@media (hover: hover) and (pointer: fine) { } 		// mouse, touch pad

*/
@media (hover: none) {
  .btn {
    background-position: center;
    transition: background 0.5s; }
    .btn:hover {
      background: #276876 radial-gradient(circle, transparent 1%, #276876 1%) center/15000%; }
    .btn:active {
      background-color: #276876;
      background-size: 100%;
      transition: background 0s; } }
@media (hover: none) {
  @-webkit-keyframes ripple-effect {
    100% {
      -webkit-transform: scale(10);
      opacity: 0.01; } }
  @keyframes ripple-effect {
    100% {
      -webkit-transform: scale(10);
              transform: scale(10);
      opacity: 0.01; } }
  .ripple {
    width: 10px;
    height: 10px;
    background-color: transparent;
    position: fixed;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5); } }
@media (hover: hover) {
  .ripple {
    display: none !important; } }
@media (min-width: 768px) {
  .iv {
    opacity: 0;
    transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
    transition: opacity 1s linear, transform 1s cubic-bezier(0, 0, 0, 1);
    transition: opacity 1s linear, transform 1s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  .iv-ltr {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  .iv-rtl {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .iv-ttb {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  .iv.in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 0; }
  .iv-200 {
    transition-delay: 0.2s; }
  .iv-200 {
    transition-delay: 0.4s; }
  .iv-200 {
    transition-delay: 0.6s; }
  .iv-200 {
    transition-delay: 0.8s; }
  .iv-200 {
    transition-delay: 1s; } }
.cnt__subtitle p:last-child, .section__subtitle p:last-child, .hp-section__slick .slick-dotted.slick-slider, .header-brand h1,
.header-brand span, .footer-brand span, .kpi__main p:last-child, .gallery figure, .g2__item__a figure {
  margin-bottom: 0px; }
.ml-1vw,
.mx-1vw {
  margin-left: 9vw; }
.mr-1vw,
.mx-1vw {
  margin-right: 9vw; }
.pl-1vw,
.px-1vw {
  padding-left: 9vw; }
.pr-1vw,
.px-1vw {
  padding-right: 9vw; }
.ml-2vw,
.mx-2vw {
  margin-left: 17vw; }
.mr-2vw,
.mx-2vw {
  margin-right: 17vw; }
.pl-2vw,
.px-2vw {
  padding-left: 17vw; }
.pr-2vw,
.px-2vw {
  padding-right: 17vw; }
.ml-3vw,
.mx-3vw {
  margin-left: 25vw; }
.mr-3vw,
.mx-3vw {
  margin-right: 25vw; }
.pl-3vw,
.px-3vw {
  padding-left: 25vw; }
.pr-3vw,
.px-3vw {
  padding-right: 25vw; }
.ml-4vw,
.mx-4vw {
  margin-left: 34vw; }
.mr-4vw,
.mx-4vw {
  margin-right: 34vw; }
.pl-4vw,
.px-4vw {
  padding-left: 34vw; }
.pr-4vw,
.px-4vw {
  padding-right: 34vw; }
.ml-5vw,
.mx-5vw {
  margin-left: 42vw; }
.mr-5vw,
.mx-5vw {
  margin-right: 42vw; }
.pl-5vw,
.px-5vw {
  padding-left: 42vw; }
.pr-5vw,
.px-5vw {
  padding-right: 42vw; }
.ml-6vw,
.mx-6vw {
  margin-left: 50vw; }
.mr-6vw,
.mx-6vw {
  margin-right: 50vw; }
.pl-6vw,
.px-6vw {
  padding-left: 50vw; }
.pr-6vw,
.px-6vw {
  padding-right: 50vw; }
.ml-7vw,
.mx-7vw {
  margin-left: 59vw; }
.mr-7vw,
.mx-7vw {
  margin-right: 59vw; }
.pl-7vw,
.px-7vw {
  padding-left: 59vw; }
.pr-7vw,
.px-7vw {
  padding-right: 59vw; }
.ml-8vw,
.mx-8vw {
  margin-left: 67vw; }
.mr-8vw,
.mx-8vw {
  margin-right: 67vw; }
.pl-8vw,
.px-8vw {
  padding-left: 67vw; }
.pr-8vw,
.px-8vw {
  padding-right: 67vw; }
.ml-9vw,
.mx-9vw {
  margin-left: 75vw; }
.mr-9vw,
.mx-9vw {
  margin-right: 75vw; }
.pl-9vw,
.px-9vw {
  padding-left: 75vw; }
.pr-9vw,
.px-9vw {
  padding-right: 75vw; }
.ml-10vw,
.mx-10vw {
  margin-left: 84vw; }
.mr-10vw,
.mx-10vw {
  margin-right: 84vw; }
.pl-10vw,
.px-10vw {
  padding-left: 84vw; }
.pr-10vw,
.px-10vw {
  padding-right: 84vw; }
.ml-11vw,
.mx-11vw {
  margin-left: 92vw; }
.mr-11vw,
.mx-11vw {
  margin-right: 92vw; }
.pl-11vw,
.px-11vw {
  padding-left: 92vw; }
.pr-11vw,
.px-11vw {
  padding-right: 92vw; }
.ml-12vw,
.mx-12vw {
  margin-left: 100vw; }
.mr-12vw,
.mx-12vw {
  margin-right: 100vw; }
.pl-12vw,
.px-12vw {
  padding-left: 100vw; }
.pr-12vw,
.px-12vw {
  padding-right: 100vw; }
@media (min-width: 576px) {
  .ml-sm-1vw,
  .mx-sm-1vw {
    margin-left: 9vw; }
  .mr-sm-1vw,
  .mx-sm-1vw {
    margin-right: 9vw; }
  .pl-sm-1vw,
  .px-sm-1vw {
    padding-left: 9vw; }
  .pr-sm-1vw,
  .px-sm-1vw {
    padding-right: 9vw; }
  .ml-sm-2vw,
  .mx-sm-2vw {
    margin-left: 17vw; }
  .mr-sm-2vw,
  .mx-sm-2vw {
    margin-right: 17vw; }
  .pl-sm-2vw,
  .px-sm-2vw {
    padding-left: 17vw; }
  .pr-sm-2vw,
  .px-sm-2vw {
    padding-right: 17vw; }
  .ml-sm-3vw,
  .mx-sm-3vw {
    margin-left: 25vw; }
  .mr-sm-3vw,
  .mx-sm-3vw {
    margin-right: 25vw; }
  .pl-sm-3vw,
  .px-sm-3vw {
    padding-left: 25vw; }
  .pr-sm-3vw,
  .px-sm-3vw {
    padding-right: 25vw; }
  .ml-sm-4vw,
  .mx-sm-4vw {
    margin-left: 34vw; }
  .mr-sm-4vw,
  .mx-sm-4vw {
    margin-right: 34vw; }
  .pl-sm-4vw,
  .px-sm-4vw {
    padding-left: 34vw; }
  .pr-sm-4vw,
  .px-sm-4vw {
    padding-right: 34vw; }
  .ml-sm-5vw,
  .mx-sm-5vw {
    margin-left: 42vw; }
  .mr-sm-5vw,
  .mx-sm-5vw {
    margin-right: 42vw; }
  .pl-sm-5vw,
  .px-sm-5vw {
    padding-left: 42vw; }
  .pr-sm-5vw,
  .px-sm-5vw {
    padding-right: 42vw; }
  .ml-sm-6vw,
  .mx-sm-6vw {
    margin-left: 50vw; }
  .mr-sm-6vw,
  .mx-sm-6vw {
    margin-right: 50vw; }
  .pl-sm-6vw,
  .px-sm-6vw {
    padding-left: 50vw; }
  .pr-sm-6vw,
  .px-sm-6vw {
    padding-right: 50vw; }
  .ml-sm-7vw,
  .mx-sm-7vw {
    margin-left: 59vw; }
  .mr-sm-7vw,
  .mx-sm-7vw {
    margin-right: 59vw; }
  .pl-sm-7vw,
  .px-sm-7vw {
    padding-left: 59vw; }
  .pr-sm-7vw,
  .px-sm-7vw {
    padding-right: 59vw; }
  .ml-sm-8vw,
  .mx-sm-8vw {
    margin-left: 67vw; }
  .mr-sm-8vw,
  .mx-sm-8vw {
    margin-right: 67vw; }
  .pl-sm-8vw,
  .px-sm-8vw {
    padding-left: 67vw; }
  .pr-sm-8vw,
  .px-sm-8vw {
    padding-right: 67vw; }
  .ml-sm-9vw,
  .mx-sm-9vw {
    margin-left: 75vw; }
  .mr-sm-9vw,
  .mx-sm-9vw {
    margin-right: 75vw; }
  .pl-sm-9vw,
  .px-sm-9vw {
    padding-left: 75vw; }
  .pr-sm-9vw,
  .px-sm-9vw {
    padding-right: 75vw; }
  .ml-sm-10vw,
  .mx-sm-10vw {
    margin-left: 84vw; }
  .mr-sm-10vw,
  .mx-sm-10vw {
    margin-right: 84vw; }
  .pl-sm-10vw,
  .px-sm-10vw {
    padding-left: 84vw; }
  .pr-sm-10vw,
  .px-sm-10vw {
    padding-right: 84vw; }
  .ml-sm-11vw,
  .mx-sm-11vw {
    margin-left: 92vw; }
  .mr-sm-11vw,
  .mx-sm-11vw {
    margin-right: 92vw; }
  .pl-sm-11vw,
  .px-sm-11vw {
    padding-left: 92vw; }
  .pr-sm-11vw,
  .px-sm-11vw {
    padding-right: 92vw; }
  .ml-sm-12vw,
  .mx-sm-12vw {
    margin-left: 100vw; }
  .mr-sm-12vw,
  .mx-sm-12vw {
    margin-right: 100vw; }
  .pl-sm-12vw,
  .px-sm-12vw {
    padding-left: 100vw; }
  .pr-sm-12vw,
  .px-sm-12vw {
    padding-right: 100vw; } }
@media (min-width: 768px) {
  .ml-md-1vw,
  .mx-md-1vw {
    margin-left: 9vw; }
  .mr-md-1vw,
  .mx-md-1vw {
    margin-right: 9vw; }
  .pl-md-1vw,
  .px-md-1vw {
    padding-left: 9vw; }
  .pr-md-1vw,
  .px-md-1vw {
    padding-right: 9vw; }
  .ml-md-2vw,
  .mx-md-2vw {
    margin-left: 17vw; }
  .mr-md-2vw,
  .mx-md-2vw {
    margin-right: 17vw; }
  .pl-md-2vw,
  .px-md-2vw {
    padding-left: 17vw; }
  .pr-md-2vw,
  .px-md-2vw {
    padding-right: 17vw; }
  .ml-md-3vw,
  .mx-md-3vw {
    margin-left: 25vw; }
  .mr-md-3vw,
  .mx-md-3vw {
    margin-right: 25vw; }
  .pl-md-3vw,
  .px-md-3vw {
    padding-left: 25vw; }
  .pr-md-3vw,
  .px-md-3vw {
    padding-right: 25vw; }
  .ml-md-4vw,
  .mx-md-4vw {
    margin-left: 34vw; }
  .mr-md-4vw,
  .mx-md-4vw {
    margin-right: 34vw; }
  .pl-md-4vw,
  .px-md-4vw {
    padding-left: 34vw; }
  .pr-md-4vw,
  .px-md-4vw {
    padding-right: 34vw; }
  .ml-md-5vw,
  .mx-md-5vw {
    margin-left: 42vw; }
  .mr-md-5vw,
  .mx-md-5vw {
    margin-right: 42vw; }
  .pl-md-5vw,
  .px-md-5vw {
    padding-left: 42vw; }
  .pr-md-5vw,
  .px-md-5vw {
    padding-right: 42vw; }
  .ml-md-6vw,
  .mx-md-6vw {
    margin-left: 50vw; }
  .mr-md-6vw,
  .mx-md-6vw {
    margin-right: 50vw; }
  .pl-md-6vw,
  .px-md-6vw {
    padding-left: 50vw; }
  .pr-md-6vw,
  .px-md-6vw {
    padding-right: 50vw; }
  .ml-md-7vw,
  .mx-md-7vw {
    margin-left: 59vw; }
  .mr-md-7vw,
  .mx-md-7vw {
    margin-right: 59vw; }
  .pl-md-7vw,
  .px-md-7vw {
    padding-left: 59vw; }
  .pr-md-7vw,
  .px-md-7vw {
    padding-right: 59vw; }
  .ml-md-8vw,
  .mx-md-8vw {
    margin-left: 67vw; }
  .mr-md-8vw,
  .mx-md-8vw {
    margin-right: 67vw; }
  .pl-md-8vw,
  .px-md-8vw {
    padding-left: 67vw; }
  .pr-md-8vw,
  .px-md-8vw {
    padding-right: 67vw; }
  .ml-md-9vw,
  .mx-md-9vw {
    margin-left: 75vw; }
  .mr-md-9vw,
  .mx-md-9vw {
    margin-right: 75vw; }
  .pl-md-9vw,
  .px-md-9vw {
    padding-left: 75vw; }
  .pr-md-9vw,
  .px-md-9vw {
    padding-right: 75vw; }
  .ml-md-10vw,
  .mx-md-10vw {
    margin-left: 84vw; }
  .mr-md-10vw,
  .mx-md-10vw {
    margin-right: 84vw; }
  .pl-md-10vw,
  .px-md-10vw {
    padding-left: 84vw; }
  .pr-md-10vw,
  .px-md-10vw {
    padding-right: 84vw; }
  .ml-md-11vw,
  .mx-md-11vw {
    margin-left: 92vw; }
  .mr-md-11vw,
  .mx-md-11vw {
    margin-right: 92vw; }
  .pl-md-11vw,
  .px-md-11vw {
    padding-left: 92vw; }
  .pr-md-11vw,
  .px-md-11vw {
    padding-right: 92vw; }
  .ml-md-12vw,
  .mx-md-12vw {
    margin-left: 100vw; }
  .mr-md-12vw,
  .mx-md-12vw {
    margin-right: 100vw; }
  .pl-md-12vw,
  .px-md-12vw {
    padding-left: 100vw; }
  .pr-md-12vw,
  .px-md-12vw {
    padding-right: 100vw; } }
@media (min-width: 992px) {
  .ml-lg-1vw,
  .mx-lg-1vw {
    margin-left: 9vw; }
  .mr-lg-1vw,
  .mx-lg-1vw {
    margin-right: 9vw; }
  .pl-lg-1vw,
  .px-lg-1vw {
    padding-left: 9vw; }
  .pr-lg-1vw,
  .px-lg-1vw {
    padding-right: 9vw; }
  .ml-lg-2vw,
  .mx-lg-2vw {
    margin-left: 17vw; }
  .mr-lg-2vw,
  .mx-lg-2vw {
    margin-right: 17vw; }
  .pl-lg-2vw,
  .px-lg-2vw {
    padding-left: 17vw; }
  .pr-lg-2vw,
  .px-lg-2vw {
    padding-right: 17vw; }
  .ml-lg-3vw,
  .mx-lg-3vw {
    margin-left: 25vw; }
  .mr-lg-3vw,
  .mx-lg-3vw {
    margin-right: 25vw; }
  .pl-lg-3vw,
  .px-lg-3vw {
    padding-left: 25vw; }
  .pr-lg-3vw,
  .px-lg-3vw {
    padding-right: 25vw; }
  .ml-lg-4vw,
  .mx-lg-4vw {
    margin-left: 34vw; }
  .mr-lg-4vw,
  .mx-lg-4vw {
    margin-right: 34vw; }
  .pl-lg-4vw,
  .px-lg-4vw {
    padding-left: 34vw; }
  .pr-lg-4vw,
  .px-lg-4vw {
    padding-right: 34vw; }
  .ml-lg-5vw,
  .mx-lg-5vw {
    margin-left: 42vw; }
  .mr-lg-5vw,
  .mx-lg-5vw {
    margin-right: 42vw; }
  .pl-lg-5vw,
  .px-lg-5vw {
    padding-left: 42vw; }
  .pr-lg-5vw,
  .px-lg-5vw {
    padding-right: 42vw; }
  .ml-lg-6vw,
  .mx-lg-6vw {
    margin-left: 50vw; }
  .mr-lg-6vw,
  .mx-lg-6vw {
    margin-right: 50vw; }
  .pl-lg-6vw,
  .px-lg-6vw {
    padding-left: 50vw; }
  .pr-lg-6vw,
  .px-lg-6vw {
    padding-right: 50vw; }
  .ml-lg-7vw,
  .mx-lg-7vw {
    margin-left: 59vw; }
  .mr-lg-7vw,
  .mx-lg-7vw {
    margin-right: 59vw; }
  .pl-lg-7vw,
  .px-lg-7vw {
    padding-left: 59vw; }
  .pr-lg-7vw,
  .px-lg-7vw {
    padding-right: 59vw; }
  .ml-lg-8vw,
  .mx-lg-8vw {
    margin-left: 67vw; }
  .mr-lg-8vw,
  .mx-lg-8vw {
    margin-right: 67vw; }
  .pl-lg-8vw,
  .px-lg-8vw {
    padding-left: 67vw; }
  .pr-lg-8vw,
  .px-lg-8vw {
    padding-right: 67vw; }
  .ml-lg-9vw,
  .mx-lg-9vw {
    margin-left: 75vw; }
  .mr-lg-9vw,
  .mx-lg-9vw {
    margin-right: 75vw; }
  .pl-lg-9vw,
  .px-lg-9vw {
    padding-left: 75vw; }
  .pr-lg-9vw,
  .px-lg-9vw {
    padding-right: 75vw; }
  .ml-lg-10vw,
  .mx-lg-10vw {
    margin-left: 84vw; }
  .mr-lg-10vw,
  .mx-lg-10vw {
    margin-right: 84vw; }
  .pl-lg-10vw,
  .px-lg-10vw {
    padding-left: 84vw; }
  .pr-lg-10vw,
  .px-lg-10vw {
    padding-right: 84vw; }
  .ml-lg-11vw,
  .mx-lg-11vw {
    margin-left: 92vw; }
  .mr-lg-11vw,
  .mx-lg-11vw {
    margin-right: 92vw; }
  .pl-lg-11vw,
  .px-lg-11vw {
    padding-left: 92vw; }
  .pr-lg-11vw,
  .px-lg-11vw {
    padding-right: 92vw; }
  .ml-lg-12vw,
  .mx-lg-12vw {
    margin-left: 100vw; }
  .mr-lg-12vw,
  .mx-lg-12vw {
    margin-right: 100vw; }
  .pl-lg-12vw,
  .px-lg-12vw {
    padding-left: 100vw; }
  .pr-lg-12vw,
  .px-lg-12vw {
    padding-right: 100vw; } }
@media (min-width: 1360px) {
  .ml-xl-1vw,
  .mx-xl-1vw {
    margin-left: 9vw; }
  .mr-xl-1vw,
  .mx-xl-1vw {
    margin-right: 9vw; }
  .pl-xl-1vw,
  .px-xl-1vw {
    padding-left: 9vw; }
  .pr-xl-1vw,
  .px-xl-1vw {
    padding-right: 9vw; }
  .ml-xl-2vw,
  .mx-xl-2vw {
    margin-left: 17vw; }
  .mr-xl-2vw,
  .mx-xl-2vw {
    margin-right: 17vw; }
  .pl-xl-2vw,
  .px-xl-2vw {
    padding-left: 17vw; }
  .pr-xl-2vw,
  .px-xl-2vw {
    padding-right: 17vw; }
  .ml-xl-3vw,
  .mx-xl-3vw {
    margin-left: 25vw; }
  .mr-xl-3vw,
  .mx-xl-3vw {
    margin-right: 25vw; }
  .pl-xl-3vw,
  .px-xl-3vw {
    padding-left: 25vw; }
  .pr-xl-3vw,
  .px-xl-3vw {
    padding-right: 25vw; }
  .ml-xl-4vw,
  .mx-xl-4vw {
    margin-left: 34vw; }
  .mr-xl-4vw,
  .mx-xl-4vw {
    margin-right: 34vw; }
  .pl-xl-4vw,
  .px-xl-4vw {
    padding-left: 34vw; }
  .pr-xl-4vw,
  .px-xl-4vw {
    padding-right: 34vw; }
  .ml-xl-5vw,
  .mx-xl-5vw {
    margin-left: 42vw; }
  .mr-xl-5vw,
  .mx-xl-5vw {
    margin-right: 42vw; }
  .pl-xl-5vw,
  .px-xl-5vw {
    padding-left: 42vw; }
  .pr-xl-5vw,
  .px-xl-5vw {
    padding-right: 42vw; }
  .ml-xl-6vw,
  .mx-xl-6vw {
    margin-left: 50vw; }
  .mr-xl-6vw,
  .mx-xl-6vw {
    margin-right: 50vw; }
  .pl-xl-6vw,
  .px-xl-6vw {
    padding-left: 50vw; }
  .pr-xl-6vw,
  .px-xl-6vw {
    padding-right: 50vw; }
  .ml-xl-7vw,
  .mx-xl-7vw {
    margin-left: 59vw; }
  .mr-xl-7vw,
  .mx-xl-7vw {
    margin-right: 59vw; }
  .pl-xl-7vw,
  .px-xl-7vw {
    padding-left: 59vw; }
  .pr-xl-7vw,
  .px-xl-7vw {
    padding-right: 59vw; }
  .ml-xl-8vw,
  .mx-xl-8vw {
    margin-left: 67vw; }
  .mr-xl-8vw,
  .mx-xl-8vw {
    margin-right: 67vw; }
  .pl-xl-8vw,
  .px-xl-8vw {
    padding-left: 67vw; }
  .pr-xl-8vw,
  .px-xl-8vw {
    padding-right: 67vw; }
  .ml-xl-9vw,
  .mx-xl-9vw {
    margin-left: 75vw; }
  .mr-xl-9vw,
  .mx-xl-9vw {
    margin-right: 75vw; }
  .pl-xl-9vw,
  .px-xl-9vw {
    padding-left: 75vw; }
  .pr-xl-9vw,
  .px-xl-9vw {
    padding-right: 75vw; }
  .ml-xl-10vw,
  .mx-xl-10vw {
    margin-left: 84vw; }
  .mr-xl-10vw,
  .mx-xl-10vw {
    margin-right: 84vw; }
  .pl-xl-10vw,
  .px-xl-10vw {
    padding-left: 84vw; }
  .pr-xl-10vw,
  .px-xl-10vw {
    padding-right: 84vw; }
  .ml-xl-11vw,
  .mx-xl-11vw {
    margin-left: 92vw; }
  .mr-xl-11vw,
  .mx-xl-11vw {
    margin-right: 92vw; }
  .pl-xl-11vw,
  .px-xl-11vw {
    padding-left: 92vw; }
  .pr-xl-11vw,
  .px-xl-11vw {
    padding-right: 92vw; }
  .ml-xl-12vw,
  .mx-xl-12vw {
    margin-left: 100vw; }
  .mr-xl-12vw,
  .mx-xl-12vw {
    margin-right: 100vw; }
  .pl-xl-12vw,
  .px-xl-12vw {
    padding-left: 100vw; }
  .pr-xl-12vw,
  .px-xl-12vw {
    padding-right: 100vw; } }
@media (min-width: 1460px) {
  .ml-xxl-1vw,
  .mx-xxl-1vw {
    margin-left: 9vw; }
  .mr-xxl-1vw,
  .mx-xxl-1vw {
    margin-right: 9vw; }
  .pl-xxl-1vw,
  .px-xxl-1vw {
    padding-left: 9vw; }
  .pr-xxl-1vw,
  .px-xxl-1vw {
    padding-right: 9vw; }
  .ml-xxl-2vw,
  .mx-xxl-2vw {
    margin-left: 17vw; }
  .mr-xxl-2vw,
  .mx-xxl-2vw {
    margin-right: 17vw; }
  .pl-xxl-2vw,
  .px-xxl-2vw {
    padding-left: 17vw; }
  .pr-xxl-2vw,
  .px-xxl-2vw {
    padding-right: 17vw; }
  .ml-xxl-3vw,
  .mx-xxl-3vw {
    margin-left: 25vw; }
  .mr-xxl-3vw,
  .mx-xxl-3vw {
    margin-right: 25vw; }
  .pl-xxl-3vw,
  .px-xxl-3vw {
    padding-left: 25vw; }
  .pr-xxl-3vw,
  .px-xxl-3vw {
    padding-right: 25vw; }
  .ml-xxl-4vw,
  .mx-xxl-4vw {
    margin-left: 34vw; }
  .mr-xxl-4vw,
  .mx-xxl-4vw {
    margin-right: 34vw; }
  .pl-xxl-4vw,
  .px-xxl-4vw {
    padding-left: 34vw; }
  .pr-xxl-4vw,
  .px-xxl-4vw {
    padding-right: 34vw; }
  .ml-xxl-5vw,
  .mx-xxl-5vw {
    margin-left: 42vw; }
  .mr-xxl-5vw,
  .mx-xxl-5vw {
    margin-right: 42vw; }
  .pl-xxl-5vw,
  .px-xxl-5vw {
    padding-left: 42vw; }
  .pr-xxl-5vw,
  .px-xxl-5vw {
    padding-right: 42vw; }
  .ml-xxl-6vw,
  .mx-xxl-6vw {
    margin-left: 50vw; }
  .mr-xxl-6vw,
  .mx-xxl-6vw {
    margin-right: 50vw; }
  .pl-xxl-6vw,
  .px-xxl-6vw {
    padding-left: 50vw; }
  .pr-xxl-6vw,
  .px-xxl-6vw {
    padding-right: 50vw; }
  .ml-xxl-7vw,
  .mx-xxl-7vw {
    margin-left: 59vw; }
  .mr-xxl-7vw,
  .mx-xxl-7vw {
    margin-right: 59vw; }
  .pl-xxl-7vw,
  .px-xxl-7vw {
    padding-left: 59vw; }
  .pr-xxl-7vw,
  .px-xxl-7vw {
    padding-right: 59vw; }
  .ml-xxl-8vw,
  .mx-xxl-8vw {
    margin-left: 67vw; }
  .mr-xxl-8vw,
  .mx-xxl-8vw {
    margin-right: 67vw; }
  .pl-xxl-8vw,
  .px-xxl-8vw {
    padding-left: 67vw; }
  .pr-xxl-8vw,
  .px-xxl-8vw {
    padding-right: 67vw; }
  .ml-xxl-9vw,
  .mx-xxl-9vw {
    margin-left: 75vw; }
  .mr-xxl-9vw,
  .mx-xxl-9vw {
    margin-right: 75vw; }
  .pl-xxl-9vw,
  .px-xxl-9vw {
    padding-left: 75vw; }
  .pr-xxl-9vw,
  .px-xxl-9vw {
    padding-right: 75vw; }
  .ml-xxl-10vw,
  .mx-xxl-10vw {
    margin-left: 84vw; }
  .mr-xxl-10vw,
  .mx-xxl-10vw {
    margin-right: 84vw; }
  .pl-xxl-10vw,
  .px-xxl-10vw {
    padding-left: 84vw; }
  .pr-xxl-10vw,
  .px-xxl-10vw {
    padding-right: 84vw; }
  .ml-xxl-11vw,
  .mx-xxl-11vw {
    margin-left: 92vw; }
  .mr-xxl-11vw,
  .mx-xxl-11vw {
    margin-right: 92vw; }
  .pl-xxl-11vw,
  .px-xxl-11vw {
    padding-left: 92vw; }
  .pr-xxl-11vw,
  .px-xxl-11vw {
    padding-right: 92vw; }
  .ml-xxl-12vw,
  .mx-xxl-12vw {
    margin-left: 100vw; }
  .mr-xxl-12vw,
  .mx-xxl-12vw {
    margin-right: 100vw; }
  .pl-xxl-12vw,
  .px-xxl-12vw {
    padding-left: 100vw; }
  .pr-xxl-12vw,
  .px-xxl-12vw {
    padding-right: 100vw; } }
.section-spacer {
  padding-bottom: .1px; }
.section, .cg, .str-video-hp, .news, .al--hp, .al--hp__txt-cnt, .section-spacer {
  margin-bottom: 30px; }
@media (min-width: 768px) {
    .section, .cg, .str-video-hp, .news, .al--hp, .al--hp__txt-cnt, .section-spacer {
      margin-bottom: 45px; } }
@media (min-width: 992px) {
    .section, .cg, .str-video-hp, .news, .al--hp, .al--hp__txt-cnt, .section-spacer {
      margin-bottom: 60px; } }
@media (min-width: 1460px) {
    .section, .cg, .str-video-hp, .news, .al--hp, .al--hp__txt-cnt, .section-spacer {
      margin-bottom: 90px; } }
.slick-slider {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: '';
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    height: auto;
    border: 1px solid transparent; }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") no-repeat center; }
/* Arrows */
.slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 50%;
  z-index: 5;
  padding: 0;
  border: none;
  outline: none;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 50%;
  background: #8da3a8;
  /*
	&:before {
		display: block;
		content: '';
		background: urlImg($slick-arrow-img) no-repeat center;
		@include opacity($slick-opacity-default);
		height: 100%;
	}
	*/ }
.slick-arrow:before {
    margin: 0 auto;
    width: 36px;
    height: 36px; }
.slick-arrow:not(.slick-disabled):hover, .slick-arrow:not(.slick-disabled):focus {
    outline: none;
    background: #1a4650; }
.slick-arrow:not(.slick-disabled):hover:before, .slick-arrow:not(.slick-disabled):focus:before {
      opacity: 1; }
.slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5; }
.slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }
.slick-dots {
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  height: 20px;
  width: 100%;
  bottom: 0; }
.slick-dots li {
    position: relative;
    cursor: pointer; }
.slick-dots li + li {
      margin-left: 15px; }
.slick-dots button {
    cursor: pointer;
    padding: 0;
    opacity: 0.5;
    border: 2px solid #1a4650;
    /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
    border-radius: 50%;
    background-color: transparent;
    display: block;
    outline: none;
    height: 20px;
    width: 20px;
    position: relative; }
.slick-dots button:hover, .slick-dots button:focus {
      outline: none;
      opacity: 1; }
.slick-dots button:before {
      content: '';
      display: block;
      position: absolute;
      top: -4px;
      bottom: -4px;
      left: -4px;
      right: -4px; }
.slick-dots .slick-active button {
    background-color: #1a4650;
    opacity: 0.8; }
body.compensate-for-scrollbar {
  overflow: hidden; }
.fancybox-active {
  height: auto; }
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }
/*
.fancybox-container * {
	box-sizing: border-box;
}
*/
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.fancybox-toolbar {
  right: 0;
  top: 0; }
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }
.fancybox-is-open .fancybox-stage {
  overflow: hidden; }
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }
.fancybox-slide--image::before {
  display: none; }
.fancybox-slide--html {
  padding: 6px; }
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99995; }
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
.fancybox-container [data-selectable='true'] {
  cursor: text; }
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }
.fancybox-spaceball {
  z-index: 1; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }
.fancybox-slide--video .fancybox-content {
  background: #000; }
.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }
.fancybox-slide--iframe .fancybox-content {
  background: #fff; }
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }
/* Buttons */
.fancybox-button {
  background: rgba(26, 70, 80, 0.6);
  border: 0;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 0;
  /*-webkit-box-shadow: $shadows; -moz-box-shadow: $shadows; */
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }
.fancybox-button:hover {
  color: #fff; }
.fancybox-button:focus {
  outline: none; }
.fancybox-button.fancybox-focus {
  outline: 1px dotted; }
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }
/* Fix IE11 */
.fancybox-button div {
  height: 100%; }
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }
.fancybox-progress {
  background: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }
.fancybox-navigation .fancybox-button div {
  padding: 7px; }
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }
@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }
.fancybox-share p {
  margin: 0;
  padding: 0; }
.fancybox-share__button {
  border: 0;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }
.fancybox-share__button:hover {
  text-decoration: none; }
.fancybox-share__button--fb {
  background: #3b5998; }
.fancybox-share__button--fb:hover {
  background: #344e86; }
.fancybox-share__button--pt {
  background: #bd081d; }
.fancybox-share__button--pt:hover {
  background: #aa0719; }
.fancybox-share__button--tw {
  background: #1da1f2; }
.fancybox-share__button--tw:hover {
  background: #0d95e8; }
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }
.fancybox-share__button svg path {
  fill: #fff; }
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 1px; }
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }
.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }
.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 10px;
  /*-webkit-box-shadow: $shadows; -moz-box-shadow: $shadows; */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  /* -moz-border-radius:$radius; -webkit-border-radius:$radius; */
  border-radius: 10px; }
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }
.fancybox-thumbs__list a::before {
  border: 6px solid #1a4650;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@media (max-width: 767.98px) {
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0; } }
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #fff;
  color: #1a4650;
  border-bottom: 4px solid #1a4650; }
#outdated:after {
    content: '';
    display: block;
    border-bottom: 4px solid #ff6600; }
#outdated .h6 {
    font-size: 26px;
    line-height: 26px;
    margin: 30px 0 15px; }
#outdated p {
    font-weight: 400; }
#outdated .last {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 20px;
    height: 20px; }
#btnUpdateBrowser {
  margin: 30px auto 15px; }
#btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1a4650;
  font-size: 36px;
  line-height: 36px; }