@charset "UTF-8";
@import url("https://use.typekit.net/acm6mtq.css");
body {
  content: "xs";
}

@media screen and (min-width: 768px) {
  body {
    content: "sm";
  }
}
@media screen and (min-width: 1024px) {
  body {
    content: "md";
  }
}
@media screen and (min-width: 1440px) {
  body {
    content: "lg";
  }
}
@font-face {
  font-family: "uncodeicon";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/uncode-icons.eot?") format("eot"), url("../fonts/uncode-icons.woff") format("woff"), url("../fonts/uncode-icons.ttf") format("truetype"), url('../fonts/uncode-icons.svg#str-replace("uncodeicon", " ", "_")') format("svg");
}
@font-face {
  font-family: "bcircular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/bcircular.eot?") format("eot"), url("../fonts/bcircular.woff") format("woff"), url("../fonts/bcircular.ttf") format("truetype"), url('../fonts/bcircular.svg#str-replace("bcircular", " ", "_")') format("svg");
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  html {
    overflow-x: hidden;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

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

img,
video {
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg {
  max-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

iframe {
  border: none;
  width: 100%;
}

button,
[type=submit] {
  -webkit-appearance: button;
}

[type=radio],
[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  margin-right: 2px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border: none;
  padding: 0;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.is-width-large {
  max-width: 1100px;
}

.is-width-medium {
  max-width: 820px;
}

.is-width-small {
  max-width: 420px;
}

.is-10 {
  width: 10%;
  min-width: 10%;
}

.is-20 {
  width: 20%;
  min-width: 20%;
}

.is-25 {
  width: 25%;
  min-width: 25%;
}

.is-30 {
  width: 30%;
  min-width: 30%;
}

.is-33,
.is-34 {
  width: 33.3333%;
  min-width: 33.3333%;
}

.is-35 {
  width: 35%;
  min-width: 35%;
}

.is-40 {
  width: 40%;
  min-width: 40%;
}

.is-50 {
  width: 50%;
  min-width: 50%;
}

.is-60 {
  width: 60%;
}

.is-65 {
  width: 65%;
}

.is-66,
.is-67 {
  width: 66.6666%;
  min-width: 66.6666%;
}

.is-70 {
  width: 70%;
  min-width: 70%;
}

.is-75 {
  width: 75%;
  min-width: 75%;
}

.is-80 {
  width: 80%;
  min-width: 80%;
}

.is-90 {
  width: 90%;
  min-width: 90%;
}

.is-100 {
  width: 100%;
  min-width: 100%;
}

@media only screen and (max-width: 480px) {
  .is-width-large,
.is-width-medium,
.is-width-small,
.is-10,
.is-20,
.is-25,
.is-30,
.is-33,
.is-34,
.is-35,
.is-40,
.is-50,
.is-60,
.is-65,
.is-66,
.is-67,
.is-70,
.is-75,
.is-80,
.is-90,
.is-100 {
    width: auto;
    min-width: 100%;
  }
}
.is-invisible {
  visibility: hidden;
}

.is-visible {
  visibility: visible;
}

.is-hidden {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .is-hidden-mobile {
    display: none !important;
  }
  .is-show-mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .is-show-mobile {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-hidden-tablette {
    display: none !important;
  }
  .is-show-tablette {
    display: block !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1081px) {
  .is-hidden-tablette-hor {
    display: none !important;
  }
  .is-show-tablette-hor {
    display: block !important;
  }
}
@media print {
  .is-hidden-print {
    display: none;
  }
}
.is-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.is-shadow-2 {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.is-shadow-3 {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.is-border {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.is-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.is-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.is-border-radius {
  border-radius: 50em;
}

.is-scrollable {
  overflow-x: auto;
  white-space: nowrap;
}

.is-no-scroll {
  overflow: hidden;
}

.is-no-scroll-x {
  overflow-x: hidden;
}

.is-video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.is-video-container iframe, .is-video-container object, .is-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

figure .is-video-container {
  margin-bottom: 8px;
}

.close {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  font-size: 9px;
  opacity: 0.85;
  border-radius: 20px;
  cursor: pointer;
  margin-top: -3px;
  margin-bottom: -3px;
  width: 20px;
  height: 20px;
  line-height: 22px;
}
.close:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  opacity: 1;
  color: #fff;
  background-color: #000000;
}
.close.is-big {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.close.is-large {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.close.is-inverted {
  color: #fff;
}

.caret {
  display: inline-block;
}

.is-loading:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-bottom-color: #fff;
  -webkit-animation: loadingRotate 2s linear 0s infinite;
  animation: loadingRotate 2s linear 0s infinite;
}

@keyframes loadingRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay > .close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

html {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 1em;
  max-width: 100vw;
}

body {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-family: "museo-sans", sans-serif;
  color: #000000;
  line-height: 1.5;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: #29314b;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-decoration: none;
}

a:hover {
  color: rgba(41, 49, 75, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  color: inherit;
  line-height: 1;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  margin-top: 8px;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 8px;
}

h1 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  color: #35404e;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  color: #29314b;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  color: #35404e;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 28px;
  }
}

/*
h1 { font-size: $headings-font-size-1; }
h2 { font-size: $headings-font-size-2; }
h3 { font-size: $headings-font-size-3; }
h4 { font-size: $headings-font-size-4; }
h5 { font-size: $headings-font-size-5; }
h6 { font-size: $headings-font-size-6; }
h6 {
    text-transform: uppercase;
    letter-spacing: .01em;
}*/
p,
blockquote,
hr,
pre,
ol,
ul,
dl,
figure,
address {
  margin-bottom: 16px;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h1,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
div + h1,
div + h2,
div + h3,
div + h4,
div + h5,
div + h6,
form + h1,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6 {
  margin-top: 20px;
}

ul,
ol {
  margin-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

nav ul,
nav ol {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

nav ul ul,
nav ul ol,
nav ol ol,
nav ol ul {
  margin-left: 20px;
}

li li {
  font-size: 1em;
}

ul.is-bar,
ol.is-bar {
  margin: 0;
  list-style: none;
}
ul.is-bar li,
ol.is-bar li {
  display: inline-block;
}
ul.is-bar li + li,
ol.is-bar li + li {
  margin-left: 1em;
}

dt {
  font-weight: 600;
}

dl dd + dt {
  margin-top: 8px;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: visible;
  margin-top: -1px;
}

blockquote {
  font-size: 1.125em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.45;
  color: #635197;
  padding: 0.4em 0 0.4em 1rem;
  border: none;
  border-left: 3px solid rgba(99, 81, 151, 0.6);
}
blockquote small {
  color: #635197;
}
blockquote p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 600;
}

em,
i,
cite,
dfn {
  font-style: italic;
}

time, small {
  display: inline-block;
  font-size: 87.5%;
  line-height: 1;
  color: #29314b;
}

figcaption, code, var, kbd {
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-size: 87.5%;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.85);
}

figcaption {
  font-size: 80%;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
}

code {
  color: rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.05);
  border: 0 solid transparent;
  border-radius: 50em;
}

var {
  opacity: 0.7;
  font-style: normal;
}

dfn,
abbr {
  text-transform: uppercase;
}
dfn[title],
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

code, kbd {
  position: relative;
  top: -1px;
  padding: 0.25em 0.35em;
}

kbd {
  color: rgba(0, 0, 0, 0.75);
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50em;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
  position: relative;
  bottom: -0.2em;
}

h1 sup, h1 sub,
h2 sup,
h2 sub,
h3 sup,
h3 sub {
  font-size: 0.4em;
}

sub {
  line-height: 1;
}

pre {
  font-family: "museo-sans", sans-serif;
  font-size: 0.875em;
}

pre,
pre code {
  background: transparent;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: #000000;
  overflow: auto;
  white-space: pre;
}

pre {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50em;
}

pre code {
  font-size: 100%;
  border: none;
  background: none;
}

figure div + figcaption, figure pre + figcaption {
  position: relative;
  top: -8px;
}

figure pre {
  background-color: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50em;
  margin-bottom: 0.5rem;
}

ul.is-unstyled {
  margin-left: 0;
}
ul.is-unstyled, ul.is-unstyled ul {
  list-style: none;
}

.is-muted {
  color: rgba(0, 0, 0, 0.6);
}

.is-muted a,
a.is-muted {
  color: rgba(0, 0, 0, 0.6);
}

.is-muted a:hover,
a.is-muted:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #000000;
}

.is-color-black, .is-color-black a {
  color: #000000;
}

a.is-color-black:hover,
.is-color-black a:hover {
  color: rgba(41, 49, 75, 0.5);
}

.is-large {
  font-size: 1.3125em;
  line-height: 1.45;
}

.is-big {
  font-size: 1.125em;
  line-height: 1.45;
}

.is-small {
  font-size: 0.875em;
}

.is-smaller {
  font-size: 0.75em;
}

.is-text-left {
  text-align: left;
}

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

.is-text-right {
  text-align: right;
}

@media screen and (min-width: 320px) {
  .is-text-left-mobile {
    text-align: left;
  }
  .is-text-right-mobile {
    text-align: right;
  }
  .is-text-center-mobile {
    text-align: center;
  }
}
.is-nowrap,
.is-nowrap td {
  white-space: nowrap;
}

.is-highlight {
  background-color: #f6f7fa;
}

@font-face {
  font-family: "Kube";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-kube-], [class*=" icon-kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Kube" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-kube-calendar:before {
  content: "\e900";
}

.caret.is-down:before,
.icon-kube-caret-down:before {
  content: "\e901";
}

.caret.is-left:before,
.icon-kube-caret-left:before {
  content: "\e902";
}

.caret.is-right:before,
.icon-kube-caret-right:before {
  content: "\e903";
}

.caret.is-up:before,
.icon-kube-caret-up:before {
  content: "\e904";
}

.close:before,
.icon-kube-close:before {
  content: "\e905";
}

.icon-kube-menu:before {
  content: "\e906";
}

.icon-kube-search:before {
  content: "\e907";
}

/* ADD ICON UNCODE */
.fa {
  font-family: "uncodeicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
  display: inline-block;
}

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa.fa-push-right {
  margin-right: 0.3em;
}

.fa.fa-push-left {
  margin-left: 0.3em;
}

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  vertical-align: middle;
  border: 2px solid #c0c0c0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -o-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  -ms-border-radius: 2.5em;
  border-radius: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
}

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

.fa-question:before {
  content: "\f128";
}

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

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

.fa-music:before {
  content: "\f001";
}

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

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

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

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

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

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

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-close:before {
  content: "\f00d";
}

.fa-remove:before {
  content: "\f00d";
}

.fa-times1:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before {
  content: "\f013";
}

.fa-gear:before {
  content: "\f013";
}

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

.fa-home:before {
  content: "\f015";
}

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

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

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

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-font:before {
  content: "\f031";
}

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

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

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

.fa-dedent:before {
  content: "\f03b";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

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

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

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

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

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

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

.fa-pencil-square-o:before {
  content: "\f044";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

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

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

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

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

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

.fa-mail-forward:before {
  content: "\f064";
}

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

.fa-expand:before {
  content: "\f065";
}

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

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

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

.fa-leaf:before {
  content: "\f06c";
}

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

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

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-warning1:before,
.fa-warning2:before {
  content: "\f071";
}

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

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

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

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

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-cogs:before {
  content: "\f085";
}

.fa-gears:before {
  content: "\f085";
}

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-feed:before {
  content: "\f09e";
}

.fa-rss1:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-chain:before {
  content: "\f0c1";
}

.fa-link:before {
  content: "\f0c1";
}

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

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

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

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

.fa-copy:before {
  content: "\f0c5";
}

.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-save:before {
  content: "\f0c7";
}

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

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

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

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

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

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

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

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

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

.fa-magic:before {
  content: "\f0d0";
}

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

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

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

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

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

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

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

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

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

.fa-unsorted:before {
  content: "\f0dc";
}

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

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

.fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

.fa-tachometer:before {
  content: "\f0e4";
}

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

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

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

.fa-flash1:before {
  content: "\f0e7";
}

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

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

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

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

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

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

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

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

.fa-medkit:before {
  content: "\f0fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

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

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

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

.fa-mobile-phone:before {
  content: "\f10b";
}

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

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

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

.fa-spinner:before {
  content: "\f110";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-terminal:before {
  content: "\f120";
}

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

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

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

.fa-star-half-empty:before {
  content: "\f123";
}

.fa-star-half-full:before {
  content: "\f123";
}

.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-chain-broken:before {
  content: "\f127";
}

.fa-unlink:before {
  content: "\f127";
}

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

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

.fa-superscript:before {
  content: "\f12b";
}

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

.fa-eraser:before {
  content: "\f12d";
}

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

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

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

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

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

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

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-usd:before {
  content: "\f155";
}

.fa-inr:before {
  content: "\f156";
}

.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before {
  content: "\f157";
}

.fa-jpy:before {
  content: "\f157";
}

.fa-rmb:before {
  content: "\f157";
}

.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before {
  content: "\f158";
}

.fa-rub:before {
  content: "\f158";
}

.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before {
  content: "\f159";
}

.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before {
  content: "\f15a";
}

.fa-btc:before {
  content: "\f15a";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-gittip:before {
  content: "\f184";
}

.fa-gratipay:before {
  content: "\f184";
}

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

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

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

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

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

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

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

.fa-try:before {
  content: "\f195";
}

.fa-turkish-lira:before {
  content: "\f195";
}

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before {
  content: "\f19c";
}

.fa-institution:before {
  content: "\f19c";
}

.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

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

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

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before {
  content: "\f1b9";
}

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

.fa-cab:before {
  content: "\f1ba";
}

.fa-taxi:before {
  content: "\f1ba";
}

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

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa-file-video-o:before {
  content: "\f1c8";
}

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before {
  content: "\f1cd";
}

.fa-life-buoy:before {
  content: "\f1cd";
}

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

.fa-life-saver:before {
  content: "\f1cd";
}

.fa-support1:before {
  content: "\f1cd";
}

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

.fa-ra:before {
  content: "\f1d0";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-ge:before {
  content: "\f1d1";
}

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

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa-yc-square:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before {
  content: "\f1d7";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

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

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

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

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

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

.fa-tty:before {
  content: "\f1e4";
}

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

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

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

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

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

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

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

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

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before {
  content: "\f20b";
}

.fa-shekel:before {
  content: "\f20b";
}

.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

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

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

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

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

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

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before {
  content: "\f224";
}

.fa-transgender:before {
  content: "\f224";
}

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

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

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

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

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

.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

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

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yc:before {
  content: "\f23b";
}

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery2:before {
  content: "\f240";
}

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

.fa-battery-full1:before {
  content: "\f240";
}

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

.fa-battery-three-quarters:before {
  content: "\f241";
}

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

.fa-battery-half:before {
  content: "\f242";
}

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

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before {
  content: "\f244";
}

.fa-battery-empty:before {
  content: "\f244";
}

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

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

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

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

.fa-hourglass1:before {
  content: "\f254";
}

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

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

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

.fa-television:before {
  content: "\f26c";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin1:before {
  content: "\f276";
}

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

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

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

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

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

.fa-shopping-bag1:before,
.fa-shopping-bag2:before {
  content: "\f290";
}

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

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

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

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

.fa-blind:before {
  content: "\f29d";
}

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

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

.fa-braille:before {
  content: "\f2a1";
}

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-asl-interpreting:before {
  content: "\f2a3";
}

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

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

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-signing:before {
  content: "\f2a7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

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

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before {
  content: "\f2b4";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

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

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

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

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

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

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

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

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

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

.fa-drivers-license:before {
  content: "\f2c2";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before {
  content: "\f2c3";
}

.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer1:before {
  content: "\f2c7";
}

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

.fa-thermometer-full:before {
  content: "\f2c7";
}

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

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

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

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

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

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

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

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

.fa-shower:before {
  content: "\f2cc";
}

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

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

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

.fa-podcast:before {
  content: "\f2ce";
}

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

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

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

.fa-times-rectangle:before {
  content: "\f2d3";
}

.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before {
  content: "\f2d4";
}

.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

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

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-eye2:before {
  content: "\e064";
}

.fa-paper-clip:before {
  content: "\e065";
}

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

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

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

.fa-link3:before {
  content: "\e069";
}

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

.fa-lock3:before {
  content: "\e06b";
}

.fa-unlock2:before {
  content: "\e06c";
}

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

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

.fa-signal2:before {
  content: "\e06f";
}

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

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

.fa-clock:before {
  content: "\e072";
}

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

.fa-air-play:before {
  content: "\e074";
}

.fa-camera3:before {
  content: "\e075";
}

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

.fa-disc:before {
  content: "\e077";
}

.fa-printer:before {
  content: "\e078";
}

.fa-monitor:before {
  content: "\e079";
}

.fa-server2:before {
  content: "\e07a";
}

.fa-cog2:before {
  content: "\e07b";
}

.fa-heart3:before {
  content: "\e07c";
}

.fa-paragraph2:before {
  content: "\e07d";
}

.fa-align-justify2:before {
  content: "\e07e";
}

.fa-align-left2:before {
  content: "\e07f";
}

.fa-align-center2:before {
  content: "\e080";
}

.fa-align-right2:before {
  content: "\e081";
}

.fa-book2:before {
  content: "\e082";
}

.fa-layers:before {
  content: "\e083";
}

.fa-stacked:before {
  content: "\e084";
}

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

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

.fa-paper-stack:before {
  content: "\e087";
}

.fa-search3:before {
  content: "\e088";
}

.fa-zoom-in:before {
  content: "\e089";
}

.fa-zoom-out:before {
  content: "\e08a";
}

.fa-reply2:before {
  content: "\e08b";
}

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

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

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

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

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

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

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

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

.fa-microphone2:before {
  content: "\e094";
}

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

.fa-skip-back:before {
  content: "\e096";
}

.fa-rewind:before {
  content: "\e097";
}

.fa-play2:before {
  content: "\e098";
}

.fa-pause2:before {
  content: "\e099";
}

.fa-stop2:before {
  content: "\e09a";
}

.fa-fast-forward2:before {
  content: "\e09b";
}

.fa-skip-forward:before {
  content: "\e09c";
}

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

.fa-repeat2:before {
  content: "\e09e";
}

.fa-folder2:before {
  content: "\e09f";
}

.fa-umbrella2:before {
  content: "\e0a0";
}

.fa-moon:before {
  content: "\e0a1";
}

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

.fa-drop:before {
  content: "\e0a3";
}

.fa-sun:before {
  content: "\e0a4";
}

.fa-cloud3:before {
  content: "\e0a5";
}

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

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

.fa-upload3:before {
  content: "\e0a8";
}

.fa-download3:before {
  content: "\e0a9";
}

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

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

.fa-map2:before {
  content: "\e0ac";
}

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

.fa-head:before {
  content: "\e0ae";
}

.fa-briefcase3:before {
  content: "\e0af";
}

.fa-speech-bubble:before {
  content: "\e0b0";
}

.fa-anchor3:before {
  content: "\e0b1";
}

.fa-globe3:before {
  content: "\e0b2";
}

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

.fa-reload:before {
  content: "\e0b4";
}

.fa-share2:before {
  content: "\e0b5";
}

.fa-marquee:before {
  content: "\e0b6";
}

.fa-marquee-plus:before {
  content: "\e0b7";
}

.fa-marquee-minus:before {
  content: "\e0b8";
}

.fa-tag2:before {
  content: "\e0b9";
}

.fa-power:before {
  content: "\e0ba";
}

.fa-command:before {
  content: "\e0bb";
}

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

.fa-esc:before {
  content: "\e0bd";
}

.fa-bar-graph:before {
  content: "\e0be";
}

.fa-bar-graph-2:before {
  content: "\e0bf";
}

.fa-pie-graph:before {
  content: "\e0c0";
}

.fa-star2:before {
  content: "\e0c1";
}

.fa-arrow-left2:before {
  content: "\e0c2";
}

.fa-arrow-right2:before {
  content: "\e0c3";
}

.fa-arrow-up2:before {
  content: "\e0c4";
}

.fa-arrow-down2:before {
  content: "\e0c5";
}

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

.fa-mute:before {
  content: "\e0c7";
}

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

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

.fa-grid:before {
  content: "\e102";
}

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

.fa-columns2:before {
  content: "\e104";
}

.fa-loader:before {
  content: "\e105";
}

.fa-bag:before {
  content: "󡁫";
}

.fa-ban2:before {
  content: "\e107";
}

.fa-flag3:before {
  content: "\e108";
}

.fa-trash2:before {
  content: "\e109";
}

.fa-expand3:before {
  content: "\e110";
}

.fa-contract:before {
  content: "\e111";
}

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

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

.fa-plus2:before {
  content: "\e114";
}

.fa-minus2:before {
  content: "\e115";
}

.fa-check2:before {
  content: "\e116";
}

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

.fa-move:before {
  content: "\e118";
}

.fa-delete:before {
  content: "\e119";
}

.fa-menu:before {
  content: "\e120";
}

.fa-archive2:before {
  content: "\e121";
}

.fa-inbox2:before {
  content: "\e122";
}

.fa-outbox:before {
  content: "\e123";
}

.fa-file2:before {
  content: "\e124";
}

.fa-file-add:before {
  content: "\e125";
}

.fa-file-subtract:before {
  content: "\e126";
}

.fa-help:before {
  content: "\e127";
}

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

.fa-ellipsis:before {
  content: "\e129";
}

.fa-code1:before {
  content: "\e900";
}

.fa-log-in:before {
  content: "\e901";
}

.fa-log-out:before {
  content: "\e902";
}

.fa-sidebar:before {
  content: "\e903";
}

.fa-sliders1:before {
  content: "\e904";
}

.fa-smartphone1:before {
  content: "\e905";
}

.fa-tablet1:before {
  content: "\e906";
}

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

.fa-tick:before {
  content: "\e601";
}

.fa-plus3:before {
  content: "\e602";
}

.fa-minus3:before {
  content: "\e603";
}

.fa-equals:before {
  content: "\e604";
}

.fa-divide:before {
  content: "\e605";
}

.fa-chevron-right2:before {
  content: "\e606";
}

.fa-chevron-left2:before {
  content: "\e607";
}

.fa-arrow-right-thick:before {
  content: "\e608";
}

.fa-arrow-left-thick:before {
  content: "\e609";
}

.fa-th-small:before {
  content: "\e60a";
}

.fa-th-menu:before {
  content: "\e60b";
}

.fa-th-list2:before {
  content: "\e60c";
}

.fa-th-large2:before {
  content: "\e60d";
}

.fa-home2:before {
  content: "\e60e";
}

.fa-arrow-forward:before {
  content: "\e60f";
}

.fa-arrow-back:before {
  content: "\e610";
}

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

.fa-location2:before {
  content: "\e612";
}

.fa-link2:before {
  content: "\e613";
}

.fa-image3:before {
  content: "\e614";
}

.fa-arrow-up-thick:before {
  content: "\e615";
}

.fa-arrow-down-thick:before {
  content: "\e616";
}

.fa-starburst:before {
  content: "\e617";
}

.fa-starburst-outline:before {
  content: "\e618";
}

.fa-star3:before {
  content: "\e619";
}

.fa-flow-children:before {
  content: "\e61a";
}

.fa-export:before {
  content: "\e61b";
}

.fa-delete2:before {
  content: "\e61c";
}

.fa-delete-outline:before {
  content: "\e61d";
}

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

.fa-wi-fi:before {
  content: "\e61f";
}

.fa-heart4:before {
  content: "\e620";
}

.fa-flash:before {
  content: "\e621";
}

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

.fa-backspace:before {
  content: "\e623";
}

.fa-attachment2:before {
  content: "\e624";
}

.fa-arrow-move:before {
  content: "\e625";
}

.fa-warning:before {
  content: "\e626";
}

.fa-user2:before {
  content: "\e627";
}

.fa-radar:before {
  content: "\e628";
}

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

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

.fa-location-arrow2:before {
  content: "\e62b";
}

.fa-info2:before {
  content: "\e62c";
}

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

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

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

.fa-group2:before {
  content: "\e630";
}

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

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

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

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

.fa-video2:before {
  content: "\e635";
}

.fa-point-of-interest:before {
  content: "\e636";
}

.fa-infinity:before {
  content: "\e637";
}

.fa-globe4:before {
  content: "\e638";
}

.fa-eye3:before {
  content: "\e639";
}

.fa-cog3:before {
  content: "\e63a";
}

.fa-camera4:before {
  content: "\e63b";
}

.fa-upload4:before {
  content: "\e63c";
}

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

.fa-refresh3:before {
  content: "\e63e";
}

.fa-pin:before {
  content: "\e63f";
}

.fa-key3:before {
  content: "\e640";
}

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

.fa-eject2:before {
  content: "\e642";
}

.fa-download4:before {
  content: "\e643";
}

.fa-zoom:before {
  content: "\e644";
}

.fa-zoom-out2:before {
  content: "\e645";
}

.fa-zoom-in2:before {
  content: "\e646";
}

.fa-sort-numerically:before {
  content: "\e647";
}

.fa-sort-alphabetically:before {
  content: "\e648";
}

.fa-input-checked:before {
  content: "\e649";
}

.fa-calender:before {
  content: "\e64a";
}

.fa-world:before {
  content: "\e64b";
}

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

.fa-code2:before {
  content: "\e64d";
}

.fa-arrow-sync:before {
  content: "\e64e";
}

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

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

.fa-arrow-minimise:before {
  content: "\e651";
}

.fa-arrow-maximise:before {
  content: "\e652";
}

.fa-arrow-loop:before {
  content: "\e653";
}

.fa-anchor4:before {
  content: "\e654";
}

.fa-spanner:before {
  content: "\e655";
}

.fa-puzzle2:before {
  content: "\e656";
}

.fa-power2:before {
  content: "\e657";
}

.fa-plane2:before {
  content: "\e658";
}

.fa-pi:before {
  content: "\e659";
}

.fa-phone3:before {
  content: "\e65a";
}

.fa-microphone3:before {
  content: "\e65b";
}

.fa-media-rewind:before {
  content: "\e65c";
}

.fa-flag4:before {
  content: "\e65d";
}

.fa-adjust-brightness:before {
  content: "\e65e";
}

.fa-waves:before {
  content: "\e65f";
}

.fa-social-twitter:before {
  content: "\e660";
}

.fa-social-facebook:before {
  content: "\e661";
}

.fa-social-dribbble:before {
  content: "\e662";
}

.fa-media-stop:before {
  content: "\e663";
}

.fa-media-record:before {
  content: "\e664";
}

.fa-media-play:before {
  content: "\e665";
}

.fa-media-fast-forward:before {
  content: "\e666";
}

.fa-media-eject:before {
  content: "\e667";
}

.fa-social-vimeo:before {
  content: "\e668";
}

.fa-social-tumbler:before {
  content: "\e669";
}

.fa-social-skype:before {
  content: "\e66a";
}

.fa-social-pinterest:before {
  content: "\e66b";
}

.fa-social-linkedin:before {
  content: "\e66c";
}

.fa-social-last-fm:before {
  content: "\e66d";
}

.fa-social-github:before {
  content: "\e66e";
}

.fa-social-flickr:before {
  content: "\e66f";
}

.fa-at2:before {
  content: "\e670";
}

.fa-times-outline:before {
  content: "\e671";
}

.fa-plus-outline:before {
  content: "\e672";
}

.fa-minus-outline:before {
  content: "\e673";
}

.fa-tick-outline:before {
  content: "\e674";
}

.fa-th-large-outline:before {
  content: "\e675";
}

.fa-equals-outline:before {
  content: "\e676";
}

.fa-divide-outline:before {
  content: "\e677";
}

.fa-chevron-right-outline:before {
  content: "\e678";
}

.fa-chevron-left-outline:before {
  content: "\e679";
}

.fa-arrow-right-outline:before {
  content: "\e67a";
}

.fa-arrow-left-outline:before {
  content: "\e67b";
}

.fa-th-small-outline:before {
  content: "\e67c";
}

.fa-th-menu-outline:before {
  content: "\e67d";
}

.fa-th-list-outline:before {
  content: "\e67e";
}

.fa-news:before {
  content: "\e67f";
}

.fa-home-outline:before {
  content: "\e680";
}

.fa-arrow-up-outline:before {
  content: "\e681";
}

.fa-arrow-forward-outline:before {
  content: "\e682";
}

.fa-arrow-down-outline:before {
  content: "\e683";
}

.fa-arrow-back-outline:before {
  content: "\e684";
}

.fa-trash3:before {
  content: "\e685";
}

.fa-rss-outline:before {
  content: "\e686";
}

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

.fa-location-outline:before {
  content: "\e688";
}

.fa-link-outline:before {
  content: "\e689";
}

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

.fa-export-outline:before {
  content: "\e68b";
}

.fa-cross2:before {
  content: "\e68c";
}

.fa-wi-fi-outline:before {
  content: "\e68d";
}

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

.fa-media-pause-outline:before {
  content: "\e68f";
}

.fa-mail2:before {
  content: "\e690";
}

.fa-heart-outline:before {
  content: "\e691";
}

.fa-flash-outline:before {
  content: "\e692";
}

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

.fa-beaker2:before {
  content: "\e694";
}

.fa-arrow-move-outline:before {
  content: "\e695";
}

.fa-watch2:before {
  content: "\e696";
}

.fa-warning-outline:before {
  content: "\e697";
}

.fa-time:before {
  content: "\e698";
}

.fa-radar-outline:before {
  content: "\e699";
}

.fa-lock-open-outline:before {
  content: "\e69a";
}

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

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

.fa-backspace-outline:before {
  content: "\e69d";
}

.fa-attachment-outline:before {
  content: "\e69e";
}

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

.fa-user-delete-outline:before {
  content: "\e6a0";
}

.fa-user-add-outline:before {
  content: "\e6a1";
}

.fa-lock-closed-outline:before {
  content: "\e6a2";
}

.fa-group-outline:before {
  content: "\e6a3";
}

.fa-chart-pie-outline:before {
  content: "\e6a4";
}

.fa-chart-line-outline:before {
  content: "\e6a5";
}

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

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

.fa-video-outline:before {
  content: "\e6a8";
}

.fa-point-of-interest-outline:before {
  content: "\e6a9";
}

.fa-map4:before {
  content: "\e6aa";
}

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

.fa-infinity-outline:before {
  content: "\e6ac";
}

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

.fa-eye-outline:before {
  content: "\e6ae";
}

.fa-cog-outline:before {
  content: "\e6af";
}

.fa-camera-outline:before {
  content: "\e6b0";
}

.fa-upload-outline:before {
  content: "\e6b1";
}

.fa-support:before {
  content: "\e6b2";
}

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

.fa-refresh-outline:before {
  content: "\e6b4";
}

.fa-info-large-outline:before {
  content: "\e6b5";
}

.fa-eject-outline:before {
  content: "\e6b6";
}

.fa-download-outline:before {
  content: "\e6b7";
}

.fa-battery-mid:before {
  content: "\e6b8";
}

.fa-battery-low:before {
  content: "\e6b9";
}

.fa-battery-high:before {
  content: "\e6ba";
}

.fa-zoom-outline:before {
  content: "\e6bb";
}

.fa-zoom-out-outline:before {
  content: "\e6bc";
}

.fa-zoom-in-outline:before {
  content: "\e6bd";
}

.fa-tag3:before {
  content: "\e6be";
}

.fa-tabs-outline:before {
  content: "\e6bf";
}

.fa-pin-outline:before {
  content: "\e6c0";
}

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

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

.fa-battery-full:before {
  content: "\e6c3";
}

.fa-battery-charge:before {
  content: "\e6c4";
}

.fa-pipette:before {
  content: "\e6c5";
}

.fa-pencil3:before {
  content: "\e6c6";
}

.fa-folder3:before {
  content: "\e6c7";
}

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

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

.fa-edit3:before {
  content: "\e6ca";
}

.fa-document2:before {
  content: "\e6cb";
}

.fa-document-delete:before {
  content: "\e6cc";
}

.fa-document-add:before {
  content: "\e6cd";
}

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

.fa-thumbs-up2:before {
  content: "\e6cf";
}

.fa-thumbs-down2:before {
  content: "\e6d0";
}

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

.fa-sort-numerically-outline:before {
  content: "\e6d2";
}

.fa-sort-alphabetically-outline:before {
  content: "\e6d3";
}

.fa-social-last-fm-circular:before {
  content: "\e6d4";
}

.fa-social-github-circular:before {
  content: "\e6d5";
}

.fa-compass3:before {
  content: "\e6d6";
}

.fa-bookmark2:before {
  content: "\e6d7";
}

.fa-input-checked-outline:before {
  content: "\e6d8";
}

.fa-code-outline:before {
  content: "\e6d9";
}

.fa-calender-outline:before {
  content: "\e6da";
}

.fa-business-card:before {
  content: "\e6db";
}

.fa-arrow-up3:before {
  content: "\e6dc";
}

.fa-arrow-sync-outline:before {
  content: "\e6dd";
}

.fa-arrow-right3:before {
  content: "\e6de";
}

.fa-arrow-repeat-outline:before {
  content: "\e6df";
}

.fa-arrow-loop-outline:before {
  content: "\e6e0";
}

.fa-arrow-left3:before {
  content: "\e6e1";
}

.fa-flow-switch:before {
  content: "\e6e2";
}

.fa-flow-parallel:before {
  content: "\e6e3";
}

.fa-flow-merge:before {
  content: "\e6e4";
}

.fa-document-text:before {
  content: "\e6e5";
}

.fa-clipboard4:before {
  content: "\e6e6";
}

.fa-calculator2:before {
  content: "\e6e7";
}

.fa-arrow-minimise-outline:before {
  content: "\e6e8";
}

.fa-arrow-maximise-outline:before {
  content: "\e6e9";
}

.fa-arrow-down3:before {
  content: "\e6ea";
}

.fa-gift3:before {
  content: "\e6eb";
}

.fa-film2:before {
  content: "\e6ec";
}

.fa-database2:before {
  content: "\e6ed";
}

.fa-bell3:before {
  content: "\e6ee";
}

.fa-anchor-outline:before {
  content: "\e6ef";
}

.fa-adjust-contrast:before {
  content: "\e6f0";
}

.fa-world-outline:before {
  content: "\e6f1";
}

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

.fa-power-outline:before {
  content: "\e6f3";
}

.fa-notes-outline:before {
  content: "\e6f4";
}

.fa-device-tablet:before {
  content: "\e6f5";
}

.fa-device-phone:before {
  content: "\e6f6";
}

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

.fa-device-desktop:before {
  content: "\e6f8";
}

.fa-briefcase4:before {
  content: "\e6f9";
}

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

.fa-spanner-outline:before {
  content: "\e6fb";
}

.fa-puzzle-outline:before {
  content: "\e6fc";
}

.fa-printer2:before {
  content: "\e6fd";
}

.fa-pi-outline:before {
  content: "\e6fe";
}

.fa-lightbulb2:before {
  content: "\e6ff";
}

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

.fa-contacts:before {
  content: "\e701";
}

.fa-archive3:before {
  content: "\e702";
}

.fa-weather-stormy:before {
  content: "\e703";
}

.fa-weather-shower:before {
  content: "\e704";
}

.fa-weather-partly-sunny:before {
  content: "\e705";
}

.fa-weather-downpour:before {
  content: "\e706";
}

.fa-weather-cloudy:before {
  content: "\e707";
}

.fa-plane-outline:before {
  content: "\e708";
}

.fa-phone-outline:before {
  content: "\e709";
}

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

.fa-weather-windy:before {
  content: "\e70b";
}

.fa-weather-windy-cloudy:before {
  content: "\e70c";
}

.fa-weather-sunny:before {
  content: "\e70d";
}

.fa-weather-snow:before {
  content: "\e70e";
}

.fa-weather-night:before {
  content: "\e70f";
}

.fa-media-stop-outline:before {
  content: "\e710";
}

.fa-media-rewind-outline:before {
  content: "\e711";
}

.fa-media-record-outline:before {
  content: "\e712";
}

.fa-media-play-outline:before {
  content: "\e713";
}

.fa-media-fast-forward-outline:before {
  content: "\e714";
}

.fa-media-eject-outline:before {
  content: "\e715";
}

.fa-wine2:before {
  content: "\e716";
}

.fa-waves-outline:before {
  content: "\e717";
}

.fa-ticket2:before {
  content: "\e718";
}

.fa-tags2:before {
  content: "\e719";
}

.fa-plug2:before {
  content: "\e71a";
}

.fa-headphones2:before {
  content: "\e71b";
}

.fa-credit-card2:before {
  content: "\e71c";
}

.fa-coffee2:before {
  content: "\e71d";
}

.fa-book3:before {
  content: "\e71e";
}

.fa-beer2:before {
  content: "\e71f";
}

.fa-volume2:before {
  content: "\e720";
}

.fa-volume-up2:before {
  content: "\e721";
}

.fa-volume-mute:before {
  content: "\e722";
}

.fa-volume-down2:before {
  content: "\e723";
}

.fa-social-vimeo-circular:before {
  content: "\e724";
}

.fa-social-twitter-circular:before {
  content: "\e725";
}

.fa-social-pinterest-circular:before {
  content: "\e726";
}

.fa-social-linkedin-circular:before {
  content: "\e727";
}

.fa-social-dribbble-circular:before {
  content: "\e729";
}

.fa-tree2:before {
  content: "\e72a";
}

.fa-thermometer2:before {
  content: "\e72b";
}

.fa-social-tumbler-circular:before {
  content: "\e72c";
}

.fa-social-skype-outline:before {
  content: "\e72d";
}

.fa-social-flickr-circular:before {
  content: "\e72e";
}

.fa-social-at-circular:before {
  content: "\e72f";
}

.fa-shopping-cart2:before {
  content: "\e730";
}

.fa-messages:before {
  content: "\e731";
}

.fa-leaf2:before {
  content: "\e732";
}

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

.fa-mobile2:before {
  content: "\e000";
}

.fa-laptop2:before {
  content: "\e001";
}

.fa-desktop2:before {
  content: "\e002";
}

.fa-tablet2:before {
  content: "\e003";
}

.fa-phone2:before {
  content: "\e004";
}

.fa-document:before {
  content: "\e005";
}

.fa-documents:before {
  content: "\e006";
}

.fa-search2:before {
  content: "\e007";
}

.fa-clipboard3:before {
  content: "\e008";
}

.fa-newspaper:before {
  content: "\e009";
}

.fa-notebook:before {
  content: "\e00a";
}

.fa-book-open:before {
  content: "\e00b";
}

.fa-browser:before {
  content: "\e00c";
}

.fa-calendar2:before {
  content: "\e00d";
}

.fa-presentation:before {
  content: "\e00e";
}

.fa-picture:before {
  content: "\e00f";
}

.fa-pictures:before {
  content: "\e010";
}

.fa-video3:before {
  content: "\e011";
}

.fa-camera2:before {
  content: "\e012";
}

.fa-printer3:before {
  content: "\e013";
}

.fa-toolbox:before {
  content: "\e014";
}

.fa-briefcase2:before {
  content: "\e015";
}

.fa-wallet:before {
  content: "\e016";
}

.fa-gift2:before {
  content: "\e017";
}

.fa-bargraph:before {
  content: "\e018";
}

.fa-grid2:before {
  content: "\e019";
}

.fa-expand2:before {
  content: "\e01a";
}

.fa-focus:before {
  content: "\e01b";
}

.fa-edit2:before {
  content: "\e01c";
}

.fa-adjustments:before {
  content: "\e01d";
}

.fa-ribbon2:before {
  content: "\e01e";
}

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

.fa-lock2:before {
  content: "\e020";
}

.fa-megaphone:before {
  content: "\e021";
}

.fa-shield2:before {
  content: "\e022";
}

.fa-trophy2:before {
  content: "\e023";
}

.fa-flag2:before {
  content: "\e024";
}

.fa-map3:before {
  content: "\e025";
}

.fa-puzzle:before {
  content: "\e026";
}

.fa-basket:before {
  content: "\e027";
}

.fa-envelope2:before {
  content: "\e028";
}

.fa-streetsign:before {
  content: "\e029";
}

.fa-telescope:before {
  content: "\e02a";
}

.fa-gears2:before {
  content: "\e02b";
}

.fa-key2:before {
  content: "\e02c";
}

.fa-paperclip2:before {
  content: "\e02d";
}

.fa-attachment:before {
  content: "\e02e";
}

.fa-pricetags:before {
  content: "\e02f";
}

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

.fa-layers2:before {
  content: "\e031";
}

.fa-pencil2:before {
  content: "\e032";
}

.fa-tools:before {
  content: "\e033";
}

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

.fa-scissors3:before {
  content: "\e035";
}

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

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

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

.fa-linegraph:before {
  content: "\e039";
}

.fa-mic:before {
  content: "\e03a";
}

.fa-strategy:before {
  content: "\e03b";
}

.fa-beaker:before {
  content: "\e03c";
}

.fa-caution:before {
  content: "\e03d";
}

.fa-recycle2:before {
  content: "\e03e";
}

.fa-anchor2:before {
  content: "\e03f";
}

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

.fa-profile-female:before {
  content: "\e041";
}

.fa-bike:before {
  content: "\e042";
}

.fa-wine:before {
  content: "\e043";
}

.fa-hotairballoon:before {
  content: "\e044";
}

.fa-globe2:before {
  content: "\e045";
}

.fa-genius:before {
  content: "\e046";
}

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

.fa-dial:before {
  content: "\e048";
}

.fa-chat:before {
  content: "\e049";
}

.fa-heart2:before {
  content: "\e04a";
}

.fa-cloud2:before {
  content: "\e04b";
}

.fa-upload2:before {
  content: "\e04c";
}

.fa-download2:before {
  content: "\e04d";
}

.fa-target2:before {
  content: "\e04e";
}

.fa-hazardous:before {
  content: "\e04f";
}

.fa-piechart:before {
  content: "\e050";
}

.fa-speedometer:before {
  content: "\e051";
}

.fa-global:before {
  content: "\e052";
}

.fa-compass2:before {
  content: "\e053";
}

.fa-lifesaver:before {
  content: "\e054";
}

.fa-clock2:before {
  content: "\e055";
}

.fa-aperture:before {
  content: "\e056";
}

.fa-quote:before {
  content: "\e057";
}

.fa-scope:before {
  content: "\e058";
}

.fa-alarmclock:before {
  content: "\e059";
}

.fa-refresh2:before {
  content: "\e05a";
}

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

.fa-sad:before {
  content: "\e05c";
}

.fa-facebook2:before {
  content: "\e05d";
}

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

.fa-googleplus:before {
  content: "\e05f";
}

.fa-rss2:before {
  content: "\e060";
}

.fa-tumblr2:before {
  content: "\e061";
}

.fa-linkedin2:before {
  content: "\e062";
}

.fa-dribbble2:before {
  content: "\e063";
}

.fa-home3:before {
  content: "\e800";
}

.fa-apartment:before {
  content: "\e801";
}

.fa-pencil4:before {
  content: "\e802";
}

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

.fa-drop2:before {
  content: "\e804";
}

.fa-lighter:before {
  content: "\e805";
}

.fa-poop:before {
  content: "\e806";
}

.fa-sun2:before {
  content: "\e807";
}

.fa-moon2:before {
  content: "\e808";
}

.fa-cloud4:before {
  content: "\e809";
}

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

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

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

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

.fa-database3:before {
  content: "\e80e";
}

.fa-lock4:before {
  content: "\e80f";
}

.fa-cog4:before {
  content: "\e810";
}

.fa-trash4:before {
  content: "\e811";
}

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

.fa-heart5:before {
  content: "\e813";
}

.fa-star4:before {
  content: "\e814";
}

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

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

.fa-flag5:before {
  content: "\e817";
}

.fa-envelope3:before {
  content: "\e818";
}

.fa-paperclip3:before {
  content: "\e819";
}

.fa-inbox3:before {
  content: "\e81a";
}

.fa-eye4:before {
  content: "\e81b";
}

.fa-printer4:before {
  content: "\e81c";
}

.fa-file-empty:before {
  content: "\e81d";
}

.fa-file-add2:before {
  content: "\e81e";
}

.fa-enter:before {
  content: "\e81f";
}

.fa-exit:before {
  content: "\e820";
}

.fa-graduation-hat:before {
  content: "\e821";
}

.fa-license:before {
  content: "\e822";
}

.fa-music-note:before {
  content: "\e823";
}

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

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

.fa-camera5:before {
  content: "\e826";
}

.fa-picture2:before {
  content: "\e827";
}

.fa-book4:before {
  content: "\e828";
}

.fa-bookmark3:before {
  content: "\e829";
}

.fa-user3:before {
  content: "\e82a";
}

.fa-users2:before {
  content: "\e82b";
}

.fa-shirt:before {
  content: "\e82c";
}

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

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

.fa-tag4:before {
  content: "\e82f";
}

.fa-phone-handset:before {
  content: "\e830";
}

.fa-phone4:before {
  content: "\e831";
}

.fa-pushpin:before {
  content: "\e832";
}

.fa-map-marker2:before {
  content: "\e833";
}

.fa-map5:before {
  content: "\e834";
}

.fa-location3:before {
  content: "\e835";
}

.fa-calendar-full:before {
  content: "\e836";
}

.fa-keyboard:before {
  content: "\e837";
}

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

.fa-screen:before {
  content: "\e839";
}

.fa-smartphone:before {
  content: "\e83a";
}

.fa-tablet3:before {
  content: "\e83b";
}

.fa-laptop3:before {
  content: "\e83c";
}

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

.fa-power-switch:before {
  content: "\e83e";
}

.fa-bubble:before {
  content: "\e83f";
}

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

.fa-construction:before {
  content: "\e841";
}

.fa-pie-chart2:before {
  content: "\e842";
}

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

.fa-gift4:before {
  content: "\e844";
}

.fa-diamond2:before {
  content: "\e845";
}

.fa-linearicons:before {
  content: "\e846";
}

.fa-dinner:before {
  content: "\e847";
}

.fa-coffee-cup:before {
  content: "\e848";
}

.fa-leaf3:before {
  content: "\e849";
}

.fa-paw2:before {
  content: "\e84a";
}

.fa-rocket2:before {
  content: "\e84b";
}

.fa-briefcase5:before {
  content: "\e84c";
}

.fa-bus2:before {
  content: "\e84d";
}

.fa-car2:before {
  content: "\e84e";
}

.fa-train2:before {
  content: "\e84f";
}

.fa-bicycle2:before {
  content: "\e850";
}

.fa-wheelchair2:before {
  content: "\e851";
}

.fa-select:before {
  content: "\e852";
}

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

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

.fa-sad2:before {
  content: "\e855";
}

.fa-neutral:before {
  content: "\e856";
}

.fa-mustache:before {
  content: "\e857";
}

.fa-alarm:before {
  content: "\e858";
}

.fa-bullhorn2:before {
  content: "\e859";
}

.fa-volume-high:before {
  content: "\e85a";
}

.fa-volume-medium:before {
  content: "\e85b";
}

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

.fa-volume3:before {
  content: "\e85d";
}

.fa-mic2:before {
  content: "\e85e";
}

.fa-hourglass3:before {
  content: "\e85f";
}

.fa-undo2:before {
  content: "\e860";
}

.fa-redo:before {
  content: "\e861";
}

.fa-sync:before {
  content: "\e862";
}

.fa-history2:before {
  content: "\e863";
}

.fa-clock3:before {
  content: "\e864";
}

.fa-download5:before {
  content: "\e865";
}

.fa-upload5:before {
  content: "\e866";
}

.fa-enter-down:before {
  content: "\e867";
}

.fa-exit-up:before {
  content: "\e868";
}

.fa-bug2:before {
  content: "\e869";
}

.fa-code3:before {
  content: "\e86a";
}

.fa-link4:before {
  content: "\e86b";
}

.fa-unlink2:before {
  content: "\e86c";
}

.fa-thumbs-up3:before {
  content: "\e86d";
}

.fa-thumbs-down3:before {
  content: "\e86e";
}

.fa-magnifier:before {
  content: "\e86f";
}

.fa-cross3:before {
  content: "\e870";
}

.fa-menu2:before {
  content: "\e871";
}

.fa-list2:before {
  content: "\e872";
}

.fa-chevron-up2:before {
  content: "\e873";
}

.fa-chevron-down2:before {
  content: "\e874";
}

.fa-chevron-left3:before {
  content: "\e875";
}

.fa-chevron-right3:before {
  content: "\e876";
}

.fa-arrow-up4:before {
  content: "\e877";
}

.fa-arrow-down4:before {
  content: "\e878";
}

.fa-arrow-left4:before {
  content: "\e879";
}

.fa-arrow-right4:before {
  content: "\e87a";
}

.fa-move2:before {
  content: "\e87b";
}

.fa-warning3:before {
  content: "\e87c";
}

.fa-question-circle2:before {
  content: "\e87d";
}

.fa-menu-circle:before {
  content: "\e87e";
}

.fa-checkmark-circle:before {
  content: "\e87f";
}

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

.fa-plus-circle2:before {
  content: "\e881";
}

.fa-circle-minus2:before {
  content: "\e882";
}

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

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

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

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

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

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

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

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

.fa-crop2:before {
  content: "\e88b";
}

.fa-frame-expand:before {
  content: "\e88c";
}

.fa-frame-contract:before {
  content: "\e88d";
}

.fa-layers3:before {
  content: "\e88e";
}

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

.fa-text-format:before {
  content: "\e890";
}

.fa-text-format-remove:before {
  content: "\e891";
}

.fa-text-size:before {
  content: "\e892";
}

.fa-bold2:before {
  content: "\e893";
}

.fa-italic2:before {
  content: "\e894";
}

.fa-underline2:before {
  content: "\e895";
}

.fa-strikethrough2:before {
  content: "\e896";
}

.fa-highlight:before {
  content: "\e897";
}

.fa-text-align-left:before {
  content: "\e898";
}

.fa-text-align-center:before {
  content: "\e899";
}

.fa-text-align-right:before {
  content: "\e89a";
}

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

.fa-line-spacing:before {
  content: "\e89c";
}

.fa-indent-increase:before {
  content: "\e89d";
}

.fa-indent-decrease:before {
  content: "\e89e";
}

.fa-pilcrow:before {
  content: "\e89f";
}

.fa-direction-ltr:before {
  content: "\e8a0";
}

.fa-direction-rtl:before {
  content: "\e8a1";
}

.fa-page-break:before {
  content: "\e8a2";
}

.fa-sort-alpha-asc2:before {
  content: "\e8a3";
}

.fa-sort-amount-asc2:before {
  content: "\e8a4";
}

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

.fa-pointer-up:before {
  content: "\e8a6";
}

.fa-pointer-right:before {
  content: "\e8a7";
}

.fa-pointer-down:before {
  content: "\e8a8";
}

.fa-pointer-left:before {
  content: "\e8a9";
}

.fa-amazon1:before {
  content: "\e907";
}

.fa-americanexpress:before {
  content: "\e908";
}

.fa-apple1:before {
  content: "\e909";
}

.fa-applepay:before {
  content: "\e90a";
}

.fa-audible:before {
  content: "\e90b";
}

.fa-behance1:before {
  content: "\e90c";
}

.fa-deviantart1:before {
  content: "\e90d";
}

.fa-dribbble1:before {
  content: "\e90e";
}

.fa-dropbox1:before {
  content: "\e90f";
}

.fa-ebay:before {
  content: "\e910";
}

.fa-envato:before {
  content: "\e911";
}

.fa-facebook1:before {
  content: "\e912";
}

.fa-flickr1:before {
  content: "\e913";
}

.fa-flipboard:before {
  content: "\e914";
}

.fa-foursquarecityguide:before {
  content: "\e915";
}

.fa-github1:before {
  content: "\e916";
}

.fa-goodreads:before {
  content: "\e917";
}

.fa-google1:before {
  content: "\e918";
}

.fa-googlecloud:before {
  content: "\e919";
}

.fa-googledrive:before {
  content: "\e91a";
}

.fa-googlepay:before {
  content: "\e91b";
}

.fa-googleplay:before {
  content: "\e91c";
}

.fa-instagram1:before {
  content: "\e91d";
}

.fa-linkedin1:before {
  content: "\e91e";
}

.fa-livechat:before {
  content: "\e91f";
}

.fa-mastercard:before {
  content: "\e920";
}

.fa-messenger:before {
  content: "\e921";
}

.fa-microsoftteams:before {
  content: "\e922";
}

.fa-paypal1:before {
  content: "\e923";
}

.fa-pinterest1:before {
  content: "\e924";
}

.fa-quora1:before {
  content: "\e925";
}

.fa-reddit1:before {
  content: "\e926";
}

.fa-skype1:before {
  content: "\e927";
}

.fa-slack1:before {
  content: "\e928";
}

.fa-snapchat1:before {
  content: "\e929";
}

.fa-soundcloud1:before {
  content: "\e92a";
}

.fa-spotify1:before {
  content: "\e92b";
}

.fa-stackoverflow:before {
  content: "\e92c";
}

.fa-telegram1:before {
  content: "\e92d";
}

.fa-tencentqq:before {
  content: "\e92e";
}

.fa-tiktok:before {
  content: "\e92f";
}

.fa-tripadvisor1:before {
  content: "\e930";
}

.fa-twitch1:before {
  content: "\e931";
}

.fa-twitter1:before {
  content: "\e932";
}

.fa-viber:before {
  content: "\e933";
}

.fa-vimeo1:before {
  content: "\e934";
}

.fa-visa:before {
  content: "\e935";
}

.fa-vk1:before {
  content: "\e936";
}

.fa-wattpad:before {
  content: "\e937";
}

.fa-waze:before {
  content: "\e938";
}

.fa-wechat1:before {
  content: "\e939";
}

.fa-whatsapp1:before {
  content: "\e93a";
}

.fa-woo:before {
  content: "\e93b";
}

.fa-wordpress1:before {
  content: "\e93c";
}

.fa-xing1:before {
  content: "\e93d";
}

.fa-youtube1:before {
  content: "\e93e";
}

.fa-zendesk:before {
  content: "\e93f";
}

.ico {
  font-family: "bcircular" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
}

.ico-add:before {
  content: "\e900";
}

.ico-arrow-bottom:before {
  content: "\e901";
}

.ico-arrow-left:before {
  content: "\e902";
}

.ico-arrow-right:before {
  content: "\e903";
}

.ico-arrow-top:before {
  content: "\e904";
}

.ico-check:before {
  content: "\e905";
}

.ico-halfcheck:before {
  content: "\e905";
}

.ico-chevron-bottom:before {
  content: "\e906";
}

.ico-chevron-left:before {
  content: "\e907";
}

.ico-chevron-right:before {
  content: "\e908";
}

.ico-chevron-top:before {
  content: "\e909";
}

.ico-close:before {
  content: "\e90a";
}

.ico-deselect:before {
  content: "\e90b";
}

.ico-download:before {
  content: "\e90c";
}

.ico-glossaire:before {
  content: "\e90d";
}

.ico-remove:before {
  content: "\e90e";
}

.ico-select:before {
  content: "\e90f";
}

.ico-trash:before {
  content: "\e910";
}

.ico-warning:before {
  content: "\e911";
}

.ico-all-select:before {
  content: "\e912";
}

.ico-all-deselect:before {
  content: "\e913";
}

.ico-all-deselect2:before {
  content: "\e914";
}

.ico-all-select2:before {
  content: "\e915";
}

.label {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 20px;
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.85);
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 50em;
}
.label a {
  color: inherit;
  text-decoration: none;
}
.label a:hover {
  color: inherit;
  text-decoration: underline;
}
.label .close {
  margin-right: -3px;
}

a.label {
  color: rgba(0, 0, 0, 0.85);
}
a.label:hover {
  text-decoration: underline;
}

.label.is-secondary {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 0.5em;
  background: none;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50em;
}

.label.is-tertiary {
  letter-spacing: 0.035em;
  background: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0.2em;
  border: 1px solid transparent;
  border-radius: 0;
}

.label.is-badge {
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  height: 18px;
  border-radius: 64px;
  min-width: 18px;
  padding-left: 2px;
  padding-right: 2px;
}

.label.is-error {
  background-color: rgba(221, 36, 39, 0.07);
  color: #dd2427;
}
.label.is-error.is-secondary {
  background-color: transparent;
  color: #dd2427;
  border-color: rgba(221, 36, 39, 0.3);
}
.label.is-error.is-tertiary {
  background-color: transparent;
  color: #dd2427;
}
.label.is-error .close:hover {
  background-color: #dd2427;
}

.label.is-focus {
  background-color: rgba(237, 41, 57, 0.07);
  color: #ed2939;
}
.label.is-focus.is-secondary {
  background-color: transparent;
  color: #ed2939;
  border-color: rgba(237, 41, 57, 0.3);
}
.label.is-focus.is-tertiary {
  background-color: transparent;
  color: #ed2939;
}
.label.is-focus .close:hover {
  background-color: #ed2939;
}

.label.is-success {
  background-color: rgba(35, 180, 86, 0.07);
  color: #23b456;
}
.label.is-success.is-secondary {
  background-color: transparent;
  color: #23b456;
  border-color: rgba(35, 180, 86, 0.3);
}
.label.is-success.is-tertiary {
  background-color: transparent;
  color: #23b456;
}
.label.is-success .close:hover {
  background-color: #23b456;
}

.label.is-warning {
  background-color: rgba(236, 100, 15, 0.07);
  color: #ec640f;
}
.label.is-warning.is-secondary {
  background-color: transparent;
  color: #ec640f;
  border-color: rgba(236, 100, 15, 0.3);
}
.label.is-warning.is-tertiary {
  background-color: transparent;
  color: #ec640f;
}
.label.is-warning .close:hover {
  background-color: #ec640f;
}

.nav-toggle {
  position: relative;
  top: 1px;
  color: #000000;
  text-decoration: none;
}
.nav-toggle:active {
  color: #000000;
}
.nav-toggle:hover {
  color: rgba(41, 49, 75, 0.5);
}

.is-container {
  display: flex;
  flex: 1;
  min-height: 100%;
}
@media only screen and (max-width: 480px) {
  .is-container {
    flex-direction: column;
  }
}

.is-container-row {
  display: flex;
  flex: 1;
  height: 100%;
}

.is-container-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.is-items-middle {
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .is-items-middle {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.is-push-right {
  margin-left: auto;
  flex: none;
}

@media only screen and (max-width: 480px) {
  .is-push-right {
    margin-left: 0;
  }
  .is-push-right-mobile {
    margin-left: auto;
  }
}
.is-center,
.is-centered {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .is-left-mobile {
    margin-left: 0;
  }
}
.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 20000;
}

.is-relative {
  position: relative;
}

.is-width-large {
  max-width: 1100px;
}

.is-width-medium {
  max-width: 820px;
}

.is-width-small {
  max-width: 420px;
}

.is-10 {
  width: 10%;
  min-width: 10%;
}

.is-20 {
  width: 20%;
  min-width: 20%;
}

.is-25 {
  width: 25%;
  min-width: 25%;
}

.is-30 {
  width: 30%;
  min-width: 30%;
}

.is-33,
.is-34 {
  width: 33.3333%;
  min-width: 33.3333%;
}

.is-35 {
  width: 35%;
  min-width: 35%;
}

.is-40 {
  width: 40%;
  min-width: 40%;
}

.is-50 {
  width: 50%;
  min-width: 50%;
}

.is-60 {
  width: 60%;
}

.is-65 {
  width: 65%;
}

.is-66,
.is-67 {
  width: 66.6666%;
  min-width: 66.6666%;
}

.is-70 {
  width: 70%;
  min-width: 70%;
}

.is-75 {
  width: 75%;
  min-width: 75%;
}

.is-80 {
  width: 80%;
  min-width: 80%;
}

.is-90 {
  width: 90%;
  min-width: 90%;
}

.is-100 {
  width: 100%;
  min-width: 100%;
}

@media only screen and (max-width: 480px) {
  .is-width-large,
.is-width-medium,
.is-width-small,
.is-10,
.is-20,
.is-25,
.is-30,
.is-33,
.is-34,
.is-35,
.is-40,
.is-50,
.is-60,
.is-65,
.is-66,
.is-67,
.is-70,
.is-75,
.is-80,
.is-90,
.is-100 {
    width: auto;
    min-width: 100%;
  }
}
.is-invisible {
  visibility: hidden;
}

.is-visible {
  visibility: visible;
}

.is-hidden {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .is-shown-mobile {
    display: none;
  }
}
@media print {
  .is-hidden-print {
    display: none;
  }
}
.is-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.is-shadow-2 {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.is-shadow-3 {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.is-border {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.is-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.is-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.is-border-radius {
  border-radius: 50em;
}

.is-scrollable {
  overflow-x: auto;
  white-space: nowrap;
}

.is-no-scroll {
  overflow: hidden;
}

.is-no-scroll-x {
  overflow-x: hidden;
}

.is-video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.is-video-container iframe, .is-video-container object, .is-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

figure .is-video-container {
  margin-bottom: 8px;
}

.close {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  font-size: 9px;
  opacity: 0.85;
  border-radius: 20px;
  cursor: pointer;
  margin-top: -3px;
  margin-bottom: -3px;
  width: 20px;
  height: 20px;
  line-height: 22px;
}
.close:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  opacity: 1;
  color: #fff;
  background-color: #000000;
}
.close.is-big {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.close.is-large {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.close.is-inverted {
  color: #fff;
}

.caret {
  display: inline-block;
}

.is-loading:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-bottom-color: #fff;
  -webkit-animation: loadingRotate 2s linear 0s infinite;
  animation: loadingRotate 2s linear 0s infinite;
}

@keyframes loadingRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay > .close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

body.modal-open {
  overflow: hidden;
}

.otgs-development-site-front-end {
  display: none;
}

.product-icon-tooltip {
  cursor: help;
  position: relative;
}
.product-icon-tooltip::after {
  background: #29314b;
  border-radius: 6px;
  bottom: calc(100% + 8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  max-width: 220px;
  opacity: 0;
  padding: 6px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  white-space: normal;
  width: max-content;
  z-index: 40;
}
.product-icon-tooltip:hover::after, .product-icon-tooltip:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.cat-bg {
  background: var(--cat-color-primary, #29314b);
  background: linear-gradient(to right, var(--cat-color-primary, #29314b) 0%, var(--cat-color-secondary, var(--cat-color-primary, #29314b)) 100%);
}

body.reduce-motion .hp-slide {
  transition: none !important;
}

html.accessibility {
  --Gradient-ICT: #29314b;
}
html.accessibility .cat-bg {
  background: var(--cat-color-primary, #29314b);
  background-image: none;
}
html.accessibility .bloc-cat-list-item-icon,
html.accessibility .bloc-cat-list-item-button,
html.accessibility .bloc-appro-category-list-title-icon {
  background: var(--cat-color-primary, #29314b);
  background-image: none;
}
html.accessibility .hp-catalog-type-choice,
html.accessibility .hp-catalog-choice-card-icon {
  background: var(--hp-cat-color-primary, #0B8942);
  background-image: none;
}
html.accessibility .bloc-appro-header::after,
html.accessibility .bloc-appro-header-switch {
  background: #29314b;
  background-image: none;
}
html.accessibility .bloc-video-homepage {
  background: #29314b;
  background-image: none;
}
html.accessibility .glossaire-modal-sidebar {
  background: #f2f6f9;
  background-image: none;
}
html.accessibility .bt-glossaire,
html.accessibility .glossaire-modal-title-icon {
  background: #635197;
  background-image: none;
}
html.accessibility .header-menu-catalog-item:has(.header-menu-catalog-toggle[aria-expanded=true])::before,
html.accessibility .header-menu-lang .wpml-ls-item:has(.wpml-ls-item-toggle[aria-expanded=true])::before {
  background: #635197 !important;
  background-image: none !important;
}
html.accessibility .bloc-appro-category-list-products.cat-bg {
  background: var(--cat-color-primary, #29314b);
  background-image: none;
}
html.accessibility .bloc-appro-category-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: #29314b;
  background-image: none;
}

.button {
  /*
  & i,
  & span {
     	position: relative;
     	top: 1px;
     	display: inline-block;
     	font-size: 16px;
     	width: 24px;

     	&.caret {
         	top: 0;
         	font-size: 110%;
         	margin-right: -12px;
     	}
  }*/
}
.button, .button:active, .button:focus {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: left;
  font-family: inherit;
  font-size: 0.9375em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  color: rgba(255, 255, 255, 0.95);
  background: #29314B;
  border-radius: 50em;
  border: 0 solid transparent;
  min-height: 2.6666666667em;
  padding: 0.5em 1.5em;
  box-shadow: none;
  cursor: pointer;
  line-height: 1.2;
}
.button i {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding: 0 10px 0 0;
  margin-left: -5px;
}
.button:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  outline: none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
  background-color: #635197;
}
.button:hover i {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  padding-right: 5px;
  margin-left: 0;
}
.button:disabled, .button.is-disabled {
  cursor: default;
  font-style: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.55;
}
.button.is-secondary {
  font-size: 0.9375em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  color: #29314B;
  background: none;
  border-radius: 50em;
  border: 3px solid #29314B;
  min-height: 2.6666666667em;
  padding: 0.5em 1.6em;
  box-shadow: none;
}
.button.is-secondary:hover {
  color: rgba(255, 255, 255, 0.95);
  background: #29314B;
  border-color: #29314B;
}
.button.is-secondary.is-loading:before {
  width: 21px;
  height: 21px;
  border-color: rgba(41, 49, 75, 0.25);
  border-bottom-color: #29314B;
}
.button.is-secondary.is-loading:hover:before {
  border-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: #fff;
}
.button.is-secondary:disabled, .button.is-secondary.is-disabled {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
  background: none;
}
.button.is-secondary:disabled:hover, .button.is-secondary.is-disabled:hover {
  background-color: none;
}
.button.is-tertiary {
  font-size: 0.9375em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  background: #635197;
  border-radius: 50em;
  border: 0 solid transparent;
  min-height: 2.6666666667em;
  padding: 0.5em 1.6em;
  box-shadow: none;
}
.button.is-tertiary i, .button.is-tertiary span {
  top: 0;
}
.button.is-tertiary i.caret, .button.is-tertiary span.caret {
  top: -1px;
  margin-left: -4px;
}
.button.is-tertiary:hover {
  color: #ffffff;
  background-color: #29314b;
  text-decoration: none;
}
.button.is-tertiary.is-loading:before {
  border-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: #ffffff;
}
.button.is-tertiary:disabled, .button.is-tertiary.is-disabled {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
.button.is-inverted {
  color: #000000;
  background-color: #fff;
}
.button.is-inverted:hover {
  opacity: 0.7;
}
.button.is-inverted:disabled:hover, .button.is-inverted.is-disabled:hover {
  opacity: 0.55;
}
.button.is-inverted.is-secondary {
  background: none;
  color: #fff;
  border-color: #fff;
}
.button.is-inverted.is-secondary:hover {
  opacity: 1;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.95);
  border-color: #fff;
}
.button.is-inverted.is-secondary:disabled:hover, .button.is-inverted.is-secondary.is-disabled:hover {
  opacity: 0.55;
  background: none;
  color: #fff;
}
.button.is-inverted.is-tertiary {
  background: none;
  color: #fff;
}
.button.is-inverted.is-tertiary:hover {
  opacity: 0.6;
}
.button.is-inverted.is-tertiary:disabled:hover, .button.is-inverted.is-tertiary.is-disabled:hover {
  opacity: 0.55;
}
.button-img:hover img {
  filter: brightness(0) invert(1);
}
.button.is-small {
  font-size: 0.875em;
  min-height: 2.2857142857em;
  padding: 0.45em 1.15em;
}
.button.is-small.is-tertiary {
  padding-left: 0;
  padding-right: 0;
}
.button.is-big {
  font-size: 1.125em;
  min-height: 2.4444444444em;
  padding: 0.45em 1.45em;
}
.button.is-big.is-tertiary {
  padding-left: 0;
  padding-right: 0;
}
.button.is-loading, .button.is-icon {
  padding-left: 1em;
  padding-right: 1em;
}
.button.is-loading.is-tertiary, .button.is-icon.is-tertiary {
  padding-left: 0;
  padding-right: 0;
}
.button:empty.is-loading:before {
  margin-right: 0;
}

.is-inset-none {
  padding: 0;
}

.is-inset-2 {
  padding: 2px;
}

.is-inset-4 {
  padding: 4px;
}

.is-inset-8 {
  padding: 8px;
}

.is-inset-12 {
  padding: 12px;
}

.is-inset-16 {
  padding: 16px;
}

.is-inset-20 {
  padding: 20px;
}

.is-inset-24 {
  padding: 24px;
}

.is-inset-28 {
  padding: 28px;
}

.is-inset-32 {
  padding: 32px;
}

.is-inset-36 {
  padding: 36px;
}

.is-inset-40 {
  padding: 40px;
}

.is-inset-44 {
  padding: 44px;
}

.is-inset-48 {
  padding: 48px;
}

.is-inset-52 {
  padding: 52px;
}

.is-inset-56 {
  padding: 56px;
}

.is-inset-60 {
  padding: 60px;
}

.is-inset-64 {
  padding: 64px;
}

.is-inset-80 {
  padding: 80px;
}

.is-inset-100 {
  padding: 100px;
}

.is-inset-120 {
  padding: 120px;
}

.is-inset-200 {
  padding: 200px;
}

.is-inset-240 {
  padding: 240px;
}

@media only screen and (max-width: 480px) {
  .inset-none-mobile {
    padding: 0;
  }
  .is-inset-2-mobile {
    padding: 2px;
  }
  .is-inset-4-mobile {
    padding: 4px;
  }
  .is-inset-8-mobile {
    padding: 8px;
  }
  .is-inset-12-mobile {
    padding: 12px;
  }
  .is-inset-16-mobile {
    padding: 16px;
  }
  .is-inset-20-mobile {
    padding: 20px;
  }
  .is-inset-24-mobile {
    padding: 24px;
  }
  .is-inset-28-mobile {
    padding: 28px;
  }
  .is-inset-32-mobile {
    padding: 32px;
  }
  .is-inset-36-mobile {
    padding: 36px;
  }
  .is-inset-40-mobile {
    padding: 40px;
  }
  .is-inset-44-mobile {
    padding: 44px;
  }
  .is-inset-48-mobile {
    padding: 48px;
  }
  .is-inset-52-mobile {
    padding: 52px;
  }
  .is-inset-56-mobile {
    padding: 56px;
  }
  .is-inset-60-mobile {
    padding: 60px;
  }
  .is-inset-64-mobile {
    padding: 64px;
  }
  .is-inset-80-mobile {
    padding: 80px;
  }
  .is-inset-100-mobile {
    padding: 100px;
  }
  .is-inset-120-mobile {
    padding: 120px;
  }
  .is-inset-200-mobile {
    padding: 200px;
  }
  .is-inset-240-mobile {
    padding: 240px;
  }
}
.is-inset-x-none {
  padding-left: 0;
  padding-right: 0;
}

.is-inset-x-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.is-inset-x-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.is-inset-x-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.is-inset-x-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.is-inset-x-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.is-inset-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.is-inset-x-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.is-inset-x-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.is-inset-x-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.is-inset-x-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.is-inset-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.is-inset-x-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.is-inset-x-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.is-inset-x-52 {
  padding-left: 52px;
  padding-right: 52px;
}

.is-inset-x-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.is-inset-x-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.is-inset-x-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.is-inset-x-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.is-inset-x-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.is-inset-x-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.is-inset-x-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.is-inset-x-240 {
  padding-left: 240px;
  padding-right: 240px;
}

@media only screen and (max-width: 480px) {
  .inset-x-none-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .is-inset-x-2-mobile {
    padding-left: 2px;
    padding-right: 2px;
  }
  .is-inset-x-4-mobile {
    padding-left: 4px;
    padding-right: 4px;
  }
  .is-inset-x-8-mobile {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-inset-x-12-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-inset-x-16-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }
  .is-inset-x-20-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
  .is-inset-x-24-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }
  .is-inset-x-28-mobile {
    padding-left: 28px;
    padding-right: 28px;
  }
  .is-inset-x-32-mobile {
    padding-left: 32px;
    padding-right: 32px;
  }
  .is-inset-x-36-mobile {
    padding-left: 36px;
    padding-right: 36px;
  }
  .is-inset-x-40-mobile {
    padding-left: 40px;
    padding-right: 40px;
  }
  .is-inset-x-44-mobile {
    padding-left: 44px;
    padding-right: 44px;
  }
  .is-inset-x-48-mobile {
    padding-left: 48px;
    padding-right: 48px;
  }
  .is-inset-x-52-mobile {
    padding-left: 52px;
    padding-right: 52px;
  }
  .is-inset-x-56-mobile {
    padding-left: 56px;
    padding-right: 56px;
  }
  .is-inset-x-60-mobile {
    padding-left: 60px;
    padding-right: 60px;
  }
  .is-inset-x-64-mobile {
    padding-left: 64px;
    padding-right: 64px;
  }
  .is-inset-x-80-mobile {
    padding-left: 80px;
    padding-right: 80px;
  }
  .is-inset-x-100-mobile {
    padding-left: 100px;
    padding-right: 100px;
  }
  .is-inset-x-120-mobile {
    padding-left: 120px;
    padding-right: 120px;
  }
  .is-inset-x-200-mobile {
    padding-left: 200px;
    padding-right: 200px;
  }
  .is-inset-x-240-mobile {
    padding-left: 240px;
    padding-right: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .inset-x-none-tablette {
    padding-left: 0;
    padding-right: 0;
  }
  .is-inset-x-2-tablette {
    padding-left: 2px;
    padding-right: 2px;
  }
  .is-inset-x-4-tablette {
    padding-left: 4px;
    padding-right: 4px;
  }
  .is-inset-x-8-tablette {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-inset-x-12-tablette {
    padding-left: 12px;
    padding-right: 12px;
  }
  .is-inset-x-16-tablette {
    padding-left: 16px;
    padding-right: 16px;
  }
  .is-inset-x-20-tablette {
    padding-left: 20px;
    padding-right: 20px;
  }
  .is-inset-x-24-tablette {
    padding-left: 24px;
    padding-right: 24px;
  }
  .is-inset-x-28-tablette {
    padding-left: 28px;
    padding-right: 28px;
  }
  .is-inset-x-32-tablette {
    padding-left: 32px;
    padding-right: 32px;
  }
  .is-inset-x-36-tablette {
    padding-left: 36px;
    padding-right: 36px;
  }
  .is-inset-x-40-tablette {
    padding-left: 40px;
    padding-right: 40px;
  }
  .is-inset-x-44-tablette {
    padding-left: 44px;
    padding-right: 44px;
  }
  .is-inset-x-48-tablette {
    padding-left: 48px;
    padding-right: 48px;
  }
  .is-inset-x-52-tablette {
    padding-left: 52px;
    padding-right: 52px;
  }
  .is-inset-x-56-tablette {
    padding-left: 56px;
    padding-right: 56px;
  }
  .is-inset-x-60-tablette {
    padding-left: 60px;
    padding-right: 60px;
  }
  .is-inset-x-64-tablette {
    padding-left: 64px;
    padding-right: 64px;
  }
  .is-inset-x-80-tablette {
    padding-left: 80px;
    padding-right: 80px;
  }
  .is-inset-x-100-tablette {
    padding-left: 100px;
    padding-right: 100px;
  }
  .is-inset-x-120-tablette {
    padding-left: 120px;
    padding-right: 120px;
  }
  .is-inset-x-200-tablette {
    padding-left: 200px;
    padding-right: 200px;
  }
  .is-inset-x-240-tablette {
    padding-left: 240px;
    padding-right: 240px;
  }
}
.is-inset-y-none {
  padding-top: 0;
  padding-bottom: 0;
}

.is-inset-y-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.is-inset-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.is-inset-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.is-inset-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.is-inset-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.is-inset-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.is-inset-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.is-inset-y-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.is-inset-y-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.is-inset-y-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.is-inset-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.is-inset-y-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.is-inset-y-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.is-inset-y-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.is-inset-y-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.is-inset-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.is-inset-y-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.is-inset-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.is-inset-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.is-inset-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.is-inset-y-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.is-inset-y-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

@media only screen and (max-width: 480px) {
  .inset-y-none-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
  .is-inset-y-2-mobile {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .is-inset-y-4-mobile {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .is-inset-y-8-mobile {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .is-inset-y-12-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .is-inset-y-16-mobile {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .is-inset-y-20-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .is-inset-y-24-mobile {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .is-inset-y-28-mobile {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .is-inset-y-32-mobile {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .is-inset-y-36-mobile {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .is-inset-y-40-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .is-inset-y-44-mobile {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .is-inset-y-48-mobile {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .is-inset-y-52-mobile {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .is-inset-y-56-mobile {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .is-inset-y-60-mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .is-inset-y-64-mobile {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .is-inset-y-80-mobile {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .is-inset-y-100-mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .is-inset-y-120-mobile {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .is-inset-y-200-mobile {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .is-inset-y-240-mobile {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .inset-y-none-tablette {
    padding-top: 0;
    padding-bottom: 0;
  }
  .is-inset-y-2-tablette {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .is-inset-y-4-tablette {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .is-inset-y-8-tablette {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .is-inset-y-12-tablette {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .is-inset-y-16-tablette {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .is-inset-y-20-tablette {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .is-inset-y-24-tablette {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .is-inset-y-28-tablette {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .is-inset-y-32-tablette {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .is-inset-y-36-tablette {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .is-inset-y-40-tablette {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .is-inset-y-44-tablette {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .is-inset-y-48-tablette {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .is-inset-y-52-tablette {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .is-inset-y-56-tablette {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .is-inset-y-60-tablette {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .is-inset-y-64-tablette {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .is-inset-y-80-tablette {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .is-inset-y-100-tablette {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .is-inset-y-120-tablette {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .is-inset-y-200-tablette {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .is-inset-y-240-tablette {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.is-inset-top-none {
  padding-top: 0;
}

.is-inset-top-2 {
  padding-top: 2px;
}

.is-inset-top-4 {
  padding-top: 4px;
}

.is-inset-top-8 {
  padding-top: 8px;
}

.is-inset-top-12 {
  padding-top: 12px;
}

.is-inset-top-16 {
  padding-top: 16px;
}

.is-inset-top-20 {
  padding-top: 20px;
}

.is-inset-top-24 {
  padding-top: 24px;
}

.is-inset-top-28 {
  padding-top: 28px;
}

.is-inset-top-32 {
  padding-top: 32px;
}

.is-inset-top-36 {
  padding-top: 36px;
}

.is-inset-top-40 {
  padding-top: 40px;
}

.is-inset-top-44 {
  padding-top: 44px;
}

.is-inset-top-48 {
  padding-top: 48px;
}

.is-inset-top-52 {
  padding-top: 52px;
}

.is-inset-top-56 {
  padding-top: 56px;
}

.is-inset-top-60 {
  padding-top: 60px;
}

.is-inset-top-64 {
  padding-top: 64px;
}

.is-inset-top-80 {
  padding-top: 80px;
}

.is-inset-top-100 {
  padding-top: 100px;
}

.is-inset-top-120 {
  padding-top: 120px;
}

.is-inset-top-200 {
  padding-top: 200px;
}

.is-inset-top-240 {
  padding-top: 240px;
}

@media only screen and (max-width: 480px) {
  .is-inset-top-none-mobile {
    padding-top: 0;
  }
  .is-inset-top-2-mobile {
    padding-top: 2px;
  }
  .is-inset-top-4-mobile {
    padding-top: 4px;
  }
  .is-inset-top-8-mobile {
    padding-top: 8px;
  }
  .is-inset-top-12-mobile {
    padding-top: 12px;
  }
  .is-inset-top-16-mobile {
    padding-top: 16px;
  }
  .is-inset-top-20-mobile {
    padding-top: 20px;
  }
  .is-inset-top-24-mobile {
    padding-top: 24px;
  }
  .is-inset-top-28-mobile {
    padding-top: 28px;
  }
  .is-inset-top-32-mobile {
    padding-top: 32px;
  }
  .is-inset-top-36-mobile {
    padding-top: 36px;
  }
  .is-inset-top-40-mobile {
    padding-top: 40px;
  }
  .is-inset-top-44-mobile {
    padding-top: 44px;
  }
  .is-inset-top-48-mobile {
    padding-top: 48px;
  }
  .is-inset-top-52-mobile {
    padding-top: 52px;
  }
  .is-inset-top-56-mobile {
    padding-top: 56px;
  }
  .is-inset-top-60-mobile {
    padding-top: 60px;
  }
  .is-inset-top-64-mobile {
    padding-top: 64px;
  }
  .is-inset-top-80-mobile {
    padding-top: 80px;
  }
  .is-inset-top-100-mobile {
    padding-top: 100px;
  }
  .is-inset-top-120-mobile {
    padding-top: 120px;
  }
  .is-inset-top-200-mobile {
    padding-top: 200px;
  }
  .is-inset-top-240-mobile {
    padding-top: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-inset-top-none-tablette {
    padding-top: 0;
  }
  .is-inset-top-2-tablette {
    padding-top: 2px;
  }
  .is-inset-top-4-tablette {
    padding-top: 4px;
  }
  .is-inset-top-8-tablette {
    padding-top: 8px;
  }
  .is-inset-top-12-tablette {
    padding-top: 12px;
  }
  .is-inset-top-16-tablette {
    padding-top: 16px;
  }
  .is-inset-top-20-tablette {
    padding-top: 20px;
  }
  .is-inset-top-24-tablette {
    padding-top: 24px;
  }
  .is-inset-top-28-tablette {
    padding-top: 28px;
  }
  .is-inset-top-32-tablette {
    padding-top: 32px;
  }
  .is-inset-top-36-tablette {
    padding-top: 36px;
  }
  .is-inset-top-40-tablette {
    padding-top: 40px;
  }
  .is-inset-top-44-tablette {
    padding-top: 44px;
  }
  .is-inset-top-48-tablette {
    padding-top: 48px;
  }
  .is-inset-top-52-tablette {
    padding-top: 52px;
  }
  .is-inset-top-56-tablette {
    padding-top: 56px;
  }
  .is-inset-top-60-tablette {
    padding-top: 60px;
  }
  .is-inset-top-64-tablette {
    padding-top: 64px;
  }
  .is-inset-top-80-tablette {
    padding-top: 80px;
  }
  .is-inset-top-100-tablette {
    padding-top: 100px;
  }
  .is-inset-top-120-tablette {
    padding-top: 120px;
  }
  .is-inset-top-200-tablette {
    padding-top: 200px;
  }
  .is-inset-top-240-tablette {
    padding-top: 240px;
  }
}
.is-inset-bottom-none {
  padding-bottom: 0;
}

.is-inset-bottom-2 {
  padding-bottom: 2px;
}

.is-inset-bottom-4 {
  padding-bottom: 4px;
}

.is-inset-bottom-8 {
  padding-bottom: 8px;
}

.is-inset-bottom-12 {
  padding-bottom: 12px;
}

.is-inset-bottom-16 {
  padding-bottom: 16px;
}

.is-inset-bottom-20 {
  padding-bottom: 20px;
}

.is-inset-bottom-24 {
  padding-bottom: 24px;
}

.is-inset-bottom-28 {
  padding-bottom: 28px;
}

.is-inset-bottom-32 {
  padding-bottom: 32px;
}

.is-inset-bottom-36 {
  padding-bottom: 36px;
}

.is-inset-bottom-40 {
  padding-bottom: 40px;
}

.is-inset-bottom-44 {
  padding-bottom: 44px;
}

.is-inset-bottom-48 {
  padding-bottom: 48px;
}

.is-inset-bottom-52 {
  padding-bottom: 52px;
}

.is-inset-bottom-56 {
  padding-bottom: 56px;
}

.is-inset-bottom-60 {
  padding-bottom: 60px;
}

.is-inset-bottom-64 {
  padding-bottom: 64px;
}

.is-inset-bottom-80 {
  padding-bottom: 80px;
}

.is-inset-bottom-100 {
  padding-bottom: 100px;
}

.is-inset-bottom-120 {
  padding-bottom: 120px;
}

.is-inset-bottom-200 {
  padding-bottom: 200px;
}

.is-inset-bottom-240 {
  padding-bottom: 240px;
}

@media only screen and (max-width: 480px) {
  .is-inset-bottom-none-mobile {
    padding-bottom: 0;
  }
  .is-inset-bottom-2-mobile {
    padding-bottom: 2px;
  }
  .is-inset-bottom-4-mobile {
    padding-bottom: 4px;
  }
  .is-inset-bottom-8-mobile {
    padding-bottom: 8px;
  }
  .is-inset-bottom-12-mobile {
    padding-bottom: 12px;
  }
  .is-inset-bottom-16-mobile {
    padding-bottom: 16px;
  }
  .is-inset-bottom-20-mobile {
    padding-bottom: 20px;
  }
  .is-inset-bottom-24-mobile {
    padding-bottom: 24px;
  }
  .is-inset-bottom-28-mobile {
    padding-bottom: 28px;
  }
  .is-inset-bottom-32-mobile {
    padding-bottom: 32px;
  }
  .is-inset-bottom-36-mobile {
    padding-bottom: 36px;
  }
  .is-inset-bottom-40-mobile {
    padding-bottom: 40px;
  }
  .is-inset-bottom-44-mobile {
    padding-bottom: 44px;
  }
  .is-inset-bottom-48-mobile {
    padding-bottom: 48px;
  }
  .is-inset-bottom-52-mobile {
    padding-bottom: 52px;
  }
  .is-inset-bottom-56-mobile {
    padding-bottom: 56px;
  }
  .is-inset-bottom-60-mobile {
    padding-bottom: 60px;
  }
  .is-inset-bottom-64-mobile {
    padding-bottom: 64px;
  }
  .is-inset-bottom-80-mobile {
    padding-bottom: 80px;
  }
  .is-inset-bottom-100-mobile {
    padding-bottom: 100px;
  }
  .is-inset-bottom-120-mobile {
    padding-bottom: 120px;
  }
  .is-inset-bottom-200-mobile {
    padding-bottom: 200px;
  }
  .is-inset-bottom-240-mobile {
    padding-bottom: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-inset-bottom-none-tablette {
    padding-bottom: 0;
  }
  .is-inset-bottom-2-tablette {
    padding-bottom: 2px;
  }
  .is-inset-bottom-4-tablette {
    padding-bottom: 4px;
  }
  .is-inset-bottom-8-tablette {
    padding-bottom: 8px;
  }
  .is-inset-bottom-12-tablette {
    padding-bottom: 12px;
  }
  .is-inset-bottom-16-tablette {
    padding-bottom: 16px;
  }
  .is-inset-bottom-20-tablette {
    padding-bottom: 20px;
  }
  .is-inset-bottom-24-tablette {
    padding-bottom: 24px;
  }
  .is-inset-bottom-28-tablette {
    padding-bottom: 28px;
  }
  .is-inset-bottom-32-tablette {
    padding-bottom: 32px;
  }
  .is-inset-bottom-36-tablette {
    padding-bottom: 36px;
  }
  .is-inset-bottom-40-tablette {
    padding-bottom: 40px;
  }
  .is-inset-bottom-44-tablette {
    padding-bottom: 44px;
  }
  .is-inset-bottom-48-tablette {
    padding-bottom: 48px;
  }
  .is-inset-bottom-52-tablette {
    padding-bottom: 52px;
  }
  .is-inset-bottom-56-tablette {
    padding-bottom: 56px;
  }
  .is-inset-bottom-60-tablette {
    padding-bottom: 60px;
  }
  .is-inset-bottom-64-tablette {
    padding-bottom: 64px;
  }
  .is-inset-bottom-80-tablette {
    padding-bottom: 80px;
  }
  .is-inset-bottom-100-tablette {
    padding-bottom: 100px;
  }
  .is-inset-bottom-120-tablette {
    padding-bottom: 120px;
  }
  .is-inset-bottom-200-tablette {
    padding-bottom: 200px;
  }
  .is-inset-bottom-240-tablette {
    padding-bottom: 240px;
  }
}
.is-inset-left-none {
  padding-left: 0;
}

.is-inset-left-2 {
  padding-left: 2px;
}

.is-inset-left-4 {
  padding-left: 4px;
}

.is-inset-left-8 {
  padding-left: 8px;
}

.is-inset-left-12 {
  padding-left: 12px;
}

.is-inset-left-16 {
  padding-left: 16px;
}

.is-inset-left-20 {
  padding-left: 20px;
}

.is-inset-left-24 {
  padding-left: 24px;
}

.is-inset-left-28 {
  padding-left: 28px;
}

.is-inset-left-32 {
  padding-left: 32px;
}

.is-inset-left-36 {
  padding-left: 36px;
}

.is-inset-left-40 {
  padding-left: 40px;
}

.is-inset-left-44 {
  padding-left: 44px;
}

.is-inset-left-48 {
  padding-left: 48px;
}

.is-inset-left-52 {
  padding-left: 52px;
}

.is-inset-left-56 {
  padding-left: 56px;
}

.is-inset-left-60 {
  padding-left: 60px;
}

.is-inset-left-64 {
  padding-left: 64px;
}

.is-inset-left-80 {
  padding-left: 80px;
}

.is-inset-left-100 {
  padding-left: 100px;
}

.is-inset-left-120 {
  padding-left: 120px;
}

.is-inset-left-200 {
  padding-left: 200px;
}

.is-inset-left-240 {
  padding-left: 240px;
}

@media only screen and (max-width: 480px) {
  .is-inset-left-none {
    padding-left: 0;
  }
  .is-inset-left-2-mobile {
    padding-left: 2px;
  }
  .is-inset-left-4-mobile {
    padding-left: 4px;
  }
  .is-inset-left-8-mobile {
    padding-left: 8px;
  }
  .is-inset-left-12-mobile {
    padding-left: 12px;
  }
  .is-inset-left-16-mobile {
    padding-left: 16px;
  }
  .is-inset-left-20-mobile {
    padding-left: 20px;
  }
  .is-inset-left-24-mobile {
    padding-left: 24px;
  }
  .is-inset-left-28-mobile {
    padding-left: 28px;
  }
  .is-inset-left-32-mobile {
    padding-left: 32px;
  }
  .is-inset-left-36-mobile {
    padding-left: 36px;
  }
  .is-inset-left-40-mobile {
    padding-left: 40px;
  }
  .is-inset-left-44-mobile {
    padding-left: 44px;
  }
  .is-inset-left-48-mobile {
    padding-left: 48px;
  }
  .is-inset-left-52-mobile {
    padding-left: 52px;
  }
  .is-inset-left-56-mobile {
    padding-left: 56px;
  }
  .is-inset-left-60-mobile {
    padding-left: 60px;
  }
  .is-inset-left-64-mobile {
    padding-left: 64px;
  }
  .is-inset-left-80-mobile {
    padding-left: 80px;
  }
  .is-inset-left-100-mobile {
    padding-left: 100px;
  }
  .is-inset-left-120-mobile {
    padding-left: 120px;
  }
  .is-inset-left-200-mobile {
    padding-left: 200px;
  }
  .is-inset-left-240-mobile {
    padding-left: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-inset-left-none {
    padding-left: 0;
  }
  .is-inset-left-2-tablette {
    padding-left: 2px;
  }
  .is-inset-left-4-tablette {
    padding-left: 4px;
  }
  .is-inset-left-8-tablette {
    padding-left: 8px;
  }
  .is-inset-left-12-tablette {
    padding-left: 12px;
  }
  .is-inset-left-16-tablette {
    padding-left: 16px;
  }
  .is-inset-left-20-tablette {
    padding-left: 20px;
  }
  .is-inset-left-24-tablette {
    padding-left: 24px;
  }
  .is-inset-left-28-tablette {
    padding-left: 28px;
  }
  .is-inset-left-32-tablette {
    padding-left: 32px;
  }
  .is-inset-left-36-tablette {
    padding-left: 36px;
  }
  .is-inset-left-40-tablette {
    padding-left: 40px;
  }
  .is-inset-left-44-tablette {
    padding-left: 44px;
  }
  .is-inset-left-48-tablette {
    padding-left: 48px;
  }
  .is-inset-left-52-tablette {
    padding-left: 52px;
  }
  .is-inset-left-56-tablette {
    padding-left: 56px;
  }
  .is-inset-left-60-tablette {
    padding-left: 60px;
  }
  .is-inset-left-64-tablette {
    padding-left: 64px;
  }
  .is-inset-left-80-tablette {
    padding-left: 80px;
  }
  .is-inset-left-100-tablette {
    padding-left: 100px;
  }
  .is-inset-left-120-tablette {
    padding-left: 120px;
  }
  .is-inset-left-200-tablette {
    padding-left: 200px;
  }
  .is-inset-left-240-tablette {
    padding-left: 240px;
  }
}
.is-inset-right-none {
  padding-right: 0;
}

.is-inset-right-2 {
  padding-right: 2px;
}

.is-inset-right-4 {
  padding-right: 4px;
}

.is-inset-right-8 {
  padding-right: 8px;
}

.is-inset-right-12 {
  padding-right: 12px;
}

.is-inset-right-16 {
  padding-right: 16px;
}

.is-inset-right-20 {
  padding-right: 20px;
}

.is-inset-right-24 {
  padding-right: 24px;
}

.is-inset-right-28 {
  padding-right: 28px;
}

.is-inset-right-32 {
  padding-right: 32px;
}

.is-inset-right-36 {
  padding-right: 36px;
}

.is-inset-right-40 {
  padding-right: 40px;
}

.is-inset-right-44 {
  padding-right: 44px;
}

.is-inset-right-48 {
  padding-right: 48px;
}

.is-inset-right-52 {
  padding-right: 52px;
}

.is-inset-right-56 {
  padding-right: 56px;
}

.is-inset-right-60 {
  padding-right: 60px;
}

.is-inset-right-64 {
  padding-right: 64px;
}

.is-inset-right-80 {
  padding-right: 80px;
}

.is-inset-right-100 {
  padding-right: 100px;
}

.is-inset-right-120 {
  padding-right: 120px;
}

.is-inset-right-200 {
  padding-right: 200px;
}

.is-inset-right-240 {
  padding-right: 240px;
}

@media only screen and (max-width: 480px) {
  .is-inset-right-none-mobile {
    padding-right: 0;
  }
  .is-inset-right-2-mobile {
    padding-right: 2px;
  }
  .is-inset-right-4-mobile {
    padding-right: 4px;
  }
  .is-inset-right-8-mobile {
    padding-right: 8px;
  }
  .is-inset-right-12-mobile {
    padding-right: 12px;
  }
  .is-inset-right-16-mobile {
    padding-right: 16px;
  }
  .is-inset-right-20-mobile {
    padding-right: 20px;
  }
  .is-inset-right-24-mobile {
    padding-right: 24px;
  }
  .is-inset-right-28-mobile {
    padding-right: 28px;
  }
  .is-inset-right-32-mobile {
    padding-right: 32px;
  }
  .is-inset-right-36-mobile {
    padding-right: 36px;
  }
  .is-inset-right-40-mobile {
    padding-right: 40px;
  }
  .is-inset-right-44-mobile {
    padding-right: 44px;
  }
  .is-inset-right-48-mobile {
    padding-right: 48px;
  }
  .is-inset-right-52-mobile {
    padding-right: 52px;
  }
  .is-inset-right-56-mobile {
    padding-right: 56px;
  }
  .is-inset-right-60-mobile {
    padding-right: 60px;
  }
  .is-inset-right-64-mobile {
    padding-right: 64px;
  }
  .is-inset-right-80-mobile {
    padding-right: 80px;
  }
  .is-inset-right-100-mobile {
    padding-right: 100px;
  }
  .is-inset-right-120-mobile {
    padding-right: 120px;
  }
  .is-inset-right-200-mobile {
    padding-right: 200px;
  }
  .is-inset-right-240-mobile {
    padding-right: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-inset-right-none-tablette {
    padding-right: 0;
  }
  .is-inset-right-2-tablette {
    padding-right: 2px;
  }
  .is-inset-right-4-tablette {
    padding-right: 4px;
  }
  .is-inset-right-8-tablette {
    padding-right: 8px;
  }
  .is-inset-right-12-tablette {
    padding-right: 12px;
  }
  .is-inset-right-16-tablette {
    padding-right: 16px;
  }
  .is-inset-right-20-tablette {
    padding-right: 20px;
  }
  .is-inset-right-24-tablette {
    padding-right: 24px;
  }
  .is-inset-right-28-tablette {
    padding-right: 28px;
  }
  .is-inset-right-32-tablette {
    padding-right: 32px;
  }
  .is-inset-right-36-tablette {
    padding-right: 36px;
  }
  .is-inset-right-40-tablette {
    padding-right: 40px;
  }
  .is-inset-right-44-tablette {
    padding-right: 44px;
  }
  .is-inset-right-48-tablette {
    padding-right: 48px;
  }
  .is-inset-right-52-tablette {
    padding-right: 52px;
  }
  .is-inset-right-56-tablette {
    padding-right: 56px;
  }
  .is-inset-right-60-tablette {
    padding-right: 60px;
  }
  .is-inset-right-64-tablette {
    padding-right: 64px;
  }
  .is-inset-right-80-tablette {
    padding-right: 80px;
  }
  .is-inset-right-100-tablette {
    padding-right: 100px;
  }
  .is-inset-right-120-tablette {
    padding-right: 120px;
  }
  .is-inset-right-200-tablette {
    padding-right: 200px;
  }
  .is-inset-right-240-tablette {
    padding-right: 240px;
  }
}
.is-outset-none {
  margin: 0;
}

.is-outset-none-important {
  margin: 0 !important;
}

.is-outset-auto {
  margin: auto;
}

.is-outset-2 {
  margin: 2px;
}

.is-outset-4 {
  margin: 4px;
}

.is-outset-8 {
  margin: 8px;
}

.is-outset-12 {
  margin: 12px;
}

.is-outset-16 {
  margin: 16px;
}

.is-outset-20 {
  margin: 20px;
}

.is-outset-24 {
  margin: 24px;
}

.is-outset-28 {
  margin: 28px;
}

.is-outset-32 {
  margin: 32px;
}

.is-outset-36 {
  margin: 36px;
}

.is-outset-40 {
  margin: 40px;
}

.is-outset-44 {
  margin: 44px;
}

.is-outset-48 {
  margin: 48px;
}

.is-outset-52 {
  margin: 52px;
}

.is-outset-56 {
  margin: 56px;
}

.is-outset-60 {
  margin: 60px;
}

.is-outset-64 {
  margin: 64px;
}

.is-outset-80 {
  margin: 80px;
}

.is-outset-100 {
  margin: 100px;
}

.is-outset-120 {
  margin: 120px;
}

.is-outset-200 {
  margin: 200px;
}

.is-outset-240 {
  margin: 240px;
}

@media only screen and (max-width: 480px) {
  .is-outset-none-mobile {
    margin: 0;
  }
  .is-outset-2-mobile {
    margin: 2px;
  }
  .is-outset-4-mobile {
    margin: 4px;
  }
  .is-outset-8-mobile {
    margin: 8px;
  }
  .is-outset-12-mobile {
    margin: 12px;
  }
  .is-outset-16-mobile {
    margin: 16px;
  }
  .is-outset-20-mobile {
    margin: 20px;
  }
  .is-outset-24-mobile {
    margin: 24px;
  }
  .is-outset-28-mobile {
    margin: 28px;
  }
  .is-outset-32-mobile {
    margin: 32px;
  }
  .is-outset-36-mobile {
    margin: 36px;
  }
  .is-outset-40-mobile {
    margin: 40px;
  }
  .is-outset-44-mobile {
    margin: 44px;
  }
  .is-outset-48-mobile {
    margin: 48px;
  }
  .is-outset-52-mobile {
    margin: 52px;
  }
  .is-outset-56-mobile {
    margin: 56px;
  }
  .is-outset-60-mobile {
    margin: 60px;
  }
  .is-outset-64-mobile {
    margin: 64px;
  }
  .is-outset-80-mobile {
    margin: 80px;
  }
  .is-outset-100-mobile {
    margin: 100px;
  }
  .is-outset-120-mobile {
    margin: 120px;
  }
  .is-outset-200-mobile {
    margin: 200px;
  }
  .is-outset-240-mobile {
    margin: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-outset-none-tablette {
    margin: 0;
  }
  .is-outset-2-tablette {
    margin: 2px;
  }
  .is-outset-4-tablette {
    margin: 4px;
  }
  .is-outset-8-tablette {
    margin: 8px;
  }
  .is-outset-12-tablette {
    margin: 12px;
  }
  .is-outset-16-tablette {
    margin: 16px;
  }
  .is-outset-20-tablette {
    margin: 20px;
  }
  .is-outset-24-tablette {
    margin: 24px;
  }
  .is-outset-28-tablette {
    margin: 28px;
  }
  .is-outset-32-tablette {
    margin: 32px;
  }
  .is-outset-36-tablette {
    margin: 36px;
  }
  .is-outset-40-tablette {
    margin: 40px;
  }
  .is-outset-44-tablette {
    margin: 44px;
  }
  .is-outset-48-tablette {
    margin: 48px;
  }
  .is-outset-52-tablette {
    margin: 52px;
  }
  .is-outset-56-tablette {
    margin: 56px;
  }
  .is-outset-60-tablette {
    margin: 60px;
  }
  .is-outset-64-tablette {
    margin: 64px;
  }
  .is-outset-80-tablette {
    margin: 80px;
  }
  .is-outset-100-tablette {
    margin: 100px;
  }
  .is-outset-120-tablette {
    margin: 120px;
  }
  .is-outset-200-tablette {
    margin: 200px;
  }
  .is-outset-240-tablette {
    margin: 240px;
  }
}
.is-outset-x-none {
  margin-left: 0;
  margin-right: 0;
}

.is-outset-x-none-important {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.is-outset-x-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.is-outset-x-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.is-outset-x-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.is-outset-x-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.is-outset-x-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.is-outset-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.is-outset-x-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.is-outset-x-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.is-outset-x-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.is-outset-x-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.is-outset-x-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.is-outset-x-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.is-outset-x-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.is-outset-x-52 {
  margin-left: 52px;
  margin-right: 52px;
}

.is-outset-x-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.is-outset-x-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.is-outset-x-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.is-outset-x-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.is-outset-x-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.is-outset-x-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.is-outset-x-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.is-outset-x-240 {
  margin-left: 240px;
  margin-right: 240px;
}

@media only screen and (max-width: 480px) {
  .is-outset-x-none-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .is-outset-x-2-mobile {
    margin-left: 2px;
    margin-right: 2px;
  }
  .is-outset-x-4-mobile {
    margin-left: 4px;
    margin-right: 4px;
  }
  .is-outset-x-8-mobile {
    margin-left: 8px;
    margin-right: 8px;
  }
  .is-outset-x-12-mobile {
    margin-left: 12px;
    margin-right: 12px;
  }
  .is-outset-x-16-mobile {
    margin-left: 16px;
    margin-right: 16px;
  }
  .is-outset-x-20-mobile {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-outset-x-24-mobile {
    margin-left: 24px;
    margin-right: 24px;
  }
  .is-outset-x-28-mobile {
    margin-left: 28px;
    margin-right: 28px;
  }
  .is-outset-x-32-mobile {
    margin-left: 32px;
    margin-right: 32px;
  }
  .is-outset-x-36-mobile {
    margin-left: 36px;
    margin-right: 36px;
  }
  .is-outset-x-40-mobile {
    margin-left: 40px;
    margin-right: 40px;
  }
  .is-outset-x-44-mobile {
    margin-left: 44px;
    margin-right: 44px;
  }
  .is-outset-x-48-mobile {
    margin-left: 48px;
    margin-right: 48px;
  }
  .is-outset-x-52-mobile {
    margin-left: 52px;
    margin-right: 52px;
  }
  .is-outset-x-56-mobile {
    margin-left: 56px;
    margin-right: 56px;
  }
  .is-outset-x-60-mobile {
    margin-left: 60px;
    margin-right: 60px;
  }
  .is-outset-x-64-mobile {
    margin-left: 64px;
    margin-right: 64px;
  }
  .is-outset-x-80-mobile {
    margin-left: 80px;
    margin-right: 80px;
  }
  .is-outset-x-100-mobile {
    margin-left: 100px;
    margin-right: 100px;
  }
  .is-outset-x-120-mobile {
    margin-left: 120px;
    margin-right: 120px;
  }
  .is-outset-x-200-mobile {
    margin-left: 200px;
    margin-right: 200px;
  }
  .is-outset-x-240-mobile {
    margin-left: 240px;
    margin-right: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-outset-x-none-tablette {
    margin-left: 0;
    margin-right: 0;
  }
  .is-outset-x-2-tablette {
    margin-left: 2px;
    margin-right: 2px;
  }
  .is-outset-x-4-tablette {
    margin-left: 4px;
    margin-right: 4px;
  }
  .is-outset-x-8-tablette {
    margin-left: 8px;
    margin-right: 8px;
  }
  .is-outset-x-12-tablette {
    margin-left: 12px;
    margin-right: 12px;
  }
  .is-outset-x-16-tablette {
    margin-left: 16px;
    margin-right: 16px;
  }
  .is-outset-x-20-tablette {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-outset-x-24-tablette {
    margin-left: 24px;
    margin-right: 24px;
  }
  .is-outset-x-28-tablette {
    margin-left: 28px;
    margin-right: 28px;
  }
  .is-outset-x-32-tablette {
    margin-left: 32px;
    margin-right: 32px;
  }
  .is-outset-x-36-tablette {
    margin-left: 36px;
    margin-right: 36px;
  }
  .is-outset-x-40-tablette {
    margin-left: 40px;
    margin-right: 40px;
  }
  .is-outset-x-44-tablette {
    margin-left: 44px;
    margin-right: 44px;
  }
  .is-outset-x-48-tablette {
    margin-left: 48px;
    margin-right: 48px;
  }
  .is-outset-x-52-tablette {
    margin-left: 52px;
    margin-right: 52px;
  }
  .is-outset-x-56-tablette {
    margin-left: 56px;
    margin-right: 56px;
  }
  .is-outset-x-60-tablette {
    margin-left: 60px;
    margin-right: 60px;
  }
  .is-outset-x-64-tablette {
    margin-left: 64px;
    margin-right: 64px;
  }
  .is-outset-x-80-tablette {
    margin-left: 80px;
    margin-right: 80px;
  }
  .is-outset-x-100-tablette {
    margin-left: 100px;
    margin-right: 100px;
  }
  .is-outset-x-120-tablette {
    margin-left: 120px;
    margin-right: 120px;
  }
  .is-outset-x-200-tablette {
    margin-left: 200px;
    margin-right: 200px;
  }
  .is-outset-x-240-tablette {
    margin-left: 240px;
    margin-right: 240px;
  }
}
.is-outset-y-none {
  margin-top: 0;
  margin-bottom: 0;
}

.is-outset-y-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.is-outset-y-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.is-outset-y-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.is-outset-y-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.is-outset-y-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.is-outset-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.is-outset-y-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.is-outset-y-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.is-outset-y-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.is-outset-y-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.is-outset-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.is-outset-y-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.is-outset-y-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.is-outset-y-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.is-outset-y-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.is-outset-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.is-outset-y-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.is-outset-y-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.is-outset-y-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.is-outset-y-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.is-outset-y-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.is-outset-y-240 {
  margin-top: 240px;
  margin-bottom: 240px;
}

@media only screen and (max-width: 480px) {
  .is-outset-y-none-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
  .is-outset-y-2-mobile {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .is-outset-y-4-mobile {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .is-outset-y-8-mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .is-outset-y-12-mobile {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .is-outset-y-16-mobile {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .is-outset-y-20-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .is-outset-y-24-mobile {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .is-outset-y-28-mobile {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .is-outset-y-32-mobile {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .is-outset-y-36-mobile {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .is-outset-y-40-mobile {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .is-outset-y-44-mobile {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .is-outset-y-48-mobile {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .is-outset-y-52-mobile {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .is-outset-y-56-mobile {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .is-outset-y-60-mobile {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .is-outset-y-64-mobile {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .is-outset-y-80-mobile {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .is-outset-y-100-mobile {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .is-outset-y-120-mobile {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .is-outset-y-200-mobile {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .is-outset-y-240-mobile {
    margin-top: 240px;
    margin-bottom: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-outset-y-none-tablette {
    margin-top: 0;
    margin-bottom: 0;
  }
  .is-outset-y-2-tablette {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .is-outset-y-4-tablette {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .is-outset-y-8-tablette {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .is-outset-y-12-tablette {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .is-outset-y-16-tablette {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .is-outset-y-20-tablette {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .is-outset-y-24-tablette {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .is-outset-y-28-tablette {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .is-outset-y-32-tablette {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .is-outset-y-36-tablette {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .is-outset-y-40-tablette {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .is-outset-y-44-tablette {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .is-outset-y-48-tablette {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .is-outset-y-52-tablette {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .is-outset-y-56-tablette {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .is-outset-y-60-tablette {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .is-outset-y-64-tablette {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .is-outset-y-80-tablette {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .is-outset-y-100-tablette {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .is-outset-y-120-tablette {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .is-outset-y-200-tablette {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .is-outset-y-240-tablette {
    margin-top: 240px;
    margin-bottom: 240px;
  }
}
.is-outset-top-none {
  margin-top: 0;
}

.is-outset-top-2 {
  margin-top: 2px;
}

.is-outset-top-4 {
  margin-top: 4px;
}

.is-outset-top-8 {
  margin-top: 8px;
}

.is-outset-top-12 {
  margin-top: 12px;
}

.is-outset-top-16 {
  margin-top: 16px;
}

.is-outset-top-20 {
  margin-top: 20px;
}

.is-outset-top-24 {
  margin-top: 24px;
}

.is-outset-top-28 {
  margin-top: 28px;
}

.is-outset-top-32 {
  margin-top: 32px;
}

.is-outset-top-36 {
  margin-top: 36px;
}

.is-outset-top-40 {
  margin-top: 40px;
}

.is-outset-top-44 {
  margin-top: 44px;
}

.is-outset-top-48 {
  margin-top: 48px;
}

.is-outset-top-52 {
  margin-top: 52px;
}

.is-outset-top-56 {
  margin-top: 56px;
}

.is-outset-top-60 {
  margin-top: 60px;
}

.is-outset-top-64 {
  margin-top: 64px;
}

.is-outset-top-80 {
  margin-top: 80px;
}

.is-outset-top-100 {
  margin-top: 100px;
}

.is-outset-top-120 {
  margin-top: 120px;
}

.is-outset-top-200 {
  margin-top: 200px;
}

.is-outset-top-240 {
  margin-top: 240px;
}

@media only screen and (max-width: 480px) {
  .is-outset-top-none-mobile {
    margin-top: 0;
  }
  .is-outset-top-2-mobile {
    margin-top: 2px;
  }
  .is-outset-top-4-mobile {
    margin-top: 4px;
  }
  .is-outset-top-8-mobile {
    margin-top: 8px;
  }
  .is-outset-top-12-mobile {
    margin-top: 12px;
  }
  .is-outset-top-16-mobile {
    margin-top: 16px;
  }
  .is-outset-top-20-mobile {
    margin-top: 20px;
  }
  .is-outset-top-24-mobile {
    margin-top: 24px;
  }
  .is-outset-top-28-mobile {
    margin-top: 28px;
  }
  .is-outset-top-32-mobile {
    margin-top: 32px;
  }
  .is-outset-top-36-mobile {
    margin-top: 36px;
  }
  .is-outset-top-40-mobile {
    margin-top: 40px;
  }
  .is-outset-top-44-mobile {
    margin-top: 44px;
  }
  .is-outset-top-48-mobile {
    margin-top: 48px;
  }
  .is-outset-top-52-mobile {
    margin-top: 52px;
  }
  .is-outset-top-56-mobile {
    margin-top: 56px;
  }
  .is-outset-top-60-mobile {
    margin-top: 60px;
  }
  .is-outset-top-64-mobile {
    margin-top: 64px;
  }
  .is-outset-top-80-mobile {
    margin-top: 80px;
  }
  .is-outset-top-100-mobile {
    margin-top: 100px;
  }
  .is-outset-top-120-mobile {
    margin-top: 120px;
  }
  .is-outset-top-200-mobile {
    margin-top: 200px;
  }
  .is-outset-top-240-mobile {
    margin-top: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-outset-top-none-tablette {
    margin-top: 0;
  }
  .is-outset-top-2-tablette {
    margin-top: 2px;
  }
  .is-outset-top-4-tablette {
    margin-top: 4px;
  }
  .is-outset-top-8-tablette {
    margin-top: 8px;
  }
  .is-outset-top-12-tablette {
    margin-top: 12px;
  }
  .is-outset-top-16-tablette {
    margin-top: 16px;
  }
  .is-outset-top-20-tablette {
    margin-top: 20px;
  }
  .is-outset-top-24-tablette {
    margin-top: 24px;
  }
  .is-outset-top-28-tablette {
    margin-top: 28px;
  }
  .is-outset-top-32-tablette {
    margin-top: 32px;
  }
  .is-outset-top-36-tablette {
    margin-top: 36px;
  }
  .is-outset-top-40-tablette {
    margin-top: 40px;
  }
  .is-outset-top-44-tablette {
    margin-top: 44px;
  }
  .is-outset-top-48-tablette {
    margin-top: 48px;
  }
  .is-outset-top-52-tablette {
    margin-top: 52px;
  }
  .is-outset-top-56-tablette {
    margin-top: 56px;
  }
  .is-outset-top-60-tablette {
    margin-top: 60px;
  }
  .is-outset-top-64-tablette {
    margin-top: 64px;
  }
  .is-outset-top-80-tablette {
    margin-top: 80px;
  }
  .is-outset-top-100-tablette {
    margin-top: 100px;
  }
  .is-outset-top-120-tablette {
    margin-top: 120px;
  }
  .is-outset-top-200-tablette {
    margin-top: 200px;
  }
  .is-outset-top-240-tablette {
    margin-top: 240px;
  }
}
.is-outset-bottom-none {
  margin-bottom: 0;
}

.is-outset-bottom-2 {
  margin-bottom: 2px;
}

.is-outset-bottom-4 {
  margin-bottom: 4px;
}

.is-outset-bottom-8 {
  margin-bottom: 8px;
}

.is-outset-bottom-12 {
  margin-bottom: 12px;
}

.is-outset-bottom-16 {
  margin-bottom: 16px;
}

.is-outset-bottom-20 {
  margin-bottom: 20px;
}

.is-outset-bottom-24 {
  margin-bottom: 24px;
}

.is-outset-bottom-28 {
  margin-bottom: 28px;
}

.is-outset-bottom-32 {
  margin-bottom: 32px;
}

.is-outset-bottom-36 {
  margin-bottom: 36px;
}

.is-outset-bottom-40 {
  margin-bottom: 40px;
}

.is-outset-bottom-44 {
  margin-bottom: 44px;
}

.is-outset-bottom-48 {
  margin-bottom: 48px;
}

.is-outset-bottom-52 {
  margin-bottom: 52px;
}

.is-outset-bottom-56 {
  margin-bottom: 56px;
}

.is-outset-bottom-60 {
  margin-bottom: 60px;
}

.is-outset-bottom-64 {
  margin-bottom: 64px;
}

.is-outset-bottom-80 {
  margin-bottom: 80px;
}

.is-outset-bottom-100 {
  margin-bottom: 100px;
}

.is-outset-bottom-120 {
  margin-bottom: 120px;
}

.is-outset-bottom-200 {
  margin-bottom: 200px;
}

.is-outset-bottom-240 {
  margin-bottom: 240px;
}

@media only screen and (max-width: 480px) {
  .is-outset-bottom-none-mobile {
    margin-bottom: 0;
  }
  .is-outset-bottom-2-mobile {
    margin-bottom: 2px;
  }
  .is-outset-bottom-4-mobile {
    margin-bottom: 4px;
  }
  .is-outset-bottom-8-mobile {
    margin-bottom: 8px;
  }
  .is-outset-bottom-12-mobile {
    margin-bottom: 12px;
  }
  .is-outset-bottom-16-mobile {
    margin-bottom: 16px;
  }
  .is-outset-bottom-20-mobile {
    margin-bottom: 20px;
  }
  .is-outset-bottom-24-mobile {
    margin-bottom: 24px;
  }
  .is-outset-bottom-28-mobile {
    margin-bottom: 28px;
  }
  .is-outset-bottom-32-mobile {
    margin-bottom: 32px;
  }
  .is-outset-bottom-36-mobile {
    margin-bottom: 36px;
  }
  .is-outset-bottom-40-mobile {
    margin-bottom: 40px;
  }
  .is-outset-bottom-44-mobile {
    margin-bottom: 44px;
  }
  .is-outset-bottom-48-mobile {
    margin-bottom: 48px;
  }
  .is-outset-bottom-52-mobile {
    margin-bottom: 52px;
  }
  .is-outset-bottom-56-mobile {
    margin-bottom: 56px;
  }
  .is-outset-bottom-60-mobile {
    margin-bottom: 60px;
  }
  .is-outset-bottom-64-mobile {
    margin-bottom: 64px;
  }
  .is-outset-bottom-80-mobile {
    margin-bottom: 80px;
  }
  .is-outset-bottom-100-mobile {
    margin-bottom: 100px;
  }
  .is-outset-bottom-120-mobile {
    margin-bottom: 120px;
  }
  .is-outset-bottom-200-mobile {
    margin-bottom: 200px;
  }
  .is-outset-bottom-240-mobile {
    margin-bottom: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-outset-bottom-none-tablette {
    margin-bottom: 0;
  }
  .is-outset-bottom-2-tablette {
    margin-bottom: 2px;
  }
  .is-outset-bottom-4-tablette {
    margin-bottom: 4px;
  }
  .is-outset-bottom-8-tablette {
    margin-bottom: 8px;
  }
  .is-outset-bottom-12-tablette {
    margin-bottom: 12px;
  }
  .is-outset-bottom-16-tablette {
    margin-bottom: 16px;
  }
  .is-outset-bottom-20-tablette {
    margin-bottom: 20px;
  }
  .is-outset-bottom-24-tablette {
    margin-bottom: 24px;
  }
  .is-outset-bottom-28-tablette {
    margin-bottom: 28px;
  }
  .is-outset-bottom-32-tablette {
    margin-bottom: 32px;
  }
  .is-outset-bottom-36-tablette {
    margin-bottom: 36px;
  }
  .is-outset-bottom-40-tablette {
    margin-bottom: 40px;
  }
  .is-outset-bottom-44-tablette {
    margin-bottom: 44px;
  }
  .is-outset-bottom-48-tablette {
    margin-bottom: 48px;
  }
  .is-outset-bottom-52-tablette {
    margin-bottom: 52px;
  }
  .is-outset-bottom-56-tablette {
    margin-bottom: 56px;
  }
  .is-outset-bottom-60-tablette {
    margin-bottom: 60px;
  }
  .is-outset-bottom-64-tablette {
    margin-bottom: 64px;
  }
  .is-outset-bottom-80-tablette {
    margin-bottom: 80px;
  }
  .is-outset-bottom-100-tablette {
    margin-bottom: 100px;
  }
  .is-outset-bottom-120-tablette {
    margin-bottom: 120px;
  }
  .is-outset-bottom-200-tablette {
    margin-bottom: 200px;
  }
  .is-outset-bottom-240-tablette {
    margin-bottom: 240px;
  }
}
.is-outset-left-none {
  margin-left: 0;
}

.is-outset-left-2 {
  margin-left: 2px;
}

.is-outset-left-4 {
  margin-left: 4px;
}

.is-outset-left-8 {
  margin-left: 8px;
}

.is-outset-left-12 {
  margin-left: 12px;
}

.is-outset-left-16 {
  margin-left: 16px;
}

.is-outset-left-20 {
  margin-left: 20px;
}

.is-outset-left-24 {
  margin-left: 24px;
}

.is-outset-left-28 {
  margin-left: 28px;
}

.is-outset-left-32 {
  margin-left: 32px;
}

.is-outset-left-36 {
  margin-left: 36px;
}

.is-outset-left-40 {
  margin-left: 40px;
}

.is-outset-left-44 {
  margin-left: 44px;
}

.is-outset-left-48 {
  margin-left: 48px;
}

.is-outset-left-52 {
  margin-left: 52px;
}

.is-outset-left-56 {
  margin-left: 56px;
}

.is-outset-left-60 {
  margin-left: 60px;
}

.is-outset-left-64 {
  margin-left: 64px;
}

.is-outset-left-80 {
  margin-left: 80px;
}

.is-outset-left-100 {
  margin-left: 100px;
}

.is-outset-left-120 {
  margin-left: 120px;
}

.is-outset-left-200 {
  margin-left: 200px;
}

.is-outset-left-240 {
  margin-left: 240px;
}

@media only screen and (max-width: 480px) {
  .is-outset-left-none {
    margin-left: 0;
  }
  .is-outset-left-2-mobile {
    margin-left: 2px;
  }
  .is-outset-left-4-mobile {
    margin-left: 4px;
  }
  .is-outset-left-8-mobile {
    margin-left: 8px;
  }
  .is-outset-left-12-mobile {
    margin-left: 12px;
  }
  .is-outset-left-16-mobile {
    margin-left: 16px;
  }
  .is-outset-left-20-mobile {
    margin-left: 20px;
  }
  .is-outset-left-24-mobile {
    margin-left: 24px;
  }
  .is-outset-left-28-mobile {
    margin-left: 28px;
  }
  .is-outset-left-32-mobile {
    margin-left: 32px;
  }
  .is-outset-left-36-mobile {
    margin-left: 36px;
  }
  .is-outset-left-40-mobile {
    margin-left: 40px;
  }
  .is-outset-left-44-mobile {
    margin-left: 44px;
  }
  .is-outset-left-48-mobile {
    margin-left: 48px;
  }
  .is-outset-left-52-mobile {
    margin-left: 52px;
  }
  .is-outset-left-56-mobile {
    margin-left: 56px;
  }
  .is-outset-left-60-mobile {
    margin-left: 60px;
  }
  .is-outset-left-64-mobile {
    margin-left: 64px;
  }
  .is-outset-left-80-mobile {
    margin-left: 80px;
  }
  .is-outset-left-100-mobile {
    margin-left: 100px;
  }
  .is-outset-left-120-mobile {
    margin-left: 120px;
  }
  .is-outset-left-200-mobile {
    margin-left: 200px;
  }
  .is-outset-left-240-mobile {
    margin-left: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-outset-left-none {
    margin-left: 0;
  }
  .is-outset-left-2-tablette {
    margin-left: 2px;
  }
  .is-outset-left-4-tablette {
    margin-left: 4px;
  }
  .is-outset-left-8-tablette {
    margin-left: 8px;
  }
  .is-outset-left-12-tablette {
    margin-left: 12px;
  }
  .is-outset-left-16-tablette {
    margin-left: 16px;
  }
  .is-outset-left-20-tablette {
    margin-left: 20px;
  }
  .is-outset-left-24-tablette {
    margin-left: 24px;
  }
  .is-outset-left-28-tablette {
    margin-left: 28px;
  }
  .is-outset-left-32-tablette {
    margin-left: 32px;
  }
  .is-outset-left-36-tablette {
    margin-left: 36px;
  }
  .is-outset-left-40-tablette {
    margin-left: 40px;
  }
  .is-outset-left-44-tablette {
    margin-left: 44px;
  }
  .is-outset-left-48-tablette {
    margin-left: 48px;
  }
  .is-outset-left-52-tablette {
    margin-left: 52px;
  }
  .is-outset-left-56-tablette {
    margin-left: 56px;
  }
  .is-outset-left-60-tablette {
    margin-left: 60px;
  }
  .is-outset-left-64-tablette {
    margin-left: 64px;
  }
  .is-outset-left-80-tablette {
    margin-left: 80px;
  }
  .is-outset-left-100-tablette {
    margin-left: 100px;
  }
  .is-outset-left-120-tablette {
    margin-left: 120px;
  }
  .is-outset-left-200-tablette {
    margin-left: 200px;
  }
  .is-outset-left-240-tablette {
    margin-left: 240px;
  }
}
.is-outset-right-none {
  margin-right: 0;
}

.is-outset-right-2 {
  margin-right: 2px;
}

.is-outset-right-4 {
  margin-right: 4px;
}

.is-outset-right-8 {
  margin-right: 8px;
}

.is-outset-right-12 {
  margin-right: 12px;
}

.is-outset-right-16 {
  margin-right: 16px;
}

.is-outset-right-20 {
  margin-right: 20px;
}

.is-outset-right-24 {
  margin-right: 24px;
}

.is-outset-right-28 {
  margin-right: 28px;
}

.is-outset-right-32 {
  margin-right: 32px;
}

.is-outset-right-36 {
  margin-right: 36px;
}

.is-outset-right-40 {
  margin-right: 40px;
}

.is-outset-right-44 {
  margin-right: 44px;
}

.is-outset-right-48 {
  margin-right: 48px;
}

.is-outset-right-52 {
  margin-right: 52px;
}

.is-outset-right-56 {
  margin-right: 56px;
}

.is-outset-right-60 {
  margin-right: 60px;
}

.is-outset-right-64 {
  margin-right: 64px;
}

.is-outset-right-80 {
  margin-right: 80px;
}

.is-outset-right-100 {
  margin-right: 100px;
}

.is-outset-right-120 {
  margin-right: 120px;
}

.is-outset-right-200 {
  margin-right: 200px;
}

.is-outset-right-240 {
  margin-right: 240px;
}

@media only screen and (max-width: 480px) {
  .is-outset-right-none-mobile {
    margin-right: 0;
  }
  .is-outset-right-2-mobile {
    margin-right: 2px;
  }
  .is-outset-right-4-mobile {
    margin-right: 4px;
  }
  .is-outset-right-8-mobile {
    margin-right: 8px;
  }
  .is-outset-right-12-mobile {
    margin-right: 12px;
  }
  .is-outset-right-16-mobile {
    margin-right: 16px;
  }
  .is-outset-right-20-mobile {
    margin-right: 20px;
  }
  .is-outset-right-24-mobile {
    margin-right: 24px;
  }
  .is-outset-right-28-mobile {
    margin-right: 28px;
  }
  .is-outset-right-32-mobile {
    margin-right: 32px;
  }
  .is-outset-right-36-mobile {
    margin-right: 36px;
  }
  .is-outset-right-40-mobile {
    margin-right: 40px;
  }
  .is-outset-right-44-mobile {
    margin-right: 44px;
  }
  .is-outset-right-48-mobile {
    margin-right: 48px;
  }
  .is-outset-right-52-mobile {
    margin-right: 52px;
  }
  .is-outset-right-56-mobile {
    margin-right: 56px;
  }
  .is-outset-right-60-mobile {
    margin-right: 60px;
  }
  .is-outset-right-64-mobile {
    margin-right: 64px;
  }
  .is-outset-right-80-mobile {
    margin-right: 80px;
  }
  .is-outset-right-100-mobile {
    margin-right: 100px;
  }
  .is-outset-right-120-mobile {
    margin-right: 120px;
  }
  .is-outset-right-200-mobile {
    margin-right: 200px;
  }
  .is-outset-right-240-mobile {
    margin-right: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-outset-right-none-tablette {
    margin-right: 0;
  }
  .is-outset-right-2-tablette {
    margin-right: 2px;
  }
  .is-outset-right-4-tablette {
    margin-right: 4px;
  }
  .is-outset-right-8-tablette {
    margin-right: 8px;
  }
  .is-outset-right-12-tablette {
    margin-right: 12px;
  }
  .is-outset-right-16-tablette {
    margin-right: 16px;
  }
  .is-outset-right-20-tablette {
    margin-right: 20px;
  }
  .is-outset-right-24-tablette {
    margin-right: 24px;
  }
  .is-outset-right-28-tablette {
    margin-right: 28px;
  }
  .is-outset-right-32-tablette {
    margin-right: 32px;
  }
  .is-outset-right-36-tablette {
    margin-right: 36px;
  }
  .is-outset-right-40-tablette {
    margin-right: 40px;
  }
  .is-outset-right-44-tablette {
    margin-right: 44px;
  }
  .is-outset-right-48-tablette {
    margin-right: 48px;
  }
  .is-outset-right-52-tablette {
    margin-right: 52px;
  }
  .is-outset-right-56-tablette {
    margin-right: 56px;
  }
  .is-outset-right-60-tablette {
    margin-right: 60px;
  }
  .is-outset-right-64-tablette {
    margin-right: 64px;
  }
  .is-outset-right-80-tablette {
    margin-right: 80px;
  }
  .is-outset-right-100-tablette {
    margin-right: 100px;
  }
  .is-outset-right-120-tablette {
    margin-right: 120px;
  }
  .is-outset-right-200-tablette {
    margin-right: 200px;
  }
  .is-outset-right-240-tablette {
    margin-right: 240px;
  }
}
.is-stack-none,
.is-col-stack-none .is-col {
  margin-bottom: 0;
}

.is-stack-2,
.is-col-stack-2 .is-col {
  margin-bottom: 2px;
}

.is-stack-4,
.is-col-stack-4 .is-col {
  margin-bottom: 4px;
}

.is-stack-8,
.is-col-stack-8 .is-col {
  margin-bottom: 8px;
}

.is-stack-12,
.is-col-stack-12 .is-col {
  margin-bottom: 12px;
}

.is-stack-16,
.is-col-stack-16 .is-col {
  margin-bottom: 16px;
}

.is-stack-20,
.is-col-stack-20 .is-col {
  margin-bottom: 20px;
}

.is-stack-24,
.is-col-stack-24 .is-col {
  margin-bottom: 24px;
}

.is-stack-28,
.is-col-stack-28 .is-col {
  margin-bottom: 28px;
}

.is-stack-32,
.is-col-stack-32 .is-col {
  margin-bottom: 32px;
}

.is-stack-36,
.is-col-stack-36 .is-col {
  margin-bottom: 36px;
}

.is-stack-40,
.is-col-stack-40 .is-col {
  margin-bottom: 40px;
}

.is-stack-44,
.is-col-stack-44 .is-col {
  margin-bottom: 44px;
}

.is-stack-48,
.is-col-stack-48 .is-col {
  margin-bottom: 48px;
}

.is-stack-52,
.is-col-stack-52 .is-col {
  margin-bottom: 52px;
}

.is-stack-56,
.is-col-stack-56 .is-col {
  margin-bottom: 56px;
}

.is-stack-60,
.is-col-stack-60 .is-col {
  margin-bottom: 60px;
}

.is-stack-64,
.is-col-stack-64 .is-col {
  margin-bottom: 64px;
}

.is-stack-80,
.is-col-stack-80 .is-col {
  margin-bottom: 80px;
}

.is-stack-100,
.is-col-stack-100 .is-col {
  margin-bottom: 100px;
}

.is-stack-120,
.is-col-stack-120 .is-col {
  margin-bottom: 120px;
}

.is-stack-200,
.is-col-stack-200 .is-col {
  margin-bottom: 200px;
}

.is-stack-240,
.is-col-stack-240 .is-col {
  margin-bottom: 240px;
}

@media only screen and (max-width: 480px) {
  .is-stack-none-mobile,
.is-col-stack-none-mobile .is-col {
    margin-bottom: 0;
  }
  .is-stack-2-mobile,
.is-col-stack-2-mobile .is-col {
    margin-bottom: 2px;
  }
  .is-stack-4-mobile,
.is-col-stack-4-mobile .is-col {
    margin-bottom: 4px;
  }
  .is-stack-8-mobile,
.is-col-stack-8-mobile .is-col {
    margin-bottom: 8px;
  }
  .is-stack-12-mobile,
.is-col-stack-12-mobile .is-col {
    margin-bottom: 12px;
  }
  .is-stack-16-mobile,
.is-col-stack-16-mobile .is-col {
    margin-bottom: 16px;
  }
  .is-stack-20-mobile,
.is-col-stack-20-mobile .is-col {
    margin-bottom: 20px;
  }
  .is-stack-24-mobile,
.is-col-stack-24-mobile .is-col {
    margin-bottom: 24px;
  }
  .is-stack-28-mobile,
.is-col-stack-28-mobile .is-col {
    margin-bottom: 28px;
  }
  .is-stack-32-mobile,
.is-col-stack-32-mobile .is-col {
    margin-bottom: 32px;
  }
  .is-stack-36-mobile,
.is-col-stack-36-mobile .is-col {
    margin-bottom: 36px;
  }
  .is-stack-40-mobile,
.is-col-stack-40-mobile .is-col {
    margin-bottom: 40px;
  }
  .is-stack-44-mobile,
.is-col-stack-44-mobile .is-col {
    margin-bottom: 44px;
  }
  .is-stack-48-mobile,
.is-col-stack-48-mobile .is-col {
    margin-bottom: 48px;
  }
  .is-stack-52-mobile,
.is-col-stack-52-mobile .is-col {
    margin-bottom: 52px;
  }
  .is-stack-56-mobile,
.is-col-stack-56-mobile .is-col {
    margin-bottom: 56px;
  }
  .is-stack-60-mobile,
.is-col-stack-60-mobile .is-col {
    margin-bottom: 60px;
  }
  .is-stack-64-mobile,
.is-col-stack-64-mobile .is-col {
    margin-bottom: 64px;
  }
  .is-stack-80-mobile,
.is-col-stack-80-mobile .is-col {
    margin-bottom: 80px;
  }
  .is-stack-100-mobile,
.is-col-stack-100-mobile .is-col {
    margin-bottom: 100px;
  }
  .is-stack-120-mobile,
.is-col-stack-120-mobile .is-col {
    margin-bottom: 120px;
  }
  .is-stack-200-mobile,
.is-col-stack-200-mobile .is-col {
    margin-bottom: 200px;
  }
  .is-stack-240-mobile,
.is-col-stack-240-mobile .is-col {
    margin-bottom: 240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
  .is-stack-none-tablette,
.is-col-stack-none-tablette .is-col {
    margin-bottom: 0;
  }
  .is-stack-2-tablette,
.is-col-stack-2-tablette .is-col {
    margin-bottom: 2px;
  }
  .is-stack-4-tablette,
.is-col-stack-4-tablette .is-col {
    margin-bottom: 4px;
  }
  .is-stack-8-tablette,
.is-col-stack-8-tablette .is-col {
    margin-bottom: 8px;
  }
  .is-stack-12-tablette,
.is-col-stack-12-tablette .is-col {
    margin-bottom: 12px;
  }
  .is-stack-16-tablette,
.is-col-stack-16-tablette .is-col {
    margin-bottom: 16px;
  }
  .is-stack-20-tablette,
.is-col-stack-20-tablette .is-col {
    margin-bottom: 20px;
  }
  .is-stack-24-tablette,
.is-col-stack-24-tablette .is-col {
    margin-bottom: 24px;
  }
  .is-stack-28-tablette,
.is-col-stack-28-tablette .is-col {
    margin-bottom: 28px;
  }
  .is-stack-32-tablette,
.is-col-stack-32-tablette .is-col {
    margin-bottom: 32px;
  }
  .is-stack-36-tablette,
.is-col-stack-36-tablette .is-col {
    margin-bottom: 36px;
  }
  .is-stack-40-tablette,
.is-col-stack-40-tablette .is-col {
    margin-bottom: 40px;
  }
  .is-stack-44-tablette,
.is-col-stack-44-tablette .is-col {
    margin-bottom: 44px;
  }
  .is-stack-48-tablette,
.is-col-stack-48-tablette .is-col {
    margin-bottom: 48px;
  }
  .is-stack-52-tablette,
.is-col-stack-52-tablette .is-col {
    margin-bottom: 52px;
  }
  .is-stack-56-tablette,
.is-col-stack-56-tablette .is-col {
    margin-bottom: 56px;
  }
  .is-stack-60-tablette,
.is-col-stack-60-tablette .is-col {
    margin-bottom: 60px;
  }
  .is-stack-64-tablette,
.is-col-stack-64-tablette .is-col {
    margin-bottom: 64px;
  }
  .is-stack-80-tablette,
.is-col-stack-80-tablette .is-col {
    margin-bottom: 80px;
  }
  .is-stack-100-tablette,
.is-col-stack-100-tablette .is-col {
    margin-bottom: 100px;
  }
  .is-stack-120-tablette,
.is-col-stack-120-tablette .is-col {
    margin-bottom: 120px;
  }
  .is-stack-200-tablette,
.is-col-stack-200-tablette .is-col {
    margin-bottom: 200px;
  }
  .is-stack-240-tablette,
.is-col-stack-240-tablette .is-col {
    margin-bottom: 240px;
  }
}
table {
  font-size: 0.9375em;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  margin-bottom: 20px;
}

table caption {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  margin-bottom: 2px;
}

th {
  font-weight: 700;
  color: inherit;
  text-align: left;
  vertical-align: bottom;
}

td {
  color: inherit;
  vertical-align: top;
}

tbody.is-middle td,
tr.is-middle td,
td.is-middle {
  vertical-align: middle;
}

th,
td {
  padding: 16px 16px;
  border-bottom: 1px solid #eee;
}
th::before, th::after,
td::before,
td::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
th::before,
td::before {
  margin-top: calc((0.75 - 1.5) * 0.49em);
}
th::after,
td::after {
  margin-bottom: calc((0.75 - 1.5) * 0.49em);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

tbody th,
tbody td {
  border-width: 1px;
  border-color: #eee;
}

tfoot th,
tfoot td {
  color: rgba(0, 0, 0, 0.5);
}

table.is-border td, table.is-border th,
table.is-bordered td,
table.is-bordered th {
  border: 1px solid #eee;
}
table.is-border tbody th, table.is-border tbody td,
table.is-bordered tbody th,
table.is-bordered tbody td {
  border-bottom-width: 1px;
  border-bottom-color: #eee;
}

table.is-striped tr:nth-child(odd) td {
  background-color: #fafafa;
}

table.is-border td:first-child, table.is-border th:first-child,
table.is-bordered td:first-child,
table.is-bordered th:first-child,
table.is-striped td:first-child,
table.is-striped th:first-child {
  padding-left: 16px;
}
table.is-border td:last-child, table.is-border th:last-child,
table.is-bordered td:last-child,
table.is-bordered th:last-child,
table.is-striped td:last-child,
table.is-striped th:last-child {
  padding-right: 16px;
}

@media screen and (min-width: 320px) {
  table.is-responsive th {
    display: none;
  }
  table.is-responsive tr, table.is-responsive td {
    display: block;
  }
  table.is-responsive tr:nth-child(odd) {
    background-color: #fafafa;
  }
  table.is-responsive td {
    padding: 16px;
    text-align: right;
  }
  table.is-responsive td:before {
    margin-top: 2px;
    content: attr(data-label);
    float: left;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
  }
}
.is-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 16px;
}
.is-table-container table {
  margin-bottom: 0;
}

::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 16px;
}

legend {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  vertical-align: middle;
  font-size: 0.9375em;
  font-weight: normal;
  height: 2.6666666667em;
  background-color: #fff;
  box-shadow: none;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.8);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 5px;
  position: relative;
}
input.input-with-icon,
textarea.input-with-icon,
select.input-with-icon {
  width: calc(100% - 20px);
  display: inline-flex;
}

.input-search:before {
  speak: never;
  font-style: normal;
  content: "\e088";
}

textarea {
  padding: 8px;
  resize: vertical;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4)" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
}

select[multiple] {
  background-image: none;
  height: auto;
  padding: 8px;
}

input:hover,
textarea:hover,
select:hover {
  outline: none;
  color: inherit;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
input:focus,
textarea:focus,
select:focus {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  outline: none;
  color: inherit;
  background-color: #fff;
  border: 1px solid rgba(99, 81, 151, 0.5);
  box-shadow: 0 0 3px rgba(99, 81, 151, 0.5) inset;
}
input.is-error,
textarea.is-error,
select.is-error {
  background-color: rgba(221, 36, 39, 0.05);
  border: 1px solid rgba(221, 36, 39, 0.5);
  box-shadow: none inset;
}
input.is-error:focus,
textarea.is-error:focus,
select.is-error:focus {
  border-color: rgba(221, 36, 39, 0.75);
  box-shadow: 0 0 3px rgba(221, 36, 39, 0.5) inset;
}
input.is-success,
textarea.is-success,
select.is-success {
  background-color: rgba(35, 180, 86, 0.05);
  border: 1px solid rgba(35, 180, 86, 0.5);
  box-shadow: none inset;
}
input.is-success:focus,
textarea.is-success:focus,
select.is-success:focus {
  border-color: rgba(35, 180, 86, 0.75);
  box-shadow: 0 0 3px rgba(35, 180, 86, 0.5) inset;
}
input.is-warning,
textarea.is-warning,
select.is-warning {
  background-color: rgba(236, 100, 15, 0.05);
  border: 1px solid rgba(236, 100, 15, 0.5);
  box-shadow: none inset;
}
input.is-warning:focus,
textarea.is-warning:focus,
select.is-warning:focus {
  border-color: rgba(236, 100, 15, 0.75);
  box-shadow: 0 0 3px rgba(236, 100, 15, 0.5) inset;
}
input:disabled, input:disabled:hover, input.is-disabled, input.is-disabled:hover,
textarea:disabled,
textarea:disabled:hover,
textarea.is-disabled,
textarea.is-disabled:hover,
select:disabled,
select:disabled:hover,
select.is-disabled,
select.is-disabled:hover {
  resize: none;
  opacity: 0.7;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  background-color: #fff;
}

input[type=radio].is-error,
input[type=checkbox].is-error {
  outline: 2px solid rgba(221, 36, 39, 0.5);
}
input[type=radio].is-success,
input[type=checkbox].is-success {
  outline: 2px solid rgba(35, 180, 86, 0.5);
}

input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #29314b;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border: 0 solid #29314b;
  min-height: 2.6666666667em;
  padding: 0.5em 1.6em 0.5em 1em;
  box-shadow: none;
  cursor: pointer;
}
input[type=submit]:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #050609;
}

input[type=file] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}

input[type=search],
input.is-search {
  background-repeat: no-repeat;
  background-position: 8px 51%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgb(0, 0, 0)" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
}

label {
  display: block;
  font-size: 0.9375em;
  font-weight: normal;
  text-transform: none;
  color: #000000;
  margin-bottom: 4px;
}
label.is-checkbox, label .is-desc, label .is-success, label .is-warning, label .is-error {
  text-transform: none;
  font-weight: normal;
}
label.is-checkbox {
  font-size: 1em;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
label.is-checkbox.is-small {
  font-size: 0.875em;
}
label.is-checkbox.is-big {
  font-size: 1.125em;
}
label.is-checkbox.is-large {
  font-size: 1.3125em;
}

form {
  margin-bottom: 16px;
}
form span.is-success, form div.is-success {
  font-size: 0.75em;
  color: #23b456;
}
form span.is-error, form div.is-error {
  font-size: 0.75em;
  color: #dd2427;
}
form span.is-warning, form div.is-warning {
  font-size: 0.75em;
  color: #ec640f;
}
form span.is-success, form span.is-error, form span.is-warning {
  margin-left: 2px;
}
form .is-desc {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
}
form span.is-desc {
  margin-left: 4px;
}
form div.is-desc {
  margin-top: 4px;
  margin-bottom: -4px;
}
form .is-req {
  position: relative;
  top: 1px;
  font-size: 1rem;
  font-weight: bold;
  color: #dd2427;
}

.form-item {
  margin-bottom: 16px;
  display: flex;
}
@media screen and (min-width: 320px) {
  .form-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .form-item {
    flex-direction: row;
  }
}

fieldset > .form-item:last-child {
  margin-bottom: 0;
}

.form-checkboxes label.is-checkbox {
  display: inline-block;
  margin-right: 16px;
}

.form-item.is-inline,
.form-item.is-inline-offset {
  padding-left: 150px;
}

.form-item.is-inline label:not(.is-checkbox) {
  float: left;
  margin-left: -150px;
}

.form-item.is-bar input, .form-item.is-bar textarea, .form-item.is-bar select {
  display: inline-block;
  width: auto;
}

.form-item.is-buttons {
  display: flex;
}
.form-item.is-buttons button, .form-item.is-buttons .button {
  margin-right: 8px;
}
.form-item.is-buttons button + .button.is-tertiary {
  margin-left: 8px;
}
.form-item.is-buttons button.is-push-right, .form-item.is-buttons .button.is-tertiary.is-push-right, .form-item.is-buttons .button.is-push-right {
  margin-left: auto;
  margin-right: 0;
}

.is-append,
.is-prepend {
  display: flex;
}
.is-append input,
.is-prepend input {
  flex: 1;
}
.is-append .button, .is-append span, .is-append a,
.is-prepend .button,
.is-prepend span,
.is-prepend a {
  flex-shrink: 0;
}
.is-append span, .is-append a,
.is-prepend span,
.is-prepend a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  white-space: nowrap;
}
.is-append span,
.is-prepend span {
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
}
.is-append a,
.is-prepend a {
  font-size: 0.875em;
  color: #29314b;
  text-decoration: none;
}
.is-append a:hover,
.is-prepend a:hover {
  text-decoration: underline;
}
.is-append a.icon, .is-append a[class^=icon-kube-], .is-append a[class*=" icon-kube-"],
.is-prepend a.icon,
.is-prepend a[class^=icon-kube-],
.is-prepend a[class*=" icon-kube-"] {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}
.is-append a.icon:hover, .is-append a[class^=icon-kube-]:hover, .is-append a[class*=" icon-kube-"]:hover,
.is-prepend a.icon:hover,
.is-prepend a[class^=icon-kube-]:hover,
.is-prepend a[class*=" icon-kube-"]:hover {
  color: #000000;
  text-decoration: none;
}

.is-prepend input {
  border-radius: 0 50em 50em 0;
}
.is-prepend .button {
  margin-right: -1px;
  border-radius: 50em 0 0 50em !important;
}
.is-prepend span, .is-prepend a {
  border-right: none;
  border-radius: 50em 0 0 50em;
}

.is-append input {
  border-radius: 50em 0 0 50em;
}
.is-append .button {
  margin-left: -1px;
  border-radius: 0 50em 50em 0 !important;
}
.is-append span, .is-append a {
  border-left: none;
  border-radius: 0 50em 50em 0;
}

#gdpr-legal {
  color: #ffffff;
  font-size: 0.75em;
}

.checkbox-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.checkbox-wrapper input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.checkbox-wrapper .label {
  background-color: transparent;
  color: #ffffff;
  padding-left: 0;
  cursor: pointer;
}
.checkbox-wrapper .label svg {
  vertical-align: middle;
}
.checkbox-wrapper .check {
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
}
.checkbox-wrapper .check:checked + label svg g path {
  stroke-dashoffset: 0;
  opacity: 1;
}
.checkbox-wrapper .path1 {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: 1s stroke-dashoffset;
  opacity: 0;
}
.checkbox-wrapper *,
.checkbox-wrapper .checkbox-wrapper ::after,
.checkbox-wrapper .checkbox-wrapper ::before {
  box-sizing: border-box;
  user-select: none;
}

.contact-formulaire {
  margin-bottom: 0px;
}
.contact-formulaire-section {
  display: flex;
  padding: 5px 0;
  margin-bottom: 16px;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media only screen and (max-width: 480px) {
  .contact-formulaire-section {
    flex-wrap: wrap;
  }
}
.contact-formulaire-section .contact-formulaire-textarea {
  width: 100% !important;
}
.contact-formulaire-section > * {
  width: 100%;
}
.contact-formulaire-section .wpcf7-acceptance {
  display: flex;
  position: relative;
  width: 100%;
}
.contact-formulaire-section .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-formulaire-section .wpcf7-acceptance .contact-rgpd, .contact-formulaire-section .wpcf7-acceptance .contact-participate {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-formulaire-section .wpcf7-acceptance .contact-rgpd:focus + .wpcf7-list-item-label:before, .contact-formulaire-section .wpcf7-acceptance .contact-participate:focus + .wpcf7-list-item-label:before {
  cursor: pointer;
  outline: #4479fb solid 0.1rem;
}
.contact-formulaire-section .wpcf7-acceptance .contact-rgpd + .wpcf7-list-item-label, .contact-formulaire-section .wpcf7-acceptance .contact-participate + .wpcf7-list-item-label {
  display: flex;
  color: #334144;
  line-height: 1.4em;
  font-size: 14px;
}
.contact-formulaire-section .wpcf7-acceptance .contact-rgpd + .wpcf7-list-item-label:before, .contact-formulaire-section .wpcf7-acceptance .contact-participate + .wpcf7-list-item-label:before {
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #334144;
  background-color: #ffffff;
  margin-right: 5px;
  margin-top: 2px;
  transition: all linear 0.2s;
  border-radius: 0.7rem;
  aspect-ratio: 1/1;
}
.contact-formulaire-section .wpcf7-acceptance .contact-rgpd + .wpcf7-list-item-label a, .contact-formulaire-section .wpcf7-acceptance .contact-participate + .wpcf7-list-item-label a {
  display: contents;
}
.contact-formulaire-section .wpcf7-acceptance .contact-rgpd:checked + .wpcf7-list-item-label:before, .contact-formulaire-section .wpcf7-acceptance .contact-participate:checked + .wpcf7-list-item-label:before {
  background-color: #29314b;
}
.contact-formulaire-send p {
  display: none;
}
.contact-formulaire .wpcf7-response-output {
  margin-top: 0;
}
.contact-formulaire form.invalid .wpcf7-response-output {
  border-color: #ffb900;
  padding: 40px 20px;
  border-radius: 5em;
  text-align: center;
  background-color: #ffb900;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 60px;
}
.contact-formulaire form.sent .wpcf7-response-output {
  border-color: #46b450;
  padding: 40px 20px;
  border-radius: 0;
  text-align: center;
  background-color: transparent !important;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 60px;
  color: #000;
}
.contact-formulaire .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
}
.contact-formulaire .wpcf7-not-valid-tip {
  color: #C1361C;
  line-height: 1.4em;
  font-size: 14px;
  position: absolute;
  bottom: -20px;
}
.contact-formulaire .wpcf7-not-valid-tip:before {
  content: "\e904";
  font-family: "bcircular" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  color: #C1361C;
  margin-left: 0.5rem;
}
.contact-formulaire input, .contact-formulaire textarea, .contact-formulaire select {
  color: #29314b;
  display: flex;
  min-width: 0;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4rem;
  padding: 0.6rem 1.5rem;
  height: auto;
  margin: 0;
  transition: width 0.3s ease;
  font-size: 1em;
  font-weight: 200;
  max-width: 100%;
}
.contact-formulaire input::-moz-placeholder, .contact-formulaire textarea::-moz-placeholder, .contact-formulaire select::-moz-placeholder {
  color: #8492a6;
  opacity: 1;
}
.contact-formulaire input::placeholder, .contact-formulaire textarea::placeholder, .contact-formulaire select::placeholder {
  color: #8492a6;
  opacity: 1;
}
.contact-formulaire input.custom-select:not(.selected-except-placeholder), .contact-formulaire textarea.custom-select:not(.selected-except-placeholder), .contact-formulaire select.custom-select:not(.selected-except-placeholder) {
  color: #8492a6;
  opacity: 1;
}
.contact-formulaire input:focus, .contact-formulaire textarea:focus, .contact-formulaire select:focus {
  background-color: #ffffff;
}
.contact-formulaire input:focus-visible, .contact-formulaire input:focus, .contact-formulaire textarea:focus-visible, .contact-formulaire textarea:focus, .contact-formulaire select:focus-visible, .contact-formulaire select:focus {
  border-color: #29314b !important;
  outline-color: #29314b !important;
}
.contact-formulaire input:invalid, .contact-formulaire textarea:invalid, .contact-formulaire select:invalid {
  border-color: #C1361C;
}
.contact-formulaire input:invalid:focus, .contact-formulaire textarea:invalid:focus, .contact-formulaire select:invalid:focus {
  box-shadow: none;
}
.contact-formulaire input[type=submit], .contact-formulaire textarea[type=submit], .contact-formulaire select[type=submit] {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  width: auto;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  font-size: 0.9375em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  background-color: #635197;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FscXVlXzEiIGRhdGEtbmFtZT0iQ2FscXVlIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBkPSJNMTYuMjEsOS4yM2wtNS40MS01LjQtMS40MSwxLjQyLDMuNzQsMy43M0gzLjV2Mmg5LjU1bC0zLjc5LDMuNzksMS40MSwxLjQxLDUuNTQtNS41NGMuMTktLjE5LjI5LS40NC4yOS0uNzFzLS4xMS0uNTItLjI5LS43MVoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+");
  background-size: 1rem;
  background-position: 15px center;
  background-repeat: no-repeat;
  border-radius: 50em;
  border: 0 solid transparent;
  min-height: 2.6666666667em;
  padding: 0.5em 1.5em 0.5em 2.5em;
  box-shadow: none;
  cursor: pointer;
  line-height: 1.2;
}
.contact-formulaire input[type=submit] a, .contact-formulaire textarea[type=submit] a, .contact-formulaire select[type=submit] a {
  color: #635197;
}
.contact-formulaire input[type=submit]:disabled, .contact-formulaire textarea[type=submit]:disabled, .contact-formulaire select[type=submit]:disabled {
  opacity: 0.75;
  background-color: #ddd;
  border-color: #ddd;
  color: #ffffff;
  cursor: default;
}
.contact-formulaire input[type=submit]:disabled:hover, .contact-formulaire textarea[type=submit]:disabled:hover, .contact-formulaire select[type=submit]:disabled:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #999;
}
.contact-formulaire input[type=submit]:hover, .contact-formulaire input[type=submit]:focus, .contact-formulaire textarea[type=submit]:hover, .contact-formulaire textarea[type=submit]:focus, .contact-formulaire select[type=submit]:hover, .contact-formulaire select[type=submit]:focus {
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  background-position: 18px center;
  background-color: #29314b;
  color: #ffffff;
}
.contact-formulaire select {
  background-image: none;
}
.contact-formulaire textarea {
  min-height: 250px;
  border-radius: 24px;
}
.contact-formulaire #type-entreprise, .contact-formulaire #type-commune {
  display: none;
}
.contact-formulaire #type-entreprise.type-actif, .contact-formulaire #type-commune.type-actif {
  display: contents;
}
.contact-formulaire-wrapper {
  position: relative;
  width: 100% !important;
  margin: -4px 4px 0 4px;
}
@media screen and (min-width: 768px) {
  .contact-formulaire-wrapper {
    width: 50% !important;
  }
}
.contact-formulaire-wrapper.full {
  width: 100% !important;
}

.wpcf7-not-valid-tip {
  color: #29314b;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}

.class-requier {
  font-size: 14px;
  margin-bottom: 16px;
}

.class-form-error {
  border: 1px solid #29314b;
  font-size: 16px;
  padding: 1em 2em;
  width: auto;
  display: inline-block;
  border-radius: 0.5em;
  margin-bottom: 1em;
  list-style: none;
  margin-left: 0;
}
.class-form-error a {
  text-decoration: none;
}
.class-form-error a u {
  font-weight: bold;
  text-decoration: underline;
}

.codedropz-upload-wrapper {
  width: 100%;
}

.codedropz-upload-inner h3 {
  font-size: 1em;
}

.placeholder2:before {
  content: "› ";
}

.pagination {
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination a, .pagination span {
  float: left;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right-color: transparent;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
}
.pagination a:first-child, .pagination span:first-child {
  border-top-left-radius: 50em;
  border-bottom-left-radius: 50em;
}
.pagination a:last-child, .pagination span:last-child {
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-right-radius: 50em;
  border-bottom-right-radius: 50em;
}
.pagination .is-prev:before, .pagination .is-next:after {
  position: relative;
  top: 1px;
  font-size: 125%;
  line-height: 1;
}
.pagination .is-prev:before {
  font-family: "bcircular" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  content: "\e903";
  margin-right: 8px;
}
.pagination .is-next:after {
  font-family: "bcircular" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  content: "\e902";
  margin-left: 8px;
}
.pagination .is-prev:empty:before {
  margin-right: 0;
}
.pagination .is-next:empty:after {
  margin-left: 0;
}
.pagination a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #29314b;
  color: #ffffff;
}
.pagination .is-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3) !important;
}
.pagination .is-disabled span {
  color: rgba(0, 0, 0, 0.3) !important;
}
.pagination .is-current, .pagination .is-active {
  background-color: #29314b;
  color: #ffffff;
  border-radius: 50em;
}
.pagination .is-current span, .pagination .is-active span {
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .pager.is-stacked a {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .pager.is-stacked a:last-child {
    margin-bottom: 0;
  }
  .pager.is-stacked a.is-next {
    text-align: left;
  }
}
.reveal-loaded .reveal {
  opacity: 0;
}
.reveal-loaded .reveal.up {
  transform: translateY(30px);
}
.reveal-loaded .reveal.left {
  transform: translateX(30px);
}
.reveal-loaded .reveal.right {
  transform: translateX(-30px);
}
.reveal-loaded .reveal-visible {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.reveal-loaded .reveal-visible.up, .reveal-loaded .reveal-visible.left, .reveal-loaded .reveal-visible.right {
  transform: none;
}
.reveal-loaded .reveal-visible.reveal-visible-1 {
  transition-delay: 0.1s;
}
.reveal-loaded .reveal-visible.reveal-visible-2 {
  transition-delay: 0.2s;
}
.reveal-loaded .reveal-visible.reveal-visible-3 {
  transition-delay: 0.3s;
}
.reveal-loaded .reveal-visible.reveal-visible-4 {
  transition-delay: 0.4s;
}
.reveal-loaded .reveal-visible.reveal-visible-5 {
  transition-delay: 0.5s;
}
.reveal-loaded .reveal-visible.reveal-visible-6 {
  transition-delay: 0.6s;
}
.reveal-loaded .reveal-visible.reveal-visible-7 {
  transition-delay: 0.7s;
}
.reveal-loaded .reveal-visible.reveal-visible-8 {
  transition-delay: 0.8s;
}
.reveal-loaded .reveal-visible.reveal-visible-9 {
  transition-delay: 0.9s;
}

.bloc-video {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.bloc-video-container {
  position: relative;
  width: 100%;
  z-index: 1;
}
.bloc-video-container iframe, .bloc-video-container video {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  background: #F1F0F0;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.bloc-video-homepage {
  /*background: linear-gradient(
  to bottom,
  rgba($color-lightblue, .3) 0%,
  white 45%,
  white 100%*/
  background: linear-gradient(to bottom, #29314b 0%, #457bbc 50%, #ffffff 50.01%, white 100%);
  position: relative;
  color: #ffffff;
}
.bloc-video-homepage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #29314b;
  transform: translateY(-50%);
  z-index: 0;
}
.bloc-video-homepage h3 {
  color: #ffffff;
}

.bloc-title {
  font-weight: 600;
  color: #29314b;
}
@media screen and (min-width: 768px) {
  .bloc-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .bloc-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .bloc-title {
    font-size: 40px;
  }
}
.bloc-title strong {
  color: #29314b;
}
.bloc-labelise {
  background-color: #29314b;
  font-size: 22px;
  color: #ffffff;
  border-radius: 50em;
  margin-bottom: 1em;
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.blocIT {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home .blocIT {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.blocIT-img, .blocIT-video {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.blocIT-img img, .blocIT-img video, .blocIT-video img, .blocIT-video video {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
  min-height: 0;
  max-width: 100%;
}
.blocIT-img.round img, .blocIT-video.round img {
  border-radius: 24px;
  object-fit: cover;
}
.blocIT-img.shadow img, .blocIT-video.shadow img {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.blocIT iframe {
  aspect-ratio: 16/9;
  height: auto;
}
.blocIT .col-md-6:first-child {
  align-self: center;
}
.blocIT .col-md-6:last-child {
  align-self: center;
}
.blocIT.bgcolor {
  background-color: rgba(41, 49, 75, 0.025);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 480px) {
  .blocIT.bgcolor {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.blocIT .row {
  gap: 2rem 0;
  align-items: stretch;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100001;
  background-color: rgba(41, 49, 75, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: all 0.4s ease;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
@media screen and (max-width: 1023px) {
  .modal.is-active {
    align-items: flex-start;
    justify-content: center;
    padding-top: 44px;
  }
}
.modal-content {
  position: relative;
  max-width: 1000px;
  max-height: 650px !important;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .modal-content {
    width: 90%;
    padding: 80px 30px 15px 30px;
    max-height: none !important;
  }
}
.modal-content-item {
  display: flex;
  flex-direction: column;
  overflow: visible;
  flex-shrink: 0;
  padding-top: 1em;
  height: 100%;
}
.modal-content-label {
  font-size: 14px;
  font-weight: 600;
  background-color: #29314b;
  color: #ffffff;
  padding: 2px 16px;
  border-radius: 50em;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1em;
  align-self: flex-start;
  z-index: 1;
}
.modal-content-header {
  background-color: rgba(41, 49, 75, 0.08);
  padding: 20px 30px 20px 30px;
  margin-left: calc(-60px - 1.5rem);
  margin-right: 50px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .modal-content-header {
    padding: 20px 120px 20px 30px;
    margin-left: calc(-30px - 1.5rem);
    margin-right: -40px;
  }
}
.modal-content-header-logo {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(41, 49, 75, 0.12);
  border-radius: 50em;
  position: absolute;
  top: -36px;
  right: -50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.modal-content-header-logo img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .modal-content-header-logo img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-content-header-logo {
    width: 100px;
    height: 100px;
    top: -24px;
    right: 20px;
  }
}
.modal-content-header-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-content-header-icons li {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50em;
}
.modal-content-header-icons li img {
  max-width: 32px;
  max-height: 32px;
}
.modal-content-content {
  margin-top: 30px;
  margin-bottom: 0;
  overflow-y: auto !important;
  overflow-x: hidden;
  min-height: 260px;
  height: auto !important;
  flex: 1 1 auto;
  padding-right: 20px;
}
@media only screen and (max-width: 480px) {
  .modal-content-content {
    height: auto !important;
    overflow-y: hidden !important;
    margin-bottom: 20px;
    min-height: 0;
    flex: 0 0 auto;
  }
}
.modal-content-content-disclaimer {
  height: 480px !important;
}
@media only screen and (max-width: 480px) {
  .modal-content-content-disclaimer {
    height: auto;
    overflow-y: hidden;
  }
}
.modal-content-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.modal-content-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
}
.modal-content-flex-row-1 {
  flex: 1 !important;
  display: flex !important;
  min-height: 0 !important;
  overflow: hidden !important;
  align-items: stretch !important;
}
.modal-content-flex-row-1 > .col-xs-12.col-md-6:first-child {
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
  flex-shrink: 0 !important;
}
.modal-content-flex-row-1 > .col-xs-12.col-md-6:last-child {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: hidden !important;
  flex: 1 !important;
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  position: relative;
  height: 100% !important;
}
.modal-content-flex-row-2 {
  height: auto;
  flex-shrink: 0;
  padding-bottom: 18px;
}
.modal-content-flex-row-legend {
  flex-shrink: 0;
}
.modal-initiative-meta {
  border-bottom: 4px solid rgba(41, 49, 75, 0.1);
  border-top: 4px solid rgba(41, 49, 75, 0.1);
  margin: 0 0 12px;
  padding: 12px 0 12px 6px;
}
.modal-initiative-meta-row {
  align-items: start;
  color: #29314b;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.modal-initiative-meta-row + .modal-initiative-meta-row {
  margin-top: 10px;
}
.modal-initiative-meta-icon {
  font-size: 18px;
  grid-column: 1;
  grid-row: 1;
  line-height: 18.9px;
  margin-left: 4px;
}
.modal-initiative-meta-icon--localisation img {
  display: block;
  height: 18px;
  width: 18px;
}
.modal-initiative-meta #modal-initiative-type-text,
.modal-initiative-meta #modal-location-text {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.modal-legend {
  align-items: center;
  background-color: rgba(41, 49, 75, 0.06);
  border-radius: 0 0 25px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  margin: 0 -60px -40px;
  padding: 14px 60px;
}
@media only screen and (max-width: 480px) {
  .modal-legend {
    margin: 0;
    padding: 14px 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .modal-legend {
    margin: 0;
    padding: 14px 24px;
  }
}
.modal-legend-title {
  color: #29314b;
  font-size: 14px;
  font-weight: 700;
}
.modal-legend-item {
  align-items: center;
  color: #29314b;
  display: inline-flex;
  font-size: 14px;
  gap: 6px;
}
.modal-legend-item .ico-check,
.modal-legend-item .ico-halfcheck,
.modal-legend-item .ico-close {
  padding: 1px !important;
  border-radius: 50em !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #E3E3E3;
  font-size: 1em;
}
.modal-legend-item .ico-check {
  color: #0B8942 !important;
  border-color: #0B8942 !important;
}
.modal-legend-item .ico-halfcheck {
  color: #F39200 !important;
  position: relative;
}
.modal-legend-item .ico-halfcheck:after {
  border: 2px solid #F39200;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-radius: 50em;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  right: 0;
  top: -2px;
  transform: rotate(45deg);
  width: calc(100% + 4px);
}
.modal-legend-item .ico-close {
  color: #dd2427 !important;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #29314b;
  color: #ffffff;
  height: 55px;
  width: 55px;
  border-radius: 50em;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.modal-close:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #635197;
}
.modal-dimensions {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px;
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
  height: 0;
}
@media screen and (max-width: 1023px) {
  .modal-dimensions {
    height: auto !important;
    overflow-y: visible !important;
    margin-top: 24px;
    padding-right: 0;
  }
}
.modal-dimensions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.modal-dimensions-list li span {
  background-color: rgba(41, 49, 75, 0.1);
  border-radius: 50em;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-dimensions-list li span img {
  max-width: 26px;
  max-height: 26px;
}
.modal-dimensions-list li b, .modal-dimensions-list li strong {
  font-weight: 600;
  min-height: 40px;
  padding-left: 5px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
}
.modal-dimensions-list li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 45px;
}
.modal-dimensions-list li ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 6px;
}
.modal-dimensions-list li.active span {
  background-color: #29314b;
}
.modal-dimensions-list li .ico-check,
.modal-dimensions-list li .ico-halfcheck,
.modal-dimensions-list li .ico-close {
  padding: 1px !important;
  border-radius: 50em !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #E3E3E3;
  font-size: 1em;
}
.modal-dimensions-list li .ico-check {
  color: #0B8942 !important;
  border-color: #0B8942 !important;
}
.modal-dimensions-list li .ico-halfcheck {
  color: #F39200 !important;
  position: relative;
}
.modal-dimensions-list li .ico-halfcheck:after {
  border: 2px solid #F39200;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-radius: 50em;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  right: 0;
  top: -2px;
  transform: rotate(45deg);
  width: calc(100% + 4px);
}
.modal-dimensions-list li .ico-close {
  color: #dd2427 !important;
}

.modal-content-catalog {
  padding-top: 52px;
}
.modal-content-catalog .modal-content-flex-row-1 {
  overflow: visible !important;
}
.modal-content-catalog .modal-content-flex-row-1 > .col-xs-12.col-md-6:first-child {
  min-height: 0;
  overflow: visible !important;
}
.modal-content-catalog .modal-content-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: visible;
  padding-top: 0;
}
.modal-content-catalog .modal-content-header {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 50px;
  min-height: 80px;
  overflow: visible;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .modal-content-catalog .modal-content-header {
    margin-right: -40px;
    padding-left: 0;
  }
}
.modal-content-catalog .modal-content-header::before {
  background-color: rgba(41, 49, 75, 0.08);
  border-top-left-radius: 25px;
  bottom: 0;
  content: "";
  left: calc(-1 * (60px + 1.5rem));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .modal-content-catalog .modal-content-header::before {
    left: calc(-1 * (30px + 1.5rem));
  }
}
.modal-content-catalog .modal-content-header .modal-content-header-icons {
  position: relative;
  z-index: 1;
}
.modal-content-catalog .modal-content-header .modal-content-header-logo {
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .modal-content-catalog .modal-content-header .modal-content-header-logo {
    right: 40px;
  }
}
.modal-content-catalog .modal-content-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto !important;
  margin-top: 30px;
  max-height: 330px;
  min-height: 0 !important;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
}
.modal-content-catalog .modal-content-content .modal-content-content-title {
  flex-shrink: 0;
}
.modal-content-catalog .modal-content-content .modal-content-content-title h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.25;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-content-catalog .modal-content-content .modal-content-content-description {
  flex-shrink: 0;
}
.modal-content-catalog .modal-content-content .modal-content-content-description p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-content-catalog .modal-content-content .modal-content-content-scroll {
  flex: 1 1 auto;
  max-height: none;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  padding-right: 4px;
  -webkit-overflow-scrolling: touch;
}
.modal-content-catalog .modal-content-content .modal-content-content-text,
.modal-content-catalog .modal-content-content #modal-description {
  height: auto !important;
  max-height: none;
  min-height: 0;
  overflow: visible;
}
.modal-content-catalog #modal-add-selection[style] {
  border: none !important;
  color: #ffffff !important;
}
.modal-content-catalog #modal-add-selection[style]:hover, .modal-content-catalog #modal-add-selection[style]:focus {
  color: rgba(255, 255, 255, 0.95) !important;
  filter: brightness(0.95);
}
@media screen and (max-width: 1023px) {
  .modal-content-catalog {
    padding: 56px 20px 0;
    width: calc(100% - 24px);
    max-width: none;
    max-height: calc(100dvh - 52px);
    height: auto;
  }
  .modal-content-catalog .modal-content-flex {
    flex: 1 1 auto;
    max-height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-content-catalog .modal-content-flex-row-1 {
    align-items: flex-start !important;
    flex: none !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .modal-content-catalog .modal-content-flex-row-1 > .col-xs-12.col-md-6:last-child {
    flex: none !important;
    height: 0;
    margin: 0;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0;
    pointer-events: none;
    position: static;
    width: 100%;
  }
  .modal-content-catalog .modal-content-flex-row-1 > .col-xs-12.col-md-6:last-child .modal-close {
    pointer-events: auto;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 30;
  }
  .modal-content-catalog .modal-content-flex-row-2 {
    padding-bottom: 12px;
    padding-top: 16px;
    position: relative;
    z-index: 1;
  }
  .modal-content-catalog .modal-content-flex-row-legend {
    flex: none;
    margin-top: 0;
  }
  .modal-content-catalog .modal-content-content {
    margin-top: 16px;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-content-catalog .modal-content-content-scroll {
    flex: none;
    max-height: none !important;
    overflow-y: visible !important;
  }
  .modal-content-catalog .modal-dimensions {
    border-top: 4px solid rgba(41, 49, 75, 0.1);
    margin-bottom: 8px;
    margin-top: 20px;
    padding-top: 16px;
  }
  .modal-content-catalog .modal-legend {
    border-radius: 0 0 20px 20px;
    margin: 0 -20px;
    padding: 14px 20px;
  }
}

.wrapper {
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 32px;
}
@media screen and (min-width: 320px) {
  .wrapper {
    padding: 0px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding: 0px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .wrapper {
    padding: 0px 32px;
  }
}
.wrapper .wrapper {
  /*padding-left:0;
  padding-right:0;*/
}

.fullrow {
  box-sizing: border-box;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}

.is-container {
  display: flex;
  flex: 1;
  min-height: 100%;
}
@media only screen and (max-width: 480px) {
  .is-container {
    flex-direction: column;
  }
}

.is-container-row {
  display: flex;
  flex: 1;
  height: 100%;
}

.is-container-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.is-items-middle {
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .is-items-middle {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 0;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 320px) {
  .container {
    width: calc(320px - 10%);
  }
  .col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: auto;
  }
  .col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0;
  }
  .col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 100%;
  }
  .col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: calc(768px - 10%);
  }
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 100%;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: calc(1024px - 10%);
  }
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 100%;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: calc(1440px - 10%);
  }
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 100%;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .stretch-lg {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.header-selection-list-wrapper {
  position: fixed;
  background: #ffffff;
  border: 1px solid #ccc;
  z-index: 100001;
  box-shadow: -10px 2px 15px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 3em 2em 1em 2em;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.header-selection-list-wrapper.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.header-selection-list-wrapper hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
}
.header-selection-list li {
  border-bottom: 1px solid #ccc;
}
.header-selection-list li:last-child {
  border-bottom: none;
}

.header-selection-list-title {
  margin-top: 20px;
}

.header-selection-list-content {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 10px;
}

.header-selection-buttons {
  padding-top: 10px;
}

.list-wrapper-close {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #29314b;
  color: #ffffff;
  height: 45px;
  width: 45px;
  border-radius: 50em;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.list-wrapper-close:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #635197;
}

.selection-item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
}
.selection-item-remove {
  width: 26px;
  height: 26px;
  color: #000000;
  margin-left: 5px;
  border: none;
  background: rgba(41, 49, 75, 0.1);
  cursor: pointer;
  border-radius: 50em;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.selection-item-remove:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #dd2427;
  color: #ffffff;
}
.selection-count {
  position: absolute;
  top: -10px;
  right: 0;
  background-color: #635197;
  color: #ffffff;
  padding: 6px;
  border-radius: 50em;
  aspect-ratio: 1/1;
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 20px;
}

.header-selection-button {
  position: relative;
  font-size: 1em !important;
}
.header-selection-button:hover .selection-count {
  background-color: #29314b;
  color: #ffffff;
}
.header-selection-button:active {
  font-size: 1em !important;
}

.page-sidebar {
  flex: 0 0 340px;
  max-width: 340px;
  /*margin-right: $space-40;*/
  padding: 40px;
  background-color: #f6f7fa;
}
@media only screen and (max-width: 480px) {
  .page-sidebar {
    flex: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-sidebar {
    margin-right: 0;
  }
}

.page-content {
  flex: 1;
  min-width: 0;
  padding: 40px;
}

.header-menu-toggle-nav {
  background-color: #ffffff;
  padding: 10px 0;
}

.header-menu {
  background-color: #ffffff;
  /*position:fixed;*/
  transition: background-color ease-in-out 0.5s;
  z-index: 10;
  width: 100%;
  padding: 1em 0;
}
.header-menu-container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height ease-in-out 0.5s, box-shadow 0s ease-in-out 0.5s, background-color 0s ease-in-out 0.5s, justify-content 0s ease-in-out 0.5s;
}
@media screen and (min-width: 1024px) {
  .header-menu-container {
    height: 100px;
  }
}
body.scrolled .header-menu-container {
  height: 70px;
}

.header-menu-logo {
  transition: all ease-in-out 0.5s;
  z-index: 9;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .header-menu.js-menu-open .header-menu-logo {
    filter: brightness(0) invert(1);
  }
}

.header-menu-link {
  display: block;
  width: auto;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity ease-in-out 0.3s, height 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 480px) {
  .header-menu-link img {
    width: 160px !important;
  }
}
body.scrolled .header-menu-link {
  height: 50px;
}

.header-menu-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background-color: #29314b;
  transition: transform ease-in-out 0.3s;
  z-index: 6;
  display: flex;
  flex-direction: row;
  justify-content: end;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .header-menu-nav {
    transform: translateY(0);
    position: relative;
    background-color: transparent;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .header-menu-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.header-menu.js-menu-open .header-menu-nav {
  transform: translateY(0);
}
.header-menu.js-menu-open .header-menu-nav ul li a {
  color: #ffffff !important;
}

.header-menu-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  overflow: visible;
}
@media only screen and (max-width: 480px) {
  .header-menu-nav-wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .header-menu-nav-wrapper .button {
    font-size: 1.2em;
    margin-top: 1em;
    border: 3px solid #ffffff;
  }
}
.header-menu-nav-wrapper > div {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-wrapper > div {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .header-menu-nav-wrapper > div {
    text-align: center;
  }
}
.header-menu-nav-wrapper ul {
  text-align: center;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .header-menu-nav-wrapper ul {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-wrapper ul {
    padding-top: 0px;
    display: flex;
    text-align: left;
  }
}
.header-menu-nav-wrapper ul li {
  padding: 5px 10px 0px 10px;
  font-size: 1em;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 1s ease-in-out 0.3s, transform 1s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-wrapper ul li {
    padding: 0 8px;
    opacity: 1;
    transform: translateY(0);
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .header-menu-nav-wrapper ul li {
    padding: 0 15px;
  }
}
.header-menu.js-menu-open .header-menu-nav-wrapper ul li {
  transform: translateY(0);
  opacity: 1;
}

.header-menu-nav-wrapper ul li a {
  color: #29314b;
  font-weight: bold;
  transition: color ease-in-out 0.3s;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  padding-top: 15px;
  font-size: 1.75em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-wrapper ul li a {
    font-size: 1em;
    line-height: 1em;
    padding-top: 5px;
  }
}
.header-menu-nav-wrapper ul li a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #635197;
}
.header-menu-nav-wrapper ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-menu-nav-wrapper ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #635197;
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.header-menu-nav-wrapper ul li.current-menu-item a {
  color: #635197;
}
.header-menu-nav-wrapper ul li.current-menu-item a:after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown {
  display: block;
  padding: 5px 10px 0;
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1440px) {
  .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown {
    padding: 0 15px;
  }
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown:has(.header-menu-catalog-toggle[aria-expanded=true]) {
  overflow: visible;
  position: relative;
  z-index: 30;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog ul {
  display: block;
  padding-top: 0;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog li {
  display: block;
  padding: 0;
  opacity: 1;
  transform: none;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-item:has(.header-menu-catalog-toggle[aria-expanded=true]) {
  position: relative;
  overflow: visible;
  z-index: 20;
  width: fit-content;
  min-width: 100%;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-item:has(.header-menu-catalog-toggle[aria-expanded=true])::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--dropdown-gradient-height, 0);
  background-image: linear-gradient(180deg, #635197 0%, #a69bc8 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 25px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle {
    font-size: 1em;
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true], .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true]:hover, .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true]:focus {
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  width: 100%;
  min-height: 48px;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true] span, .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true]:after, .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true]:hover span, .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true]:hover:after, .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true]:focus span, .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true]:focus:after {
  color: #ffffff;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true] + .header-menu-catalog-sub-menu {
  visibility: visible;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-toggle[aria-expanded=true] + .header-menu-catalog-sub-menu {
    position: static;
    top: auto;
    right: auto;
    left: auto;
  }
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-link {
  color: #ffffff;
  background-color: transparent;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-link:after {
  content: none;
}
.header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-link:hover, .header-menu-nav-wrapper ul li.menu-item-catalog-dropdown .header-menu-catalog-link:focus {
  color: #635197;
  background-color: #ffffff;
}
.header-menu-toggle-nav {
  display: block;
  position: relative;
  right: 0px;
  border: none;
  background-color: transparent;
  z-index: 8;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .header-menu-toggle-nav {
    display: none;
  }
}
.header-menu-toggle-nav .toggle-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.header-menu-toggle-nav .toggle-nav-wrapper {
  position: relative;
  height: 27px;
  width: 27px;
}
.header-menu-toggle-nav .toggle-nav-wrapper span, .header-menu-toggle-nav .toggle-nav-wrapper:before, .header-menu-toggle-nav .toggle-nav-wrapper:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 3px;
  background-color: #29314b;
  transition: background-color 0.2s ease-in-out 0s;
}
.header-menu-toggle-nav .toggle-nav-wrapper span {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  background-color: #000000;
  transition: opacity 0.2s ease-in-out 0s;
}
.header-menu.js-menu-open .header-menu-toggle-nav .toggle-nav-wrapper span {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.2s;
  background-color: #ffffff !important;
}

.header-menu-toggle-nav .toggle-nav-wrapper:before, .header-menu-toggle-nav .toggle-nav-wrapper:after {
  content: "";
  transform: translate(0) rotate(0deg);
  transform-origin: center;
}
.header-menu-toggle-nav .toggle-nav-wrapper:before {
  top: 4px;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  background-color: #000000;
}
.header-menu.js-menu-open .header-menu-toggle-nav .toggle-nav-wrapper:before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s, background-color 0.2s ease-in-out 0s;
  background-color: #ffffff !important;
}

.header-menu-toggle-nav .toggle-nav-wrapper:after {
  bottom: 4px;
  transition: bottom 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  background-color: #000000;
}
.header-menu.js-menu-open .header-menu-toggle-nav .toggle-nav-wrapper:after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  transition: bottom 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s, background-color 0.2s ease-in-out 0s;
  background-color: #ffffff !important;
}

.header-menu-lang {
  position: relative;
  justify-content: flex-start;
  display: flex;
  background-color: transparent;
  color: #635197;
  margin-left: 1rem;
  overflow: visible;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .header-menu-lang {
    margin-left: 0;
    justify-content: center;
  }
}
.header-menu-lang #wpml-ls-submenu-click-default,
.header-menu-lang [id^=wpml-ls-submenu-],
.header-menu-lang .wpml-ls-statics-shortcode_actions {
  background-color: transparent !important;
  background-image: none !important;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  background-color: transparent !important;
  border: 0;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click > ul {
  width: fit-content;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  position: relative;
  width: fit-content;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item:has(.wpml-ls-item-toggle[aria-expanded=true]) {
  position: relative;
  overflow: visible;
  z-index: 20;
  width: fit-content;
  min-width: 100%;
  z-index: 30;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item:has(.wpml-ls-item-toggle[aria-expanded=true])::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--dropdown-gradient-height, 0);
  background-image: linear-gradient(180deg, #635197 0%, #a69bc8 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 25px;
  z-index: 0;
  pointer-events: none;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item:has(.wpml-ls-item-toggle[aria-expanded=true]) .wpml-ls-item-toggle {
  background-color: transparent !important;
  border-color: transparent !important;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  padding: 1rem !important;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link {
    font-size: 14px;
  }
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus,
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link:hover,
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link:focus {
  background-color: #ffffff !important;
  color: #635197 !important;
  text-decoration: underline;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  align-items: center;
  display: flex;
  line-height: 1rem;
  border: 0;
  color: #635197;
  font-weight: 600;
  background-color: transparent;
  padding: 0.8em;
  font-size: 16px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    font-size: 14px;
  }
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle span {
  display: inline-flex;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  display: inline-flex;
  padding-left: 10px;
  font-family: "uncodeicon" !important;
  content: "\e874";
  width: auto;
  position: relative;
  vertical-align: middle;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:focus {
  background-color: transparent;
  color: #635197;
  text-decoration: none;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true], .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true]:hover, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true]:focus {
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  width: 100%;
  min-height: 48px;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true] span, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true]:after, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true]:hover span, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true]:hover:after, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true]:focus span, .header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true]:focus:after {
  color: #ffffff;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  cursor: pointer;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: none;
  z-index: 3;
  display: block;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
  display: block;
  width: 100%;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:last-child a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-menu-lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle[aria-expanded=true] + .wpml-ls-sub-menu {
  visibility: visible;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.header-menu-lang .wpml-ls-item-toggle {
  border: 0;
}
@media only screen and (max-width: 480px) {
  .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle {
    background-color: transparent;
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle:after {
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true], .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true]:hover, .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true]:focus {
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: none;
    color: #ffffff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    width: 100%;
    min-height: 48px;
  }
  .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true] span, .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true]:after, .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true]:hover span, .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true]:hover:after, .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true]:focus span, .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle[aria-expanded=true]:focus:after {
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle:hover:not([aria-expanded=true]), .header-menu.js-menu-open .header-menu-lang .wpml-ls-item-toggle:focus:not([aria-expanded=true]) {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-lang .wpml-ls-sub-menu a:hover, .header-menu.js-menu-open .header-menu-lang .wpml-ls-sub-menu a:focus,
.header-menu.js-menu-open .header-menu-lang .wpml-ls-sub-menu .wpml-ls-link:hover,
.header-menu.js-menu-open .header-menu-lang .wpml-ls-sub-menu .wpml-ls-link:focus {
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    text-decoration: underline;
  }
}

.header-menu-catalog {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .header-menu-catalog {
    justify-content: center;
  }
}
.header-menu-catalog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-catalog-item {
  position: relative;
  padding: 0;
  margin: 0;
  width: fit-content;
}
.header-menu-catalog-item:has(.header-menu-catalog-toggle[aria-expanded=true]) {
  position: relative;
  overflow: visible;
  z-index: 20;
  width: fit-content;
  min-width: 100%;
}
.header-menu-catalog-item:has(.header-menu-catalog-toggle[aria-expanded=true])::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--dropdown-gradient-height, 0);
  background-image: linear-gradient(180deg, #635197 0%, #a69bc8 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 25px;
  z-index: 0;
  pointer-events: none;
}
.header-menu-catalog-toggle {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  align-items: center;
  display: flex;
  line-height: 1rem;
  border: 0;
  color: #29314b;
  font-weight: 600;
  background-color: transparent;
  padding: 0.8em;
  font-size: 16px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header-menu-catalog-toggle {
    font-size: 1em;
    line-height: 1em;
    padding: 5px 0.8em;
  }
}
@media only screen and (max-width: 480px) {
  .header-menu-catalog-toggle {
    font-size: 14px;
  }
}
.header-menu-catalog-toggle span {
  display: inline-flex;
}
.header-menu-catalog-toggle:after {
  display: inline-flex;
  padding-left: 10px;
  font-family: "uncodeicon" !important;
  content: "\e874";
  width: auto;
  position: relative;
  vertical-align: middle;
}
.header-menu-catalog-toggle:hover, .header-menu-catalog-toggle:focus {
  background-color: transparent;
  color: #635197;
  text-decoration: none;
}
.header-menu-catalog-toggle[aria-expanded=true], .header-menu-catalog-toggle[aria-expanded=true]:hover, .header-menu-catalog-toggle[aria-expanded=true]:focus {
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  width: 100%;
  min-height: 48px;
}
.header-menu-catalog-toggle[aria-expanded=true] span, .header-menu-catalog-toggle[aria-expanded=true]:after, .header-menu-catalog-toggle[aria-expanded=true]:hover span, .header-menu-catalog-toggle[aria-expanded=true]:hover:after, .header-menu-catalog-toggle[aria-expanded=true]:focus span, .header-menu-catalog-toggle[aria-expanded=true]:focus:after {
  color: #ffffff;
}
.header-menu-catalog-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: none;
  z-index: 3;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}
.header-menu-catalog-sub-menu li {
  display: block;
  width: 100%;
  padding: 0;
  opacity: 1;
  transform: none;
}
.header-menu-catalog-sub-menu li:last-child a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-menu-catalog-toggle[aria-expanded=true] + .header-menu-catalog-sub-menu {
  visibility: visible;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.header-menu-catalog-link {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  padding: 1rem !important;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .header-menu-catalog-link {
    font-size: 14px;
  }
}
.header-menu-catalog-link:hover, .header-menu-catalog-link:focus {
  background-color: #ffffff;
  color: #635197;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .header-menu-catalog {
    width: 100%;
    margin-top: 0.5rem;
  }
  .header-menu-catalog-toggle {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .header-menu.js-menu-open .header-menu-catalog-toggle, .header-menu.js-menu-open .header-menu-catalog-link {
    background-color: transparent;
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-catalog-toggle:after {
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true], .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true]:hover, .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true]:focus {
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: none;
    color: #ffffff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    width: 100%;
    min-height: 48px;
  }
  .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true] span, .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true]:after, .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true]:hover span, .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true]:hover:after, .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true]:focus span, .header-menu.js-menu-open .header-menu-catalog-toggle[aria-expanded=true]:focus:after {
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-catalog-toggle:hover:not([aria-expanded=true]), .header-menu.js-menu-open .header-menu-catalog-toggle:focus:not([aria-expanded=true]) {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }
  .header-menu.js-menu-open .header-menu-catalog-link:hover, .header-menu.js-menu-open .header-menu-catalog-link:focus {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }
}

.header-menu.is-catalog-open #header-menu-lang .wpml-ls-sub-menu {
  visibility: hidden !important;
}
.header-menu.is-catalog-open .header-menu-container,
.header-menu.is-catalog-open .header-menu-nav,
.header-menu.is-catalog-open .header-menu-nav-wrapper {
  overflow: visible;
}

.header-menu.is-lang-open .header-menu-catalog-sub-menu {
  visibility: hidden !important;
}
.header-menu.is-lang-open .header-menu-container,
.header-menu.is-lang-open .header-menu-nav,
.header-menu.is-lang-open .header-menu-nav-wrapper {
  overflow: visible;
}

.breadcrumb {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
}
.breadcrumb a, .breadcrumb span {
  font-style: normal;
  padding-right: 8px;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}
.breadcrumb a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #29314b;
  text-decoration: underline;
}
.breadcrumb span:after, .breadcrumb a:after {
  display: inline-block;
  content: "/";
  color: rgba(0, 0, 0, 0.4);
  padding-left: 8px;
}
.breadcrumb span:last-child:after, .breadcrumb a:last-child:after {
  display: none;
}
.breadcrumb span, .breadcrumb span:last-child {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #767676 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #767676 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #767676;
}

/* ACCESIBILITY */
a.evitement {
  display: inline-block;
  color: #555;
  background: #fff;
  padding: 0.5em;
  position: absolute;
  left: -99999rem;
  z-index: 100;
}

a.evitement:focus {
  left: 0;
}

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

:root {
  --Gradient-ICT: linear-gradient(180deg, #457BBC 0%, #29314B 100%);
  --Gradient-Purple: linear-gradient(180deg, #635197 0%, #a69bc8 100%);
}

/* Divers */
.svgfull {
  width: 100%;
}

/* Style du border custom */
.fullwidth {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.main-content {
  width: 100%;
}

.bloc-txt ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  gap: 0.5rem;
}
.bloc-txt ul li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
.bloc-txt ul li::before {
  display: flex;
  content: "•";
  color: #635197;
  margin-right: 0.5rem;
}

/* Scrolling arrow */
.scrolling-arrow {
  position: relative;
  width: 20px;
  height: 50px;
}
.scrolling-arrow svg {
  width: 20px;
  height: 23px;
  animation: floatingArrow 4s ease-in-out infinite;
}
.scrolling-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 25px;
  background: #635197;
  z-index: -1;
}

@keyframes floatingArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  z-index: 50;
  background-color: #ffffff;
  border: 2px solid #29314b;
  color: #29314b;
  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 1.25rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.back-to-top:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #29314b;
  color: #ffffff;
}

main a {
  color: #635197;
  text-decoration: underline;
}
main a:hover {
  color: #29314b;
}

.has-lightgreen-color {
  color: #76B82A !important;
}

.has-green-color {
  color: #0B8942 !important;
}

.has-midnightblue-color {
  color: #29314b !important;
}

.has-blue-color {
  color: #457bbc !important;
}

.has-lightblue-color {
  color: #93D5F6 !important;
}

.has-purple-color {
  color: #635197 !important;
}

.has-pink-color {
  color: #D581AF !important;
}

.has-red-color {
  color: #C1361C !important;
}

.has-orange-color {
  color: #F39200 !important;
}

.has-yellow-color {
  color: #FEC700 !important;
}

.has-tealblue-color {
  color: #00798A !important;
}

.has-peachpink-color {
  color: #F4A792;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  border-top-color: transparent !important;
}

.hp-slide {
  display: none;
  padding: 30px 0;
}
.hp-slide h1 {
  color: #29314b;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .hp-slide h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-slide h1 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1440px) {
  .hp-slide h1 {
    font-size: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-slide h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .hp-slide h1 {
    font-size: 50px;
  }
}
.hp-slide h1 strong, .hp-slide h1 b {
  color: #635197;
}
.hp-slide.active {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.hp-first-content {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hp-second {
  background-color: #29314b;
  min-height: 500px;
  color: #ffffff;
}
.hp-second h2 {
  color: #ffffff;
}

@keyframes circular {
  from {
    transform: rotate(360deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.anim-circular {
  transform: translateY(calc(50% + 3px)) scale(1.1);
  margin-top: -50%;
  z-index: 1;
  position: relative;
}
.anim-circular img {
  animation: circular 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1;
}

.slider-bullets {
  text-align: center;
  position: relative;
  top: 10px;
}

.bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bullet.active {
  background-color: #29314b;
}

.hp-catalog-type-modal {
  z-index: 1000001;
}
.hp-catalog-type-modal .hp-catalog-type-modal-content {
  max-width: 920px;
  width: calc(100% - 2rem);
  height: auto;
  max-height: none !important;
  padding: 2.5rem 2.5rem 2rem;
}
@media only screen and (max-width: 480px) {
  .hp-catalog-type-modal .hp-catalog-type-modal-content {
    width: calc(100% - 1.5rem);
    padding: 2rem 1.25rem 1.5rem;
  }
}
.hp-catalog-type-modal .hp-catalog-type-modal-inner {
  width: 100%;
}
.hp-catalog-type-modal .hp-catalog-type-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .hp-catalog-type-modal .hp-catalog-type-modal-header {
    margin-bottom: 1.25rem;
  }
}
.hp-catalog-type-modal .modal-close {
  position: static;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.hp-catalog-type-modal .modal-close .ico-close {
  display: block;
}
.hp-catalog-type-modal .modal-close .ico-close::before {
  -webkit-text-stroke: 1px currentColor;
  paint-order: stroke fill;
}
.hp-catalog-type-modal .hp-catalog-type-modal-title {
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  color: #29314b;
  margin: 0;
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .hp-catalog-type-modal .hp-catalog-type-modal-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-catalog-type-modal .hp-catalog-type-modal-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .hp-catalog-type-modal .hp-catalog-type-modal-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-catalog-type-modal .hp-catalog-type-modal-title {
    font-size: 1.35rem;
  }
}
.hp-catalog-type-modal .hp-catalog-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .hp-catalog-type-modal .hp-catalog-choice-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.hp-catalog-type-modal .hp-catalog-choice-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(41, 49, 75, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(41, 49, 75, 0.08);
  overflow: hidden;
}
.hp-catalog-type-modal .hp-catalog-choice-card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem 1rem;
}
.hp-catalog-type-modal .hp-catalog-choice-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.hp-catalog-type-modal .hp-catalog-choice-card-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  position: relative;
  isolation: isolate;
  color: var(--hp-cat-color-primary, #0B8942);
  background: var(--hp-cat-color-primary, #0B8942);
  background: linear-gradient(45deg, var(--hp-cat-color-primary, #0B8942) 0%, var(--hp-cat-color-secondary, var(--hp-cat-color-primary, #0B8942)) 100%);
}
.hp-catalog-type-modal .hp-catalog-choice-card-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  border-radius: 50em;
  z-index: 0;
}
.hp-catalog-type-modal .hp-catalog-choice-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  z-index: 1;
}
.hp-catalog-type-modal .hp-catalog-choice-card-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #29314b;
}
.hp-catalog-type-modal .hp-catalog-choice-card-text {
  margin: 0;
  color: rgba(41, 49, 75, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}
.hp-catalog-type-modal .hp-catalog-type-choice {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  cursor: pointer;
  background: linear-gradient(90deg, var(--hp-cat-color-primary, #0B8942) 0%, var(--hp-cat-color-secondary, var(--hp-cat-color-primary, #0B8942)) 100%);
  transition: filter 0.2s ease;
}
.hp-catalog-type-modal .hp-catalog-type-choice-text {
  flex: 1;
  min-width: 0;
  display: block;
}
.hp-catalog-type-modal .hp-catalog-type-choice .ico {
  flex-shrink: 0;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1;
}
.hp-catalog-type-modal .hp-catalog-type-choice:hover, .hp-catalog-type-modal .hp-catalog-type-choice:focus {
  filter: brightness(1.05);
}
.hp-catalog-type-modal .hp-catalog-choice-card.is-unavailable .hp-catalog-choice-card-icon {
  color: rgba(41, 49, 75, 0.3);
  background: rgba(41, 49, 75, 0.12);
  background-image: none;
}
.hp-catalog-type-modal .hp-catalog-choice-card.is-unavailable .hp-catalog-choice-card-title {
  color: rgba(41, 49, 75, 0.4);
}
.hp-catalog-type-modal .hp-catalog-choice-card.is-unavailable .hp-catalog-choice-card-text {
  color: rgba(41, 49, 75, 0.35);
}
.hp-catalog-type-modal .hp-catalog-choice-card.is-unavailable .hp-catalog-type-choice {
  background: rgba(41, 49, 75, 0.12);
  color: rgba(41, 49, 75, 0.45);
  cursor: not-allowed;
  pointer-events: none;
}
.hp-catalog-type-modal .hp-catalog-choice-card.is-unavailable .hp-catalog-type-choice .ico {
  color: rgba(41, 49, 75, 0.35);
}
.hp-catalog-type-modal .hp-catalog-choice-card.is-unavailable .hp-catalog-type-choice:hover, .hp-catalog-type-modal .hp-catalog-choice-card.is-unavailable .hp-catalog-type-choice:focus {
  filter: none;
}

.blocPB {
  background-color: rgba(213, 129, 175, 0.15);
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #D581AF;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.blocPB-text {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.blocPB-media {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 24px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  margin-bottom: -12rem;
}
.blocPB-media img, .blocPB-media iframe, .blocPB-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blocPB-bottom {
  width: 100vw;
  padding-bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.blocPB-bottom-bcircular {
  margin-left: 2.2rem;
}
.blocPB-bottom-bcircular img {
  width: 100%;
}
.blocPB-valeurs {
  padding-left: 6rem;
  padding-top: 6em;
  padding-bottom: 1em;
  padding-right: 1em;
}
.blocPB-valeurs a {
  color: #635197;
}
.blocPB-valeurs a:hover {
  color: #D581AF;
}
.blocPB-bcircular {
  display: flex;
  margin-left: 2.2rem;
  height: 100%;
  background: url(../../elements/vector/bcircular-top-blue.svg) no-repeat left top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  align-items: end;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}
.blocPB-bcircular::before {
  content: "";
  position: absolute;
  left: -2.2rem;
  top: 0;
  bottom: 0;
  width: 2.2rem;
}
.blocPB-bcircular img {
  width: 100%;
}
.blocPB-valeur-title {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #29314b;
  padding: 0.2rem 1rem;
  color: white;
  border-radius: 5rem;
  display: inline-flex;
}
.blocPB-valeur-txt {
  padding: 0.5em 1em;
}
.blocPB-objectifs-valeurs {
  list-style: none;
  padding: 0;
}
.blocPB-objectifs-valeur {
  display: flex;
  flex-direction: column;
  counter-increment: objcounter;
}
.blocPB-objectifs-valeur-title {
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  color: #635197;
}
.blocPB-objectifs-valeur-title:before {
  content: counters(objcounter, ".", decimal-leading-zero) ". ";
  display: inline-flex;
  color: #635197;
  font-size: 2rem;
  line-height: 1;
  font-weight: 100;
}
.blocPB-objectifs-valeur-title:after {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 4px;
  background-color: #635197;
  margin-bottom: 0.5em;
  position: relative;
}

.footer {
  background: url("../../elements/vector/footer-line.svg") no-repeat calc(50% - 1000px) top;
  background-size: 2000px 27px;
}
.footer-mentions {
  background: #29314b;
  padding: 20px 0;
}
.footer-links .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 0px;
  justify-content: end;
}
@media only screen and (max-width: 480px) {
  .footer-links .menu {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.footer-links .menu li {
  display: inline-flex;
}
.footer-links .menu li a {
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
}
.footer-links .menu li:after {
  content: "|";
  padding: 0 10px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .footer-links .menu li:after {
    content: "";
  }
}
.footer-links .menu li:last-child:after {
  content: "";
  padding-right: 0;
}
.footer-partners {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: end;
}
.footer-partners .partner {
  max-height: 50px;
  background-color: #ffffff;
}
.footer-partners .partner img {
  height: 100%;
}

/* Label News */
.label-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  margin-top: -15px;
}
.label-item span {
  position: relative;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}
.label-item::before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 4px;
  background-color: #29314b;
}
.label-item::after {
  content: "";
  display: flex;
  flex: 1;
  height: 4px;
  background-color: #E5E5E5;
}
.label-news span {
  color: #29314b;
  background-color: #76B82A;
}
.label-news:after {
  background-color: #76B82A;
}
.label-events span {
  color: #ffffff;
  background-color: #457bbc;
}
.label-events:after {
  background-color: #457bbc;
}

/* ITEM */
.article-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  position: relative;
}
.article-item:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.article-item-content {
  padding: 24px;
}
.article-item-title {
  color: #29314b;
}
@media screen and (min-width: 768px) {
  .article-item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .article-item-title {
    font-size: 20px;
  }
}
.article-item-date {
  color: rgba(41, 49, 75, 0.5);
  font-size: 14px;
}
.article-item-thumbnail {
  aspect-ratio: 16/9;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}
.article-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-item-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Bloc */
.bloc-article-title {
  color: #29314b;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bloc-article-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .bloc-article-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .bloc-article-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .bloc-article .wrapper {
    padding: 0;
  }
}

/* Page News */
.news-header {
  min-height: 300px;
  padding: 32px 0;
  background-color: #29314b;
  display: flex;
  align-items: center;
}
.news-header-cat-news {
  background-color: rgba(118, 184, 42, 0.15);
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #76B82A;
}
.news-header-cat-events {
  background-color: rgba(69, 123, 188, 0.15);
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #457bbc;
}
.news-header-title {
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  color: #29314b;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .news-header-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .news-header-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .news-header-title {
    font-size: 45px;
  }
}
.news-header-container {
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: center;
}
.news-header-container-date {
  display: inline-flex;
}
.news-header-container-title {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.news-header-container-scroll {
  display: flex;
  align-items: start;
  justify-content: end;
}
.news-header-breadcrumbs {
  font-size: 12px;
  color: rgba(41, 49, 75, 0.5);
}
.news-header-image {
  margin-top: -60px;
}
.news-header-image-container {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.news-header-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.date-container {
  text-align: center;
  padding: 0 25px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  border: 1px solid #29314b;
  max-height: 100px;
  max-width: 100px;
  align-items: center;
}
.date-container .day {
  font-size: 3em;
  line-height: 1em;
}
.date-container .month-year {
  font-size: 1em;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
  width: 100%;
}

.prev-post, .next-post, .all-posts {
  flex: 1;
  text-align: center;
}
.prev-post a, .next-post a, .all-posts a {
  text-decoration: none;
}

.prev-post {
  text-align: left;
}

.next-post {
  text-align: right;
}

/* Header all news */
.header-news-first {
  padding: 60px 0;
  min-height: 300px;
}
@media only screen and (max-width: 480px) {
  .header-news-first {
    padding: 32px 0;
  }
}
.header-news-first-content {
  min-height: 270px;
}
.header-news-first.category-news {
  background-color: rgba(118, 184, 42, 0.15);
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #76B82A;
}
.header-news-first.category-events {
  background-color: rgba(69, 123, 188, 0.15);
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #457bbc;
}
.header-news-first .category-label {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 20px;
}
.header-news-first .category-label.category-label-news {
  color: #29314b;
  background-color: #76B82A;
}
.header-news-first .category-label.category-label-events {
  color: #ffffff;
  background-color: #457bbc;
}
.header-news-first h1 {
  color: #29314b;
}
@media screen and (min-width: 768px) {
  .header-news-first h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .header-news-first h1 {
    font-size: 28px;
  }
}
.header-news-first .date-container .day {
  font-size: 2em;
  line-height: 0.8em;
}
.header-news-first .date-container .month-year {
  font-size: 0.8em;
}
.header-news-first .button {
  position: absolute;
  bottom: -24px;
  background-color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .header-news-first .button {
    transform: translateY(0);
  }
}
.header-news-first-image-container {
  position: absolute;
  top: 0;
  aspect-ratio: 16/9;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 24px;
  width: calc(100% - 3rem);
}
@media only screen and (max-width: 480px) {
  .header-news-first-image-container {
    position: relative;
    width: 100%;
  }
}
.header-news-first-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

h2.wp-block-heading {
  color: #29314b;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  h2.wp-block-heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  h2.wp-block-heading {
    font-size: 40px;
  }
}

h3.wp-block-heading {
  color: #29314b;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  h3.wp-block-heading {
    font-size: 28px;
  }
}

h4.wp-block-heading {
  color: #29314b;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  h4.wp-block-heading {
    font-size: 20px;
  }
}

.bloc-txtform {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(99, 81, 151, 0.15);
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #635197;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 480px) {
  .bloc-txtform {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.home .bloc-txtform {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.bloc-txtform .row {
  gap: 1rem 0rem;
}
@media only screen and (max-width: 480px) {
  .bloc-txtform .row {
    flex-direction: column-reverse;
  }
}
.bloc-txtform h1 {
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  color: #29314b;
}
@media screen and (min-width: 768px) {
  .bloc-txtform h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .bloc-txtform h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .bloc-txtform h1 {
    font-size: 45px;
  }
}
.bloc-txtform h1 strong {
  color: #29314b;
}
.bloc-txtform-text ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  gap: 0.5rem;
}
.bloc-txtform-text ul li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
.bloc-txtform-text ul li::before {
  display: flex;
  content: "•";
  color: #635197;
  margin-right: 0.5rem;
}

.bloc-appro-header {
  background-color: #29314b;
  color: #ffffff;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #635197;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  overflow: hidden;
}
.bloc-appro-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 62%;
  z-index: 0;
  pointer-events: none;
  background: var(--Gradient-ICT, linear-gradient(180deg, #457BBC 0%, #29314B 100%));
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 480px) {
  .bloc-appro-header::after {
    display: none;
  }
}
.bloc-appro-header-layout {
  position: relative;
  z-index: 1;
  min-height: 220px;
}
.bloc-appro-header-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr min(34%, 420px);
  grid-template-areas: "title switch" "desc switch";
  gap: 0 2rem;
  align-items: start;
  min-width: 0;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-header-main {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "switch" "desc";
    gap: 0;
    padding-bottom: 0;
  }
}
.bloc-appro-header .bloc-title {
  grid-area: title;
  color: #ffffff;
  margin-bottom: 1rem;
}
.bloc-appro-header-description {
  grid-area: desc;
  max-width: 760px;
  margin: 0;
  line-height: 1.55;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-header-description {
    padding-bottom: 2rem;
  }
}
.bloc-appro-header .bloc-catalog-type-wrap.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bloc-appro-header-switch {
  grid-area: switch;
  grid-row: 1/-1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 280px;
  max-width: 420px;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-header-switch {
    grid-row: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 1.5rem 0 2rem;
    background: var(--Gradient-ICT, linear-gradient(180deg, #457BBC 0%, #29314B 100%));
  }
}
.bloc-appro-header-switch-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-header-switch-inner {
    padding: 0;
    max-width: none;
  }
}
.bloc-appro-header-switch-title {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
}
.bloc-appro-header-switch-btn {
  color: #ffffff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50em;
  min-height: auto;
  padding: 0.65em 1.35em;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: none;
}
.bloc-appro-header-switch-btn i {
  padding-right: 0.65rem;
  margin-left: 0;
}
.bloc-appro-header-switch-btn:hover, .bloc-appro-header-switch-btn:focus {
  color: #29314b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.bloc-appro-header-switch-btn:hover i, .bloc-appro-header-switch-btn:focus i {
  padding-right: 0.65rem;
  margin-left: 0;
}
.bloc-appro-category {
  background-color: transparent;
  z-index: 1;
  position: relative;
  padding-bottom: 4rem;
}
.bloc-appro-category-list {
  position: relative;
  z-index: 10001;
}
.bloc-appro-category-list-title .select2-container {
  z-index: 10003;
}
.bloc-appro-category-row {
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-top: -50px;
  height: 100px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-category-row {
    height: 200px;
    flex-direction: column;
  }
}
.bloc-appro-category-list {
  display: inline-flex;
  width: calc(25% + 3rem);
  height: 100%;
  position: relative;
  z-index: 10001;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-category-list {
    width: 100%;
  }
}
.bloc-appro-category-list-title {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.bloc-appro-category-list-title-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50em;
  aspect-ratio: 1/1;
  margin: 0 1em 0 0;
  padding: 2px;
  position: relative;
  isolation: isolate;
  background: var(--cat-color-primary, #29314b);
  background: linear-gradient(45deg, var(--cat-color-primary, #29314b) 0%, var(--cat-color-secondary, var(--cat-color-primary, #29314b)) 100%);
}
.bloc-appro-category-list-title-icon img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.bloc-appro-category-list-title-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #ffffff;
  border-radius: 50em;
  z-index: 0;
}
.bloc-appro-category-list-title-text {
  font-size: 1.25em;
  line-height: 1em;
  padding-right: 40px;
}
.bloc-appro-category-list-title-select {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
.bloc-appro-category-list-products {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  background-color: #F7F7F8;
  color: #29314b;
  border-left: 3px solid transparent;
  z-index: 10000;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-category-list-products {
    overflow-x: scroll;
    overflow-y: hidden;
    border-left: none;
    border-top: 3px solid transparent;
  }
}
.bloc-appro-category-list-products small {
  color: #29314b;
  padding: 15px;
}
.bloc-appro-category-list-products-item {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  max-width: 180px;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  color: #29314b;
  font-size: 0.875em;
  line-height: 1em;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .bloc-appro-category-list-products-item {
    min-width: 200px;
  }
}
.bloc-appro-category-list-products-item:has(input[type=checkbox]:checked), .bloc-appro-category-list-products-item:hover, .bloc-appro-category-list-products-item.active {
  opacity: 1;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: #29314b;
  padding-bottom: 10px;
}
.bloc-appro-category-list-products-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 0;
}
.bloc-appro-category-list-products-item:has(input[type=checkbox]:checked):after, .bloc-appro-category-list-products-item:hover:after, .bloc-appro-category-list-products-item.active:after {
  background-color: #29314b;
}
.bloc-appro-category-list-products-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #29314b;
  text-align: left;
}
.bloc-appro-category-list-products-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.bloc-filter-sidebar {
  top: 60px;
}
@media only screen and (max-width: 480px) {
  .bloc-filter-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 20px);
    height: 100vh;
    background: #ffffff;
    z-index: 1000000;
    transition: left 0.3s ease-in-out;
    overflow-y: scroll;
    padding: 70px 30px 90px 30px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
  .bloc-filter-sidebar.is-open {
    left: 0;
  }
}
.bloc-filter-sidebar-item fieldset {
  border: 4px solid rgba(41, 49, 75, 0.1);
  padding: 1.5rem;
  margin: 0;
}
.bloc-filter-sidebar-item fieldset legend {
  font-size: 0.95em;
  color: #29314b;
  font-weight: 700;
  margin-bottom: 1em;
  white-space: nowrap;
}

.filter-toggle-btn {
  display: none;
}
@media only screen and (max-width: 480px) {
  .filter-toggle-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #29314b;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
    border-radius: 50em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .filter-toggle-btn:hover {
    background-color: #635197;
  }
  .filter-toggle-btn.is-hidden {
    display: none;
  }
}

.filter-close-btn {
  display: none;
}
@media only screen and (max-width: 480px) {
  .filter-close-btn {
    display: block;
    position: absolute;
    top: 10px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
    right: 5px;
    background-color: #635197;
    width: 50px;
    height: 50px;
    border-radius: 50em;
    border: 3px solid #ffffff;
  }
  .filter-close-btn:hover {
    color: #4d3f76;
  }
}

.filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.filter-overlay.is-visible {
  display: block;
}

.dimension-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 6px !important;
}
.dimension-group .form-group {
  margin-bottom: 0;
}
.dimension-group.dimension-accordion .dimension-accordion-content {
  max-height: 0px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  display: block !important;
}
.dimension-group.dimension-accordion:not(.is-open) .dimension-accordion-content {
  max-height: 0px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  display: block !important;
}
.dimension-group.dimension-accordion.is-open .dimension-accordion-content {
  max-height: 5000px !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.dimension-item {
  font-weight: bold;
  display: flex;
  margin-bottom: 5px !important;
  line-height: 1em;
  align-items: center;
}
.dimension-accordion {
  border: none;
  margin-bottom: 15px;
}
.dimension-accordion.is-open {
  border-bottom: none;
  margin-bottom: 10px !important;
}
.dimension-accordion.is-open .dimension-accordion-header {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(41, 49, 75, 0.08);
  margin-bottom: 0 !important;
}
.dimension-accordion.is-open .dimension-accordion-content {
  padding-top: 10px !important;
}
.dimension-accordion-header {
  width: 100%;
  background-color: #ffffff;
  border: none;
  padding: 0.3em;
  border-radius: 5em;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  transition: background-color 0.2s ease;
}
.dimension-accordion-header:hover {
  background-color: rgba(41, 49, 75, 0.08);
}
.dimension-accordion-header .dimension-icon {
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  background-color: #29314b !important;
  border-radius: 50% !important;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
.dimension-accordion-header .dimension-icon img {
  width: 30px !important;
  height: 30px !important;
  display: block;
}
.dimension-accordion-header .dimension-name {
  flex-grow: 1;
  display: flex;
  justify-content: start;
  align-items: start;
}
.dimension-accordion-icon {
  width: 20px;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  font-size: 1em;
}
.dimension-accordion-content {
  max-height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: -5px 0 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  display: block !important;
  background-color: rgba(41, 49, 75, 0.08);
  border: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.dimension-accordion:not(.is-open) .dimension-accordion-content {
  max-height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  display: block !important;
}
.dimension-accordion.is-open .dimension-accordion-content {
  max-height: 5000px !important;
  overflow: visible !important;
  padding: 15px !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.dimension-accordion .topics-list {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.topics-list {
  margin-left: 0;
  margin-top: 5px;
}

.topic-item {
  display: flex;
  align-items: start;
  line-height: 1.35em;
}
.topic-item label {
  margin-left: 5px;
  display: inline-flex;
}
.topic-item input[type=checkbox] {
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 2em;
  top: 0.25em;
}

.inactive-topic {
  display: none !important;
}

.dimension-group:has(.dimension-accordion-header.inactive-dimension) {
  display: none !important;
}

.product-filter-checkbox, .product-filter-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.dimension-icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #29314b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.dimension-icon img {
  width: 30px;
  height: 30px;
  display: block;
}

.dimension-accordion-header .dimension-icon {
  width: 40px !important;
  height: 40px !important;
  background-color: #29314b !important;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#approvisionnement-results .topic-match-group-header {
  margin-top: 40px;
}
#approvisionnement-results .topic-match-group-header:first-of-type {
  margin-top: 0;
}

.loading-indicator {
  color: #29314b;
}

.dimension-topic-controls {
  padding-bottom: 12px;
  margin-top: 0;
}
.dimension-topic-controls a {
  text-decoration: none !important;
  color: #29314b;
}
.dimension-topic-controls a:hover {
  color: #635197;
}

.select-all-topics-btn i {
  font-size: 1em;
}

.bloc-filter-reset {
  margin-top: -22px;
  margin-bottom: 20px;
  text-align: center;
}
.bloc-filter-reset button {
  background-color: #ffffff !important;
}
.bloc-filter-reset button:hover {
  background-color: #29314b !important;
}

#open-disclaimer-modal.button-disclaimer {
  background-color: #29314b !important;
  color: #ffffff !important;
  border: 3px solid #29314b !important;
}
#open-disclaimer-modal.button-disclaimer img {
  filter: brightness(0) invert(1);
}
#open-disclaimer-modal.button-disclaimer:hover, #open-disclaimer-modal.button-disclaimer:focus-visible {
  background-color: #ffffff !important;
  color: #29314b !important;
  border-color: #29314b !important;
}
#open-disclaimer-modal.button-disclaimer:hover img, #open-disclaimer-modal.button-disclaimer:focus-visible img {
  filter: none;
}

.modal-dimensions-list-item li.non-correspondant {
  display: none !important;
}

/*Animation scroll mobile version*/
.container_mouse {
  display: none;
  z-index: 50;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  z-index: 10000;
}
@media only screen and (max-width: 480px) {
  .container_mouse {
    display: flex;
  }
}

.mouse-btn {
  margin: 0 auto;
  width: 120px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  display: flex;
  background-color: #635197;
}

.mouse-scroll {
  display: block;
  width: 30px;
  height: 16px;
  background: #ffffff;
  border-radius: 50em;
  margin: auto;
  animation: scrolling13 2s linear infinite;
}

@keyframes scrolling13 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(30px);
  }
}
.category-help-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
  pointer-events: none;
}
.category-help-overlay.is-visible {
  display: block;
}
.category-help-overlay.is-visible::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 100px;
  background: transparent;
  pointer-events: none;
  z-index: 9999;
}
.category-help-overlay .category-help-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 4px solid #93D5F6;
  border-radius: 0;
  padding: 0;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.4);
  max-width: 420px;
  width: auto;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.category-help-overlay .category-help-box.is-positioned {
  opacity: 1;
}
.category-help-overlay .category-help-box .category-help-content {
  position: relative;
  padding: 25px;
}
.category-help-overlay .category-help-box .category-help-content h3 {
  color: #29314b;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: left;
}
.category-help-overlay .category-help-box .category-help-content p {
  color: #555;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
.category-help-overlay .category-help-box .category-help-content .category-help-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #29314b;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.category-help-overlay .category-help-box .category-help-content .category-help-close:hover {
  background-color: #93D5F6;
  color: #29314b;
}
.category-help-overlay .category-help-box .category-help-content .category-help-close .ico-close {
  font-size: 14px;
  font-weight: bold;
}
.category-help-overlay .category-help-box .category-help-arrow {
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #93D5F6;
}
.category-help-overlay .category-help-box .category-help-arrow::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #93D5F6;
}
@media only screen and (max-width: 480px) {
  .category-help-overlay .category-help-box .category-help-arrow {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .category-help-overlay .category-help-box {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100vw - 40px);
    width: 90%;
    max-height: none;
    overflow: visible;
  }
  .category-help-overlay .category-help-box .category-help-content {
    padding: 25px;
  }
  .category-help-overlay .category-help-box .category-help-content h3 {
    font-size: 1.1em;
    margin-bottom: 8px;
  }
  .category-help-overlay .category-help-box .category-help-content p {
    font-size: 0.85em;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .category-help-overlay .category-help-box .category-help-arrow {
    display: block;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 16px solid #93D5F6;
    border-bottom: none;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
  .category-help-overlay .category-help-box .category-help-arrow::before {
    display: none;
  }
}

.bloc-cat-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.bloc-cat-list-link {
  text-decoration: none !important;
  color: #29314b;
}
.bloc-cat-list-item {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: flex;
  height: 100px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.bloc-cat-list-item-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50em;
  aspect-ratio: 1/1;
  margin: 0 1em;
  padding: 2px;
  position: relative;
  isolation: isolate;
  background: var(--cat-color-primary, #29314b);
  background: linear-gradient(45deg, var(--cat-color-primary, #29314b) 0%, var(--cat-color-secondary, var(--cat-color-primary, #29314b)) 100%);
}
.bloc-cat-list-item-icon img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.bloc-cat-list-item-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: white;
  border-radius: 50em;
  z-index: 0;
}
.bloc-cat-list-item-title {
  font-size: 1.25em;
  line-height: 1em;
  width: 100%;
  z-index: 1;
}
.bloc-cat-list-item-button {
  width: 100px;
  height: 100%;
  margin: 0 0 0 1em;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  background: var(--cat-color-primary, #29314b);
  background: linear-gradient(180deg, var(--cat-color-primary, #29314b) 0%, var(--cat-color-secondary, var(--cat-color-primary, #29314b)) 100%);
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.bloc-cat-list-item-button i {
  font-size: 1.5em;
  color: #ffffff;
}
.bloc-cat-list-item-button:before {
  content: "";
  position: absolute;
  background: #ffffff;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  z-index: 0;
  top: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  height: 200%;
  left: -100px;
  top: -50%;
  width: 100px;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.bloc-cat-list-item:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  box-shadow: 0px 0px 25px 0px rgba(41, 49, 75, 0.15);
}
.bloc-cat-list-item:hover .bloc-cat-list-item-button {
  width: 130px;
  padding-left: 1em;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.bloc-cat-list-item:hover .bloc-cat-list-item-button:before {
  left: -100px;
  width: 110px;
}

.card-item {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  margin: 1.75em 0;
}
.card-item a {
  text-decoration: none;
}
.card-item-header {
  background-color: rgba(41, 49, 75, 0.08);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 30px 10px 30px;
  position: relative;
}
.card-item-header-label {
  font-size: 14px;
  font-weight: 600;
  background-color: #29314b;
  color: #ffffff;
  padding: 2px 16px;
  border-radius: 50em;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1em;
  left: 30px;
}
.card-item-header-logo {
  width: 120px;
  height: 120px;
  border: 3px solid #29314b;
  border-radius: 50em;
  position: absolute;
  top: -35px;
  right: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-item-header-logo img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .card-item-header-logo {
    width: 80px;
    height: 80px;
    top: -10px;
    right: 20px;
  }
  .card-item-header-logo img {
    max-width: 60px;
    max-height: 60px;
  }
}
.card-item-header-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: visible;
  width: 100%;
}
.card-item-header-icons li {
  width: 30px;
  height: 30px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50em;
}
.card-item-header-icons li img {
  max-width: 23px;
  max-height: 23px;
}
.card-item-header-icons li.is-hidden {
  display: none !important;
}
.card-item-header-icons-more {
  background-color: rgba(41, 49, 75, 0.08);
  border: 1px solid rgba(41, 49, 75, 0.15);
  color: #29314b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.card-item-header-icons-more.is-hidden {
  display: none !important;
}
.card-item-header-icons-more-label {
  display: block;
  line-height: 1;
}
.card-item-header-icons-popover {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 0;
  list-style: none;
  margin-top: 8px;
  max-width: min(100%, 280px);
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 45;
}
.card-item-header-icons-popover[hidden] {
  display: none !important;
}
.card-item-header-icons-popover .card-item-header-icon {
  align-items: center;
  border-radius: 50em;
  display: inline-flex;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30px;
}
.card-item-header-icons-popover .card-item-header-icon::marker {
  content: none;
}
.card-item-header-icons-popover .card-item-header-icon img {
  max-height: 23px;
  max-width: 23px;
}
.card-item.active {
  outline: 3px solid #29314b;
}
.card-item.active .card-item-add {
  background: #29314b !important;
}
.card-item.active .card-item-add .ico-card-add:before {
  content: "\e90b";
}
.card-item-content {
  padding: 30px;
}
.card-item-content-title h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}
.card-item-content-dimensions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.card-item-content-dimensions-list li {
  background-color: rgba(41, 49, 75, 0.1);
  border-radius: 50em;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-item-content-dimensions-list li:not(.active) {
  display: none;
}
.card-item-content-dimensions-list li.active {
  background-color: #29314b;
}
.card-item-content-dimensions-list li img {
  width: 80%;
}
.card-item-add {
  position: absolute;
  width: 110px;
  height: 110px;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 20px;
  color: #ffffff;
  font-size: 26px;
  z-index: 1;
  display: inline-flex;
  align-items: end;
  justify-content: end;
  width: 110px;
  height: 110px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  padding: 16px;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.card-item-add:hover {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
  width: 116px;
  height: 116px;
}
.card-item-add:hover:before {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-top: 116px solid white;
  border-right: 116px solid transparent;
}
.card-item-add:before {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 110px solid white;
  border-right: 110px solid transparent;
  top: 0;
  left: 0;
}
.card-item-add .ico-card-add:before {
  content: "\e90f";
}
.card-item-initiative-meta {
  margin: 0.5rem 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.45;
}
.card-item-initiative-line {
  margin: 0 0 0.25rem;
}
.card-item-initiative-line:last-child {
  margin-bottom: 0;
}
.card-item-initiative-label {
  font-weight: 700;
  margin-right: 0.35rem;
}
.card-item-initiative {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 1.25em 0;
}
.card-item-initiative .card-item-initiative-products {
  align-items: center;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  min-height: 46px;
  min-width: 0;
  overflow: visible;
  padding: 8px 24px;
  position: relative;
}
.card-item-initiative .card-item-initiative-products .card-item-header-icons {
  align-items: center;
  flex: 1;
  min-width: 0;
  overflow: visible;
}
.card-item-initiative .card-item-initiative-header {
  background: transparent;
  min-height: 0;
  padding: 24px 24px 0;
  position: relative;
}
.card-item-initiative .card-item-initiative-products + .card-item-initiative-header {
  padding-top: 16px;
}
.card-item-initiative .card-item-initiative-cover {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card-item-initiative .card-item-initiative-cover::before {
  content: "";
  display: block;
  padding-top: 42.1875%;
}
.card-item-initiative .card-item-initiative-cover img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.card-item-initiative .card-item-initiative-cover--placeholder {
  background-color: #ffffff;
}
.card-item-initiative .card-item-initiative-cover--placeholder::before {
  background-color: #ffffff;
}
.card-item-initiative .card-item-initiative-header-overlay {
  display: none;
}
.card-item-initiative .card-item-initiative-logo {
  background-color: #ffffff;
  border: 1px solid rgba(41, 49, 75, 0.1);
  border-radius: 50em;
  bottom: -22px;
  display: flex;
  height: 124px;
  left: 8px;
  position: absolute;
  top: auto;
  width: 124px;
  z-index: 2;
}
.card-item-initiative .card-item-initiative-logo img {
  max-height: 86px;
  max-width: 86px;
}
@media only screen and (max-width: 480px) {
  .card-item-initiative .card-item-initiative-logo {
    bottom: -18px;
    height: 101px;
    left: 16px;
    width: 101px;
  }
  .card-item-initiative .card-item-initiative-logo img {
    max-height: 68px;
    max-width: 68px;
  }
}
.card-item-initiative .card-item-initiative-logo--empty {
  background: transparent;
  border: 0;
  pointer-events: none;
}
.card-item-initiative .card-item-initiative-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 40px 24px 24px;
}
@media only screen and (max-width: 480px) {
  .card-item-initiative .card-item-initiative-content {
    padding-top: 35px;
  }
}
.card-item-initiative .card-item-initiative-content .card-item-initiative-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  min-height: 93.6px;
}
.card-item-initiative .card-item-initiative-content .card-item-initiative-heading .card-item-content-title {
  margin-bottom: 8px;
}
.card-item-initiative .card-item-initiative-content .card-item-initiative-heading .card-item-content-title h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item-initiative .card-item-initiative-content .card-item-initiative-heading .card-item-initiative-subtitle {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 0;
}
.card-item-initiative .card-item-initiative-content .card-item-initiative-heading .card-item-initiative-subtitle p {
  margin: 0;
}
.card-item-initiative .card-item-initiative-type {
  align-items: start;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  padding: 0;
}
.card-item-initiative .card-item-initiative-type-icon {
  color: #29314b;
  font-size: 18px;
  grid-column: 1;
  grid-row: 1;
  line-height: 18.9px;
}
.card-item-initiative .card-item-initiative-type-text {
  color: #29314b;
  font-size: 14px;
  font-weight: 600;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.35;
  min-width: 0;
}
.card-item-initiative .card-item-initiative-details {
  border-bottom: 4px solid rgba(41, 49, 75, 0.1);
  border-top: 4px solid rgba(41, 49, 75, 0.1);
  margin-bottom: 18px;
  padding: 12px 0;
}
.card-item-initiative .card-item-initiative-location {
  align-items: start;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  margin-top: 10px;
  min-height: 37.8px;
}
.card-item-initiative .card-item-initiative-location-icon {
  color: #29314b;
  font-size: 18px;
  grid-column: 1;
  grid-row: 1;
  line-height: 18.9px;
}
.card-item-initiative .card-item-initiative-location-icon img {
  display: block;
  height: 18px;
  width: 18px;
}
.card-item-initiative .card-item-initiative-location-text {
  color: #29314b;
  font-size: 14px;
  font-weight: 600;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.35;
  min-width: 0;
}
.card-item-initiative .card-item-initiative-subtitle p,
.card-item-initiative .card-item-initiative-type-text,
.card-item-initiative .card-item-initiative-location-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item-initiative .card-item-initiative-subtitle p.has-truncated-text,
.card-item-initiative .card-item-initiative-type-text.has-truncated-text,
.card-item-initiative .card-item-initiative-location-text.has-truncated-text {
  cursor: help;
}
.card-item-initiative .card-item-initiative-type {
  border: 0;
  margin-bottom: 0;
}
.card-item-initiative .card-item-initiative-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.card-item-initiative .card-item-initiative-actions .button {
  min-width: 150px;
}
.card-item-initiative .card-item-add {
  height: 88px;
  padding: 0 8px 15px 0;
  width: 88px;
}
.card-item-initiative .card-item-add:before {
  border-right: 88px solid transparent;
  border-top: 88px solid white;
}
.card-item-initiative .card-item-add .ico-card-add {
  bottom: -8px;
  position: relative;
  right: -2px;
}
.card-item-initiative .card-item-add:hover {
  height: 94px;
  padding: 0 6px 13px 0;
  width: 94px;
}
.card-item-initiative .card-item-add:hover:before {
  border-right: 94px solid transparent;
  border-top: 94px solid white;
}
.card-item-label {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 1.25em 0;
}
.card-item-label .card-item-label-header {
  align-items: center;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  min-height: 46px;
  min-width: 0;
  overflow: visible;
  padding: 8px 24px 12px;
  position: relative;
}
.card-item-label .card-item-label-header::after {
  background-color: rgba(41, 49, 75, 0.1);
  bottom: 0;
  content: "";
  height: 4px;
  left: 24px;
  position: absolute;
  right: 24px;
}
.card-item-label .card-item-label-header .card-item-header-icons {
  align-items: center;
  flex: 1;
  min-width: 0;
  overflow: visible;
}
.card-item-label .card-item-label-header .card-item-header-icons .product-icon-tooltip:hover,
.card-item-label .card-item-label-header .card-item-header-icons .product-icon-tooltip:focus-visible {
  z-index: 50;
}
.card-item-label .card-item-label-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 24px 24px;
}
.card-item-label .card-item-label-content .card-item-label-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  min-height: 136.4px;
}
.card-item-label .card-item-label-content .card-item-label-heading .card-item-content-title {
  margin-bottom: 8px;
}
.card-item-label .card-item-label-content .card-item-label-heading .card-item-content-title h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item-label .card-item-label-content .card-item-label-heading .card-item-content-description {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 0;
}
.card-item-label .card-item-label-content .card-item-label-heading .card-item-content-description p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item-label .card-item-label-logo {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(41, 49, 75, 0.1);
  border-radius: 50em;
  display: flex;
  height: 124px;
  justify-content: center;
  margin: 0 0 16px 8px;
  width: 124px;
}
.card-item-label .card-item-label-logo img {
  max-height: 86px;
  max-width: 86px;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .card-item-label .card-item-label-logo {
    height: 101px;
    margin-left: 0;
    width: 101px;
  }
  .card-item-label .card-item-label-logo img {
    max-height: 68px;
    max-width: 68px;
  }
}
.card-item-label .card-item-label-logo--empty {
  background: transparent;
  border: 0;
}
.card-item-label .card-item-label-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.card-item-label .card-item-label-actions .button {
  min-width: 150px;
}
.card-item-label .card-item-add {
  height: 88px;
  padding: 0 8px 15px 0;
  width: 88px;
}
.card-item-label .card-item-add:before {
  border-right: 88px solid transparent;
  border-top: 88px solid white;
}
.card-item-label .card-item-add .ico-card-add {
  bottom: -8px;
  position: relative;
  right: -2px;
}
.card-item-label .card-item-add:hover {
  height: 94px;
  padding: 0 6px 13px 0;
  width: 94px;
}
.card-item-label .card-item-add:hover:before {
  border-right: 94px solid transparent;
  border-top: 94px solid white;
}

[class*=col-]:has(> .card-item) {
  display: flex;
  flex-direction: column;
}

.error404 .section-header .row {
  align-items: center;
}
.error404-top {
  background-color: rgba(69, 123, 188, 0.08);
}
.error404 form {
  display: flex;
  align-items: center;
  width: 100%;
}
.error404 form label {
  display: contents;
  margin-right: 15px;
}
.error404 form label input[type=search] {
  margin-right: 15px;
  border-radius: 5px;
}
.error404 form [type=submit] {
  min-height: 44px;
  padding: 10px 25px;
  border: 2px solid #29314b;
  background-color: #29314b;
  border-radius: 100px;
  color: #ffffff;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-align: center;
  margin: 15px auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .error404 form [type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .error404 form [type=submit] {
    font-size: 18px;
  }
}
.error404 form [type=submit] a {
  color: #ffffff;
  text-decoration: none;
  background: none;
}
.error404 form [type=submit]:hover, .error404 form [type=submit]:focus {
  background-color: #35404e;
  border-color: #35404e;
  cursor: pointer;
}
.error404 .error-image {
  text-align: center;
  margin: 15px 0 45px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .error404 .error-image {
    margin: 45px 0;
  }
}
.error404 .error-image img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .error404 .error-image img {
    max-width: 750px;
  }
}
.error404 .error-image-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.error404 .error-image-circular img {
  max-width: auto;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  animation: rotation 5s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.error404 .bloc-container {
  align-items: center;
}
.error404 .bloc-value-buttons a {
  margin: 0.5rem;
}
.error404 .bloc-value-img {
  display: block !important;
  text-align: center;
  position: relative;
}
.error404 .bloc-value-img img {
  max-width: 180px;
}
@media screen and (min-width: 1024px) {
  .error404 .bloc-value-img img {
    max-width: 300px;
  }
}
.error404 .error-content h1 {
  color: #635197;
}

.select2 .selection {
  height: 100%;
  width: 100%;
}
.select2-option-with-icon {
  display: flex;
  align-items: center;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.bloc-appro-category-list-title .select2-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10003;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  height: 100%;
  align-items: center;
  padding-left: 20px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 15px 4px 15px 8px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
  z-index: 10000;
}
.admin-bar .select2-container--open .select2-dropdown {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .select2-container--open .select2-dropdown {
    top: 46px;
  }
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e906";
  font-family: "bcircular";
  font-size: 1.5em;
  color: #000;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection--single {
  border-bottom-left-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--multiple {
  background-color: white;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default.select2-container--open .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default.select2-container--open[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default.select2-container--open[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default.select2-container--open[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default.select2-container--open[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--open.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--open.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--open.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default.select2-container--open .select2-results > .select2-results__options {
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 15px solid #ffffff;
  margin-top: -15px;
}
.select2-container--default.select2-container--open .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default.select2-container--open .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default.select2-container--open .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default.select2-container--open .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default.select2-container--open .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default.select2-container--open .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default.select2-container--open .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default.select2-container--open .select2-results__option--group {
  padding: 0;
}
.select2-container--default.select2-container--open .select2-results__option--disabled {
  color: #999;
}
.select2-container--default.select2-container--open .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default.select2-container--open .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #29314b;
  color: white;
}
.select2-container--default.select2-container--open .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--default-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--default-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--default-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #444;
}
.select2-container--default-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--default-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--default-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--default-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--default-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  transform: rotate(180deg);
  color: #3875d7;
}
.select2-container--default-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--default-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--default-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--default-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--default-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--default-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--default-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--default-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--default-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--default-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--default-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--default-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--default-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--default-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--default-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--default-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--default-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--default-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-dropdown.bloc-appro-category-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--Gradient-ICT, linear-gradient(180deg, #457BBC 0%, #29314B 100%));
  color: #ffffff;
}
.select2-dropdown.bloc-appro-category-dropdown .select2-results__option--highlighted.select2-results__option--selectable .bloc-appro-category-list-title-text {
  color: #ffffff;
}

.sitemap-header {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(99, 81, 151, 0.15);
  /*border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: $color-purple;*/
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  /*margin-bottom: 4rem;*/
}
.sitemap-header h1 {
  color: #29314b;
}
.sitemap-content h2 {
  color: #635197;
  font-size: 2em;
}
@media only screen and (max-width: 480px) {
  .sitemap-content h2 {
    font-size: 1.25em;
  }
}
.sitemap-listing {
  padding-bottom: 26px;
}

.page-template-page-sitemap footer {
  margin-top: -5px !important;
}

.bt-glossaire {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
  background: linear-gradient(180deg, #635197 0%, #a69bc8 100%);
  color: #ffffff;
  border: none;
  width: 38px;
  height: 160px;
  padding: 0.75rem 0.25rem;
  border-radius: 12px 0 0 12px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.bt-glossaire .bt-glossaire-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1;
}
.bt-glossaire .ico {
  font-size: 1rem;
  line-height: 1;
}
.bt-glossaire:hover {
  background: #ffffff;
  color: #635197;
}
@media only screen and (max-width: 480px) {
  .bt-glossaire {
    width: 34px;
    height: 140px;
    padding: 0.6rem 0.2rem;
  }
}

.glossaire-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
}
.glossaire-modal.open {
  display: flex;
}
.glossaire-modal .glossaire-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.glossaire-modal .glossaire-modal-container {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 50em;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.glossaire-modal .glossaire-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f6f7fa;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.glossaire-modal .glossaire-modal-header .glossaire-modal-title {
  margin: 0;
  font-size: 1.5rem;
}
.glossaire-modal .glossaire-modal-header .glossaire-modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.glossaire-modal-custom .glossaire-modal-body {
  padding: 0;
  background: none;
  box-shadow: none;
}
.glossaire-modal-custom .glossaire-modal-grid {
  max-width: 1000px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  min-width: unset;
  min-height: unset;
  display: flex;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .glossaire-modal-custom .glossaire-modal-grid {
    flex-direction: column;
    max-height: 90vh;
    height: 100%;
  }
}
.glossaire-modal-custom .glossaire-modal-sidebar {
  background: linear-gradient(180deg, #ffffff 0%, #f2f6f9 100%);
  min-width: 260px;
  max-width: 300px;
  padding: 2.5rem 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #e5e8ef;
}
@media only screen and (max-width: 480px) {
  .glossaire-modal-custom .glossaire-modal-sidebar {
    min-width: unset;
    max-width: unset;
    padding: 1.5rem 0 1rem 0;
    border-right: none;
    border-bottom: 1px solid #e5e8ef;
  }
}
.glossaire-modal-custom .glossaire-modal-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  gap: 1rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 480px) {
  .glossaire-modal-custom .glossaire-modal-title-row {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
}
.glossaire-modal-custom .glossaire-modal-title-icon {
  background: linear-gradient(180deg, #635197 0%, #a69bc8 100%);
  color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  clip-path: path("M 25 0 A 25 25 0 0 1 50 25 L 50 50 L 25 50 A 25 25 0 0 1 0 25 A 25 25 0 0 1 25 0 Z");
}
.glossaire-modal-custom .glossaire-modal-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3a4a;
  margin: 0;
}
.glossaire-modal-custom .glossaire-tabs-nav {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .glossaire-modal-custom .glossaire-tabs-nav {
    display: none;
  }
}
.glossaire-modal-custom .glossaire-mobile-selector {
  display: none;
}
@media only screen and (max-width: 480px) {
  .glossaire-modal-custom .glossaire-mobile-selector {
    display: block;
    width: calc(100% - 2rem);
    margin: 0 1rem 1rem 1rem;
    position: relative;
  }
  .glossaire-modal-custom .glossaire-mobile-selector select {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 2px solid #e5e8ef;
    border-radius: 8px;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    color: #2d3a4a;
    cursor: pointer;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .glossaire-modal-custom .glossaire-mobile-selector select:focus {
    outline: none;
    border-color: #29314b;
  }
  .glossaire-modal-custom .glossaire-mobile-selector::after {
    content: "⌄";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #2d3a4a;
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.glossaire-modal-custom .glossaire-tabs-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.glossaire-modal-custom li {
  border-top: 1px solid #e5e7ef;
}
.glossaire-modal-custom li:last-child {
  border-bottom: 1px solid #e5e7ef;
}
.glossaire-modal-custom .glossaire-tab-link {
  background: none;
  border: none;
  padding: 1.5rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  color: #2d3a4a;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}
.glossaire-modal-custom .glossaire-tab-link:hover {
  background: #e5e8ef;
}
.glossaire-modal-custom .glossaire-tab-link.active {
  background: #ffffff;
  border-left: 8px solid #29314b;
  border-right: 1px solid #ffffff;
  width: calc(100% + 1px);
}

.glossaire-modal-main {
  flex: 1;
  padding: 4rem 2.5rem 2.5rem 2rem;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 480px) {
  .glossaire-modal-main {
    padding: 1.5rem 1rem 2rem 1rem;
    height: auto;
    max-height: 100%;
    overflow-y: scroll;
  }
}

.modal-close {
  background: #29314b;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em !important;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
  z-index: 10;
}
.modal-close:hover {
  background: #635197;
  color: #ffffff;
}
.modal-close:focus {
  outline: 2px solid #29314b;
  outline-offset: 2px;
}
@media only screen and (max-width: 480px) {
  .modal-close {
    width: 32px;
    height: 32px;
    font-size: 0.8em !important;
  }
}

.glossaire-tabs-content {
  flex: 1;
  overflow-y: auto;
  min-height: 350px;
  max-height: 100%;
}
@media only screen and (max-width: 480px) {
  .glossaire-tabs-content {
    min-height: auto;
    max-height: none;
  }
}

.glossaire-tab-pane {
  display: none;
}
.glossaire-tab-pane.active {
  display: block;
  animation: fadeIn 0.3s;
}
.glossaire-tab-pane h3 {
  font-size: 1.3rem;
  color: #2d3a4a;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.glossaire-tab-pane p {
  color: #3d4b5c;
  margin-bottom: 1.5rem;
}
.glossaire-tab-pane .glossaire-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.glossaire-tab-pane .glossaire-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
  color: #2d3a4a;
  font-size: 1rem;
}
.glossaire-tab-pane .glossaire-list li strong {
  font-weight: 700;
}
.glossaire-tab-pane .glossaire-list .glossaire-list-icon {
  width: 36px;
  height: 36px;
  background: #e5e8ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #2d3a4a;
  flex-shrink: 0;
  margin-top: 2px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.appro-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 15px 0;
}
.appro-results-toolbar .appro-results-count-slot {
  font-weight: 600;
  color: #29314b;
}

.compare-selection-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.compare-selection-button .compare-count {
  background-color: #635197;
  color: #ffffff;
  padding: 4px;
  border-radius: 50em;
  aspect-ratio: 1/1;
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
  line-height: 1;
}
.compare-selection-button:hover .compare-count {
  background-color: #29314b;
}

.card-item-compare.is-in-comparison {
  background-color: #29314b !important;
  color: #ffffff !important;
}
.card-item-compare.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.comparison-modal .comparison-modal-content {
  position: relative;
  background: #ffffff;
  width: 95%;
  max-width: 1100px;
  height: 85vh;
  max-height: 760px;
  margin: auto;
  border-radius: 12px;
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.comparison-modal-titlebar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-right: 70px;
}

.comparison-modal-title-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50em;
  background-color: #635197;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.comparison-modal-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #29314b;
}

.comparison-layout {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.comparison-head,
.comparison-matrix,
.comparison-foot {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  column-gap: 10px;
}

.comparison-head {
  align-items: stretch;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}

.comparison-foot {
  padding: 12px 0;
  border-top: 1px solid #e2e2e2;
}

.comparison-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 6px 0;
}

.comparison-matrix {
  align-items: stretch;
}

.comparison-cell {
  padding: 10px 8px;
  display: flex;
  align-items: center;
  font-size: 0.92rem;
}

.comparison-cell--label {
  font-weight: 600;
  color: #29314b;
}

.comparison-head-category {
  align-items: flex-start;
}
.comparison-head-category .select2-container {
  width: 100% !important;
}

.comparison-head-item {
  justify-content: center;
  background: #f4f5f7;
  border-radius: 12px;
  padding: 14px 10px;
}
.comparison-head-item .select2-selection__rendered {
  padding-right: 38px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comparison-head-item .select2-selection__arrow {
  right: 0;
  width: 20px;
}

.comparison-item-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 8px;
}

.comparison-item-logo-wrap {
  position: relative;
  display: inline-block;
}
.comparison-item-logo-wrap--no-logo {
  display: flex;
  justify-content: center;
}
.comparison-item-logo-wrap--no-logo .comparison-item-remove {
  position: static;
  top: auto;
  right: auto;
}

.comparison-item-logo {
  width: 70px;
  height: 70px;
  border-radius: 50em;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}
.comparison-item-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.comparison-item-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 2;
  border: 2px solid #ffffff;
  background: #29314b;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.comparison-item-remove:hover {
  background: #dd2427;
  color: #ffffff;
}

.comparison-item-title {
  font-weight: 700;
  color: #29314b;
  font-size: 0.95rem;
  line-height: 1.2;
}

.comparison-item-subtitle {
  margin-top: 2px;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #6b7280;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comparison-item-subtitle.has-truncated-text {
  cursor: help;
  position: relative;
}
.comparison-item-subtitle.has-truncated-text::after {
  background: #29314b;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  content: attr(data-full-text);
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  line-height: 1.35;
  max-width: min(220px, 100%);
  opacity: 0;
  padding: 6px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  white-space: normal;
  width: max-content;
  z-index: 20;
}
.comparison-item-subtitle.has-truncated-text:hover::after, .comparison-item-subtitle.has-truncated-text:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.comparison-item-picker {
  width: 100%;
  align-self: center;
}
.comparison-item-picker .select2-container {
  width: 100% !important;
}

.comparison-item-dropdown .select2-results__options > li {
  text-align: left;
}
.comparison-item-dropdown .select2-results__options > li:first-child {
  text-align: left;
}

.comparison-dim-header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 8px 8px;
  font-weight: 700;
  color: #29314b;
  border-bottom: 2px solid #ededed;
  cursor: pointer;
  user-select: none;
}

.comparison-dim-name {
  margin-right: auto;
}

.comparison-dim-toggle {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #29314b;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
}

.comparison-cell.is-dim-collapsed {
  display: none;
}

.comparison-dim-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.comparison-dim-icon:not(:empty) {
  background-color: #29314b;
  border-radius: 50%;
}
.comparison-dim-icon img {
  width: 30px;
  height: 30px;
  display: block;
}

.comparison-topic-name {
  border-bottom: 1px solid #f0f0f0;
}

.comparison-status-cell {
  border-bottom: 1px solid #f0f0f0;
  gap: 6px;
  font-size: 0.85rem;
}
.comparison-status-cell .ico-check,
.comparison-status-cell .ico-halfcheck,
.comparison-status-cell .ico-close {
  padding: 1px !important;
  border-radius: 50em !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-color: #E3E3E3;
  font-size: 1em;
}
.comparison-status-cell .ico-check {
  color: #0B8942 !important;
  border-color: #0B8942 !important;
}
.comparison-status-cell .ico-halfcheck {
  color: #F39200 !important;
  position: relative;
}
.comparison-status-cell .ico-halfcheck:after {
  border: 2px solid #F39200;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-radius: 50em;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  right: 0;
  top: -2px;
  transform: rotate(45deg);
  width: calc(100% + 4px);
}
.comparison-status-cell .ico-close {
  color: #dd2427 !important;
}

.comparison-status-text {
  white-space: nowrap;
}

.comparison-empty {
  text-align: center;
  color: #888;
  padding: 40px 0;
}

.comparison-add-fav {
  width: 100%;
  color: #ffffff !important;
  border: none;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .comparison-modal .comparison-modal-content {
    width: 98%;
    height: 92vh;
    padding: 20px 14px 0;
  }
  .comparison-head,
.comparison-matrix,
.comparison-foot {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    column-gap: 6px;
  }
  .comparison-cell {
    font-size: 0.78rem;
    padding: 8px 4px;
  }
  .comparison-item-logo {
    width: 52px;
    height: 52px;
  }
}
