@charset "UTF-8";
@import "../fonts/icomoon.css";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=&display=swap");
@import url("https://fonts.googleapis.com/css2?family=&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 0 3rem;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  font-family: "beemico";
  font-size: 20px;
  line-height: 1;
  color: #f7aa23;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  z-index: 600;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
  color: #f7aa23;
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:after {
  content: "";
}
[dir=rtl] .slick-next:after {
  content: "";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "beemico";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem 2rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

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

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem 2rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem 2rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem 2rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem 2rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem 2rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem 2rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 2rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem 2rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem 2rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem 2rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem 2rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem 2rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem 2rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem 2rem;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem 2rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem 2rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem 2rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem 2rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem 2rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem 2rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem 2rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem 2rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem 2rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem 2rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem 2rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
::selection {
  background-color: #646464;
  color: black;
}

::moz-selection {
  background-color: #646464;
  color: black;
}

::webkit-selection {
  background-color: #646464;
  color: black;
}

body {
  background: #fff;
  font-size: 14px;
  color: #f7aa23;
  font-family: "", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.filigrane:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500%;
  z-index: 900;
}

.container {
  max-width: 1440px;
}

.row.galery .col-xs-2, .row.galery .col-xs-3, .row.galery .col-xs-4 {
  padding: 1rem 0.25rem;
}

.topnav {
  background: #f7aa23;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 0.8rem 4rem 0.8rem 2rem;
}

header .hamburger:not(.is-active) + nav {
  opacity: 0;
}
@media only screen and (max-width: 40rem) {
  header .hamburger:not(.is-active) + nav {
    pointer-events: none;
  }
}
@media only screen and (min-width: 41rem) {
  header .hamburger:not(.is-active) + nav {
    display: flex;
    opacity: 1;
  }
}
@media only screen and (max-width: 40rem) {
  header .hamburger.is-active + nav {
    height: 100%;
    display: flex;
  }
  header .hamburger.is-active + nav:after {
    opacity: 1 !important;
  }
}
header .hamburger {
  position: fixed;
  z-index: 1400;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 4px;
  background: #fff;
  display: block;
}
@media only screen and (min-width: 41rem) {
  header .hamburger {
    display: none;
  }
}
header .logo_wrapper {
  padding: 0 2rem;
}
header .footer-mobile {
  background: #fff;
  width: calc(100%);
  padding: 1rem;
  height: 3rem;
  position: fixed;
  z-index: 1200;
  bottom: -150px;
  left: 0;
  display: flex;
  box-shadow: 6px 6px 20px 2px rgba(0, 0, 0, 0.2);
  transition: 0.25s ease-in-out;
}
header .footer-mobile.active {
  bottom: 0px;
}
@media only screen and (min-width: 41rem) {
  header .footer-mobile {
    display: none;
  }
}
header .footer-mobile .icon- {
  color: #044168;
  position: absolute;
  z-index: 5000;
  font-size: 36px;
  left: 1.5rem;
  bottom: 1.5rem;
}
header .buttons_wrapper {
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: flex-start;
  padding: 1rem 0 0.5rem 0;
}
header .buttons_wrapper .button {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 41rem) {
  header .buttons_wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 41rem) {
  header .buttons_wrapper .button {
    margin-bottom: 0;
  }
}
header .nav_wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0 2rem 0 2rem;
}
header .nav_wrapper nav:not(.dashboard-nav) {
  width: 100% !important;
  position: fixed;
  left: 0;
  text-align: center;
  transition: 0.25s ease-in-out;
  z-index: 900;
  top: 20%;
  display: flex;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav:not(.dashboard-nav) {
    width: auto !important;
    top: inherit;
    text-align: left;
  }
}
header .nav_wrapper nav:not(.dashboard-nav):after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav:not(.dashboard-nav):after {
    opacity: 0;
    content: inherit !important;
  }
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav:not(.dashboard-nav) {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
header .nav_wrapper nav ul:not(.sub_nav), header .nav_wrapper nav li {
  list-style-type: none;
  display: flex;
  justify-items: flex-end;
  font-weight: 400;
  margin: 0;
  flex-direction: column;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav ul:not(.sub_nav), header .nav_wrapper nav li {
    flex-direction: row;
  }
}
header .nav_wrapper nav ul {
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav ul {
    width: auto;
  }
}
header .nav_wrapper nav li {
  margin: 6px 0;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav li {
    flex-direction: row;
  }
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav li {
    margin: 0 0 0 22px;
    padding: 10px;
  }
}
header .nav_wrapper nav li a:link, header .nav_wrapper nav li a:visited, header .nav_wrapper nav li a:active, header .nav_wrapper nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  background-repeat: no-repeat;
  transition: all 400ms;
  background-image: linear-gradient(transparent calc(100% - 2px), #f7aa23 2px);
  background-size: 0 100%;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav li a:link, header .nav_wrapper nav li a:visited, header .nav_wrapper nav li a:active, header .nav_wrapper nav li a {
    color: #f7aa23;
    font-size: 14px;
    display: flex;
    flex-direction: row;
  }
}
header .nav_wrapper nav li a:link:hover, header .nav_wrapper nav li a:visited:hover, header .nav_wrapper nav li a:active:hover, header .nav_wrapper nav li a:hover {
  opacity: 0.7;
  background-image: linear-gradient(transparent calc(100% - 2px), #f7aa23 2px);
  background-size: 100% 100%;
}
header .nav_wrapper nav li.current-page a:link, header .nav_wrapper nav li.current-page a:visited, header .nav_wrapper nav li.current-page a:active, header .nav_wrapper nav li.current-page a {
  color: #f7aa23 !important;
  background-size: 100% 100%;
}
header .nav_wrapper nav li.current-page.has-child a:link, header .nav_wrapper nav li.current-page.has-child a:visited, header .nav_wrapper nav li.current-page.has-child a:active, header .nav_wrapper nav li.current-page.has-child a {
  color: #f7aa23 !important;
  background-size: 100% 100%;
}
header .nav_wrapper nav li.current-page:after {
  color: #044168;
}
header .nav_wrapper nav li.current-page ul li a:link, header .nav_wrapper nav li.current-page ul li a:visited, header .nav_wrapper nav li.current-page ul li a:active, header .nav_wrapper nav li.current-page ul li a {
  color: #f7aa23 !important;
}
header .nav_wrapper nav li.has-child ul {
  display: none;
  border: 1px solid #D0D0D0;
  background: #fff;
}
header .nav_wrapper nav li.has-child ul li {
  display: block;
  margin: 0;
  font-size: 13px;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav li.has-child ul li a:link, header .nav_wrapper nav li.has-child ul li a:visited, header .nav_wrapper nav li.has-child ul li a:active, header .nav_wrapper nav li.has-child ul li a {
    padding: 12px 8px 12px 18px;
  }
}
header .nav_wrapper nav li.has-child ul li a:link, header .nav_wrapper nav li.has-child ul li a:visited, header .nav_wrapper nav li.has-child ul li a:active, header .nav_wrapper nav li.has-child ul li a {
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  background-image: linear-gradient(transparent calc(100% - 2px), #f7aa23 2px);
  background-size: 0 100%;
}
header .nav_wrapper nav li.has-child ul li a:link:hover, header .nav_wrapper nav li.has-child ul li a:visited:hover, header .nav_wrapper nav li.has-child ul li a:active:hover, header .nav_wrapper nav li.has-child ul li a:hover {
  background-size: 100% 100%;
}
header .nav_wrapper nav li.has-child ul li:first-child {
  margin: 0;
}
header .nav_wrapper nav li.has-child:hover:after {
  content: "";
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav li.has-child:hover:after {
    content: "";
  }
}
header .nav_wrapper nav li.has-child:after {
  content: inherit;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav li.has-child:after {
    font-family: "beemico" !important;
    content: "";
    font-size: 0.4rem;
    position: relative;
    top: 7px;
    padding: 0 0 0 8px;
    cursor: pointer;
  }
}
header .nav_wrapper nav li.has-child:hover ul {
  z-index: 500;
  display: block;
}
@media only screen and (min-width: 41rem) {
  header .nav_wrapper nav li.has-child:hover ul {
    position: absolute;
    top: 30px;
    left: auto;
  }
}
header .nav_wrapper nav li.has-child:hover ul li:hover {
  background: rgba(0, 0, 0, 0.04);
}
header .logo {
  min-width: 120px;
}
header .button {
  margin: 0 0 0 24px;
}

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
.hero.content {
  min-height: 400px;
  margin: 4rem 0;
}
.hero:not(.home) {
  align-items: flex-end;
}
.hero .button {
  margin-left: 5rem;
}
.hero p {
  color: #fff;
}
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6, .hero p, .hero a {
  z-index: 200;
  position: relative;
}
.hero.home {
  min-height: 60vh;
  padding: 1rem 1.5rem 0 1.5rem;
  filter: grayscale(15%);
}
.hero.home::after {
  content: "";
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.baseline {
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 22px;
  margin-bottom: 0.6rem;
}

a:link, a:visited, a:active, a {
  color: #044168;
  text-decoration: none;
}
a:link:not(.button):hover, a:visited:not(.button):hover, a:active:not(.button):hover, a:not(.button):hover {
  color: #044168;
}

.color_main {
  color: #044168;
}

.emphase {
  color: rgba(4, 65, 104, 0.3);
}

button {
  outline: 0;
}

input {
  border-radius: 25px;
  padding: 8px 16px;
  text-decoration: none;
  margin: 12px 0;
  font-size: 0.8rem;
  outline: 0;
}
input[type=text] {
  border: 2px solid #044168;
  width: 100%;
  max-width: calc(100% - 50px);
}
input[type=submit] {
  cursor: pointer;
  border: 2px solid #044168;
  background: #044168;
  color: #fff;
  display: block;
}
input[type=submit].submit {
  text-transform: uppercase;
  font-weight: 600;
}

/* ==================== */
/* Checkbox Slider */
/* ==================== */
section.slider-checkbox {
  display: inline-block;
  margin: 0 0 0 32px;
  cursor: pointer;
  position: relative;
}
section.slider-checkbox label {
  cursor: pointer;
}
section.slider-checkbox input {
  margin: 0px;
  margin-top: 1px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background: red;
  width: 40px;
  height: 20px;
}
section.slider-checkbox input:checked + .label:before {
  background-color: #0e3c4b;
  content: "";
  padding-left: 6px;
}
section.slider-checkbox input:checked + .label:after {
  left: 21px;
}
section.slider-checkbox .label {
  position: relative;
  padding-left: 46px;
}
section.slider-checkbox .label:before, section.slider-checkbox .label:after {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: background-color 0.3s, left 0.3s;
}
section.slider-checkbox .label:before {
  content: "";
  color: #fff;
  box-sizing: border-box;
  font-family: "FontAwesome", sans-serif;
  padding-left: 23px;
  font-size: 12px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0px;
  top: 0px;
  height: 20px;
  width: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section.slider-checkbox .label:after {
  content: "";
  letter-spacing: 20px;
  background: #fff;
  left: 1px;
  top: 1px;
  height: 18px;
  width: 18px;
}

.button {
  border-radius: 25px;
  padding: 8px 22px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0.5rem 0;
  /* Sweep To Right */
}
.button:not(.follow) {
  display: inline-block;
}
.button i {
  margin-left: 16px;
}
.button i.icon-chevron-down {
  font-size: 6px;
}
.button.regular {
  background: #044168;
  color: #fff;
}
.button.regular.sweep-to-right:before {
  background: #f7aa23;
}
.button.regular.sweep-to-right:before:hover {
  color: #044168 !important;
  border: 2px solid #044168;
}
.button.regular:hover {
  color: #fff !important;
  border: 2px solid #044168;
}
.button.regular.fade:hover {
  color: #044168;
  background: #f7aa23;
  border: 2px solid #fff;
}
.button.light {
  background: #FFFFFF;
}
.button.light.sweep-to-right:before {
  background: #f7aa23;
}
.button.light.sweep-to-right:before:hover {
  color: #fff;
  background: transparent;
  border: 2px solid #FFFFFF;
}
.button.light.fade {
  background: #f7aa23;
}
.button.light.fade:hover {
  color: #fff;
  background: transparent;
  border: 2px solid #FFFFFF;
}
.button.light:not(.sweep-to-right):hover {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.button.dark {
  color: #f7aa23;
  background: transparent;
  border: 2px solid #f7aa23;
}
.button.dark.sweep-to-right:before {
  background: #f7aa23;
}
.button.dark.sweep-to-right:before:hover {
  background: #f7aa23;
  border: 2px solid #f7aa23;
  color: #fff;
}
.button.dark:not(.sweep-to-right):hover {
  color: #044168;
  background: #f7aa23;
  border: 2px solid #fff;
}
.button.underline {
  padding: 6px 0;
  color: #f7aa23;
  background-repeat: no-repeat;
  transition: all 400ms;
  background-image: linear-gradient(transparent calc(100% - 2px), #f7aa23 2px);
  background-size: 0 100%;
}
.button.underline:hover {
  background-size: 100% 100%;
}
.button.underline.negative {
  color: #044168;
  background-image: linear-gradient(transparent calc(100% - 2px), #044168 2px);
}
.button.underline.negative:hover {
  background-size: 100% 100%;
}
.button.underline.white {
  color: #fff;
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
}
.button.underline.white:hover {
  background-size: 100% 100%;
}
.button.underline.black {
  color: #000;
  background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
}
.button.underline.black:hover {
  background-size: 100% 100%;
}
.button.sweep-to-right {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button.sweep-to-right:hover {
  color: #fff;
}
.button.sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.button.fade {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.follow {
  cursor: pointer;
  border: 2px solid transparent;
  background: #044168;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.button.follow input[type=submit] {
  display: inline-block;
  padding: 8px 38px 8px 0px;
  outline: 0;
}
.button.follow:after {
  content: "";
  font-family: "beemico" !important;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.15);
  width: 22px;
  padding-left: 14px;
  position: absolute;
  right: -2px;
  border: 2px solid transparent;
  border-radius: 4px;
  top: -2px;
  line-height: 32px;
  height: calc(100%);
}
.button.follow:hover {
  color: #044168;
  background: #fff;
  border: 2px solid #044168;
}
.button.follow:hover input[type=submit] {
  background: transparent;
  color: #044168;
  border: 2px solid transparent;
}
.button.follow:hover:after {
  color: #044168;
  background: rgba(203, 163, 72, 0.2);
  border: 2px solid #044168;
  border-left-color: transparent;
}

.ns-growl {
  width: calc(100% - 6.5rem);
  border-radius: 5px;
  left: 35px;
}
@media only screen and (min-width: 41rem) {
  .ns-growl {
    width: 35%;
  }
}

.big-submenu-trigger.on {
  background: #fff;
  z-index: 200;
  cursor: pointer;
}
.big-submenu-trigger a {
  cursor: pointer;
}

.big-submenu-layout {
  display: none;
  background: rgba(4, 65, 104, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.big-submenu-layout.active {
  display: block;
}
.big-submenu-layout .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.big-submenu-layout .close:hover {
  opacity: 1;
}
.big-submenu-layout .close::before, .big-submenu-layout .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.big-submenu-layout .close::before {
  transform: rotate(45deg);
}
.big-submenu-layout .close::after {
  transform: rotate(-45deg);
}

.big-submenu-links {
  background: #fff;
  position: relative;
  top: 130px;
  padding: 50px 0;
}
.big-submenu-links h2 {
  color: #0E5C87;
}
.big-submenu-links li {
  font-weight: bolder;
  list-style-type: none;
  background: #fff;
  padding: 6px 12px;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.big-submenu-links li:hover {
  left: 20px;
  background: rgba(14, 92, 135, 0.1);
}
.big-submenu-links li:hover::before {
  content: "";
  transition: all 0.3s ease-in-out;
  font-family: "FontAwesome";
  color: rgba(14, 92, 135, 0.3);
  font-size: 18px;
  position: absolute;
  left: -18px;
  top: 12px;
}
.big-submenu-links li span {
  display: block;
  font-weight: lighter;
  font-size: 12px;
}
.big-submenu-links li a {
  display: block;
  width: 100%;
  height: 100%;
}
.big-submenu-links .category-icon {
  max-height: 35px;
  max-width: 45px;
  margin: 0 8px 0 0;
}
.big-submenu-links.example {
  display: none;
}
.big-submenu-links.example.active {
  display: block;
}

/* Sticky Nav */
.sticky-element {
  transition: 0.75s ease-in-out;
  position: fixed;
  top: -150px;
  z-index: 600;
  width: 100%;
  background: #fff;
}
.sticky-element header {
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-element header .logo {
  max-width: 85px;
}
.sticky-element header li:not(.has-child) a:link, .sticky-element header li:not(.has-child) a:visited, .sticky-element header li:not(.has-child) a:active, .sticky-element header li:not(.has-child) a {
  background-size: 0 100%;
}
.sticky-element header li:not(.has-child) a:link:hover, .sticky-element header li:not(.has-child) a:visited:hover, .sticky-element header li:not(.has-child) a:active:hover, .sticky-element header li:not(.has-child) a:hover {
  background-size: 100% 100%;
}
.sticky-element header .current-page a:link, .sticky-element header .current-page a:visited, .sticky-element header .current-page a:active, .sticky-element header .current-page a {
  background-size: 100% 100% !important;
}
.sticky-element.sticky {
  top: 0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 41rem) {
  footer {
    padding-bottom: 0rem;
  }
}
footer.mobile-padding {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 41rem) {
  footer {
    margin-top: 0;
  }
}
footer .footer_wrapper {
  background: #f7aa23;
  color: #fff;
  padding: 2rem 0;
}
footer .footer_wrapper p {
  color: #044168;
}
footer h5 {
  text-transform: uppercase;
}
footer a:link, footer a:visited, footer a:active, footer a {
  color: #fff;
  text-decoration: none;
  line-height: 1.2rem;
  opacity: 0.75;
}
footer a:link:not(.icon-):not(.copyright):before, footer a:visited:not(.icon-):not(.copyright):before, footer a:active:not(.icon-):not(.copyright):before, footer a:not(.icon-):not(.copyright):before {
  font-family: "beemico" !important;
  content: "";
  margin-right: 12px;
  font-size: 8px;
}
footer a:link[class^=icon-], footer a:link[class*=" icon-"], footer a:visited[class^=icon-], footer a:visited[class*=" icon-"], footer a:active[class^=icon-], footer a:active[class*=" icon-"], footer a[class^=icon-], footer a[class*=" icon-"] {
  font-size: 1.5rem;
  margin-right: 0.3rem;
  font-weight: 500;
  opacity: 1;
}
footer a:link:hover, footer a:visited:hover, footer a:active:hover, footer a:hover {
  color: #CBA348;
}
footer a:link.copyright, footer a:visited.copyright, footer a:active.copyright, footer a.copyright {
  font-weight: 300;
  font-size: 12px;
  margin: 0;
}
footer .logo {
  min-width: 100px;
}
footer h5 {
  margin: 0 0 1.2rem 0;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style-type: none;
  margin: 0.5rem 0;
}

.none {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.overflow {
  overflow: hidden !important;
}

img, video, iframe {
  max-width: 100%;
}

.radio-tabs {
  position: relative;
  width: 100%;
  height: 400px;
  clear: both;
  margin: 50px 0;
}
.radio-tabs .tab {
  float: left;
}
.radio-tabs .tab label {
  background: rgba(0, 0, 0, 0.04);
  padding: 1rem 3rem;
  margin-left: -1px;
  position: relative;
  left: 1px;
  top: -1px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.radio-tabs .tab input[type=radio] {
  display: none;
}
.radio-tabs .tab > .content {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  background: #f7aa23;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
}
.radio-tabs [type=radio]:checked ~ label {
  background: #f7aa23;
  z-index: 2;
  color: #fff;
}
.radio-tabs [type=radio]:checked ~ label ~ .content {
  display: block;
}

/* ==================== */
/* ANIMATIONS */
/* ==================== */
body {
  overflow-x: hidden !important;
}

.animate {
  overflow: hidden !important;
}

/*.slider_actualites, .slider_homepage, .slider_formations, .slider_emplois */
.fadeInUp {
  transition: all 0.7s ease-in-out;
  opacity: 0;
  position: relative;
  top: 50px;
}
.fadeInUp.show {
  opacity: 1;
  top: 0;
}

.fadeInLeft {
  transition: all 0.7s ease-in-out;
  opacity: 0;
  position: relative;
  right: 120px;
}
.fadeInLeft.show {
  opacity: 1;
  right: 0;
}

.fadeInRight {
  transition: all 0.7s ease-in-out;
  opacity: 0;
  position: relative;
  left: 120px;
}
.fadeInRight.show {
  opacity: 1;
  left: 0;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.tooltip .tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 5px;
  margin-left: -5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip:hover {
  /* Show the tooltip text when you mouse over the tooltip container */
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

#scroll_to_top {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 80px;
  right: 50px;
  display: none;
  cursor: pointer;
}
#scroll_to_top span {
  font-size: 25px;
  color: #000;
}

/* ==================== */
/* SIDE PANEL */
/* ==================== */
#pull {
  color: black !important;
}

nav a#pull {
  position: fixed;
  cursor: pointer;
  top: 0.9rem;
  right: 2rem;
  z-index: 9999;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1200;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  background-color: white;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 75px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav li {
  padding: 0px 0px 8px 8px;
  text-decoration: none;
  z-index: 1200;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  border-radius: 20px;
  line-height: inherit !important;
  text-transform: uppercase;
  font-weight: 600;
}

/* When you mouse over the navigation links, change their color */
.sidenav li:hover {
  color: #f1f1f1;
  margin-right: 10px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.container-modal {
  transition: margin-right 0.5s;
  margin-right: 0;
}

#mySidenav {
  width: 0;
}

#global.active {
  margin-right: 250px;
}

#mySidenav.active {
  width: 250px;
  padding-right: 40px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 55px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
/*
=========================
Youtube
=========================
*/
.wrapper {
  max-width: 680px;
  margin: 20px auto 30px auto;
  padding: 0 5px;
}
.wrapper:first-child {
  padding-left: 0;
}
.wrapper:last-child {
  padding-right: 0;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.masonery_wrapper {
  -moz-column-width: 13em;
  -webkit-column-width: 13em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  margin: 2rem 0;
}

section.masonery {
  display: inline-block;
  margin: 0 0 1rem 0;
  width: 100%;
  background: #efefef;
}

.masonry-with-columns {
  columns: 6 200px;
  column-gap: 1rem;
}
.masonry-with-columns div {
  width: 150px;
  background: #044168;
  color: white;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: system-ui;
  font-weight: 900;
  font-size: 2rem;
}
.masonry-with-columns div:nth-child(1) {
  height: 441px;
  line-height: 441px;
}
.masonry-with-columns div:nth-child(2) {
  height: 401px;
  line-height: 401px;
}
.masonry-with-columns div:nth-child(3) {
  height: 425px;
  line-height: 425px;
}
.masonry-with-columns div:nth-child(4) {
  height: 442px;
  line-height: 442px;
}
.masonry-with-columns div:nth-child(5) {
  height: 152px;
  line-height: 152px;
}
.masonry-with-columns div:nth-child(6) {
  height: 479px;
  line-height: 479px;
}
.masonry-with-columns div:nth-child(7) {
  height: 500px;
  line-height: 500px;
}
.masonry-with-columns div:nth-child(8) {
  height: 338px;
  line-height: 338px;
}
.masonry-with-columns div:nth-child(9) {
  height: 211px;
  line-height: 211px;
}
.masonry-with-columns div:nth-child(10) {
  height: 274px;
  line-height: 274px;
}
.masonry-with-columns div:nth-child(11) {
  height: 210px;
  line-height: 210px;
}
.masonry-with-columns div:nth-child(12) {
  height: 347px;
  line-height: 347px;
}
.masonry-with-columns div:nth-child(13) {
  height: 144px;
  line-height: 144px;
}
.masonry-with-columns div:nth-child(14) {
  height: 495px;
  line-height: 495px;
}
.masonry-with-columns div:nth-child(15) {
  height: 295px;
  line-height: 295px;
}
.masonry-with-columns div:nth-child(16) {
  height: 342px;
  line-height: 342px;
}
.masonry-with-columns div:nth-child(17) {
  height: 365px;
  line-height: 365px;
}
.masonry-with-columns div:nth-child(18) {
  height: 386px;
  line-height: 386px;
}
.masonry-with-columns div:nth-child(19) {
  height: 202px;
  line-height: 202px;
}
.masonry-with-columns div:nth-child(20) {
  height: 309px;
  line-height: 309px;
}
.masonry-with-columns div:nth-child(21) {
  height: 142px;
  line-height: 142px;
}
.masonry-with-columns div:nth-child(22) {
  height: 470px;
  line-height: 470px;
}
.masonry-with-columns div:nth-child(23) {
  height: 467px;
  line-height: 467px;
}
.masonry-with-columns div:nth-child(24) {
  height: 488px;
  line-height: 488px;
}
.masonry-with-columns div:nth-child(25) {
  height: 499px;
  line-height: 499px;
}
.masonry-with-columns div:nth-child(26) {
  height: 435px;
  line-height: 435px;
}
.masonry-with-columns div:nth-child(27) {
  height: 298px;
  line-height: 298px;
}
.masonry-with-columns div:nth-child(28) {
  height: 112px;
  line-height: 112px;
}
.masonry-with-columns div:nth-child(29) {
  height: 486px;
  line-height: 486px;
}
.masonry-with-columns div:nth-child(30) {
  height: 184px;
  line-height: 184px;
}
.masonry-with-columns div:nth-child(31) {
  height: 413px;
  line-height: 413px;
}
.masonry-with-columns div:nth-child(32) {
  height: 368px;
  line-height: 368px;
}
.masonry-with-columns div:nth-child(33) {
  height: 401px;
  line-height: 401px;
}
.masonry-with-columns div:nth-child(34) {
  height: 102px;
  line-height: 102px;
}
.masonry-with-columns div:nth-child(35) {
  height: 322px;
  line-height: 322px;
}
.masonry-with-columns div:nth-child(36) {
  height: 488px;
  line-height: 488px;
}

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
.hero.content {
  min-height: 400px;
  margin: 4rem 0;
}
.hero:not(.home) {
  align-items: flex-end;
}
.hero .button {
  margin-left: 5rem;
}
.hero p {
  color: #fff;
}
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6, .hero p, .hero a {
  z-index: 200;
  position: relative;
}
.hero.home {
  min-height: 60vh;
  padding: 1rem 1.5rem 0 1.5rem;
  filter: grayscale(15%);
}
.hero.home::after {
  content: "";
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
