/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/sass/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:wght@400;700&display=swap);
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.css ***!
  \***************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*********************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(images/ajax-loader-fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(fonts/slick-a4e97f5a2a64f0ab1323.eot);
    src: url(fonts/slick-a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(fonts/slick-295183786cd8a1389865.woff) format('woff'), url(fonts/slick-c94f7671dcc99dce43e2.ttf) format('truetype'), url(images/slick-2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/sass/main.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-370ae1d3302b42fef5e7.woff2) format("woff2"), url(fonts/BNPPSans-50b96dbe3903f2bf3872.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-Bold-ac0870d9fe988a894e4b.woff2) format("woff2"), url(fonts/BNPPSans-Bold-d0423ea22d15044a7712.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-BoldItalic-bf2cac6113b2d8a484b0.woff2) format("woff2"), url(fonts/BNPPSans-BoldItalic-d9832e4914c0e1d89dcf.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-Italic-78beb59eb245b80fda39.woff2) format("woff2"), url(fonts/BNPPSans-Italic-706b032e7092780e5d39.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Square';
  src: url(fonts/BNPPSquare-Bold-c9d17fbf95752a762f48.woff2) format("woff2"), url(fonts/BNPPSquare-Bold-97865d95ca22699affb3.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans Condensed';
  src: url(fonts/BNPPSansCondensed-Bold-5c5f6adbaf3dc25a535f.woff2) format("woff2"), url(fonts/BNPPSansCondensed-Bold-edafd4ed3e9fd5320b24.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans Condensed';
  src: url(fonts/BNPPSansCondensed-Light-32db4ec119b628e8c157.woff2) format("woff2"), url(fonts/BNPPSansCondensed-Light-ce44368c60fdb95497ad.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Type';
  src: url(fonts/BNPPType-a0f568b2af90e2b319c5.woff2) format("woff2"), url(fonts/BNPPType-83ab3983dd06f0343d7e.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Type';
  src: url(fonts/BNPPType-Bold-8921aac4cf10554ca04c.woff2) format("woff2"), url(fonts/BNPPType-Bold-5f34b0a220f649c56ed5.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Slab Serif Expanded';
  src: url(fonts/bnpp-slabexpanded-regular-v2-dcfa34116ec3b5fd7a77.woff2) format("woff2"), url(fonts/bnpp-slabexpanded-regular-v2-844c6efd704231f33d70.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-370ae1d3302b42fef5e7.woff2) format("woff2"), url(fonts/BNPPSans-50b96dbe3903f2bf3872.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-Bold-ac0870d9fe988a894e4b.woff2) format("woff2"), url(fonts/BNPPSans-Bold-d0423ea22d15044a7712.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-BoldItalic-bf2cac6113b2d8a484b0.woff2) format("woff2"), url(fonts/BNPPSans-BoldItalic-d9832e4914c0e1d89dcf.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans';
  src: url(fonts/BNPPSans-Italic-78beb59eb245b80fda39.woff2) format("woff2"), url(fonts/BNPPSans-Italic-706b032e7092780e5d39.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Square';
  src: url(fonts/BNPPSquare-Bold-c9d17fbf95752a762f48.woff2) format("woff2"), url(fonts/BNPPSquare-Bold-97865d95ca22699affb3.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans Condensed';
  src: url(fonts/BNPPSansCondensed-Bold-5c5f6adbaf3dc25a535f.woff2) format("woff2"), url(fonts/BNPPSansCondensed-Bold-edafd4ed3e9fd5320b24.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BNPP Sans Condensed';
  src: url(fonts/BNPPSansCondensed-Light-32db4ec119b628e8c157.woff2) format("woff2"), url(fonts/BNPPSansCondensed-Light-ce44368c60fdb95497ad.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-regular-400-89999bdf5d835c012025.woff2) format("woff2"), url(fonts/fa-regular-400-914997e1bdfc990d0897.ttf) format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/fa-solid-900-2463b90d9a316e4e5294.woff2) format("woff2"), url(fonts/fa-solid-900-2582b0e4bcf85eceead0.ttf) format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-brands-400-c210719e60948b211a12.woff2) format("woff2"), url(fonts/fa-brands-400-1815e00441357e01619e.ttf) format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #3BACC9;
  --indigo: #6610f2;
  --purple: #282739;
  --pink: #EF71AC;
  --red: #CF013C;
  --orange: #FC9B35;
  --yellow: #CFA701;
  --green: #337F37;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3BACC9;
  --secondary: #6c757d;
  --success: #337F37;
  --info: #17a2b8;
  --warning: #CFA701;
  --danger: #CF013C;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1308px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffffff; }

[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.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -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: #3BACC9;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #287b90;
    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 {
  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.5rem;
  font-family: "BNPP Type", sans-serif;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.925rem; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 1.96875rem; }

h4, .h4 {
  font-size: 1.6875rem; }

h5, .h5 {
  font-size: 1.40625rem; }

h6, .h6 {
  font-size: 1.125rem; }

.lead {
  font-size: 1.40625rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

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

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1308px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 4px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 4px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 2px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 2px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 4px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8e8f0; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #99d4e3; }

.table-hover .table-primary:hover {
  background-color: #b4e0eb; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b4e0eb; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c6dbc7; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #95bc97; }

.table-hover .table-success:hover {
  background-color: #b6d1b8; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b6d1b8; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f2e6b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #e6d17b; }

.table-hover .table-warning:hover {
  background-color: #eedea2; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #eedea2; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2b8c8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e67b9a; }

.table-hover .table-danger:hover {
  background-color: #eea2b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #eea2b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1307.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #9fd6e5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 172, 201, 0.25); }
  .form-control::-moz-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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.40625rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.98438rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #337F37; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(51, 127, 55, 0.9);
  border-radius: 10px; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #337F37;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23337F37%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #337F37;
    box-shadow: 0 0 0 0.2rem rgba(51, 127, 55, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #337F37;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23337F37%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #337F37;
    box-shadow: 0 0 0 0.2rem rgba(51, 127, 55, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #337F37; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #337F37; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #337F37; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #42a347;
  background-color: #42a347; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(51, 127, 55, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #337F37; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #337F37; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #337F37;
  box-shadow: 0 0 0 0.2rem rgba(51, 127, 55, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #CF013C; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(207, 1, 60, 0.9);
  border-radius: 10px; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #CF013C;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23CF013C%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23CF013C%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #CF013C;
    box-shadow: 0 0 0 0.2rem rgba(207, 1, 60, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #CF013C;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23CF013C%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23CF013C%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #CF013C;
    box-shadow: 0 0 0 0.2rem rgba(207, 1, 60, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #CF013C; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #CF013C; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #CF013C; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fe054c;
  background-color: #fe054c; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(207, 1, 60, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #CF013C; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #CF013C; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #CF013C;
  box-shadow: 0 0 0 0.2rem rgba(207, 1, 60, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-family: "BNPP Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.84375rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 172, 201, 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: #ffffff;
  background-color: #3BACC9;
  border-color: #3BACC9; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #3094ae;
    border-color: #2d8ca4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #3094ae;
    border-color: #2d8ca4;
    box-shadow: 0 0 0 0.2rem rgba(88, 184, 209, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #3BACC9;
    border-color: #3BACC9; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #2d8ca4;
    border-color: #2a839a; }
    .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(88, 184, 209, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .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(130, 138, 145, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #337F37;
  border-color: #337F37; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #28642b;
    border-color: #245b27; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #28642b;
    border-color: #245b27;
    box-shadow: 0 0 0 0.2rem rgba(82, 146, 85, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #337F37;
    border-color: #337F37; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #245b27;
    border-color: #215223; }
    .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(82, 146, 85, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #CFA701;
  border-color: #CFA701; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #a98801;
    border-color: #9c7e01; }
  .btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #a98801;
    border-color: #9c7e01;
    box-shadow: 0 0 0 0.2rem rgba(181, 148, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #CFA701;
    border-color: #CFA701; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #9c7e01;
    border-color: #907401; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(181, 148, 7, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #CF013C;
  border-color: #CF013C; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #a90131;
    border-color: #9c012d; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #a90131;
    border-color: #9c012d;
    box-shadow: 0 0 0 0.2rem rgba(214, 39, 89, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #CF013C;
    border-color: #CF013C; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #9c012d;
    border-color: #90012a; }
    .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(214, 39, 89, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #3BACC9;
  border-color: #3BACC9; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #3BACC9;
    border-color: #3BACC9; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 172, 201, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3BACC9;
    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: #ffffff;
    background-color: #3BACC9;
    border-color: #3BACC9; }
    .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(59, 172, 201, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .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(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #337F37;
  border-color: #337F37; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #337F37;
    border-color: #337F37; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 127, 55, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #337F37;
    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: #ffffff;
    background-color: #337F37;
    border-color: #337F37; }
    .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(51, 127, 55, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #CFA701;
  border-color: #CFA701; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #CFA701;
    border-color: #CFA701; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 167, 1, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #CFA701;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #CFA701;
    border-color: #CFA701; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 167, 1, 0.5); }

.btn-outline-danger {
  color: #CF013C;
  border-color: #CF013C; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #CF013C;
    border-color: #CF013C; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 1, 60, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #CF013C;
    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: #ffffff;
    background-color: #CF013C;
    border-color: #CF013C; }
    .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(207, 1, 60, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #3BACC9;
  text-decoration: none; }
  .btn-link:hover {
    color: #287b90;
    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.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .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: -2px; }
  .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 > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-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,
  .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,
  .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: -2px; }

.input-group-prepend {
  margin-right: -2px; }

.input-group-append {
  margin-left: -2px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 10px; }
  .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 + 4px); }

.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.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px); }

.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.98438rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 10px; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #000000;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #3BACC9;
    border-color: #3BACC9; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -2px;
      border-top-width: 2px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -2px;
      border-left-width: 2px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 10px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 2px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -2px;
        border-left-width: 2px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 10px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 2px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -2px;
        border-left-width: 2px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 10px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 2px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -2px;
        border-left-width: 2px; } }

@media (min-width: 1308px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 10px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 2px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -2px;
        border-left-width: 2px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 2px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #1f5969;
  background-color: #c8e8f0; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1f5969;
    background-color: #b4e0eb; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #1f5969;
    border-color: #1f5969; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #1b421d;
  background-color: #c6dbc7; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1b421d;
    background-color: #b6d1b8; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b421d;
    border-color: #1b421d; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #6c5701;
  background-color: #f2e6b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #6c5701;
    background-color: #eedea2; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #6c5701;
    border-color: #6c5701; }

.list-group-item-danger {
  color: #6c011f;
  background-color: #f2b8c8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6c011f;
    background-color: #eea2b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #6c011f;
    border-color: #6c011f; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 2px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 2px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 2px);
  border-bottom-left-radius: calc(0.3rem - 2px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1308px) {
  .modal-xl {
    max-width: 1140px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #3BACC9 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2d8ca4 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #337F37 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #245b27 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #CFA701 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #9c7e01 !important; }

.bg-danger {
  background-color: #CF013C !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9c012d !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 2px solid #dee2e6 !important; }

.border-top {
  border-top: 2px solid #dee2e6 !important; }

.border-right {
  border-right: 2px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 2px solid #dee2e6 !important; }

.border-left {
  border-left: 2px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #3BACC9 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #337F37 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #CFA701 !important; }

.border-danger {
  border-color: #CF013C !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 10px !important; }

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important; }

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }

.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.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-table {
  display: table !important; }

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

.d-table-cell {
  display: table-cell !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-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !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-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-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-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

.flex-shrink-1 {
  flex-shrink: 1 !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-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !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-content-stretch {
  align-content: stretch !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; }

.align-self-baseline {
  align-self: baseline !important; }

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !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-content-sm-stretch {
    align-content: stretch !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; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !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-content-md-stretch {
    align-content: stretch !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; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !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-content-lg-stretch {
    align-content: stretch !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; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1308px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !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-content-xl-stretch {
    align-content: stretch !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; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !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: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1308px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.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; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.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: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 1200px) {
  .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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .reports .reports-links,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .reports .reports-links,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1308px) {
  .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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !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; }

@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; } }

@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; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1308px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #3BACC9 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #287b90 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #337F37 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1d481f !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #CFA701 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #836a01 !important; }

.text-danger {
  color: #CF013C !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #830126 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #000000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 2px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1200px !important; }
  .container {
    min-width: 1200px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 2px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #154734; }

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 4px;
    background-color: #154734;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 48px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 48px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 48px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 48px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 48px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 48px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -48px;
      top: -48px;
      transform: translate3d(48px, 48px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -48px;
      top: -48px;
      transform: translate3d(-48px, 48px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -48px;
      top: 48px;
      transform: translate3d(48px, -48px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -48px;
      top: 48px;
      transform: translate3d(-48px, -48px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.42857px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.42857px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.font-base {
  font-family: "Open Sans", sans-serif; }

.font-headings {
  font-family: "BNPP Type", sans-serif; }

.color-dark-gray {
  color: #6B6E71; }

.bg-dark-gray,
.bg-hover-dark-gray:hover,
.bg-active-dark-gray .active {
  background: #6B6E71; }

.fill-dark-gray svg > *, .fill-dark-gray svg > g > * {
  fill: #6B6E71; }

.border-dark-gray,
.hover-border-dark-gray,
.active-border-dark-gray .active {
  border: 2px solid #6B6E71; }

.color-light-gray {
  color: #6B6E71; }

.bg-light-gray,
.bg-hover-light-gray:hover,
.bg-active-light-gray .active {
  background: #6B6E71; }

.fill-light-gray svg > *, .fill-light-gray svg > g > * {
  fill: #6B6E71; }

.border-light-gray,
.hover-border-light-gray,
.active-border-light-gray .active {
  border: 2px solid #6B6E71; }

.color-medium-gray {
  color: #B1B1B1; }

.bg-medium-gray,
.bg-hover-medium-gray:hover,
.bg-active-medium-gray .active {
  background: #B1B1B1; }

.fill-medium-gray svg > *, .fill-medium-gray svg > g > * {
  fill: #B1B1B1; }

.border-medium-gray,
.hover-border-medium-gray,
.active-border-medium-gray .active {
  border: 2px solid #B1B1B1; }

.color-white {
  color: #ffffff; }

.bg-white,
.bg-hover-white:hover,
.bg-active-white .active {
  background: #ffffff; }

.fill-white svg > *, .fill-white svg > g > * {
  fill: #ffffff; }

.border-white,
.hover-border-white,
.active-border-white .active {
  border: 2px solid #ffffff; }

.color-black {
  color: #000000; }

.bg-black,
.bg-hover-black:hover,
.bg-active-black .active {
  background: #000000; }

.fill-black svg > *, .fill-black svg > g > * {
  fill: #000000; }

.border-black,
.hover-border-black,
.active-border-black .active {
  border: 2px solid #000000; }

.color-green {
  color: #337F37; }

.bg-green,
.bg-hover-green:hover,
.bg-active-green .active {
  background: #337F37; }

.fill-green svg > *, .fill-green svg > g > * {
  fill: #337F37; }

.border-green,
.hover-border-green,
.active-border-green .active {
  border: 2px solid #337F37; }

.color-green-alt {
  color: #92D050; }

.bg-green-alt,
.bg-hover-green-alt:hover,
.bg-active-green-alt .active {
  background: #92D050; }

.fill-green-alt svg > *, .fill-green-alt svg > g > * {
  fill: #92D050; }

.border-green-alt,
.hover-border-green-alt,
.active-border-green-alt .active {
  border: 2px solid #92D050; }

.color-blue {
  color: #3BACC9; }

.bg-blue,
.bg-hover-blue:hover,
.bg-active-blue .active {
  background: #3BACC9; }

.fill-blue svg > *, .fill-blue svg > g > * {
  fill: #3BACC9; }

.border-blue,
.hover-border-blue,
.active-border-blue .active {
  border: 2px solid #3BACC9; }

.color-yellow {
  color: #CFA701; }

.bg-yellow,
.bg-hover-yellow:hover,
.bg-active-yellow .active {
  background: #CFA701; }

.fill-yellow svg > *, .fill-yellow svg > g > * {
  fill: #CFA701; }

.border-yellow,
.hover-border-yellow,
.active-border-yellow .active {
  border: 2px solid #CFA701; }

.color-red {
  color: #CF013C; }

.bg-red,
.bg-hover-red:hover,
.bg-active-red .active {
  background: #CF013C; }

.fill-red svg > *, .fill-red svg > g > * {
  fill: #CF013C; }

.border-red,
.hover-border-red,
.active-border-red .active {
  border: 2px solid #CF013C; }

.color-pink {
  color: #EF71AC; }

.bg-pink,
.bg-hover-pink:hover,
.bg-active-pink .active {
  background: #EF71AC; }

.fill-pink svg > *, .fill-pink svg > g > * {
  fill: #EF71AC; }

.border-pink,
.hover-border-pink,
.active-border-pink .active {
  border: 2px solid #EF71AC; }

.color-pink-alt {
  color: #FD1266; }

.bg-pink-alt,
.bg-hover-pink-alt:hover,
.bg-active-pink-alt .active {
  background: #FD1266; }

.fill-pink-alt svg > *, .fill-pink-alt svg > g > * {
  fill: #FD1266; }

.border-pink-alt,
.hover-border-pink-alt,
.active-border-pink-alt .active {
  border: 2px solid #FD1266; }

.color-green-dark {
  color: #154734; }

.bg-green-dark,
.bg-hover-green-dark:hover,
.bg-active-green-dark .active {
  background: #154734; }

.fill-green-dark svg > *, .fill-green-dark svg > g > * {
  fill: #154734; }

.border-green-dark,
.hover-border-green-dark,
.active-border-green-dark .active {
  border: 2px solid #154734; }

.color-disabled {
  color: #f2f3f3; }

.bg-disabled,
.bg-hover-disabled:hover,
.bg-active-disabled .active {
  background: #f2f3f3; }

.fill-disabled svg > *, .fill-disabled svg > g > * {
  fill: #f2f3f3; }

.border-disabled,
.hover-border-disabled,
.active-border-disabled .active {
  border: 2px solid #f2f3f3; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.border-rounded {
  border-radius: 10px;
  overflow: hidden; }

.btn-rounded {
  border-radius: 0;
  overflow: hidden;
  padding: 8px 15px; }

.img-overlay {
  position: relative; }
  .img-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.5%;
  /* 16:9 */
  height: 0; }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.wp-block-columns .column-title, .wp-block-columns .column-sub-title {
  text-transform: uppercase;
  font-weight: bold; }

:root .has-vivid-green-cyan-color {
  color: #03d9a8; }

:root .has-vivid-green-cyan-background-color {
  background-color: #03d9a8; }

body {
  font-size: 1rem;
  color: #000000; }
  @media (min-width: 768px) {
    body {
      font-size: 1.125rem; } }

ol, ul {
  overflow-wrap: initial; }

*::-moz-selection {
  color: #ffffff;
  background: var(--brand-primary); }

*::selection {
  color: #ffffff;
  background: var(--brand-primary); }

a {
  transition: all .25s ease;
  color: var(--brand-primary); }
  a:hover {
    text-decoration: underline;
    color: #EF71AC; }

.btn {
  transition: all .25s ease; }
  .btn:focus {
    box-shadow: none; }

.btn-white {
  background: #ffffff;
  color: #000000; }
  .btn-white:hover {
    opacity: .85; }

.btn-primary,
.btn-secondary {
  color: #ffffff;
  border: none; }

.btn-primary {
  background: var(--brand-primary); }

.btn-secondary {
  background: #EF71AC; }
  .btn-secondary.has-border {
    border: #EF71AC 2px solid; }

.btn-border {
  color: #154734;
  border: 1.5px solid #154734;
  background: #ffffff;
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .btn-border {
      font-size: 12px;
      font-size: 0.75rem; } }
  .btn-border:hover {
    background: #154734;
    color: #ffffff;
    box-shadow: 0px 3px 8px 0px #0000004D; }
  .btn-border:focus {
    outline: none;
    box-shadow: none; }
  .btn-border:focus-visible {
    outline: 3px solid #337F37 !important;
    outline-offset: 2px; }

.load-more i {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1em;
  margin: 0 10px; }

.pagination .load-more {
  display: none; }

.pagination button:focus {
  outline: 3px solid black; }

.social-links {
  padding: 0;
  margin: 0; }
  .social-links li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    font-size: 1.25em; }
    @media (min-width: 1308px) {
      .social-links li:last-child {
        margin: 0 0 0 5px; } }

.modal-dialog {
  max-width: 700px; }

.modal-backdrop {
  z-index: 20000; }

.modal {
  z-index: 30000; }

.pagination {
  text-align: right;
  margin: 2em 0; }
  .pagination .pages, .pagination .next, .pagination .prev {
    display: inline-block; }
  .pagination .pages {
    padding: 0; }
    .pagination .pages li {
      list-style: none;
      display: inline-block;
      margin: 0 1em; }
  .pagination .prev, .pagination .next {
    margin: 0 1em; }

.wpml-ls .wpml-ls-display {
  display: none; }

.wpml-ls-statics-shortcode_actions {
  border: none; }
  .wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions:hover, .wpml-ls-statics-shortcode_actions:active, .wpml-ls-statics-shortcode_actions:focus, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:active, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:focus, .wpml-ls-statics-shortcode_actions a, .wpml-ls-statics-shortcode_actions a:hover, .wpml-ls-statics-shortcode_actions a:active, .wpml-ls-statics-shortcode_actions a:focus {
    background: none !important; }

.go-to-main-content {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .go-to-main-content:focus {
    position: static;
    text-decoration: underline;
    color: #000000; }

#main-content {
  position: relative; }
  @media (min-width: 1200px) {
    #main-content {
      margin-top: 0; } }

.title-h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  margin: 0; }
  @media (min-width: 768px) {
    .title-h2 {
      font-size: 36px;
      font-size: 2.25rem; } }

.title-h3 {
  line-height: 1.2; }

#ot-pc-title {
  font-size: initial; }
  #ot-pc-title:before {
    display: none; }

@media (min-width: 1200px) {
  body:not(.single-inspiration) #main-content .extra-padding {
    padding: 0 22px; } }

blockquote {
  padding-left: 50px !important;
  position: relative;
  margin: 32px 0;
  margin: 60px 0; }
  @media (min-width: 1200px) {
    blockquote {
      padding: 0 22px; } }
  @media (min-width: 1200px) {
    blockquote {
      padding-left: 100px !important; } }
  blockquote:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: url(images/quotes-2ec7eccd8af3da704a4f.png) top left no-repeat;
    background-size: cover;
    width: 30px;
    height: 24px; }
    @media (min-width: 1200px) {
      blockquote:before {
        left: 18px;
        width: 55px;
        height: 43px; } }
  blockquote p {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "BNPP Sans", sans-serif;
    font-weight: bold; }
    @media (min-width: 768px) {
      blockquote p {
        font-size: 24px;
        font-size: 1.5rem; } }
  blockquote cite {
    text-align: right;
    color: #6B6E71;
    display: block;
    position: relative;
    padding-top: 25px;
    line-height: 1.15em;
    font-style: normal;
    font-family: "BNPP Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem; }
    blockquote cite:before {
      content: '';
      background: var(--brand-primary);
      width: 90px;
      height: 8px;
      position: absolute;
      top: 0;
      right: 0; }
    blockquote cite strong {
      font-size: 20px;
      font-size: 1.25rem; }
    @media (min-width: 768px) {
      blockquote cite {
        font-size: 20px;
        font-size: 1.25rem; }
        blockquote cite strong {
          font-size: 25px;
          font-size: 1.5625rem; } }

.card {
  padding: 36px 18px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.13); }

.card.card-primary {
  box-shadow: none;
  color: #000000;
  background: var(--brand-primary);
  padding: 20px; }
  @media (min-width: 1200px) {
    .card.card-primary {
      padding: 44px 44px 60px; } }
  .card.card-primary .title-h3 {
    text-transform: none;
    font-family: "BNPP Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px; }

#filters .filter-validate {
  display: none; }

.transcription-link {
  display: block;
  margin-top: 5px;
  color: var(--brand-primary) !important;
  font-size: 14px;
  font-size: 0.875rem; }
  .transcription-link i {
    font-size: .75em; }
  .transcription-link:hover {
    text-decoration: underline;
    color: #EF71AC !important; }

.disclaimer-rgpd,
.disclaimer-youtube {
  padding: 15px;
  margin: 15px 0;
  background: #6B6E71; }
  .disclaimer-rgpd button:focus,
  .disclaimer-youtube button:focus {
    outline: 2px solid black; }

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #6B6E71 #6B6E71; }

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px; }

*::-webkit-scrollbar-track {
  background: #6B6E71; }

*::-webkit-scrollbar-thumb {
  background-color: #6B6E71; }

.wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none; }

@media (max-width: 1199.98px) {
  body.mobile-menu-open {
    overflow: hidden; }
    body.mobile-menu-open .mobile-icons {
      height: auto; } }

#top-bar {
  display: block;
  background: #000000;
  color: #ffffff;
  text-align: right;
  font-family: "BNPP Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem; }
  @media (max-width: 1307.98px) {
    #top-bar {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (max-width: 1199.98px) {
    #top-bar {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: normal; } }
  #top-bar a {
    color: #ffffff; }
    #top-bar a:hover {
      text-decoration: underline;
      color: var(--brand-primary); }
  #top-bar > .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #top-bar > .container > .fa-times {
      display: none; }
  #top-bar a,
  #top-bar .menu-top,
  #top-bar .wpml-ls {
    display: inline-block; }
  #top-bar .menu-top {
    margin: 0 60px 0 30px;
    padding: 0; }
    #top-bar .menu-top li {
      list-style: none;
      padding: 0 5px;
      display: inline-block;
      position: relative; }
      #top-bar .menu-top li:after {
        content: '|';
        margin-left: 15px; }
      #top-bar .menu-top li:last-child:after {
        display: none; }
      #top-bar .menu-top li.active a {
        color: var(--brand-primary); }
  #top-bar.opened > .container {
    flex-direction: column;
    padding: 0;
    max-width: 100%; }
    #top-bar.opened > .container > .fa-times {
      display: block;
      position: absolute;
      color: #6B6E71;
      top: 20px;
      right: 20px;
      cursor: pointer;
      z-index: 3; }

#main-header {
  margin: 0 0 1.5em;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
  background: #ffffff; }
  @media (min-width: 1200px) {
    #main-header {
      box-shadow: none;
      position: relative; } }
  @media (max-width: 1307.98px) {
    #main-header.sticky #top-bar {
      display: none; } }
  @media (min-width: 1200px) {
    #main-header .main-header-wrapper {
      padding: 32px 0;
      display: flex;
      height: auto; } }
  @media (max-width: 1199.98px) {
    #main-header .main-header-wrapper {
      padding: 7px 0; } }
  #main-header .main-header-wrapper.main-header-baseline {
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1199.98px) {
      #main-header .main-header-wrapper.main-header-baseline {
        padding: 0; } }
    #main-header .main-header-wrapper.main-header-baseline .baseline {
      text-align: right;
      font-size: 25px;
      font-size: 1.5625rem;
      font-weight: bold;
      position: relative;
      color: #000000; }
      #main-header .main-header-wrapper.main-header-baseline .baseline:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -30px;
        right: 0px;
        width: 180px;
        border-bottom: #007A4D 3px solid; }
      #main-header .main-header-wrapper.main-header-baseline .baseline p {
        margin: 0; }
  #main-header .wpml-ls-legacy-list-horizontal {
    padding-left: 0;
    padding-right: 0; }
    #main-header .wpml-ls-legacy-list-horizontal ul {
      display: inline-block;
      position: relative; }
      #main-header .wpml-ls-legacy-list-horizontal ul li {
        display: inline-block; }
        #main-header .wpml-ls-legacy-list-horizontal ul li:after {
          content: '/';
          margin-right: 5px;
          display: inline-block;
          position: relative; }
        #main-header .wpml-ls-legacy-list-horizontal ul li:last-child:after {
          display: none; }
    #main-header .wpml-ls-legacy-list-horizontal a {
      padding: 0; }
  #main-header #main-nav {
    position: relative;
    background: #ffffff;
    width: 100%;
    height: auto;
    display: none; }
    #main-header #main-nav .baseline {
      color: #000000;
      position: relative;
      font-weight: bold; }
      @media (max-width: 1199.98px) {
        #main-header #main-nav .baseline {
          margin-top: 20px;
          margin-bottom: 30px; } }
      #main-header #main-nav .baseline:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -15px;
        left: 0px;
        width: 180px;
        border-bottom: var(--brand-primary) 3px solid; }
    #main-header #main-nav.sticky:before {
      content: "";
      display: block;
      background-color: #ffffff;
      width: 100%;
      height: 106px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1; }
    @media (max-width: 1199.98px) {
      #main-header #main-nav.mobile {
        overflow: auto;
        z-index: 2;
        max-height: 90vh; }
        #main-header #main-nav.mobile ul.menu-main {
          font-size: 16px;
          font-size: 1rem;
          text-align: center;
          margin: 10px 0 10px; }
          #main-header #main-nav.mobile ul.menu-main li {
            display: block;
            text-align: left;
            margin: 12px 0;
            font-size: 12px;
            font-size: 0.75rem; }
            #main-header #main-nav.mobile ul.menu-main li a {
              margin: 0;
              padding: 0; }
            #main-header #main-nav.mobile ul.menu-main li.gray-link a {
              color: #666666;
              text-transform: none; }
        #main-header #main-nav.mobile .sub-menu {
          text-transform: none;
          font-weight: normal;
          padding-left: 15px;
          padding-bottom: 15px; }
        #main-header #main-nav.mobile li.active > a {
          color: var(--brand-primary); }
        #main-header #main-nav.mobile li.open .sub-menu {
          display: block; } }
    @media (min-width: 1200px) {
      #main-header #main-nav {
        position: relative;
        display: block;
        top: inherit;
        left: inherit;
        width: auto;
        height: auto;
        flex: 1;
        position: relative; } }
    #main-header #main-nav ul.menu-main {
      display: inline-block;
      padding: 0;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 25px;
      font-size: 1.5625rem; }
      #main-header #main-nav ul.menu-main > li {
        display: inline-block;
        padding: 0;
        position: relative;
        margin: 0 12px; }
        #main-header #main-nav ul.menu-main > li:first-child {
          margin: 0 12px 0 0; }
        @media (min-width: 1308px) {
          #main-header #main-nav ul.menu-main > li {
            margin: 0 18px; }
            #main-header #main-nav ul.menu-main > li:first-child {
              margin: 0 18px 0 0; } }
        #main-header #main-nav ul.menu-main > li.active, #main-header #main-nav ul.menu-main > li.current-menu-item, #main-header #main-nav ul.menu-main > li.current_page_parent {
          font-weight: bold; }
        #main-header #main-nav ul.menu-main > li > a {
          padding: 25px 0 10px;
          display: block;
          border-bottom: 5px solid transparent; }
          #main-header #main-nav ul.menu-main > li > a:hover {
            text-decoration: none; }
          @media (min-width: 1200px) {
            #main-header #main-nav ul.menu-main > li > a > i {
              display: none; } }
        #main-header #main-nav ul.menu-main > li .sub-menu {
          display: none; }
          #main-header #main-nav ul.menu-main > li .sub-menu:focus-within .sub-menu {
            display: block; }
          #main-header #main-nav ul.menu-main > li .sub-menu li.active a {
            color: var(--brand-primary); }
        @media (min-width: 1200px) {
          #main-header #main-nav ul.menu-main > li .sub-menu {
            position: absolute;
            width: auto;
            min-width: 250px;
            height: auto;
            background: #ffffff;
            font-family: "BNPP Sans", sans-serif;
            font-weight: normal;
            text-transform: none;
            margin: 0;
            padding: 10px 0;
            font-size: 18px;
            font-size: 1.125rem;
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
            z-index: 2; }
            #main-header #main-nav ul.menu-main > li .sub-menu li {
              display: block;
              padding: 5px 10px;
              line-height: 1.15em; }
          #main-header #main-nav ul.menu-main > li:hover .sub-menu {
            display: block; }
          #main-header #main-nav ul.menu-main > li:focus-within .sub-menu {
            display: block; }
          #main-header #main-nav ul.menu-main > li:hover > a, #main-header #main-nav ul.menu-main > li.active > a {
            color: var(--brand-primary);
            border-bottom: 5px solid var(--brand-primary); } }
    #main-header #main-nav .social-links {
      margin-top: 20px;
      text-align: center; }
      #main-header #main-nav .social-links span {
        display: none; }
      @media (min-width: 1200px) {
        #main-header #main-nav .social-links {
          float: right;
          display: block;
          margin-top: 28px; } }
      #main-header #main-nav .social-links a:hover {
        color: #154734 !important; }
    #main-header #main-nav a {
      color: #000000; }
      #main-header #main-nav a:hover {
        color: var(--brand-primary);
        text-decoration: underline; }
  #main-header .main-logo {
    text-align: left;
    position: relative;
    z-index: 3;
    margin-right: 15px;
    height: 40px;
    width: auto;
    float: left; }
    @media (max-width: 1199.98px) {
      #main-header .main-logo {
        position: absolute;
        margin: 7px 0; } }
    @media (min-width: 1200px) {
      #main-header .main-logo {
        box-shadow: none;
        width: 250px;
        height: auto;
        float: none; } }
    #main-header .main-logo img {
      max-width: 100%;
      max-height: 100%; }

#main-nav,
#search-link,
.nav-trigger-container {
  display: inline-block; }

#search-link {
  margin-left: 1.5em;
  z-index: 3;
  position: relative; }

#nav-trigger {
  padding: 0;
  vertical-align: top;
  margin-left: 15px;
  z-index: 3;
  position: relative;
  padding-top: 7px; }

.nav-trigger-container,
.nav-language-container {
  float: right; }

.nav-language-container {
  width: auto;
  padding-top: 8px;
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
  font-family: "BNPP Sans", sans-serif;
  font-weight: bold; }
  @media (min-width: 768px) {
    .nav-language-container {
      width: 200px; } }
  .nav-language-container li, .nav-language-container a {
    display: inline-block !important;
    vertical-align: top;
    color: #c5c5c5; }
  .nav-language-container li:after {
    padding: 0;
    margin-top: -4px;
    margin-left: -3px !important;
    margin-right: 0 !important;
    vertical-align: top; }
  .nav-language-container .wpml-ls-legacy-list-horizontal {
    padding: 0; }

#breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 32px; }
  #breadcrumb, #breadcrumb a {
    color: #6b6e71; }
  #breadcrumb .breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0; }

#main-footer {
  margin: 2em 0 0;
  padding: 10px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    #main-footer {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    #main-footer {
      box-shadow: none; } }
  #main-footer .footer-wrapper {
    border-top: 1px solid #6B6E71;
    margin-top: 20px;
    padding-top: 20px; }
    @media (min-width: 1200px) {
      #main-footer .footer-wrapper {
        margin-top: 50px;
        padding-top: 50px; } }
  #main-footer a {
    color: #000000; }
    #main-footer a:hover {
      color: var(--brand-primary); }
  #main-footer hr {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 1px solid #6B6E71; }
    @media (min-width: 768px) {
      #main-footer hr {
        padding: 50px 0; } }
  #main-footer h3, #main-footer .title-h3 {
    font-family: "BNPP Type", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 0.05em; }
  #main-footer .footer-logo {
    display: inline-block; }
    @media (max-width: 1199.98px) {
      #main-footer .footer-logo {
        display: none; } }
  @media (min-width: 1200px) {
    #main-footer #footer-social ul li:last-child {
      margin-right: 0; } }
  #main-footer .menu-register {
    margin: 0;
    padding: 0; }
    #main-footer .menu-register li {
      list-style: none;
      margin: 0;
      padding: 0; }
  #main-footer .menu-contact {
    padding: 0; }
    #main-footer .menu-contact li {
      list-style: none;
      margin: 0;
      padding: 10px 0 0 0; }
  #main-footer .block-prospective img {
    height: 14px;
    margin-bottom: 5px; }
  #main-footer #bottom-bar {
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-family: "BNPP Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 0 5px;
    margin-top: 20px; }
    #main-footer #bottom-bar a {
      color: #ffffff; }
      #main-footer #bottom-bar a:hover {
        color: var(--brand-primary); }
    #main-footer #bottom-bar .menu-bottom {
      padding: 0 10px; }
      #main-footer #bottom-bar .menu-bottom li.active a {
        color: var(--brand-primary); }
  #main-footer .footer-wrapper .col-logo {
    order: 1; }
    @media (max-width: 1199.98px) {
      #main-footer .footer-wrapper .col-logo {
        order: 1; } }
  #main-footer .footer-wrapper .col-contact {
    order: 2; }
    @media (max-width: 1199.98px) {
      #main-footer .footer-wrapper .col-contact {
        order: 2; } }
    #main-footer .footer-wrapper .col-contact .footer-contact p:last-child {
      margin-bottom: 0; }
  #main-footer .footer-wrapper .col-inscription {
    order: 3; }
    @media (max-width: 1199.98px) {
      #main-footer .footer-wrapper .col-inscription {
        order: 3; } }
  #main-footer .footer-wrapper .col-social {
    order: 4; }
    @media (max-width: 1199.98px) {
      #main-footer .footer-wrapper .col-social {
        order: 5; } }
    #main-footer .footer-wrapper .col-social .social-links {
      font-size: 21px;
      font-size: 1.3125rem; }
      #main-footer .footer-wrapper .col-social .social-links span {
        display: none; }
  #main-footer .footer-wrapper .col-prospective {
    order: 5; }
    @media (max-width: 1199.98px) {
      #main-footer .footer-wrapper .col-prospective {
        order: 4; } }
  #main-footer .footer-lanceurs h2, #main-footer .footer-lanceurs .title-h2 {
    font-family: "BNPP Type", sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem; }
    #main-footer .footer-lanceurs h2:before, #main-footer .footer-lanceurs .title-h2:before {
      display: none; }
  #main-footer .footer-lanceurs .lanceur {
    font-weight: bold;
    margin-bottom: 32px;
    padding: 22px; }
    @media (min-width: 1200px) {
      #main-footer .footer-lanceurs .lanceur {
        margin-bottom: 0; } }
    #main-footer .footer-lanceurs .lanceur .row > div {
      padding-left: 8px;
      padding-right: 8px; }
    #main-footer .footer-lanceurs .lanceur .img {
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        #main-footer .footer-lanceurs .lanceur .img {
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        #main-footer .footer-lanceurs .lanceur .img {
          margin-bottom: 32px; } }
      @media (min-width: 1308px) {
        #main-footer .footer-lanceurs .lanceur .img {
          margin-bottom: 0; } }
      #main-footer .footer-lanceurs .lanceur .img img {
        width: 100%;
        height: auto; }
    #main-footer .footer-lanceurs .lanceur .content {
      font-size: 16px;
      font-size: 1rem; }
    #main-footer .footer-lanceurs .lanceur .lanceur-link {
      display: block;
      margin-top: 5px;
      color: var(--brand-primary);
      font-size: 14px;
      font-size: 0.875rem; }
      #main-footer .footer-lanceurs .lanceur .lanceur-link i {
        font-size: .75em; }
      #main-footer .footer-lanceurs .lanceur .lanceur-link:hover {
        color: #EF71AC; }

.categories {
  margin-bottom: 14px; }
  .categories .btn {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    border-radius: 10px;
    transition: all .25s ease; }
    .categories .btn:hover {
      opacity: .8;
      text-decoration: underline; }
  .categories .btn-secondary {
    background-color: transparent !important;
    border: 1px solid; }

.article-details {
  margin-bottom: 64px; }

.article-details.bottom-details {
  margin-top: 100px; }

@media (max-width: 575.98px) {
  .content-post-wrapper img {
    max-width: 100%;
    height: auto; } }

.author .avatar,
.author .name {
  vertical-align: top; }

.author .avatar {
  margin-right: 15px;
  float: left; }
  .author .avatar img {
    max-width: 55px;
    height: auto;
    border-radius: 100%; }

.author .name {
  font-family: "BNPP Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  color: #B1B1B1;
  margin-top: 5px; }
  .author .name strong {
    font-weight: bold;
    font-size: 21px;
    font-size: 1.3125rem; }

.author .bio {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #B1B1B1;
  font-style: italic; }

.author .social-links {
  height: 30px;
  margin-top: 0; }
  .author .social-links li {
    margin: 0 5px; }
  .author .social-links a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #B1B1B1; }
    .author .social-links a:hover {
      color: var(--brand-primary); }

.reading-time,
.social-share,
.post-date {
  display: inline-block;
  margin-top: 16px; }
  @media (min-width: 1200px) {
    .reading-time,
    .social-share,
    .post-date {
      margin-top: 0; } }

.post-date {
  font-family: "BNPP Sans", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #B1B1B1; }
  .post-date i {
    margin-right: 16px; }

@media (max-width: 575.98px) {
  .article-details:not(.bottom-details) .post-date {
    margin-left: Calc(75px);
    font-size: 13px;
    font-size: 0.8125rem; }
    .article-details:not(.bottom-details) .post-date i {
      margin-right: 5px; } }

@media (max-width: 575.98px) {
  .article-details:not(.bottom-details) .reading-time {
    font-size: 13px;
    font-size: 0.8125rem; }
    .article-details:not(.bottom-details) .reading-time i {
      margin-right: 0px; } }

@media (max-width: 575.98px) {
  .article-details:not(.bottom-details) .social-share {
    margin-left: Calc(63px); }
    .article-details:not(.bottom-details) .social-share a {
      font-size: 18px;
      font-size: 1.125rem; } }

.reading-time {
  font-family: "BNPP Sans", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #B1B1B1; }
  @media (min-width: 576px) {
    .reading-time {
      margin-left: 55px; } }
  .reading-time i {
    margin-right: 16px; }

.social-share {
  margin-left: 30px; }
  @media (min-width: 1200px) {
    .social-share {
      margin-left: 55px; } }
  .social-share a {
    font-size: 23px;
    font-size: 1.4375rem;
    display: inline-block;
    color: #B1B1B1;
    margin-left: 12px; }
    .social-share a:hover {
      color: var(--brand-primary); }

.date-container {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 2;
  color: #000000;
  vertical-align: middle;
  text-align: center;
  width: 165px;
  font-weight: bold; }
  .date-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .date-container .col {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .date-container .col-month-year {
    padding-right: 5px !important; }
  .date-container .day {
    font-size: 48px;
    font-size: 3rem; }
  .date-container .month {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: .65em;
    margin-top: 13px; }
  .date-container .year {
    font-size: 16px;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.65); }

@media (max-width: 575.98px) {
  .single .hero .date-container {
    width: 75px;
    min-height: 32px;
    padding: 0 8px;
    margin-left: 0px; } }

@media (max-width: 575.98px) {
  .single .hero .day {
    font-size: 19px;
    font-size: 1.1875rem;
    color: #6B6E71; } }

@media (max-width: 575.98px) {
  .single .hero .month {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 7px;
    color: #6B6E71; } }

@media (max-width: 575.98px) {
  .single .hero .year {
    font-size: 10px;
    font-size: 0.625rem;
    color: #6B6E71; } }

.liste-decryptage > .row {
  margin-bottom: 32px; }

.startup-name {
  font-size: 2.25rem;
  font-family: "BNPP Type", sans-serif;
  padding: 5px 20px;
  width: auto;
  display: inline-block;
  color: #ffffff;
  background: var(--brand-primary);
  margin: 0 0 32px; }

.image-gallery img {
  margin-bottom: 32px;
  cursor: pointer; }

#bp_caption {
  background: rgba(0, 0, 0, 0.5) !important;
  font-size: .75em !important;
  padding: 10px !important; }
  #bp_caption .bp-xc {
    display: none; }

.single-inspiration .prev-next-row {
  padding-top: 90px;
  margin-bottom: 100px; }
  @media (max-width: 575.98px) {
    .single-inspiration .prev-next-row {
      margin-bottom: 50px; } }
  .single-inspiration .prev-next-row .previous-podcast, .single-inspiration .prev-next-row .next-podcast {
    display: flex;
    flex-direction: row; }
    @media (max-width: 575.98px) {
      .single-inspiration .prev-next-row .previous-podcast, .single-inspiration .prev-next-row .next-podcast {
        flex-direction: column; } }
    .single-inspiration .prev-next-row .previous-podcast .date-container, .single-inspiration .prev-next-row .next-podcast .date-container {
      width: 75px;
      height: 32px;
      min-height: 0;
      top: auto;
      left: auto;
      padding: 0 8px; }
      @media (max-width: 575.98px) {
        .single-inspiration .prev-next-row .previous-podcast .date-container, .single-inspiration .prev-next-row .next-podcast .date-container {
          position: relative; } }
      .single-inspiration .prev-next-row .previous-podcast .date-container .col-month-year, .single-inspiration .prev-next-row .next-podcast .date-container .col-month-year {
        padding-right: 0px !important; }
      .single-inspiration .prev-next-row .previous-podcast .date-container .day, .single-inspiration .prev-next-row .next-podcast .date-container .day {
        font-size: 19px;
        font-size: 1.1875rem;
        color: #6B6E71; }
      .single-inspiration .prev-next-row .previous-podcast .date-container .month, .single-inspiration .prev-next-row .next-podcast .date-container .month {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-top: 7px;
        color: #6B6E71; }
      .single-inspiration .prev-next-row .previous-podcast .date-container .year, .single-inspiration .prev-next-row .next-podcast .date-container .year {
        font-size: 10px;
        font-size: 0.625rem;
        color: #6B6E71; }
    .single-inspiration .prev-next-row .previous-podcast img, .single-inspiration .prev-next-row .next-podcast img {
      width: 235px !important;
      max-width: 235px;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: none; }
      @media (min-width: 768px) {
        .single-inspiration .prev-next-row .previous-podcast img, .single-inspiration .prev-next-row .next-podcast img {
          width: 235px !important;
          max-width: 235px;
          height: 100%;
          display: inline; } }
    .single-inspiration .prev-next-row .previous-podcast .podcast-text, .single-inspiration .prev-next-row .next-podcast .podcast-text {
      display: flex;
      flex-direction: column; }
      @media (max-width: 575.98px) {
        .single-inspiration .prev-next-row .previous-podcast .podcast-text, .single-inspiration .prev-next-row .next-podcast .podcast-text {
          flex-direction: column;
          padding-left: 0px; } }
      .single-inspiration .prev-next-row .previous-podcast .podcast-text a, .single-inspiration .prev-next-row .next-podcast .podcast-text a {
        display: flex;
        flex-direction: column; }
      .single-inspiration .prev-next-row .previous-podcast .podcast-text .podcast-link, .single-inspiration .prev-next-row .next-podcast .podcast-text .podcast-link {
        margin-bottom: 10px;
        font-weight: bold; }
        @media (min-width: 768px) {
          .single-inspiration .prev-next-row .previous-podcast .podcast-text .podcast-link, .single-inspiration .prev-next-row .next-podcast .podcast-text .podcast-link {
            margin-bottom: 15px; } }
      .single-inspiration .prev-next-row .previous-podcast .podcast-text .podcast-title, .single-inspiration .prev-next-row .next-podcast .podcast-text .podcast-title {
        line-height: 1.2;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .single-inspiration .prev-next-row .previous-podcast .podcast-text .podcast-title, .single-inspiration .prev-next-row .next-podcast .podcast-text .podcast-title {
            margin-bottom: 15px; } }
      .single-inspiration .prev-next-row .previous-podcast .podcast-text .categories, .single-inspiration .prev-next-row .next-podcast .podcast-text .categories {
        display: flex;
        flex: 1;
        flex-direction: row;
        align-items: flex-end; }
        .single-inspiration .prev-next-row .previous-podcast .podcast-text .categories .categories-inner, .single-inspiration .prev-next-row .next-podcast .podcast-text .categories .categories-inner {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          .single-inspiration .prev-next-row .previous-podcast .podcast-text .categories .categories-inner a, .single-inspiration .prev-next-row .next-podcast .podcast-text .categories .categories-inner a {
            height: auto; }
          .single-inspiration .prev-next-row .previous-podcast .podcast-text .categories .categories-inner .btn, .single-inspiration .prev-next-row .next-podcast .podcast-text .categories .categories-inner .btn {
            color: #ffffff;
            margin-bottom: 0px;
            margin-top: 10px; }

h3.inspiration-slider-title {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    h3.inspiration-slider-title {
      font-size: 40px;
      font-size: 2.5rem;
      margin-bottom: 40px; } }

.slick-prev, .slick-next {
  top: 50%;
  transform: translateY(-80%);
  width: 30px;
  height: 50px; }

.slick-prev {
  right: unset !important; }
  @media (min-width: 1308px) {
    .slick-prev {
      left: -35px; } }
  @media (min-width: 1600px) {
    .slick-prev {
      left: -60px; } }
  .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #6B6E71;
    opacity: 1;
    position: relative;
    font-size: 25px;
    top: unset !important;
    left: unset !important;
    right: unset !important; }
    @media (min-width: 1308px) {
      .slick-prev:before {
        font-size: 48px; } }

.slick-next {
  left: unset !important; }
  @media (min-width: 1308px) {
    .slick-next {
      right: -35px; } }
  @media (min-width: 1600px) {
    .slick-next {
      right: -60px; } }
  .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #6B6E71;
    opacity: 1;
    position: relative;
    font-size: 25px;
    top: unset !important;
    left: unset !important;
    right: unset !important; }
    @media (min-width: 1308px) {
      .slick-next:before {
        font-size: 48px; } }

.single-inspiration .slider-row.inspiration-slider > div:first-child {
  height: 100%; }

@media (min-width: 768px) {
  .single-inspiration .slider-row.inspiration-slider {
    margin-bottom: 100px; } }

.single-inspiration .slider-row.inspiration-slider::after {
  display: none; }

@media (max-width: 575.98px) {
  .single-inspiration .slider-row.inspiration-slider .slick-prev {
    left: 5px; }
  .single-inspiration .slider-row.inspiration-slider .slick-next {
    right: 5px; } }

.single-inspiration .slider-row.inspiration-slider .slick-list .slick-track {
  display: flex;
  padding: 5px 0; }
  @media (min-width: 768px) {
    .single-inspiration .slider-row.inspiration-slider .slick-list .slick-track {
      padding: 20px 0; } }

.single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide {
  height: 642px !important;
  height: auto !important; }
  .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide > div {
    height: 100% !important; }
  .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration {
    height: 100% !important; }
    @media (max-width: 575.98px) {
      .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration {
        padding-left: 0px;
        padding-right: 0px; } }
    .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser {
      height: 100% !important;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex-flow: column; }
      @media (max-width: 575.98px) {
        .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser {
          box-shadow: none; } }
      .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .image-container {
        margin-bottom: 15px; }
        .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .image-container .date-container {
          width: 75px;
          height: 32px;
          min-height: 0;
          top: auto;
          left: auto;
          padding: 0 8px; }
          .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .image-container .date-container .col-month-year {
            padding-right: 0px !important; }
          .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .image-container .date-container .day {
            font-size: 19px;
            font-size: 1.1875rem;
            color: #6B6E71; }
          .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .image-container .date-container .month {
            font-size: 15px;
            font-size: 0.9375rem;
            margin-top: 7px;
            color: #6B6E71; }
          .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .image-container .date-container .year {
            font-size: 10px;
            font-size: 0.625rem;
            color: #6B6E71; }
        .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .image-container img {
          height: 157px;
          -o-object-fit: cover;
             object-fit: cover; }
      .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .suggested-inspiration-title {
        font-family: "BNPP Sans", sans-serif;
        font-size: 28px;
        font-size: 1.75rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #6B6E71;
        line-height: 1.2; }
        @media (min-width: 768px) {
          .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .suggested-inspiration-title {
            margin-bottom: 30px; } }
      .single-inspiration .slider-row.inspiration-slider .slick-list .slick-slide .col-inspiration .inspiration-teaser .categories {
        display: flex;
        flex: 1;
        flex-direction: row;
        align-items: flex-end; }

.backtotop-container {
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out; }
  .backtotop-container.scrolling {
    opacity: 1;
    pointer-events: auto; }
  .backtotop-container .backtotop {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1000; }
    .backtotop-container .backtotop button {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #154734;
      border: none;
      transition: background-color 0.1s ease; }
      .backtotop-container .backtotop button:focus {
        outline: none;
        box-shadow: none; }
      .backtotop-container .backtotop button:focus-visible {
        outline: 3px solid #337F37 !important;
        outline-offset: 2px; }
    .backtotop-container .backtotop button:before {
      content: '';
      width: 48px;
      height: 48px;
      background-image: url(images/icon-start-white-8843bf616a1c4bbb8eeb.svg);
      background-repeat: no-repeat;
      background-position: center;
      transform: rotate(-90deg);
      transition: background-image 0.1s ease; }
    .backtotop-container .backtotop:hover button {
      background-color: #ffffff;
      border: 1.5px solid #154734;
      box-shadow: 0px 3px 8px 0px #0000004D;
      transition: background-color 0.1s ease; }
      .backtotop-container .backtotop:hover button:before {
        background-image: url(images/icon-start-green-c46fbc8dfc4a313d762f.svg); }
    @media (min-width: 768px) {
      .backtotop-container .backtotop {
        right: 100px; } }
  .backtotop-container.scrolling .backtotop {
    position: fixed;
    bottom: 50px; }

.page .backtotop-container,
.single-post .backtotop-container {
  height: 0px; }

.prev-next-row .date-container {
  display: none; }
  @media (min-width: 768px) {
    .prev-next-row .date-container {
      display: inline-block; } }

@media (max-width: 575.98px) {
  .single .prev-next-row .previous-podcast .date-container, .single .prev-next-row .next-podcast .date-container {
    top: 40px;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.13);
    margin-bottom: 10px;
    width: 100px; }
    .single .prev-next-row .previous-podcast .date-container .col-month-year, .single .prev-next-row .next-podcast .date-container .col-month-year {
      padding-right: 5px !important; }
      .single .prev-next-row .previous-podcast .date-container .col-month-year .month, .single .prev-next-row .next-podcast .date-container .col-month-year .month {
        margin-top: 5px; }
  .single .prev-next-row .previous-podcast .podcast-link, .single .prev-next-row .next-podcast .podcast-link {
    position: relative; } }

#articles {
  opacity: 1;
  transition: all 0.5s ease; }
  #articles.loading {
    opacity: 0.5; }

.articles {
  margin: 32px 0; }
  .articles > .row > div {
    margin-bottom: 32px; }

.articles-container {
  overflow: hidden; }
  .articles-container > .container {
    padding: 0; }
    @media (min-width: 768px) {
      .articles-container > .container {
        padding-left: 16px;
        padding-right: 16px;
        overflow: auto; } }

.latest-article {
  padding: 20px;
  margin-bottom: 32px; }
  @media (min-width: 1200px) {
    .latest-article {
      padding: 36px 50px 36px 36px; } }
  .latest-article a:not(.btn) {
    display: block;
    color: #000000;
    text-decoration: none;
    position: relative; }
  .latest-article h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 !important;
    padding: 0;
    line-height: 1em;
    color: #B1B1B1;
    font-family: "BNPP Type", sans-serif; }
    @media (min-width: 1200px) {
      .latest-article h2 {
        font-size: 27px;
        font-size: 1.6875rem; } }
    .latest-article h2:before, .latest-article h2:after {
      display: none !important; }
  .latest-article h3 {
    text-transform: uppercase;
    font-family: "BNPP Sans", sans-serif;
    font-weight: bold;
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 20px;
    color: #000000; }
    @media (min-width: 1200px) {
      .latest-article h3 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .latest-article img {
    position: relative;
    display: block;
    width: 100%; }
  .latest-article .image-container {
    margin-top: 30px; }

.card.article {
  height: 100%;
  padding: 20px; }
  @media (min-width: 768px) {
    .card.article {
      padding: 35px; } }
  .card.article > a {
    color: #000000; }
  .card.article .categories {
    margin-top: 32px; }
  .card.article h3:not(.title-h4), .card.article .title-h3:not(.title-h4) {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "BNPP Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0; }
    @media (min-width: 1200px) {
      .card.article h3:not(.title-h4), .card.article .title-h3:not(.title-h4) {
        font-size: 16px;
        font-size: 1rem;
        font-family: "BNPP Type", sans-serif; } }
    @media (min-width: 1308px) {
      .card.article h3:not(.title-h4), .card.article .title-h3:not(.title-h4) {
        font-size: 20px;
        font-size: 1.25rem; } }
  .card.article .preview {
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .card.article .preview {
        font-size: 18px;
        font-size: 1.125rem; } }
  .card.article .image-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 58%;
    background: var(--brand-primary); }
    .card.article .image-container > img {
      position: absolute;
      width: 100%;
      height: 100% !important;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }

.card-cover {
  background: rgba(2, 11, 46, 0.03);
  height: 100%; }
  .card-cover .image-container {
    min-height: 200px; }
    @media (min-width: 1308px) {
      .card-cover .image-container {
        height: 250px; } }
  .card-cover .preview {
    color: #000000;
    padding: 10px 25px 25px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 1308px) {
      .card-cover .preview {
        font-size: 20px;
        font-size: 1.25rem; } }
  .card-cover:hover {
    text-decoration: underline;
    color: var(--brand-primary); }
    .card-cover:hover a, .card-cover:hover h3, .card-cover:hover .preview {
      color: var(--brand-primary);
      text-decoration: underline; }
  .card-cover .article-header {
    position: relative;
    overflow: hidden; }
    .card-cover .article-header h3 {
      font-weight: bold;
      font-family: "BNPP Sans", sans-serif;
      text-transform: uppercase;
      margin: 0;
      font-size: 22px;
      font-size: 1.375rem; }
    .card-cover .article-header .article-title {
      color: #ffffff;
      background: rgba(0, 0, 0, 0.5);
      padding: 25px;
      position: absolute;
      bottom: 0;
      left: 25px;
      right: 25px; }
      .card-cover .article-header .article-title:hover {
        text-decoration: underline;
        color: var(--brand-primary); }
        .card-cover .article-header .article-title:hover a, .card-cover .article-header .article-title:hover h3 {
          color: var(--brand-primary); }
  .card-cover .date-container {
    position: absolute;
    top: 0;
    left: 0; }

.featured-posts .card-cover {
  margin-bottom: 32px;
  background: none; }
  .featured-posts .card-cover .image-container {
    height: 300px; }
    .featured-posts .card-cover .image-container img {
      height: 100%;
      width: auto; }
    @media (min-width: 1308px) {
      .featured-posts .card-cover .image-container {
        height: 350px; } }
  .featured-posts .card-cover .article-header .article-title {
    bottom: 30px; }
  @media (min-width: 1308px) {
    .featured-posts .card-cover .date-container {
      width: 160px;
      height: 65px;
      padding: 0 8px; } }
  @media (min-width: 1308px) {
    .featured-posts .card-cover .date-container .day {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 60px; } }
  @media (min-width: 1308px) {
    .featured-posts .card-cover .date-container .month {
      font-size: 39px;
      font-size: 2.4375rem;
      margin-top: 7px; } }
  .featured-posts .card-cover .date-container .year {
    color: #000000; }
    @media (min-width: 1308px) {
      .featured-posts .card-cover .date-container .year {
        font-size: 18px;
        font-size: 1.125rem; } }

.card.article, .card-cover {
  font-family: "BNPP Sans", sans-serif; }
  .card.article > a, .card-cover > a {
    text-decoration: none;
    display: block;
    position: relative; }
  .card.article .date-container, .card-cover .date-container {
    width: 75px;
    min-height: 0;
    height: 32px;
    padding: 0 8px; }
    .card.article .date-container .day, .card-cover .date-container .day {
      font-size: 19px;
      font-size: 1.1875rem;
      color: #6B6E71; }
    .card.article .date-container .month, .card-cover .date-container .month {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-top: 7px;
      color: #6B6E71; }
    .card.article .date-container .year, .card-cover .date-container .year {
      font-size: 10px;
      font-size: 0.625rem;
      color: #6B6E71; }

.image-container {
  position: relative; }
  .image-container .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-container .overlay img {
      position: relative;
      max-width: 70% !important;
      max-height: 80% !important;
      height: auto !important; }

.categories .btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase; }

.filter-group {
  margin: 30px 0;
  font-family: "BNPP Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem; }
  .filter-group legend {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    position: relative; }
    .filter-group legend a {
      color: #000000;
      display: block;
      position: relative;
      padding-left: 30px;
      padding-right: 20px;
      z-index: 2; }
      @media (min-width: 1200px) {
        .filter-group legend a {
          padding-left: 40px; } }
      .filter-group legend a:hover {
        text-decoration: underline;
        color: #EF71AC; }
    .filter-group legend:after {
      content: '\f078' !important;
      position: absolute;
      top: 0;
      right: 0;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      color: #ffffff;
      z-index: 1; }
    .filter-group legend:before {
      content: '';
      width: 15px;
      height: 15px;
      background: #ffffff;
      border-radius: 100%;
      position: absolute;
      top: 7px;
      left: 0; }
  .filter-group ul {
    display: none;
    margin: 15px 0 5px 5px;
    list-style: none;
    padding-left: 30px;
    font-size: .85em; }
    .filter-group ul li {
      margin: 0;
      position: relative; }
      .filter-group ul li label {
        position: relative;
        cursor: pointer; }
        .filter-group ul li label input {
          margin-right: 10px; }
        .filter-group ul li label input:checked {
          background-color: var(--brand-primary);
          border: 5px solid #ffffff; }
        .filter-group ul li label:hover {
          text-decoration: underline;
          color: #EF71AC; }
  .filter-group.open ul {
    display: block; }
  .filter-group.open p:before {
    background: var(--brand-primary);
    border: 5px solid #ffffff; }
  .filter-group.open p:after {
    content: '\f077' !important; }
  .filter-group.open legend:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 20px;
    transform: translateY(-50%);
    background-color: var(--brand-primary);
    border: 5px solid #ffffff; }

.card.latest-article .text-center.text-xl-right a {
  height: 100%; }
  .card.latest-article .text-center.text-xl-right a .image-container {
    height: 94%; }
    .card.latest-article .text-center.text-xl-right a .image-container img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.card.latest-article .date-container {
  width: 75px;
  height: 32px;
  padding: 0 8px; }
  .card.latest-article .date-container .col-month-year {
    padding-right: 2px !important; }
  .card.latest-article .date-container .day {
    font-size: 20px;
    font-size: 1.25rem; }
  .card.latest-article .date-container .month {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 7px; }
  .card.latest-article .date-container .year {
    font-size: 10px;
    font-size: 0.625rem;
    color: #000000; }

.carousel-container .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  bottom: inherit; }
  .carousel-container .slick-dots li {
    list-style: none;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 12px; }
  .carousel-container .slick-dots button {
    border: 1px solid #ffffff;
    background: transparent;
    color: transparent;
    font-size: 0;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    outline: none; }
    .carousel-container .slick-dots button:before {
      display: none; }
  .carousel-container .slick-dots .slick-active button {
    background: #ffffff; }

#maps-section {
  margin-top: 100px; }
  @media (min-width: 1200px) {
    #maps-section > .container {
      padding: 0 22px; } }
  #maps-section h2 {
    padding: 0; }
    @media (min-width: 1200px) {
      #maps-section h2 {
        padding: 0 0 0 32px; } }
  #maps-section .row {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 32px; }
    #maps-section .row > div {
      margin: 0 0 20px; }
      @media (min-width: 1200px) {
        #maps-section .row > div {
          margin: 0; } }

.page-template-t-contact .card {
  position: relative;
  display: block;
  padding: 20px; }
  @media (min-width: 768px) {
    .page-template-t-contact .card {
      padding: 35px 40px; } }
  @media (min-width: 1308px) {
    .page-template-t-contact .card {
      padding: 60px 70px; } }
  .page-template-t-contact .card h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    font-weight: bold;
    border-bottom: 1px solid #6B6E71; }
    @media (min-width: 1200px) {
      .page-template-t-contact .card h3 {
        font-size: 30px;
        font-size: 1.875rem;
        margin: 0 0 40px 0;
        padding: 0 0 32px 0; } }

.page-template-t-contact .contact-details-container {
  padding-top: 20px; }
  @media (min-width: 1200px) {
    .page-template-t-contact .contact-details-container {
      padding-top: 0;
      margin-top: 100px; } }
  @media (min-width: 1200px) {
    .page-template-t-contact .contact-details-container h2 {
      padding: 0 0 0 32px; } }

.page-template-t-contact .contact-details {
  padding: 0 0 0 32px;
  line-height: 1.25em;
  display: flex;
  flex-direction: column;
  background-color: var(--brand-primary); }
  @media (min-width: 1200px) {
    .page-template-t-contact .contact-details {
      margin-top: -35px;
      flex-direction: row; } }

.page-template-t-contact .icon {
  width: 12%;
  font-size: 1.3em;
  margin-top: -1px; }

.page-template-t-contact .text {
  width: 86%; }

.page-template-t-contact .icon,
.page-template-t-contact .text {
  display: inline-block;
  vertical-align: top; }
  .page-template-t-contact .icon p,
  .page-template-t-contact .text p {
    margin: 0; }

.page-template-t-contact h2 {
  font-size: 35px;
  font-size: 2.1875rem; }

.page-template-t-contact form input[type=text],
.page-template-t-contact form input[type=email] {
  border: none;
  border-bottom: 1px solid #6B6E71;
  padding: 10px 2px;
  outline: none;
  display: block;
  position: relative;
  max-width: 100%;
  font-size: 21px;
  font-size: 1.3125rem; }
  @media (min-width: 768px) {
    .page-template-t-contact form input[type=text],
    .page-template-t-contact form input[type=email] {
      font-size: 31px;
      font-size: 1.9375rem; } }

.page-template-t-contact form textarea {
  width: 100%;
  height: 120px;
  margin-top: 10px;
  border: 1px solid #6B6E71;
  outline: none;
  padding: 10px;
  font-size: 18px;
  font-size: 1.125rem; }

.page-template-t-contact form label {
  display: block;
  position: relative;
  font-size: 21px;
  font-size: 1.3125rem; }
  @media (min-width: 768px) {
    .page-template-t-contact form label {
      font-size: 31px;
      font-size: 1.9375rem; } }

.page-template-t-contact form > p {
  padding: 0 32px 0;
  display: block;
  margin: 0; }

.page-template-t-contact form small {
  font-style: italic;
  color: #B1B1B1;
  font-size: 12px;
  font-size: 0.75rem; }

.page-template-t-contact form .wpcf7-list-item {
  margin: 0;
  vertical-align: top; }

.page-template-t-contact form input[type=checkbox] {
  outline: none;
  border-radius: 0;
  border: 1px solid #B1B1B1;
  margin-right: 5px;
  margin-top: 3px; }

.page-template-t-contact form .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #B1B1B1; }

.page-template-t-contact form input[type=submit] {
  background: none;
  border: 2px solid var(--brand-primary);
  color: var(--brand-primary);
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 10px 50px 10px 30px;
  text-transform: uppercase;
  position: relative;
  margin: 10px 0 0;
  background: transparent;
  z-index: 2;
  outline: none; }

.page-template-t-contact form .submit-container {
  position: relative; }
  .page-template-t-contact form .submit-container:after {
    content: '\f054';
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    color: var(--brand-primary);
    z-index: 1;
    margin-top: 6px; }

.page-template-t-contact form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
  color: #CF013C; }

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--brand-primary); }

.wpcf7 form.invalid .wpcf7-response-output {
  color: #CF013C;
  font-size: 14px;
  font-size: 0.875rem; }

.page-template-t-plan-du-site #main-content .content {
  font-size: 20px;
  font-size: 1.25rem; }
  .page-template-t-plan-du-site #main-content .content .container {
    max-width: 1100px; }
  .page-template-t-plan-du-site #main-content .content ul > li {
    font-weight: bold; }
  .page-template-t-plan-du-site #main-content .content ul li {
    margin: 0 0 5px 0; }
  .page-template-t-plan-du-site #main-content .content ul li ul > li {
    font-weight: normal; }
  .page-template-t-plan-du-site #main-content .content a {
    font-size: 20px;
    font-size: 1.25rem; }

.single-podcast h1 {
  margin: 0 0 32px;
  line-height: 1em;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "BNPP Sans", sans-serif;
  font-weight: bold; }

.podcast-details,
.video-details {
  margin: 0 0 32px; }
  .podcast-details .date,
  .podcast-details .duration,
  .podcast-details .social-share,
  .video-details .date,
  .video-details .duration,
  .video-details .social-share {
    color: #B1B1B1;
    font-family: "BNPP Sans", sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0 20px 0 0;
    display: block; }
    @media (min-width: 1308px) {
      .podcast-details .date,
      .podcast-details .duration,
      .podcast-details .social-share,
      .video-details .date,
      .video-details .duration,
      .video-details .social-share {
        display: inline-block; } }
  .podcast-details .social-share a,
  .video-details .social-share a {
    margin-left: 5px; }
  .podcast-details i,
  .video-details i {
    margin-right: 10px; }

.latest-podcast .image-container,
.latest-video .image-container,
.podcast-teaser .image-container,
.video-teaser .image-container {
  position: relative;
  display: inline-block; }
  .latest-podcast .image-container, .latest-podcast .image-container img,
  .latest-video .image-container,
  .latest-video .image-container img,
  .podcast-teaser .image-container,
  .podcast-teaser .image-container img,
  .video-teaser .image-container,
  .video-teaser .image-container img {
    width: 100%; }

.latest-podcast .ausha-play,
.latest-podcast .youtube-play,
.latest-video .ausha-play,
.latest-video .youtube-play,
.podcast-teaser .ausha-play,
.podcast-teaser .youtube-play,
.video-teaser .ausha-play,
.video-teaser .youtube-play {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2; }

.latest-podcast .ausha-play,
.latest-video .ausha-play {
  bottom: calc( 20px + 6%); }

.latest-video .image-container {
  height: auto !important; }

.ausha-play {
  height: 50px;
  width: 50px;
  background-color: #017c50;
  border-radius: 50%;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center; }
  .ausha-play svg {
    margin-left: 16px !important;
    fill: #ffffff;
    width: 1.35rem;
    height: 1.35rem; }
  .ausha-play span {
    display: none; }

.youtube-play {
  height: auto;
  width: 70px;
  padding: 0;
  border: none;
  outline: none;
  background: none; }
  .youtube-play img {
    width: 100%;
    height: auto; }

.podcast-teasers h3,
.video-teasers h3 {
  font-family: "BNPP Sans", sans-serif;
  font-weight: bold;
  color: var(--brand-primary);
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 30px 0 15px; }

.podcast-teaser,
.video-teaser {
  position: relative; }
  .podcast-teaser a,
  .video-teaser a {
    color: #000000; }
  .podcast-teaser p,
  .video-teaser p {
    padding: 10px 16px; }
  .podcast-teaser .duration,
  .video-teaser .duration {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 11px;
    font-size: 0.6875rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    padding: 8px 13px; }
  .podcast-teaser:hover,
  .video-teaser:hover {
    text-decoration: underline;
    color: var(--brand-primary); }
    .podcast-teaser:hover a, .podcast-teaser:hover h3, .podcast-teaser:hover p,
    .video-teaser:hover a,
    .video-teaser:hover h3,
    .video-teaser:hover p {
      color: var(--brand-primary);
      text-decoration: underline; }

.prev-next-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #6B6E71;
  padding-top: 58px;
  margin-top: 85px;
  margin-bottom: 105px; }
  @media (min-width: 1200px) {
    .prev-next-row {
      flex-direction: row; } }
  .prev-next-row .previous-podcast, .prev-next-row .next-podcast {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 15px; }
    .prev-next-row .previous-podcast a, .prev-next-row .next-podcast a {
      color: #000000;
      display: flex;
      flex-direction: row; }
      .prev-next-row .previous-podcast a:hover, .prev-next-row .next-podcast a:hover {
        color: var(--brand-primary); }
    .prev-next-row .previous-podcast .link, .prev-next-row .next-podcast .link {
      color: var(--brand-primary);
      font-family: "BNPP Sans", sans-serif;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        .prev-next-row .previous-podcast .link, .prev-next-row .next-podcast .link {
          font-size: 18px;
          font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .prev-next-row .previous-podcast, .prev-next-row .next-podcast {
        padding: 30px;
        width: 49%; } }
    .prev-next-row .previous-podcast img, .prev-next-row .next-podcast img {
      width: 120px; }
      @media (min-width: 768px) {
        .prev-next-row .previous-podcast img, .prev-next-row .next-podcast img {
          width: 185px; } }
    .prev-next-row .previous-podcast .podcast-text, .prev-next-row .next-podcast .podcast-text {
      padding-left: 15px; }
      @media (min-width: 1200px) {
        .prev-next-row .previous-podcast .podcast-text, .prev-next-row .next-podcast .podcast-text {
          padding-left: 35px; } }
      .prev-next-row .previous-podcast .podcast-text .podcast-link, .prev-next-row .next-podcast .podcast-text .podcast-link {
        margin-bottom: 10px;
        font-weight: bold; }
        @media (min-width: 768px) {
          .prev-next-row .previous-podcast .podcast-text .podcast-link, .prev-next-row .next-podcast .podcast-text .podcast-link {
            margin-bottom: 40px; } }
      .prev-next-row .previous-podcast .podcast-text .fa-chevron-left, .prev-next-row .next-podcast .podcast-text .fa-chevron-left {
        padding-right: 20px;
        font-size: 12px;
        font-size: 0.75rem; }
      .prev-next-row .previous-podcast .podcast-text .fa-chevron-right, .prev-next-row .next-podcast .podcast-text .fa-chevron-right {
        padding-left: 20px;
        font-size: 12px;
        font-size: 0.75rem; }
      .prev-next-row .previous-podcast .podcast-text .podcast-title, .prev-next-row .next-podcast .podcast-text .podcast-title {
        font-size: 23px;
        font-size: 1.4375rem;
        text-transform: uppercase;
        font-weight: bold; }
  .prev-next-row .previous-podcast {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .prev-next-row .previous-podcast {
        margin-bottom: 0; } }

.first-podcast-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--brand-primary);
  padding: 0 !important;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .slider-row.emission-slider::after,
  .slider-row.playlist-slider::after,
  .slider-row.suggested-slider::after {
    content: '';
    width: 230px;
    height: 100%;
    background-color: white;
    display: block;
    position: absolute;
    top: 0px;
    opacity: 0.7;
    right: -5px;
    transition: all .25s ease;
    pointer-events: none; }
  .slider-row.emission-slider.on-last-slide:after,
  .slider-row.playlist-slider.on-last-slide:after,
  .slider-row.suggested-slider.on-last-slide:after {
    opacity: 0; } }

@media (min-width: 1200px) {
  .slider-row.emission-slider::after,
  .slider-row.playlist-slider::after,
  .slider-row.suggested-slider::after {
    width: 220px; } }

@media (min-width: 1308px) {
  .slider-row.emission-slider::after,
  .slider-row.playlist-slider::after,
  .slider-row.suggested-slider::after {
    width: 180px; } }

.slider-row.emission-slider .slick-prev, .slider-row.emission-slider .slick-next,
.slider-row.playlist-slider .slick-prev,
.slider-row.playlist-slider .slick-next,
.slider-row.suggested-slider .slick-prev,
.slider-row.suggested-slider .slick-next {
  top: 50%;
  transform: translateY(-120%);
  width: 30px;
  height: 50px; }

.slider-row.emission-slider .slick-prev,
.slider-row.playlist-slider .slick-prev,
.slider-row.suggested-slider .slick-prev {
  right: unset !important; }
  @media (min-width: 1308px) {
    .slider-row.emission-slider .slick-prev,
    .slider-row.playlist-slider .slick-prev,
    .slider-row.suggested-slider .slick-prev {
      left: -35px; } }
  @media (min-width: 1600px) {
    .slider-row.emission-slider .slick-prev,
    .slider-row.playlist-slider .slick-prev,
    .slider-row.suggested-slider .slick-prev {
      left: -60px; } }
  .slider-row.emission-slider .slick-prev:before,
  .slider-row.playlist-slider .slick-prev:before,
  .slider-row.suggested-slider .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #6B6E71;
    opacity: 1;
    position: relative;
    font-size: 25px;
    top: unset !important;
    left: unset !important;
    right: unset !important; }
    @media (min-width: 1308px) {
      .slider-row.emission-slider .slick-prev:before,
      .slider-row.playlist-slider .slick-prev:before,
      .slider-row.suggested-slider .slick-prev:before {
        font-size: 48px; } }

.slider-row.emission-slider .slick-next,
.slider-row.playlist-slider .slick-next,
.slider-row.suggested-slider .slick-next {
  left: unset !important; }
  @media (min-width: 1308px) {
    .slider-row.emission-slider .slick-next,
    .slider-row.playlist-slider .slick-next,
    .slider-row.suggested-slider .slick-next {
      right: -35px; } }
  @media (min-width: 1600px) {
    .slider-row.emission-slider .slick-next,
    .slider-row.playlist-slider .slick-next,
    .slider-row.suggested-slider .slick-next {
      right: -60px; } }
  .slider-row.emission-slider .slick-next:before,
  .slider-row.playlist-slider .slick-next:before,
  .slider-row.suggested-slider .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #6B6E71;
    opacity: 1;
    position: relative;
    font-size: 25px;
    top: unset !important;
    left: unset !important;
    right: unset !important; }
    @media (min-width: 1308px) {
      .slider-row.emission-slider .slick-next:before,
      .slider-row.playlist-slider .slick-next:before,
      .slider-row.suggested-slider .slick-next:before {
        font-size: 48px; } }

.slider-row.emission-slider .slick-arrow.slick-disabled,
.slider-row.playlist-slider .slick-arrow.slick-disabled,
.slider-row.suggested-slider .slick-arrow.slick-disabled {
  display: none !important; }

.slider-row.emission-slider .slick-list .slick-track,
.slider-row.playlist-slider .slick-list .slick-track,
.slider-row.suggested-slider .slick-list .slick-track {
  margin-left: 0; }
  .slider-row.emission-slider .slick-list .slick-track .slick-slide .suggested-podcasts-title,
  .slider-row.playlist-slider .slick-list .slick-track .slick-slide .suggested-podcasts-title,
  .slider-row.suggested-slider .slick-list .slick-track .slick-slide .suggested-podcasts-title {
    margin-top: 30px;
    padding: 0 20px; }

.slider-few .slick-track {
  margin: 0; }

.video-teaser .image-container,
.video-teaser .img-container,
.latest-video .image-container,
.latest-video .img-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.5%;
  height: 0; }
  .video-teaser .image-container img,
  .video-teaser .img-container img,
  .latest-video .image-container img,
  .latest-video .img-container img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto; }

@media (min-width: 1200px) {
  .contact-press-title {
    padding-left: 30px; } }

.contact-press-container {
  line-height: 1.25em;
  margin-bottom: 30px;
  background-color: var(--brand-primary);
  padding: 0 0;
  margin-bottom: 32px; }
  @media (min-width: 1200px) {
    .contact-press-container {
      margin-top: -35px; } }
  .contact-press-container .social-links li i {
    font-size: 1.5em; }
  .contact-press-container a {
    color: #484748; }
    .contact-press-container a:hover {
      color: #FFF; }
  .contact-press-container .img-fluid {
    margin-right: 32px; }
    @media (max-width: 575.98px) {
      .contact-press-container .img-fluid {
        margin-bottom: 10px; } }
  .contact-press-container p.name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: normal; }
  .contact-press-container .contact-press {
    display: flex;
    flex-direction: column;
    line-height: 1.25em;
    padding: 15px 0 15px 30px; }
    @media (min-width: 1200px) {
      .contact-press-container .contact-press {
        flex-direction: row;
        padding: 0 0 0 30px;
        white-space: nowrap; } }
    .contact-press-container .contact-press .contact-press-item:first-child {
      padding: 20px 0 20px 0; }
    @media (min-width: 1200px) {
      .contact-press-container .contact-press .contact-press-item {
        padding: 75px 0; }
        .contact-press-container .contact-press .contact-press-item:first-child {
          padding: 75px 0; }
        .contact-press-container .contact-press .contact-press-item:last-child {
          padding: 75px 0; } }
    .contact-press-container .contact-press .contact-press-item:not(:first-child) {
      margin-left: 0; }
      @media (min-width: 1200px) {
        .contact-press-container .contact-press .contact-press-item:not(:first-child) {
          margin-left: 70px; } }
      @media (min-width: 1308px) {
        .contact-press-container .contact-press .contact-press-item:not(:first-child) {
          margin-left: 140px; } }
    .contact-press-container .contact-press .contact-press-item .line-icon {
      display: flex;
      flex-direction: row;
      margin-bottom: 20px; }
    .contact-press-container .contact-press .contact-press-item .text {
      margin-left: 20px;
      width: 100%; }
    .contact-press-container .contact-press .contact-press-item .icon {
      width: 12%;
      font-size: 1.5em; }
    .contact-press-container .contact-press .contact-press-item .text {
      width: 86%; }
    .contact-press-container .contact-press .contact-press-item .icon,
    .contact-press-container .contact-press .contact-press-item .text {
      display: inline-block;
      vertical-align: top; }
      .contact-press-container .contact-press .contact-press-item .icon p,
      .contact-press-container .contact-press .contact-press-item .text p {
        margin: 0; }
    @media (max-width: 1199.98px) {
      .contact-press-container .contact-press .contact-press-item img {
        max-width: 150px; } }
    .contact-press-container .contact-press .contact-press-item.contact-press-item-1 {
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      .contact-press-container .contact-press .contact-press-item.contact-press-item-1 .icon,
      .contact-press-container .contact-press .contact-press-item.contact-press-item-1 .text {
        display: flex; }
        @media (max-width: 575.98px) {
          .contact-press-container .contact-press .contact-press-item.contact-press-item-1 .icon,
          .contact-press-container .contact-press .contact-press-item.contact-press-item-1 .text {
            flex-direction: column; } }
    .contact-press-container .contact-press .contact-press-item.contact-press-item-3 .text {
      width: 100%; }
      .contact-press-container .contact-press .contact-press-item.contact-press-item-3 .text p {
        margin-bottom: 20px; }

.list-press-container,
.latest-press-container {
  overflow: hidden; }
  @media (min-width: 768px) {
    .list-press-container > .container,
    .latest-press-container > .container {
      padding-left: 16px;
      padding-right: 16px;
      overflow: auto; } }
  @media (min-width: 1200px) {
    .list-press-container h2,
    .latest-press-container h2 {
      padding: 0 22px; } }
  .list-press-container h2.title-h3,
  .latest-press-container h2.title-h3 {
    padding: 0 !important; }
    .list-press-container h2.title-h3::before,
    .latest-press-container h2.title-h3::before {
      content: none; }
  .list-press-container .col-item,
  .latest-press-container .col-item {
    margin-bottom: 32px;
    overflow: hidden; }
    .list-press-container .col-item .item-header,
    .latest-press-container .col-item .item-header {
      position: relative;
      overflow: hidden;
      min-height: 40px; }
      .list-press-container .col-item .item-header h3, .list-press-container .col-item .item-header .title-h3,
      .latest-press-container .col-item .item-header h3,
      .latest-press-container .col-item .item-header .title-h3 {
        font-weight: bold;
        font-family: "BNPP Sans", sans-serif;
        text-transform: uppercase;
        margin: 0;
        font-size: 22px;
        font-size: 1.375rem; }
      .list-press-container .col-item .item-header .item-title,
      .latest-press-container .col-item .item-header .item-title {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.5);
        padding: 30px;
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        height: 70%; }
    .list-press-container .col-item .media,
    .latest-press-container .col-item .media {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .list-press-container .col-item .media.card-cover .image-container,
      .latest-press-container .col-item .media.card-cover .image-container {
        background: white; }
      .list-press-container .col-item .media .item-header h3, .list-press-container .col-item .media .item-header .title-h3,
      .latest-press-container .col-item .media .item-header h3,
      .latest-press-container .col-item .media .item-header .title-h3 {
        font-size: 20px;
        font-size: 1.25rem; }
        @media (min-width: 1308px) {
          .list-press-container .col-item .media .item-header h3, .list-press-container .col-item .media .item-header .title-h3,
          .latest-press-container .col-item .media .item-header h3,
          .latest-press-container .col-item .media .item-header .title-h3 {
            font-size: 22px;
            font-size: 1.375rem; } }
      .list-press-container .col-item .media .logo-container img,
      .latest-press-container .col-item .media .logo-container img {
        width: auto;
        height: 100%; }
        @media (min-width: 1308px) {
          .list-press-container .col-item .media .logo-container img,
          .latest-press-container .col-item .media .logo-container img {
            max-width: 100%;
            width: 100%;
            height: auto; } }
    .list-press-container .col-item .preview,
    .latest-press-container .col-item .preview {
      padding: 10px 26px 26px 26px; }
      .list-press-container .col-item .preview .item-title,
      .latest-press-container .col-item .preview .item-title {
        padding: 0px 0px;
        bottom: 0; }
        .list-press-container .col-item .preview .item-title h3, .list-press-container .col-item .preview .item-title .title-h3,
        .latest-press-container .col-item .preview .item-title h3,
        .latest-press-container .col-item .preview .item-title .title-h3 {
          font-weight: bold;
          font-family: "BNPP Sans", sans-serif;
          text-transform: uppercase;
          margin: 0;
          font-size: 18px;
          font-size: 1.125rem; }
    .list-press-container .col-item p.link-label,
    .latest-press-container .col-item p.link-label {
      padding: 10px 30px 30px 0px;
      margin: 0px;
      margin-top: auto; }
  .list-press-container .cta-press,
  .latest-press-container .cta-press {
    text-align: right;
    margin: 2em 0; }
    .list-press-container .cta-press a:focus,
    .latest-press-container .cta-press a:focus {
      outline: 3px solid black; }

.hero .image:not(.no-animation) {
  animation-name: zoom-in;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes zoom-in {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@media (max-width: 575.98px) {
  .event-title {
    font-size: 32px;
    font-size: 2rem; } }

.page-template-t-conferences #main-content h2, .page-template-t-conferences #main-content .title-h2 {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .page-template-t-conferences #main-content h2, .page-template-t-conferences #main-content .title-h2 {
      margin: 80px 0 60px; } }

@media (max-width: 767.98px) {
  .one .event-bloc {
    flex-direction: column-reverse; } }

.one .event-bloc a:focus {
  outline: 3px solid black; }

.one .event-bloc .event-bloc-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.one .event-desc {
  font-size: 18px;
  font-size: 1.125rem; }

.two h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal; }

.two .card {
  padding: 35px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start; }
  .two .card .event-wrapper a {
    display: inline-block; }
  .two .card a:focus {
    outline: 3px solid black; }
  .two .card .event-desc {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px; }
    .two .card .event-desc a {
      margin-top: 35px; }

.one .event-infos, .two .event-infos {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 150px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 11px 18px; }
  .one .event-infos .date, .two .event-infos .date {
    display: flex;
    color: #000000;
    align-items: center; }
    .one .event-infos .date .day, .two .event-infos .date .day {
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 900; }
    .one .event-infos .date .time, .two .event-infos .date .time {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .one .event-infos .date .time .month, .two .event-infos .date .time .month {
        text-transform: lowercase;
        font-weight: 900;
        font-size: 31px;
        font-size: 1.9375rem;
        line-height: 1em; }
      .one .event-infos .date .time .year, .two .event-infos .date .time .year {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1em; }
  .one .event-infos .lieu, .two .event-infos .lieu {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    margin-top: -10px; }

.section-events .block-date.hidden {
  display: none; }

.section-events .block-date > h3 {
  color: #B1B1B1;
  font-family: "BNPP Sans", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 25px; }
  .section-events .block-date > h3 i {
    margin-right: 20px; }

.section-events .col-event {
  padding: 13px; }
  .section-events .col-event .event-teaser {
    padding: 25px;
    height: 100%; }
    .section-events .col-event .event-teaser a {
      color: #6B6E71; }
    .section-events .col-event .event-teaser a:focus {
      outline: 3px solid black; }
    .section-events .col-event .event-teaser h3 {
      color: #6B6E71;
      text-transform: uppercase;
      min-height: 68px;
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: normal; }
    .section-events .col-event .event-teaser p {
      font-size: 20px;
      font-size: 1.25rem;
      margin-top: 13px; }
    .section-events .col-event .event-teaser .categories {
      margin-top: 13px; }
      .section-events .col-event .event-teaser .categories .btn.event-cat {
        background: #EF71AC;
        color: #ffffff; }
    .section-events .col-event .event-teaser:hover {
      text-decoration: underline;
      color: var(--brand-primary); }
      .section-events .col-event .event-teaser:hover a, .section-events .col-event .event-teaser:hover h3 {
        color: var(--brand-primary); }

.section-events .btn.btn-border {
  align-items: center;
  display: flex;
  margin-top: 10px; }
  .section-events .btn.btn-border i {
    font-size: 0.75em; }
  .section-events .btn.btn-border .fa-chevron-right {
    margin: 0 0 0 15px; }

.section-events .pagination .btn.btn-border {
  display: inline-block; }

.section-events .event-slider .slick-track {
  display: flex; }
  @media (max-width: 767.98px) {
    .section-events .event-slider .slick-track {
      margin: auto; } }
  .section-events .event-slider .slick-track .slick-slide {
    height: inherit; }
    .section-events .event-slider .slick-track .slick-slide > div {
      height: 100%; }
      .section-events .event-slider .slick-track .slick-slide > div .col-event {
        height: 100%; }
        @media (max-width: 767.98px) {
          .section-events .event-slider .slick-track .slick-slide > div .col-event .event-teaser {
            max-width: 320px;
            margin: auto; } }

@media (max-width: 767.98px) {
  .section-events .event-slider .slick-prev {
    left: calc(50% - 200px);
    z-index: 2; } }

@media (max-width: 400px) {
  .section-events .event-slider .slick-prev {
    left: 0; }
    .section-events .event-slider .slick-prev:before {
      padding: 10px 15px;
      background: #ffffff;
      border-radius: 50%;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); } }

@media (max-width: 767.98px) {
  .section-events .event-slider .slick-next {
    right: calc(50% - 200px);
    z-index: 2; } }

@media (max-width: 400px) {
  .section-events .event-slider .slick-next {
    right: 25px; }
    .section-events .event-slider .slick-next:before {
      padding: 10px 15px;
      background: #ffffff;
      border-radius: 50%;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); } }

.section-events .event-infos {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 120px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 11px 22px; }
  .section-events .event-infos .date {
    display: flex;
    color: #000000;
    align-items: center; }
    .section-events .event-infos .date .day {
      font-size: 29px;
      font-size: 1.8125rem;
      font-weight: 900; }
    .section-events .event-infos .date .time {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .section-events .event-infos .date .time .month {
        text-transform: lowercase;
        font-weight: 900;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1em; }
      .section-events .event-infos .date .time .year {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1em; }
  .section-events .event-infos .lieu {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center; }

.card.article.event-bloc .event-bloc-desc > a {
  font-weight: bold; }

@media (max-width: 767.98px) {
  .card.article.event-bloc div + div > .card {
    margin-top: 30px; } }

.card.article.event-bloc .image-container {
  position: relative;
  padding-bottom: 60%; }
  .card.article.event-bloc .image-container > img {
    width: 100%;
    height: auto; }

.card.article.event-bloc > a,
.card.article.event-bloc a.read-more {
  font-family: "BNPP Sans", sans-serif;
  display: block;
  line-height: normal;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold; }
  .card.article.event-bloc > a i,
  .card.article.event-bloc a.read-more i {
    font-size: 0.75em; }

.card.article.event-bloc a.read-more {
  margin-top: 20px; }

.event-bloc a {
  color: #6B6E71; }
  .event-bloc a a:focus {
    outline: 2px solid black; }

.card-password {
  max-width: 480px;
  text-align: center;
  margin: auto; }
  .card-password .error {
    font-weight: bold;
    color: #ff5353;
    font-size: .85em; }

.post-password-form label,
.post-password-form input[type=password] {
  display: block; }

.post-password-form p:first-child {
  font-size: .85em; }

.post-password-form label {
  font-weight: bold; }

.post-password-form input[type=password] {
  margin: 0 auto;
  text-align: center; }

.post-password-form input[type=submit] {
  color: #ffffff;
  border: none;
  outline: none;
  padding: 0.375rem 0.75rem !important;
  text-transform: uppercase;
  font-family: "BNPP Type", sans-serif;
  background: var(--brand-primary); }

.post-password-form input {
  min-width: 240px; }

.block-search {
  background: white;
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 80px 0 20px;
  display: none; }
  @media (max-width: 1199.98px) {
    .block-search {
      padding: 20px 0; } }
  .block-search.desktop .container {
    position: relative; }
  .block-search .close-search {
    background: none;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: -50px;
    right: 20px; }
    .block-search .close-search i {
      color: #8c8989; }
  .block-search.show {
    display: block; }
  .block-search .nav-search-container {
    position: relative;
    color: #c5c5c5; }
    .block-search .nav-search-container input {
      font-size: 25px;
      font-size: 1.5625rem;
      color: #c5c5c5;
      border: none;
      border-bottom: 4px solid #f4f4f4;
      padding: 7px 20px 7px 7px;
      width: 100%;
      border-radius: none;
      outline: none; }
      @media (max-width: 1199.98px) {
        .block-search .nav-search-container input {
          font-size: 16px;
          font-size: 1rem; } }
    .block-search .nav-search-container button {
      display: block;
      position: absolute;
      top: 8px;
      right: 8px;
      color: #6B6E71;
      background-color: transparent;
      border: none;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media (max-width: 1199.98px) {
        .block-search .nav-search-container button {
          font-size: 16px;
          font-size: 1rem; } }
  .block-search .block-taxo-filter {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    justify-content: center;
    margin-top: 80px; }
    @media (max-width: 1307.98px) {
      .block-search .block-taxo-filter {
        margin-top: 60px; } }
    @media (max-width: 1199.98px) {
      .block-search .block-taxo-filter {
        margin-top: 50px; } }
    .block-search .block-taxo-filter .taxo-filter {
      background-color: var(--brand-primary);
      color: #ffffff !important;
      font-size: 19px;
      font-size: 1.1875rem;
      text-transform: uppercase;
      margin: 10px;
      padding: 12px 18px; }
      @media (max-width: 1307.98px) {
        .block-search .block-taxo-filter .taxo-filter {
          font-size: 16px;
          font-size: 1rem; } }
      @media (max-width: 1199.98px) {
        .block-search .block-taxo-filter .taxo-filter {
          font-size: 12px;
          font-size: 0.75rem;
          margin: 5px;
          padding: 7px; } }

#main-header .search-button span {
  display: none; }

.mobile-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 54px; }
  .mobile-icons .search-button-mobile {
    border: none;
    background: transparent;
    color: #6B6E71; }

#search-form h3, #search-form .title-h3,
.search-form h3,
.search-form .title-h3 {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: none;
  margin-bottom: 40px; }

#search-form .form-group,
.search-form .form-group {
  display: block;
  width: 100%;
  position: relative; }
  #search-form .form-group::after,
  .search-form .form-group::after {
    display: block;
    clear: both;
    content: ""; }
  #search-form .form-group #search-field, #search-form .form-group .input-search-field,
  .search-form .form-group #search-field,
  .search-form .form-group .input-search-field {
    padding: 10px 60px 10px 0;
    font-style: italic;
    width: 100%;
    border: none;
    border-bottom: 1px solid #6B6E71;
    border-radius: 0; }
    #search-form .form-group #search-field, #search-form .form-group #search-field:hover, #search-form .form-group #search-field:focus, #search-form .form-group #search-field:active, #search-form .form-group .input-search-field, #search-form .form-group .input-search-field:hover, #search-form .form-group .input-search-field:focus, #search-form .form-group .input-search-field:active,
    .search-form .form-group #search-field,
    .search-form .form-group #search-field:hover,
    .search-form .form-group #search-field:focus,
    .search-form .form-group #search-field:active,
    .search-form .form-group .input-search-field,
    .search-form .form-group .input-search-field:hover,
    .search-form .form-group .input-search-field:focus,
    .search-form .form-group .input-search-field:active {
      outline: none;
      box-shadow: none; }
  #search-form .form-group button,
  .search-form .form-group button {
    width: 47px;
    height: 25px;
    background: url(images/search-button-140cfc1f8c6f36bcedfd.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    #search-form .form-group button, #search-form .form-group button:hover, #search-form .form-group button:focus, #search-form .form-group button:active,
    .search-form .form-group button,
    .search-form .form-group button:hover,
    .search-form .form-group button:focus,
    .search-form .form-group button:active {
      border: none;
      outline: none;
      box-shadow: none;
      color: transparent;
      text-indent: -9999px; }

.card.article .article-type {
  background: #01673f;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold; }

/* OneTrust */
#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy {
  font-size: 17px !important; }

.menu-bottom a.optanon-show-settings {
  cursor: pointer; }

.accept-cookies {
  margin: 20px 0;
  padding: 0; }

body #pojo-a11y-toolbar {
  top: unset !important;
  bottom: 30px !important; }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    border: none !important;
    transition: left 250ms cubic-bezier(0.23, 1, 0.32, 1); }
  body #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35); }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    outline: none !important;
    background-color: #007A4D !important; }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    bottom: 0; }
    @media (max-width: 1307.98px) {
      body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        padding: 5px; }
        body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a svg {
          max-width: 30px; } }

body.pojo-a11y-grayscale {
  filter: unset !important;
  -webkit-filter: unset !important;
  -moz-filter: unset !important;
  -ms-filter: unset !important;
  -o-filter: unset !important; }
  body.pojo-a11y-grayscale * {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; }
  body.pojo-a11y-grayscale .contact-press-block, body.pojo-a11y-grayscale .contact-press-block * {
    filter: unset !important;
    -webkit-filter: unset !important;
    -moz-filter: unset !important;
    -ms-filter: unset !important;
    -o-filter: unset !important; }

body[class*="pojo-a11y-resize-font-"] #main-content h1, body[class*="pojo-a11y-resize-font-"] #main-content h2, body[class*="pojo-a11y-resize-font-"] #main-content h3, body[class*="pojo-a11y-resize-font-"] #main-content h4, body[class*="pojo-a11y-resize-font-"] #main-content h5 {
  width: auto; }

body.pojo-a11y-high-contrast {
  background: #000000 !important; }

body.pojo-a11y-high-contrast #main-header .main-logo img,
body.pojo-a11y-negative-contrast #main-header .main-logo img {
  background: #8c8989 !important; }

body.pojo-a11y-high-contrast #main-nav:before,
body.pojo-a11y-negative-contrast #main-nav:before {
  background: #000000 !important; }

body.pojo-a11y-high-contrast #main-content iframe,
body.pojo-a11y-negative-contrast #main-content iframe {
  background: #ffffff !important; }

body.pojo-a11y-high-contrast #main-content div.hero,
body.pojo-a11y-high-contrast #main-content div.hero .image,
body.pojo-a11y-negative-contrast #main-content div.hero,
body.pojo-a11y-negative-contrast #main-content div.hero .image {
  background-size: cover !important; }

body.pojo-a11y-high-contrast #main-content #filters .filter-group a,
body.pojo-a11y-negative-contrast #main-content #filters .filter-group a {
  background: none !important; }

body.pojo-a11y-high-contrast #main-content #filters .filter-group ul li label input:checked ~ .checkmark,
body.pojo-a11y-negative-contrast #main-content #filters .filter-group ul li label input:checked ~ .checkmark {
  background: #ffffff !important; }

body.pojo-a11y-high-contrast #main-content .categories .btn,
body.pojo-a11y-negative-contrast #main-content .categories .btn {
  border: 1px solid #ffffff !important; }

body.pojo-a11y-high-contrast #main-content .slick-dots li button:before,
body.pojo-a11y-high-contrast #main-content .slick-dots li.slick-active button:before,
body.pojo-a11y-negative-contrast #main-content .slick-dots li button:before,
body.pojo-a11y-negative-contrast #main-content .slick-dots li.slick-active button:before {
  color: #ffffff; }

body.pojo-a11y-high-contrast .slider-row.emission-slider:after,
body.pojo-a11y-high-contrast .slider-row.playlist-slider:after,
body.pojo-a11y-high-contrast .slider-row.suggested-slider:after,
body.pojo-a11y-negative-contrast .slider-row.emission-slider:after,
body.pojo-a11y-negative-contrast .slider-row.playlist-slider:after,
body.pojo-a11y-negative-contrast .slider-row.suggested-slider:after {
  display: none; }

body.pojo-a11y-light-background #main-content div.hero,
body.pojo-a11y-light-background #main-content div.hero .image {
  background: var(--bg-img) center no-repeat !important;
  background-size: cover !important; }

body.pojo-a11y-light-background #main-content button.ausha-play {
  background: #007A4D !important; }
  body.pojo-a11y-light-background #main-content button.ausha-play svg {
    background: none !important; }

body.pojo-a11y-light-background #main-content button.play, body.pojo-a11y-light-background #main-content button.play * {
  background: none !important; }

body.pojo-a11y-light-background #main-content .podcast-teaser .play svg path {
  fill: #000000 !important; }

body.pojo-a11y-light-background #main-content #filters .filter-group legend a {
  background: none !important; }

body.pojo-a11y-light-background #main-content #filters .filter-group legend:before {
  background: #000000; }

body.pojo-a11y-light-background #main-content #filters .filter-group legend:after {
  color: #000000; }

body.pojo-a11y-light-background #main-content #filters .filter-group ul li label .checkmark {
  border: 2px solid #000000; }

body.pojo-a11y-light-background #main-content #filters .filter-group ul li label input:checked ~ .checkmark {
  background: #000000 !important; }

body.pojo-a11y-light-background #main-content .categories .btn {
  border: 1px solid #000000 !important; }

body.pojo-a11y-grayscale #main-content h2 {
  z-index: 1; }

body.pojo-a11y-grayscale #main-content .block.featured-content * {
  filter: none !important; }

body.pojo-a11y-grayscale #main-content .zoom-slider-item a {
  color: #ffffff !important; }

body.pojo-a11y-grayscale #main-header {
  filter: none !important; }
  body.pojo-a11y-grayscale #main-header .mobile-sticky,
  body.pojo-a11y-grayscale #main-header .main-header-wrapper {
    filter: none !important; }

body.pojo-a11y-grayscale #main-nav {
  filter: grayscale(100%); }
  body.pojo-a11y-grayscale #main-nav * {
    filter: none !important; }

.home .container-home-edito .column-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .home .container-home-edito .column-left .edito-container {
    margin-top: 40px; }
    .home .container-home-edito .column-left .edito-container .edito-date-container {
      position: absolute;
      top: 0px;
      font-family: "BNPP Sans", sans-serif;
      font-weight: bold; }
      .home .container-home-edito .column-left .edito-container .edito-date-container .day {
        background-color: #154734;
        padding: 0px 5px;
        color: #FFF;
        font-size: 30px;
        font-size: 1.875rem; }
        @media (min-width: 1200px) {
          .home .container-home-edito .column-left .edito-container .edito-date-container .day {
            line-height: 45px;
            font-size: 38px;
            font-size: 2.375rem; } }
    .home .container-home-edito .column-left .edito-container .edito-title {
      margin-bottom: 0px;
      padding-left: 50px;
      background: url(images/quotes-grey-e791879419f547a3006c.png) top right no-repeat;
      background-size: 40px 40px; }
  .home .container-home-edito .column-left .edito-content {
    padding: 20px; }
    @media (min-width: 1200px) {
      .home .container-home-edito .column-left .edito-content {
        padding: 0px 35px 35px 45px; } }
  .home .container-home-edito .column-left .accueil_author {
    padding: 20px;
    display: flex;
    margin-bottom: 32px; }
    @media (min-width: 1200px) {
      .home .container-home-edito .column-left .accueil_author {
        padding: 0px 40px 40px 40px; } }
    .home .container-home-edito .column-left .accueil_author .name {
      color: #6B6E71;
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    .home .container-home-edito .column-left .accueil_author .avatar {
      border-top: 5px solid #154734;
      padding-top: 20px; }

.home .column-right .une-article {
  padding: 20px;
  margin-bottom: 32px; }
  @media (min-width: 1200px) {
    .home .column-right .une-article {
      padding: 40px 60px 40px 40px; } }
  .home .column-right .une-article a:not(.btn) {
    display: block;
    color: #000000;
    text-decoration: none;
    position: relative; }
  .home .column-right .une-article .title-a-la-une {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #6B6E71;
    font-family: "BNPP Type", sans-serif;
    text-transform: uppercase;
    text-transform: none; }
    .home .column-right .une-article .title-a-la-une:before {
      display: none; }
  .home .column-right .une-article .title-h3 {
    text-transform: uppercase;
    font-family: "BNPP Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 20px;
    color: #000000; }
  .home .column-right .une-article img {
    position: relative;
    display: block;
    width: 100%; }
  .home .column-right .une-article .image-container {
    margin-top: 30px; }
  .home .column-right .une-article .text-center.text-xl-right a {
    height: 100%; }
    .home .column-right .une-article .text-center.text-xl-right a .image-container {
      height: 100%; }
      .home .column-right .une-article .text-center.text-xl-right a .image-container img {
        height: 94%;
        -o-object-fit: cover;
           object-fit: cover; }
  .home .column-right .une-article .date-container {
    width: 75px;
    height: 32px;
    padding: 0 8px; }
    .home .column-right .une-article .date-container .col-month-year {
      padding-right: 2px !important; }
    .home .column-right .une-article .date-container .day {
      font-size: 20px;
      font-size: 1.25rem; }
    .home .column-right .une-article .date-container .month {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 7px; }
    .home .column-right .une-article .date-container .year {
      font-size: 10px;
      font-size: 0.625rem;
      color: #000000; }

.home .column-right .cta-newsletter .right-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .home .column-right .cta-newsletter .right-column .newsletter-desc {
    padding-left: 20px; }
    .home .column-right .cta-newsletter .right-column .newsletter-desc p {
      margin-bottom: 0;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 1200px) {
        .home .column-right .cta-newsletter .right-column .newsletter-desc p {
          font-size: 20px;
          font-size: 1.25rem; } }
  .home .column-right .cta-newsletter .right-column .newsletter-button {
    padding-top: 10px;
    padding-left: 20px; }
    @media (min-width: 1200px) {
      .home .column-right .cta-newsletter .right-column .newsletter-button {
        width: 100%;
        margin-left: 0px; } }

.home .link-page {
  text-align: right;
  padding-top: 2em;
  margin-top: 32px;
  margin-bottom: 32px; }
  .home .link-page a:focus {
    outline: 3px solid black; }

.home .container-home-approfondir {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (max-width: 575.98px) {
    .home .container-home-approfondir {
      margin-top: 0px;
      margin-bottom: 0px; }
      .home .container-home-approfondir h2 {
        margin-top: 0px; } }
  .home .container-home-approfondir .col-item {
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .home .container-home-approfondir .col-item .date-container {
        position: relative;
        box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.13); }
      .home .container-home-approfondir .col-item .image-container {
        display: none; }
      .home .container-home-approfondir .col-item .preview {
        display: none; } }

.home .container-home-nosactus {
  overflow: hidden; }
  .home .container-home-nosactus .column-left {
    display: flex;
    flex-direction: column; }
    @media (max-width: 575.98px) {
      .home .container-home-nosactus .column-left {
        padding-right: 0px;
        padding-left: 0px; }
        .home .container-home-nosactus .column-left h2 {
          padding-right: 15px;
          padding-left: 15px; } }
  .home .container-home-nosactus .column-right {
    display: flex;
    flex-direction: column; }
    .home .container-home-nosactus .column-right h2 {
      padding-left: 15px; }
    .home .container-home-nosactus .column-right .row-conf {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 1200px) {
        .home .container-home-nosactus .column-right .row-conf {
          height: calc(100% - 75px + 10px); } }
    @media (max-width: 575.98px) {
      .home .container-home-nosactus .column-right {
        padding-right: 0px;
        padding-left: 0px; }
        .home .container-home-nosactus .column-right h2 {
          padding-right: 15px;
          padding-left: 15px; } }
  @media (min-width: 1200px) {
    .home .container-home-nosactus .actu-une {
      height: calc(70% - 75px + 10px); } }
  @media (max-width: 575.98px) {
    .home .container-home-nosactus .actu-une .col-actu-une {
      padding-right: 0px;
      padding-left: 0px; } }
  .home .container-home-nosactus .actu-une .item-title {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    position: absolute;
    margin: 0px 0px;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: auto; }
    @media (min-width: 768px) {
      .home .container-home-nosactus .actu-une .item-title {
        height: auto;
        margin: 0px 25px 25px 25px; } }
    .home .container-home-nosactus .actu-une .item-title h3 {
      color: #ffffff;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .home .container-home-nosactus .actu-une .item-title h3 {
          font-size: 26px;
          font-size: 1.625rem; } }
    .home .container-home-nosactus .actu-une .item-title p {
      color: #ffffff;
      font-size: 15px;
      font-size: 0.9375rem;
      font-size: normal; }
      @media (min-width: 768px) {
        .home .container-home-nosactus .actu-une .item-title p {
          font-size: 18px;
          font-size: 1.125rem; } }
    .home .container-home-nosactus .actu-une .item-title:hover h3, .home .container-home-nosactus .actu-une .item-title:hover p {
      color: var(--brand-primary);
      text-decoration: underline; }
  .home .container-home-nosactus .actu-une .image-container .img-fluid {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 430px; }
    @media (min-width: 768px) {
      .home .container-home-nosactus .actu-une .image-container .img-fluid {
        height: 630px; } }
  @media (max-width: 575.98px) {
    .home .container-home-nosactus .actu-une .date-container {
      width: 75px;
      height: 32px;
      padding: 0 8px;
      margin-left: 15px; } }
  @media (max-width: 575.98px) {
    .home .container-home-nosactus .actu-une .date-container .day {
      font-size: 19px;
      font-size: 1.1875rem;
      color: #6B6E71; } }
  @media (max-width: 575.98px) {
    .home .container-home-nosactus .actu-une .date-container .month {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-top: 7px;
      color: #6B6E71; } }
  @media (max-width: 575.98px) {
    .home .container-home-nosactus .actu-une .date-container .year {
      font-size: 10px;
      font-size: 0.625rem;
      color: #6B6E71; } }
  @media (min-width: 1200px) {
    .home .container-home-nosactus .conference-featured {
      height: calc(50% - 10px); } }
  @media (max-width: 1199.98px) {
    .home .container-home-nosactus .conference-featured .col-item {
      padding-right: 0px;
      padding-left: 0px; }
      .home .container-home-nosactus .conference-featured .col-item:first-child {
        margin-bottom: 32px; } }
  @media (min-width: 1200px) {
    .home .container-home-nosactus .conference-featured .col-item {
      padding-right: 0px;
      height: calc(100%); } }
  .home .container-home-nosactus .conference-featured .date-container {
    width: 75px;
    height: 32px;
    padding: 0 8px; }
    .home .container-home-nosactus .conference-featured .date-container .day {
      font-size: 19px;
      font-size: 1.1875rem;
      color: #6B6E71; }
    .home .container-home-nosactus .conference-featured .date-container .month {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-top: 7px;
      color: #6B6E71; }
    .home .container-home-nosactus .conference-featured .date-container .year {
      font-size: 10px;
      font-size: 0.625rem;
      color: #6B6E71; }
  .home .container-home-nosactus .conference-featured .item-title {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    margin: 0px 0px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: auto; }
    @media (min-width: 768px) {
      .home .container-home-nosactus .conference-featured .item-title {
        height: auto;
        margin: 0px 30px 30px 30px; } }
    .home .container-home-nosactus .conference-featured .item-title h3 {
      color: #ffffff;
      font-size: 23px;
      font-size: 1.4375rem; }
    .home .container-home-nosactus .conference-featured .item-title p {
      color: #ffffff;
      font-size: 18px;
      font-size: 1.125rem;
      font-size: normal; }
  @media (min-width: 1200px) {
    .home .container-home-nosactus .conference-featured .image-container {
      height: 100%;
      max-height: 100%; } }
  .home .container-home-nosactus .conference-featured .image-container .img-fluid {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 400px; }
    @media (min-width: 1200px) {
      .home .container-home-nosactus .conference-featured .image-container .img-fluid {
        height: 100%;
        width: 100%; } }
  @media (min-width: 1200px) {
    .home .container-home-nosactus .container-club-wrapper {
      height: calc(30% - 75px  + 10px); } }
  .home .container-home-nosactus .container-club-wrapper .container {
    padding-right: 0px;
    padding-left: 0px; }
  .home .container-home-nosactus .cta-club {
    margin-bottom: 0px; }
    .home .container-home-nosactus .cta-club .left-column h2 {
      font-size: 20px;
      font-size: 1.25rem;
      width: 100%;
      padding: 10px 60px 10px 0px; }
      .home .container-home-nosactus .cta-club .left-column h2:after {
        transform: translateY(-50%);
        width: 42px;
        height: 40px; }
    .home .container-home-nosactus .cta-club .club-desc-button {
      justify-content: space-evenly; }
      @media (min-width: 1200px) {
        .home .container-home-nosactus .cta-club .club-desc-button {
          flex-direction: column; } }
      .home .container-home-nosactus .cta-club .club-desc-button .club-desc {
        width: 90%; }
        @media (min-width: 1200px) {
          .home .container-home-nosactus .cta-club .club-desc-button .club-desc {
            width: 80%;
            padding-left: 0px; } }
        .home .container-home-nosactus .cta-club .club-desc-button .club-desc .club-desc-first p {
          font-size: 15px;
          font-size: 0.9375rem; }
          @media (min-width: 1200px) {
            .home .container-home-nosactus .cta-club .club-desc-button .club-desc .club-desc-first p {
              font-size: 20px;
              font-size: 1.25rem; } }
        .home .container-home-nosactus .cta-club .club-desc-button .club-desc .club-desc-second {
          font-size: 16px;
          font-size: 1rem; }
          @media (min-width: 1200px) {
            .home .container-home-nosactus .cta-club .club-desc-button .club-desc .club-desc-second {
              font-size: 18px;
              font-size: 1.125rem; } }
      .home .container-home-nosactus .cta-club .club-desc-button .club-button {
        padding-top: 10px; }
        @media (min-width: 1200px) {
          .home .container-home-nosactus .cta-club .club-desc-button .club-button {
            width: 80%;
            margin-left: 0px; } }
        .home .container-home-nosactus .cta-club .club-desc-button .club-button a {
          font-size: 18px;
          font-size: 1.125rem; }
          @media (min-width: 1200px) {
            .home .container-home-nosactus .cta-club .club-desc-button .club-button a {
              font-size: 20px;
              font-size: 1.25rem; } }

@media (max-width: 1199.98px) {
  .home .container-home-inspiration {
    overflow: hidden; } }

.home .container-home-inspiration .slide-text {
  margin-bottom: 32px;
  color: #000000; }

.home .container-home-inspiration .inspiration-featured .date-container {
  width: 70px;
  height: 32px;
  min-height: 32px; }
  .home .container-home-inspiration .inspiration-featured .date-container .day {
    font-size: 19px;
    font-size: 1.1875rem; }
  .home .container-home-inspiration .inspiration-featured .date-container .month {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: .65em;
    margin-top: 5px; }
  .home .container-home-inspiration .inspiration-featured .date-container .year {
    font-size: 10px;
    font-size: 0.625rem;
    color: rgba(0, 0, 0, 0.65); }

.home .container-home-inspiration .inspiration-featured .item-title h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 20px; }

.home .container-home-inspiration .inspiration-featured .item-title > a {
  color: #6B6E71; }
  .home .container-home-inspiration .inspiration-featured .item-title > a:hover {
    text-decoration: underline;
    color: var(--brand-primary); }

.home .container-home-inspiration .inspiration-featured .slick-prev, .home .container-home-inspiration .inspiration-featured .slick-next {
  top: 50%;
  transform: translateY(-120%);
  width: 30px;
  height: 50px; }

.home .container-home-inspiration .inspiration-featured .slick-prev {
  right: unset !important; }
  @media (min-width: 1308px) {
    .home .container-home-inspiration .inspiration-featured .slick-prev {
      left: -35px; } }
  @media (min-width: 1600px) {
    .home .container-home-inspiration .inspiration-featured .slick-prev {
      left: -60px; } }
  .home .container-home-inspiration .inspiration-featured .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #6B6E71;
    opacity: 1;
    position: relative;
    font-size: 25px;
    top: unset !important;
    left: unset !important;
    right: unset !important; }
    @media (min-width: 1308px) {
      .home .container-home-inspiration .inspiration-featured .slick-prev:before {
        font-size: 48px; } }

.home .container-home-inspiration .inspiration-featured .slick-next {
  left: unset !important; }
  @media (min-width: 1308px) {
    .home .container-home-inspiration .inspiration-featured .slick-next {
      right: -35px; } }
  @media (min-width: 1600px) {
    .home .container-home-inspiration .inspiration-featured .slick-next {
      right: -60px; } }
  .home .container-home-inspiration .inspiration-featured .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    color: #6B6E71;
    opacity: 1;
    position: relative;
    font-size: 25px;
    top: unset !important;
    left: unset !important;
    right: unset !important; }
    @media (min-width: 1308px) {
      .home .container-home-inspiration .inspiration-featured .slick-next:before {
        font-size: 48px; } }

.home .container-home-inspiration .card {
  margin-left: 32px;
  margin-right: 32px; }

.home .container-home-inspiration .slick-list {
  padding-bottom: 32px; }

.home .container-home-inspiration .slick-slide {
  margin-left: Calc(16px);
  margin-right: Calc(16px);
  padding: 30px 30px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.13);
  height: auto; }
  .home .container-home-inspiration .slick-slide > div:first-child {
    height: 100%; }

.home .container-home-inspiration .slick-track {
  display: flex !important;
  padding-top: 20px;
  padding-bottom: 20px; }

.home .container-home-inspiration .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: black;
  border-radius: 50%;
  border: solid 1px #6B6E71;
  content: "";
  width: 12px;
  height: 12px; }

.home .container-home-inspiration .slick-dots li button:hover:before,
.home .container-home-inspiration .slick-dots li button:focus:before,
.home .container-home-inspiration .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: #6B6E71; }

.home .container-home-playlist .sub-title {
  font-size: 38px;
  font-size: 2.375rem;
  color: #B1B1B1;
  margin-bottom: 32px; }
  @media (max-width: 575.98px) {
    .home .container-home-playlist .sub-title {
      font-size: 30px;
      font-size: 1.875rem; } }

.home .container-home-playlist .video-teasers-home .slider-row-homevideo .col-videos {
  padding-right: 15px;
  padding-left: 15px; }

.home .container-home-playlist .podcast-teaser p {
  padding: 10px 15px 0px 15px;
  margin-bottom: 0px; }

@media (min-width: 1200px) {
  .home .container-home-playlist .video-teasers-home {
    height: 100%; }
    .home .container-home-playlist .video-teasers-home .slider-row-homevideo {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 500px;
      width: 100%; }
      .home .container-home-playlist .video-teasers-home .slider-row-homevideo .col-videos {
        padding-right: 0px;
        padding-left: 0px; }
      .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell {
        flex: 0 0 33.3%;
        max-height: 33.3%;
        max-width: 25%;
        width: 25%; }
        .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell .video-teaser {
          position: unset;
          max-height: 100%; }
          .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell .video-teaser a {
            display: block; }
          .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell .video-teaser .image-container {
            margin-top: 0px;
            height: 100%; }
            .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell .video-teaser .image-container .img-fluid {
              max-height: auto; }
          .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell .video-teaser p {
            position: absolute;
            bottom: 0px;
            color: #ffffff;
            background: rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 50%;
            font-size: 13px;
            font-size: 0.8125rem;
            margin-bottom: 0px; }
        .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell.col-video0 {
          flex: 0 0 100%;
          max-height: 100%;
          max-width: 75%;
          width: 75%; }
          .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell.col-video0 .video-teaser {
            margin-right: Calc(16px); }
            .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell.col-video0 .video-teaser p {
              height: 25%;
              font-size: 18px;
              font-size: 1.125rem; }
        .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell.col-video1 {
          background: white; }
        .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell.col-video2 {
          background: white;
          /*  .video-teaser{
                            max-height: calc( 100% - $grid-gutter-width);
                           
                            
                        }  */ }
        .home .container-home-playlist .video-teasers-home .slider-row-homevideo .cell.col-video3 {
          background: white; } }

.home-videos .column-right .disclaimer-rgpd {
  font-size: 14px;
  font-size: 0.875rem; }

.home-videos .video-teaser {
  position: relative; }
  .home-videos .video-teaser p {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    height: auto;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 1308px) {
      .home-videos .video-teaser p {
        font-size: 18px;
        font-size: 1.125rem; } }
  .home-videos .video-teaser:hover {
    text-decoration: underline;
    color: var(--brand-primary); }
    .home-videos .video-teaser:hover a, .home-videos .video-teaser:hover h3, .home-videos .video-teaser:hover p {
      color: var(--brand-primary);
      text-decoration: underline; }

.home-videos .video-slider {
  position: relative; }
  .home-videos .video-slider .slick-arrow {
    display: none !important; }
  .home-videos .video-slider:after {
    content: '';
    position: absolute;
    background: #ffffff;
    opacity: .7;
    pointer-events: none;
    z-index: 3;
    height: 100%;
    width: 24%;
    right: 0;
    top: 0; }
  .home-videos .video-slider .slick-slide {
    margin-right: 10px; }
  .home-videos .video-slider.on-last-slide:after {
    display: none; }

.home .container-home-best-twitter p.title-only {
  margin-bottom: 0.5rem;
  font-family: "BNPP Type", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 48px 0 64px 0; }
  @media (min-width: 768px) {
    .home .container-home-best-twitter p.title-only {
      font-size: 40px;
      font-size: 2.5rem; } }

.home .container-home-best-twitter .column-left .card .item {
  margin-bottom: 32px; }
  .home .container-home-best-twitter .column-left .card .item .item-1 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 575.98px) {
      .home .container-home-best-twitter .column-left .card .item .item-1 a {
        flex-direction: row;
        justify-content: space-between; } }
    .home .container-home-best-twitter .column-left .card .item .item-1 a:hover {
      color: #EF71AC;
      text-decoration: underline; }
  .home .container-home-best-twitter .column-left .card .item .item-1 .date-container {
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.13);
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 2;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 32px;
    padding: 0px 8px;
    font-weight: bold;
    margin-bottom: 10px; }
    .home .container-home-best-twitter .column-left .card .item .item-1 .date-container .row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .home .container-home-best-twitter .column-left .card .item .item-1 .date-container .col {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .home .container-home-best-twitter .column-left .card .item .item-1 .date-container .col-month-year {
      padding-right: 5px !important; }
    .home .container-home-best-twitter .column-left .card .item .item-1 .date-container .day {
      font-size: 19px;
      font-size: 1.1875rem; }
    .home .container-home-best-twitter .column-left .card .item .item-1 .date-container .month {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: .65em;
      margin-top: 5px; }
    .home .container-home-best-twitter .column-left .card .item .item-1 .date-container .year {
      font-size: 10px;
      font-size: 0.625rem;
      color: rgba(0, 0, 0, 0.65); }
  .home .container-home-best-twitter .column-left .card .item .item-1 .image-container {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold; }
    .home .container-home-best-twitter .column-left .card .item .item-1 .image-container img {
      margin-bottom: 5px; }
    @media (max-width: 575.98px) {
      .home .container-home-best-twitter .column-left .card .item .item-1 .image-container {
        /*  span{
                                    line-height: 30px;
                                } */ }
        .home .container-home-best-twitter .column-left .card .item .item-1 .image-container img {
          height: 30px;
          margin-right: 10px; }
        .home .container-home-best-twitter .column-left .card .item .item-1 .image-container br {
          display: none; } }
  .home .container-home-best-twitter .column-left .card .item .item-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .home .container-home-best-twitter .column-left .card .item .item-2 .title {
      display: inline-block;
      color: #6B6E71;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (max-width: 575.98px) {
        .home .container-home-best-twitter .column-left .card .item .item-2 .title {
          font-size: 16px;
          font-size: 1rem; } }
      .home .container-home-best-twitter .column-left .card .item .item-2 .title:hover {
        color: #EF71AC;
        text-decoration: underline; }
    .home .container-home-best-twitter .column-left .card .item .item-2 .categories .btn {
      margin-bottom: 0px; }
      @media (max-width: 575.98px) {
        .home .container-home-best-twitter .column-left .card .item .item-2 .categories .btn {
          margin-bottom: 5px; } }

.home .container-home-best-twitter .column-left .card .link {
  margin-top: 32px; }
  .home .container-home-best-twitter .column-left .card .link .link-page {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px; }

.home .twitter-list {
  overflow: hidden; }
  .home .twitter-list .col-twitter {
    overflow: hidden;
    overflow-y: scroll; }

.home .backtotop-container {
  height: 0px; }

.home #main-footer .footer-lanceurs {
  padding-top: 90px; }

.wp-block-image img {
  height: auto; }

@media (max-width: 1199.98px) {
  .wp-block-columns {
    gap: 10px; } }

.wp-block-gallery {
  margin: 32px 0; }

.two-column-block {
  padding-bottom: 50px;
  padding-top: 35px; }
  .two-column-block h2 {
    margin-top: -35px; }
  @media (min-width: 768px) {
    .two-column-block .image-container {
      text-align: right; } }

.two-column-list .card {
  margin-bottom: 32px; }
  .two-column-list .card h3 {
    font-size: 27px;
    font-size: 1.6875rem; }
  .two-column-list .card .image,
  .two-column-list .card h3 {
    margin: 0 0 20px; }
  .two-column-list .card .image img {
    width: 100%;
    height: auto; }
  .two-column-list .card .description {
    font-size: 14px;
    font-size: 0.875rem; }
    .two-column-list .card .description p {
      margin: 0; }

.three-column-list .card {
  margin-bottom: 32px; }
  .three-column-list .card h3 {
    font-size: 27px;
    font-size: 1.6875rem; }
  .three-column-list .card .image,
  .three-column-list .card h3 {
    margin: 0 0 20px; }
  .three-column-list .card .image img {
    width: 100%;
    height: auto; }
  .three-column-list .card .description {
    font-size: 14px;
    font-size: 0.875rem; }
    .three-column-list .card .description p {
      margin: 0; }

.staff {
  margin-top: 50px; }
  @media (min-width: 1200px) {
    .staff > .container {
      padding: 0 110px; } }
  .staff .row-staff {
    justify-content: center; }
  .staff .staff-member {
    text-align: center;
    margin: 0 auto 45px;
    max-width: 190px; }
    .staff .staff-member .image img {
      width: 100%;
      height: 190px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
    .staff .staff-member p {
      font-size: 18px;
      font-size: 1.125rem;
      color: #B1B1B1;
      font-family: "BNPP Sans", sans-serif; }
      .staff .staff-member p strong {
        color: #000000;
        font-size: 23px;
        font-size: 1.4375rem; }
    .staff .staff-member .social-links {
      height: 30px;
      margin-top: 4px; }
      .staff .staff-member .social-links li {
        margin: 0 5px; }
      .staff .staff-member .social-links a {
        font-size: 18px;
        font-size: 1.125rem;
        color: #B1B1B1; }
        .staff .staff-member .social-links a:hover {
          color: var(--brand-primary); }

.block.quotes-carousel h2 {
  z-index: 2;
  position: relative; }
  @media (min-width: 1200px) {
    .block.quotes-carousel h2 {
      padding: 0 22px; } }

.block.quotes-carousel .carousel-container {
  position: relative;
  z-index: 1;
  margin-top: -54px;
  background: var(--brand-primary);
  padding: 40px; }
  @media (min-width: 1200px) {
    .block.quotes-carousel .carousel-container {
      padding: 60px 100px; } }

.block.quotes-carousel blockquote {
  margin-bottom: 0; }
  .block.quotes-carousel blockquote:before {
    background: url(images/quotes-white-1b762e2a3d9820e96658.png) top left no-repeat;
    background-size: cover; }
  .block.quotes-carousel blockquote cite {
    color: #ffffff; }
    .block.quotes-carousel blockquote cite:before {
      background: #ffffff; }

.block.quote-with-author {
  margin-top: 2.5rem;
  padding: 0; }
  @media (min-width: 768px) {
    .block.quote-with-author {
      margin-top: 6rem; } }
  .block.quote-with-author .quote-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ebf5f0;
    border-radius: 3.75rem;
    padding: 2rem !important;
    gap: 1.5rem;
    margin: 0; }
    @media (min-width: 1200px) {
      .block.quote-with-author .quote-card {
        flex-direction: row;
        align-items: center;
        padding: 1.875rem 5.625rem 1.875rem 2.8125rem !important;
        gap: 3.75rem; } }
    .block.quote-with-author .quote-card::before {
      display: none; }
    .block.quote-with-author .quote-card__media {
      flex-shrink: 0; }
      .block.quote-with-author .quote-card__media .quote-card__image {
        display: block;
        width: 96px;
        height: 63px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (min-width: 1200px) {
          .block.quote-with-author .quote-card__media .quote-card__image {
            width: 148px;
            height: 98px; } }
    .block.quote-with-author .quote-card__content {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 1.5rem; }
    .block.quote-with-author .quote-card__text p {
      margin: 0;
      font-family: 'BNPP Slab Serif Expanded', serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 24px; }
      @media (min-width: 768px) {
        .block.quote-with-author .quote-card__text p {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 32px; } }
    .block.quote-with-author .quote-card__author-info {
      font-size: 12px;
      font-size: 0.75rem; }

.block.h2-with-date {
  margin: 48px 0 32px; }
  .block.h2-with-date .h2-container {
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .block.h2-with-date .h2-container {
        padding: 0 22px; } }
  .block.h2-with-date h2 {
    margin: 0; }
  .block.h2-with-date .date {
    font-family: "BNPP Sans", sans-serif;
    color: #B1B1B1;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 5px;
    position: relative; }
    @media (min-width: 768px) {
      .block.h2-with-date .date {
        font-size: 25px;
        font-size: 1.5625rem; } }
    @media (min-width: 1200px) {
      .block.h2-with-date .date {
        margin-top: 30px; } }
    .block.h2-with-date .date:before {
      content: '\f073';
      font-family: "Font Awesome 6 Free";
      font-weight: 400;
      font-size: .7em;
      margin-right: 10px; }

.cta {
  position: relative;
  margin: 16px 0 32px;
  background: #FC9B35;
  color: #ffffff; }
  @media (min-width: 1200px) {
    .cta {
      display: flex;
      align-items: stretch; } }
  .cta .left-column,
  .cta .right-column {
    vertical-align: middle;
    padding: 32px; }
  .cta .left-column {
    width: 100%;
    flex-shrink: 0; }
    @media (min-width: 1200px) {
      .cta .left-column {
        width: 380px;
        display: flex;
        align-items: center; } }
    .cta .left-column h2 {
      position: relative;
      font-family: "BNPP Sans", sans-serif;
      font-weight: bold;
      margin: 0;
      padding-right: 80px !important;
      font-size: 28px;
      font-size: 1.75rem; }
      .cta .left-column h2:before {
        display: none; }
      .cta .left-column h2:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 64px;
        height: 60px;
        background: url(images/club-600a6a19e1072e3e7108.png) no-repeat;
        background-size: cover; }
  .cta .right-column {
    flex-grow: 1;
    background: url(images/blurry-bg-fc9a396c85b446251ad4.jpg) center bottom repeat;
    background-size: cover; }
    .cta .right-column h3 {
      font-family: "BNPP Sans", sans-serif;
      font-size: 23px;
      font-size: 1.4375rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (min-width: 1308px) {
        .cta .right-column h3 {
          margin-bottom: 0; } }

.cta-newsletter, .cta-club {
  position: relative;
  margin: 16px 0 32px;
  color: #ffffff;
  min-height: 201px;
  display: flex;
  align-items: center; }
  @media (min-width: 1200px) {
    .cta-newsletter, .cta-club {
      align-items: stretch; } }
  .cta-newsletter .left-column, .cta-club .left-column {
    display: none; }
    @media (min-width: 1308px) {
      .cta-newsletter .left-column, .cta-club .left-column {
        display: block;
        width: 27%; } }
  .cta-newsletter .right-column, .cta-club .right-column {
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0 30px 0; }
    @media (min-width: 1200px) {
      .cta-newsletter .right-column, .cta-club .right-column {
        flex-direction: row; } }
    @media (min-width: 1308px) {
      .cta-newsletter .right-column, .cta-club .right-column {
        width: 73%;
        padding: 0; } }
    .cta-newsletter .right-column .newsletter-desc, .cta-newsletter .right-column .club-desc, .cta-club .right-column .newsletter-desc, .cta-club .right-column .club-desc {
      width: 90%; }
      @media (min-width: 1200px) {
        .cta-newsletter .right-column .newsletter-desc, .cta-newsletter .right-column .club-desc, .cta-club .right-column .newsletter-desc, .cta-club .right-column .club-desc {
          width: auto; } }
      .cta-newsletter .right-column .newsletter-desc p, .cta-newsletter .right-column .club-desc p, .cta-club .right-column .newsletter-desc p, .cta-club .right-column .club-desc p {
        margin-bottom: 0;
        font-size: 18px;
        font-size: 1.125rem; }
        @media (min-width: 1200px) {
          .cta-newsletter .right-column .newsletter-desc p, .cta-newsletter .right-column .club-desc p, .cta-club .right-column .newsletter-desc p, .cta-club .right-column .club-desc p {
            font-size: 24px;
            font-size: 1.5rem; } }
      @media (min-width: 1200px) {
        .cta-newsletter .right-column .newsletter-desc, .cta-newsletter .right-column .club-desc, .cta-club .right-column .newsletter-desc, .cta-club .right-column .club-desc {
          padding-left: 50px; } }
    .cta-newsletter .right-column .newsletter-desc, .cta-club .right-column .newsletter-desc {
      margin-bottom: 15px; }
      @media (min-width: 1200px) {
        .cta-newsletter .right-column .newsletter-desc, .cta-club .right-column .newsletter-desc {
          margin-bottom: 0; } }
    .cta-newsletter .right-column .newsletter-button, .cta-newsletter .right-column .club-button, .cta-club .right-column .newsletter-button, .cta-club .right-column .club-button {
      width: 90%;
      text-align: center; }
      @media (min-width: 1200px) {
        .cta-newsletter .right-column .newsletter-button, .cta-newsletter .right-column .club-button, .cta-club .right-column .newsletter-button, .cta-club .right-column .club-button {
          width: auto;
          margin-left: 15px;
          margin-right: 15px;
          white-space: nowrap; } }
      .cta-newsletter .right-column .newsletter-button a, .cta-newsletter .right-column .club-button a, .cta-club .right-column .newsletter-button a, .cta-club .right-column .club-button a {
        display: inline-block;
        background-color: white;
        padding: 10px 35px;
        width: 100%;
        color: #776c8e;
        font-family: "BNPP Sans", sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: bold; }
        .cta-newsletter .right-column .newsletter-button a:hover, .cta-newsletter .right-column .club-button a:hover, .cta-club .right-column .newsletter-button a:hover, .cta-club .right-column .club-button a:hover {
          color: #776c8e; }
        @media (min-width: 1200px) {
          .cta-newsletter .right-column .newsletter-button a, .cta-newsletter .right-column .club-button a, .cta-club .right-column .newsletter-button a, .cta-club .right-column .club-button a {
            padding: 0 35px;
            width: auto;
            font-size: 23px;
            font-size: 1.4375rem; } }

@media (min-width: 1308px) {
  .cta-newsletter .left-column {
    background: url(images/nl-left-bg-dfb22e301194a9c248ab.png) center bottom repeat;
    background-size: cover; } }

.cta-newsletter .right-column {
  background: url(images/nl-blurry-bg-da4b1636b8d47d701412.png) center no-repeat; }
  @media (min-width: 1200px) {
    .cta-newsletter .right-column {
      background-size: cover; } }

.cta-club .left-column {
  padding: 0; }
  @media (min-width: 1308px) {
    .cta-club .left-column {
      background: url(images/clear-bg-b4b42007db14eb2790b7.png) center bottom repeat;
      background-size: cover; } }
  .cta-club .left-column h2 {
    background-color: #FC9B35;
    text-align: center;
    width: 72%;
    padding: 20px 90px 20px 20px !important; }
    .cta-club .left-column h2:after {
      margin-right: 15px; }

.cta-club .right-column {
  background: url(images/blurry-bg-rev-bfa6292eb3ed2b887016.png) center no-repeat;
  background-position: 0% 60%;
  padding-top: 0;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .cta-club .right-column {
      background-size: cover; } }
  @media (min-width: 1308px) {
    .cta-club .right-column {
      background-position: 0% 90%;
      padding: 0; } }
  .cta-club .right-column .club-img {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 25px; }
    @media (min-width: 1308px) {
      .cta-club .right-column .club-img {
        display: none; } }
    .cta-club .right-column .club-img h2 {
      position: relative;
      font-family: "BNPP Sans", sans-serif;
      font-weight: bold;
      margin: 0;
      padding-right: 80px !important;
      font-size: 18px;
      font-size: 1.125rem;
      background-color: #FC9B35;
      text-align: center;
      width: 210px;
      padding: 12px 50px 12px 5px !important; }
      .cta-club .right-column .club-img h2:before {
        display: none; }
      .cta-club .right-column .club-img h2:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 29px;
        height: 27px;
        background: url(images/club-600a6a19e1072e3e7108.png) no-repeat;
        background-size: cover;
        margin-right: 15px; }
  .cta-club .right-column .club-desc-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1200px) {
      .cta-club .right-column .club-desc-button {
        flex-direction: row; } }
    .cta-club .right-column .club-desc-button .club-desc {
      width: 90%; }
      @media (min-width: 1200px) {
        .cta-club .right-column .club-desc-button .club-desc {
          width: 67%;
          padding-left: 40px; } }
      .cta-club .right-column .club-desc-button .club-desc .club-desc-first p {
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: "BNPP Sans", sans-serif;
        line-height: 1;
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 15px;
        font-weight: bold; }
        @media (min-width: 1200px) {
          .cta-club .right-column .club-desc-button .club-desc .club-desc-first p {
            font-size: 23px;
            font-size: 1.4375rem; } }
      .cta-club .right-column .club-desc-button .club-desc .club-desc-second {
        text-transform: uppercase;
        font-family: "BNPP Sans", sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold; }
        @media (min-width: 1200px) {
          .cta-club .right-column .club-desc-button .club-desc .club-desc-second {
            font-size: 20px;
            font-size: 1.25rem; } }
    .cta-club .right-column .club-desc-button .club-button {
      margin-top: 20px; }
      @media (min-width: 1200px) {
        .cta-club .right-column .club-desc-button .club-button {
          margin-top: 0;
          margin-left: 3%; } }
      .cta-club .right-column .club-desc-button .club-button a {
        color: #a3330f; }
        .cta-club .right-column .club-desc-button .club-button a:hover {
          color: #a3330f; }
        @media (min-width: 1200px) {
          .cta-club .right-column .club-desc-button .club-button a {
            padding: 0 20px; } }

.contact-information {
  font-family: "BNPP Sans", sans-serif; }
  .contact-information .info-block {
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 1308px) {
      .contact-information .info-block {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 40px; } }
    .contact-information .info-block .info,
    .contact-information .info-block .icon {
      display: inline-block; }
    .contact-information .info-block .icon {
      font-size: 28px;
      font-size: 1.75rem;
      margin-right: 10px; }
      .contact-information .info-block .icon img {
        border-radius: 100%;
        max-width: 44px;
        height: auto; }
    .contact-information .info-block .info {
      font-size: 23px;
      font-size: 1.4375rem; }
      .contact-information .info-block .info a {
        color: #ffffff; }

.block-cta-couleur-primaire {
  background: var(--brand-primary);
  display: flex;
  overflow: hidden; }
  @media (min-width: 1308px) {
    .block-cta-couleur-primaire {
      height: 255px; } }
  .block-cta-couleur-primaire .image {
    width: 29%; }
    @media (min-width: 1200px) {
      .block-cta-couleur-primaire .image {
        width: 26%; } }
    .block-cta-couleur-primaire .image img {
      width: 100%; }
  .block-cta-couleur-primaire .content {
    padding: 30px;
    color: #ffffff;
    text-align: left;
    width: 71%; }
    @media (min-width: 1200px) {
      .block-cta-couleur-primaire .content {
        width: 74%; } }
  .block-cta-couleur-primaire .btn {
    border-color: #ffffff;
    color: #ffffff;
    width: 100%;
    text-align: left; }
    .block-cta-couleur-primaire .btn .label {
      font-size: 15px;
      font-size: 0.9375rem; }
    .block-cta-couleur-primaire .btn .subtitle {
      font-size: 12px;
      font-size: 0.75rem; }
    @media (min-width: 1200px) {
      .block-cta-couleur-primaire .btn .label {
        font-size: 23px;
        font-size: 1.4375rem; }
      .block-cta-couleur-primaire .btn .subtitle {
        font-size: 14px;
        font-size: 0.875rem; } }
    .block-cta-couleur-primaire .btn .label,
    .block-cta-couleur-primaire .btn .subtitle {
      display: block; }
  .block-cta-couleur-primaire h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "BNPP Sans", sans-serif;
    font-weight: bold;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .block-cta-couleur-primaire h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
    .block-cta-couleur-primaire h2:before {
      display: none;
      margin: 0; }

.coordonnees .contact-details-container {
  padding-top: 20px; }
  @media (min-width: 1200px) {
    .coordonnees .contact-details-container {
      padding-top: 0;
      margin-top: 100px; } }
  @media (min-width: 1200px) {
    .coordonnees .contact-details-container h2 {
      padding: 0 0 0 32px; } }

.coordonnees .contact-details {
  padding: 0 0 0 32px;
  line-height: 1.25em;
  display: flex;
  flex-direction: column;
  background-color: var(--brand-primary); }
  @media (min-width: 1200px) {
    .coordonnees .contact-details {
      margin-top: -35px;
      flex-direction: row; } }
  .coordonnees .contact-details li {
    padding: 0 0 20px 0;
    list-style: none;
    display: flex;
    flex-direction: row; }
    @media (min-width: 1200px) {
      .coordonnees .contact-details li {
        width: 33%; } }
    .coordonnees .contact-details li:first-child {
      padding: 40px 0 20px 0; }
    .coordonnees .contact-details li:last-child {
      padding: 0 0 40px 0; }
    @media (min-width: 1200px) {
      .coordonnees .contact-details li {
        padding: 75px 0; }
        .coordonnees .contact-details li:first-child {
          padding: 75px 0; }
        .coordonnees .contact-details li:last-child {
          padding: 75px 0; } }
    .coordonnees .contact-details li:not(:first-child) {
      margin-left: 0; }
    .coordonnees .contact-details li .text {
      width: 100%; }

.coordonnees .icon {
  width: 12%;
  font-size: 1.3em;
  margin-top: -1px; }

.coordonnees .text {
  width: 86%; }

.coordonnees .icon,
.coordonnees .text {
  display: inline-block;
  vertical-align: top; }
  .coordonnees .icon p,
  .coordonnees .text p {
    margin: 0; }

.lien-pictos {
  font-size: 20px;
  font-size: 1.25rem; }
  .lien-pictos .row-links {
    align-items: center;
    margin: 0; }
    .lien-pictos .row-links .link {
      padding-right: 40px; }
  .lien-pictos .picto-links {
    margin: -5px 0 0;
    padding: 0; }
    .lien-pictos .picto-links li {
      display: inline-block;
      padding: 0;
      margin: 0 5px;
      font-size: 1.25em; }
    .lien-pictos .picto-links a {
      font-size: 18px;
      font-size: 1.125rem;
      color: #6B6E71; }
      .lien-pictos .picto-links a:hover {
        color: var(--brand-primary); }

.block-content-with-tabs {
  padding-bottom: 28px; }
  .block-content-with-tabs h2 {
    margin-bottom: 38px; }
  .block-content-with-tabs .tabs {
    display: none;
    padding: 10px 0; }
    .block-content-with-tabs .tabs .content-tab {
      display: flex;
      flex-wrap: wrap;
      background-color: var(--tab-color); }
      @media (min-width: 768px) {
        .block-content-with-tabs .tabs .content-tab {
          padding: 27px 37px; } }
      @media (max-width: 1199.98px) {
        .block-content-with-tabs .tabs .content-tab {
          padding: 0 0 30px; }
          .block-content-with-tabs .tabs .content-tab .row-contenttab {
            margin: 0; } }
      .block-content-with-tabs .tabs .content-tab .col-tab {
        padding: 20px 37px; }
      .block-content-with-tabs .tabs .content-tab p {
        color: #ffffff;
        font-size: 20px;
        font-size: 1.25rem; }
      .block-content-with-tabs .tabs .content-tab a {
        color: #ffffff;
        text-decoration: underline; }
        .block-content-with-tabs .tabs .content-tab a:hover {
          text-decoration: none;
          color: #EF71AC; }
      .block-content-with-tabs .tabs .content-tab h2, .block-content-with-tabs .tabs .content-tab h3, .block-content-with-tabs .tabs .content-tab h4 {
        color: #484748;
        font-size: 20px;
        font-size: 1.25rem; }
        .block-content-with-tabs .tabs .content-tab h2:first-of-type, .block-content-with-tabs .tabs .content-tab h3:first-of-type, .block-content-with-tabs .tabs .content-tab h4:first-of-type {
          margin-top: 0; }
      .block-content-with-tabs .tabs .content-tab h2 {
        margin-bottom: 10px; }
  .block-content-with-tabs .tab-name {
    color: var(--tab-color);
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 11px 25px;
    margin: 0 6px 5px 0;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    border: 1px solid var(--tab-color);
    letter-spacing: 0px; }
  .block-content-with-tabs .tab-titles {
    margin: 0; }
  .block-content-with-tabs .item-trigger {
    height: 40px;
    width: auto;
    padding: 0;
    margin-top: 10px; }
    .block-content-with-tabs .item-trigger .tab {
      display: none; }
    .block-content-with-tabs .item-trigger .tab-name:hover {
      background-color: var(--tab-hover-color);
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.1px; }
    .block-content-with-tabs .item-trigger .tab-name.active {
      background-color: var(--tab-color) !important;
      color: #ffffff;
      font-weight: 800;
      letter-spacing: -0.1px; }
      @media (min-width: 576px) {
        .block-content-with-tabs .item-trigger .tab-name.active {
          padding-bottom: 20px; } }

.block-accordions {
  padding-bottom: 28px; }
  .block-accordions h2 {
    margin-bottom: 38px; }
  .block-accordions .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 37px;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    color: #F4F2F2;
    text-align: left;
    background-color: var(--acc-color);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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, border-radius 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      .block-accordions .accordion-button {
        transition: none; } }
    .block-accordions .accordion-button:not(.collapsed) {
      color: #F4F2F2;
      background-color: var(--acc-color);
      font-weight: 800; }
      .block-accordions .accordion-button:not(.collapsed)::after {
        content: '';
        display: block;
        position: absolute;
        right: 37px;
        top: 50%;
        transform: translateY(-50%) rotate(-135deg);
        border-right: 3px solid #F4F2F2;
        border-bottom: 3px solid #F4F2F2;
        border-radius: 3px;
        width: 28px;
        height: 28px;
        transition: transform .25s ease;
        background: none; }
        @media (max-width: 1199.98px) {
          .block-accordions .accordion-button:not(.collapsed)::after {
            width: 14px;
            height: 14px; } }
    .block-accordions .accordion-button::after {
      content: '';
      display: block;
      position: absolute;
      right: 37px;
      top: 45%;
      transform: translateY(-50%) rotate(45deg);
      border-right: 3px solid #F4F2F2;
      border-bottom: 3px solid #F4F2F2;
      border-radius: 3px;
      width: 28px;
      height: 28px;
      transition: transform .25s ease;
      background: none; }
      @media (max-width: 1199.98px) {
        .block-accordions .accordion-button::after {
          width: 14px;
          height: 14px; } }
    .block-accordions .accordion-button:hover {
      font-weight: 800; }
    .block-accordions .accordion-button:focus {
      outline: 0;
      box-shadow: none; }
  .block-accordions .accordion-header {
    margin-bottom: 0; }
  .block-accordions .accordion-item {
    margin: 45px 0;
    color: #484748;
    background-color: var(--acc-color);
    border: 1px solid var(--acc-color); }
    .block-accordions .accordion-item:not(:first-of-type) {
      border-top: 0; }
  .block-accordions .accordion-body {
    padding: 0 0 30px;
    color: #484748; }
    .block-accordions .accordion-body p {
      font-size: 20px;
      font-size: 1.25rem; }
    .block-accordions .accordion-body a {
      color: #484748;
      text-decoration: underline; }
      .block-accordions .accordion-body a:hover {
        text-decoration: none;
        color: #EF71AC; }
    .block-accordions .accordion-body h2, .block-accordions .accordion-body h3, .block-accordions .accordion-body h4 {
      color: #484748;
      font-size: 20px;
      font-size: 1.25rem; }
      .block-accordions .accordion-body h2:first-of-type, .block-accordions .accordion-body h3:first-of-type, .block-accordions .accordion-body h4:first-of-type {
        margin-top: 0; }
    .block-accordions .accordion-body h2 {
      margin-bottom: 10px; }
    .block-accordions .accordion-body .col-acc {
      padding: 20px 37px; }
  .block-accordions .accordion-flush .accordion-collapse {
    border-width: 0; }
  .block-accordions .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0; }

.block-carrousel-contents {
  padding-bottom: 28px; }
  .block-carrousel-contents h2 {
    margin-bottom: 38px; }
  .block-carrousel-contents .card {
    box-shadow: none; }
    .block-carrousel-contents .card .card-title {
      color: var(--brand-primary);
      font-weight: normal; }
    .block-carrousel-contents .card .card-exerpt {
      font-size: 20px;
      margin: 0 0 25px; }
  .block-carrousel-contents .card.article {
    padding: 15px; }
    .block-carrousel-contents .card.article h3 {
      margin: 25px 0; }
    .block-carrousel-contents .card.article .image-container {
      padding-bottom: 97%; }
      .block-carrousel-contents .card.article .image-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
  .block-carrousel-contents .carrousel-contenus {
    margin-left: -16px; }
    .block-carrousel-contents .carrousel-contenus .slick-track {
      display: flex !important; }
    .block-carrousel-contents .carrousel-contenus .slick-list {
      padding-bottom: 32px; }
    .block-carrousel-contents .carrousel-contenus .slick-slide {
      height: auto; }
      .block-carrousel-contents .carrousel-contenus .slick-slide > div:first-child {
        height: 100%; }
  .block-carrousel-contents .btn.btn-border {
    align-items: center;
    display: flex;
    margin-top: 10px;
    color: var(--brand-primary);
    font-size: 12px;
    width: 123px; }
    .block-carrousel-contents .btn.btn-border i {
      font-size: 0.75em; }
    .block-carrousel-contents .btn.btn-border .fa-chevron-right {
      margin: 0 0 0 15px; }
    .block-carrousel-contents .btn.btn-border:hover {
      color: #ffffff; }
  .block-carrousel-contents .article-container {
    position: relative;
    padding-left: 16px;
    padding-right: 16px; }
  .block-carrousel-contents .slick-prev, .block-carrousel-contents .slick-next {
    top: 50%;
    transform: translateY(-300%);
    width: 30px;
    height: 50px; }
  .block-carrousel-contents .slick-prev {
    right: unset !important; }
    @media (min-width: 1308px) {
      .block-carrousel-contents .slick-prev {
        left: -35px; } }
    @media (min-width: 1600px) {
      .block-carrousel-contents .slick-prev {
        left: -60px; } }
    .block-carrousel-contents .slick-prev:before {
      content: "\f053";
      font-family: "Font Awesome 6 Free";
      font-style: normal;
      font-weight: 900;
      color: #6B6E71;
      opacity: 1;
      position: relative;
      font-size: 25px;
      top: unset !important;
      left: unset !important;
      right: unset !important; }
      @media (min-width: 1308px) {
        .block-carrousel-contents .slick-prev:before {
          font-size: 48px; } }
  .block-carrousel-contents .slick-next {
    left: unset !important; }
    @media (min-width: 1308px) {
      .block-carrousel-contents .slick-next {
        right: -35px; } }
    @media (min-width: 1600px) {
      .block-carrousel-contents .slick-next {
        right: -60px; } }
    .block-carrousel-contents .slick-next:before {
      content: "\f054";
      font-family: "Font Awesome 6 Free";
      font-style: normal;
      font-weight: 900;
      color: #6B6E71;
      opacity: 1;
      position: relative;
      font-size: 25px;
      top: unset !important;
      left: unset !important;
      right: unset !important; }
      @media (min-width: 1308px) {
        .block-carrousel-contents .slick-next:before {
          font-size: 48px; } }

.chaud-devant {
  margin-bottom: 30px; }
  .chaud-devant .main-title {
    margin-bottom: 20px; }
  .chaud-devant-intro {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    padding: 0 15px;
    font-family: "BNPP Sans", sans-serif;
    min-height: 56px; }
  .chaud-devant-card {
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 13px;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    min-height: 129px;
    flex-direction: column; }
    @media (min-width: 768px) {
      .chaud-devant-card {
        flex-direction: row;
        padding: 17px 0; }
        .chaud-devant-card-container {
          min-height: 555px; } }
    .chaud-devant-card-date {
      color: #007A4D;
      font-weight: 900;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      font-size: 1.5625rem;
      padding: 10px 10px 0; }
      @media (min-width: 768px) {
        .chaud-devant-card-date {
          font-size: 35px;
          font-size: 2.1875rem;
          min-width: 128px;
          width: 128px;
          padding: 0 20px; } }
    .chaud-devant-card-infos {
      min-width: calc(100% - 128px);
      min-height: 94px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-top: 1px solid #007A4D;
      padding: 10px; }
      @media (min-width: 768px) {
        .chaud-devant-card-infos {
          border-left: 1px solid #007A4D;
          border-top: none;
          padding: 0 20px 0 40px; } }
      .chaud-devant-card-infos-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25px;
        letter-spacing: 0.03em;
        color: #000000;
        font-family: "BNPP Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .chaud-devant-card-infos-title {
            margin-bottom: 15px; } }
      .chaud-devant-card-infos-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px; }
        .chaud-devant-card-infos-footer-cat {
          border: 1px solid #007A4D;
          color: #007A4D;
          font-size: 11px;
          font-size: 0.6875rem;
          padding: 4px 11px 2px; }
        .chaud-devant-card-infos-footer-more {
          font-size: 12px;
          font-size: 0.75rem;
          color: #666666; }
          .chaud-devant-card-infos-footer-more:hover {
            color: #007A4D; }
          .chaud-devant-card-infos-footer-more span {
            color: #007A4D; }

.article-header .image-container img {
  position: absolute;
  top: 0;
  max-width: none;
  left: 50%;
  transform: translateX(-50%); }

.single .article-header .image-container img {
  max-width: 100%; }

.latest-post .hero {
  display: flex;
  flex-direction: column;
  justify-content: end; }
  .latest-post .hero:before {
    content: none; }
  .latest-post .hero .title-container {
    position: relative;
    width: 95%; }
    @media (min-width: 768px) {
      .latest-post .hero .title-container {
        min-height: 550px; } }
    @media (min-width: 1200px) {
      .latest-post .hero .title-container {
        width: 55%; } }
    .latest-post .hero .title-container .categories, .latest-post .hero .title-container h2, .latest-post .hero .title-container div, .latest-post .hero .title-container a {
      z-index: 2;
      position: relative; }
    .latest-post .hero .title-container .date {
      font-style: italic;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6); }
    .latest-post .hero .title-container h2 {
      color: #ffffff;
      margin: 0;
      margin: 10px 0;
      font-size: 22px; }
      @media (min-width: 768px) {
        .latest-post .hero .title-container h2 {
          font-size: 28px; } }
      .latest-post .hero .title-container h2:before {
        content: none; }
    .latest-post .hero .title-container .btn-container .btn {
      padding: 0.375rem 1.75rem 0.25rem; }
    .latest-post .hero .title-container .title-container-content {
      position: relative;
      margin: 32px;
      padding: 32px; }
      .latest-post .hero .title-container .title-container-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
        z-index: 1; }

.latest-posts .article .info > *,
.document-banner .info > * {
  pointer-events: all; }

#cross-site {
  margin: 64px 0 100px; }
  @media (min-width: 1200px) {
    #cross-site {
      margin: 64px 0; } }
  #cross-site .slick-track {
    display: flex !important; }
  #cross-site .slick-slide {
    height: inherit !important;
    display: flex; }
    #cross-site .slick-slide > div {
      display: flex; }
      #cross-site .slick-slide > div > div {
        display: flex !important; }
  #cross-site .slick-list {
    margin: -16px;
    padding: 16px 0; }
  #cross-site .article {
    position: relative;
    display: flex;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin: 0 16px 0;
    flex-direction: column; }
    @media (min-width: 1200px) {
      #cross-site .article {
        flex-direction: row;
        margin: 0 16px 32px; } }
    #cross-site .article .image-container {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
      padding-bottom: 45%;
      /* 16:9 */
      height: 0; }
      @media (min-width: 1200px) {
        #cross-site .article .image-container {
          width: 45%; } }
      #cross-site .article .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }
    #cross-site .article .banner {
      display: flex;
      width: 100%; }
      #cross-site .article .banner .source {
        color: #ffffff;
        background: #154734;
        padding: 10px;
        display: flex;
        justify-content: start;
        align-items: center;
        z-index: 2;
        flex: 1;
        font-size: 14px; }
    #cross-site .article .date-container {
      width: auto;
      position: relative;
      top: unset;
      left: unset; }
      #cross-site .article .date-container .day {
        font-size: 24px;
        line-height: 1em;
        padding: 5px 0px 5px 10px; }
      #cross-site .article .date-container .month {
        padding: 5px 10px 0 10px;
        margin-top: 5px;
        font-size: 20px; }
    #cross-site .article a:hover {
      text-decoration: none;
      color: #EF71AC; }
      #cross-site .article a:hover .date-container, #cross-site .article a:hover .banner, #cross-site .article a:hover h3 {
        text-decoration: underline;
        color: #EF71AC; }
        #cross-site .article a:hover .date-container .year, #cross-site .article a:hover .date-container .source, #cross-site .article a:hover .banner .year, #cross-site .article a:hover .banner .source, #cross-site .article a:hover h3 .year, #cross-site .article a:hover h3 .source {
          color: #EF71AC; }
    #cross-site .article .info {
      flex: 1;
      padding: 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #cross-site .article .info h3 {
        font-size: 18px; }
      #cross-site .article .info a {
        color: #000000; }
      #cross-site .article .info .categories .btn {
        color: #3BACC9;
        border: 1px solid #3BACC9;
        padding: 6px 10px 2px; }
        #cross-site .article .info .categories .btn:hover {
          text-decoration: underline; }

body .flockler-posts:not(.flockler-grid-items) .flockler-btn-load-more {
  color: var(--brand-primary) !important;
  border: 2px solid var(--brand-primary) !important;
  background: transparent !important;
  font-family: "BNPP Type", sans-serif !important;
  font-size: 23px !important;
  text-transform: uppercase !important;
  padding: 10px 15px 8px !important;
  border-radius: 0  !important; }
  @media (max-width: 767.98px) {
    body .flockler-posts:not(.flockler-grid-items) .flockler-btn-load-more {
      font-size: 18px !important; } }
  body .flockler-posts:not(.flockler-grid-items) .flockler-btn-load-more:hover, body .flockler-posts:not(.flockler-grid-items) .flockler-btn-load-more:focus, body .flockler-posts:not(.flockler-grid-items) .flockler-btn-load-more:active {
    background: var(--brand-primary) !important;
    color: #ffffff !important;
    text-decoration: underline; }

#home .fake-h2 p {
  font-size: 28px;
  font-weight: bold;
  color: white;
  font-family: "BNPP Type", sans-serif; }

.fake-h1 {
  color: #484748;
  font-family: "BNPP Type", sans-serif;
  position: relative;
  margin: 42px 0 28px;
  padding-right: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0px;
  display: inline;
  clear: both;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  will-change: background-size;
  text-decoration: none;
  background-size: 0% 100%;
  transition: background-size .5s ease-out; }
  .fake-h1::before {
    background-color: transparent; }
  .fake-h1:hover {
    background-size: 100% 100%; }
    .fake-h1:hover::after {
      width: 0%; }
  @media (min-width: 1200px) {
    .fake-h1 {
      display: inline-block; } }
  .fake-h1:before {
    content: "";
    display: block;
    width: 38px;
    height: 9px;
    margin: 10px 0 7px;
    background: #484748;
    position: relative;
    margin-bottom: 20px; }

.btn:focus {
  outline: 2px solid black; }

/* BLOCK ENGAGEMENTS */
.qui-sommes-nous {
  position: relative; }
  .qui-sommes-nous:after {
    content: " ";
    position: absolute;
    z-index: 1;
    left: 10rem;
    transform: translate(-50%, -50%);
    top: 54%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(images/question-mark-04e9ebf2b2b51897133a.png) no-repeat top center;
    background-size: 75px; }
    @media (min-width: 768px) {
      .qui-sommes-nous:after {
        top: 60%;
        left: 30%; } }
    @media (min-width: 1200px) {
      .qui-sommes-nous:after {
        top: 30%;
        background-size: auto; } }

.engagements > .container {
  position: relative; }
  .engagements > .container:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 20%;
    width: 100vw;
    transform: translate(-50%, -50%);
    height: 100%;
    background: url(images/cetelem-hand-96187d95076c21021ebd.png) no-repeat left center;
    z-index: 1;
    background-size: 100px;
    pointer-events: none; }
  @media (min-width: 768px) {
    .engagements > .container:after {
      top: 28%;
      left: -120px;
      background-size: 150px;
      width: calc(100% + 240px);
      transform: translate(0, -50%); } }
  @media (min-width: 1200px) {
    .engagements > .container:after {
      top: 47%;
      background-size: auto; } }

.engagements .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 0 24px; }
  .engagements .header h2 {
    letter-spacing: 0.05em; }
    @media (max-width: 767.98px) {
      .engagements .header h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .engagements .header {
      margin-block: 0 64px; } }

.engagements .header.podcast-header {
  margin-block-start: 64px; }
  @media (min-width: 768px) {
    .engagements .header.podcast-header {
      margin-block-start: 90px; } }

.engagements .document-banner {
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1199.98px) {
    .engagements .document-banner {
      margin-bottom: 24px; } }
  .engagements .document-banner .top-radius {
    height: 70px;
    border-radius: 24px 24px 0 24px;
    background-color: #F5D31A; }
  .engagements .document-banner .title-wrapper {
    margin: 0;
    padding: 0;
    background-color: #F5D31A;
    letter-spacing: 0.05em; }
    .engagements .document-banner .title-wrapper .line_1,
    .engagements .document-banner .title-wrapper .line_2 {
      font-size: 24px;
      font-size: 1.5rem;
      position: relative;
      display: inline-block;
      padding: 8px 27px;
      background-color: #FAF5CD;
      white-space: nowrap; }
      @media (max-width: 767.98px) {
        .engagements .document-banner .title-wrapper .line_1,
        .engagements .document-banner .title-wrapper .line_2 {
          font-size: 20px;
          font-size: 1.25rem; } }
    .engagements .document-banner .title-wrapper .line_1 {
      border-radius: 0 24px 0 0; }
      .engagements .document-banner .title-wrapper .line_1::after {
        content: "";
        width: 27px;
        height: 27px;
        background-color: transparent;
        position: absolute;
        bottom: -1px;
        right: -27px;
        border-bottom-left-radius: 24px;
        box-shadow: -8px 6px #FAF5CD; }
    .engagements .document-banner .title-wrapper .line_2 {
      border-radius: 0 24px 24px 0; }
  .engagements .document-banner .content-wrapper {
    padding: 20px 40px 40px;
    background-color: #F5D31A;
    border-radius: 24px 0 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px; }
  .engagements .document-banner .image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .engagements .document-banner .image img {
      max-height: 220px;
      width: auto;
      box-shadow: -8px 10px 28px 0px #00000033, -34px 39px 51px 0px #0000002B, -76px 87px 69px 0px #0000001A, -135px 154px 82px 0px #00000008, -211px 241px 90px 0px #00000000; }
  .engagements .document-banner .link {
    text-align: center; }
    @media (max-width: 767.98px) {
      .engagements .document-banner .link a {
        width: 100%;
        position: relative;
        z-index: 2; } }

.engagements .latest-posts, .engagements .latest-posts :is(.slick-list, .slick-track, .slick-slide),
.engagements .latest-posts .slick-slide > div,
.engagements .latest-posts .article {
  height: 100%; }

.engagements .engagements-right-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (min-width: 768px) {
    .engagements .engagements-right-block {
      grid-template-rows: repeat(2, 1fr); } }

.engagements .latest-posts-wrapper {
  grid-column: 1 / 3;
  grid-row: 1 / 2; }

.engagements .latest-posts .slick-dots {
  bottom: -15px; }
  .engagements .latest-posts .slick-dots li {
    margin: 0; }
  .engagements .latest-posts .slick-dots button, .engagements .latest-posts .slick-dots button:before {
    width: 25px;
    height: 25px; }
  .engagements .latest-posts .slick-dots button:before {
    font-size: 12px;
    font-size: 0.75rem; }

.engagements .latest-posts .article {
  display: flex !important;
  flex-direction: column;
  border-radius: 36px;
  gap: 20px;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .engagements .latest-posts .article {
      display: inline-flex !important;
      flex-direction: row;
      border-radius: 36px 0 0 36px; } }
  @media (max-width: 1199.98px) {
    .engagements .latest-posts .article .categories {
      margin: 0 20px 20px; } }
  .engagements .latest-posts .article .categories a.btn {
    background-color: #F5E682;
    color: var(--brand-primary) !important;
    border: none !important; }
  .engagements .latest-posts .article .image {
    flex: 1; }
    .engagements .latest-posts .article .image > img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 36px 36px 36px 0; }
      @media (min-width: 768px) {
        .engagements .latest-posts .article .image > img {
          border-radius: 36px; } }
  .engagements .latest-posts .article .info {
    flex: 1;
    padding: 20px 20px 20px 0; }
  .engagements .latest-posts .article h3 {
    margin-inline: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px; }
    @media (min-width: 768px) {
      .engagements .latest-posts .article h3 {
        margin-inline: 0; } }
  .engagements .latest-posts .article a:hover {
    color: var(--brand-primary); }
    .engagements .latest-posts .article a:hover h3 {
      color: var(--brand-primary); }

.engagements .engagements-key {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 36px;
  text-align: center; }
  .engagements .engagements-key:first-of-type {
    grid-column: 1 / 2; }
  .engagements .engagements-key:last-of-type {
    grid-column: 2 / 3; }
  .engagements .engagements-key p {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Open Sans", sans-serif;
    line-height: 22px; }
  .engagements .engagements-key p strong {
    line-height: 30px;
    font-family: "BNPP Type", sans-serif;
    letter-spacing: 0.05em;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 767.98px) {
      .engagements .engagements-key p strong {
        font-size: 20px;
        font-size: 1.25rem; } }

@media (max-width: 767px) {
  /* Cible toutes les div avec la classe "latest-post" contenues dans une div */
  div .latest-post {
    /* Cible toutes les div avec la classe "hero" à l'intérieur des div avec la classe "latest-post" */ }
    div .latest-post .hero {
      /* Applique une hauteur de 330px */
      height: 330px; } }

#next-events h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px; }

#next-events .slick-prev {
  z-index: 2; }

#next-events .slick-next {
  z-index: 2; }

#next-events .slick-prev:before,
#next-events .slick-next:before {
  top: -15px; }

#next-events .slick-track {
  margin-left: inherit;
  margin-right: inherit;
  display: flex !important; }

#next-events .slick-slide {
  height: inherit !important; }
  #next-events .slick-slide > div {
    height: 100%; }

#next-events .chaud-devant-card {
  padding: 0; }

#next-events .btn-border {
  font-size: 11px;
  line-height: 1em;
  padding: 7px 10px 5px;
  border: 1px solid var(--brand-primary);
  color: var(--brand-primary); }
  #next-events .btn-border:hover {
    background: var(--brand-primary);
    color: #ffffff; }

.hero {
  position: relative;
  display: flex;
  gap: 20px; }
  @media (max-width: 1199.98px) {
    .hero {
      flex-direction: column;
      gap: 0; } }
  .hero > div:first-of-type {
    align-self: flex-end;
    max-width: 100%;
    width: 100%; }
    @media (min-width: 1200px) {
      .hero > div:first-of-type {
        max-width: 500px; } }
  .hero > div:last-of-type {
    flex: 1; }
  .hero h1 {
    display: flex;
    margin-bottom: 16px;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 36px;
    background: #FAEBEB;
    font-family: "BNPP Type", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em; }
  .hero img {
    aspect-ratio: 3 / 2;
    width: 100%;
    border-radius: 36px;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero .article-categories-desktop {
    display: block; }
  .hero .article-categories-tablet-mobile {
    display: none; }
  @media (max-width: 1199.98px) {
    .hero .article-categories-desktop {
      display: none; }
    .hero .article-categories-tablet-mobile {
      display: block;
      margin-top: 16px; } }
  .hero .categories .btn {
    margin-bottom: 8px; }
  .hero .categories, .hero .categories a {
    margin-bottom: 0;
    text-decoration: none;
    font-weight: 700; }

.btn {
  font-family: "Open Sans", sans-serif; }

.grecaptcha-badge {
  bottom: 260px !important; }

.title-only, .fake-h1, .title-h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    .title-only, .fake-h1, .title-h2 {
      font-size: 32px;
      font-size: 2rem; } }

.hero h1 {
  font-family: "Open Sans", sans-serif; }

.wp-block-image.w-100 img {
  width: 100%;
  height: auto; }

@media (max-width: 1199.98px) {
  .wp-block-image.w-image-mobile-72 img {
    width: 72px !important;
    height: 72px !important; } }

.block {
  padding: 15px 0; }

.btn {
  padding: 12px 16px;
  vertical-align: middle;
  border-radius: 24px; }
  .btn i {
    font-size: 0.75em;
    transform: translateY(-2px); }

.categories .btn {
  padding: 8px; }

.footer-lanceurs h2, .footer-lanceurs .title-h2 {
  text-align: center;
  font-family: "BNPP Type", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem; }
  .footer-lanceurs h2:before, .footer-lanceurs .title-h2:before {
    display: none; }

.footer-lanceurs .lanceur {
  font-weight: bold;
  margin-bottom: 32px;
  padding: 22px; }
  @media (min-width: 1200px) {
    .footer-lanceurs .lanceur {
      margin-bottom: 0; } }
  .footer-lanceurs .lanceur .row > div {
    padding-left: 8px;
    padding-right: 8px; }
  .footer-lanceurs .lanceur .img {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .footer-lanceurs .lanceur .img {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .footer-lanceurs .lanceur .img {
        margin-bottom: 32px; } }
    @media (min-width: 1308px) {
      .footer-lanceurs .lanceur .img {
        margin-bottom: 0; } }
    .footer-lanceurs .lanceur .img img {
      width: 100%;
      height: auto; }
  .footer-lanceurs .lanceur .content {
    font-size: 16px;
    font-size: 1rem; }
  .footer-lanceurs .lanceur .lanceur-link {
    display: block;
    margin-top: 5px;
    color: var(--brand-primary);
    font-size: 14px;
    font-size: 0.875rem; }
    .footer-lanceurs .lanceur .lanceur-link i {
      font-size: .75em; }
    .footer-lanceurs .lanceur .lanceur-link:hover {
      color: #EF71AC; }

#onetrust-banner-sdk.otCenterRounded {
  max-width: 760px !important; }

#bottom-bar {
  position: relative; }

#pojo-a11y-toolbar.notScroll {
  position: absolute;
  /* top: 0 !important; */
  bottom: 100% !important; }

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
  color: #333333 !important; }

.pojo-a11y-toolbar-overlay {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #484748;
  text-align: left;
  background-color: #ffffff; }

.backtotop img {
  padding-bottom: 8px; }

.wp-block-button.has-rounded-corners {
  margin-left: auto;
  padding: 8px;
  position: relative;
  background-color: #ffffff;
  border-top-left-radius: 24px;
  z-index: 1; }
  .wp-block-button.has-rounded-corners:before {
    content: '';
    width: 48px;
    height: 48px;
    background-color: transparent;
    position: absolute;
    top: -48px;
    right: 0px;
    border-bottom-right-radius: 24px;
    box-shadow: 27px 9px #ffffff;
    z-index: -1; }
  .wp-block-button.has-rounded-corners:after {
    content: '';
    width: 48px;
    height: 48px;
    background-color: transparent;
    position: absolute;
    left: -48px;
    bottom: 0;
    border-bottom-right-radius: 24px;
    box-shadow: 0px 26px #ffffff;
    z-index: -1; }
  @media screen and (max-width: 768px) {
    .wp-block-button.has-rounded-corners {
      width: 100%;
      border-top-left-radius: 0; }
      .wp-block-button.has-rounded-corners:after {
        left: 0;
        bottom: 0;
        top: -48px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 24px;
        box-shadow: -26px 10px #ffffff; }
      .wp-block-button.has-rounded-corners > .wp-block-button__link {
        width: 100%; } }

.arrow-list {
  list-style: none;
  padding-left: 24px; }
  .arrow-list li {
    position: relative;
    padding-left: 34px; }
    .arrow-list li:before {
      content: '';
      width: 24px;
      height: 24px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjMxOTkgMTcuNDIwMkwxOC40Mzk5IDIzLjMwMDJDMTcuNjc5OSAyNC4wNjAyIDE2LjQzOTkgMjQuMTMwMiAxNS42Mzk5IDIzLjQxMDJDMTQuNzg5OSAyMi42NDAyIDE0Ljc2OTkgMjEuMzIwMiAxNS41Njk5IDIwLjUxMDJMMTYuMzY5OSAxOS43MTAyQzE2Ljk5OTkgMTkuMDgwMiAxNi41NDk5IDE4LjAwMDIgMTUuNjU5OSAxOC4wMDAySDkuMTM5ODZDOC4wNTk4NiAxOC4wMDAyIDcuMTM5ODYgMTcuMTcwMiA3LjA4OTg2IDE2LjEwMDJDNy4wMzk4NiAxNC45NTAyIDcuOTQ5ODYgMTQuMDAwMiA5LjA4OTg2IDE0LjAwMDJIMTUuNjY5OUMxNi41NTk5IDE0LjAwMDIgMTcuMDA5OSAxMi45MjAyIDE2LjM3OTkgMTIuMjkwMkwxNS41Nzk5IDExLjQ5MDJDMTQuNzk5OSAxMC43MTAyIDE0Ljc5OTkgOS40NDAyIDE1LjU3OTkgOC42NjAyQzE2LjM1OTkgNy44ODAyIDE3LjYyOTkgNy44ODAyIDE4LjQwOTkgOC42NjAyTDI0LjMyOTkgMTQuNTgwMkMyNS4xMDk5IDE1LjM2MDIgMjUuMTA5OSAxNi42MzAyIDI0LjMyOTkgMTcuNDEwMiIgZmlsbD0iIzE1NDczNCIvPgo8L3N2Zz4K);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0; }
  @media (min-width: 768px) {
    .arrow-list {
      padding-left: 40px; }
      .arrow-list li {
        padding-left: 42px; }
        .arrow-list li:before {
          width: 32px;
          height: 32px;
          top: -3px; } }

.sustainable-development-strategy h2.wp-block-heading {
  margin: 0 0 1.5rem; }

.sustainable-development-strategy > .wp-block-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-block: 0; }

.sustainable-development-strategy > .wp-block-columns,
.sustainable-development-strategy > .wp-block-group {
  margin-bottom: 2.5rem; }

.sustainable-development-strategy > .wp-block-columns:last-child {
  margin-bottom: 0; }
  .sustainable-development-strategy > .wp-block-columns:last-child > .wp-block-column > .wp-block-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }

.sustainable-development-strategy .wp-block-column {
  margin: 0 !important; }

@media (min-width: 1200px) {
  .sustainable-development-strategy h2.wp-block-heading {
    margin: 0 0 4rem; }
  .sustainable-development-strategy > .wp-block-columns {
    flex-direction: row;
    gap: 5rem; }
  .sustainable-development-strategy > .wp-block-columns,
  .sustainable-development-strategy > .wp-block-group {
    margin-bottom: 4rem; }
  .sustainable-development-strategy > .wp-block-columns:last-child {
    gap: 2.5rem; }
    .sustainable-development-strategy > .wp-block-columns:last-child > .wp-block-column > .wp-block-group {
      flex-direction: row;
      gap: 2.5rem; } }

.slick-next:before {
  right: 10px; }

.slick-next:focus,
.slick-prev:focus {
  outline: 2px solid #000000; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  --ease: cubic-bezier(0.5, 0, 0.5, 1);
  bottom: -88px; }
  @media (max-width: 767.98px) {
    .slick-dots {
      bottom: -64px; } }
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: width 0.3s var(--ease); }
    .slick-dots li button {
      width: 100%;
      height: 100%; }
      .slick-dots li button:before {
        width: 100%;
        height: 100%;
        font-size: 0;
        background-color: #337F37;
        opacity: 1;
        border-radius: 6px;
        transition: background-color 0.3s var(--ease); }
      .slick-dots li button:hover:before {
        background-color: #154734; }
    .slick-dots li.slick-active {
      width: 36px; }
      .slick-dots li.slick-active button:before {
        opacity: 1;
        width: 100%;
        height: 100%;
        background-color: #154734; }

@media (max-width: 1400px) {
  .slick-prev {
    left: -18px; }
  .slick-next {
    right: -18px; } }

.contacts-clients-block .slick-track,
.complaints-block .slick-track,
.block-episodes-carousel .slick-track,
.block-carousel-foundation-members .slick-track,
.three-blocs .slick-track,
.four-blocs .slick-track {
  display: flex; }

.contacts-clients-block .slick-slide,
.complaints-block .slick-slide,
.block-episodes-carousel .slick-slide,
.block-carousel-foundation-members .slick-slide,
.three-blocs .slick-slide,
.four-blocs .slick-slide {
  padding: 0 20px;
  height: auto; }
  .contacts-clients-block .slick-slide:first-child,
  .complaints-block .slick-slide:first-child,
  .block-episodes-carousel .slick-slide:first-child,
  .block-carousel-foundation-members .slick-slide:first-child,
  .three-blocs .slick-slide:first-child,
  .four-blocs .slick-slide:first-child {
    padding-left: 0; }
  .contacts-clients-block .slick-slide:last-child,
  .complaints-block .slick-slide:last-child,
  .block-episodes-carousel .slick-slide:last-child,
  .block-carousel-foundation-members .slick-slide:last-child,
  .three-blocs .slick-slide:last-child,
  .four-blocs .slick-slide:last-child {
    padding-right: 0; }
  .contacts-clients-block .slick-slide > div,
  .complaints-block .slick-slide > div,
  .block-episodes-carousel .slick-slide > div,
  .block-carousel-foundation-members .slick-slide > div,
  .three-blocs .slick-slide > div,
  .four-blocs .slick-slide > div {
    height: 100%; }

.contacts-clients-block .slick-slide .bloc, .three-blocs .slick-slide .bloc {
  border-style: solid;
  border-width: 4px;
  border-radius: 36px;
  padding-top: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--40);
  width: 100%;
  height: 100%;
  display: inline-block; }

.four-blocs .slick-slide .bloc {
  border-radius: 36px;
  color: white;
  padding-top: var(--wp--preset--spacing--50);
  padding-right: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--50);
  padding-left: var(--wp--preset--spacing--50);
  width: 100%;
  height: 100%;
  display: inline-block; }

.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus {
  top: 50%;
  transform: translateY(-80%);
  padding: 16px 8px;
  border-radius: 12px;
  background-color: #ffffff;
  width: 64px;
  height: 80px;
  box-shadow: -1px 1px 4px 0px #0000001a;
  z-index: 1;
  transition: box-shadow 0.1s ease, background-color 0.1s ease;
  margin-block-start: 0; }
  .slick-prev:before,
  .slick-next:before,
  .slick-prev:focus:before,
  .slick-next:focus:before {
    content: '';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    color: #6B6E71;
    opacity: 1;
    position: relative;
    font-size: 25px;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    background-image: url(images/icon-start-green-c46fbc8dfc4a313d762f.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
    transition: background-image 0.1s ease;
    opacity: 1 !important; }
    @media (min-width: 1308px) {
      .slick-prev:before,
      .slick-next:before,
      .slick-prev:focus:before,
      .slick-next:focus:before {
        font-size: 48px; } }
    @media (max-width: 767.98px) {
      .slick-prev:before,
      .slick-next:before,
      .slick-prev:focus:before,
      .slick-next:focus:before {
        background-image: url(images/icon-start-white-8843bf616a1c4bbb8eeb.svg);
        background-size: unset; } }
  @media (max-width: 767.98px) {
    .slick-prev,
    .slick-next,
    .slick-prev:focus,
    .slick-next:focus {
      top: 100%;
      transform: translateY(70%);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      background-color: #154734;
      transition: all 0.1s ease; }
      .slick-prev.slick-disabled,
      .slick-next.slick-disabled,
      .slick-prev:focus.slick-disabled,
      .slick-next:focus.slick-disabled {
        background-color: #f2f3f3; } }

.slick-disabled {
  cursor: default !important;
  pointer-events: none !important;
  opacity: 0.5; }

.slick-prev:hover:not(.slick-disabled),
.slick-next:hover:not(.slick-disabled) {
  background-color: #154734;
  box-shadow: 0px 3px 8px 0px #0000004D; }
  .slick-prev:hover:not(.slick-disabled):before,
  .slick-next:hover:not(.slick-disabled):before {
    background-image: url(images/icon-start-white-8843bf616a1c4bbb8eeb.svg); }

@media (max-width: 767.98px) {
  .slick-prev:hover:not(.slick-disabled),
  .slick-next:hover:not(.slick-disabled) {
    border: 1.5px solid #154734;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px #0000004D; }
    .slick-prev:hover:not(.slick-disabled):before,
    .slick-next:hover:not(.slick-disabled):before {
      background-image: url(images/icon-start-green-c46fbc8dfc4a313d762f.svg); } }

.slick-next:focus-visible,
.slick-prev:focus-visible {
  outline: 2px solid #154734;
  outline-offset: 2px; }
  .slick-next:focus-visible.slick-disabled,
  .slick-prev:focus-visible.slick-disabled {
    outline: none;
    box-shadow: none; }

.contacts-clients-block .slick-prev,
.contacts-clients-block .slick-next,
.contacts-clients-block .slick-prev:focus,
.contacts-clients-block .slick-next:focus,
.three-blocs .slick-prev,
.three-blocs .slick-next,
.three-blocs .slick-prev:focus,
.three-blocs .slick-next:focus,
.four-blocs .slick-prev,
.four-blocs .slick-next,
.four-blocs .slick-prev:focus,
.four-blocs .slick-next:focus {
  top: 100%;
  transform: translateY(70%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #154734;
  transition: background-color 0.1s ease; }
  .contacts-clients-block .slick-prev:before,
  .contacts-clients-block .slick-next:before,
  .contacts-clients-block .slick-prev:focus:before,
  .contacts-clients-block .slick-next:focus:before,
  .three-blocs .slick-prev:before,
  .three-blocs .slick-next:before,
  .three-blocs .slick-prev:focus:before,
  .three-blocs .slick-next:focus:before,
  .four-blocs .slick-prev:before,
  .four-blocs .slick-next:before,
  .four-blocs .slick-prev:focus:before,
  .four-blocs .slick-next:focus:before {
    background-image: url(images/icon-start-white-8843bf616a1c4bbb8eeb.svg);
    opacity: 1 !important; }
  .contacts-clients-block .slick-prev.slick-disabled,
  .contacts-clients-block .slick-next.slick-disabled,
  .contacts-clients-block .slick-prev:focus.slick-disabled,
  .contacts-clients-block .slick-next:focus.slick-disabled,
  .three-blocs .slick-prev.slick-disabled,
  .three-blocs .slick-next.slick-disabled,
  .three-blocs .slick-prev:focus.slick-disabled,
  .three-blocs .slick-next:focus.slick-disabled,
  .four-blocs .slick-prev.slick-disabled,
  .four-blocs .slick-next.slick-disabled,
  .four-blocs .slick-prev:focus.slick-disabled,
  .four-blocs .slick-next:focus.slick-disabled {
    background-color: #f2f3f3; }
  .contacts-clients-block .slick-prev:hover:not(.slick-disabled),
  .contacts-clients-block .slick-next:hover:not(.slick-disabled),
  .contacts-clients-block .slick-prev:focus:hover:not(.slick-disabled),
  .contacts-clients-block .slick-next:focus:hover:not(.slick-disabled),
  .three-blocs .slick-prev:hover:not(.slick-disabled),
  .three-blocs .slick-next:hover:not(.slick-disabled),
  .three-blocs .slick-prev:focus:hover:not(.slick-disabled),
  .three-blocs .slick-next:focus:hover:not(.slick-disabled),
  .four-blocs .slick-prev:hover:not(.slick-disabled),
  .four-blocs .slick-next:hover:not(.slick-disabled),
  .four-blocs .slick-prev:focus:hover:not(.slick-disabled),
  .four-blocs .slick-next:focus:hover:not(.slick-disabled) {
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px #0000004D;
    border: 1.5px solid #154734; }
    .contacts-clients-block .slick-prev:hover:not(.slick-disabled):before,
    .contacts-clients-block .slick-next:hover:not(.slick-disabled):before,
    .contacts-clients-block .slick-prev:focus:hover:not(.slick-disabled):before,
    .contacts-clients-block .slick-next:focus:hover:not(.slick-disabled):before,
    .three-blocs .slick-prev:hover:not(.slick-disabled):before,
    .three-blocs .slick-next:hover:not(.slick-disabled):before,
    .three-blocs .slick-prev:focus:hover:not(.slick-disabled):before,
    .three-blocs .slick-next:focus:hover:not(.slick-disabled):before,
    .four-blocs .slick-prev:hover:not(.slick-disabled):before,
    .four-blocs .slick-next:hover:not(.slick-disabled):before,
    .four-blocs .slick-prev:focus:hover:not(.slick-disabled):before,
    .four-blocs .slick-next:focus:hover:not(.slick-disabled):before {
      background-image: url(images/icon-start-green-c46fbc8dfc4a313d762f.svg); }

.contacts-clients-block .slick-dots,
.three-blocs .slick-dots,
.four-blocs .slick-dots {
  bottom: -67px; }

@media (max-width: 1199.98px) {
  .contacts-clients-block.slick-dotted.slick-slider,
  .three-blocs.slick-dotted.slick-slider,
  .four-blocs.slick-dotted.slick-slider {
    margin-bottom: 8.125rem; } }

.slick-prev {
  right: unset !important;
  left: -18px; }
  .slick-prev:before {
    transform: rotate(180deg); }
  @media (max-width: 767.98px) {
    .slick-prev {
      left: 15px; } }

.slick-next {
  left: unset !important;
  right: -18px; }
  @media (max-width: 767.98px) {
    .slick-next {
      right: 15px; } }

.podcasts-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 40px; }
  @media (max-width: 1199.98px) {
    .podcasts-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .podcasts-container {
      grid-template-columns: repeat(1, 1fr); } }
  .podcasts-container .podcast-teaser {
    height: 100%;
    padding: 7px;
    border-radius: 32px;
    border: 4px solid #DCEBDC;
    background: #EBF5F0;
    overflow: hidden;
    text-decoration: none; }
    .podcasts-container .podcast-teaser:hover {
      background: #154734; }
  .podcasts-container .podcast-teaser-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none; }
  .podcasts-container .image-container {
    height: 160px; }
    @media (max-width: 767.98px) {
      .podcasts-container .image-container {
        display: none; } }
  .podcasts-container .info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding: 20px;
    min-height: 160px;
    border-radius: 0 20px 0 0;
    background: #ffffff; }
    .podcasts-container .info p {
      margin: 0;
      padding: 0; }
    .podcasts-container .info .title {
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical; }
  .podcasts-container .host {
    color: #000000;
    font-family: 'BNPP Type', sans-serif;
    font-size: 18px; }
  .podcasts-container .title {
    font-size: 16px; }

.podcast-teaser-v2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 36px;
  gap: 30px; }
  @media (min-width: 768px) {
    .podcast-teaser-v2 {
      flex-direction: row;
      gap: initial; } }
  .podcast-teaser-v2 > div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 20px;
    gap: 30px; }
    @media (min-width: 768px) {
      .podcast-teaser-v2 > div:first-of-type {
        gap: initial; } }
  .podcast-teaser-v2 > div:last-of-type img {
    width: 100%; }

.single-podcast h1.single-podcast__title {
  font-size: 64px;
  font-family: 'BNPP Type', sans-serif;
  line-height: 1.2; }
  @media (max-width: 1199.98px) {
    .single-podcast h1.single-podcast__title {
      margin-bottom: 24px;
      font-size: 32px; } }

.single-podcast .single-podcast__emission {
  font-size: 32px;
  font-family: 'BNPP Type', sans-serif;
  font-weight: 700; }
  @media (max-width: 1199.98px) {
    .single-podcast .single-podcast__emission {
      font-size: 24px; } }

@media (max-width: 1199.98px) {
  .single-podcast .podcast-player-container {
    text-align: center; }
    .single-podcast .podcast-player-container .ausha-player {
      width: 100% !important; }
    .single-podcast .podcast-player-container .btn-transcription {
      margin-block: 14px 30px;
      width: 100%; } }

.single-podcast .ausha-player {
  width: 320px !important; }

.single-podcast .podcast-details .date, .single-podcast .podcast-details .duration {
  display: block;
  color: #000000;
  font-size: 14px; }

.card:is(.card-pink, .card-green) {
  margin-inline: auto;
  margin-block: 3rem !important;
  margin-block-start: 0;
  padding: 24px;
  max-width: 1000px;
  box-shadow: none;
  border-radius: 36px; }
  .card:is(.card-pink, .card-green).card-pink {
    background-color: #FAEBEB; }
  .card:is(.card-pink, .card-green).card-green {
    background-color: #ebf5f0; }
  @media (min-width: 768px) {
    .card:is(.card-pink, .card-green) {
      margin-block: 6rem !important;
      padding: 32px 64px; } }
  .card:is(.card-pink, .card-green) .title-h3 {
    font-family: "BNPP Type", sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .card:is(.card-pink, .card-green) .title-h3 {
        font-size: 32px;
        font-size: 2rem; } }

.filter-groups {
  margin-block: 30px; }
  .filter-groups ul {
    display: flex;
    gap: 8px;
    padding-left: 0;
    list-style-type: none; }
    @media (min-width: 576px) {
      .filter-groups ul {
        gap: 24px; } }
  .filter-groups button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
    min-width: 70px;
    height: 48px;
    border-radius: 24px;
    border: 2px solid #154734;
    background: var(--Background-primary, #ffffff);
    color: #154734;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-size: 0.875rem; }
    .filter-groups button:hover, .filter-groups button[aria-expanded="true"] {
      background: #154734;
      color: #ffffff; }

form:has(.filter-group) {
  position: relative; }

.filter-panel ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  list-style-type: none; }
  @media (min-width: 768px) {
    .filter-panel ul {
      flex-direction: row; } }
  .filter-panel ul li {
    display: flex;
    padding-inline: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 2px solid #154734;
    font-size: 14px;
    font-size: 0.875rem; }
    .filter-panel ul li [type="checkbox"] {
      --size: 24px;
      --radius: 4px;
      --border: #154734;
      --bg: $white;
      --accent: #154734;
      --icon-scale: .68;
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none;
      width: var(--size);
      height: var(--size);
      margin: 0;
      border: 2px solid var(--border);
      border-radius: var(--radius);
      background-color: #ffffff;
      position: relative;
      cursor: pointer;
      vertical-align: middle;
      transition: border-color .15s ease, background-color .15s ease, box-shadow .15s;
      /* Accessibility */ }
      .filter-panel ul li [type="checkbox"]::after {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: calc(var(--size) * var(--icon-scale));
        height: calc(var(--size) * var(--icon-scale));
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE0IDExIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTEyLjkyNDkgMEw0LjMzODk5IDguNzk2OTZMMi4wNzUxIDUuNDUyODRMMCA2LjU1NDM2TDQuMzM4OTkgMTFMIDE0IDEuMTAxNTJMMTIuOTI0OSAwWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transform: scale(0.9);
        transition: transform .12s ease-in-out, opacity .12s ease-in-out; }
      .filter-panel ul li [type="checkbox"]:checked {
        border-color: var(--accent);
        background-color: var(--accent); }
      .filter-panel ul li [type="checkbox"]:checked::after {
        opacity: 1;
        transform: scale(1); }
      .filter-panel ul li [type="checkbox"]:focus-visible {
        outline: 2px solid color-mix(in srgb, var(--accent) 60%, black);
        outline-offset: 2px; }
      .filter-panel ul li [type="checkbox"]:disabled {
        opacity: .45;
        cursor: not-allowed; }
    .filter-panel ul li label {
      flex: 1;
      display: flex;
      align-items: center;
      margin-bottom: 0;
      height: 52px;
      cursor: pointer; }

.filtersBtnSubmit {
  display: block;
  margin: 32px auto 16px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: none;
  color: #154734;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; }
  .filtersBtnSubmit:hover {
    text-decoration: underline; }

.card.card-primary h3,
.filter-group,
.card-cover .article-header h3,
.card-cover .preview {
  font-family: "Open Sans", sans-serif; }

.card.article .date-container, .card-cover .date-container {
  font-family: "Open Sans", sans-serif; }

.card-cover .article-header .article-title h3 {
  font-size: 18px;
  font-size: 1.125rem; }

.card-cover .preview {
  font-size: 16px;
  font-size: 1rem; }

.text-heading {
  font-size: 16px;
  font-size: 1rem; }
  .text-heading h2 {
    margin-bottom: 1em;
    line-height: 1;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .text-heading h2 {
        font-size: 32px;
        font-size: 2rem; } }

body:not(.search-results) .featured-posts {
  margin-bottom: 10rem; }
  @media (min-width: 1200px) {
    body:not(.search-results) .featured-posts {
      margin-bottom: 0; } }
  body:not(.search-results) .featured-posts .article {
    margin-bottom: 32px; }
    @media (min-width: 1308px) {
      body:not(.search-results) .featured-posts .article {
        margin-bottom: 0; } }
  body:not(.search-results) .featured-posts .slick-slide {
    margin: 0 12px; }
  body:not(.search-results) .featured-posts .slick-prev,
  body:not(.search-results) .featured-posts .slick-next {
    top: 50%;
    transform: translateY(-80%);
    padding: 16px 8px;
    border-radius: 12px;
    background-color: #ffffff;
    width: 64px;
    height: 80px;
    box-shadow: -1px 1px 4px 0px #0000001a;
    z-index: 1;
    transition: box-shadow 0.1s ease-in-out; }
    body:not(.search-results) .featured-posts .slick-prev:hover,
    body:not(.search-results) .featured-posts .slick-next:hover {
      box-shadow: -1px 1px 4px 0px #0000001a, -4px 5px 7px 0px #00000017, -10px 12px 9px 0px #0000000d, -17px 21px 11px 0px #00000003, -27px 33px 12px 0px #00000000; }
    body:not(.search-results) .featured-posts .slick-prev:before,
    body:not(.search-results) .featured-posts .slick-next:before {
      content: '';
      font-family: 'Font Awesome 6 Free';
      font-style: normal;
      font-weight: 900;
      color: #6B6E71;
      opacity: 1;
      position: relative;
      font-size: 25px;
      font-size: 1.5625rem;
      top: unset !important;
      left: unset !important;
      right: unset !important;
      background-image: url(images/icon-start-white-8843bf616a1c4bbb8eeb.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 48px;
      height: 48px;
      display: inline-block;
      transition: background-image 0.1s ease; }
      @media (min-width: 1308px) {
        body:not(.search-results) .featured-posts .slick-prev:before,
        body:not(.search-results) .featured-posts .slick-next:before {
          font-size: 48px;
          font-size: 3rem; } }
      @media (max-width: 767.98px) {
        body:not(.search-results) .featured-posts .slick-prev:before,
        body:not(.search-results) .featured-posts .slick-next:before {
          background-image: url(images/icon-start-white-8843bf616a1c4bbb8eeb.svg);
          background-size: unset; } }
    @media (max-width: 767.98px) {
      body:not(.search-results) .featured-posts .slick-prev,
      body:not(.search-results) .featured-posts .slick-next {
        top: 100%;
        transform: translateY(70%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        background-color: #154734;
        transition: background-color 0.1s ease; }
        body:not(.search-results) .featured-posts .slick-prev.slick-disabled,
        body:not(.search-results) .featured-posts .slick-next.slick-disabled {
          background-color: #f2f3f3; }
        body:not(.search-results) .featured-posts .slick-prev:hover:not(.slick-disabled),
        body:not(.search-results) .featured-posts .slick-next:hover:not(.slick-disabled) {
          background-color: #ffffff;
          box-shadow: 0px 3px 8px 0px #0000004D;
          border: 1.5px solid #154734; }
          body:not(.search-results) .featured-posts .slick-prev:hover:not(.slick-disabled):before,
          body:not(.search-results) .featured-posts .slick-next:hover:not(.slick-disabled):before {
            background-image: url(images/icon-start-green-c46fbc8dfc4a313d762f.svg); } }
  body:not(.search-results) .featured-posts .slick-prev {
    right: unset !important;
    left: -18px; }
    body:not(.search-results) .featured-posts .slick-prev:before {
      transform: rotate(180deg); }
    @media (max-width: 767.98px) {
      body:not(.search-results) .featured-posts .slick-prev {
        left: 15px; } }
  body:not(.search-results) .featured-posts .slick-next {
    left: unset !important;
    right: -18px; }
    @media (max-width: 767.98px) {
      body:not(.search-results) .featured-posts .slick-next {
        right: 15px; } }

body:not(.search-results) .articles .article-container,
body:not(.search-results) .featured-posts .article-container {
  padding: 0; }
  body:not(.search-results) .articles .article-container .article,
  body:not(.search-results) .featured-posts .article-container .article {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px;
    overflow: hidden;
    border-radius: 24px 24px 24px 0;
    cursor: pointer;
    transition: box-shadow .2s ease, margin .2s ease, border-radius .2s ease; }
    body:not(.search-results) .articles .article-container .article:hover, body:not(.search-results) .articles .article-container .article:focus-within,
    body:not(.search-results) .featured-posts .article-container .article:hover,
    body:not(.search-results) .featured-posts .article-container .article:focus-within {
      margin: 0 10px 20px;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
      border-radius: 24px; }
    body:not(.search-results) .articles .article-container .article .info,
    body:not(.search-results) .featured-posts .article-container .article .info {
      position: relative;
      z-index: 1;
      width: 100%;
      background: #ffffff;
      padding: 24px;
      pointer-events: none;
      min-height: 40%;
      border-top-right-radius: 36px;
      margin-top: -41px; }
      body:not(.search-results) .articles .article-container .article .info .categories,
      body:not(.search-results) .featured-posts .article-container .article .info .categories {
        height: 37px;
        overflow: hidden; }
      @media (min-width: 1308px) {
        body:not(.search-results) .articles .article-container .article .info,
        body:not(.search-results) .featured-posts .article-container .article .info {
          min-height: 33%; } }
      body:not(.search-results) .articles .article-container .article .info > *,
      body:not(.search-results) .featured-posts .article-container .article .info > * {
        pointer-events: all; }
    body:not(.search-results) .articles .article-container .article .categories .btn,
    body:not(.search-results) .featured-posts .article-container .article .categories .btn {
      position: relative;
      z-index: 2;
      background-color: var(--cat-bg, #337F37);
      border: 2px solid transparent;
      transition: all .2s ease-in-out;
      text-decoration: none; }
      body:not(.search-results) .articles .article-container .article .categories .btn.no-bg,
      body:not(.search-results) .featured-posts .article-container .article .categories .btn.no-bg {
        padding-left: 0;
        color: #000000;
        background-color: transparent; }
      body:not(.search-results) .articles .article-container .article .categories .btn:hover, body:not(.search-results) .articles .article-container .article .categories .btn:focus,
      body:not(.search-results) .featured-posts .article-container .article .categories .btn:hover,
      body:not(.search-results) .featured-posts .article-container .article .categories .btn:focus {
        background-color: transparent;
        border-color: #154734;
        color: #154734;
        text-decoration: underline;
        outline: 0; }
    body:not(.search-results) .articles .article-container .article .date,
    body:not(.search-results) .featured-posts .article-container .article .date {
      margin-bottom: 24px;
      font-size: 16px;
      font-size: 1rem; }
    body:not(.search-results) .articles .article-container .article a,
    body:not(.search-results) .featured-posts .article-container .article a {
      color: #000000;
      text-decoration: none; }
      body:not(.search-results) .articles .article-container .article a:hover,
      body:not(.search-results) .featured-posts .article-container .article a:hover {
        color: #000000;
        text-decoration: underline; }
    body:not(.search-results) .articles .article-container .article h3,
    body:not(.search-results) .articles .article-container .article .title-h3,
    body:not(.search-results) .featured-posts .article-container .article h3,
    body:not(.search-results) .featured-posts .article-container .article .title-h3 {
      margin-bottom: 0 !important;
      height: 50px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      color: #000000;
      font-weight: bold;
      text-overflow: ellipsis;
      line-clamp: 2;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical; }
      body:not(.search-results) .articles .article-container .article h3.unclamp,
      body:not(.search-results) .articles .article-container .article .title-h3.unclamp,
      body:not(.search-results) .featured-posts .article-container .article h3.unclamp,
      body:not(.search-results) .featured-posts .article-container .article .title-h3.unclamp {
        height: auto;
        display: block;
        -webkit-box-orient: initial;
        -webkit-line-clamp: unset;
        overflow: visible;
        line-clamp: unset; }
      body:not(.search-results) .articles .article-container .article h3:hover,
      body:not(.search-results) .articles .article-container .article .title-h3:hover,
      body:not(.search-results) .featured-posts .article-container .article h3:hover,
      body:not(.search-results) .featured-posts .article-container .article .title-h3:hover {
        color: var(--brand-primary); }
    body:not(.search-results) .articles .article-container .article .image,
    body:not(.search-results) .featured-posts .article-container .article .image {
      overflow: hidden;
      z-index: 1;
      width: 100%;
      height: 100%; }
      body:not(.search-results) .articles .article-container .article .image img,
      body:not(.search-results) .featured-posts .article-container .article .image img {
        width: 100%;
        height: 280px;
        -o-object-fit: cover;
           object-fit: cover; }

.is-blog-page .article-container .article,
.is-press-page .article-container .article {
  border: 1px solid #E0E0E0;
  cursor: pointer; }
  .is-blog-page .article-container .article .article-title a,
  .is-press-page .article-container .article .article-title a {
    transition: color .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
    transition: color .2s ease-in-out, text-decoration .2s ease-in-out;
    transition: color .2s ease-in-out, text-decoration .2s ease-in-out, -webkit-text-decoration .2s ease-in-out; }
  .is-blog-page .article-container .article .article-title a:focus-visible,
  .is-press-page .article-container .article .article-title a:focus-visible {
    outline: 0; }
  .is-blog-page .article-container .article:hover .article-title a,
  .is-blog-page .article-container .article:focus-within .article-title a,
  .is-press-page .article-container .article:hover .article-title a,
  .is-press-page .article-container .article:focus-within .article-title a {
    color: #154734 !important;
    text-decoration: underline !important; }

.articles-container > .container {
  padding: 0 16px; }

.articles-container h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem; }
  .articles-container h3.unclamp {
    height: auto;
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    overflow: visible;
    line-clamp: unset; }

.articles-container .articles-inline {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .articles-container .articles-inline .article {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 60px;
    border-radius: 24px;
    margin-top: 10px;
    cursor: pointer;
    transition: box-shadow .2s ease, margin .2s ease; }
    .articles-container .articles-inline .article:hover, .articles-container .articles-inline .article:focus-within {
      margin-top: 0;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18); }
    .articles-container .articles-inline .article a {
      color: #000000;
      text-decoration: none; }
      .articles-container .articles-inline .article a:hover {
        color: #000000;
        text-decoration: underline; }
  .articles-container .articles-inline .image {
    display: block;
    max-width: 340px;
    height: 196px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .articles-container .articles-inline .image {
        display: none; } }
    .articles-container .articles-inline .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .articles-container .articles-inline .info {
    max-width: 60%;
    width: 100%;
    padding: 24px; }
    @media (max-width: 1199.98px) {
      .articles-container .articles-inline .info {
        max-width: 100%; } }
  .articles-container .articles-inline .categories .btn {
    position: relative;
    z-index: 2;
    background-color: var(--cat-bg, #337F37);
    color: #ffffff;
    border: 2px solid transparent;
    transition: all .2s ease-in-out;
    text-decoration: none; }
    .articles-container .articles-inline .categories .btn.no-bg {
      padding-left: 0;
      color: #000000;
      background-color: transparent; }
    .articles-container .articles-inline .categories .btn:hover {
      background-color: transparent;
      border-color: #154734;
      color: #154734;
      text-decoration: underline; }
  .articles-container .articles-inline .date {
    margin-bottom: 24px;
    font-size: 16px;
    font-size: 1rem; }

.pagination {
  margin-top: 64px; }
  @media (max-width: 1199.98px) {
    .pagination {
      margin-top: 32px; } }
  .pagination .next,
  .pagination .prev {
    display: none; }
  .pagination .pages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0; }
    .pagination .pages li {
      margin: 0 !important; }
      .pagination .pages li span,
      .pagination .pages li a {
        display: flex;
        margin: 0;
        width: 48px;
        height: 48px;
        padding: 8px;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
        border: 1px solid #154734;
        background: #ffffff;
        color: #154734;
        transition: all 0.2s ease-in-out;
        font-weight: 700;
        text-decoration: none;
        font-size: 14px;
        font-size: 0.875rem; }
        .pagination .pages li span:hover, .pagination .pages li span.current,
        .pagination .pages li a:hover,
        .pagination .pages li a.current {
          background-color: #154734;
          color: #ffffff; }

@media (min-width: 768px) {
  .members-list {
    gap: 0; }
    .members-list > article {
      margin: 12px;
      transition: box-shadow 0.2s ease-in-out, margin 0.2s ease-in-out;
      cursor: pointer; }
      .members-list > article:hover, .members-list > article:focus-within {
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
        margin: 5px 7px; }
      .members-list > article a {
        text-decoration: none !important; } }

#main-header:has(#main-nav:not(.mobile) .block-search.is-visible) {
  border-radius: 0;
  box-shadow: none; }

#main-header #top-bar {
  padding-block: 20px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left; }
  #main-header #top-bar a {
    padding-block: 5px;
    color: #000000;
    line-height: 2.25em;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    text-decoration-color: transparent;
    text-decoration-style: solid; }
    #main-header #top-bar a:hover {
      text-decoration-color: #154734;
      color: #154734; }
    #main-header #top-bar a.active {
      margin-right: 15px;
      text-decoration-color: #154734;
      text-decoration-line: underline;
      color: #154734;
      font-weight: 700; }
    @media (max-width: 1199.98px) {
      #main-header #top-bar a {
        font-size: 11px;
        font-size: 0.6875rem; } }
  #main-header #top-bar .menu-top,
  #main-header #top-bar .wpml-ls-statics-shortcode_actions {
    margin-right: 0 !important;
    padding: 0; }
  #main-header #top-bar .menu-top li {
    padding: 0; }
    #main-header #top-bar .menu-top li:after {
      content: '|' !important;
      margin-inline: 15px;
      color: #AAAFB5; }
  #main-header #top-bar .wpml-ls-legacy-list-horizontal {
    position: relative;
    top: -1px;
    margin-left: 0 !important; }
    @media (min-width: 1200px) {
      #main-header #top-bar .wpml-ls-legacy-list-horizontal {
        margin-left: 60px !important; } }
    #main-header #top-bar .wpml-ls-legacy-list-horizontal ul li:after {
      content: ''; }
    #main-header #top-bar .wpml-ls-legacy-list-horizontal a {
      line-height: 1; }
    #main-header #top-bar .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
      color: #154734;
      text-decoration-line: underline;
      text-decoration-color: #154734; }

#main-header #main-nav {
  background: transparent; }
  #main-header #main-nav.mobile a {
    font-weight: normal;
    text-decoration: none; }
    #main-header #main-nav.mobile a:hover {
      color: #154734;
      text-decoration: underline !important;
      text-decoration-thickness: 2px;
      text-underline-offset: 6px;
      text-decoration-style: solid;
      text-decoration-color: #154734; }
  @media (min-width: 1200px) {
    #main-header #main-nav .main-nav-links {
      display: flex;
      align-items: center;
      gap: 20px;
      height: 60px; } }
  #main-header #main-nav.mobile .wpml-ls > ul {
    display: flex; }
  #main-header #main-nav.mobile .wpml-ls-link {
    display: inline-block !important; }
  @media (max-width: 1199.98px) {
    #main-header #main-nav {
      position: static;
      margin-top: 20px;
      padding-top: 10px;
      border-top: #007A4D 3px solid; } }
  @media (min-width: 1200px) {
    #main-header #main-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #main-header #main-nav ul.menu-main {
        display: flex;
        margin-bottom: 0;
        height: 100%;
        font-size: 18px;
        font-size: 1.125rem; }
        #main-header #main-nav ul.menu-main > li {
          margin: 0 5px;
          height: 100%; } }
      @media (min-width: 1200px) and (min-width: 1200px) {
        #main-header #main-nav ul.menu-main > li {
          margin: 0 12px; } }
  @media (min-width: 1200px) {
          #main-header #main-nav ul.menu-main > li:first-child {
            margin: 0 5px 0 0; } }
        @media (min-width: 1200px) and (min-width: 1200px) {
          #main-header #main-nav ul.menu-main > li:first-child {
            margin: 0 12px 0 0; } }
  @media (min-width: 1200px) {
          #main-header #main-nav ul.menu-main > li.home {
            flex-shrink: 0; }
          #main-header #main-nav ul.menu-main > li a {
            display: flex;
            align-items: center;
            padding: 0;
            height: 100%;
            font-size: 14px;
            font-size: 0.875rem;
            font-family: "Open Sans", sans-serif;
            font-weight: normal;
            line-height: 1;
            box-sizing: content-box;
            text-decoration: none;
            border-bottom-width: 2px !important; }
          #main-header #main-nav ul.menu-main > li.active a,
          #main-header #main-nav ul.menu-main > li a:hover {
            color: #154734;
            border-bottom-color: #154734; }
          #main-header #main-nav ul.menu-main > li.active a {
            font-weight: 700; }
      #main-header #main-nav .search-button {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-right: 10px;
        padding: 10px;
        width: 42px;
        height: 42px;
        background: #008859;
        border-radius: 4px;
        color: #ffffff !important;
        font-size: 20px;
        font-size: 1.25rem;
        text-decoration: none;
        border: none;
        transition: all 0.25s ease-out; }
        #main-header #main-nav .search-button.is-active, #main-header #main-nav .search-button:hover {
          text-decoration: none;
          background: #ffffff;
          border: 2px solid #008859; }
          #main-header #main-nav .search-button.is-active .fa-search::before, #main-header #main-nav .search-button:hover .fa-search::before {
            color: #008859; } }

#main-header .mobile-sticky {
  position: relative;
  background: #fff;
  z-index: 10; }

#main-header .main-logo-wrapper {
  height: 100%; }
  @media (max-width: 767.98px) {
    #main-header .main-logo-wrapper {
      flex: 1; } }
  #main-header .main-logo-wrapper .main-logo {
    display: inline-block; }
    @media (max-width: 767.98px) {
      #main-header .main-logo-wrapper .main-logo {
        position: static; } }
    @media (max-width: 1199.98px) {
      #main-header .main-logo-wrapper .main-logo {
        top: 0;
        left: 0;
        padding: 0; } }
    @media (min-width: 1200px) {
      #main-header .main-logo-wrapper .main-logo {
        height: 100%;
        padding: 10px; } }

#main-header .block-search.mobile.is-visible {
  padding: 10px 0;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.14); }

#main-header .block-search:not(.mobile) {
  padding-block: 0; }
  #main-header .block-search:not(.mobile) .nav-search-container {
    border-radius: 0 0 8px 8px;
    background: #ffffff;
    box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.14); }
    @media (min-width: 1200px) {
      #main-header .block-search:not(.mobile) .nav-search-container {
        box-shadow: none; } }

#main-header .block-search .nav-search-container input {
  padding-left: 10px;
  border-bottom: none; }

#main-header .search-form .form-group {
  margin-bottom: 0; }
  #main-header .search-form .form-group button {
    background-size: 50%;
    background-position: center; }

#main-header .main-header-wrapper {
  position: relative; }
  @media (max-width: 767.98px) {
    #main-header .main-header-wrapper {
      align-items: center;
      padding: 0; } }
  @media (min-width: 1200px) {
    #main-header .main-header-wrapper {
      padding: 0;
      display: flex;
      align-items: center;
      height: 60px;
      border-radius: 10px;
      background: #ffffff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
      #main-header .main-header-wrapper.sticky {
        left: auto !important;
        border-radius: 0 0 10px 10px; } }

#main-header .block-search:not(.mobile) {
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% + 2px));
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }

#main-header .block-search .nav-search-container input[type="text"] {
  color: #6c757d;
  font-family: "BNPP Sans", sans-serif; }

#main-header .block-search .nav-search-container button {
  background-size: 70%; }

#main-footer {
  box-shadow: none; }
  #main-footer a {
    color: #6B6E71;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    text-decoration-color: transparent;
    text-decoration-style: solid; }
    #main-footer a:hover {
      color: #154734 !important;
      text-decoration-color: #154734; }
  #main-footer .footer-logo {
    display: block !important;
    border-bottom: 1px solid #6B6E71;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #main-footer .footer-logo img {
      max-width: 257px; }
  #main-footer h3, #main-footer .title-h3 {
    margin-bottom: 20px; }
  #main-footer .footer-wrapper {
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 0;
    border-top: none;
    border-bottom: 1px solid #6B6E71; }
    @media (min-width: 1200px) {
      #main-footer .footer-wrapper {
        margin-top: 0;
        padding-top: 0; } }
  #main-footer .footer-wrapper .col-social .social-links {
    font-size: 1em; }
    #main-footer .footer-wrapper .col-social .social-links a:hover {
      color: #154734; }
  #main-footer .menu-register li:not(:last-child) {
    margin: 0 0 32px 0; }
  #main-footer .menu-register a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "BNPP Type", sans-serif;
    line-height: 20px;
    font-weight: 700; }
  #main-footer #bottom-bar {
    padding: 0;
    background-color: #ffffff; }
    #main-footer #bottom-bar a {
      color: #6B6E71; }
      #main-footer #bottom-bar a:after {
        content: ""; }
  #main-footer #bottom-bar .menu-bottom {
    padding: 0;
    font-family: "BNPP Sans", sans-serif;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    list-style: none;
    display: flex;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 16px;
    flex-wrap: wrap;
    letter-spacing: 0.05em; }
  #main-footer li.active > a {
    color: var(--brand-primary); }

body.pojo-a11y-high-contrast #main-content .hero .title-container,
body.pojo-a11y-negative-contrast #main-content .hero .title-container,
body.pojo-a11y-light-background #main-content .hero .title-container {
  background: none !important; }

body.pojo-a11y-high-contrast #main-content .featured-content .item .content,
body.pojo-a11y-negative-contrast #main-content .featured-content .item .content,
body.pojo-a11y-light-background #main-content .featured-content .item .content {
  background: none !important; }

body.pojo-a11y-high-contrast #main-content .frise-chronologique .frise-event span,
body.pojo-a11y-negative-contrast #main-content .frise-chronologique .frise-event span,
body.pojo-a11y-light-background #main-content .frise-chronologique .frise-event span {
  background: #999999 !important; }

body.pojo-a11y-high-contrast #main-content .frise-chronologique .frise-event .title-only span,
body.pojo-a11y-negative-contrast #main-content .frise-chronologique .frise-event .title-only span,
body.pojo-a11y-light-background #main-content .frise-chronologique .frise-event .title-only span {
  background: none !important; }

body.pojo-a11y-high-contrast #main-content .carte-interactive .carte,
body.pojo-a11y-negative-contrast #main-content .carte-interactive .carte,
body.pojo-a11y-light-background #main-content .carte-interactive .carte {
  background: #fff !important; }

body.pojo-a11y-high-contrast #main-content .carte-interactive div, body.pojo-a11y-high-contrast #main-content .carte-interactive canvas,
body.pojo-a11y-negative-contrast #main-content .carte-interactive div,
body.pojo-a11y-negative-contrast #main-content .carte-interactive canvas,
body.pojo-a11y-light-background #main-content .carte-interactive div,
body.pojo-a11y-light-background #main-content .carte-interactive canvas {
  background: none !important; }

body.pojo-a11y-high-contrast #main-content .frise-chronologique .title-only span {
  color: #fff !important; }

body.pojo-a11y-negative-contrast #main-content .frise-chronologique .title-only span {
  color: #ff0 !important; }

body.pojo-a11y-light-background #main-content .frise-chronologique .title-only span {
  color: #000 !important; }

.wpcf7-form {
  padding: 60px 0 100px; }
  @media (max-width: 1199.98px) {
    .wpcf7-form {
      padding: 0 20px;
      box-shadow: none; } }
  .wpcf7-form .row {
    align-items: center; }
  .wpcf7-form .form-group {
    margin-bottom: 30px;
    padding: 0 7px; }
    @media (max-width: 1199.98px) {
      .wpcf7-form .form-group.col-lg-1 {
        margin-bottom: 20px; } }
    .wpcf7-form .form-group p {
      margin: 0; }
  .wpcf7-form label {
    width: 100%;
    text-align: left;
    margin: 0; }
    @media (max-width: 1199.98px) {
      .wpcf7-form label {
        text-align: left; } }
  .wpcf7-form input, .wpcf7-form select, .wpcf7-form .form-control {
    padding-left: 20px;
    padding-right: 20px;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5; }
    .wpcf7-form input:not([type="radio"]), .wpcf7-form select:not([type="radio"]), .wpcf7-form .form-control:not([type="radio"]) {
      height: 53px; }
    .wpcf7-form input:not([type="submit"]):not([type="radio"]), .wpcf7-form select:not([type="submit"]):not([type="radio"]), .wpcf7-form .form-control:not([type="submit"]):not([type="radio"]) {
      border-color: #154734 !important;
      border-radius: 5px;
      width: 100%;
      padding-top: 7px; }
    .wpcf7-form input[type="submit"], .wpcf7-form select[type="submit"], .wpcf7-form .form-control[type="submit"] {
      float: right; }
      @media (max-width: 1199.98px) {
        .wpcf7-form input[type="submit"], .wpcf7-form select[type="submit"], .wpcf7-form .form-control[type="submit"] {
          float: none;
          margin: auto; } }
  .wpcf7-form textarea {
    min-height: 106px !important; }
  .wpcf7-form .form-group-select {
    position: relative; }
    .wpcf7-form .form-group-select:after {
      content: "\f078";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      right: 2px;
      position: absolute;
      top: 27px;
      transform: translateY(-50%);
      background: transparent;
      padding-right: 20px;
      pointer-events: none; }
    .wpcf7-form .form-group-select select {
      cursor: pointer; }
  .wpcf7-form .selectric {
    border: 2px solid #154734 !important;
    border-radius: 5px;
    width: 100%;
    padding-top: 7px; }
  .wpcf7-form .selectric .button {
    background: transparent;
    border-radius: 0px;
    display: block;
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    color: #6B6E71;
    text-align: center; }
  .wpcf7-form .selectric .button:after {
    content: "\F078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: transparent;
    border-bottom: none; }
  .wpcf7-form .selectric .button:after {
    width: 65px;
    height: 38px;
    line-height: 28px; }
  .wpcf7-form .selectric .label {
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400; }
  .wpcf7-form .selectric-items {
    background-color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5; }
    .wpcf7-form .selectric-items li {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5; }
  .wpcf7-form .wpcf7-form-control.wpcf7-radio {
    display: flex; }
    @media (max-width: 1199.98px) {
      .wpcf7-form .wpcf7-form-control.wpcf7-radio {
        flex-direction: column; } }
  .wpcf7-form .form-group-radio label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 60px; }
    .wpcf7-form .form-group-radio label input {
      margin-right: 5px;
      opacity: 0; }
      .wpcf7-form .form-group-radio label input + span {
        position: relative; }
        .wpcf7-form .form-group-radio label input + span:after {
          content: "";
          display: block;
          background: #ffffff;
          width: 15px;
          height: 15px;
          position: absolute;
          left: -30px;
          top: 50%;
          transform: translateY(-50%);
          border: 1px solid #154734;
          border-radius: 100%; }
      .wpcf7-form .form-group-radio label input:checked + span:after {
        background: #154734; }

.info-detail {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px; }

.wpcf7-form-control-wrap {
  position: static; }

span.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  color: #CF013C;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  display: block; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  color: red;
  max-width: 800px;
  margin: auto; }

.wp-block-button.is-download .wp-block-button__link {
  display: inline-flex !important;
  padding-left: 40px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.3628 14.1381C11.7153 14.4906 12.2928 14.4906 12.6453 14.1381L15.3153 11.4681C15.6603 11.1231 15.6903 10.5606 15.3603 10.2006C15.0078 9.81814 14.4078 9.80314 14.0478 10.1706L13.6878 10.5381C13.4028 10.8231 12.9153 10.6206 12.9153 10.2156V7.25314C12.9153 6.76564 12.5403 6.34564 12.0528 6.32314C11.5353 6.30064 11.1003 6.71314 11.1003 7.23064V10.2156C11.1003 10.6206 10.6128 10.8231 10.3278 10.5381L9.96777 10.1706C9.61527 9.81814 9.03777 9.81814 8.68527 10.1706C8.33277 10.5231 8.33277 11.1006 8.68527 11.4531L11.3703 14.1381H11.3628Z\" fill=\"%23154734\"/><path d=\"M16.5529 12.6681C16.0504 12.6756 15.6604 13.1031 15.6604 13.6056V15.6756H8.34039V13.5756C8.34039 13.0731 7.93539 12.6681 7.43289 12.6681C6.93039 12.6681 6.52539 13.0731 6.52539 13.5756V16.8081C6.52539 17.1831 6.83289 17.4906 7.20789 17.4906H16.8004C17.1754 17.4906 17.4829 17.1831 17.4829 16.8081V13.5756C17.4829 13.0656 17.0704 12.6606 16.5604 12.6681\" fill=\"%23154734\"/></svg>") !important; }
  .wp-block-button.is-download .wp-block-button__link:hover {
    background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.3628 14.1381C11.7153 14.4906 12.2928 14.4906 12.6453 14.1381L15.3153 11.4681C15.6603 11.1231 15.6903 10.5606 15.3603 10.2006C15.0078 9.81814 14.4078 9.80314 14.0478 10.1706L13.6878 10.5381C13.4028 10.8231 12.9153 10.6206 12.9153 10.2156V7.25314C12.9153 6.76564 12.5403 6.34564 12.0528 6.32314C11.5353 6.30064 11.1003 6.71314 11.1003 7.23064V10.2156C11.1003 10.6206 10.6128 10.8231 10.3278 10.5381L9.96777 10.1706C9.61527 9.81814 9.03777 9.81814 8.68527 10.1706C8.33277 10.5231 8.33277 11.1006 8.68527 11.4531L11.3703 14.1381H11.3628Z\" fill=\"%23ffffff\"/><path d=\"M16.5529 12.6681C16.0504 12.6756 15.6604 13.1031 15.6604 13.6056V15.6756H8.34039V13.5756C8.34039 13.0731 7.93539 12.6681 7.43289 12.6681C6.93039 12.6681 6.52539 13.0731 6.52539 13.5756V16.8081C6.52539 17.1831 6.83289 17.4906 7.20789 17.4906H16.8004C17.1754 17.4906 17.4829 17.1831 17.4829 16.8081V13.5756C17.4829 13.0656 17.0704 12.6606 16.5604 12.6681\" fill=\"%23ffffff\"/></svg>") !important; }

.wp-block-button.is-close .wp-block-button__link {
  display: inline-flex !important;
  padding-left: 40px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.3856 7.49344L12.5256 9.35344C12.2331 9.64594 11.7606 9.64594 11.4681 9.35344L9.60813 7.49344C9.02313 6.90844 8.07063 6.90844 7.48563 7.49344C6.90062 8.07844 6.90062 9.03094 7.48563 9.61594L9.33813 11.4759C9.63063 11.7684 9.63063 12.2409 9.33813 12.5334L7.48563 14.3859C6.90062 14.9709 6.90062 15.9234 7.48563 16.5084C8.07063 17.0934 9.02313 17.0934 9.60813 16.5084L11.4681 14.6484C11.7606 14.3559 12.2331 14.3559 12.5256 14.6484L14.3856 16.5084C14.9706 17.0934 15.9231 17.0934 16.5081 16.5084C17.0931 15.9234 17.0931 14.9709 16.5081 14.3859L14.6481 12.5334C14.3556 12.2409 14.3556 11.7684 14.6481 11.4759L16.5081 9.61594C17.0931 9.03094 17.0931 8.07844 16.5081 7.49344C15.9231 6.90844 14.9706 6.90844 14.3856 7.49344Z\" fill=\"%23154734\"/></svg>") !important; }
  .wp-block-button.is-close .wp-block-button__link:hover {
    background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.3856 7.49344L12.5256 9.35344C12.2331 9.64594 11.7606 9.64594 11.4681 9.35344L9.60813 7.49344C9.02313 6.90844 8.07063 6.90844 7.48563 7.49344C6.90062 8.07844 6.90062 9.03094 7.48563 9.61594L9.33813 11.4759C9.63063 11.7684 9.63063 12.2409 9.33813 12.5334L7.48563 14.3859C6.90062 14.9709 6.90062 15.9234 7.48563 16.5084C8.07063 17.0934 9.02313 17.0934 9.60813 16.5084L11.4681 14.6484C11.7606 14.3559 12.2331 14.3559 12.5256 14.6484L14.3856 16.5084C14.9706 17.0934 15.9231 17.0934 16.5081 16.5084C17.0931 15.9234 17.0931 14.9709 16.5081 14.3859L14.6481 12.5334C14.3556 12.2409 14.3556 11.7684 14.6481 11.4759L16.5081 9.61594C17.0931 9.03094 17.0931 8.07844 16.5081 7.49344C15.9231 6.90844 14.9706 6.90844 14.3856 7.49344Z\" fill=\"%23ffffff\"/></svg>") !important; }

.wp-block-button.is-external .wp-block-button__link {
  padding-right: 40px !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.6597 6.83203H9.41974C8.60974 6.83203 7.91974 7.45453 7.88224 8.25703C7.84474 9.11953 8.52724 9.83203 9.38224 9.83203H10.2297C10.8972 9.83203 11.2347 10.642 10.7622 11.1145L7.30474 14.572C6.73474 15.142 6.68224 16.072 7.22224 16.672C7.79974 17.3095 8.78974 17.3245 9.38974 16.7245L12.8772 13.237C13.3497 12.7645 14.1597 13.102 14.1597 13.7695V14.5795C14.1597 15.3895 14.7822 16.0795 15.5847 16.117C16.4472 16.1545 17.1597 15.472 17.1597 14.617V8.33203C17.1597 7.50703 16.4847 6.83203 15.6597 6.83203Z\" fill=\"%23154734\"/></svg>") !important; }
  .wp-block-button.is-external .wp-block-button__link:hover {
    background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.6597 6.83203H9.41974C8.60974 6.83203 7.91974 7.45453 7.88224 8.25703C7.84474 9.11953 8.52724 9.83203 9.38224 9.83203H10.2297C10.8972 9.83203 11.2347 10.642 10.7622 11.1145L7.30474 14.572C6.73474 15.142 6.68224 16.072 7.22224 16.672C7.79974 17.3095 8.78974 17.3245 9.38974 16.7245L12.8772 13.237C13.3497 12.7645 14.1597 13.102 14.1597 13.7695V14.5795C14.1597 15.3895 14.7822 16.0795 15.5847 16.117C16.4472 16.1545 17.1597 15.472 17.1597 14.617V8.33203C17.1597 7.50703 16.4847 6.83203 15.6597 6.83203Z\" fill=\"%23ffffff\"/></svg>") !important; }

.wp-block-button .wp-block-button__link {
  background-color: #ffffff;
  padding: 12px 16px;
  border: 1.5px solid #154734;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  color: #154734;
  outline: 2px solid transparent; }
  .wp-block-button .wp-block-button__link:hover {
    background-color: #154734;
    color: #fff;
    box-shadow: 0px 3px 8px 0px #0000004D; }
  .wp-block-button .wp-block-button__link:focus {
    outline: none;
    box-shadow: none; }
  .wp-block-button .wp-block-button__link:focus-visible {
    outline: 3px solid #337F37 !important;
    outline-offset: 2px; }

.wp-block-button.dark-background .wp-block-button__link:hover {
  outline-color: #ffffff; }

.wp-block-button.is-style-fill .wp-block-button__link {
  background-color: #154734;
  color: #fff; }
  .wp-block-button.is-style-fill .wp-block-button__link:hover {
    background-color: transparent;
    color: #154734; }

@media (max-width: 1307.98px) {
  .wp-block-button.full-width-mobile {
    width: 100%; }
    .wp-block-button.full-width-mobile .wp-block-button__link {
      width: 100%; } }

.download-link {
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #154734 !important;
  padding: 15px 0 15px !important; }
  .download-link:before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.3628 14.1381C11.7153 14.4906 12.2928 14.4906 12.6453 14.1381L15.3153 11.4681C15.6603 11.1231 15.6903 10.5606 15.3603 10.2006C15.0078 9.81814 14.4078 9.80314 14.0478 10.1706L13.6878 10.5381C13.4028 10.8231 12.9153 10.6206 12.9153 10.2156V7.25314C12.9153 6.76564 12.5403 6.34564 12.0528 6.32314C11.5353 6.30064 11.1003 6.71314 11.1003 7.23064V10.2156C11.1003 10.6206 10.6128 10.8231 10.3278 10.5381L9.96777 10.1706C9.61527 9.81814 9.03777 9.81814 8.68527 10.1706C8.33277 10.5231 8.33277 11.1006 8.68527 11.4531L11.3703 14.1381H11.3628Z\" fill=\"%23154734\"/><path d=\"M16.5529 12.6681C16.0504 12.6756 15.6604 13.1031 15.6604 13.6056V15.6756H8.34039V13.5756C8.34039 13.0731 7.93539 12.6681 7.43289 12.6681C6.93039 12.6681 6.52539 13.0731 6.52539 13.5756V16.8081C6.52539 17.1831 6.83289 17.4906 7.20789 17.4906H16.8004C17.1754 17.4906 17.4829 17.1831 17.4829 16.8081V13.5756C17.4829 13.0656 17.0704 12.6606 16.5604 12.6681\" fill=\"%23154734\"/></svg>") !important;
    transition: background-image 0.2s ease-in-out; }
  .download-link:hover {
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5px;
    color: #267B76 !important; }
    .download-link:hover:before {
      background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.3628 14.1381C11.7153 14.4906 12.2928 14.4906 12.6453 14.1381L15.3153 11.4681C15.6603 11.1231 15.6903 10.5606 15.3603 10.2006C15.0078 9.81814 14.4078 9.80314 14.0478 10.1706L13.6878 10.5381C13.4028 10.8231 12.9153 10.6206 12.9153 10.2156V7.25314C12.9153 6.76564 12.5403 6.34564 12.0528 6.32314C11.5353 6.30064 11.1003 6.71314 11.1003 7.23064V10.2156C11.1003 10.6206 10.6128 10.8231 10.3278 10.5381L9.96777 10.1706C9.61527 9.81814 9.03777 9.81814 8.68527 10.1706C8.33277 10.5231 8.33277 11.1006 8.68527 11.4531L11.3703 14.1381H11.3628Z\" fill=\"%23267B76\"/><path d=\"M16.5529 12.6681C16.0504 12.6756 15.6604 13.1031 15.6604 13.6056V15.6756H8.34039V13.5756C8.34039 13.0731 7.93539 12.6681 7.43289 12.6681C6.93039 12.6681 6.52539 13.0731 6.52539 13.5756V16.8081C6.52539 17.1831 6.83289 17.4906 7.20789 17.4906H16.8004C17.1754 17.4906 17.4829 17.1831 17.4829 16.8081V13.5756C17.4829 13.0656 17.0704 12.6606 16.5604 12.6681\" fill=\"%23267B76\"/></svg>") !important; }
  @media (max-width: 1199.98px) {
    .download-link {
      padding: 9px 0 9px !important; } }

.key-figures {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .key-figures .wp-block-media-text {
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding: 24px 32px;
    position: relative;
    overflow: hidden;
    height: 100%;
    gap: 16px; }
    .key-figures .wp-block-media-text.background-1 {
      background-color: #96dc00;
      color: #154734; }
      .key-figures .wp-block-media-text.background-1::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(images/key-figures-background-1-bba1b61676133a50d3f9.png) center/cover no-repeat;
        opacity: 0.6;
        pointer-events: none;
        z-index: 0; }
    .key-figures .wp-block-media-text.background-2 {
      background-color: #337f37;
      color: #ffffff; }
      .key-figures .wp-block-media-text.background-2::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(images/key-figures-background-2-544dbe891475098ff080.png) center/cover no-repeat;
        opacity: 0.07;
        pointer-events: none;
        z-index: 0;
        transform: scale(1.5); }
    .key-figures .wp-block-media-text.background-3 {
      background-color: #154734;
      color: #ffffff; }
      .key-figures .wp-block-media-text.background-3::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(images/key-figures-background-3-c7fd0efa8e9e481627d0.png) center/cover no-repeat;
        opacity: 0.04;
        pointer-events: none;
        transform: rotate(180deg);
        z-index: 0; }
    .key-figures .wp-block-media-text.neutral {
      align-items: center;
      justify-content: center;
      background-color: #f2f3f3;
      padding: 40px; }
      .key-figures .wp-block-media-text.neutral .wp-block-media-text__content {
        text-align: center;
        padding: 0 20px; }
      .key-figures .wp-block-media-text.neutral .wp-block-heading {
        margin-bottom: 10px;
        color: #154734; }
      .key-figures .wp-block-media-text.neutral p,
      .key-figures .wp-block-media-text.neutral .wp-block-pargraph {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
        color: #000000;
        margin: 0; }
    .key-figures .wp-block-media-text .wp-block-media-text__media {
      align-self: auto;
      z-index: 1;
      text-align: left;
      margin: 0; }
      .key-figures .wp-block-media-text .wp-block-media-text__media > img {
        height: 72px;
        width: 72px; }
    .key-figures .wp-block-media-text .wp-block-media-text__content {
      padding: 0;
      align-self: auto;
      z-index: 1; }
    .key-figures .wp-block-media-text .wp-block-heading {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 26px;
      margin: 0;
      letter-spacing: 0.05em; }
    .key-figures .wp-block-media-text:not(.neutral) p,
    .key-figures .wp-block-media-text:not(.neutral) .wp-block-pargraph {
      font-family: "BNPP Type", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      font-weight: 700;
      margin: 0;
      letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    .key-figures {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 24px; } }
  @media (min-width: 1200px) {
    .key-figures {
      grid-template-columns: repeat(3, 1fr);
      row-gap: 64px; }
      .key-figures .wp-block-media-text {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start; }
        .key-figures .wp-block-media-text .wp-block-heading {
          font-size: 32px;
          font-size: 2rem;
          line-height: 38px; }
        .key-figures .wp-block-media-text:not(.neutral) p,
        .key-figures .wp-block-media-text:not(.neutral) .wp-block-pargraph {
          font-size: 18px;
          font-size: 1.125rem; }
        .key-figures .wp-block-media-text .wp-block-media-text__media > img {
          height: 80px;
          width: 80px; } }

.foundation-title {
  font-size: 64px;
  font-size: 4rem; }
  @media (max-width: 1199.98px) {
    .foundation-title {
      font-size: 32px;
      font-size: 2rem; } }

.foundation-subtitle {
  font-size: 32px;
  font-size: 2rem; }
  @media (max-width: 1199.98px) {
    .foundation-subtitle {
      font-size: 24px;
      font-size: 1.5rem; } }

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  margin: 0; }
  .foundation-grid > * {
    margin: 0 !important; }
    @media (max-width: 1199.98px) {
      .foundation-grid > * * img {
        max-height: 8.9375rem;
        -o-object-fit: contain;
           object-fit: contain; } }
  @media (max-width: 1199.98px) {
    .foundation-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 1.5rem; } }

.block-carousel-foundation-members .slick-slide > * > .wp-block-group {
  border: 4px solid #dcebdc;
  border-radius: 32px;
  padding: var(--wp--preset--spacing--20);
  width: 100%;
  display: inline-block; }

@media (min-width: 768px) {
  .block-carousel-foundation-members .slick-dots {
    margin-bottom: 2.5rem; } }

#maps-section .maps-title {
  padding: 0;
  margin: 0 0 16px;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    #maps-section .maps-title {
      font-size: 32px;
      font-size: 2rem; } }

#maps-section .maps-paragraph {
  margin: 0 0 24px;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    #maps-section .maps-paragraph {
      margin: 0 0 60px; } }

#maps-section .maps-container {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 1200px) {
    #maps-section .maps-container {
      flex-direction: row;
      gap: 40px;
      justify-content: space-between;
      align-items: flex-end; } }

#maps-section .maps-info {
  background-color: #dcebdc;
  border-radius: 28px;
  padding: 32px 40px;
  position: relative;
  margin-top: 250px; }
  @media (min-width: 1200px) {
    #maps-section .maps-info {
      max-width: 400px;
      padding: 40px 50px;
      margin-top: 0; } }

#maps-section .maps-info img.mascotte {
  position: absolute;
  bottom: 70%;
  right: 0;
  text-align: right;
  margin: 0;
  max-width: 320px; }
  @media (min-width: 1200px) {
    #maps-section .maps-info img.mascotte {
      max-width: 100%; } }

#maps-section .maps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

#maps-section .maps-list__item {
  display: flex;
  align-items: center;
  gap: 8px; }

#maps-section .maps-list__item img {
  width: 32px;
  height: 32px; }

#maps-section .maps-item__text {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4; }

#maps-section .iframe-wrapper {
  width: 100%;
  padding-bottom: 60%;
  min-height: 320px; }
  @media (min-width: 1200px) {
    #maps-section .iframe-wrapper {
      max-width: 700px;
      padding-bottom: 46%; } }

#maps-section .iframe-wrapper iframe {
  width: 100%;
  min-height: 320px;
  border: 3px solid #154734 !important;
  border-radius: 28px; }
  @media (min-width: 1200px) {
    #maps-section .iframe-wrapper iframe {
      min-height: 480px; } }

/* Basic layout */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 100%; }

.dropdown-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding-inline: 24px;
  width: 100%;
  height: 70px;
  background: #F2F3F3;
  color: #154734;
  border: 0;
  cursor: pointer;
  border-radius: 36px;
  font-family: "BNPP Type", sans-serif;
  font-size: 16px;
  font-weight: 700; }
  .dropdown-button:after {
    content: url("data:image/svg+xml,<svg width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"38\" height=\"38\" rx=\"19\" fill=\"white\"/><path d=\"M11.6702 21.3796L17.5902 27.2996C18.3702 28.0796 19.6402 28.0796 20.4202 27.2996L26.3002 21.4196C27.0602 20.6596 27.1302 19.4196 26.4102 18.6196C25.6402 17.7696 24.3202 17.7496 23.5102 18.5496L22.7102 19.3496C22.0802 19.9796 21.0002 19.5296 21.0002 18.6396V12.0996C21.0002 10.9996 20.1002 10.0996 19.0002 10.0996C17.9002 10.0996 17.0002 10.9996 17.0002 12.0996V18.6396C17.0002 19.5296 15.9202 19.9796 15.2902 19.3496L14.4902 18.5496C13.7102 17.7696 12.4402 17.7696 11.6602 18.5496C10.8802 19.3296 10.8802 20.5996 11.6602 21.3796\" fill=\"%23154734\"/></svg>"); }

.dropdown-button:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px; }

/* Hide from all, incl. AT */
[hidden] {
  display: none !important; }

/* Menu panel */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  padding: 4px 0;
  min-width: 180px;
  max-height: 300px;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 26px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  overflow-y: auto; }

/* Items */
.dropdown-item {
  display: block;
  padding: 8px 24px;
  text-decoration: none;
  color: #111; }
  .dropdown-item:hover {
    color: #154734;
    text-decoration: none; }

.dropdown-item:hover {
  background: #F2F3F3; }

.dropdown-item:focus {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
  background: #eef6ff; }

.wide-bg-yellow,
.wide-bg-green,
.wide-bg-pink,
.wide-bg-blue {
  position: relative;
  padding-block: 96px; }
  @media (max-width: 1199.98px) {
    .wide-bg-yellow,
    .wide-bg-green,
    .wide-bg-pink,
    .wide-bg-blue {
      padding-block: 46px; } }
  .wide-bg-yellow:before,
  .wide-bg-green:before,
  .wide-bg-pink:before,
  .wide-bg-blue:before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: -120px;
    top: 0;
    width: calc(100% + 240px);
    height: 100%;
    border-radius: 64px; }
    @media (max-width: 767.98px) {
      .wide-bg-yellow:before,
      .wide-bg-green:before,
      .wide-bg-pink:before,
      .wide-bg-blue:before {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 24px; } }
  .wide-bg-yellow.wide-bg-yellow:before,
  .wide-bg-green.wide-bg-yellow:before,
  .wide-bg-pink.wide-bg-yellow:before,
  .wide-bg-blue.wide-bg-yellow:before {
    background-color: #FAF5CD; }
  .wide-bg-yellow.wide-bg-green:before,
  .wide-bg-green.wide-bg-green:before,
  .wide-bg-pink.wide-bg-green:before,
  .wide-bg-blue.wide-bg-green:before {
    background-color: #ebf5f0; }
  .wide-bg-yellow.wide-bg-pink:before,
  .wide-bg-green.wide-bg-pink:before,
  .wide-bg-pink.wide-bg-pink:before,
  .wide-bg-blue.wide-bg-pink:before {
    background-color: #F9ECE1; }
  .wide-bg-yellow.wide-bg-blue:before,
  .wide-bg-green.wide-bg-blue:before,
  .wide-bg-pink.wide-bg-blue:before,
  .wide-bg-blue.wide-bg-blue:before {
    background-color: #EBF2FA; }

.our-brands-wallet {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px; }
  .our-brands-wallet figure {
    margin-bottom: 0; }

.chips-media {
  display: flex;
  align-items: flex-start;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .chips-media {
      padding-top: 40px; } }
  .chips-media .chips-media__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex: 1;
    align-items: flex-start; }
    .chips-media .chips-media__chips p {
      display: flex;
      margin-bottom: 0;
      padding: var(--Spacing-spacing-m, 16px);
      justify-content: center;
      align-items: center;
      font-weight: 700;
      border-radius: var(--Radius-border-radius-xs, 8px);
      background: var(--Background-surface-turquoise, #EBF5F0); }
  .chips-media .chips-media__media {
    display: none; }
    @media (min-width: 1308px) {
      .chips-media .chips-media__media {
        display: block;
        padding-left: 60px; } }
    .chips-media .chips-media__media img {
      max-width: none;
      width: auto; }

.col-bg-col .wp-block-heading {
  margin-bottom: 2em; }

.col-bg-col-inner {
  display: flex;
  justify-content: space-between;
  background-size: 220px !important; }
  @media (max-width: 1199.98px) {
    .col-bg-col-inner {
      background-image: none !important; } }

.col-bg-col-item {
  font-weight: bold;
  text-align: center; }

.wp-block-group:has(> .col-bg-col-item) {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.yellow-card {
  position: relative;
  margin: 0;
  padding: 40px 20px 80px;
  background-color: var(--wp--preset--color--yellow) !important;
  background-image: url("data:image/svg+xml,%3Csvg width=%27477%27 height=%27259%27 viewBox=%270 0 477 259%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M375.241 0C360.078 60.1425 304.77 104.872 238.979 104.872C173.189 104.872 117.922 60.1425 102.758 0H-56C-39.221 145.728 86.4352 259 239.021 259C391.606 259 517.221 145.728 534 0H375.241Z%27 fill=%27white%27 fill-opacity=%270.24%27/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 32px; }
  .yellow-card .wp-block-buttons {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (max-width: 1199.98px) {
      .yellow-card .wp-block-buttons {
        left: 0; } }

@media (max-width: 1199.98px) {
  .card-blue-credito {
    background-size: cover !important; }
    .card-blue-credito img {
      height: 200px;
      -o-object-fit: contain !important;
         object-fit: contain !important; } }

/* CHIPS */
.chip-large-green,
.chip-large-blue,
.chip-large-green-light {
  list-style-type: none;
  display: flex; }
  .chip-large-green:before,
  .chip-large-blue:before,
  .chip-large-green-light:before {
    content: " ";
    flex-shrink: 0;
    display: inline-block;
    margin: 0.2em 10px 0 0;
    width: 50px;
    height: 14px;
    border-radius: 32px; }
    @media (max-width: 767.98px) {
      .chip-large-green:before,
      .chip-large-blue:before,
      .chip-large-green-light:before {
        width: 25px; } }
  .chip-large-green.chip-large-green:before,
  .chip-large-blue.chip-large-green:before,
  .chip-large-green-light.chip-large-green:before {
    background-color: #01AB62; }
  .chip-large-green.chip-large-blue:before,
  .chip-large-blue.chip-large-blue:before,
  .chip-large-green-light.chip-large-blue:before {
    background-color: #0275CD; }
  .chip-large-green.chip-large-green-light:before,
  .chip-large-blue.chip-large-green-light:before,
  .chip-large-green-light.chip-large-green-light:before {
    background-color: #8EC703; }

.chip-arrow {
  list-style-type: none; }
  @media (max-width: 767.98px) {
    .chip-arrow {
      padding-left: 0; } }
  .chip-arrow li {
    display: flex; }
  .chip-arrow li:before {
    display: inline-block;
    width: 32px;
    height: 32px;
    list-style-type: none;
    content: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M24.3199 17.4192L18.4399 23.2992C17.6799 24.0592 16.4399 24.1292 15.6399 23.4092C14.7899 22.6392 14.7699 21.3192 15.5699 20.5092L16.3699 19.7092C16.9999 19.0792 16.5499 17.9992 15.6599 17.9992H9.13986C8.05986 17.9992 7.13986 17.1692 7.08986 16.0992C7.03986 14.9492 7.94986 13.9992 9.08986 13.9992H15.6699C16.5599 13.9992 17.0099 12.9192 16.3799 12.2892L15.5799 11.4892C14.7999 10.7092 14.7999 9.43922 15.5799 8.65922C16.3599 7.87922 17.6299 7.87922 18.4099 8.65922L24.3299 14.5792C25.1099 15.3592 25.1099 16.6292 24.3299 17.4092%27 fill=%27%23154734%27/%3E%3C/svg%3E%0A");
    vertical-align: middle; }

.Hero.is-home {
  background-image: url(images/hero-pattern-eb8a928a887b1e177c1d.png);
  background-size: cover; }

.quote-card img {
  width: 6rem;
  height: 3.9375rem; }

@media (min-width: 768px) {
  .quote-card img {
    width: 9.25rem;
    height: 6.125rem; } }

.finger-perfect-card img {
  width: 9.375rem;
  height: 9.375rem; }

@media (min-width: 768px) {
  .finger-perfect-card img {
    width: 13.75rem;
    height: 13.75rem; } }

.credito-pose-card img {
  width: 9.5625rem;
  height: 9.5625rem; }

@media (min-width: 768px) {
  .credito-pose-card img {
    width: 13.75rem;
    height: 13.75rem; } }

.quote-card .text,
.finger-perfect-card .text,
.credito-pose-card .text {
  font-size: 16px;
  font-size: 1rem; }

@media (min-width: 768px) {
  .quote-card .text,
  .finger-perfect-card .text,
  .credito-pose-card .text {
    font-size: 24px;
    font-size: 1.5rem; } }

.reports {
  display: block !important; }
  @media (min-width: 768px) {
    .reports {
      display: flex !important;
      flex-direction: row-reverse;
      gap: 24px; } }
  .reports .reports-links .wp-block-heading {
    margin-bottom: 1rem; }
  .reports .reports-links .wp-block-heading:not(:first-child) {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #E0E0E0; }
    @media (min-width: 768px) {
      .reports .reports-links .wp-block-heading:not(:first-child) {
        margin-top: 40px;
        padding-top: 40px; } }
  .reports .reports-links .wp-block-heading + .download-link {
    margin-top: 0;
    padding-top: 0 !important; }
  .reports .reports-links .download-link {
    display: flex;
    margin-top: 10px;
    padding-bottom: 0 !important;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none; }
    .reports .reports-links .download-link:hover {
      color: #154734 !important;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .reports .reports-nav {
      position: sticky;
      top: 80px; } }
  .reports .reports-nav > .wp-block-group {
    background: #F2F3F3;
    border-radius: 36px; }
  .reports .reports-nav .wp-block-column {
    margin-left: 0; }
  .reports .reports-nav > .dropdown {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .reports .reports-nav > .dropdown {
        display: none; } }
  .reports .reports-nav .wp-block-buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 24px;
    max-height: calc(100vh - 140px);
    overflow: hidden;
    overflow-y: auto; }
  .reports .reports-nav .wp-block-button {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0; }
    .reports .reports-nav .wp-block-button:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .reports .reports-nav .wp-block-button a {
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    transition: none;
    color: #6B6E71; }
    .reports .reports-nav .wp-block-button a:focus, .reports .reports-nav .wp-block-button a:hover {
      color: #154734;
      outline: none !important; }

.card-partner-activity,
.card-individual-activity {
  border-radius: 24px;
  background: transparent !important; }
  @media (min-width: 768px) {
    .card-partner-activity.card-partner-activity,
    .card-individual-activity.card-partner-activity {
      background: #c3dff4 !important; }
    .card-partner-activity.card-individual-activity,
    .card-individual-activity.card-individual-activity {
      background: #f9bd95 !important; }
    .card-partner-activity .wp-block-image,
    .card-individual-activity .wp-block-image {
      max-height: 190px; } }
  @media (max-width: 1199.98px) {
    .card-partner-activity > .wp-block-group:first-child,
    .card-individual-activity > .wp-block-group:first-child {
      border-radius: 24px; }
    .card-partner-activity.card-partner-activity > .wp-block-group:first-child,
    .card-individual-activity.card-partner-activity > .wp-block-group:first-child {
      background: #c3dff4 !important; }
    .card-partner-activity.card-individual-activity > .wp-block-group:first-child,
    .card-individual-activity.card-individual-activity > .wp-block-group:first-child {
      background: #f9bd95 !important; }
    .card-partner-activity .wp-block-buttons,
    .card-individual-activity .wp-block-buttons {
      margin-top: 0 !important; } }

.card-icon-text.wp-block-media-text {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (max-width: 1199.98px) {
    .card-icon-text.wp-block-media-text {
      display: block; } }
  @media (max-width: 1199.98px) {
    .card-icon-text.wp-block-media-text .wp-block-media-text__media {
      margin-bottom: 2rem;
      text-align: center; } }
  .card-icon-text.wp-block-media-text .wp-block-media-text__media img {
    width: 220px; }
    @media (max-width: 767.98px) {
      .card-icon-text.wp-block-media-text .wp-block-media-text__media img {
        height: 150px;
        width: auto; } }

.block.staff {
  margin: 15px 0; }
  .block.staff .staff-member {
    margin-bottom: 10px; }
  .block.staff p {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    font-size: 18px; }
    .block.staff p strong {
      font-size: 23px; }

.block.offres .offre {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column; }
  .block.offres .offre:hover .hover {
    transform: none; }

.block.offres .image-container img {
  width: 100%;
  height: auto; }

.block.offres .title-container {
  text-align: center;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1; }
  .block.offres .title-container h3 {
    font-size: 20px;
    margin: 0; }

.block.offres .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .25s ease;
  font-weight: 700;
  transform: translateX(-100%); }

.wp-block-columns:has(.carte-interactive) {
  margin: 2rem 0 0; }
  @media (max-width: 1199.98px) {
    .wp-block-columns:has(.carte-interactive) {
      flex-direction: column; } }

.carte-interactive {
  padding: 0;
  position: relative; }

.carte-interactive .carte {
  width: 100%;
  height: 258px;
  border-radius: 28px;
  border: 2.5px solid #F6663B;
  overflow: hidden; }
  .carte-interactive .carte::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 768px) {
    .carte-interactive .carte {
      height: 520px; } }

.carte-info {
  display: none;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #337F37;
  padding: 20px 15px 15px;
  margin: 30px auto; }
  .carte-info.active {
    display: flex; }
  @media (min-width: 768px) {
    .carte-info {
      display: none !important; } }
  .carte-info h3, .carte-info p {
    margin: 0 0 5px; }
  .carte-info h3 {
    text-transform: capitalize; }
  .carte-info p {
    color: #8c8989; }

.am5-modal-content {
  position: relative;
  max-width: 480px;
  animation-name: fadein;
  animation-duration: .25s; }
  .am5-modal-content h3, .am5-modal-content p {
    margin: 0 0 5px; }
  .am5-modal-content h3 {
    text-transform: capitalize; }
  .am5-modal-content p {
    color: #8c8989; }
  .am5-modal-content .close {
    position: absolute;
    top: 2px;
    right: 7px;
    color: #8c8989;
    cursor: pointer; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: none; } }

.carte-interactive-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%; }
  .carte-interactive-info .carte-interactive-info-content {
    position: relative;
    padding: 0;
    border-radius: 28px;
    background: #FEEDE1; }
    @media (max-width: 1199.98px) {
      .carte-interactive-info .carte-interactive-info-content {
        margin-top: 300px; } }
    .carte-interactive-info .carte-interactive-info-content > .wp-block-image {
      position: absolute;
      bottom: 70%;
      right: 0;
      text-align: right; }
      .carte-interactive-info .carte-interactive-info-content > .wp-block-image img {
        height: 100%;
        width: auto; }
    .carte-interactive-info .carte-interactive-info-content > p {
      padding: 40px 40px 0; }
    .carte-interactive-info .carte-interactive-info-content .wp-block-buttons {
      text-align: right; }

.zoom-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  position: absolute;
  bottom: 18px;
  right: 28px; }
  .zoom-buttons-container .zoom-button {
    background-color: #502305;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease; }
    .zoom-buttons-container .zoom-button:hover {
      background-color: #F6663B;
      box-shadow: 0px 3px 8px 0px #0000004D; }
    .zoom-buttons-container .zoom-button:focus {
      outline: 3px solid #F6663B;
      outline-offset: 2px; }
    @media (max-width: 767.98px) {
      .zoom-buttons-container .zoom-button {
        width: 52px;
        height: 53px; } }
  @media (max-width: 767.98px) {
    .zoom-buttons-container {
      position: relative;
      bottom: auto;
      right: auto;
      flex-direction: row;
      gap: 16px;
      margin-top: 10px; } }

.chiffres-cles {
  position: relative;
  padding: 32px 0; }
  @media (min-width: 1200px) {
    .chiffres-cles {
      padding: 96px 0; } }
  .chiffres-cles .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center; }
  .chiffres-cles .chiffre {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: start; }
    @media (min-width: 1200px) {
      .chiffres-cles .chiffre {
        margin-bottom: 64px; } }
    .chiffres-cles .chiffre .icon {
      height: 60px;
      margin-bottom: 20px; }
      .chiffres-cles .chiffre .icon img {
        height: 100%;
        width: auto; }
    .chiffres-cles .chiffre .title-h3 {
      text-transform: none;
      margin: 0 auto 5px;
      position: relative;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 20px;
      font-weight: bold;
      font-family: "BNPP Type", sans-serif;
      line-height: 1.2;
      position: relative; }
      .chiffres-cles .chiffre .title-h3 small {
        position: absolute;
        font-weight: normal;
        font-size: 12px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%); }
      @media (min-width: 1200px) {
        .chiffres-cles .chiffre .title-h3 {
          font-size: 40px; } }
      .chiffres-cles .chiffre .title-h3 > span {
        display: inline;
        clear: both;
        margin-bottom: 30px;
        background-repeat: no-repeat;
        will-change: background-size;
        background-image: linear-gradient(transparent 50%, var(--brand-primary) 50%);
        text-decoration: none;
        background-size: 0% 100%;
        transition: background-size .5s ease-out; }
        .chiffres-cles .chiffre .title-h3 > span:hover {
          background-size: 100% 100%; }
    .chiffres-cles .chiffre p {
      font-size: 15px;
      margin: 0;
      line-height: 1em; }
      @media (min-width: 1200px) {
        .chiffres-cles .chiffre p {
          font-size: 20px; } }

.citation-twitter .quote {
  background-color: var(--brand-primary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.citation-twitter .quote.bg-img {
  position: relative; }
  .citation-twitter .quote.bg-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: #000000;
    opacity: 0.65; }
  .citation-twitter .quote.bg-img blockquote {
    position: relative;
    z-index: 2; }
  .citation-twitter .quote.bg-img blockquote p {
    color: #ffffff; }

.citation-twitter blockquote {
  color: #ffffff;
  padding: 30px  !important; }
  .citation-twitter blockquote:before {
    display: none; }
  .citation-twitter blockquote p {
    text-align: left;
    color: #6B6E71;
    position: relative;
    padding: 45px 0 0 20px; }
    @media (min-width: 1200px) {
      .citation-twitter blockquote p {
        padding: 45px 0 0 70px; } }
    .citation-twitter blockquote p:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url(images/quote-white-da77896c1155ebb76fe1.png) top center no-repeat;
      background-size: cover;
      width: 40px;
      height: 31px; }
      @media (min-width: 1200px) {
        .citation-twitter blockquote p:before {
          width: 59px;
          height: 46px; } }
  .citation-twitter blockquote cite {
    text-align: center;
    color: #ffffff;
    line-height: 1.25em;
    padding-top: 10px; }
    @media (min-width: 1200px) {
      .citation-twitter blockquote cite {
        padding-top: 25px; } }
    .citation-twitter blockquote cite:before {
      content: "\f099";
      color: #ffffff;
      position: relative;
      top: inherit;
      bottom: inherit;
      left: inherit;
      right: inherit;
      font-family: "Font Awesome 6 Brands";
      font-weight: 400;
      width: auto;
      height: auto;
      display: inline-block;
      margin-bottom: 5px;
      background: none; }
  @media (min-width: 1200px) {
    .citation-twitter blockquote {
      padding: 100px 160px !important; } }

.galerie-images img {
  width: 100%;
  margin-bottom: 32px;
  height: auto; }

@media (max-width: 1199.98px) {
  .galerie-images .row {
    margin-left: -8px;
    margin-right: -8px; }
  .galerie-images .col-4,
  .galerie-images .col-3 {
    padding-left: 8px;
    padding-right: 8px; } }

.block-carrousel-articles:has(.container:is(.wide-bg-yellow,
.wide-bg-green,
.wide-bg-pink,
.wide-bg-blue)) {
  margin-bottom: 3rem !important; }
  @media (min-width: 768px) {
    .block-carrousel-articles:has(.container:is(.wide-bg-yellow,
    .wide-bg-green,
    .wide-bg-pink,
    .wide-bg-blue)) {
      margin-bottom: 6rem !important; } }
  .block-carrousel-articles:has(.container:is(.wide-bg-yellow,
  .wide-bg-green,
  .wide-bg-pink,
  .wide-bg-blue)) .container {
    position: relative;
    padding-block: 96px 80px; }
    @media (max-width: 1307.98px) {
      .block-carrousel-articles:has(.container:is(.wide-bg-yellow,
      .wide-bg-green,
      .wide-bg-pink,
      .wide-bg-blue)) .container {
        padding-block: 40px 126px; } }

.block-carrousel-articles .container {
  position: relative; }
  .block-carrousel-articles .container:has(.slick-dots) {
    padding-bottom: 3rem; }
  @media (max-width: 767.98px) {
    .block-carrousel-articles .container {
      padding-bottom: 5rem; }
      .block-carrousel-articles .container:has(.slick-dots) {
        padding-bottom: 8rem; } }

.block-carrousel-articles .articles {
  margin-left: -16px;
  margin-right: -16px; }

.block-carrousel-articles .articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 69px; }
  .block-carrousel-articles .articles-header .btn-wrapper {
    flex-shrink: 0; }
  @media (max-width: 767.98px) {
    .block-carrousel-articles .articles-header {
      margin-bottom: 0; }
      .block-carrousel-articles .articles-header .btn-wrapper {
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
        padding: 0 24px; }
        .block-carrousel-articles .articles-header .btn-wrapper .btn {
          width: 100%; } }

.block-carrousel-articles .title-wrapper h2 {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .block-carrousel-articles .title-wrapper h2 {
      margin-bottom: 0; } }

.block-carrousel-articles .title-wrapper p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0; }

.block-carrousel-articles .article-container {
  position: relative;
  padding-left: 16px;
  padding-right: 16px; }

.block-carrousel-articles.metier .article, .block-carrousel-articles.metier-en .article, .block-carrousel-articles.job .article {
  background-color: #E6E6F5;
  padding: 12px;
  border: 4px solid #D2D2F3;
  border-radius: 24px !important; }
  .block-carrousel-articles.metier .article .image, .block-carrousel-articles.metier-en .article .image, .block-carrousel-articles.job .article .image {
    border-radius: 20px 20px 0 0; }
  .block-carrousel-articles.metier .article .info, .block-carrousel-articles.metier-en .article .info, .block-carrousel-articles.job .article .info {
    border-radius: 0 20px 20px 20px !important; }

.block-carrousel-articles.metier .categories, .block-carrousel-articles.metier-en .categories, .block-carrousel-articles.job .categories {
  display: none; }

@media (max-width: 767.98px) {
  .block-carrousel-articles.metier[data-wpr-lazyrender], .block-carrousel-articles.metier-en[data-wpr-lazyrender], .block-carrousel-articles.job[data-wpr-lazyrender] {
    margin-bottom: 0 !important; }
    .block-carrousel-articles.metier[data-wpr-lazyrender] .container:has(.slick-dots), .block-carrousel-articles.metier-en[data-wpr-lazyrender] .container:has(.slick-dots), .block-carrousel-articles.job[data-wpr-lazyrender] .container:has(.slick-dots) {
      padding-bottom: 10rem !important; }
    .block-carrousel-articles.metier[data-wpr-lazyrender] .articles-header .btn-wrapper, .block-carrousel-articles.metier-en[data-wpr-lazyrender] .articles-header .btn-wrapper, .block-carrousel-articles.job[data-wpr-lazyrender] .articles-header .btn-wrapper {
      bottom: 0 !important; } }

.block-carrousel-articles--single > .container {
  padding-block-end: 126px !important; }
  .block-carrousel-articles--single > .container > .articles > .slick-dots {
    bottom: -60px; }

@media (min-width: 768px) {
  .block-carrousel-articles {
    border-radius: 48px; } }

.citation-avec-titre .quote {
  background: var(--brand-primary);
  text-align: left;
  padding: 30px; }
  .citation-avec-titre .quote.with-title {
    margin-top: -50px; }
  @media (min-width: 1308px) {
    .citation-avec-titre .quote {
      padding: 90px 180px 80px;
      text-align: center; } }
  .citation-avec-titre .quote blockquote {
    margin: 0;
    position: relative; }
    .citation-avec-titre .quote blockquote p {
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      font-weight: normal; }
    .citation-avec-titre .quote blockquote:before {
      background: url(images/quotes-white-1b762e2a3d9820e96658.png);
      background-size: cover; }
    .citation-avec-titre .quote blockquote:after {
      content: '';
      background: #ffffff;
      bottom: -30px;
      right: 0;
      position: absolute;
      width: 90px;
      height: 8px; }
    @media (min-width: 768px) {
      .citation-avec-titre .quote blockquote p {
        font-size: 22px; } }
    @media (min-width: 1308px) {
      .citation-avec-titre .quote blockquote p {
        font-size: 26px; } }

.featured-content .item {
  position: relative;
  padding-bottom: 56.5%;
  /* 16:9 */
  height: 0;
  background-size: cover;
  margin-bottom: 32px;
  overflow: hidden;
  transition: all 0.3s ease; }
  .featured-content .item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none; }
  .featured-content .item h3, .featured-content .item p {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    transition: transform 0.3s ease;
    margin-bottom: 1rem; }
  .featured-content .item .subtitle {
    margin: 0; }
  .featured-content .item:focus-within .content {
    outline: 2px solid black; }
  .featured-content .item .content {
    padding: 30px 30% 30px 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.8s ease; }
    .featured-content .item .content .btn-more {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.3s ease;
      color: #ffffff;
      text-transform: uppercase;
      border: 2px solid #ffffff;
      padding: 8px 16px;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 10px;
      font-weight: bold;
      font-size: 14px;
      background-color: var(--brand-primary); }
  .featured-content .item:has(a) {
    background-size: 100%;
    transition: background-size 0.8s ease; }
    .featured-content .item:has(a):hover {
      background-size: 110%; }
      .featured-content .item:has(a):hover .content h3, .featured-content .item:has(a):hover .content p {
        transform: translateY(-20px); }
      .featured-content .item:has(a):hover .content .btn-more {
        opacity: 1;
        transform: translateY(0); }

@media (min-width: 1200px) {
  .frise-chronologique {
    overflow: hidden; } }

@media (max-width: 1307.98px) {
  .frise-chronologique .slick-list {
    overflow: visible;
    width: 100%; } }

.frise-chronologique .slick-track {
  padding: 200px 0; }

.frise-chronologique.left-align .slick-track {
  margin: 0; }

.frise-chronologique.right-align .slick-track {
  margin: 0 0 0 auto; }

.frise-chronologique .slick-slide {
  flex-grow: 1;
  flex-basis: 0; }

.frise-chronologique .frise-event {
  text-align: center;
  position: relative;
  height: auto;
  display: block;
  margin: 0;
  padding: 0; }
  .frise-chronologique .frise-event .annee:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #267B76;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%); }
  .frise-chronologique .frise-event.odd .annee {
    bottom: 110px; }
  .frise-chronologique .frise-event.even {
    flex-direction: column-reverse; }
    .frise-chronologique .frise-event.even .annee {
      top: 110px; }
  .frise-chronologique .frise-event .title-only {
    margin: 0 auto;
    text-align: center; }
    .frise-chronologique .frise-event .title-only:before {
      display: none; }
  .frise-chronologique .frise-event .annee {
    align-self: stretch;
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%); }
  .frise-chronologique .frise-event .sep {
    position: relative;
    width: 100%;
    height: 8px;
    align-self: center;
    margin: 0;
    padding: 0; }
    .frise-chronologique .frise-event .sep:before {
      content: '';
      height: 85px;
      width: 2px;
      position: absolute;
      top: -100px;
      left: 50%;
      transform: translateX(-50%);
      background-image: linear-gradient(teal 50%, transparent 50%);
      background-size: 100% 20px;
      background-repeat: repeat-y;
      -webkit-background-clip: content-box;
      background-clip: content-box; }
    .frise-chronologique .frise-event .sep span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 94%;
      height: 100%;
      background: #267B76;
      border-radius: 5px;
      transform: translateX(-50%); }
  .frise-chronologique .frise-event.even .sep:before {
    top: 15px;
    height: 95px; }
  .frise-chronologique .frise-event.even .sep:after {
    top: -8px;
    transform: translateX(-50%) rotate(180deg); }

.frise-chronologique-v2 {
  display: none;
  margin-block: 4rem;
  background-size: 0;
  font-family: "BNPP Type", sans-serif; }
  @media (min-width: 768px) {
    .frise-chronologique-v2 {
      display: block; } }
  @media (min-width: 1308px) {
    .frise-chronologique-v2 {
      padding-left: 200px;
      background-size: contain;
      background-position: left -56px top -4px;
      background-repeat: no-repeat; } }
  .frise-chronologique-v2 .frise {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    height: 480px;
    list-style: none; }
    .frise-chronologique-v2 .frise .frise-event {
      position: relative;
      flex-basis: calc(100% / 8);
      list-style: none; }
      .frise-chronologique-v2 .frise .frise-event:last-of-type {
        flex-basis: calc(100% / 6); }
      .frise-chronologique-v2 .frise .frise-event .seq {
        position: relative;
        height: 8px;
        background: #267B76;
        border-radius: 5px; }
        .frise-chronologique-v2 .frise .frise-event .seq span {
          height: 150px;
          width: 2px;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%) translateY(-100%);
          background-image: linear-gradient(teal 50%, transparent 50%);
          background-size: 100% 20px;
          background-repeat: repeat-y;
          -webkit-background-clip: content-box;
          background-clip: content-box; }
        .frise-chronologique-v2 .frise .frise-event .seq .is-arrow-right-icon {
          position: absolute;
          top: -15px;
          right: -8px;
          z-index: 1; }
      .frise-chronologique-v2 .frise .frise-event .info {
        position: absolute;
        left: 50%;
        background-color: #ebf5f0;
        transform: translateX(-10px);
        font-size: 12px;
        font-size: 0.75rem; }
        .frise-chronologique-v2 .frise .frise-event .info:not(.first):before {
          content: '';
          height: 10px;
          width: 10px;
          position: absolute;
          left: 10px;
          background: #267B76;
          border-radius: 100%;
          transform: translateX(-50%); }
        .frise-chronologique-v2 .frise .frise-event .info.first svg {
          position: absolute;
          bottom: -10px;
          left: 8px;
          z-index: 1; }
        .frise-chronologique-v2 .frise .frise-event .info h3 {
          font-size: 32px;
          font-size: 2rem; }
        .frise-chronologique-v2 .frise .frise-event .info p {
          margin: 0;
          white-space: nowrap;
          font-weight: 700;
          font-size: 14px;
          font-size: 0.875rem; }
      .frise-chronologique-v2 .frise .frise-event.even .seq span {
        transform: translateX(-50%); }
      .frise-chronologique-v2 .frise .frise-event.even .info {
        padding-top: 20px;
        top: 130px; }
        .frise-chronologique-v2 .frise .frise-event.even .info:before {
          top: 4px; }
      .frise-chronologique-v2 .frise .frise-event.odd .info {
        padding-bottom: 20px;
        top: -220px; }
        .frise-chronologique-v2 .frise .frise-event.odd .info:before {
          bottom: 0; }

.frise-chronologique-v2-mobile {
  font-family: "BNPP Type", sans-serif; }
  @media (min-width: 768px) {
    .frise-chronologique-v2-mobile {
      display: none; } }
  .frise-chronologique-v2-mobile .frise {
    padding-left: 0;
    list-style-type: none; }
  .frise-chronologique-v2-mobile .event {
    position: relative;
    padding-left: 40px;
    height: 100px; }
    .frise-chronologique-v2-mobile .event:before {
      content: '';
      height: 10px;
      width: 10px;
      position: absolute;
      left: 10px;
      top: 10px;
      border-radius: 100%;
      background: #267B76;
      transform: translateX(-50%); }
    .frise-chronologique-v2-mobile .event:not(:last-of-type):after {
      content: '';
      height: 70px;
      width: 6px;
      position: absolute;
      left: 10px;
      bottom: 0;
      border-radius: 5px;
      background: #267B76;
      transform: translateX(-50%); }
      .frise-chronologique-v2-mobile .event:not(:last-of-type):after h3 {
        font-size: 20px;
        font-size: 1.25rem; }
    .frise-chronologique-v2-mobile .event .description {
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700; }
      .frise-chronologique-v2-mobile .event .description br {
        display: none; }

.wp-block-media-text.frise-chronologique-statement-card {
  padding: 24px;
  border-radius: 60px;
  gap: 24px; }
  .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__media {
    text-align: left;
    margin-bottom: 24px; }
    .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__media img {
      width: 96px;
      height: auto; }
  .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__content {
    padding: 0; }
    .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__content .wp-block-heading {
      margin-top: 0;
      margin-bottom: 16px; }
    .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__content p {
      margin: 0; }
  @media (min-width: 1200px) {
    .wp-block-media-text.frise-chronologique-statement-card {
      padding: 30px 90px 30px 45px;
      gap: 60px; }
      .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__media {
        margin-bottom: 0;
        text-align: center; }
        .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__media img {
          width: 148px; }
      .wp-block-media-text.frise-chronologique-statement-card .wp-block-media-text__content .wp-block-heading {
        margin-bottom: 24px; } }

.key-figures-v2-columns {
  display: flex;
  flex-wrap: wrap !important;
  gap: 20px; }
  @media (max-width: 767.98px) {
    .key-figures-v2-columns .wp-block-column {
      flex-basis: 40% !important; } }

h1, .h1, .wp-block-heading.has-xl-font-size {
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.1875em; }
  @media (min-width: 768px) {
    h1, .h1, .wp-block-heading.has-xl-font-size {
      font-size: 4rem;
      line-height: 1.1875em; } }

h2, .h2, .wp-block-heading.has-l-font-size {
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25em; }
  @media (min-width: 768px) {
    h2, .h2, .wp-block-heading.has-l-font-size {
      font-size: 2rem;
      line-height: 1.25em; } }

h3, .h3, .wp-block-heading.has-m-font-size {
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2em; }
  @media (min-width: 768px) {
    h3, .h3, .wp-block-heading.has-m-font-size {
      font-size: 1.5rem;
      line-height: 1.2em; } }

h4, .h4, .wp-block-heading.has-s-font-size {
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2857em; }
  @media (min-width: 768px) {
    h4, .h4, .wp-block-heading.has-s-font-size {
      font-size: 1.25rem;
      line-height: 1.1111em; } }

h5, .h5, .wp-block-heading.has-xs-font-size {
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2857em; }
  @media (min-width: 768px) {
    h5, .h5, .wp-block-heading.has-xs-font-size {
      font-size: 1.125rem;
      line-height: 1.2857em; } }

h6, .h6 {
  font-family: "BNPP Type", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3em; }

h2:before {
  margin-bottom: 20px; }

body {
  overflow-x: hidden; }

#main-header #main-nav ul.menu-main,
#main-header #main-nav ul.menu-main > li .sub-menu {
  font-family: "Open Sans", sans-serif;
  z-index: 10; }

:root :where(#main-content > .content > *, .wp-block-post-content > *) {
  margin-block: 3rem !important;
  margin-block-start: 0; }
  :root :where(#main-content > .content > *, .wp-block-post-content > *):first-child {
    margin-top: 2rem !important; }
  @media (min-width: 768px) {
    :root :where(#main-content > .content > *, .wp-block-post-content > *) {
      margin-block: 6rem !important; } }

/* Common Text link styles */
:is(.wp-block-heading, .wp-block-list li, p) a {
  text-decoration: underline;
  transition: all .3s ease-in-out;
  text-underline-offset: clamp(3px, 0.15em, 8px);
  text-decoration-thickness: clamp(2px, 0.1em, 6px);
  /* Make underline follow the current text color (custom or fallback) */
  text-decoration-color: currentColor; }

/* Fallback link color only when neither the container nor the link defines a custom color */
:is(.wp-block-heading, .wp-block-list li, p):not(.has-link-color):not([style*="--wp--style--color--link"]) a:not(.has-text-color):not(.has-link-color):not([style*="color"]):not([style*="--wp--style--color--link"]) {
  color: inherit;
  text-decoration-color: var(--wp--preset--color--green); }
  :is(.wp-block-heading, .wp-block-list li, p):not(.has-link-color):not([style*="--wp--style--color--link"]) a:not(.has-text-color):not(.has-link-color):not([style*="color"]):not([style*="--wp--style--color--link"]):hover {
    color: var(--wp--preset--color--green); }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

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

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

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; } }

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; } }

@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; } }

@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .column-count-2 {
    -moz-column-count: 2;
         column-count: 2; }
  .column-count-3 {
    -moz-column-count: 3;
         column-count: 3; }
  .column-count-4 {
    -moz-column-count: 4;
         column-count: 4; }
  .column-count-5 {
    -moz-column-count: 5;
         column-count: 5; } }

.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }

.development-axes-grid {
  grid-template-columns: repeat(2, minmax(0, 360px)) !important; }

@media (min-width: 576px) {
  .grid-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .grid-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .grid-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .grid-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }

@media (min-width: 768px) {
  .grid-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .grid-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .grid-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .grid-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }

@media (min-width: 992px) {
  .grid-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .grid-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .grid-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .grid-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }

@media (min-width: 1200px) {
  .grid-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .grid-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .grid-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .grid-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }

.w-auto {
  width: auto !important; }

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important; } }

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important; } }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important; } }

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important; } }

.w-64 {
  width: 64px !important; }

@media (min-width: 576px) {
  .w-sm-64 {
    width: 64px !important; } }

@media (min-width: 768px) {
  .w-md-64 {
    width: 64px !important; } }

@media (min-width: 992px) {
  .w-lg-64 {
    width: 64px !important; } }

@media (min-width: 1200px) {
  .w-xl-64 {
    width: 64px !important; } }

.w-72 {
  width: 72px !important; }

@media (min-width: 576px) {
  .w-sm-72 {
    width: 72px !important; } }

@media (min-width: 768px) {
  .w-md-72 {
    width: 72px !important; } }

@media (min-width: 992px) {
  .w-lg-72 {
    width: 72px !important; } }

@media (min-width: 1200px) {
  .w-xl-72 {
    width: 72px !important; } }

.w-128 {
  width: 128px !important; }

@media (min-width: 576px) {
  .w-sm-128 {
    width: 128px !important; } }

@media (min-width: 768px) {
  .w-md-128 {
    width: 128px !important; } }

@media (min-width: 992px) {
  .w-lg-128 {
    width: 128px !important; } }

@media (min-width: 1200px) {
  .w-xl-128 {
    width: 128px !important; } }


/*# sourceMappingURL=styles.79251bf92637c46225d8.css.map*/