@charset "UTF-8";
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-ExtraLight.ttf");
  font-weight: 200;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-RegularItalic.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-ExtraBold.ttf");
  font-weight: 800;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-Black.ttf");
  font-weight: 900;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}

.icon-container {
  position: relative;
}

.icon-container .icon {
  height: 100%;
  width: 100%;
}

.icon-container .icon.icon-weather-cloudy {
  position: relative;
}

.icon-container .icon.icon-weather-cloudy::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/weather-cloudy-.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 48px;
  width: 48px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.icon-container .icon.icon-weather-cloudy:active::before {
  background-image: url(../images/icons/weather-cloudy-darker-green.svg);
}

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

@media (min-width: 768px) {
  .container {
    max-width: inherit;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1376px;
  }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  padding-left: 12px;
  padding-right: 12px;
}

.container-fluid, .container {
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

.skeleton-bone {
  position: relative;
  overflow: hidden;
  background-color: #ececec;
}

.skeleton-bone:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  background: linear-gradient(0.25turn, transparent, #fff, transparent);
  pointer-events: none;
  opacity: 0.8;
  -webkit-animation: skeleton-animation 2s infinite;
  animation: skeleton-animation 2s infinite;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

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

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

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

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

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

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

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

.fa-times-circle:before {
  content: "";
}

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

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

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

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

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

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

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

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

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

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

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

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

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

.fa-angle-double-left:before {
  content: "";
}

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

.fa-angle-double-up:before {
  content: "";
}

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

.fa-angle-left:before {
  content: "";
}

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

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

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

.fa-crop:before {
  content: "";
}

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

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

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

.fa-ticket:before {
  content: "";
}

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

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

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

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

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

.fa-sort-alpha-asc:before {
  content: "";
}

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

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

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

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

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

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

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

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

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

.fa-birthday-cake:before {
  content: "";
}

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

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

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

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

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

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

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

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

.fa-stop-circle-o:before {
  content: "";
}

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

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

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

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

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

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0px;
  margin-top: 0px;
}

.xa-variable {
  border: 0px;
  padding: 1px;
  margin: 0px;
  background-color: #ebebe4;
  color: #545454;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#breadcrumbMenuSubcontrol_context_menu * {
  box-sizing: initial;
}

body {
  color: #434B52;
  font-family: "Nunito", arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 14px;
    line-height: 23px;
  }
}

body .on-edit {
  display: block;
  height: 28px;
  width: 28px;
  background-color: #FFF;
  border-radius: 50px;
  margin-bottom: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 12px;
  position: relative;
}

body .on-edit::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/config-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body .on-edit:hover::before {
  background-image: url(../images/icons/config-lighter-green.svg);
}

body .on-edit:active::before {
  background-image: url(../images/icons/config-darker-green.svg);
}

body .on-edit.slide-edit {
  position: relative;
}

body .on-edit.slide-edit::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/pencil-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body .on-edit.slide-edit:hover::before {
  background-image: url(../images/icons/pencil-lighter-green.svg);
}

body .on-edit.slide-edit:active::before {
  background-image: url(../images/icons/pencil-darker-green.svg);
}

body:not(.on-page-editor) .on-edit {
  display: none;
}

#content > .row > .row {
  margin-left: 0;
  margin-right: 0;
  display: block;
  width: 100%;
}

#wrapper {
  position: relative;
}

#wrapper::before {
  opacity: 0;
  content: "";
  position: absolute;
  height: -webkit-calc(100% - 111px);
  height: calc(100% - 111px);
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 50;
  pointer-events: none;
}

@media screen and (max-width: 767.98px) {
  #wrapper::before {
    height: -webkit-calc(100% - 138px);
    height: calc(100% - 138px);
  }
}

#wrapper.menu-open::before {
  opacity: 1;
  pointer-events: auto;
}

main {
  overflow: hidden;
  position: relative;
}

sup {
  font-size: 10px;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 54px;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 48px;
}

@media screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 53px;
  }
}

h2,
.h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 48px;
}

@media screen and (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

h3,
.h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media screen and (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 33px;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 30px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #434B52;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
}

.default-text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 0px;
}

p {
  -webkit-transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  margin-bottom: 0px;
}

span,
b {
  -webkit-transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
}

strong {
  font-weight: bold;
}

br {
  display: block;
  content: "";
  margin-top: 14px;
}

a {
  cursor: pointer;
  color: #317FCB;
  text-decoration: underline;
  -webkit-transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  display: inline-block;
}

a:hover {
  color: #9BCF10;
}

a:active {
  color: #80AD07;
}

a.alert:not(:hover) {
  color: #E15554;
}

.uppercase {
  text-transform: uppercase;
}

.component-content > .field-image img {
  max-width: 100%;
  height: auto;
  float: none;
  margin-right: 0;
}

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

.text-dark {
  color: #434B52;
}

.lead-text {
  font-size: 24px;
  line-height: 36px;
}

@media screen and (max-width: 991.98px) {
  .lead-text {
    font-size: 18px;
    line-height: 27px;
  }
}

.medium-lead-text {
  font-size: 20px;
  line-height: 33px;
}

@media screen and (max-width: 991.98px) {
  .medium-lead-text {
    font-size: 18px;
    line-height: 30px;
  }
}

.small-text {
  font-size: 12px;
  line-height: 16px;
}

.caption-text {
  font-size: 12px;
  line-height: 16px;
}

.regular-text {
  font-weight: 400;
}

.semibold-text {
  font-weight: 600;
}

.bold-text {
  font-weight: 700;
}

.italic-text {
  font-style: italic;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.skeleton-bone {
  display: block;
}

.ellip {
  display: block;
  height: 100%;
}

@media screen and (max-width: 991.98px) {
  .ellip.has-child::after {
    content: "...";
  }
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

@media screen and (max-width: 991.98px) {
  .ellip-line {
    display: none;
  }
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

input {
  font-family: "Nunito", arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

@media screen and (max-width: 991.98px) {
  input {
    font-size: 14px;
    line-height: 23px;
  }
}

input.btn {
  background-color: inherit;
}

a.button,
input.btn,
a.button:not([href]):not([tabindex]):focus,
a.button:not([href]):not([tabindex]):hover,
a.button:not([href]):not([tabindex]),
.sitecore-form input[type="submit"] {
  box-shadow: none;
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-image: inherit;
  cursor: pointer;
}

a.button:hover,
input.btn:hover,
a.button:not([href]):not([tabindex]):focus:hover,
a.button:not([href]):not([tabindex]):hover:hover,
a.button:not([href]):not([tabindex]):hover,
.sitecore-form input[type="submit"]:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

a.button:active,
input.btn:active,
a.button:not([href]):not([tabindex]):focus:active,
a.button:not([href]):not([tabindex]):hover:active,
a.button:not([href]):not([tabindex]):active,
.sitecore-form input[type="submit"]:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

a.button.button-secondary, a.button.btn-secondary,
input.btn.button-secondary,
input.btn.btn-secondary,
a.button:not([href]):not([tabindex]):focus.button-secondary,
a.button:not([href]):not([tabindex]):focus.btn-secondary,
a.button:not([href]):not([tabindex]):hover.button-secondary,
a.button:not([href]):not([tabindex]):hover.btn-secondary,
a.button:not([href]):not([tabindex]).button-secondary,
a.button:not([href]):not([tabindex]).btn-secondary,
.sitecore-form input[type="submit"].button-secondary,
.sitecore-form input[type="submit"].btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

a.button.button-secondary:hover, a.button.btn-secondary:hover,
input.btn.button-secondary:hover,
input.btn.btn-secondary:hover,
a.button:not([href]):not([tabindex]):focus.button-secondary:hover,
a.button:not([href]):not([tabindex]):focus.btn-secondary:hover,
a.button:not([href]):not([tabindex]):hover.button-secondary:hover,
a.button:not([href]):not([tabindex]):hover.btn-secondary:hover,
a.button:not([href]):not([tabindex]).button-secondary:hover,
a.button:not([href]):not([tabindex]).btn-secondary:hover,
.sitecore-form input[type="submit"].button-secondary:hover,
.sitecore-form input[type="submit"].btn-secondary:hover {
  background-color: #9BCF10;
}

a.button.button-secondary:active, a.button.btn-secondary:active,
input.btn.button-secondary:active,
input.btn.btn-secondary:active,
a.button:not([href]):not([tabindex]):focus.button-secondary:active,
a.button:not([href]):not([tabindex]):focus.btn-secondary:active,
a.button:not([href]):not([tabindex]):hover.button-secondary:active,
a.button:not([href]):not([tabindex]):hover.btn-secondary:active,
a.button:not([href]):not([tabindex]).button-secondary:active,
a.button:not([href]):not([tabindex]).btn-secondary:active,
.sitecore-form input[type="submit"].button-secondary:active,
.sitecore-form input[type="submit"].btn-secondary:active {
  background-color: #80AD07;
}

a.button.button-secondary.white, a.button.btn-secondary.white,
input.btn.button-secondary.white,
input.btn.btn-secondary.white,
a.button:not([href]):not([tabindex]):focus.button-secondary.white,
a.button:not([href]):not([tabindex]):focus.btn-secondary.white,
a.button:not([href]):not([tabindex]):hover.button-secondary.white,
a.button:not([href]):not([tabindex]):hover.btn-secondary.white,
a.button:not([href]):not([tabindex]).button-secondary.white,
a.button:not([href]):not([tabindex]).btn-secondary.white,
.sitecore-form input[type="submit"].button-secondary.white,
.sitecore-form input[type="submit"].btn-secondary.white {
  background-color: #FFF;
  border-color: #FFF;
  color: #317FCB;
}

a.button.button-secondary.white:hover, a.button.btn-secondary.white:hover,
input.btn.button-secondary.white:hover,
input.btn.btn-secondary.white:hover,
a.button:not([href]):not([tabindex]):focus.button-secondary.white:hover,
a.button:not([href]):not([tabindex]):focus.btn-secondary.white:hover,
a.button:not([href]):not([tabindex]):hover.button-secondary.white:hover,
a.button:not([href]):not([tabindex]):hover.btn-secondary.white:hover,
a.button:not([href]):not([tabindex]).button-secondary.white:hover,
a.button:not([href]):not([tabindex]).btn-secondary.white:hover,
.sitecore-form input[type="submit"].button-secondary.white:hover,
.sitecore-form input[type="submit"].btn-secondary.white:hover {
  background-color: #9BCF10;
}

a.button.button-secondary.white:active, a.button.btn-secondary.white:active,
input.btn.button-secondary.white:active,
input.btn.btn-secondary.white:active,
a.button:not([href]):not([tabindex]):focus.button-secondary.white:active,
a.button:not([href]):not([tabindex]):focus.btn-secondary.white:active,
a.button:not([href]):not([tabindex]):hover.button-secondary.white:active,
a.button:not([href]):not([tabindex]):hover.btn-secondary.white:active,
a.button:not([href]):not([tabindex]).button-secondary.white:active,
a.button:not([href]):not([tabindex]).btn-secondary.white:active,
.sitecore-form input[type="submit"].button-secondary.white:active,
.sitecore-form input[type="submit"].btn-secondary.white:active {
  background-color: #80AD07;
}

a.button.alert:not(:hover),
input.btn.alert:not(:hover),
a.button:not([href]):not([tabindex]):focus.alert:not(:hover),
a.button:not([href]):not([tabindex]):hover.alert:not(:hover),
a.button:not([href]):not([tabindex]).alert:not(:hover),
.sitecore-form input[type="submit"].alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

a.button.disabled,
input.btn.disabled,
a.button:not([href]):not([tabindex]):focus.disabled,
a.button:not([href]):not([tabindex]):hover.disabled,
a.button:not([href]):not([tabindex]).disabled,
.sitecore-form input[type="submit"].disabled {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  pointer-events: none;
}

a.button.with-loading,
input.btn.with-loading,
a.button:not([href]):not([tabindex]):focus.with-loading,
a.button:not([href]):not([tabindex]):hover.with-loading,
a.button:not([href]):not([tabindex]).with-loading,
.sitecore-form input[type="submit"].with-loading {
  position: relative;
  overflow: hidden;
}

a.button.with-loading .loading-ring,
input.btn.with-loading .loading-ring,
a.button:not([href]):not([tabindex]):focus.with-loading .loading-ring,
a.button:not([href]):not([tabindex]):hover.with-loading .loading-ring,
a.button:not([href]):not([tabindex]).with-loading .loading-ring,
.sitecore-form input[type="submit"].with-loading .loading-ring {
  width: 24px;
  height: 24px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 150%;
}

a.button.with-loading .loading-ring::before,
input.btn.with-loading .loading-ring::before,
a.button:not([href]):not([tabindex]):focus.with-loading .loading-ring::before,
a.button:not([href]):not([tabindex]):hover.with-loading .loading-ring::before,
a.button:not([href]):not([tabindex]).with-loading .loading-ring::before,
.sitecore-form input[type="submit"].with-loading .loading-ring::before {
  height: 100%;
  width: 100%;
  margin-left: -50%;
  border-top-color: #FFF;
  -webkit-transition: opacity;
  transition: opacity;
}

a.button.with-loading.loading-visible,
input.btn.with-loading.loading-visible,
a.button:not([href]):not([tabindex]):focus.with-loading.loading-visible,
a.button:not([href]):not([tabindex]):hover.with-loading.loading-visible,
a.button:not([href]):not([tabindex]).with-loading.loading-visible,
.sitecore-form input[type="submit"].with-loading.loading-visible {
  color: transparent;
}

a.button.with-loading.loading-visible .loading-ring,
input.btn.with-loading.loading-visible .loading-ring,
a.button:not([href]):not([tabindex]):focus.with-loading.loading-visible .loading-ring,
a.button:not([href]):not([tabindex]):hover.with-loading.loading-visible .loading-ring,
a.button:not([href]):not([tabindex]).with-loading.loading-visible .loading-ring,
.sitecore-form input[type="submit"].with-loading.loading-visible .loading-ring {
  top: 50%;
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  a.button,
  input.btn,
  a.button:not([href]):not([tabindex]):focus,
  a.button:not([href]):not([tabindex]):hover,
  a.button:not([href]):not([tabindex]),
  .sitecore-form input[type="submit"] {
    min-width: inherit;
    padding: 6px 25px;
  }
}

a.button.button-icon,
input.btn.button-icon,
a.button:not([href]):not([tabindex]):focus.button-icon,
a.button:not([href]):not([tabindex]):hover.button-icon,
a.button:not([href]):not([tabindex]).button-icon,
.sitecore-form input[type="submit"].button-icon {
  padding-left: 64px;
  padding-right: 48px;
}

@media screen and (max-width: 767.98px) {
  a.button.button-icon,
  input.btn.button-icon,
  a.button:not([href]):not([tabindex]):focus.button-icon,
  a.button:not([href]):not([tabindex]):hover.button-icon,
  a.button:not([href]):not([tabindex]).button-icon,
  .sitecore-form input[type="submit"].button-icon {
    padding-left: 50px;
    padding-right: 34px;
  }
}

a.button.button-icon.icon-arrow-bottom,
input.btn.button-icon.icon-arrow-bottom,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-arrow-bottom,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-arrow-bottom,
a.button:not([href]):not([tabindex]).button-icon.icon-arrow-bottom,
.sitecore-form input[type="submit"].button-icon.icon-arrow-bottom {
  position: relative;
}

a.button.button-icon.icon-arrow-bottom::before,
input.btn.button-icon.icon-arrow-bottom::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-arrow-bottom::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-arrow-bottom::before,
a.button:not([href]):not([tabindex]).button-icon.icon-arrow-bottom::before,
.sitecore-form input[type="submit"].button-icon.icon-arrow-bottom::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/arrow-bottom-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a.button.button-icon.icon-arrow-bottom:hover::before,
input.btn.button-icon.icon-arrow-bottom:hover::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-arrow-bottom:hover::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-arrow-bottom:hover::before,
a.button:not([href]):not([tabindex]).button-icon.icon-arrow-bottom:hover::before,
.sitecore-form input[type="submit"].button-icon.icon-arrow-bottom:hover::before {
  background-image: url(../images/icons/arrow-bottom-lighter-green.svg);
}

a.button.button-icon.icon-arrow-bottom:active::before,
input.btn.button-icon.icon-arrow-bottom:active::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-arrow-bottom:active::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-arrow-bottom:active::before,
a.button:not([href]):not([tabindex]).button-icon.icon-arrow-bottom:active::before,
.sitecore-form input[type="submit"].button-icon.icon-arrow-bottom:active::before {
  background-image: url(../images/icons/arrow-bottom-darker-green.svg);
}

a.button.button-icon.icon-arrow-bottom.icon-rotate-left::before,
input.btn.button-icon.icon-arrow-bottom.icon-rotate-left::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-arrow-bottom.icon-rotate-left::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-arrow-bottom.icon-rotate-left::before,
a.button:not([href]):not([tabindex]).button-icon.icon-arrow-bottom.icon-rotate-left::before,
.sitecore-form input[type="submit"].button-icon.icon-arrow-bottom.icon-rotate-left::before {
  -webkit-transform: translate(0%, -50%) rotate(90deg) !important;
  -ms-transform: translate(0%, -50%) rotate(90deg) !important;
  transform: translate(0%, -50%) rotate(90deg) !important;
}

a.button.button-icon.icon-arrow-bottom.icon-rotate-top::before,
input.btn.button-icon.icon-arrow-bottom.icon-rotate-top::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-arrow-bottom.icon-rotate-top::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-arrow-bottom.icon-rotate-top::before,
a.button:not([href]):not([tabindex]).button-icon.icon-arrow-bottom.icon-rotate-top::before,
.sitecore-form input[type="submit"].button-icon.icon-arrow-bottom.icon-rotate-top::before {
  -webkit-transform: translate(0%, -50%) rotate(180deg) !important;
  -ms-transform: translate(0%, -50%) rotate(180deg) !important;
  transform: translate(0%, -50%) rotate(180deg) !important;
}

a.button.button-icon.icon-user,
input.btn.button-icon.icon-user,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-user,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-user,
a.button:not([href]):not([tabindex]).button-icon.icon-user,
.sitecore-form input[type="submit"].button-icon.icon-user {
  position: relative;
}

a.button.button-icon.icon-user::before,
input.btn.button-icon.icon-user::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-user::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-user::before,
a.button:not([href]):not([tabindex]).button-icon.icon-user::before,
.sitecore-form input[type="submit"].button-icon.icon-user::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/user-main-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a.button.button-icon.icon-add,
input.btn.button-icon.icon-add,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-add,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-add,
a.button:not([href]):not([tabindex]).button-icon.icon-add,
.sitecore-form input[type="submit"].button-icon.icon-add {
  position: relative;
}

a.button.button-icon.icon-add::before,
input.btn.button-icon.icon-add::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-add::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-add::before,
a.button:not([href]):not([tabindex]).button-icon.icon-add::before,
.sitecore-form input[type="submit"].button-icon.icon-add::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/close-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a.button.button-icon.icon-add::before,
input.btn.button-icon.icon-add::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-add::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-add::before,
a.button:not([href]):not([tabindex]).button-icon.icon-add::before,
.sitecore-form input[type="submit"].button-icon.icon-add::before {
  -webkit-transform: translate(0%, -50%) scale(1.5) rotate(45deg);
  -ms-transform: translate(0%, -50%) scale(1.5) rotate(45deg);
  transform: translate(0%, -50%) scale(1.5) rotate(45deg);
}

a.button.button-icon.icon-download,
input.btn.button-icon.icon-download,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-download,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-download,
a.button:not([href]):not([tabindex]).button-icon.icon-download,
.sitecore-form input[type="submit"].button-icon.icon-download {
  position: relative;
}

a.button.button-icon.icon-download::before,
input.btn.button-icon.icon-download::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-download::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-download::before,
a.button:not([href]):not([tabindex]).button-icon.icon-download::before,
.sitecore-form input[type="submit"].button-icon.icon-download::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/download-2-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a.button.button-icon.icon-download:hover::before,
input.btn.button-icon.icon-download:hover::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-download:hover::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-download:hover::before,
a.button:not([href]):not([tabindex]).button-icon.icon-download:hover::before,
.sitecore-form input[type="submit"].button-icon.icon-download:hover::before {
  background-image: url(../images/icons/download-2-lighter-green.svg);
}

a.button.button-icon.icon-download:active::before,
input.btn.button-icon.icon-download:active::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-download:active::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-download:active::before,
a.button:not([href]):not([tabindex]).button-icon.icon-download:active::before,
.sitecore-form input[type="submit"].button-icon.icon-download:active::before {
  background-image: url(../images/icons/download-2-darker-green.svg);
}

a.button.button-icon.icon-download::before,
input.btn.button-icon.icon-download::before,
a.button:not([href]):not([tabindex]):focus.button-icon.icon-download::before,
a.button:not([href]):not([tabindex]):hover.button-icon.icon-download::before,
a.button:not([href]):not([tabindex]).button-icon.icon-download::before,
.sitecore-form input[type="submit"].button-icon.icon-download::before {
  -webkit-transform: translate(0%, -50%) scale(1.5);
  -ms-transform: translate(0%, -50%) scale(1.5);
  transform: translate(0%, -50%) scale(1.5);
}

a.button.button-icon::before,
input.btn.button-icon::before,
a.button:not([href]):not([tabindex]):focus.button-icon::before,
a.button:not([href]):not([tabindex]):hover.button-icon::before,
a.button:not([href]):not([tabindex]).button-icon::before,
.sitecore-form input[type="submit"].button-icon::before {
  left: 24px;
}

@media screen and (max-width: 767.98px) {
  a.button.button-icon::before,
  input.btn.button-icon::before,
  a.button:not([href]):not([tabindex]):focus.button-icon::before,
  a.button:not([href]):not([tabindex]):hover.button-icon::before,
  a.button:not([href]):not([tabindex]).button-icon::before,
  .sitecore-form input[type="submit"].button-icon::before {
    left: 15px;
  }
}

a.button.button-high-contrast:not(:hover),
input.btn.button-high-contrast:not(:hover),
a.button:not([href]):not([tabindex]):focus.button-high-contrast:not(:hover),
a.button:not([href]):not([tabindex]):hover.button-high-contrast:not(:hover),
a.button:not([href]):not([tabindex]).button-high-contrast:not(:hover),
.sitecore-form input[type="submit"].button-high-contrast:not(:hover) {
  border-color: #FFF;
  color: #FFF;
}

a.button.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom,
input.btn.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom,
a.button:not([href]):not([tabindex]):focus.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom,
a.button:not([href]):not([tabindex]):hover.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom,
a.button:not([href]):not([tabindex]).button-high-contrast:not(:hover).button-icon.icon-arrow-bottom,
.sitecore-form input[type="submit"].button-high-contrast:not(:hover).button-icon.icon-arrow-bottom {
  position: relative;
}

a.button.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom::before,
input.btn.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom::before,
a.button:not([href]):not([tabindex]):focus.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom::before,
a.button:not([href]):not([tabindex]):hover.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom::before,
a.button:not([href]):not([tabindex]).button-high-contrast:not(:hover).button-icon.icon-arrow-bottom::before,
.sitecore-form input[type="submit"].button-high-contrast:not(:hover).button-icon.icon-arrow-bottom::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/arrow-bottom-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a.button.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:hover::before,
input.btn.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:hover::before,
a.button:not([href]):not([tabindex]):focus.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:hover::before,
a.button:not([href]):not([tabindex]):hover.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:hover::before,
a.button:not([href]):not([tabindex]).button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:hover::before,
.sitecore-form input[type="submit"].button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:hover::before {
  background-image: url(../images/icons/arrow-bottom-lighter-green.svg);
}

a.button.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:active::before,
input.btn.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:active::before,
a.button:not([href]):not([tabindex]):focus.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:active::before,
a.button:not([href]):not([tabindex]):hover.button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:active::before,
a.button:not([href]):not([tabindex]).button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:active::before,
.sitecore-form input[type="submit"].button-high-contrast:not(:hover).button-icon.icon-arrow-bottom:active::before {
  background-image: url(../images/icons/arrow-bottom-darker-green.svg);
}

a.button.button-tool:not(:hover),
input.btn.button-tool:not(:hover),
a.button:not([href]):not([tabindex]):focus.button-tool:not(:hover),
a.button:not([href]):not([tabindex]):hover.button-tool:not(:hover),
a.button:not([href]):not([tabindex]).button-tool:not(:hover),
.sitecore-form input[type="submit"].button-tool:not(:hover) {
  color: #FF9200;
  border: 2px solid #FF9200;
}

a.button.button-tool:not(:hover).button-secondary, a.button.button-tool:not(:hover).btn-secondary,
input.btn.button-tool:not(:hover).button-secondary,
input.btn.button-tool:not(:hover).btn-secondary,
a.button:not([href]):not([tabindex]):focus.button-tool:not(:hover).button-secondary,
a.button:not([href]):not([tabindex]):focus.button-tool:not(:hover).btn-secondary,
a.button:not([href]):not([tabindex]):hover.button-tool:not(:hover).button-secondary,
a.button:not([href]):not([tabindex]):hover.button-tool:not(:hover).btn-secondary,
a.button:not([href]):not([tabindex]).button-tool:not(:hover).button-secondary,
a.button:not([href]):not([tabindex]).button-tool:not(:hover).btn-secondary,
.sitecore-form input[type="submit"].button-tool:not(:hover).button-secondary,
.sitecore-form input[type="submit"].button-tool:not(:hover).btn-secondary {
  background-color: #FF9200;
  color: #FFF;
}

div.button {
  margin-bottom: 8px;
}

div.button a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #317FCB;
  cursor: pointer;
}

div.button a:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

div.button a:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

div.button.button-secondary a {
  background-color: #317FCB;
  color: #FFF;
}

div.button.button-secondary a:hover {
  background-color: #9BCF10;
}

div.button.button-secondary a:active {
  background-color: #80AD07;
}

div.button.button-secondary.white a {
  background-color: #FFF;
  border-color: #FFF;
  color: #317FCB;
}

div.button.button-secondary.white a:hover {
  color: #FFF;
  background-color: #9BCF10;
  border-color: #9BCF10;
}

div.button.button-secondary.white a:active {
  color: #FFF;
  background-color: #80AD07;
  border-color: #80AD07;
}

div.button.button-icon a {
  padding-left: 64px;
  padding-right: 48px;
}

div.button.button-icon.icon-arrow-bottom a {
  position: relative;
}

div.button.button-icon.icon-arrow-bottom a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/arrow-bottom-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

div.button.button-icon.icon-arrow-bottom a:hover::before {
  background-image: url(../images/icons/arrow-bottom-lighter-green.svg);
}

div.button.button-icon.icon-arrow-bottom a:active::before {
  background-image: url(../images/icons/arrow-bottom-darker-green.svg);
}

div.button.button-icon.icon-arrow-bottom a::before {
  left: 24px;
}

div.button.button-icon.icon-arrow-bottom.icon-rotate-left a::before {
  -webkit-transform: translate(0%, -50%) rotate(90deg);
  -ms-transform: translate(0%, -50%) rotate(90deg);
  transform: translate(0%, -50%) rotate(90deg);
}

div.button.button-icon.icon-arrow-bottom.icon-rotate-top a::before {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}

div.button.button-icon.icon-download a {
  position: relative;
}

div.button.button-icon.icon-download a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/download-2-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

div.button.button-icon.icon-download a:hover::before {
  background-image: url(../images/icons/download-2-lighter-green.svg);
}

div.button.button-icon.icon-download a:active::before {
  background-image: url(../images/icons/download-2-darker-green.svg);
}

div.button.button-icon.icon-download a::before {
  left: 24px;
  -webkit-transform: translate(0%, -50%) scale(1.5);
  -ms-transform: translate(0%, -50%) scale(1.5);
  transform: translate(0%, -50%) scale(1.5);
}

input.button-primary {
  background-color: transparent;
}

.button-backline {
  position: relative;
}

.button-backline::before {
  content: "";
  position: absolute;
  top: 50%;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  left: 12px;
  height: 1px;
  background-color: #E7E9EB;
}

.button-backline a.button,
.button-backline div.button a {
  background-color: #FFF;
}

.release-details {
  max-width: 100%;
  color: #86929D;
}

.release-details .separator {
  color: #C8CBCD;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
}

@media screen and (max-width: 991.98px) {
  .release-details .separator {
    font-size: inherit;
    line-height: inherit;
  }
}

.release-details .heure {
  padding-right: 16px;
  position: relative;
}

.release-details .heure::after {
  content: "•";
  position: absolute;
  font-size: 6px;
  right: 6px;
  opacity: 0.5;
}

.site-logo {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

@media screen and (max-width: 991.98px) {
  .site-logo {
    height: 40px;
  }
}

.site-logo:hover {
  text-decoration: none;
}

.site-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  max-width: 100%;
}

.site-logo .logo-extended {
  background-color: #00529F;
  padding: 2px 16px;
  margin-left: 4px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-width: 90px;
  font-size: 8px;
  line-height: 8px;
}

@media screen and (max-width: 991.98px) {
  .site-logo .logo-extended {
    display: none;
  }
}

.component .swiper-container {
  overflow: visible;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .component .swiper-container {
    padding: 0px 9px;
  }
}

.component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-wrapper {
  height: inherit;
  box-sizing: inherit;
}

.component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-wrapper .swiper-slide {
  height: inherit;
}

@media screen and (max-width: 991.98px) {
  .component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-wrapper .swiper-slide {
    padding: 0px 4px;
  }
}

.component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-pagination {
  height: 26px;
}

.component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-pagination.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  height: 18px;
}

.component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:not(.swiper-pagination-bullet-active-main) {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next, .component .swiper-container:not(.swiper-container-vertical):not(.swiper-container-autoheight) .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.component .swiper-container:not(.swiper-container-initialized) .swiper-nav,
.component .swiper-container:not(.swiper-container-initialized) .swiper-pagination {
  display: none;
}

.component .swiper-container.swiper-container-vertical {
  overflow: hidden;
}

.component .swiper-container.swiper-container-vertical .swiper-nav .icon-container {
  cursor: pointer;
}

.swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-nav .swiper-pagination {
  position: relative;
  margin: 0px 16px;
  margin-top: 32px;
}

.swiper-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 18px;
  background: #98BFE5;
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .swiper-nav .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 9px;
  }
}

.swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #317FCB;
}

.swiper-nav .custom-arrow {
  margin-top: 32px;
}

@media screen and (max-width: 767.98px) {
  .swiper-nav {
    padding: 8px 0px 0px 0px;
  }
}

.custom-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 16px;
  z-index: 1;
}

.custom-arrow:before, .custom-arrow:after {
  content: "";
  position: absolute;
  background: #317FCB;
  border-radius: 50px;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.custom-arrow.grey-arrow:before, .custom-arrow.grey-arrow:after {
  background: #86929D;
}

.custom-arrow.orange-arrow:before, .custom-arrow.orange-arrow:after {
  background: #FF9200;
}

.custom-arrow.black-arrow:before, .custom-arrow.black-arrow:after {
  background: #434B52;
}

.custom-arrow.white-arrow:before, .custom-arrow.white-arrow:after {
  background: #FFF;
}

.custom-arrow:hover {
  cursor: pointer;
}

.custom-arrow:hover:before, .custom-arrow:hover:after {
  background: #9BCF10;
}

.custom-arrow.custom-arrow-left, .custom-arrow.custom-arrow-right {
  width: 1.667em;
}

.custom-arrow.custom-arrow-left:before, .custom-arrow.custom-arrow-right:before {
  top: 62%;
}

.custom-arrow.custom-arrow-left:after, .custom-arrow.custom-arrow-right:after {
  bottom: 62%;
}

.custom-arrow.custom-arrow-left:before, .custom-arrow.custom-arrow-left:after, .custom-arrow.custom-arrow-right:before, .custom-arrow.custom-arrow-right:after {
  left: -5%;
  height: 12%;
  width: 90%;
}

.custom-arrow.custom-arrow-left.small-arrow, .custom-arrow.custom-arrow-right.small-arrow {
  width: 0.8em;
}

.custom-arrow.custom-arrow-left.small-arrow:before, .custom-arrow.custom-arrow-right.small-arrow:before {
  top: 57%;
}

.custom-arrow.custom-arrow-left.small-arrow:after, .custom-arrow.custom-arrow-right.small-arrow:after {
  bottom: 58%;
}

.custom-arrow.custom-arrow-left.small-arrow:before, .custom-arrow.custom-arrow-left.small-arrow:after, .custom-arrow.custom-arrow-right.small-arrow:before, .custom-arrow.custom-arrow-right.small-arrow:after {
  left: -5%;
  height: 6%;
  width: 100%;
}

.custom-arrow.custom-arrow-up, .custom-arrow.custom-arrow-down {
  height: 1.667em;
}

.custom-arrow.custom-arrow-up:before, .custom-arrow.custom-arrow-down:before {
  left: 55%;
}

.custom-arrow.custom-arrow-up:after, .custom-arrow.custom-arrow-down:after {
  right: 55%;
}

.custom-arrow.custom-arrow-up:before, .custom-arrow.custom-arrow-up:after, .custom-arrow.custom-arrow-down:before, .custom-arrow.custom-arrow-down:after {
  top: -5%;
  height: 110%;
  width: 25%;
}

.custom-arrow.custom-arrow-up.small-arrow, .custom-arrow.custom-arrow-down.small-arrow {
  height: 0.8em;
}

.custom-arrow.custom-arrow-up.small-arrow:before, .custom-arrow.custom-arrow-down.small-arrow:before {
  left: 60%;
}

.custom-arrow.custom-arrow-up.small-arrow:after, .custom-arrow.custom-arrow-down.small-arrow:after {
  right: 60%;
}

.custom-arrow.custom-arrow-up.small-arrow:before, .custom-arrow.custom-arrow-up.small-arrow:after, .custom-arrow.custom-arrow-down.small-arrow:before, .custom-arrow.custom-arrow-down.small-arrow:after {
  top: -5%;
  height: 100%;
  width: 5%;
}

.custom-arrow.custom-arrow-up.smaller-arrow, .custom-arrow.custom-arrow-down.smaller-arrow {
  height: 1em;
}

.custom-arrow.custom-arrow-up.smaller-arrow:before, .custom-arrow.custom-arrow-down.smaller-arrow:before {
  left: 61%;
}

.custom-arrow.custom-arrow-up.smaller-arrow:after, .custom-arrow.custom-arrow-down.smaller-arrow:after {
  right: 61%;
}

.custom-arrow.custom-arrow-up.smaller-arrow:before, .custom-arrow.custom-arrow-up.smaller-arrow:after, .custom-arrow.custom-arrow-down.smaller-arrow:before, .custom-arrow.custom-arrow-down.smaller-arrow:after {
  top: -5%;
  height: 100%;
  width: 5%;
}

.custom-arrow.custom-arrow-left:before, .custom-arrow.custom-arrow-left:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-arrow.custom-arrow-left:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-arrow.custom-arrow-right:before, .custom-arrow.custom-arrow-right:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-arrow.custom-arrow-right:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-arrow.custom-arrow-up:before, .custom-arrow.custom-arrow-up:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-arrow.custom-arrow-up:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-arrow.custom-arrow-up.small-arrow:before, .custom-arrow.custom-arrow-up.small-arrow:after {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.custom-arrow.custom-arrow-up.small-arrow:after {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.custom-arrow.custom-arrow-up.smaller-arrow:before, .custom-arrow.custom-arrow-up.smaller-arrow:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-arrow.custom-arrow-up.smaller-arrow:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-arrow.custom-arrow-down:before, .custom-arrow.custom-arrow-down:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-arrow.custom-arrow-down:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-arrow.custom-arrow-down.small-arrow:before, .custom-arrow.custom-arrow-down.small-arrow:after {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.custom-arrow.custom-arrow-down.small-arrow:after {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.custom-arrow.custom-arrow-down.small-arrow.custom-arrow-anim-up:before, .custom-arrow.custom-arrow-down.small-arrow.custom-arrow-anim-up:after {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

.custom-arrow.custom-arrow-down.small-arrow.custom-arrow-anim-up:after {
  -webkit-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.custom-arrow.custom-arrow-down.smaller-arrow.custom-arrow-anim-up:before, .custom-arrow.custom-arrow-down.smaller-arrow.custom-arrow-anim-up:after {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

.custom-arrow.custom-arrow-down.smaller-arrow.custom-arrow-anim-up:after {
  -webkit-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.custom-arrow.disabled, .custom-arrow.swiper-button-disabled {
  opacity: 0;
}

input {
  position: relative;
}

input::-webkit-input-placeholder {
  font-style: italic;
  color: #86929D;
  opacity: 1;
}

input:-ms-input-placeholder {
  font-style: italic;
  color: #86929D;
  opacity: 1;
}

input::placeholder {
  font-style: italic;
  color: #86929D;
  opacity: 1;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"] {
  border: 1px solid #C8CBCD;
  border-radius: 30px;
  background-color: #F9F9F9;
  width: 100%;
  padding: 8px 28px;
  color: #434B52;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="file"] {
  border: none !important;
  color: #434B52;
  padding-left: 0px;
  padding-right: 0px;
}

textarea {
  border-radius: 1px;
  border-color: #C8CBCD;
  padding: 6px 14px;
  font-family: "Nunito", arial, sans-serif;
  border-style: solid;
  border-width: 1px;
}

textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #C8CBCD;
}

textarea:-ms-input-placeholder {
  font-style: italic;
  color: #C8CBCD;
}

textarea::placeholder {
  font-style: italic;
  color: #C8CBCD;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-group.group-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group:not(:last-child) {
  margin-bottom: 16px;
}

.form-group.required .label::after,
.form-group .required .label::after {
  content: " *";
}

.form-group.form-group-with-info .info-group {
  margin-top: 8px;
  font-size: 11px;
  line-height: 18px;
}

.form-group.form-group-with-info .info-group .info-icon {
  width: 16px;
  display: inline-block;
  margin-right: 8px;
}

.form-group.form-group-with-info .info-group .warning-icon {
  width: 16px;
  display: inline-block;
  margin-right: 8px;
}

.form-group.align-right {
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-group.align-right a:first-child {
  margin-right: 16px;
}

.form-group .label {
  font-weight: 700;
  margin-bottom: 4px;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="datetime-local"],
.form-group .input-section input[type="text"],
.form-group .input-section input[type="password"],
.form-group .input-section input[type="tel"],
.form-group .input-section input[type="email"],
.form-group .input-section input[type="number"],
.form-group .input-section input[type="datetime-local"] {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #C8CBCD;
  color: #434B52;
  padding: 6px 14px;
  background-color: inherit;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100%;
  max-width: 440px;
}

@media screen and (max-width: 991.98px) {
  .form-group input[type="text"],
  .form-group input[type="password"],
  .form-group input[type="tel"],
  .form-group input[type="email"],
  .form-group input[type="number"],
  .form-group input[type="datetime-local"],
  .form-group .input-section input[type="text"],
  .form-group .input-section input[type="password"],
  .form-group .input-section input[type="tel"],
  .form-group .input-section input[type="email"],
  .form-group .input-section input[type="number"],
  .form-group .input-section input[type="datetime-local"] {
    padding: 12px 14px;
  }
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="datetime-local"]:focus,
.form-group .input-section input[type="text"]:focus,
.form-group .input-section input[type="password"]:focus,
.form-group .input-section input[type="tel"]:focus,
.form-group .input-section input[type="email"]:focus,
.form-group .input-section input[type="number"]:focus,
.form-group .input-section input[type="datetime-local"]:focus {
  border-color: #317FCB;
}

.form-group textarea,
.form-group .input-section textarea {
  border-radius: 2px;
}

.form-group.small-input,
.form-group .input-section.small-input {
  max-width: 160px;
}

.form-group.success input,
.form-group .error input,
.form-group .custom-icon input,
.form-group .input-section.success input,
.form-group .input-section .error input,
.form-group .input-section .custom-icon input {
  border-color: #3BB273;
  padding-right: 44px;
}

@media screen and (max-width: 991.98px) {
  .form-group.success input,
  .form-group .error input,
  .form-group .custom-icon input,
  .form-group .input-section.success input,
  .form-group .input-section .error input,
  .form-group .input-section .custom-icon input {
    padding-right: 44px;
  }
}

.form-group.custom-icon:not(.error) input,
.form-group .input-section.custom-icon:not(.error) input {
  padding-right: 44px;
}

@media screen and (max-width: 991.98px) {
  .form-group.custom-icon:not(.error) input,
  .form-group .input-section.custom-icon:not(.error) input {
    padding-right: 44px;
  }
}

.form-group.custom-icon:not(.error).calendar-icon,
.form-group .input-section.custom-icon:not(.error).calendar-icon {
  position: relative;
}

.form-group.custom-icon:not(.error).calendar-icon::after,
.form-group .input-section.custom-icon:not(.error).calendar-icon::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/calendrier-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-group.custom-icon:not(.error).calendar-icon::after,
.form-group .input-section.custom-icon:not(.error).calendar-icon::after {
  bottom: 7px;
  top: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  right: 10px;
}

@media screen and (max-width: 767.98px) {
  .form-group.custom-icon:not(.error).calendar-icon::after,
  .form-group .input-section.custom-icon:not(.error).calendar-icon::after {
    bottom: 10px;
  }
}

.form-group.custom-icon:not(.error).small-icon::after,
.form-group .input-section.custom-icon:not(.error).small-icon::after {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.form-group.success,
.form-group .input-section.success {
  position: relative;
}

.form-group.success::after,
.form-group .input-section.success::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-group.success::after,
.form-group .input-section.success::after {
  top: 50px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  right: 10px;
}

@media screen and (max-width: 767.98px) {
  .form-group.success::after,
  .form-group .input-section.success::after {
    bottom: 10px;
  }
}

.form-group.success input,
.form-group .input-section.success input {
  border-color: #3BB273;
}

.form-group.error,
.form-group .input-section.error {
  position: relative;
}

.form-group.error::after,
.form-group .input-section.error::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-group.error::after,
.form-group .input-section.error::after {
  top: 50px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  right: 10px;
}

@media screen and (max-width: 767.98px) {
  .form-group.error::after,
  .form-group .input-section.error::after {
    bottom: 10px;
  }
}

.form-group.error .field-validation-error.d-none,
.form-group .input-section.error .field-validation-error.d-none {
  display: block !important;
}

.form-group.error input,
.form-group .input-section.error input {
  border-color: #E15554;
}

.form-group.error .custom-form-item .custom-select .selected,
.form-group .input-section.error .custom-form-item .custom-select .selected {
  border-color: #E15554;
}

.form-group ul.input-list,
.form-group .input-section ul.input-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 0px;
}

.form-group ul.input-list li.input-list-item,
.form-group .input-section ul.input-list li.input-list-item {
  width: 50%;
  margin-top: 0px;
}

.form-group ul.input-list li.input-list-item::before,
.form-group .input-section ul.input-list li.input-list-item::before {
  display: none;
}

.form-group .text-area-counter {
  text-align: right;
  color: #86929D;
  font-size: 10px;
  line-height: 16px;
}

.form-group .field-validation-error.text-danger,
.form-group .field-validation-error[data-valmsg-for] {
  font-size: 11px;
  line-height: 18px;
  color: #E15554;
  margin-top: 4px;
}

.form-group .info-icon {
  margin-left: 4px;
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  position: relative;
}

.form-group .info-icon::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 18px;
  width: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-group .info-icon .info-message {
  pointer-events: none;
  opacity: 0;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  padding: 4px;
  background-color: #E8F3FE;
  left: 24px;
  bottom: 0px;
  width: 170px;
  max-width: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-group .info-icon:hover .info-message {
  opacity: 1;
}

.form-group .info-icon.standalone {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-left: 0;
  margin-top: 8px;
}

.form-group .info-icon.standalone .info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  position: relative;
}

.form-group .warning-icon {
  margin-left: 4px;
  display: inline-block;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  position: relative;
}

.form-group .warning-icon::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 18px;
  width: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-group .warning-icon .info-message {
  pointer-events: none;
  opacity: 0;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  padding: 4px;
  background-color: #E8F3FE;
  left: 24px;
  bottom: 0px;
  width: 170px;
  max-width: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-group .warning-icon:hover .info-message {
  opacity: 1;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767.98px) {
  .checkbox-container {
    line-height: 2;
  }
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container input:checked ~ .checkmark::after {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #FFF;
  border: 1px solid #C8CBCD;
  border-radius: 2px;
}

@media screen and (max-width: 767.98px) {
  .checkbox-container .checkmark {
    height: 28px;
    width: 28px;
  }
}

.checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  border-radius: 2px;
  background-color: #317FCB;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  opacity: 0;
  -webkit-transition: background-color 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  transition: background-color 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475), background-color 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475), background-color 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.475);
}

@media screen and (max-width: 767.98px) {
  .checkbox-container .checkmark::after {
    width: 20px;
    height: 20px;
  }
}

.checkbox-container .checkmark.radio {
  border-radius: 12px;
}

@media screen and (max-width: 767.98px) {
  .checkbox-container .checkmark.radio {
    border-radius: 14px;
  }
}

.checkbox-container .checkmark.radio::after {
  border-radius: 8px;
}

@media screen and (max-width: 767.98px) {
  .checkbox-container .checkmark.radio::after {
    border-radius: 10px;
  }
}

.checkbox-container:hover {
  color: #9BCF10;
}

.checkbox-container:hover input ~ .checkmark::after {
  background-color: #9BCF10;
}

.checkbox-container.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.checkbox-container.disabled input:not(:checked) ~ .checkmark {
  background-color: #E7E9EB;
  border-color: #E7E9EB;
}

.checkbox-container.checkbox-filter {
  padding-left: 0px;
}

.checkbox-container.checkbox-filter .label {
  font-weight: inherit;
  display: block;
  margin-bottom: 0px;
}

.checkbox-container.checkbox-filter .items:empty {
  display: none;
}

.checkbox-container.checkbox-filter .items::before {
  content: "(";
}

.checkbox-container.checkbox-filter .items::after {
  content: ")";
}

.checkbox-container.checkbox-filter .label {
  padding: 6px 25px;
  font-weight: 700;
  color: #317FCB;
  text-align: center;
  border: 2px solid #317FCB;
  border-radius: 100px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  cursor: pointer;
}

.checkbox-container.checkbox-filter .label:hover {
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.checkbox-container.checkbox-filter input:checked ~ .label {
  border: 2px solid #9BCF10;
  color: #FFF;
  background-color: #9BCF10;
}

.checkbox-container.checkbox-filter .checkmark {
  display: none;
}

.form-validation-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.form-validation-alert .email-alert.alert {
  position: relative;
}

.form-validation-alert .email-alert.alert .field-validation-error,
.form-validation-alert .email-alert.alert .field-validation-success {
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

.form-validation-alert .email-alert.alert.alert-danger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-validation-alert .email-alert.alert.alert-danger .alert-icon {
  position: relative;
}

.form-validation-alert .email-alert.alert.alert-danger .alert-icon::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 24px;
  width: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-validation-alert .email-alert.alert.alert-success .alert-icon {
  position: relative;
}

.form-validation-alert .email-alert.alert.alert-success .alert-icon::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 24px;
  width: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-validation-alert .email-alert.alert.alert-success .field-validation-error {
  padding-left: 32px;
  width: 100%;
}

.form-validation-alert .email-alert.alert #close-email-alert {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 0px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.form-validation-alert .email-alert.alert #close-email-alert::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/close-v2-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 24px;
  width: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-validation-alert .email-alert.alert #close-email-alert:hover::before {
  background-image: url(../images/icons/close-v2-lighter-green.svg);
}

.form-validation-alert .email-alert.alert #close-email-alert:active::before {
  background-image: url(../images/icons/close-v2-darker-green.svg);
}

.form-validation-alert.remove {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0;
}

.custom-form-item.custom-form-select select {
  display: none;
}

.custom-form-item.custom-form-select .custom-select {
  position: relative;
}

.custom-form-item.custom-form-select .custom-select.select-empty {
  opacity: 0.5;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  pointer-events: none;
}

.custom-form-item.custom-form-select .custom-select .selected {
  min-height: 41px;
  display: block;
  border-radius: 2px;
  border: 1px solid #C8CBCD;
  padding: 6px 14px;
  width: 100%;
  color: #434B52;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 38px;
}

@media screen and (max-width: 991.98px) {
  .custom-form-item.custom-form-select .custom-select .selected {
    padding: 12px 14px;
  }
}

.custom-form-item.custom-form-select .custom-select .selected:hover {
  cursor: pointer;
}

.custom-form-item.custom-form-select .custom-select .selected.active {
  border-color: #317FCB;
}

.custom-form-item.custom-form-select .custom-select .custom-arrow {
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-form-item.custom-form-select .custom-select:hover .custom-arrow::before, .custom-form-item.custom-form-select .custom-select:hover .custom-arrow::after {
  background-color: #9BCF10;
}

.custom-form-item.custom-form-select-secondary .custom-select .selected {
  border-width: 0px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  border-radius: 4px;
  padding: 12px 24px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.custom-form-item.custom-form-select-secondary .custom-select .selected.active {
  border-width: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-form-item.custom-form-select-secondary .custom-select .selected::after {
  content: "";
  height: 100%;
  width: 48px;
  background-color: #317FCB;
  position: absolute;
  top: 0px;
  right: 0px;
}

.custom-form-item.custom-form-select-secondary .custom-select .custom-arrow {
  right: 4px;
  -webkit-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
}

.custom-form-item.custom-form-select-secondary .custom-select .custom-arrow::before, .custom-form-item.custom-form-select-secondary .custom-select .custom-arrow::after {
  background: #FFF;
}

.custom-form-item.custom-form-select-secondary .custom-select .form-item-list {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.custom-form-item.custom-form-select-multiple .custom-select .form-item-list .select-list .form-group {
  padding: 8px 0px;
  margin: 8px 0px !important;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #E7E9EB;
}

.custom-form-item.custom-form-select-multiple .custom-select .form-item-list .select-list .form-group:last-child {
  border: none;
}

.custom-form-item.custom-form-select-multiple.disabled {
  background-color: #F9F9F9;
}

.form-item-list {
  background-color: #FFF;
  position: absolute;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  z-index: 20;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  pointer-events: none;
}

.form-item-list ul {
  max-height: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 0px;
  overflow: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 767.98px) {
  .form-item-list ul {
    max-height: 168px;
  }
}

.form-item-list ul li {
  padding: 8px;
  border-bottom: 1px solid #F9F9F9;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.form-item-list ul li:hover {
  cursor: pointer;
  color: #9BCF10;
}

.form-item-list ul li:active {
  color: #80AD07;
}

.form-item-list ul li:last-child {
  border-bottom: 0px;
}

.form-item-list ul li.selected-item, .form-item-list ul li.active-facet {
  background-color: #9BCF10;
  color: #FFF;
}

.form-item-list ul li::before {
  display: none !important;
}

.form-item-list.visible {
  opacity: 1;
  pointer-events: all;
}

.form-item-list.visible ul {
  max-height: 240px;
}

.custom-form-item.small-list .form-item-list.visible ul {
  max-height: 190px;
}

.o-hidden {
  overflow: hidden !important;
}

.o-visible {
  overflow: visible !important;
}

.o-auto {
  overflow: auto !important;
}

.blue-bg:not(.custom-bg) {
  background-color: #317FCB;
}

.blue-bg .button {
  background-color: #FFF;
  color: #98BFE5;
}

.gradient-blue-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
}

.gradient-blue-bg a.button.button-secondary:not(:hover) {
  background-color: #FFF;
  border-color: #FFF;
  color: #317FCB;
}

.component .heading {
  margin-bottom: 24px;
}

.component .heading .field-title {
  display: inline-block;
}

.component .heading .field-title.text-center {
  width: 100%;
  text-align: center;
}

.component .heading .field-title h1,
.component .heading .field-title h2,
.component .heading .field-title h3,
.component .heading .field-title h4 {
  margin-bottom: 24px;
  margin-right: 16px;
}

.component .heading .items-number {
  margin-right: 8px;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.component .heading .items-number:before {
  content: "(";
}

.component .heading .items-number:after {
  content: ")";
}

.component .heading .items-number:empty {
  display: none !important;
}

@media screen and (max-width: 767.98px) {
  .component .heading .items-number {
    display: none;
  }
}

.component .heading .see-all {
  display: inline-block;
}

.component .heading a {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media screen and (max-width: 767.98px) {
  .component .heading a {
    font-size: 14px;
    line-height: 23px;
  }
}

.component.secondary-bg.section {
  background-color: #F9F9F9;
}

.component.secondary-bg > .component-content {
  background-color: transparent;
}

.component.gradient-grey-bg.section {
  background: -webkit-gradient(linear, left top, right top, from(#F9F9F9), color-stop(10%, #FFF));
  background: -webkit-linear-gradient(left, #F9F9F9 0%, #FFF 10%);
  background: linear-gradient(90deg, #F9F9F9 0%, #FFF 10%);
}

.component.custom-bg {
  position: relative;
}

.component.custom-bg .heading {
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
}

.component.custom-bg .heading a:not(:hover) {
  color: #FFF;
}

.component.custom-bg::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B4C6B), to(#232E43));
  background: -webkit-linear-gradient(top, #3B4C6B 0%, #232E43 100%);
  background: linear-gradient(180deg, #3B4C6B 0%, #232E43 100%);
}

.component.custom-bg.double-bg::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  z-index: 0;
}

.component.custom-bg.reverse-bg .heading {
  color: #434B52;
  text-shadow: none;
}

.component.custom-bg.reverse-bg .heading a:not(:hover) {
  color: #317FCB;
  text-shadow: none;
}

.component.custom-bg.reverse-bg.horizontally::before {
  left: inherit;
  right: 0px;
}

.component.custom-bg.reverse-bg.horizontally.double-bg::after {
  right: inherit;
  left: 0px;
}

.component.custom-bg.reverse-bg.vertically::before {
  top: inherit;
  bottom: 0px;
}

.component.custom-bg.reverse-bg.vertically.double-bg::after {
  bottom: inherit;
  top: 0px;
}

.component.custom-bg.section::before {
  width: 100vw;
}

.column-splitter .component.custom-bg.section::before {
  width: 100%;
}

.component.custom-bg.section.double-bg::after {
  width: 100vw;
}

.column-splitter .component.custom-bg.section.double-bg::after {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .component.custom-bg.section.double-bg::after {
    display: none;
  }
}

.component.custom-bg.section.double-bg .swiper-nav .custom-arrow::before, .component.custom-bg.section.double-bg .swiper-nav .custom-arrow::after {
  background: #FFF;
}

.component.custom-bg.section.double-bg .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}

.component.custom-bg.semi-height-bg::before {
  height: 70%;
  max-height: 320px;
}

.component.custom-bg.semi-height-bg.double-bg::before {
  height: 43%;
}

@media screen and (max-width: 991.98px) {
  .component.custom-bg.semi-height-bg.double-bg::before {
    height: 70%;
  }
}

.component.custom-bg.semi-height-bg.double-bg::after {
  height: 30%;
}

.component.custom-bg.semi-width-bg::before {
  width: 70%;
}

.component.custom-bg.semi-width-bg.double-bg::after {
  width: 70%;
}

@media screen and (max-width: 991.98px) {
  .component.custom-bg.semi-width-bg::before {
    width: 100%;
  }
}

.component.custom-bg.small-width-bg::before {
  width: 30%;
}

.component.custom-bg.small-width-bg.double-bg::after {
  width: 30%;
}

@media screen and (max-width: 991.98px) {
  .component.custom-bg.small-width-bg::before {
    width: 100%;
  }
}

.component.custom-bg.small-height-bg::before {
  height: 30%;
}

@media screen and (max-width: 991.98px) {
  .component.custom-bg.small-height-bg::before {
    height: 60%;
  }
}

.component.custom-bg.small-height-bg.double-bg::after {
  height: 30%;
}

.component.custom-bg.medium-height-bg::before {
  height: 70%;
  max-height: 658px;
}

@media screen and (max-width: 991.98px) {
  .component.custom-bg.medium-height-bg::before {
    max-height: 525px;
  }
}

.component.custom-bg.medium-height-bg.double-bg::before {
  height: 43%;
}

@media screen and (max-width: 991.98px) {
  .component.custom-bg.medium-height-bg.double-bg::before {
    height: 60%;
  }
}

.component.custom-bg.medium-height-bg.double-bg::after {
  height: 30%;
}

.component.custom-bg.large-grey-bg::before, .component.custom-bg.large-grey-bg::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#3B4C6B), to(#232E43));
  background: -webkit-linear-gradient(top, #3B4C6B 0%, #232E43 100%);
  background: linear-gradient(180deg, #3B4C6B 0%, #232E43 100%);
}

.component.custom-bg.large-blue-bg::before, .component.custom-bg.large-blue-bg::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
}

.component.custom-bg.large-orange-bg::before, .component.custom-bg.large-orange-bg::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9200), to(#F56806));
  background: -webkit-linear-gradient(top, #FF9200 0%, #F56806 100%);
  background: linear-gradient(180deg, #FF9200 0%, #F56806 100%);
}

.component.custom-bg.large-orange-bg .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background: #FED483;
}

.component.custom-bg.large-orange-bg .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF9200;
}

.component.custom-bg.large-orange-bg .swiper-nav .custom-arrow::before, .component.custom-bg.large-orange-bg .swiper-nav .custom-arrow::after {
  background: #FF9200;
}

@media screen and (max-width: 767.98px) {
  .component.custom-bg.hide-background-sm::before, .component.custom-bg.hide-background-sm::after {
    display: none;
  }
}

.component.custom-bg > .component-content {
  position: relative;
  z-index: 1;
}

.component.custom-bg:not(.reverse-bg) .heading {
  color: #FFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 767.98px) {
  .component.custom-bg.reverse-bg .heading {
    color: #FFF;
    text-shadow: none;
  }
}

.component.section {
  padding-bottom: 56px;
  padding-top: 56px;
}

@media screen and (max-width: 767.98px) {
  .component.section {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.component.section .container > .row .section .container {
  max-width: inherit;
  padding: 0px;
}

.component.aside {
  padding-top: 24px;
  padding-bottom: 24px;
}

.component.aside:first-child {
  padding-top: 0px;
}

@media screen and (max-width: 991.98px) {
  .component.aside:first-child {
    padding-top: 24px;
  }
}

.component.aside .container {
  padding-left: 0px;
  padding-right: 0px;
}

.component.aside .container .heading {
  margin-bottom: 0px;
}

.component.aside .container .heading .field-title h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 16px;
}

.component.aside .container .card {
  margin-bottom: 24px;
  height: auto;
}

.component.breadcrumb {
  background-color: transparent;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991.98px) {
  .component.breadcrumb {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.component.breadcrumb.navigation-title .component-content nav ol {
  color: #86929D;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.component.breadcrumb.navigation-title .component-content nav ol li {
  display: inline-block;
}

.component.breadcrumb.navigation-title .component-content nav ol li .navigation-title a {
  text-decoration: none;
}

.component.breadcrumb.navigation-title .component-content nav ol li .navigation-title a:not(:hover) {
  color: #86929D;
}

.component.breadcrumb.navigation-title .component-content nav ol li:last-child .navigation-title a {
  color: #9BCF10;
  pointer-events: none;
}

body:not(.on-page-editor) .hide-component {
  display: none !important;
}

body.on-page-editor .hide-component {
  opacity: 0.5;
}

.component.account-option .component-content {
  border-top: 1px solid #E7E9EB;
  padding-top: 24px;
  padding-bottom: 24px;
}

.component.account-option .component-content .preview-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 200px;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 0.8s ease, opacity 0.5s ease;
  transition: 0.8s ease, opacity 0.5s ease;
  overflow: visible;
}

.component.account-option .component-content .preview-section.hidden {
  max-height: 0px;
  opacity: 0;
  -webkit-transform: scale(0.92) translateY(-10px);
  -ms-transform: scale(0.92) translateY(-10px);
  transform: scale(0.92) translateY(-10px);
  overflow: hidden;
}

.component.account-option .component-content .preview-section .details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.component.account-option .component-content .preview-section .details-content .title {
  font-weight: 700;
}

.component.account-option .component-content .preview-section .details-content .extra-information {
  margin-top: 8px;
  font-size: 10px;
  line-height: 12px;
}

.component.account-option .component-content .preview-section .edit-content {
  margin-left: auto;
}

.component.account-option .component-content .edit-section {
  max-height: 0px;
  -webkit-transition: 0.8s ease, opacity 0.5s ease, box-shadow 0.5s ease 0.5s;
  transition: 0.8s ease, opacity 0.5s ease, box-shadow 0.5s ease 0.5s;
  opacity: 0;
  -webkit-transform: scale(0.92) translateY(15px);
  -ms-transform: scale(0.92) translateY(15px);
  transform: scale(0.92) translateY(15px);
  overflow: hidden;
  padding: 12px;
  margin: -12px;
}

.component.account-option .component-content .edit-section.visible {
  overflow: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  max-height: 1000px;
}

.component.account-option .component-content .edit-section .form-introduction {
  margin-bottom: 24px;
}

.component.account-option .component-content .edit-section .form-introduction .head-title {
  font-weight: 700;
}

.component.account-option .component-content .edit-section form .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.component.account-option .component-content .edit-section form .form-content .form-group {
  margin-bottom: 16px;
}

.component.account-option .component-content .edit-section form .form-content .form-group:not(:last-child) {
  max-width: 385px;
}

.component.account-option .component-content .edit-section form .form-content .form-group .input-section {
  width: 100%;
}

.component.account-option .component-content .edit-section form .form-content .form-group:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.component.account-option .component-content .edit-section form .form-content .form-group:last-child a:first-child {
  margin-right: 24px;
}

.component.account-option.company-activity {
  z-index: 10;
}

.component.account-option.company-activity .custom-form-select {
  width: 100%;
}

.disconnected-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.disconnected-bloc .disconnected-bloc-container {
  text-align: center;
  display: inline-block;
  padding: 24px;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  background-color: #FFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-radius: 4px;
}

@media screen and (max-width: 991.98px) {
  .disconnected-bloc .disconnected-bloc-container {
    width: 100%;
  }
}

.disconnected-bloc .disconnected-bloc-container::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 8px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.disconnected-bloc .disconnected-bloc-container:hover {
  box-shadow: 0 8px 15px 0 rgba(51, 59, 69, 0.4);
}

.disconnected-bloc .disconnected-bloc-container .message {
  display: inline-block;
  margin-right: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
  .disconnected-bloc .disconnected-bloc-container .message {
    width: 100%;
    margin-right: 0px;
  }
}

.disconnected-bloc .disconnected-bloc-container .connect-button {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}

.disconnected-bloc .disconnected-bloc-container .connect-button a,
.disconnected-bloc .disconnected-bloc-container .connect-button a:hover {
  margin-bottom: 0px;
}

.disconnected-bloc .disconnected-bloc-container .field-promotext {
  font-size: 20px;
}

.disconnected-bloc:not(:last-child) {
  margin-bottom: 24px;
}

.disconnected-bloc.alternate .disconnected-bloc-container::before {
  display: none;
}

.default-list,
.list-search-result ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.default-list .default-item,
.list-search-result ul .default-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 24px;
  border-top: 1px solid #E7E9EB;
}

.default-list .default-item:last-child,
.list-search-result ul .default-item:last-child {
  border-bottom: 1px solid #E7E9EB;
}

.default-list .default-item .field-image,
.default-list .default-item .image-field,
.list-search-result ul .default-item .field-image,
.list-search-result ul .default-item .image-field {
  width: 8%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  min-height: 50px;
  margin-right: 24px;
}

.default-list .default-item .field-image img,
.default-list .default-item .image-field img,
.list-search-result ul .default-item .field-image img,
.list-search-result ul .default-item .image-field img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  height: 100%;
  width: 100%;
}

.default-list .default-item .field-image:empty,
.default-list .default-item .image-field:empty,
.list-search-result ul .default-item .field-image:empty,
.list-search-result ul .default-item .image-field:empty {
  background-image: url(../images/icons/doc-main-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.default-list .default-item .right-side .field-title:not(.keyword),
.list-search-result ul .default-item .right-side .field-title:not(.keyword) {
  margin-bottom: 0px;
  margin-right: 24px;
  font-size: 24px;
  line-height: 30px;
}

@media screen and (max-width: 767.98px) {
  .default-list .default-item .right-side .field-title:not(.keyword),
  .list-search-result ul .default-item .right-side .field-title:not(.keyword) {
    font-size: 20px;
    line-height: 33px;
  }
}

.default-list .default-item .right-side .keywords-container,
.list-search-result ul .default-item .right-side .keywords-container {
  margin-right: 24px;
}

.default-list .default-item .right-side .author,
.list-search-result ul .default-item .right-side .author {
  display: inline-block;
  margin-right: 16px;
}

.default-list .default-item .right-side .release-details,
.list-search-result ul .default-item .right-side .release-details {
  display: inline-block;
}

.default-list .default-item .custom-arrow,
.list-search-result ul .default-item .custom-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.default-list.list-cards-style,
.list-search-result ul.list-cards-style {
  background-color: #FFF;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.default-list.list-cards-style:hover,
.list-search-result ul.list-cards-style:hover {
  box-shadow: 0 8px 15px 0 rgba(51, 59, 69, 0.4);
}

.default-list.list-cards-style .default-item,
.list-search-result ul.list-cards-style .default-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #E7E9EB;
}

.default-list.list-cards-style .default-item:last-child,
.list-search-result ul.list-cards-style .default-item:last-child {
  border-bottom: 1px solid transparent;
}

.default-list.align-top .default-item,
.list-search-result ul.align-top .default-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-items: end;
}

.default-list.align-top .default-item .image-field,
.list-search-result ul.align-top .default-item .image-field {
  margin-top: 6px;
}

@media screen and (max-width: 767.98px) {
  .default-list.align-top .default-item .image-field,
  .list-search-result ul.align-top .default-item .image-field {
    margin-top: 8px;
    width: 15%;
  }
}

body.body-color-grey {
  background-color: #F9F9F9;
}

body.body-color-grey #header {
  background-color: #FFF;
}

body.body-color-grey #header > .row > .row-splitter > .container-fluid:first-child > div > .row::after {
  height: 1px;
  background-color: #E7E9EB;
}

body.body-color-grey #header > .row > .row-splitter > .container-fluid:last-child {
  position: relative;
}

body.body-color-grey #header > .row > .row-splitter > .container-fluid:last-child::before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% + 24px);
  width: calc(100% + 24px);
  height: 100%;
  top: 0px;
  left: -12px;
  background-color: #F9F9F9;
}

body.body-color-grey #header > .row > .row-splitter > .container-fluid:last-child::after {
  content: '';
  position: absolute;
  width: -webkit-calc(100% + 24px);
  width: calc(100% + 24px);
  height: 1px;
  bottom: 0px;
  left: -12px;
  background-color: #E7E9EB;
}

body.page-article .col-12.col-lg-8 > .component.rich-text:not(:nth-of-type(1)) {
  padding-top: 12px;
  padding-bottom: 12px;
}

body.page-article .col-12.col-lg-8 > .component.rich-text:nth-of-type(1) {
  padding-bottom: 12px;
}

@media screen and (min-width: 767.98px) {
  body.page-article-revue .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1), body.page-article .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) {
    display: block;
  }
  body.page-article-revue .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:first-child, body.page-article .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:first-child {
    z-index: 1;
    float: left;
  }
  body.page-article-revue .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:first-child .row, body.page-article .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:first-child .row {
    margin-left: 12px;
    margin-right: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  body.page-article-revue .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:not(:first-child) .row, body.page-article .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:not(:first-child) .row {
    display: block;
  }
  body.page-article-revue .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:not(:first-child) .row .component.content, body.page-article .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:not(:first-child) .row .component.content {
    width: auto;
    overflow: inherit;
  }
  body.page-article-revue .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:not(:first-child) .row .component.rich-text, body.page-article .col-12.col-lg-8 > .row > .component.row-splitter > .container-fluid > div > .row > .row.component.column-splitter:nth-of-type(1) > .col-12:not(:first-child) .row .component.rich-text {
    overflow: inherit;
  }
  body.page-article-revue .col-12.col-lg-4, body.page-article .col-12.col-lg-4 {
    position: relative;
    z-index: 2;
  }
}

body.on-page-editor.page-article-revue .col-12.col-lg-8 .row.component.column-splitter:nth-of-type(1) .col-12 .row .component.rich-text [scfieldtype="rich text"] {
  display: block;
}

@media screen and (min-width: 991.98px) {
  body.search-page main .col-12.col-lg-4 {
    background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), to(#FFF));
    background-image: -webkit-linear-gradient(left, #F9F9F9 0%, #FFF 100%);
    background-image: linear-gradient(90deg, #F9F9F9 0%, #FFF 100%);
  }
}

.icon-container {
  position: relative;
  min-width: 28px;
  min-height: 28px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-container.swiper-button-disabled {
  width: 0px;
  min-width: 0px;
}

.icon-container.swiper-button-disabled .icon {
  opacity: 0;
}

.icon-container .icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 20;
  height: 100%;
  width: 100%;
}

.icon-container .icon.icon-weather-cloudy {
  position: relative;
}

.icon-container .icon.icon-weather-cloudy::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/weather-cloudy-.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 48px;
  width: 48px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.icon-container .icon.icon-weather-cloudy:active::before {
  background-image: url(../images/icons/weather-cloudy-darker-green.svg);
}

.icon-container .icon.icon-arrow {
  position: relative;
}

.icon-container .icon.icon-arrow::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/arrow-bottom-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 28px;
  width: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.icon-container .icon.icon-arrow:hover::before {
  background-image: url(../images/icons/arrow-bottom-lighter-green.svg);
}

.icon-container .icon.icon-arrow:active::before {
  background-image: url(../images/icons/arrow-bottom-darker-green.svg);
}

.icon-container .icon.icon-arrow::before {
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
}

.icon-container .icon.icon-arrow.icon-rotate-left::before {
  -webkit-transform: translate(0%, 0%) rotate(90deg) !important;
  -ms-transform: translate(0%, 0%) rotate(90deg) !important;
  transform: translate(0%, 0%) rotate(90deg) !important;
}

.icon-container .icon.icon-arrow.icon-rotate-top::before {
  -webkit-transform: translate(0%, 0%) rotate(180deg) !important;
  -ms-transform: translate(0%, 0%) rotate(180deg) !important;
  transform: translate(0%, 0%) rotate(180deg) !important;
}

.loading-ring {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.loading-ring::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto 4rem;
  border-radius: 50%;
  border-top-color: #317FCB;
  -webkit-animation: spin 1s infinite ease-in-out;
  animation: spin 1s infinite ease-in-out;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#ui-datepicker-div {
  background: #fff;
  border: inherit;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  padding: 8px;
}

#ui-datepicker-div .ui-datepicker-header {
  background: inherit;
  border: inherit;
  border-bottom: 1px solid #E7E9EB;
  border-radius: 0px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background-image: inherit;
  width: 24px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  position: absolute;
  top: 5px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background-image: inherit;
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 16px;
  width: 1.667em;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:after,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:before,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:after {
  content: "";
  position: absolute;
  background: #317FCB;
  border-radius: 50px;
  display: block;
  background: #434B52;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5%;
  height: 12%;
  width: 90%;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:before,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  top: 62%;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:after,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:after {
  bottom: 62%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:hover {
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:hover:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:hover:after,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:hover:before,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:hover:after {
  background: #9BCF10;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  background-image: inherit;
  background: inherit;
  border: 0px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover .ui-icon,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover .ui-icon {
  background-image: inherit;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  left: inherit;
  right: 24px;
  top: 4px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  right: 2px;
  left: inherit;
  position: absolute;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  top: 4px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  top: 4px;
  right: 8px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  right: 0px;
  -webkit-transform: scale(0.5) rotate(180deg);
  -ms-transform: scale(0.5) rotate(180deg);
  transform: scale(0.5) rotate(180deg);
}

#ui-datepicker-div .ui-datepicker-header.ui-state-hover {
  top: 4px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin: 0em 4em 0em 0.8em;
  text-align: left;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  border: none;
  width: auto;
  color: #434B52;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 16px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  text-align: center;
  vertical-align: middle;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  background: inherit;
  border: inherit;
  text-align: center;
  line-height: 20px;
  margin: 6px;
  border-radius: 50px;
  font-weight: 700;
  color: #434B52;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  color: #FFF;
  background-color: #9BCF10;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  color: #FFF;
  background-color: #80AD07;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a:not(.ui-datepicker-current-day) {
  opacity: 0.5;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  background-color: #317FCB;
  color: #FFF;
}

.window-popup.main-popup {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.window-popup.main-popup:hover {
  cursor: auto;
}

.window-popup.main-popup.visible {
  opacity: 1;
  pointer-events: auto;
}

.window-popup.main-popup .content-popup {
  border-radius: 4px;
  background-color: #FFF;
  padding: 24px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  max-width: 500px;
  margin: 24px;
  min-width: 50%;
  overflow-x: hidden;
}

@media screen and (max-width: 767.98px) {
  .window-popup.main-popup .content-popup {
    max-height: 90vh;
  }
}

@media screen and (max-width: 991.98px) {
  .window-popup.main-popup .content-popup {
    width: 750px;
  }
}

.window-popup.main-popup .content-popup.warning-popup {
  max-width: 500px;
  min-width: 25%;
}

.window-popup.main-popup .content-popup.warning-popup .footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.window-popup.main-popup .content-popup .header-section {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.window-popup.main-popup .content-popup .header-section::after {
  content: "";
  width: -webkit-calc(100% + 48px);
  width: calc(100% + 48px);
  height: 2px;
  background-color: #C8CBCD;
  position: absolute;
  left: -24px;
  bottom: 0px;
  opacity: 0.4;
}

@media screen and (max-width: 767.98px) {
  .window-popup.main-popup .content-popup .header-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10;
  }
  .window-popup.main-popup .content-popup .header-section::before {
    content: "";
    width: -webkit-calc(100% + 48px);
    width: calc(100% + 48px);
    height: -webkit-calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: #FFF;
    position: absolute;
    top: -24px;
    left: -24px;
    opacity: 1;
    z-index: -1;
  }
}

.window-popup.main-popup .content-popup .header-section .title {
  font-size: 36px;
  line-height: 40px;
  padding-right: 44px;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .window-popup.main-popup .content-popup .header-section .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: inherit;
    padding-right: 20px;
  }
}

.window-popup.main-popup .content-popup .header-section .icon-close {
  position: relative;
  position: absolute;
  right: -20px;
  top: -15px;
  width: 60px;
  height: 60px;
}

.window-popup.main-popup .content-popup .header-section .icon-close::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/close-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.window-popup.main-popup .content-popup .header-section .icon-close:hover::before {
  background-image: url(../images/icons/close-lighter-green.svg);
}

.window-popup.main-popup .content-popup .header-section .icon-close:active::before {
  background-image: url(../images/icons/close-darker-green.svg);
}

.window-popup.main-popup .content-popup .header-section .icon-close:hover {
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .window-popup.main-popup .content-popup .header-section .icon-close {
    right: -30px;
    top: -14px;
  }
}

.window-popup.main-popup .content-popup .main-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.window-popup.main-popup .content-popup .main-section .text-area {
  margin-bottom: 16px;
}

.window-popup.main-popup .content-popup .main-section .text-area .title {
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 767.98px) {
  .window-popup.main-popup .content-popup .main-section .text-area .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.window-popup.main-popup .content-popup .footer-section {
  margin-top: 16px;
  padding-top: 16px;
  position: relative;
  text-align: center;
}

.window-popup.main-popup .content-popup .footer-section::after {
  content: "";
  width: -webkit-calc(100% + 48px);
  width: calc(100% + 48px);
  height: 2px;
  background-color: #C8CBCD;
  position: absolute;
  left: -24px;
  top: 0px;
  opacity: 0.4;
}

@media screen and (max-width: 767.98px) {
  .window-popup.main-popup .content-popup .footer-section {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 10;
  }
  .window-popup.main-popup .content-popup .footer-section::before {
    content: "";
    width: -webkit-calc(100% + 48px);
    width: calc(100% + 48px);
    height: -webkit-calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: #FFF;
    position: absolute;
    top: 0px;
    left: -24px;
    opacity: 1;
    z-index: -1;
  }
}

.window-popup.main-popup .content-popup .footer-section .title {
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .window-popup.main-popup .content-popup.o-visible .footer-section {
    opacity: 0;
  }
}

@media screen and (min-width: 991.98px) {
  body ::-webkit-scrollbar,
  body ::-webkit-scrollbar-thumb,
  body ::-webkit-scrollbar-track {
    width: 16px;
    border: none;
    background: transparent;
  }
  body ::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
  }
  body ::-webkit-scrollbar-button,
  body ::-webkit-scrollbar-track-piece,
  body ::-webkit-scrollbar-corner,
  body ::-webkit-resizer {
    display: none;
  }
  body ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #232E43;
  }
  body ::-webkit-scrollbar-track {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAABCAYAAAAMwoR9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAXSURBVBhXY/j//z8K/v79O5BCFvvPAAAOaRvNGc/j4gAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    background-size: contain;
  }
  body ::-webkit-scrollbar-track:horizontal {
    background-repeat: repeat-x;
  }
  body ::-webkit-scrollbar-track:vertical {
    background-repeat: repeat-y;
  }
  body ::-webkit-scrollbar-track:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAABCAYAAAAMwoR9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAXSURBVBhXY/j//z8KfvfuA5BCFvvPAAAMjBu0zg91rwAAAABJRU5ErkJggg==");
  }
}

.pop-up-notification {
  position: fixed;
  z-index: 10000;
  max-width: 400px;
  top: 10px;
  right: 10px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  padding: 24px;
  background-color: white;
  border-radius: 12px;
  font-weight: 700;
  -webkit-animation-name: popin;
  animation-name: popin;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.pop-up-notification.error-message {
  color: #E15554;
}

.pop-up-notification.success-message {
  color: #3BB273;
}

.pop-up-notification.warning-message {
  color: #E1BC29;
}

@-webkit-keyframes popin {
  0% {
    right: -100%;
  }
  10% {
    right: 10px;
  }
  80% {
    right: 10px;
  }
  100% {
    right: -100%;
  }
}

@keyframes popin {
  0% {
    right: -100%;
  }
  10% {
    right: 10px;
  }
  80% {
    right: 10px;
  }
  100% {
    right: -100%;
  }
}

@-webkit-keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media screen and (min-width: 1199.98px) {
  .component.p-right .component-content {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1199.98px) {
  .component.p-left .component-content {
    padding-left: 40px;
  }
}
