/* cmsms stylesheet: styles modified: Monday, January 17, 2022 12:35:37 PM */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

br {
  padding: 0;
}

/*********************************************
  BREAKPOINTS
**********************************************/
@font-face {
  font-family: "DINOT-CondRegular";
  src: url("../../assets/css/fonts/dinot-condensed/DINOT-CondRegular.eot");
  src: url("../../assets/css/fonts/dinot-condensed/DINOT-CondRegular.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondRegular.woff2") format("woff2"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondRegular.woff") format("woff"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondRegular.ttf") format("truetype"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondRegular.svg#DINOT-CondRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "DINOT-CondLight";
  src: url("../../assets/css/fonts/dinot-condensed/DINOT-CondLight.eot");
  src: url("../../assets/css/fonts/dinot-condensed/DINOT-CondLight.eot?#iefix") format("embedded-opentype"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondLight.woff2") format("woff2"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondLight.woff") format("woff"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondLight.ttf") format("truetype"), url("../../assets/css/fonts/dinot-condensed/DINOT-CondLight.svg#DINOT-CondLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  background: #e3e3e3;
  position: relative;
  overflow: hidden;
  height: 48px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 48px 0 10px;
  font-size: 0.887rem;
  line-height: 48px;
  color: #e26c2d;
  height: 48px;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  padding: 0.5em;
}
.selectric .button, .selectric form .form .submit input, form .form .submit .selectric input {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #e26c2d;
  color: #e3e3e3;
  border: 0px solid #e26c2d;
  text-align: center;
  font: 0/0 a;
  *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after, .selectric form .form .submit input:after, form .form .submit .selectric input:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #e3e3e3;
  border-bottom: none;
}

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

.selectric-hover .selectric {
  border-color: #cacaca;
}
.selectric-hover .selectric .button, .selectric-hover .selectric form .form .submit input, form .form .submit .selectric-hover .selectric input {
  color: #c1551b;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #cacaca;
}
.selectric-open .selectric-items {
  display: block;
}

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

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

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

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

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

.transitionsContainer {
  display: none;
}
.transitionsContainer .transitionBlock, .transitionsContainer .transitionBlock2 {
  position: fixed;
  width: 100%;
  height: 0;
  background-color: #000000;
  z-index: 100000;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.transitionsContainer .transitionBlock img, .transitionsContainer .transitionBlock2 img {
  position: relative;
  pointer-events: none;
  width: 80%;
  opacity: 0.03;
}
.transitionsContainer .transitionBlock2 {
  background-color: #011c32;
}

.transitionsContainer.ie {
  display: none;
}
.transitionsContainer.ie .transitionBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 100000;
}

@keyframes bipping {
  0% {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
  }
  2% {
    box-shadow: 0px 0px 20px 20px rgba(86, 125, 164, 0.45);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
  }
}
@keyframes pulsing {
  0% {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
  }
  2% {
    transform: translate(-50%, -50%) scale(1.9);
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
  }
}
@keyframes bounce {
  0%, 35% {
    fill: #ffffff;
    transform: translate(-50%, -50%) scaleX(1);
  }
  50% {
    fill: #12abdd;
    transform: translate(-50%, calc(-50% + 15px)) scaleX(0.95);
  }
  80%, 100% {
    fill: #ffffff;
    transform: translate(-50%, -50%) scaleX(1);
  }
}
@keyframes bounce-more {
  0%, 35% {
    fill: #ffffff;
    transform: translate(-50%, -50%) scaleX(1);
  }
  50% {
    fill: #12abdd;
    transform: translate(-50%, calc(-50% + 30px)) scaleX(0.95);
  }
  80%, 100% {
    fill: #ffffff;
    transform: translate(-50%, -50%) scaleX(1);
  }
}
/*********************************************
  UTILS
*********************************************/
* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e3e3e3;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3e3e3;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e3e3e3 !important;
}

:-ms-textarea-placeholder {
  /* IE 10+ */
  color: #e3e3e3 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #e3e3e3;
}

.bold, strong {
  font-weight: 600;
}

img {
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

div, p, li, td, th, label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.887rem;
  line-height: 1.6em;
  font-weight: 200;
  color: #000000;
}

a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.887rem;
  line-height: 1.6em;
  color: #000000;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  color: #000000;
  margin-bottom: 1em;
}

h1, h1 > a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 2.618rem;
  line-height: 1.2em;
  font-weight: 200;
}

h2, h2 > a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 2.058rem;
  line-height: 1.2em;
  font-weight: 200;
}

h3, h3 > a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 1.272rem;
  line-height: 1.2em;
  font-weight: 200;
}

h4, h4 > a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 200;
}

main, svg, button {
  padding: 0;
}

main {
  display: block;
}

body {
  min-width: 320px;
}

input[type=text], input[type=date], input[type=number], input[type=email], input[type=tel], textarea {
  font-size: 0.887rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  outline: none;
  -webkit-appearance: none;
  padding: 10px 12px;
  border: none;
  background-color: #ffffff;
}

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

.checkboxContainer {
  line-height: 1;
}
.checkboxContainer label, .checkboxContainer div, .checkboxContainer a {
  line-height: 1;
}
.checkboxContainer label {
  padding-left: 0.2em;
  color: #000000;
}
.checkboxContainer .pretty {
  margin-right: 0;
}

.captcha {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.captcha .g-recaptcha {
  text-align: center;
  margin: auto;
  display: inline-block;
}
.captcha .g-recaptcha > div {
  right: 0;
}

/*********************************************
  STRUCTURE
**********************************************/
.fullWidth {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.fullWidth__wrapper {
  position: relative;
  width: 100%;
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .fullWidth__wrapper {
    padding: 60px 5%;
  }
}
.fullWidth__wrapper--1200 {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .fullWidth__wrapper--1200 {
    padding: 60px 5%;
  }
}
.fullWidth__wrapper--1600 {
  max-width: 1520px;
  margin: 0 auto;
}
@media all and (max-width: 1600px) {
  .fullWidth__wrapper--1600 {
    padding: 60px 5%;
  }
}
.fullWidth__wrapper.right {
  justify-content: flex-end;
}
.fullWidth__wrapper.left {
  justify-content: flex-start;
  margin: 0;
}
.fullWidth__wrapper.center {
  justify-content: center;
}
.fullWidth--1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.fullWidth--1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.halfWidth {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 749px) {
  .halfWidth {
    width: 100%;
    min-height: auto;
  }
}
.halfWidth.width25 {
  width: 25%;
}
.halfWidth.width25 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width25 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width25 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width25 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width30 {
  width: 30%;
}
.halfWidth.width30 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width30 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width30 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width30 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width33 {
  width: 33.333%;
}
.halfWidth.width33 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width33 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width33 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width33 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width40 {
  width: 40%;
}
.halfWidth.width40 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width40 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width40 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width40 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width60 {
  width: 60%;
}
.halfWidth.width60 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width60 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width60 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width60 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width66 {
  width: 66.666%;
}
.halfWidth.width66 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width66 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width66 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width66 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width70 {
  width: 70%;
}
.halfWidth.width70 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width70 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width70 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width70 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width75 {
  width: 75%;
}
.halfWidth.width75 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width75 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width75 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width75 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth__wrapper {
  position: relative;
  width: 100%;
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth__wrapper.center {
  justify-content: center;
}

.thirdWidth {
  width: 33.333%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 749px) {
  .thirdWidth {
    width: 100%;
    min-height: auto;
  }
}
.thirdWidth__wrapper {
  padding: 60px 80px;
  width: 100%;
}
@media (max-width: 749px) {
  .thirdWidth__wrapper {
    padding: 60px 5%;
  }
}

.quarterWidth {
  width: 25%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 749px) {
  .quarterWidth {
    width: 50%;
    min-height: auto;
  }
}
@media (max-width: 599px) {
  .quarterWidth {
    width: 100%;
    min-height: auto;
  }
}
.quarterWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .quarterWidth__wrapper {
    padding: 60px 5%;
  }
}

.fixedWidth {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 370px;
}
.fixedWidth__wrapper {
  width: 100%;
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .fixedWidth__wrapper {
    padding: 60px 5%;
  }
}
.fixedWidth:first-child .fixedWidth__wrapper {
  padding-right: 0;
}
.fixedWidth:last-child .fixedWidth__wrapper {
  padding-left: 0;
}

.floatWidth {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.floatWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .floatWidth__wrapper {
    padding: 60px 5%;
  }
}

/*********************************************
  BUTTONS
**********************************************/
.buttonContainer, form .form .submit {
  vertical-align: middle;
}
.buttonContainer.center, form .form .center.submit {
  text-align: center;
}
.buttonContainer.right, form .form .right.submit {
  text-align: right;
}
.buttonContainer .button, form .form .submit .button, form .form .submit input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 0.887rem;
  color: #ffffff;
  padding: 0.8em 1em;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
}
.buttonContainer .button.big, form .form .submit .button.big, form .form .submit input.big {
  padding: 14px 22px;
  text-transform: uppercase;
}
.buttonContainer .button.amazing, form .form .submit .button.amazing, form .form .submit input.amazing {
  padding: 14px 30px;
  font-size: 0.75rem;
}
.buttonContainer .button img, form .form .submit .button img, form .form .submit input img, .buttonContainer .button svg, form .form .submit .button svg, form .form .submit input svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.buttonContainer .button img + span, form .form .submit .button img + span, form .form .submit input img + span, .buttonContainer .button svg + span, form .form .submit .button svg + span, form .form .submit input svg + span, .buttonContainer .button span + img, form .form .submit .button span + img, form .form .submit input span + img, .buttonContainer .button span + svg, form .form .submit .button span + svg, form .form .submit input span + svg {
  padding-left: 10px;
}

/*********************************************
 TAGS
**********************************************/
.tagContainer li {
  display: inline-block;
  background-color: #15c5c7;
  border-radius: 2px;
  color: #ffffff;
  padding: 0.5em 2em;
  font-size: 0.887rem;
  text-transform: none;
}

/*********************************************
  HEADER
*********************************************/
@media (max-width: 1049px) {
  .sidr-open #responsive-menu-button {
    position: absolute;
  }
}
.sidr-inner > ul li a {
  font-size: 1rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-weight: 400;
}

/*********************************************
  FOOTER
*********************************************/
footer .copyright {
  position: absolute;
  width: 30px;
  bottom: 30px;
  right: 20px;
}
footer .copyright--white svg {
  fill: #ffffff;
}
@media (max-width: 599px) {
  footer .copyright {
    width: 15px;
  }
}

/*********************************************
  FORMS
*********************************************/
/******************************************************************************************
  AOS
******************************************************************************************/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
/******************************************************************************************
  COOKIE CONSENT
******************************************************************************************/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/******************************************************************************************
  COOKIE CONSENT CUSTOM
******************************************************************************************/
.cc-banner {
  left: inherit !important;
  width: auto !important;
  padding: 8px 12px !important;
  border-top-left-radius: 10px !important;
}
@media screen and (max-width: 800px) {
  .cc-banner {
    border-top-right-radius: 10px !important;
    width: 100% !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .cc-banner {
    width: 500px !important;
  }
}
.cc-banner .cc-message {
  padding-right: 10px;
  font-size: 12px !important;
}
.cc-banner .cc-compliance a {
  min-width: 80px !important;
  border-width: 1px !important;
}

/******************************************************************************************
  LEAFLET
******************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/******************************************************************************************
  LEAFLET CUSTOM
******************************************************************************************/
.leaflet-popup-content {
  color: #011c32;
  max-width: 300px;
  text-align: center;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/******************************************************************************************
  SLICK CUSTOM
******************************************************************************************/
.slick-dots {
  margin: 20px auto;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #000000;
  border-radius: 20px;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  background-color: #e3e3e3;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background-color: #ffffff;
}

/******************************************************************************************
  Magnific Popup
******************************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/******************************************************************************************
  Magnific Popup CUSTOM
******************************************************************************************/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/******************************************************************************************
  Font awesome 4 (for Js Socials)
******************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../assets/css/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../assets/css/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../assets/css/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../assets/css/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../assets/css/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../assets/css/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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;
}

.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: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.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-remove:before, .fa-close:before, .fa-times: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-gear:before, .fa-cog: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-rotate-right:before, .fa-repeat: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, .fa-outdent:before {
  content: "\f03b";
}

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

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

.fa-photo:before, .fa-image:before, .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, .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, .fa-share:before {
  content: "\f064";
}

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

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

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

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

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

.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-warning:before, .fa-exclamation-triangle: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-o:before, .fa-bar-chart: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-gears:before, .fa-cogs: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-f:before, .fa-facebook:before {
  content: "\f09a";
}

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

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

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

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

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

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

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

.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, .fa-users:before {
  content: "\f0c0";
}

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

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

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

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

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

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

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

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

.fa-navicon:before, .fa-reorder:before, .fa-bars: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-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before, .fa-clipboard: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-o:before {
  content: "\f0a2";
}

.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-phone:before, .fa-mobile: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, .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, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .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-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

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

.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-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

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

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

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

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

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

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

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

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

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

.fa-bitcoin:before, .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, .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-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

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

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

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

.fa-turkish-lira:before, .fa-try: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-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap: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, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

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

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

.fa-file-movie-o:before, .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, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

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

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

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

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

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

.fa-send-o:before, .fa-paper-plane-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-soccer-ball-o:before, .fa-futbol-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-shekel:before, .fa-sheqel:before, .fa-ils: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, .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-hotel:before, .fa-bed:before {
  content: "\f236";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-battery-0:before, .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, .fa-hourglass-start:before {
  content: "\f251";
}

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

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

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

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

.fa-hand-stop-o:before, .fa-hand-paper-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-tv:before, .fa-television: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-pin: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-bag: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-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

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

.fa-glide:before {
  content: "\f2a5";
}

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

.fa-signing:before, .fa-sign-language: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, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .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-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-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, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .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-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

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

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

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

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

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath: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, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .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";
}

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

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

/******************************************************************************************
  JS SOCIALS
******************************************************************************************/
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

/******************************************************************************************
  JS SOCIALS FLAT
******************************************************************************************/
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

/*********************************************
  BURGER MENU
*********************************************/
.burgerContainer {
  /* IE11 FIX */
}
@media (max-width: 599px) {
  .burgerContainer {
    display: block !important;
  }
}
.burgerContainer.ie .menu > div {
  position: relative;
  left: -80vw;
}
.burgerContainer .outer-menu {
  position: absolute;
  width: calc(100% - 2em);
  left: 20px;
  top: 10px;
  z-index: 100;
}
.burgerContainer .outer-menu.toggled {
  position: fixed;
}

/*********************************************
  PRETTY CHECKBOXES
*********************************************/
/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */
.pretty * {
  box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:after, .pretty .state label:before {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
  border-width: 0.1428571429em;
}

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  -ms-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc(0% - (100% - 1em) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc(0% - (100% - 1em) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: "";
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc(0% - (100% - 1em) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0 0 3px 0 #bdc3c7;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pretty.p-round .state label:after, .pretty.p-round .state label:before {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
  border-radius: 20%;
}

.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: 0.5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc(0% - (100% - 1em) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*********************************************
  PRETTY CHECKBOXES CUSTOM
*********************************************/
.pretty.p-default input:checked ~ .state label:after {
  background-color: #12abdd !important;
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #12abdd !important;
}

.state.p-default label {
  white-space: normal;
  line-height: 1.2em;
}
.state.p-default label::before {
  top: 0;
}
.state.p-default label::after {
  top: 0;
}

/*********************************************
  MAIN LIB
*********************************************/
.outer-menu {
  position: fixed;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 1em;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
  background: #ffffff;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
  background: #ffffff;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > .containerMenu {
  transform: translateX(0);
  transition-duration: 0.5s;
  pointer-events: auto;
}
.outer-menu .checkbox-toggle:checked ~ .menu > .containerMenu > div {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: transparent;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #567da4;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu .containerMenu {
  width: 150%;
  height: 150%;
  width: 260vw;
  height: 260vw;
  min-height: 100vh;
  color: #567da4;
  background: rgba(1, 28, 50, 0.98);
  border-radius: 50%;
  flex: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(100%);
  transition-duration: 0.75s;
  pointer-events: none;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
@media screen and (max-width: 300px) {
  .outer-menu .menu .containerMenu {
    height: 125%;
  }
}
.outer-menu .menu .containerMenu > div {
  overflow-y: auto;
  max-height: 80vh;
}
.outer-menu .menu .containerMenu > div > div, .outer-menu .menu .containerMenu > div .burgerMenu {
  text-align: center;
  max-width: 100%;
  max-height: 100vh;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu .containerMenu > div > div > ul, .outer-menu .menu .containerMenu > div .burgerMenu > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu .containerMenu > div > div > ul > li, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
@media all and (max-height: 600px) {
  .outer-menu .menu .containerMenu > div > div > ul > li, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li {
    margin: 0.2em 1em;
  }
}
.outer-menu .menu .containerMenu > div > div > ul > li > a, .outer-menu .menu .containerMenu > div > div > ul > li a, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 1rem;
}
.outer-menu .menu .containerMenu > div > div > ul > li > a:hover, .outer-menu .menu .containerMenu > div > div > ul > li > a.currentpage, .outer-menu .menu .containerMenu > div > div > ul > li > a.activeparent, .outer-menu .menu .containerMenu > div > div > ul > li a:hover, .outer-menu .menu .containerMenu > div > div > ul > li a.currentpage, .outer-menu .menu .containerMenu > div > div > ul > li a.activeparent, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a:hover, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a.currentpage, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a.activeparent, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a:hover, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a.currentpage, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a.activeparent {
  color: #567da4;
}
.outer-menu .menu .containerMenu > div > div > ul > li > a:hover:after, .outer-menu .menu .containerMenu > div > div > ul > li > a.currentpage:after, .outer-menu .menu .containerMenu > div > div > ul > li > a.activeparent:after, .outer-menu .menu .containerMenu > div > div > ul > li a:hover:after, .outer-menu .menu .containerMenu > div > div > ul > li a.currentpage:after, .outer-menu .menu .containerMenu > div > div > ul > li a.activeparent:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a:hover:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a.currentpage:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a.activeparent:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a:hover:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a.currentpage:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a.activeparent:after {
  width: 100%;
}
.outer-menu .menu .containerMenu > div > div > ul > li > a:after, .outer-menu .menu .containerMenu > div > div > ul > li a:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li > a:after, .outer-menu .menu .containerMenu > div .burgerMenu > ul > li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #567da4;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*********************************************
  COMMONS
*********************************************/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e3e3e3;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3e3e3;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e3e3e3;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #e3e3e3;
}

* {
  outline-color: #011c32;
}

img::selection {
  background: transparent;
}

body {
  background-color: #000000;
}
body.js-open {
  overflow: hidden;
}

main {
  overflow: hidden;
  min-height: 600px;
}

/*********************************************
  WRAPPER
*********************************************/
.wrapper {
  position: relative;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 1660px) {
  .wrapper {
    max-width: none;
    width: 100%;
    padding: 0px 50px;
  }
}
.wrapper--text {
  max-width: 860px;
  padding: 0px;
}
@media screen and (max-width: 960px) {
  .wrapper--text {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--small {
  max-width: 1440px;
  padding: 0px;
}
@media screen and (max-width: 1540px) {
  .wrapper--small {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--large {
  max-width: 1660px;
}
@media screen and (max-width: 1760px) {
  .wrapper--large {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--xlarge {
  max-width: 1780px;
}
@media screen and (max-width: 1880px) {
  .wrapper--xlarge {
    max-width: none;
    padding: 0px 50px;
  }
}
.wrapper--full {
  max-width: none;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1980px) {
  .wrapper--full {
    max-width: 1780px;
    padding: 0;
  }
}
@media screen and (max-width: 1880px) {
  .wrapper--full {
    max-width: none;
    padding: 0px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper {
    padding: 0px 20px;
  }
}

div, section {
  position: relative;
}

div, p, li, td, th, a {
  position: relative;
  color: #e3e3e3;
  font-weight: 300;
}

a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  cursor: pointer;
}
a:focus, a:hover {
  cursor: pointer;
}

strong, em, i, b {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 2.618rem;
}

input[type=text], input[type=date], input[type=number], input[type=email], input[type=search], .form__item__textarea, select {
  color: #ffffff;
  padding: 1em;
  background: none;
  border-radius: 20px;
  outline: none;
}

ul.error {
  background: #c01922;
  width: 100%;
  max-width: 636px;
  padding: 20px;
  margin-bottom: 20px;
}
ul.error li {
  color: #ffffff;
}

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

.hidden {
  display: none !important;
}

.nolink {
  pointer-events: none;
}

.maintitle {
  margin-bottom: 40px;
  line-height: 1;
  font-weight: bold;
}
.maintitle:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 1px;
  background-color: #ffffff;
}

.link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link:focus svg, .link:hover svg {
  transform: translateX(4px);
}
.link span {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 8px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link svg {
  width: 16px;
  height: 11px;
  fill: #ffffff;
  transform: translateX(0);
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.link--dark {
  color: #011c32;
}
.link--dark svg {
  fill: #011c32;
}
.link--back:focus svg, .link--back:hover svg {
  transform: translateX(-4px);
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: border 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1000px) {
  .arrow {
    width: 42px;
    height: 42px;
  }
}
.arrow:focus, .arrow:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.arrow:focus svg, .arrow:hover svg {
  fill: #000000;
}
.arrow svg {
  width: 62px;
  height: 34px;
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1000px) {
  .arrow svg {
    width: 31px;
    height: 17px;
    top: calc(50% + 2px);
  }
}

.facebook svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.facebook:focus svg, .facebook:hover svg {
  background-color: #ffffff;
  fill: #1877f2 !important;
}

.twitter svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.twitter:focus svg, .twitter:hover svg {
  background-color: #ffffff;
  fill: #1da1f2 !important;
}

.youtube svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.youtube:focus svg, .youtube:hover svg {
  background-color: #ffffff;
  fill: #ff0000 !important;
}
.youtube:focus svg, .youtube:hover svg {
  background-color: #ff0000;
  fill: #ffffff !important;
}

.instagram svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.instagram:focus svg, .instagram:hover svg {
  background-color: #ffffff;
  fill: #c32aa3 !important;
}

.pinterest svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pinterest:focus svg, .pinterest:hover svg {
  background-color: #ffffff;
  fill: #bd081c !important;
}

.linkedin svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.linkedin:focus svg, .linkedin:hover svg {
  background-color: #ffffff;
  fill: #0a66c2 !important;
}

.google svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.google:focus svg, .google:hover svg {
  background-color: #ffffff;
  fill: #4285f4 !important;
}

.whatsapp svg {
  border-radius: 50%;
  background-color: transparent;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.whatsapp:focus svg, .whatsapp:hover svg {
  background-color: #ffffff;
  fill: #25d366 !important;
}

#shareIcons .jssocials-shares, .jssocials .jssocials-shares {
  margin-top: 0;
  margin-bottom: 0;
}
#shareIcons .jssocials-shares .jssocials-share, .jssocials .jssocials-shares .jssocials-share {
  margin: 0;
  margin-right: 8px;
}
#shareIcons .jssocials-shares .jssocials-share .jssocials-share-link, .jssocials .jssocials-shares .jssocials-share .jssocials-share-link {
  width: 30px;
  height: 30px;
  position: relative;
  color: #ffffff;
  background-color: #011c32;
  border-radius: 50%;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#shareIcons .jssocials-shares .jssocials-share .jssocials-share-link:focus, #shareIcons .jssocials-shares .jssocials-share .jssocials-share-link:hover, .jssocials .jssocials-shares .jssocials-share .jssocials-share-link:focus, .jssocials .jssocials-shares .jssocials-share .jssocials-share-link:hover {
  background-color: #12abdd;
}
#shareIcons .jssocials-shares .jssocials-share .jssocials-share-link .jssocials-share-logo, .jssocials .jssocials-shares .jssocials-share .jssocials-share-link .jssocials-share-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pagination li {
  margin: 0 3px;
}
.pagination li a {
  display: block;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #567da4;
}

/*********************************************
  MODAL
*********************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: block;
}
.modal .black {
  color: #000000;
}
.modal__container {
  top: 40px;
  position: relative;
  max-width: 900px;
  background-color: #ffffff;
  margin: auto;
  padding: 30px;
}
.modal__container__titleContainer {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
}
.modal__container__titleContainer__title {
  margin-bottom: 0.4em;
}
.modal__container__titleContainer__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
}
.modal__container__titleContainer__close svg {
  width: 1.5em;
  height: 1.5em;
}
.modal__container__content {
  max-height: 700px;
  min-height: 100px;
  overflow-y: scroll;
}

/*********************************************
  BURGER - CUSTOM
*********************************************/
.burgerContainer {
  height: 100px;
  left: 0;
  /* IE11 FIX */
  display: none;
}
.burgerContainer.ie .menu > div {
  position: relative;
  left: -80vw;
}
@media screen and (max-width: 1000px) {
  .burgerContainer {
    display: block !important;
  }
}
.burgerContainer .outer-menu {
  position: absolute;
  width: 60px;
  right: 10px;
  left: auto;
  top: 0;
  z-index: 100;
  width: calc(100% - 2em);
}
.burgerContainer .outer-menu.toggled {
  position: fixed;
}
.burgerContainer .outer-menu.toggled .checkbox-toggle, .burgerContainer .outer-menu.toggled .hamburger {
  position: fixed;
}
.burgerContainer .outer-menu .checkbox-toggle {
  left: inherit;
  top: 20px;
  right: 10px;
}
.burgerContainer .outer-menu .hamburger {
  left: inherit;
  top: 20px;
  right: 10px;
}
.burgerContainer .outer-menu .hamburger > div {
  background: #ffffff !important;
}
.burgerContainer .outer-menu .hamburger > div:before, .burgerContainer .outer-menu .hamburger > div:after {
  background: #ffffff !important;
}
.burgerContainer .outer-menu .menu .containerMenu .viewzone {
  overflow: hidden;
  position: relative;
  max-height: 96vh;
}
.burgerContainer .burgerMenu {
  position: relative;
  height: 100% !important;
  max-height: none !important;
  overflow: auto !important;
  align-items: flex-start !important;
}
.burgerContainer .burgerMenu__list__logoContainer {
  display: block;
}
.burgerContainer .burgerMenu__list__logoContainer__logo {
  position: relative;
  max-width: 242px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.burgerContainer .burgerMenu__list .header__langContainer {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  margin-top: 30px;
  margin-left: 24px;
}
.burgerContainer .burgerMenu__list .header__langContainer__lang__item {
  margin-left: 0;
  margin-right: 10px;
}
.burgerContainer .burgerMenu > ul {
  height: auto;
  max-height: none !important;
  text-align: left;
  padding: 20px 20px !important;
}
.burgerContainer .burgerMenu > ul > li > a {
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 1.272rem !important;
}
.burgerContainer .burgerMenu > ul > li > ul > li > a {
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 1rem !important;
}
.burgerContainer .burgerMenu > ul > li > ul > li ul > li > a {
  text-transform: uppercase;
  margin-left: 30px;
  font-size: 1rem !important;
}
.burgerContainer .burgerMenu > ul > li > ul > li ul > li ul li a {
  margin-left: 45px;
}
.burgerContainer .headerContactContainer {
  width: auto;
}

/*********************************************
  LINKS - listing links menu
*********************************************/
.links {
  z-index: 2;
}
.links__list {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.links__list > li.currentpage > a span, .links__list > li.activeparent > a span {
  color: #567da4;
}
.links__list > li.currentpage > a svg, .links__list > li.activeparent > a svg {
  fill: #567da4;
}
.links__list > li > a {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.links__list > li > a span {
  font-size: 1.618rem;
  margin-right: 12px;
  padding-bottom: 0;
}
.links__bcg {
  position: absolute;
  right: -200px;
  bottom: 60px;
  pointer-events: none;
}

/*********************************************
 BREADCRUMBS
*********************************************/
.breadcrumb__list {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .breadcrumb__list {
    flex-wrap: wrap;
  }
}
.breadcrumb__list__item:last-child:after {
  display: none;
}
.breadcrumb__list__item.current .breadcrumb__list__item__link {
  color: #567da4;
}
.breadcrumb__list__item:after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(86, 125, 164, 0.7);
}
.breadcrumb__list__item__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  margin-right: 16px;
  color: rgba(86, 125, 164, 0.7);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 800px) {
  .breadcrumb__list__item__link {
    font-size: 0.887rem;
  }
}
.breadcrumb__list__item__link:focus, .breadcrumb__list__item__link:hover {
  color: #567da4;
}

/*********************************************
 IE11
*********************************************/
/*********************************************
  WYSIWYG
*********************************************/
.wysiwyg {
  width: 100%;
  max-width: 1000px;
}
.wysiwyg strong, .wysiwyg b, .wysiwyg i, .wysiwyg em, .wysiwyg p, .wysiwyg li {
  font-size: 1rem;
}
.wysiwyg h3 {
  margin-bottom: 1em;
  color: inherit;
}
.wysiwyg p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1em;
  color: inherit;
  line-height: 2;
}
.wysiwyg p img {
  padding-right: 10px;
  margin-bottom: 10px;
}
.wysiwyg a {
  font-family: "Open Sans", sans-serif;
  color: #12abdd;
  font-weight: bold;
}
.wysiwyg ul, .wysiwyg ol {
  list-style: none;
  /* Remove default bullets */
  margin-top: 40px;
  margin-left: 60px;
  max-width: 520px;
}
@media screen and (max-width: 700px) {
  .wysiwyg ul, .wysiwyg ol {
    margin-left: 40px;
  }
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 10px;
}
.wysiwyg ul li:before, .wysiwyg ol li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -16px;
  margin-right: 8px;
  margin-bottom: 1px;
  background-color: #ffffff;
}
.wysiwyg ul > li ul, .wysiwyg ul > li ol, .wysiwyg ol > li ul, .wysiwyg ol > li ol {
  margin-top: 10px;
  margin-left: 20px;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ol li:before {
  display: none;
}
.wysiwyg strong, .wysiwyg b {
  font-weight: 500;
  color: inherit;
  color: #12abdd;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg em {
  font-style: italic;
  color: #000000 !important;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  width: inherit;
}
.wysiwyg table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wysiwyg table td, .wysiwyg table th {
  color: #ffffff;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
}
.wysiwyg table thead tr th {
  font-weight: bold;
}
.wysiwyg--black {
  color: #011c32;
}
.wysiwyg--black li, .wysiwyg--black b, .wysiwyg--black strong {
  color: #011c32;
}
.wysiwyg--black li:before {
  background-color: #011c32 !important;
}
.wysiwyg--black h2, .wysiwyg--black h3, .wysiwyg--black h4, .wysiwyg--black h5, .wysiwyg--black h6 {
  color: #12abdd;
}
.wysiwyg--black b, .wysiwyg--black strong {
  font-weight: bold;
}
.wysiwyg--black table td, .wysiwyg--black table th {
  color: #011c32;
  border: 1px solid rgba(1, 28, 50, 0.3);
}

/*********************************************
  BUTTONS
*********************************************/
.buttonContainer .button, form .form .submit .button, form .form .submit input {
  border-radius: 5px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 124px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.buttonContainer .button:focus, form .form .submit .button:focus, form .form .submit input:focus, .buttonContainer .button:hover, form .form .submit .button:hover, form .form .submit input:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.buttonContainer .button.outline, form .form .submit .button.outline, form .form .submit input.outline {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.buttonContainer .button.outline:focus, form .form .submit .button.outline:focus, form .form .submit input.outline:focus, .buttonContainer .button.outline:hover, form .form .submit .button.outline:hover, form .form .submit input.outline:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.buttonContainer .button.blue, form .form .submit .button.blue, form .form .submit input {
  color: #ffffff;
  background-color: #12abdd;
  border: 1px solid #12abdd;
}
.buttonContainer .button.blue:focus, form .form .submit .button.blue:focus, form .form .submit input:focus, .buttonContainer .button.blue:hover, form .form .submit .button.blue:hover, form .form .submit input:hover {
  color: #12abdd;
  background-color: #ffffff;
  border: 1px solid #12abdd;
}
.buttonContainer .button.blue--outline, form .form .submit .button.blue--outline, form .form .submit input.blue--outline {
  border: 1px solid #ffffff;
}
.buttonContainer .button.blue--outline:focus, form .form .submit .button.blue--outline:focus, form .form .submit input.blue--outline:focus, .buttonContainer .button.blue--outline:hover, form .form .submit .button.blue--outline:hover, form .form .submit input.blue--outline:hover {
  border: 1px solid #ffffff;
}
.buttonContainer .button.darkBlue, form .form .submit .button.darkBlue, form .form .submit input.darkBlue {
  color: #ffffff;
  background-color: #011c32;
  border: 1px solid #011c32;
}
.buttonContainer .button.darkBlue:focus, form .form .submit .button.darkBlue:focus, form .form .submit input.darkBlue:focus, .buttonContainer .button.darkBlue:hover, form .form .submit .button.darkBlue:hover, form .form .submit input.darkBlue:hover {
  color: #011c32;
  background-color: #ffffff;
  border: 1px solid #011c32;
}
.buttonContainer .button.darkBlue--outline, form .form .submit .button.darkBlue--outline, form .form .submit input.darkBlue--outline {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.buttonContainer .button.darkBlue--outline:focus, form .form .submit .button.darkBlue--outline:focus, form .form .submit input.darkBlue--outline:focus, .buttonContainer .button.darkBlue--outline:hover, form .form .submit .button.darkBlue--outline:hover, form .form .submit input.darkBlue--outline:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.buttonContainer .button.darkBlue--white, form .form .submit .button.darkBlue--white, form .form .submit input.darkBlue--white {
  border: 1px solid #011c32;
  background-color: transparent;
  color: #011c32;
}
.buttonContainer .button.darkBlue--white:focus, form .form .submit .button.darkBlue--white:focus, form .form .submit input.darkBlue--white:focus, .buttonContainer .button.darkBlue--white:hover, form .form .submit .button.darkBlue--white:hover, form .form .submit input.darkBlue--white:hover {
  border: 1px solid #011c32;
  background-color: #011c32;
  color: #ffffff;
}

/*********************************************
  FORMS
*********************************************/
.success, .success * {
  font-size: 1rem;
  color: #011c32;
}

.error_message {
  margin-bottom: 30px;
  color: #c01922;
  font-size: 0.887rem;
  font-weight: bold;
}
.error_message * {
  color: #c01922;
  font-size: 0.887rem;
  font-weight: bold;
}

form .form {
  position: relative;
  width: 100%;
  display: flex;
}
form .form--contact {
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  form .form--contact {
    display: flex;
    flex-direction: column;
  }
}
form .form--contact > fieldset:first-child {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  form .form--contact > fieldset:first-child {
    width: 100%;
  }
}
form .form--contact > fieldset:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  form .form--contact > fieldset:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  form .form--contact > fieldset:nth-child(2) .form__row input[type=text] {
    width: calc(100% - 100px);
  }
}
form .form--contact .form__row {
  margin-left: 65px;
}
@media screen and (max-width: 800px) {
  form .form--contact .form__row {
    margin-left: 0px;
  }
}
form .form--contact .form__row textarea {
  width: calc(100% - 100px);
}
@media screen and (min-width: 1201px) {
  form .form--contact .form__row textarea {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1200px) {
  form .form--contact .form__row textarea {
    width: calc(100% - 130px);
  }
}
form .form--contact .captcha {
  position: absolute !important;
  bottom: 0;
  left: calc(40% + 65px + 100px);
}
@media screen and (max-width: 1280px) {
  form .form--contact .captcha {
    left: calc(40% + 65px + 50px);
  }
}
@media screen and (max-width: 1200px) {
  form .form--contact .captcha {
    left: inherit;
    right: 160px;
  }
}
@media screen and (max-width: 600px) {
  form .form--contact .captcha {
    position: relative !important;
    left: inherit;
    right: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}
form .form--contact .submit {
  position: absolute !important;
  bottom: 15px;
  right: 0;
}
form .form--contract > fieldset legend {
  display: inline-block;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #567da4;
  font-size: 1rem;
  padding: 5px 12px;
  border-radius: 7px;
  margin-bottom: 15px;
}
form .form--contract > fieldset fieldset {
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 24px;
}
form .form--contract > fieldset fieldset > div:last-child {
  margin-bottom: 0;
}
form .form--contract .form__row.nbChild {
  display: none;
}
form .form--contract .form__row.addChild {
  text-align: center;
  display: block;
  margin-bottom: 48px;
}
form .form--contract .form__row.addChild input[type=button] {
  border: none;
  background: #12abdd;
  padding: 5px 15px;
  color: #ffffff;
  cursor: pointer;
}
form .form--contract .form__row.addChild input[type=button]:hover {
  background: #000000;
  color: #ffffff;
}
form .form--job {
  flex-direction: column;
}
form .form--job > span {
  margin-bottom: 20px;
  color: rgba(1, 28, 50, 0.7);
}
form .form--job .form__row input[type=text], form .form--job .form__row input[type=email], form .form--job .form__row select {
  width: calc(100% - 190px);
}
form .form--job .form__row.title > div {
  display: inline-block;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  font-size: 1.272rem;
  padding: 5px 12px;
  border-radius: 7px;
}
form .form--job .form__row span a {
  color: #567da4;
}
form .form--job .form__row.how label {
  width: 400px;
}
form .form--job .form__row.radio label {
  width: 190px;
}
form .form--job .form__row.radio label + div {
  margin-right: 10px;
}
form .form--job .form__row.date select {
  width: 130px;
  margin-left: 5px;
  max-width: 200px;
}
form .form--job .form__row.date label + select {
  margin-left: auto;
}
form .form--job .form__row.checkboxes {
  flex-wrap: wrap;
  justify-content: flex-end;
}
form .form--job .form__row.checkboxes label {
  width: 190px;
  margin-right: auto;
}
form .form--job .form__row.checkboxes div input {
  margin-left: 20px;
}
form .form--job .form__row.file label {
  width: 120px;
  margin-right: 10px;
  min-width: 120px;
}
form .form--job .form__row.file input {
  width: 100%;
  margin-right: 10px;
  padding: 0px 6px;
}
form .form--job .form__row.gdpr input {
  margin-left: 0;
  margin-right: 10px;
}
form .form--job .captcha {
  margin-bottom: 20px;
}
form .form--job .captcha iframe {
  margin: 0;
  border-radius: 0;
}
form .form--job .submit {
  display: flex;
}
form .form--job .submit input {
  margin-left: 10px;
}
form .form--job .submit input:first-child {
  margin-left: auto;
}
form .form--job .submit .fbsubmit_prev, form .form--job .submit .fbsubmit_next, form .form--job .submit .fbsubmit {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.272rem;
  border-radius: 7px;
}
form .form__row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: rgba(1, 28, 50, 0.7);
}
@media screen and (max-width: 500px) {
  form .form__row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
form .form__row.fb_invalid label {
  color: #c01922;
  font-weight: bold;
}
form .form__row.fb_invalid input[type=text], form .form__row.fb_invalid input[type=email] {
  border: 1px solid #c01922;
}
form .form__row.fb_invalid textarea {
  border: 1px solid #c01922;
}
form .form__row label {
  color: #011c32;
  font-size: 0.887rem;
}
form .form__row label span {
  display: block;
  font-size: 10px;
  line-height: 1em;
}
form .form__row input[type=text], form .form__row input[type=email], form .form__row input[type=file], form .form__row select {
  width: calc(100% - 130px);
  margin-left: auto;
  border: 1px solid rgba(1, 28, 50, 0.1);
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  color: #011c32;
}
@media screen and (max-width: 500px) {
  form .form__row input[type=text], form .form__row input[type=email], form .form__row input[type=file], form .form__row select {
    width: 100% !important;
  }
}
form .form__row input[type=checkbox] {
  width: auto;
  margin-left: 100px;
}
form .form__row input[type=checkbox] + label {
  font-size: 0.887rem;
}
@media screen and (max-width: 500px) {
  form .form__row input[type=checkbox] {
    margin-left: 0;
  }
}
form .form__row textarea {
  width: calc(100% - 130px);
  margin-left: auto;
  max-width: 100%;
  height: 170px;
  border: 1px solid rgba(1, 28, 50, 0.1);
  padding: 6px 14px;
  border-radius: 10px;
  resize: none;
}
@media screen and (max-width: 500px) {
  form .form__row textarea {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  form .form__row select {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  form .form__row.date select {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 5px;
  }
}
form .form .captcha {
  height: 80px;
  width: 310px;
  overflow: hidden;
  color: #2c2c2c;
}
.particules {
  position: absolute;
  width: 500px;
  height: 500px;
  pointer-events: none;
}
.particules .square {
  width: 15px;
  height: 15px;
  border: 1px solid #12abdd;
}
.particules .square.s2 {
  transform: scale(2);
}
.particules .square.s3 {
  transform: scale(3);
}
.particules .square.s4 {
  transform: scale(4);
}
.particules .square.blur {
  filter: blur(1px);
}
.particules .squareFill {
  width: 4px;
  height: 4px;
  background-color: #12abdd;
  box-shadow: 0px 0px 10px 0px #ffffff;
}
.particules .squareFill.s2 {
  transform: scale(2);
}
.particules .squareFill.s3 {
  transform: scale(3);
}
.particules .squareFill.s4 {
  transform: scale(4);
}
.particules .squareFill.blur {
  filter: blur(1px);
}
.particules .column .item {
  width: 6px;
  height: 6px;
  border: 1px solid #12abdd;
  margin-bottom: 3px;
}
.particules .column.blur {
  filter: blur(1px);
}
.particules .columnRectangle .item {
  width: 10px;
  height: 4px;
  border: 1px solid #12abdd;
  margin-bottom: 4px;
}
.particules .columnRectangle.blur {
  filter: blur(1px);
}

.card {
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 10px rgba(18, 20, 29, 0.17);
}
@media all and (-ms-high-contrast: none) {
  .card {
    width: 30%;
    margin-bottom: 20px;
  }
}
.card__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}
.card__link:focus ~ .card__contentContainer:after, .card__link:hover ~ .card__contentContainer:after {
  height: 100%;
}
.card__link:focus ~ .card__contentContainer .card__contentContainer__title, .card__link:hover ~ .card__contentContainer .card__contentContainer__title {
  color: #ffffff;
}
.card__link:focus ~ .card__contentContainer .card__contentContainer__link span, .card__link:hover ~ .card__contentContainer .card__contentContainer__link span {
  color: #ffffff;
}
.card__link:focus ~ .card__contentContainer .card__contentContainer__link svg, .card__link:hover ~ .card__contentContainer .card__contentContainer__link svg {
  transform: translateX(4px);
  fill: #ffffff;
}
.card__imgContainer {
  height: 175px;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card__imgContainer__img {
  width: auto;
}
.card__contentContainer {
  padding: 60px 55px;
  padding-top: 50px;
  padding-bottom: 90px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  z-index: 2;
  height: calc(100% - 175px);
}
@media screen and (max-width: 500px) {
  .card__contentContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.card__contentContainer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #011c32;
  height: 30px;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card__contentContainer__tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #567da4;
  font-size: 1.272rem;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .card__contentContainer__tag {
    font-size: 1rem;
  }
}
.card__contentContainer__title {
  z-index: 2;
  font-size: 2.058rem;
  text-transform: none;
  color: #011c32;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 800px) {
  .card__contentContainer__title {
    font-size: 1.618rem;
  }
}
.card__contentContainer__link {
  z-index: 2;
  position: absolute;
  right: 40px;
  bottom: 35px;
}
.card__contentContainer__link span {
  color: #011c32;
}
.card__contentContainer__link svg {
  fill: #011c32;
}

.new {
  position: relative;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 20px 10px 17px 0px rgba(18, 20, 29, 0.17);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (-ms-high-contrast: none) {
  .new {
    width: 30%;
    margin-bottom: 20px;
  }
}
.new--event .new__imgContainer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new--event .new__imgContainer__img {
  width: auto;
}
.new--event .new__contentContainer {
  height: calc(100% - 200px);
}
.new--event .new__contentContainer__title {
  text-transform: uppercase;
  font-weight: bold;
}
.new--job .new__link:focus ~ .new__contentContainer:after, .new--job .new__link:hover ~ .new__contentContainer:after {
  height: 100%;
  border-radius: 16px;
}
.new--job .new__contentContainer {
  height: 100%;
}
.new--job .new__contentContainer__date {
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.272rem;
}
@media screen and (max-width: 800px) {
  .new--job .new__contentContainer__date {
    font-size: 1rem;
  }
}
.new--job .new__contentContainer__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .new--job .new__contentContainer__title {
    font-size: 1.272rem;
  }
}
.new--job .new__contentContainer__infosContainer {
  margin-bottom: 80px;
}
.new--job .new__contentContainer__infosContainer__infos {
  position: relative;
  display: block;
}
@media screen and (max-width: 800px) {
  .new--job .new__contentContainer__infosContainer__infos {
    font-size: 1rem;
  }
}
.new--job .new__contentContainer__infosContainer__infos svg {
  top: 8px;
}
.new--job .new__contentContainer__infosContainer__infos span {
  color: #011c32;
}
.new--testimonial .new__contentContainer {
  height: calc(100% - 240px);
}
@media screen and (max-width: 500px) {
  .new--testimonial .new__contentContainer {
    height: auto;
  }
}
.new--testimonial .new__contentContainer:after {
  display: none;
}
.new--testimonial .new__contentContainer__title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.618rem;
}
.new--testimonial .new__contentContainer__content {
  margin-bottom: 20px;
}
.new__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
}
.new__link:focus ~ .new__contentContainer:after, .new__link:hover ~ .new__contentContainer:after {
  height: 100%;
}
.new__link:focus ~ .new__contentContainer .new__contentContainer__title, .new__link:hover ~ .new__contentContainer .new__contentContainer__title {
  color: #ffffff;
}
.new__link:focus ~ .new__contentContainer .new__contentContainer__infosContainer__infos span, .new__link:hover ~ .new__contentContainer .new__contentContainer__infosContainer__infos span {
  color: #ffffff;
}
.new__link:focus ~ .new__contentContainer .new__contentContainer__link span, .new__link:hover ~ .new__contentContainer .new__contentContainer__link span {
  color: #ffffff;
}
.new__link:focus ~ .new__contentContainer .new__contentContainer__link svg, .new__link:hover ~ .new__contentContainer .new__contentContainer__link svg {
  transform: translateX(4px);
  fill: #ffffff;
}
.new__imgContainer {
  height: 260px;
  background-color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.new__contentContainer {
  min-height: 334px;
  padding: 34px 40px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  z-index: 2;
  height: calc(100% - 260px);
}
@media screen and (max-width: 500px) {
  .new__contentContainer {
    padding: 34px 20px;
  }
}
.new__contentContainer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #011c32;
  height: 20px;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.new__contentContainer__infosContainer {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.new__contentContainer__infosContainer__infos {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.272rem;
  text-transform: uppercase;
  color: #12abdd;
  font-weight: bold;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .new__contentContainer__infosContainer__infos {
    display: flex;
    flex-direction: column;
  }
}
.new__contentContainer__infosContainer__infos svg {
  width: 22px;
  height: 28px;
  fill: #12abdd;
  position: absolute;
  top: 16px;
}
.new__contentContainer__infosContainer__infos span {
  display: inline-block;
  margin-left: 35px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.new__contentContainer__date {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #567da4;
  font-size: 1rem;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  margin-bottom: 26px;
}
.new__contentContainer__title {
  z-index: 2;
  font-size: 2.058rem;
  text-transform: none;
  color: #011c32;
  margin-bottom: 70px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1000px) {
  .new__contentContainer__title {
    font-size: 1.618rem;
  }
}
.new__contentContainer__link {
  z-index: 2;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.new__contentContainer__link span {
  color: #011c32;
}
.new__contentContainer__link svg {
  fill: #011c32;
}
.new #shareIcons, .new .jssocials {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 5;
}
.new__testimonial {
  display: flex;
  align-items: center;
  padding: 34px 40px;
  padding-bottom: 0;
  height: 250px;
}
@media screen and (max-width: 500px) {
  .new__testimonial {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.new__testimonial__img {
  width: 160px;
  min-width: 160px;
  height: auto;
  border-radius: 22px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .new__testimonial__img {
    margin-bottom: 20px;
    width: auto;
    min-width: 0;
  }
}
.new__testimonial__contentContainer {
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .new__testimonial__contentContainer {
    margin-left: 0;
    text-align: center;
  }
}
.new__testimonial__contentContainer__name {
  position: relative;
  display: block;
  font-size: 1.272rem;
  color: #567da4;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.new__testimonial__contentContainer__role {
  position: relative;
  display: block;
  color: #567da4;
  font-family: "Open Sans", sans-serif;
}

.slider {
  background-color: #ffffff;
  padding-top: 130px;
  padding-bottom: 330px;
}
.slider:before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 260px;
  bottom: 200px;
  left: 0;
  right: calc(50% + 100px);
  background-color: #011c32;
}
@media screen and (max-width: 1000px) {
  .slider:before {
    left: 0;
    right: inherit;
    width: 400px;
  }
}
.slider--news .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1450px) {
  .slider--news .slider__mainBlock__slider__list__item {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .slider--news .slider__mainBlock__slider__list__item {
    width: calc(100% - 30px) !important;
  }
}
.slider > .wrapper {
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .slider__mainBlock {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1451px) {
  .slider__mainBlock.js-few .js-arrow-right, .slider__mainBlock.js-few .js-arrow-left {
    display: none;
  }
  .slider__mainBlock.js-few .slick-list, .slider__mainBlock.js-few .slick-track {
    width: 100% !important;
  }
  .slider__mainBlock.js-few .slick-slide {
    width: 33% !important;
  }
}
.slider__mainBlock__arrowsContainer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .slider__mainBlock__arrowsContainer {
    top: inherit;
    transform: none;
    flex-direction: row-reverse;
    bottom: 0;
    width: 250px;
    justify-content: space-between;
  }
}
.slider__mainBlock__arrowsContainer__arrow {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid rgba(86, 125, 164, 0.4);
  background-color: transparent;
  transition: border 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider__mainBlock__arrowsContainer__arrow:focus, .slider__mainBlock__arrowsContainer__arrow:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.slider__mainBlock__arrowsContainer__arrow:focus svg, .slider__mainBlock__arrowsContainer__arrow:hover svg {
  fill: #011c32;
}
.slider__mainBlock__arrowsContainer__arrow--right {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .slider__mainBlock__arrowsContainer__arrow--right {
    margin-bottom: 0;
  }
}
.slider__mainBlock__arrowsContainer__arrow svg {
  width: 34px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider__mainBlock__arrowsContainer__link {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .slider__mainBlock__arrowsContainer__link {
    margin-top: 0;
    order: -1;
  }
}
.slider__mainBlock__slider {
  margin-left: auto;
  width: 1240px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1450px) {
  .slider__mainBlock__slider {
    width: calc(100% - 60px);
    transform: translateX(50px);
  }
}
@media screen and (max-width: 1000px) {
  .slider__mainBlock__slider {
    width: calc(100% - 90px);
    transform: translateX(20px);
  }
}
@media screen and (max-width: 600px) {
  .slider__mainBlock__slider {
    width: 100%;
    transform: translateX(0);
  }
}
.slider__mainBlock__slider .slick-list.draggable {
  padding: 50px 0px;
  margin-top: -50px;
  margin-bottom: -50px;
}
.slider__mainBlock__slider__list__item {
  position: relative;
  margin: 0;
  padding: 0;
  width: 382px;
  max-width: 382px;
  margin-right: 30px;
}
@media screen and (max-width: 1450px) {
  .slider__mainBlock__slider__list__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.slider__events {
  padding-top: 75px;
  display: flex;
  align-items: center;
}
.slider__events__title {
  font-size: 4.236rem;
  margin-bottom: 0;
  margin-right: 30px;
}
.mainIntro--height {
  padding-top: 110px;
}
@media screen and (max-width: 1000px) {
  .mainIntro--height {
    padding-top: 0;
  }
}
.mainIntro > .wrapper {
  z-index: 3;
}
.mainIntro__title {
  font-weight: bold;
  font-size: 3.756rem;
  margin-bottom: 0;
  max-width: 550px;
}
@media screen and (max-width: 800px) {
  .mainIntro__title {
    font-size: 2.058rem;
  }
}
.mainIntro__ellipse {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: calc(50% - 80px);
  transform: translateX(-50%);
  top: 0;
}
.mainIntro__ellipse svg {
  width: 1560px;
  height: 1100px;
  opacity: 0.5;
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 0.35px;
}
.mainIntro .breadcrumb, .mainIntro .mainIntro__title, .mainIntro .mainIntro__ellipse {
  visibility: hidden;
}

.mainDescription > .wrapper {
  z-index: 2;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
}
.mainDescription__block {
  max-width: 670px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.mainDescription__block__title {
  font-size: 2.058rem;
  margin-bottom: 22px;
}
@media screen and (max-width: 800px) {
  .mainDescription__block__title {
    font-size: 1.618rem;
  }
}
.mainDescription .mainDescription__block__title, .mainDescription .mainDescription__block__content {
  visibility: hidden;
}

.mainBanner {
  padding-bottom: 115px;
}
@media screen and (max-width: 1000px) {
  .mainBanner {
    padding-bottom: 100px;
  }
}
.mainBanner--height {
  padding-top: 110px;
}
@media screen and (max-width: 1000px) {
  .mainBanner--height {
    padding-top: 0;
  }
}
.mainBanner--height .mainBanner__bcg {
  height: 500px;
  min-height: 500px;
}
.mainBanner--single {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .mainBanner--single {
    padding-top: 25px;
  }
}
.mainBanner > .wrapper {
  z-index: 3;
}
.mainBanner__title {
  font-weight: bold;
  font-size: 3.756rem;
  margin-bottom: 0;
  max-width: 550px;
}
@media screen and (max-width: 800px) {
  .mainBanner__title {
    font-size: 2.058rem;
  }
}
.mainBanner__bcg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 420px;
  min-height: 420px;
}
.mainBanner__bcg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.mainBanner__ellipse {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: calc(50% - 80px);
  transform: translateX(-50%);
  top: 0;
}
.mainBanner__ellipse svg {
  width: 1560px;
  height: 1100px;
  opacity: 0.5;
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 0.35px;
}
.mainBanner .breadcrumb, .mainBanner .mainBanner__title, .mainBanner .mainBanner__ellipse {
  visibility: hidden;
}

.twoColumns {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.twoColumns > .wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .twoColumns > .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.twoColumns--reverse > .wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .twoColumns--reverse > .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.twoColumns--reverse .twoColumns__secondary {
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .twoColumns--reverse .twoColumns__secondary {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}
.twoColumns--reverse .twoColumns__primary {
  margin-left: 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1760px) {
  .twoColumns--reverse .twoColumns__primary {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .twoColumns--reverse .twoColumns__primary {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
.twoColumns--reverse .twoColumns__primary__contentContainer {
  margin-left: 50px;
  margin-right: auto;
}
@media screen and (max-width: 1760px) {
  .twoColumns--reverse .twoColumns__primary__contentContainer {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .twoColumns--reverse .twoColumns__primary__contentContainer {
    margin-left: auto;
    margin-right: auto;
  }
}
.twoColumns__secondary {
  background-color: #ffffff;
  border-radius: 50px;
  width: 460px;
  min-width: 460px;
  min-height: 660px;
  box-shadow: 0px 0px 40px 40px rgba(86, 125, 164, 0.09);
  color: #011c32;
  padding: 60px 64px;
  transform: translateY(-74px);
}
.twoColumns__secondary--no-offset {
  transform: translateY(0);
}
.twoColumns__secondary--large {
  width: 520px;
  min-width: 520px;
}
@media screen and (max-width: 1000px) {
  .twoColumns__secondary {
    min-height: 0px;
    min-width: 0px;
    width: auto;
    max-width: 450px;
    transform: translateY(0);
    margin-top: 150px;
    order: 2;
    max-width: 660px;
  }
  .twoColumns__secondary--large {
    max-width: 660px;
  }
}
@media screen and (max-width: 650px) {
  .twoColumns__secondary {
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .twoColumns__secondary {
    padding: 40px 20px;
  }
}
.twoColumns__secondary__block {
  margin-bottom: 80px;
}
.twoColumns__secondary__block:last-child {
  margin-bottom: 0;
}
.twoColumns__secondary__block--emptyjob .twoColumns__secondary__block__title {
  margin-bottom: 30px;
}
.twoColumns__secondary__block--emptyjob .twoColumns__secondary__block__content {
  color: #011c32;
  font-size: 1rem;
}
.twoColumns__secondary__block__title {
  position: relative;
  margin-bottom: 10px;
  font-size: 2.058rem;
  line-height: 1;
  font-weight: bold;
  color: #011c32;
}
@media screen and (max-width: 800px) {
  .twoColumns__secondary__block__title {
    font-size: 1.618rem;
  }
}
.twoColumns__secondary__block__title__link {
  font-size: 2.058rem;
  line-height: 1;
  font-weight: bold;
  color: #011c32;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .twoColumns__secondary__block__title__link {
    font-size: 1.618rem;
  }
}
.twoColumns__secondary__block__title__link svg {
  pointer-events: none;
  position: absolute;
  right: calc(100% + 14px);
  top: 8px;
  width: 30px;
  height: 16px;
  fill: #2c2c2c;
  display: none;
}
.twoColumns__secondary__block__title__link.current svg {
  display: block;
}
.twoColumns__secondary__block__list {
  margin-left: 20px;
}
.twoColumns__secondary__block__list > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.twoColumns__secondary__block__list > li:before {
  display: none;
}
.twoColumns__secondary__block__list > li.currentpage > a span, .twoColumns__secondary__block__list > li.activeparent > a span {
  color: #12abdd;
}
.twoColumns__secondary__block__list > li.currentpage > a span:before, .twoColumns__secondary__block__list > li.activeparent > a span:before {
  background-color: #12abdd;
}
.twoColumns__secondary__block__list > li > a {
  font-size: 1.618rem;
  text-transform: uppercase;
  color: #011c32;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .twoColumns__secondary__block__list > li > a {
    font-size: 1rem;
  }
}
.twoColumns__secondary__block__list > li > a svg {
  width: 30px;
  height: 30px;
  fill: #12abdd;
  position: absolute;
  top: 6px;
}
@media screen and (max-width: 800px) {
  .twoColumns__secondary__block__list > li > a svg {
    top: 0;
    transform: scale(0.75);
  }
}
.twoColumns__secondary__block__list > li > a > span {
  display: inline-block;
  margin-left: 45px;
}
.twoColumns__secondary__block__list > li ul {
  margin-left: 20px !important;
}
.twoColumns__secondary__block__list > li ul li a {
  font-size: 1.272rem;
}
@media screen and (max-width: 800px) {
  .twoColumns__secondary__block__list > li ul li a {
    font-size: 1rem;
  }
}
.twoColumns__secondary__block__list > li ul li a svg {
  visibility: hidden;
}
.twoColumns__secondary__block__list > li ul li a span {
  position: relative;
}
.twoColumns__secondary__block__list > li ul li a span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -16px;
  margin-right: 8px;
  margin-bottom: 3px;
  background-color: #011c32;
}
.twoColumns__secondary__block__offer ul {
  margin-left: 20px;
}
.twoColumns__secondary__block__infos {
  margin-top: 40px;
}
.twoColumns__secondary__block__infos__list {
  display: flex;
  flex-direction: column;
}
.twoColumns__secondary__block__infos__list__item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.272rem;
  text-transform: uppercase;
  color: #011c32;
  font-weight: bold;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  display: inline-block;
}
.twoColumns__secondary__block__infos__list__item svg {
  width: 24px;
  height: 24px;
  fill: #12abdd;
  position: absolute;
  top: 16px;
}
.twoColumns__secondary__block__infos__list__item__text {
  display: inline-block;
  margin-left: 35px;
}
.twoColumns__secondary__block #shareIcons {
  margin-top: 50px;
  margin-bottom: 80px;
}
.twoColumns__secondary__buttonContainer {
  margin-top: 60px;
  text-align: center;
}
.twoColumns__secondary__twitter {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 1s;
}
.twoColumns__secondary__twitter.js-loaded {
  opacity: 1;
}
.twoColumns__primary {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-left: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .twoColumns__primary {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .twoColumns__primary {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
  }
}
.twoColumns__primary__contentContainer {
  max-width: 660px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.twoColumns__primary__contentContainer--large {
  max-width: 760px;
}
.twoColumns__primary__contentContainer--form {
  width: 100%;
  max-width: 590px;
}
@media screen and (max-width: 1000px) {
  .twoColumns__primary__contentContainer {
    margin-left: auto;
    margin-right: auto;
  }
}
.twoColumns__primary__contentContainer__date {
  position: relative;
  z-index: 2;
  display: block;
  color: #567da4;
  font-size: 1rem;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  margin-bottom: 5px;
}
.twoColumns__primary__contentContainer__title {
  color: #011c32;
}
@media screen and (max-width: 800px) {
  .twoColumns__primary__contentContainer__title {
    font-size: 1.618rem;
  }
}
.twoColumns__primary__contentContainer__title--small {
  text-transform: none;
  font-size: 2.058rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .twoColumns__primary__contentContainer__title--small {
    font-size: 1.618rem;
  }
}
.twoColumns__primary__contentContainer iframe {
  margin: 50px auto;
  width: 100%;
  border-radius: 26px;
}
.twoColumns__primary__contentContainer #shareIcons {
  margin-top: 40px;
  margin-bottom: 0px;
}
.twoColumns__primary__contentContainer__link {
  margin-top: 40px;
  display: inline-flex;
}
.twoColumns__primary__imgContainer {
  max-width: 454px;
}
@media screen and (min-width: 1781px) {
  .twoColumns__primary__imgContainer.with-video {
    flex: 1;
    max-width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .twoColumns__primary__imgContainer.with-video {
    width: 100%;
    max-width: none;
  }
}
.twoColumns__primary__imgContainer__img {
  border-radius: 16px;
  margin-bottom: 10px;
}
.twoColumns__primary__imgContainer__description {
  color: #2c2c2c;
  font-size: 0.887rem;
}
.twoColumns__primary__imgContainer__video {
  margin: 50px auto;
  width: 100%;
  min-width: 500px;
  border-radius: 26px;
}
@media screen and (max-width: 1000px) {
  .twoColumns__primary__imgContainer__video {
    min-width: 0;
  }
}
.twoColumns__primary__imgContainer__gallery {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.twoColumns__primary__imgContainer__gallery__item__link__img {
  border-radius: 16px;
}
.twoColumns__primary__imgContainer__map {
  border-radius: 16px;
  width: 100%;
  height: 300px;
  background-color: #e3e3e3;
  margin-top: 50px;
  margin-bottom: 50px;
}
.twoColumns__primary__langSwicther {
  position: relative;
  margin-bottom: 20px;
}
.twoColumns__primary__langSwicther__list {
  display: flex;
}
.twoColumns__primary__langSwicther__list__item {
  margin-right: 10px;
}
.twoColumns__primary__langSwicther__list__item.active button {
  color: #011c32;
}
.twoColumns__primary__langSwicther__list__item__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
  background: none;
  padding: 0;
  outline: none;
  color: rgba(1, 28, 50, 0.4);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.twoColumns__primary__links {
  display: flex;
}
.twoColumns__primary__links ul {
  margin-left: auto;
  position: relative;
  bottom: inherit;
  padding-top: 30px;
  padding-bottom: 30px;
}
.twoColumns__primary__links ul li a span {
  color: #567da4;
  font-size: 1.272rem;
}
.twoColumns__primary__links ul li a svg {
  fill: #567da4;
}
.twoColumns__primary__links ul li a.currentpage span {
  color: #12abdd;
}
.twoColumns__primary__links ul li a.currentpage svg {
  fill: #12abdd;
}

/*********************************************
  COMP
*********************************************/
/*********************************************
  HEADER
*********************************************/
.header {
  min-height: 180px;
}
@media screen and (max-width: 1000px) {
  .header {
    min-height: 0;
  }
}
.header > .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .header > .wrapper {
    display: none !important;
  }
}
.header__logoContainer {
  z-index: 10;
  margin-right: 90px;
}
@media screen and (max-width: 1600px) {
  .header__logoContainer {
    margin-right: 20px;
  }
}
.header__logoContainer__logo {
  min-width: 242px;
  height: auto;
  transform: translateY(-2px);
}
.header__menuContainer {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header__menuContainer > ul {
  display: flex;
  flex-wrap: wrap;
}
.header__menuContainer > ul > li {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.header__menuContainer > ul > li:first-child {
  margin-left: 0;
}
.header__menuContainer > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1500px) {
  .header__menuContainer > ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header__menuContainer > ul > li.currentpage > a, .header__menuContainer > ul > li.activeparent > a, .header__menuContainer > ul > li.js-hover > a {
  color: #000000;
  background-color: white;
}
.header__menuContainer > ul > li > a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 5px;
  padding: 14px 20px;
  color: #ffffff;
  background-color: transparent;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__menuContainer > ul > li > a:focus, .header__menuContainer > ul > li > a:hover {
  color: #000000;
  background-color: white;
}
.header__menuContainer > ul > li > a:focus + ul, .header__menuContainer > ul > li > a:hover + ul {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__menuContainer > ul > li > ul {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 18px;
  padding: 30px 40px;
  position: absolute;
  top: calc(100% + 20px);
  display: flex;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1250px) {
  .header__menuContainer > ul > li > ul {
    flex-direction: column;
  }
}
@media all and (-ms-high-contrast: none) {
  .header__menuContainer > ul > li > ul {
    flex-direction: column;
    align-items: center;
  }
  .header__menuContainer > ul > li > ul > li {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.header__menuContainer > ul > li > ul:focus, .header__menuContainer > ul > li > ul:hover {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__menuContainer > ul > li > ul:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  height: 25px;
}
.header__menuContainer > ul > li > ul > li {
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1250px) {
  .header__menuContainer > ul > li > ul > li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.header__menuContainer > ul > li > ul > li:first-child {
  margin-left: 0;
}
.header__menuContainer > ul > li > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1250px) {
  .header__menuContainer > ul > li > ul > li:last-child {
    margin-bottom: 0;
  }
}
.header__menuContainer > ul > li > ul > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 1rem;
  white-space: nowrap;
}
.header__menuContainer > ul > li > ul > li > a.currentpage {
  color: #12abdd;
}
.header__menuContainer > ul > li > ul > li ul {
  margin-left: 15px;
}
.header__menuContainer > ul > li > ul > li ul > li > a {
  color: #567da4;
  text-transform: uppercase;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 1rem;
  white-space: nowrap;
}
.header__menuContainer > ul > li > ul > li ul > li > a.currentpage {
  color: #12abdd;
}
.header__sideContainer {
  z-index: 10;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .header__sideContainer {
    position: absolute;
    top: 15px;
    right: calc(5% + 45px);
  }
}
.header__sideContainer__search {
  margin-right: 56px;
}
@media screen and (max-width: 1400px) {
  .header__sideContainer__search {
    margin-right: 10px;
  }
}
.header__sideContainer__search--burger {
  margin-right: 0;
}
.header__sideContainer__search--burger .header__sideContainer__search__input {
  width: 100%;
  min-width: 0px;
}
.header__sideContainer__search__input {
  min-width: 235px;
  height: 40px;
  border: 1px solid #ffffff !important;
}
.header__sideContainer__search__btn {
  background: none;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
}
.header__sideContainer__search__btn svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}
.header__sideContainer__social {
  display: flex;
}
.header__sideContainer__social__item {
  margin-left: 4px;
  margin-right: 4px;
  width: 32px;
  height: 32px;
}
.header__sideContainer__social__item:first-child {
  margin-left: 0;
}
.header__sideContainer__social__item:last-child {
  margin-right: 0;
}
.header__sideContainer__social__item__link {
  display: block;
  width: 32px;
  height: 32px;
}
.header__sideContainer__social__item__link svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}
.header__langContainer {
  z-index: 10;
  position: absolute;
  top: 22px;
  right: 5%;
}
@media screen and (max-width: 1980px) {
  .header__langContainer {
    right: 0;
  }
}
@media screen and (max-width: 1880px) {
  .header__langContainer {
    right: 50px;
  }
}
.header__langContainer__lang {
  display: flex;
}
.header__langContainer__lang__item {
  margin-left: 10px;
}
.header__langContainer__lang__item.current a {
  color: #567da4;
}
.header__langContainer__lang__item__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  color: #ffffff;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__langContainer__lang__item__link:focus, .header__langContainer__lang__item__link:hover {
  color: #567da4;
}
/*********************************************
  FOOTER
*********************************************/
.footer {
  position: relative;
  z-index: 2;
  background: #191e32;
  background: linear-gradient(180deg, #191e32 0%, #090b14 100%);
}
.footer > .wrapper {
  padding-top: 50px;
  padding-bottom: 36px;
}
.footer__primary {
  z-index: 2;
}
.footer__primary > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__primary > ul > li {
  min-width: 180px;
  min-height: 126px;
  margin-bottom: 30px;
}
.footer__primary > ul > li:first-child {
  padding-left: 20px;
}
@media screen and (min-width: 651px) {
  .footer__primary > ul > li:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer__primary > ul > li {
    width: auto !important;
    min-width: 100px;
  }
}
@media screen and (max-width: 650px) {
  .footer__primary > ul > li {
    width: 50% !important;
  }
}
@media screen and (max-width: 500px) {
  .footer__primary > ul > li {
    width: 100% !important;
  }
}
.footer__primary > ul > li:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.21);
}
.footer__primary > ul > li:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 20px;
  height: 100px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.21);
}
.footer__primary > ul > li.currentpage > a, .footer__primary > ul > li.activeparent > a {
  color: #567da4;
}
.footer__primary > ul > li.footer__primary__list__item--lang {
  min-width: 90px;
}
.footer__primary > ul > li.footer__primary__list__item--lang .footer__primary__list__item__link {
  color: #ffffff;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer__primary > ul > li.footer__primary__list__item--lang .footer__primary__list__item__link.current {
  color: #567da4;
}
.footer__primary > ul > li.footer__primary__list__item--lang .footer__primary__list__item__link:focus, .footer__primary > ul > li.footer__primary__list__item--lang .footer__primary__list__item__link:hover {
  color: #567da4;
}
.footer__primary > ul > li > a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
}
.footer__primary > ul > li > ul {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-left: 40px;
  padding-right: 20px;
}
.footer__primary > ul > li > ul.sublist--social {
  display: flex;
  flex-direction: row;
}
.footer__primary > ul > li > ul.sublist--social .sublist__item {
  margin-left: 6px;
  margin-right: 6px;
}
.footer__primary > ul > li > ul.sublist--social .sublist__item:first-child {
  margin-left: 0;
}
.footer__primary > ul > li > ul.sublist--social .sublist__item:last-child {
  margin-right: 0;
}
.footer__primary > ul > li > ul.sublist--social .sublist__item__link svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}
.footer__primary > ul > li > ul > li {
  margin-bottom: 5px;
}
.footer__primary > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.footer__primary > ul > li > ul > li.currentpage > a, .footer__primary > ul > li > ul > li.activeparent > a {
  color: #567da4;
}
.footer__primary > ul > li > ul > li > a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  font-size: 0.887rem;
  color: #ffffff;
}
.footer__primary > ul > li > ul > li ul {
  margin-left: 14px;
}
.footer__primary > ul > li > ul > li ul > li {
  margin-bottom: 5px;
}
.footer__primary > ul > li > ul > li ul > li:last-child {
  margin-bottom: 0;
}
.footer__primary > ul > li > ul > li ul > li.currentpage > a, .footer__primary > ul > li > ul > li ul > li.activeparent > a {
  color: #567da4;
}
.footer__primary > ul > li > ul > li ul > li > a {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  font-size: 0.887rem;
  color: #c5daed;
}
.footer__secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.footer__secondary__logoContainer {
  z-index: 2;
  margin-bottom: 40px;
}
.footer__secondary__logoContainer__logo {
  width: 242px;
  height: auto;
}
.footer__secondary__legal {
  display: flex;
  z-index: 2;
  margin-bottom: 14px;
}
.footer__secondary__legal__item:last-child .footer__secondary__legal__item__link:after {
  display: none;
}
.footer__secondary__legal__item__link {
  position: relative;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 0.887rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 6px;
  margin-left: 6px;
}
.footer__secondary__legal__item__link:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 3px;
  height: 1px;
  background-color: #ffffff;
  pointer-events: none;
}
.footer__secondary__copy {
  position: relative;
  z-index: 2;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 0.887rem;
  text-transform: uppercase;
  color: #567da4;
}
.footer__secondary__certification {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.footer__secondary__certification__img {
  width: 120px;
}
.footer__secondary__bcg {
  width: auto;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.footer__copyright {
  position: absolute;
  width: 30px;
  bottom: 18px;
  right: 18px;
}
/*********************************************
  HOMEPAGE
*********************************************/
.homePage .intro {
  min-height: 1140px;
}
@media screen and (max-height: 1300px) and (min-width: 1001px) {
  .homePage .intro {
    min-height: 1000px;
  }
}
@media screen and (max-height: 1180px) and (min-width: 1001px) {
  .homePage .intro {
    min-height: 1000px;
    height: 1000px;
    margin-top: -100px;
  }
}
@media screen and (max-height: 1050px) and (min-width: 1001px) {
  .homePage .intro {
    margin-top: -200px;
  }
}
@media screen and (max-height: 950px) and (min-width: 1001px) {
  .homePage .intro {
    margin-top: -240px;
  }
}
@media screen and (max-height: 900px) and (min-width: 1001px) {
  .homePage .intro {
    transform: scale(0.75);
    margin-bottom: -120px;
  }
}
@media screen and (max-height: 780px) and (min-width: 1001px) {
  .homePage .intro {
    transform: scale(0.6);
    margin-bottom: -200px;
  }
}
@media screen and (max-height: 720px) and (min-width: 1001px) {
  .homePage .intro {
    margin-top: -340px;
  }
}
@media screen and (max-height: 620px) and (min-width: 1001px) {
  .homePage .intro {
    margin-top: -370px;
  }
}
@media screen and (max-height: 580px) and (min-width: 1001px) {
  .homePage .intro {
    transform: scale(0.5);
    margin-bottom: -250px;
  }
}
@media screen and (max-height: 540px) and (min-width: 1001px) {
  .homePage .intro {
    margin-top: -410px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro {
    min-height: 0px;
  }
}
.homePage .intro > .wrapper {
  min-height: 1140px;
}
@media screen and (max-height: 1300px) and (min-width: 1001px) {
  .homePage .intro > .wrapper {
    min-height: 1000px;
  }
}
@media screen and (max-height: 1180px) {
  .homePage .intro > .wrapper {
    min-height: 1000px;
    height: 1000px;
  }
}
@media screen and (max-width: 1700px) {
  .homePage .intro > .wrapper {
    transform: translateX(-100px);
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro > .wrapper {
    transform: translateX(0);
    min-height: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.homePage .intro__logoContainer {
  position: relative;
  display: block;
  width: 100%;
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .homePage .intro__logoContainer {
    display: none;
  }
}
.homePage .intro__logoContainer__logo {
  position: relative;
  max-width: 242px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .homePage .intro__earth__mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro__earth__mobile {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: -200px;
    max-width: 340px;
    order: 2;
    min-height: 0;
  }
}
.homePage .intro__earth__mobile__img {
  width: auto;
  pointer-events: none;
  margin: auto;
}
.homePage .intro__earth {
  position: absolute;
  right: 0;
  top: 320px;
  z-index: 2;
  min-height: 520px;
  overflow: hidden;
  border-radius: 50%;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__earth {
    display: none !important;
  }
}
@media screen and (max-width: 1540px) {
  .homePage .intro__earth {
    right: 50px;
  }
}
.homePage .intro__earth__img {
  width: auto;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 2;
}
.homePage .intro__earth__ombre {
  z-index: 3;
  position: absolute;
  width: 100%;
  bottom: 70px;
  max-width: none;
}
.homePage .intro__earth__logo {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 454px;
  height: 153px;
}
.homePage .intro__earth__lumiere {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 0px;
  width: 500px;
  top: 290px;
  transform: scaleX(0.95);
}
@media screen and (max-width: 1540px) {
  .homePage .intro__earth__lumiere {
    right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro__earth__lumiere {
    display: none;
  }
}
.homePage .intro__earth__bcg {
  position: absolute;
  z-index: 1;
  right: -50px;
  top: 280px;
  transform: scale(0.95);
  transform-origin: center;
}
@media screen and (max-width: 1540px) {
  .homePage .intro__earth__bcg {
    right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro__earth__bcg {
    display: none;
  }
}
.homePage .intro__earth__bcg svg {
  width: 605px;
  height: 605px;
  opacity: 0.2;
}
.homePage .intro__list {
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 125px;
  height: 760px;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__list {
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px;
    order: 1;
    min-height: 440px;
  }
}
.homePage .intro__list__line {
  position: absolute;
  top: 45px;
  bottom: -90px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__list__line {
    display: block;
  }
}
.homePage .intro__list__item {
  position: absolute;
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__list__item {
    position: relative;
    width: 300px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .homePage .intro__list__item:nth-child(odd) .intro__list__item__link {
    flex-direction: row-reverse;
    transform: translateX(-136px);
  }
  .homePage .intro__list__item:nth-child(even) .intro__list__item__link {
    flex-direction: row;
    transform: translateX(136px);
  }
}
.homePage .intro__list__item--services-products {
  top: 460px;
  left: 270px;
}
@media screen and (max-width: 1540px) {
  .homePage .intro__list__item--services-products {
    left: inherit;
    right: 1030px;
  }
}
@media screen and (max-width: 1350px) {
  .homePage .intro__list__item--services-products {
    right: 820px;
    top: 280px;
  }
}
@media screen and (max-width: 1150px) {
  .homePage .intro__list__item--services-products {
    right: 685px;
    top: 200px;
  }
}
.homePage .intro__list__item--services-products .intro__list__item__link__text {
  padding-top: 12px;
  padding-left: 40px;
}
.homePage .intro__list__item--services-products .bullet__point, .homePage .intro__list__item--services-products .bullet__ring--inside {
  animation-delay: 0s;
}
.homePage .intro__list__item--about-us {
  top: 235px;
  left: 550px;
}
@media screen and (max-width: 1540px) {
  .homePage .intro__list__item--about-us {
    left: inherit;
    right: 750px;
  }
}
@media screen and (max-width: 1350px) {
  .homePage .intro__list__item--about-us {
    right: 500px;
    top: 115px;
  }
}
@media screen and (max-width: 1150px) {
  .homePage .intro__list__item--about-us {
    right: 440px;
    top: 95px;
  }
}
.homePage .intro__list__item--about-us .intro__list__item__link__text {
  padding-top: 12px;
  padding-left: 40px;
}
.homePage .intro__list__item--about-us .bullet__point, .homePage .intro__list__item--about-us .bullet__ring--inside {
  animation-delay: 1s;
}
.homePage .intro__list__item--careers {
  top: 45px;
  left: 1120px;
}
@media screen and (max-width: 1540px) {
  .homePage .intro__list__item--careers {
    left: inherit;
    right: 195px;
  }
}
@media screen and (max-width: 1150px) {
  .homePage .intro__list__item--careers {
    right: 125px;
    top: 40px;
  }
}
.homePage .intro__list__item--careers .intro__list__item__link__text {
  padding-top: 12px;
  padding-left: 40px;
}
.homePage .intro__list__item--careers .bullet__point, .homePage .intro__list__item--careers .bullet__ring--inside {
  animation-delay: 2s;
}
.homePage .intro__list__item--newsroom {
  top: 260px;
  left: 1395px;
}
@media screen and (max-width: 1540px) {
  .homePage .intro__list__item--newsroom {
    left: inherit;
    right: -95px;
  }
}
.homePage .intro__list__item--newsroom .intro__list__item__link__text {
  padding-top: 12px;
  padding-left: 40px;
}
.homePage .intro__list__item--newsroom .bullet__point, .homePage .intro__list__item--newsroom .bullet__ring--inside {
  animation-delay: 3s;
}
.homePage .intro__list__item--contact-us {
  top: 720px;
  left: 1260px;
}
@media screen and (max-width: 1540px) {
  .homePage .intro__list__item--contact-us {
    left: inherit;
    right: 15px;
    top: 710px;
  }
}
.homePage .intro__list__item--contact-us .intro__list__item__link__text {
  padding-top: 12px;
  padding-left: 40px;
}
.homePage .intro__list__item--contact-us .bullet__point, .homePage .intro__list__item--contact-us .bullet__ring--inside {
  animation-delay: 4s;
}
.homePage .intro__list__item__link {
  display: block;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__list__item__link {
    display: flex;
    align-items: center;
  }
}
.homePage .intro__list__item__link:focus .bullet__ring--outside, .homePage .intro__list__item__link:hover .bullet__ring--outside {
  transform: translate(-50%, -50%) scale(1.9);
}
.homePage .intro__list__item__link:focus .bullet__point, .homePage .intro__list__item__link:hover .bullet__point {
  box-shadow: 0px 0px 20px 20px rgba(86, 125, 164, 0.45);
  transform: translate(-50%, -50%) scale(0.9);
}
.homePage .intro__list__item__link .bullet {
  width: 28px;
  height: 28px;
}
.homePage .intro__list__item__link .bullet__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 20px 20px rgba(86, 125, 164, 0.01);
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homePage .intro__list__item__link .bullet__ring--inside {
  animation-name: pulsing;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.homePage .intro__list__item__link .bullet__point {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-name: bipping;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.homePage .intro__list__item__link__text {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.618rem;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__list__item__link__text {
    padding-top: 0 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 500px) {
  .homePage .intro__list__item__link__text {
    font-size: 1.272rem;
  }
}
@media screen and (max-width: 400px) {
  .homePage .intro__list__item__link__text {
    font-size: 1rem;
  }
}
.homePage .intro__ellipse {
  z-index: 1;
  position: absolute;
  pointer-events: none;
  left: 165px;
  top: 180px;
}
@media screen and (max-width: 1540px) {
  .homePage .intro__ellipse {
    left: inherit;
    right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro__ellipse {
    display: none;
  }
}
.homePage .intro__ellipse svg {
  width: 1274px;
  height: 780px;
  opacity: 0.3;
}
.homePage .intro__title {
  z-index: 2;
  position: absolute;
  top: 760px;
  left: 0;
  color: #ffffff;
  font-family: "DINOT-CondLight", "Dinot", sans-serif;
  font-size: 70px;
}
@media screen and (max-width: 1700px) {
  .homePage .intro__title {
    transform: translateX(100px);
  }
}
@media screen and (max-width: 1540px) {
  .homePage .intro__title {
    left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro__title {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    font-size: 3.756rem;
    order: 3;
  }
}
@media screen and (max-width: 800px) {
  .homePage .intro__title {
    font-size: 2.618rem;
  }
}
.homePage .intro__title__strong {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 90px;
}
@media screen and (max-width: 800px) {
  .homePage .intro__title__strong {
    font-size: 4.236rem;
  }
}
.homePage .intro__bcg--stars {
  position: absolute;
  left: 0;
  top: -150px;
  pointer-events: none;
  opacity: 0.75;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__bcg--stars {
    top: 0;
    width: 120%;
    z-index: -1;
  }
}
.homePage .intro__bcg--data {
  position: absolute;
  left: 100px;
  top: 120px;
  pointer-events: none;
  opacity: 0.75;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__bcg--data {
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
  }
}
.homePage .intro__arrow {
  border: none;
  bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .homePage .intro__arrow {
    bottom: 0;
  }
}
.homePage .intro__arrow:focus svg, .homePage .intro__arrow:hover svg {
  fill: #000000 !important;
}
.homePage .intro__arrow .svg-1 {
  animation: bounce 2.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s infinite;
}
.homePage .intro__arrow .svg-2 {
  animation: bounce-more 2.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s infinite;
}
.homePage .banner {
  overflow: hidden;
  background-color: #000000;
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1000px) {
  .homePage .banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.homePage .banner:before {
  content: "";
  position: absolute;
  left: 5%;
  width: 90%;
  height: 52px;
  background-color: #000000;
  z-index: 2;
}
.homePage .banner--space {
  padding-top: 230px;
}
@media screen and (max-width: 1000px) {
  .homePage .banner--space {
    padding-top: 150px;
  }
}
.homePage .banner--space:before {
  top: -2px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}
.homePage .banner--space .banner__bcgContainer {
  background: url("../../assets/images/home/home-space-2.jpg") no-repeat center center/cover;
}
.homePage .banner--earth {
  padding-bottom: 230px;
}
@media screen and (max-width: 1000px) {
  .homePage .banner--earth {
    padding-bottom: 150px;
  }
}
.homePage .banner--earth:before {
  bottom: -2px;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
}
.homePage .banner--earth .banner__content {
  max-width: 580px;
}
.homePage .banner--earth .banner__bcgContainer {
  background: url("../../assets/images/home/home-earth.jpg") no-repeat center center/cover;
}
.homePage .banner > .wrapper {
  text-align: center;
  z-index: 2;
}
.homePage .banner__content {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .homePage .banner__content {
    max-width: 580px;
  }
}
.homePage .banner__buttonContainer {
  margin-top: 36px;
}
.homePage .banner__bcgContainer {
  position: absolute;
  top: -300px;
  height: calc(100% + 600px);
  left: 0;
  right: 0;
  background-color: #000000;
}
.homePage .banner__arrow {
  bottom: inherit;
  top: inherit;
  left: 50%;
  transform: translate(-50%, -40px);
}
@media screen and (max-width: 1000px) {
  .homePage .banner__arrow {
    transform: translate(-50%, -20px);
  }
}
.homePage .who {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1500px) {
  .homePage .who {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .who {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.homePage .who > .wrapper {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .homePage .who > .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.homePage .who__leftBlock {
  pointer-events: none;
}
@media screen and (max-width: 1560px) {
  .homePage .who__leftBlock {
    width: 90%;
    transform: translateX(-260px);
  }
}
@media screen and (max-width: 1000px) {
  .homePage .who__leftBlock {
    position: absolute;
    transform: none;
    width: 100%;
    left: -400px;
  }
}
.homePage .who__leftBlock__video {
  width: 700px;
  pointer-events: none;
}
.homePage .who__leftBlock__video__bcg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 440px;
  bottom: -50px;
  opacity: 0.75;
  left: 440px;
}
@media screen and (max-width: 1000px) {
  .homePage .who__leftBlock__video__bcg {
    bottom: 0;
  }
}
.homePage .who__rightBlock {
  position: absolute;
  top: 20px;
  right: 0;
  max-width: 580px;
  z-index: 2;
}
@media screen and (max-width: 1760px) {
  .homePage .who__rightBlock {
    right: 50px;
  }
}
@media screen and (max-width: 1560px) {
  .homePage .who__rightBlock {
    width: 46%;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .who__rightBlock {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: inherit;
    right: inherit;
  }
}
.homePage .who__rightBlock__title:after {
  bottom: -20px;
  left: 0;
  width: 346px;
  transform: none;
}
.homePage .who__rightBlock__subtitle {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  font-size: 1.618rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
.homePage .who__rightBlock__buttonContainer {
  margin-top: 56px;
  display: flex;
  align-items: center;
}
.homePage .who__rightBlock__buttonContainer__button {
  margin-right: 14px;
}
.homePage .who__rightBlock__buttonContainer__button.outline svg {
  fill: #ffffff;
}
.homePage .who__rightBlock__buttonContainer__button.outline:focus svg, .homePage .who__rightBlock__buttonContainer__button.outline:hover svg {
  fill: #000000;
}
.homePage .who__bottom {
  display: flex;
  align-items: center;
  z-index: 2;
  position: absolute;
  bottom: 90px;
  left: calc(50% - 160px);
  transform: translateX(50%);
}
@media screen and (max-width: 1650px) {
  .homePage .who__bottom {
    bottom: 0;
  }
}
@media screen and (max-width: 1450px) {
  .homePage .who__bottom {
    left: 10%;
    bottom: -50px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .who__bottom {
    position: relative;
    left: inherit;
    transform: none;
    bottom: 0;
    margin-top: 50px;
  }
}
.homePage .who__bottom__country {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  font-size: 1.618rem;
}
.homePage .who__bottom__star {
  width: 95px;
  fill: #ffffff;
}
.homePage .who__bottom__bcg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.homePage .values {
  padding-top: 140px;
  padding-bottom: 155px;
  background-color: #011c32;
}
@media screen and (max-width: 1000px) {
  .homePage .values {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.homePage .values > .wrapper {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .homePage .values > .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.homePage .values__leftBlock {
  max-width: 580px;
}
@media screen and (max-width: 1660px) {
  .homePage .values__leftBlock {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .values__leftBlock {
    width: auto;
    max-width: 580px;
  }
}
.homePage .values__leftBlock__title {
  margin-bottom: 30px;
}
.homePage .values__leftBlock__title:after {
  display: none;
}
.homePage .values__leftBlock__subtitle {
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  font-size: 1.618rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
.homePage .values__leftBlock__content {
  margin-left: auto;
  margin-right: auto;
}
.homePage .values__leftBlock__buttonContainer {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.homePage .values__leftBlock__buttonContainer__button {
  margin-right: 14px;
}
.homePage .values__rightBlock {
  margin-left: auto;
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 54px 60px;
  position: absolute;
  top: -175px;
  right: 0;
}
@media screen and (max-width: 1660px) {
  .homePage .values__rightBlock {
    right: 50px;
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .homePage .values__rightBlock {
    border-radius: 40px;
    padding: 34px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .values__rightBlock {
    width: auto;
    max-width: 700px;
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
.homePage .values__rightBlock__logo {
  position: absolute;
  width: 372px;
  top: 86px;
  right: 100px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .homePage .values__rightBlock__logo {
    width: 70%;
    top: 50px;
    right: 50px;
  }
}
.homePage .values__rightBlock__img {
  z-index: 2;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
}
@media screen and (max-width: 500px) {
  .homePage .values__rightBlock__img {
    width: auto;
    max-width: 100%;
  }
}
.homePage .values__rightBlock__title {
  padding-top: 30px;
  margin-bottom: 12px;
  border-top: 1px solid #011c32;
  font-weight: bold;
  color: #011c32;
}
.homePage .values__rightBlock__content {
  margin-left: auto;
  margin-right: auto;
  color: #011c32;
}
.homePage .values__rightBlock__buttonContainer {
  margin-top: 30px;
}
.homePage .numbers {
  background-color: #ffffff;
  padding-top: 170px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1000px) {
  .homePage .numbers {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.homePage .numbers > .wrapper {
  z-index: 2;
}
.homePage .numbers__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .homePage .numbers__list {
    flex-direction: column;
  }
}
@media all and (-ms-high-contrast: none) {
  .homePage .numbers__list {
    justify-content: space-between;
  }
}
.homePage .numbers__list__item {
  max-width: 240px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.homePage .numbers__list__item:first-child {
  margin-left: 0;
}
.homePage .numbers__list__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .homePage .numbers__list__item {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px;
  }
}
.homePage .numbers__list__item__numberContainer {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border: 20px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 40px 40px rgba(86, 125, 164, 0.09);
  background: url("../../assets/images/home/home-numbers.jpg") no-repeat center center/cover, #000000;
}
@media screen and (max-width: 1000px) {
  .homePage .numbers__list__item__numberContainer {
    width: 150px;
    height: 150px;
    border: 15px solid #ffffff;
    margin-bottom: 20px;
  }
}
.homePage .numbers__list__item__numberContainer__number {
  color: #ffffff;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  font-size: 8.236rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .homePage .numbers__list__item__numberContainer__number {
    font-size: 3.756rem;
  }
}
.homePage .numbers__list__item__numberContainer__star {
  fill: #ffffff;
  width: 132px;
  height: 68px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .homePage .numbers__list__item__numberContainer__star {
    bottom: -10px;
    width: 66px;
    height: 34px;
  }
}
.homePage .numbers__list__item__title {
  color: #011c32;
  font-size: 1.618rem;
  margin-bottom: 14px;
}
.homePage .numbers__list__item__content {
  color: #011c32;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
.homePage .numbers__bcg {
  z-index: 1;
  position: absolute;
  pointer-events: none;
  top: 120px;
  right: calc(50% + 425px);
  transform: translateX(50%);
}
.homePage .numbers__bcg svg {
  width: 2560px;
  height: 1788px;
  opacity: 0.5;
  fill: none;
  stroke: #231f20;
  stroke-miterlimit: 10;
  stroke-width: 0.25px;
}
@media screen and (min-width: 1001px) {
  .homePage .intro__ellipse, .homePage .intro__earth, .homePage .intro__earth__bcg, .homePage .intro__list__item, .homePage .intro__earth__logo, .homePage .intro__title, .homePage .intro__bcg--stars img, .homePage .intro__bcg--data img, .homePage .intro__earth__lumiere, .homePage .intro__arrow {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .homePage .intro__logoContainer, .homePage .intro__list__line, .homePage .intro__list__item, .homePage .intro__earth, .homePage .intro__bcg--stars img, .homePage .intro__bcg--data img, .homePage .intro__arrow {
    visibility: hidden;
  }
}

.aboutPageMembership .members {
  padding-bottom: 100px;
}
.aboutPageMembership .members__bcg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1000px;
  pointer-events: none;
  background: url("../../assets/images/about/about-membership-bcg.jpg") no-repeat center center/cover;
}
.aboutPageMembership .members__bcg:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, black 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  top: -50px;
  height: 300px;
}
.aboutPageMembership .members > .wrapper {
  z-index: 2;
}
.aboutPageMembership .members__list {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .aboutPageMembership .members__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .aboutPageMembership .members__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1001px) {
  .aboutPageMembership .members__list > li {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageMembership .members__list > li {
    visibility: hidden;
  }
}

.aboutPageWho .mainIntro .breadcrumb {
  margin-left: 680px;
}
@media screen and (max-width: 1300px) {
  .aboutPageWho .mainIntro .breadcrumb {
    margin-left: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageWho .mainIntro .breadcrumb {
    margin-left: 310px;
  }
}
@media screen and (max-width: 700px) {
  .aboutPageWho .mainIntro .breadcrumb {
    margin-left: 110px;
  }
}
@media screen and (max-width: 500px) {
  .aboutPageWho .mainIntro .breadcrumb {
    margin-left: 0;
  }
}
.aboutPageWho .mainIntro__title {
  margin-left: 680px;
}
@media screen and (max-width: 1300px) {
  .aboutPageWho .mainIntro__title {
    margin-left: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageWho .mainIntro__title {
    margin-left: 310px;
  }
}
@media screen and (max-width: 700px) {
  .aboutPageWho .mainIntro__title {
    margin-left: 110px;
  }
}
@media screen and (max-width: 500px) {
  .aboutPageWho .mainIntro__title {
    margin-left: 0;
  }
}
.aboutPageWho .mainIntro__title svg {
  width: 312px;
  height: 452px;
  position: absolute;
  right: calc(100% + 20px);
  top: 20px;
  pointer-events: none;
}
.aboutPageWho .mainDescription__block {
  margin-left: 780px;
  padding-top: 40px;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .aboutPageWho .mainDescription__block {
    margin-left: 380px;
  }
}
@media screen and (max-width: 700px) {
  .aboutPageWho .mainDescription__block {
    margin-left: 180px;
  }
}
@media screen and (max-width: 500px) {
  .aboutPageWho .mainDescription__block {
    margin-left: 70px;
  }
}
@media screen and (max-width: 400px) {
  .aboutPageWho .mainDescription__block {
    margin-left: 0;
  }
}
.aboutPageWho .mainDescription__block__title {
  font-size: 1.618rem;
}
@media screen and (max-width: 800px) {
  .aboutPageWho .mainDescription__block__title {
    font-size: 1.272rem;
  }
}
.aboutPageWho .mainDescription__img {
  width: auto;
  position: absolute;
  left: -170px;
  top: 30px;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 1660px) {
  .aboutPageWho .mainDescription__img {
    left: -120px;
  }
}
@media screen and (max-width: 1300px) {
  .aboutPageWho .mainDescription__img {
    left: -520px;
    min-width: 1030px;
  }
}
@media screen and (max-width: 700px) {
  .aboutPageWho .mainDescription__img {
    left: -720px;
  }
}
@media screen and (max-width: 500px) {
  .aboutPageWho .mainDescription__img {
    left: -830px;
  }
}
@media screen and (max-width: 400px) {
  .aboutPageWho .mainDescription__img {
    left: -880px;
  }
}
.aboutPageWho .mainDescription__video {
  position: absolute;
  pointer-events: none;
  width: 730px;
  top: 220px;
  left: -30px;
}
@media screen and (max-width: 1660px) {
  .aboutPageWho .mainDescription__video {
    left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .aboutPageWho .mainDescription__video {
    left: -400px;
  }
}
@media screen and (max-width: 700px) {
  .aboutPageWho .mainDescription__video {
    left: -560px;
  }
}
@media screen and (max-width: 500px) {
  .aboutPageWho .mainDescription__video {
    left: -400px;
  }
}
.aboutPageWho .mainDescription__video__bcg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 440px;
  opacity: 0.75;
  left: 440px;
  top: 680px;
}
@media screen and (max-width: 1660px) {
  .aboutPageWho .mainDescription__video__bcg {
    left: 390px;
  }
}
@media screen and (max-width: 1300px) {
  .aboutPageWho .mainDescription__video__bcg {
    left: 0;
  }
}
@media screen and (max-width: 700px) {
  .aboutPageWho .mainDescription__video__bcg {
    left: -110px;
  }
}
@media screen and (max-width: 500px) {
  .aboutPageWho .mainDescription__video__bcg {
    left: 0;
  }
}
.aboutPageWho .links {
  padding-top: 80px;
  padding-bottom: 300px;
}
@media screen and (max-width: 1660px) {
  .aboutPageWho .links {
    right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .aboutPageWho .links {
    padding-bottom: 100px;
  }
}
.aboutPageWho .links > .wrapper {
  height: 250px;
}

.aboutPageAchievement .videos {
  padding-bottom: 420px;
  padding-top: 90px;
}
.aboutPageAchievement .videos__bcg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1000px;
  pointer-events: none;
  background: url("../../assets/images/about/about-achievement-bcg.jpg") no-repeat center center/cover;
}
.aboutPageAchievement .videos__bcg:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, black 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  top: -50px;
  height: 300px;
}
.aboutPageAchievement .videos > .wrapper {
  z-index: 2;
}
.aboutPageAchievement .videos__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  .aboutPageAchievement .videos__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (-ms-high-contrast: none) {
  .aboutPageAchievement .videos__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.aboutPageAchievement .videos .video {
  background-color: #011c32;
  border-radius: 26px;
  padding: 30px 40px;
}
@media screen and (max-width: 500px) {
  .aboutPageAchievement .videos .video {
    padding: 30px 20px;
  }
}
.aboutPageAchievement .videos .video--powerpoint .video__videoContainer {
  position: relative;
  overflow: hidden;
}
.aboutPageAchievement .videos .video--powerpoint .video__videoContainer img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.aboutPageAchievement .videos .video--powerpoint .video__contentContainer .buttonContainer, .aboutPageAchievement .videos .video--powerpoint .video__contentContainer form .form .submit, form .form .aboutPageAchievement .videos .video--powerpoint .video__contentContainer .submit {
  text-align: center;
}
.aboutPageAchievement .videos .video__videoContainer {
  background-color: #000000;
  margin-bottom: 25px;
  width: 100%;
  height: 440px;
}
.aboutPageAchievement .videos .video__videoContainer iframe {
  width: 100%;
  height: 100%;
}
.aboutPageAchievement .videos .video__videoContainer .error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.aboutPageAchievement .videos .video__contentContainer {
  color: #ffffff;
}
.aboutPageAchievement .videos .video__contentContainer__title {
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .aboutPageAchievement .videos__list > li {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageAchievement .videos__list > li {
    visibility: hidden;
  }
}

.aboutPageMission.why .mainDescription__block__title {
  padding-left: 45px;
}
.aboutPageMission.why .textContainer__content, .aboutPageMission.why .mainDescription__block__content {
  padding-left: 45px;
}
.aboutPageMission.why .textContainer__content > p, .aboutPageMission.why .mainDescription__block__content > p {
  position: relative;
}
.aboutPageMission.why .textContainer__content > p > img, .aboutPageMission.why .textContainer__content > p > strong img, .aboutPageMission.why .mainDescription__block__content > p > img, .aboutPageMission.why .mainDescription__block__content > p > strong img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -45px;
}
.aboutPageMission .mainDescription__block__content > p > strong {
  font-size: 1.272rem;
}
.aboutPageMission .mainDescription__ellipse {
  position: absolute;
  right: calc(-100% + 470px);
  top: -200px;
  pointer-events: none;
}
.aboutPageMission .mainDescription__ellipse svg {
  width: 1440px;
  height: 1180px;
  transform: rotate(170deg);
  opacity: 0.8;
  fill: none;
  stroke: #567da4;
  stroke-miterlimit: 10;
  stroke-width: 0.25px;
}
.aboutPageMission .mainDescription__bcg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: -250px;
  left: calc(100% - 770px);
  opacity: 1;
  max-width: none;
  width: 1500px;
}
@media screen and (max-width: 1000px) {
  .aboutPageMission .mainDescription__bcg {
    width: auto;
    left: calc(100% - 700px);
  }
}
.aboutPageMission .textContainer {
  z-index: 2;
  padding-top: 70px;
}
.aboutPageMission .textContainer--right {
  z-index: 3;
}
.aboutPageMission .textContainer--right .textContainer__content {
  margin-left: auto;
}
.aboutPageMission .textContainer--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .aboutPageMission .textContainer--last {
    padding-bottom: 0;
  }
}
.aboutPageMission .textContainer__content {
  max-width: 660px;
}
.aboutPageMission .textContainer__content > p > strong {
  font-size: 1.272rem;
}
.aboutPageMission .textContainer__subcontent {
  max-width: 660px;
  font-weight: bold;
  padding-top: 70px;
}
.aboutPageMission .textContainer__subcontent .certification {
  position: absolute;
  display: inline-block;
  right: -170px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .aboutPageMission .textContainer__subcontent .certification {
    position: relative;
    bottom: inherit;
    right: inherit;
    display: block;
    margin-top: 10px;
  }
}
.aboutPageMission .textContainer__subcontent .certification__img {
  width: 160px;
}
.aboutPageMission .textContainer__bcg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: -600px;
  left: calc(-100% + 100px);
}
@media screen and (max-width: 1800px) {
  .aboutPageMission .textContainer__bcg {
    top: -800px;
    left: calc(-100% + 200px);
  }
}
@media screen and (max-width: 1540px) {
  .aboutPageMission .textContainer__bcg {
    top: -900px;
    left: -78%;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageMission .textContainer__bcg {
    top: -650px;
  }
}
@media screen and (max-width: 800px) {
  .aboutPageMission .textContainer__bcg {
    left: calc(-100% + 120px);
  }
}
@media screen and (max-width: 700px) {
  .aboutPageMission .textContainer__bcg {
    left: calc(-100% + 80px);
  }
}
.aboutPageMission .textContainer__satellite {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: -90px;
  left: -80px;
  width: 300px;
}
@media screen and (max-width: 1800px) {
  .aboutPageMission .textContainer__satellite {
    left: 30px;
  }
}
@media screen and (max-width: 1540px) {
  .aboutPageMission .textContainer__satellite {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutPageMission .textContainer__satellite {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageMission .textContainer__satellite {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 100%;
  }
}
@media screen and (max-width: 850px) {
  .aboutPageMission .textContainer__satellite {
    display: none;
  }
}
.aboutPageMission .textContainer__satellite__copy {
  position: relative;
  top: -50px;
  opacity: 0.5;
}
.aboutPageMission .links {
  transform: translateY(-100px);
}
@media screen and (max-width: 1000px) {
  .aboutPageMission .links {
    transform: translateY(0);
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageMission .links > .wrapper {
    display: flex;
  }
}
@media screen and (max-width: 1660px) {
  .aboutPageMission .links__list {
    right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .aboutPageMission .links__list {
    padding-bottom: 100px;
    position: relative;
    left: inherit;
    right: inherit;
    margin-left: auto;
  }
}
.aboutPageMission .slider {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
}
.aboutPageMission .slider:before {
  display: none;
}
@media screen and (min-width: 1451px) {
  .aboutPageMission .slider .slider__mainBlock__slider {
    width: calc(100% - 120px);
  }
}
.aboutPageMission .slider .slider__mainBlock__slider .slick-list.draggable {
  margin-top: 0;
  margin-bottom: 0;
}
.aboutPageMission .slider .slider__mainBlock__slider .slick-track {
  display: flex;
  align-items: center;
}
.aboutPageMission .slider .slider__mainBlock__slider .why__item {
  display: block;
  outline: none;
  cursor: auto;
}
.aboutPageMission .slider .slider__mainBlock__slider .why__item__img {
  outline: none;
  padding: 0px 15px;
}
@media screen and (max-width: 600px) {
  .aboutPageMission .slider .slider__mainBlock__arrowsContainer {
    left: 50%;
    transform: translateX(-50%);
  }
}

.servicesPage .mainIntro__title {
  max-width: 350px;
}
.servicesPage .services {
  padding-top: 290px;
  padding-bottom: 600px;
}
@media screen and (max-width: 1000px) {
  .servicesPage .services {
    padding-top: 200px;
    padding-bottom: 300px;
  }
}
.servicesPage .services > .wrapper {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .servicesPage .services > .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.servicesPage .services__block {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .servicesPage .services__block {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .servicesPage .services__block--right {
    margin-top: 280px;
  }
}
.servicesPage .services__block__title {
  margin-bottom: 10px;
  max-width: 540px;
}
@media screen and (max-width: 1000px) {
  .servicesPage .services__block__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.servicesPage .services__block__title__link {
  font-size: 3.756rem;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .servicesPage .services__block__title__link {
    font-size: 2.058rem;
  }
}
.servicesPage .services__block__list {
  margin-left: 50px;
}
@media screen and (max-width: 1000px) {
  .servicesPage .services__block__list {
    margin-left: 0;
  }
}
.servicesPage .services__block__list > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.servicesPage .services__block__list > li > a {
  font-size: 1.618rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .servicesPage .services__block__list > li > a {
    font-size: 1.272rem;
  }
}
.servicesPage .services__block__list > li > a svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  vertical-align: middle;
}
.servicesPage .services__block__list > li > a span {
  margin-left: 20px;
}
.servicesPage .services__block__list > li ul {
  margin-left: 20px !important;
}
.servicesPage .services__block__list > li ul li a {
  font-size: 1.272rem;
}
@media screen and (max-width: 800px) {
  .servicesPage .services__block__list > li ul li a {
    font-size: 1rem;
  }
}
.servicesPage .services__block__list > li ul li a svg {
  visibility: hidden;
}
.servicesPage .services__block__list > li ul li a span {
  position: relative;
}
.servicesPage .services__block__list > li ul li a span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -16px;
  margin-right: 8px;
  margin-bottom: 3px;
  background-color: #ffffff;
}
.servicesPage .services__block__bcg {
  z-index: -1;
  position: absolute;
  top: calc(50% + 120px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1600px) {
  .servicesPage .services__block__bcg {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@media screen and (max-width: 1400px) {
  .servicesPage .services__block__bcg {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 1250px) {
  .servicesPage .services__block__bcg {
    transform: translate(-50%, -50%) scale(0.7);
    top: calc(50% + 30px);
  }
}
.servicesPage .services__ellipse {
  position: absolute;
  top: calc(50% + 70px);
  left: calc(50% - 50px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.servicesPage .services__ellipse svg {
  width: 1480px;
  height: 1210px;
  opacity: 0.8;
  transform: rotate(-10deg);
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 0.25px;
}
@media screen and (min-width: 1001px) {
  .servicesPage .services__block--left, .servicesPage .services__block--right, .servicesPage .services__ellipse {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .servicesPage .services__block--left, .servicesPage .services__block--right, .servicesPage .services__ellipse {
    visibility: hidden;
  }
}

@media screen and (max-width: 1000px) {
  .servicesPageChild.systemes-spatiaux .mainBanner__bcg, .servicesPageChild.space-systems .mainBanner__bcg {
    width: 1600px;
  }
}
@media screen and (max-width: 500px) {
  .servicesPageChild.systemes-spatiaux .mainBanner__bcg, .servicesPageChild.space-systems .mainBanner__bcg {
    width: 1300px;
  }
}
@media screen and (max-width: 1000px) {
  .servicesPageChild.space-data-access-applications .mainBanner__bcg:before, .servicesPageChild.acces-aux-donnees-spatiales-et-applications .mainBanner__bcg:before {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .servicesPageSubchild.systemes-spatiaux .mainBanner__bcg, .servicesPageSubchild.space-systems .mainBanner__bcg {
    width: 1600px;
  }
}
@media screen and (max-width: 500px) {
  .servicesPageSubchild.systemes-spatiaux .mainBanner__bcg, .servicesPageSubchild.space-systems .mainBanner__bcg {
    width: 1300px;
  }
}
@media screen and (max-width: 1000px) {
  .servicesPageSubchild.space-data-access-applications .mainBanner__bcg:before, .servicesPageSubchild.acces-aux-donnees-spatiales-et-applications .mainBanner__bcg:before {
    height: 300px;
  }
}
.careersPage .mainIntro > .wrapper {
  z-index: 5;
}
.careersPage .mainDescription > .wrapper {
  z-index: 4;
}
.careersPage .mainDescription__blockContainer {
  margin-top: 30px;
}
.careersPage .mainDescription__blockContainer__block__content b, .careersPage .mainDescription__blockContainer__block__content strong {
  color: #ffffff !important;
  font-weight: bold;
}
.careersPage .mainDescription__ellipse {
  position: absolute;
  left: 500px;
  top: -40px;
  pointer-events: none;
}
.careersPage .mainDescription__ellipse svg {
  width: 1440px;
  height: 1180px;
  transform: rotate(170deg);
  opacity: 0.8;
  fill: none;
  stroke: #567da4;
  stroke-miterlimit: 10;
  stroke-width: 0.25px;
}
.careersPage .mainDescription__bcg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: -600px;
  left: calc(100% - 460px);
  opacity: 0.75;
}
.careersPage .mainDescription__block {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.careersPage .mainDescription__block__bcg {
  position: absolute;
  bottom: 100%;
  right: -60px;
  z-index: -1;
  pointer-events: none;
}
.careersPage .mainDescription__block__buttonContainer {
  margin-top: 40px;
}
.careersPage .mainDescription__block__content > p > strong {
  font-size: 1.272rem;
}
.careersPage .textContainer {
  z-index: 2;
  padding-top: 70px;
}
.careersPage .textContainer--right {
  z-index: 3;
  padding-bottom: 260px;
  padding-top: 0;
  margin-top: -80px;
}
@media screen and (max-width: 1250px) {
  .careersPage .textContainer--right {
    padding-bottom: 100px;
    margin-top: 20px;
  }
}
.careersPage .textContainer--right .textContainer__content {
  margin-left: auto;
  max-width: 620px;
}
.careersPage .textContainer--right__bcg {
  position: absolute;
  left: 185px;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.careersPage .textContainer--last {
  padding-bottom: 120px;
}
.careersPage .textContainer__content {
  max-width: 660px;
}
.careersPage .textContainer__subcontent {
  max-width: 660px;
  font-weight: bold;
  padding-top: 70px;
}
.careersPage .textContainer__bcg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: -600px;
  left: calc(-100% + 100px);
}
.careersPage .textContainer__testimonial {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 620px;
}
@media screen and (max-width: 500px) {
  .careersPage .textContainer__testimonial {
    flex-direction: column;
    align-items: center;
  }
}
.careersPage .textContainer__testimonial__img {
  border-radius: 22px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .careersPage .textContainer__testimonial__img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
}
.careersPage .textContainer__testimonial__contentContainer {
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .careersPage .textContainer__testimonial__contentContainer {
    margin-left: 0;
    text-align: center;
  }
}
.careersPage .textContainer__testimonial__contentContainer__title {
  font-size: 1.618rem;
  color: #567da4;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .careersPage .textContainer__testimonial__contentContainer__title br {
    display: none;
  }
}
.careersPage .textContainer__testimonial__contentContainer__name {
  position: relative;
  display: block;
  font-size: 1.272rem;
  color: #ffffff;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.careersPage .textContainer__testimonial__contentContainer__role {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
.careersPage .textContainer__testimonial__strong {
  font-size: 1.272rem;
  text-transform: uppercase;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  color: #567da4;
}
.careersPage .textContainer__buttonContainer {
  margin-top: 40px;
}
@media screen and (max-width: 1250px) {
  .careersPage .illustration {
    padding-bottom: 100px;
  }
}
.careersPage .illustration__imgContainer {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 200px;
  max-width: 454px;
}
@media screen and (max-width: 1540px) {
  .careersPage .illustration__imgContainer {
    left: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .careersPage .illustration__imgContainer {
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}
.careersPage .illustration__imgContainer__img {
  border-radius: 16px;
  margin-bottom: 10px;
}
.careersPage .illustration__imgContainer__description {
  color: #ffffff;
  font-size: 0.887rem;
}
.careersPage .slider {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 60px;
}
.careersPage .slider:before {
  top: 290px;
  bottom: 30px;
  left: 0;
  right: calc(50% + 640px);
}
@media screen and (max-width: 1760px) {
  .careersPage .slider:before {
    right: inherit;
    left: 0;
    width: 15%;
  }
}
@media screen and (max-width: 1350px) {
  .careersPage .slider:before {
    left: 0;
    right: inherit;
    width: 250px;
  }
}
@media screen and (max-width: 800px) {
  .careersPage .slider:before {
    top: 500px;
  }
}
@media screen and (max-width: 400px) {
  .careersPage .slider:before {
    top: 600px;
  }
}
.careersPage .slider__bcg {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: -410px;
  left: calc(100% - 400px);
}
@media screen and (max-width: 1760px) {
  .careersPage .slider__bcg {
    left: calc(100% - 450px);
  }
}
@media screen and (max-width: 1000px) {
  .careersPage .slider__bcg {
    left: calc(100% - 300px);
  }
}
@media screen and (max-width: 400px) {
  .careersPage .slider__bcg {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 100%;
    width: 300px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1350px) {
  .careersPage .slider__mainBlock {
    padding-bottom: 0;
  }
}
.careersPage .slider__mainBlock__title {
  color: #011c32;
  margin-bottom: 40px;
  text-align: center;
}
.careersPage .slider__mainBlock__selection form {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .careersPage .slider__mainBlock__selection form {
    flex-direction: column;
    align-items: center;
  }
}
.careersPage .slider__mainBlock__selection form fieldset {
  margin: 0px 25px;
}
@media screen and (max-width: 400px) {
  .careersPage .slider__mainBlock__selection form fieldset {
    margin-left: auto;
    margin-right: auto;
  }
}
.careersPage .slider__mainBlock__selection form fieldset h4 {
  color: #567da4;
  margin-bottom: 10px;
  font-weight: 600;
}
.careersPage .slider__mainBlock__selection form fieldset h4 svg {
  position: absolute;
  left: -25px;
  width: 20px;
  height: 20px;
  fill: #12abdd;
}
.careersPage .slider__mainBlock__selection form fieldset h4 svg.filter-icon {
  width: 18px;
}
.careersPage .slider__mainBlock__selection form fieldset .checkbox {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.careersPage .slider__mainBlock__selection form fieldset .checkbox input, .careersPage .slider__mainBlock__selection form fieldset .checkbox .state {
  line-height: 1;
}
.careersPage .slider__mainBlock__selection form fieldset .checkbox label {
  padding-left: 5px;
  text-transform: uppercase;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
}
.careersPage .slider__mainBlock__slider {
  width: 100%;
  margin-top: 60px;
  min-height: 400px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  transform: none !important;
}
@media screen and (max-width: 1500px) {
  .careersPage .slider__mainBlock__slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .careersPage .slider__mainBlock__slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .careersPage .slider__mainBlock__slider {
    grid-template-columns: repeat(1, 1fr);
  }
}
.careersPage .slider__mainBlock__slider__list__item {
  margin-right: 0;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1100px) {
  .careersPage .slider__mainBlock__slider__list__item {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .careersPage .slider__mainBlock__slider__list__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.careersPage .slider__event {
  padding-top: 30px;
  padding-top: 30px;
}
.careersPage .slider .mix {
  display: none;
}
.careersPage .slider .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
}
.careersPage .slider .fail-message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.careersPage .slider .fail-message span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.careersPage .slider fail .fail-message {
  opacity: 1;
  pointer-events: auto;
}

.careersPageJob .mainBanner__title, .careersPageForm .mainBanner__title {
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .careersPageJob .mainBanner__title, .careersPageForm .mainBanner__title {
    margin-right: 40%;
  }
}
@media screen and (max-width: 400px) {
  .careersPageJob .mainBanner__title, .careersPageForm .mainBanner__title {
    margin-right: 0;
  }
}
.careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
  position: absolute;
  bottom: -115px;
  right: calc(5% + 110px);
  pointer-events: none;
  width: 400px !important;
}
@media screen and (max-width: 1980px) {
  .careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
    right: 110px;
  }
}
@media screen and (max-width: 1880px) {
  .careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
    right: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
    width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
    right: 20px;
    bottom: -100px;
    width: 310px !important;
  }
}
@media screen and (max-width: 750px) {
  .careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
    width: 250px !important;
  }
}
@media screen and (max-width: 500px) {
  .careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
    width: 200px !important;
  }
}
@media screen and (max-width: 380px) {
  .careersPageJob .mainBanner__colleague, .careersPageForm .mainBanner__colleague {
    width: 175px !important;
  }
}
.careersPageJob .mainBanner__logo, .careersPageForm .mainBanner__logo {
  position: absolute;
  bottom: -5px;
  right: 5%;
  width: 480px;
  height: 162px;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1980px) {
  .careersPageJob .mainBanner__logo, .careersPageForm .mainBanner__logo {
    right: 0;
  }
}
@media screen and (max-width: 1880px) {
  .careersPageJob .mainBanner__logo, .careersPageForm .mainBanner__logo {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .careersPageJob .mainBanner__logo, .careersPageForm .mainBanner__logo {
    bottom: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .careersPageJob .mainBanner__logo, .careersPageForm .mainBanner__logo {
    right: 20px;
    width: 320px;
  }
}
@media screen and (max-width: 750px) {
  .careersPageJob .mainBanner__logo, .careersPageForm .mainBanner__logo {
    width: 270px;
    bottom: -70px;
  }
}
@media screen and (max-width: 500px) {
  .careersPageJob .mainBanner__logo, .careersPageForm .mainBanner__logo {
    width: 230px;
  }
}
.careersPageJob .mainBanner__space, .careersPageForm .mainBanner__space {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 690px;
  bottom: -70px;
  right: 20%;
  opacity: 0.5;
}
.careersPageJob .twoColumns__secondary, .careersPageForm .twoColumns__secondary {
  z-index: 3;
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .careersPageJob .twoColumns__secondary, .careersPageForm .twoColumns__secondary {
    width: 420px;
    min-width: 420px;
  }
}
@media screen and (max-width: 1000px) {
  .careersPageJob .twoColumns__secondary, .careersPageForm .twoColumns__secondary {
    margin-top: 100px;
  }
}
.careersPageJob .twoColumns__primary__contentContainer__content, .careersPageForm .twoColumns__primary__contentContainer__content {
  margin-bottom: 70px;
}
.careersPageJob .twoColumns__primary__contentContainer__content ul, .careersPageForm .twoColumns__primary__contentContainer__content ul {
  max-width: none;
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .careersPageForm .twoColumns__primary {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .careersPageForm .twoColumns__secondary {
    width: 380px;
    min-width: 380px;
    padding: 60px 44px;
  }
}

.newsroomPageNews .mainIntro__ellipse {
  z-index: 1;
}
.newsroomPageNews .news {
  padding-bottom: 100px;
}
.newsroomPageNews .news__bcg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -670px;
  right: 20px;
}
.newsroomPageNews .news__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1300px) {
  .newsroomPageNews .news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .newsroomPageNews .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .newsroomPageNews .news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (-ms-high-contrast: none) {
  .newsroomPageNews .news__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.newsroomPageNews .news__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.newsroomPageNews .news__pagination__arrow {
  cursor: pointer;
  margin-left: 25px;
  margin-right: 25px;
  width: 30px;
  height: 16px;
}
.newsroomPageNews .news__pagination__arrow.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.newsroomPageNews .news__pagination__arrow svg {
  fill: #ffffff;
  width: 30px;
  height: 16px;
}
.newsroomPageNews .news__pagination__list {
  display: flex;
}
.newsroomPageNews .news__pagination__list__item {
  margin-left: 6px;
  margin-right: 6px;
}
.newsroomPageNews .news__pagination__list__item > a {
  color: #ffffff;
  font-size: 1rem;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
}
@media screen and (min-width: 1001px) {
  .newsroomPageNews .news__list > li {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .newsroomPageNews .news__list > li {
    visibility: hidden;
  }
}

.newsroomPageEvents .mainIntro__ellipse {
  z-index: 2;
  left: calc(50% - 220px);
  transform: translateX(-50%) rotate(-14deg);
  top: 50px;
}
.newsroomPageEvents .events {
  padding-bottom: 340px;
}
.newsroomPageEvents .events__bcg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1000px;
  pointer-events: none;
  background: url("../../assets/images/newsroom/newsroom-events.jpg") no-repeat center bottom/cover;
}
.newsroomPageEvents .events__bcg:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, black 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  top: -50px;
  height: 300px;
}
.newsroomPageEvents .events__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1440px) {
  .newsroomPageEvents .events__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .newsroomPageEvents .events__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .newsroomPageEvents .events__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (-ms-high-contrast: none) {
  .newsroomPageEvents .events__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) {
  .newsroomPageEvents .events__list > li {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .newsroomPageEvents .events__list > li {
    visibility: hidden;
  }
}

.newsroomPageTestimonials .mainIntro__ellipse {
  z-index: 1;
}
.newsroomPageTestimonials .news {
  padding-bottom: 100px;
}
.newsroomPageTestimonials .news__bcg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -670px;
  right: 20px;
}
.newsroomPageTestimonials .news__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1400px) {
  .newsroomPageTestimonials .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .newsroomPageTestimonials .news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (-ms-high-contrast: none) {
  .newsroomPageTestimonials .news__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.newsroomPageTestimonials .news__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.newsroomPageTestimonials .news__pagination__arrow {
  cursor: pointer;
  margin-left: 25px;
  margin-right: 25px;
  width: 30px;
  height: 16px;
}
.newsroomPageTestimonials .news__pagination__arrow.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.newsroomPageTestimonials .news__pagination__arrow svg {
  fill: #ffffff;
  width: 30px;
  height: 16px;
}
.newsroomPageTestimonials .news__pagination__list {
  display: flex;
}
.newsroomPageTestimonials .news__pagination__list__item {
  margin-left: 6px;
  margin-right: 6px;
}
.newsroomPageTestimonials .news__pagination__list__item > a {
  color: #ffffff;
  font-size: 1rem;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
}
@media screen and (min-width: 1001px) {
  .newsroomPageTestimonials .news__list > li {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .newsroomPageTestimonials .news__list > li {
    visibility: hidden;
  }
}

.newsroomPageArchives .mainIntro__ellipse {
  z-index: 1;
}
.newsroomPageArchives .archives {
  padding-bottom: 100px;
}
.newsroomPageArchives .archives__bcg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -670px;
  right: 20px;
}
.newsroomPageArchives .archives__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 20px;
  margin-left: 20px;
}
.newsroomPageArchives .archives__list__item {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}
.newsroomPageArchives .archives__list__item:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -16px;
  margin-right: 8px;
  margin-bottom: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
}
.newsroomPageArchives .archives__list__item__link {
  display: inline-block;
}
.newsroomPageArchives .archives__list__item__link__title {
  margin: 0;
  font-size: 1.272rem;
}
.newsroomPageArchives .archives__list__item__link__title .date {
  opacity: 0.7;
  font-size: 1rem;
}
@media screen and (min-width: 1001px) {
  .newsroomPageArchives .archives__list > li {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .newsroomPageArchives .archives__list > li {
    visibility: hidden;
  }
}

.newsroomPageAwards .awards {
  padding-bottom: 100px;
}
.newsroomPageAwards .awards__bcg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1000px;
  pointer-events: none;
  background: url("../../assets/images/about/about-achievement-bcg.jpg") no-repeat center center/cover;
}
.newsroomPageAwards .awards__bcg:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, black 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  top: -50px;
  height: 300px;
}
.newsroomPageAwards .awards > .wrapper {
  z-index: 2;
}
.newsroomPageAwards .awards__list {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .newsroomPageAwards .awards__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .newsroomPageAwards .awards__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (-ms-high-contrast: none) {
  .newsroomPageAwards .awards__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) {
  .newsroomPageAwards .awards__list > li {
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .newsroomPageAwards .awards__list > li {
    visibility: hidden;
  }
}

.contactPage .people {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 60px;
}
.contactPage .people__list {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1560px) {
  .contactPage .people__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .contactPage .people__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .contactPage .people__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (-ms-high-contrast: none) {
  .contactPage .people__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.contactPage .people__list__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 700px) {
  .contactPage .people__list__item {
    justify-content: center;
  }
}
@media all and (-ms-high-contrast: none) {
  .contactPage .people__list__item {
    margin-bottom: 20px;
  }
}
.contactPage .people__list__item__img {
  width: 104px;
  min-width: 104px;
  border-radius: 50%;
  overflow: hidden;
}
.contactPage .people__list__item__contentContainer {
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .contactPage .people__list__item__contentContainer {
    width: 300px;
  }
}
@media screen and (max-width: 460px) {
  .contactPage .people__list__item__contentContainer {
    width: 100%;
  }
}
.contactPage .people__list__item__contentContainer__title {
  font-size: 1.618rem;
  color: #567da4;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contactPage .people__list__item__contentContainer__name {
  position: relative;
  display: block;
  font-size: 1.272rem;
  color: #011c32;
  font-family: "DINOT-CondRegular", "Dinot", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contactPage .people__list__item__contentContainer__role {
  position: relative;
  display: block;
  color: #011c32;
  font-family: "Open Sans", sans-serif;
}
.contactPage .people__list__item__contentContainer__buttonContainer {
  margin-top: 30px;
}
.contactPage .mainForm {
  background-color: #ffffff;
}
.contactPage .mainForm > .wrapper {
  margin-bottom: -84px;
  z-index: 4;
}
.contactPage .mainForm__mainContainer {
  width: 100%;
  min-height: 530px;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 0px 40px 40px rgba(86, 125, 164, 0.09);
  color: #011c32;
  padding: 50px 80px;
}
@media screen and (max-width: 800px) {
  .contactPage .mainForm__mainContainer {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .contactPage .mainForm__mainContainer {
    padding: 40px 20px;
  }
}
.contactPage .mainForm__mainContainer__title {
  color: #011c32;
  font-size: 2.058rem;
}
.contactPage .location {
  background-color: #011c32;
}
.contactPage .location__places {
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .contactPage .location__places {
    padding: 0;
  }
}
.contactPage .location__places > .location__places__group {
  z-index: 3;
  max-width: 640px;
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #011c32;
}
@media screen and (max-width: 1540px) {
  .contactPage .location__places > .location__places__group {
    width: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .contactPage .location__places > .location__places__group {
    width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .contactPage .location__places > .location__places__group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
}
.contactPage .location__places__title {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 56px;
  font-size: 1.618rem;
}
.contactPage .location__places__list {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 500px) {
  .contactPage .location__places__list {
    padding-right: 0;
  }
}
.contactPage .location__places__list__item {
  padding-top: 35px;
  padding-bottom: 25px;
  padding-left: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media screen and (max-width: 500px) {
  .contactPage .location__places__list__item {
    padding-left: 36px;
  }
}
.contactPage .location__places__list__item:last-child {
  border-bottom: none;
}
.contactPage .location__places__list__item__star {
  pointer-events: none;
  position: absolute;
  top: 24px;
  left: -30px;
  width: 90px;
  height: 40px;
  transform: rotate(90deg);
  transform-origin: center;
  fill: #ffffff;
}
@media screen and (max-width: 500px) {
  .contactPage .location__places__list__item__star {
    transform: rotate(90deg) scale(0.75);
  }
}
.contactPage .location__places__list__item__title {
  margin-bottom: 20px;
}
.contactPage .location__places__list__item__address {
  margin-bottom: 20px;
}
.contactPage .location__places__list__item__address--tva {
  margin-bottom: 0;
}
.contactPage .location__places__list__item__address--entreprise {
  margin-bottom: 14px;
}
.contactPage .location__places__list__item__buttonContainer {
  margin-top: 14px;
}
.contactPage .location__places__list__item__link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid rgba(86, 125, 164, 0.4);
  background-color: transparent;
  transition: border 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 500px) {
  .contactPage .location__places__list__item__link {
    transform: translateY(-50%) scale(0.5);
  }
}
.contactPage .location__places__list__item__link:focus, .contactPage .location__places__list__item__link:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.contactPage .location__places__list__item__link:focus svg, .contactPage .location__places__list__item__link:hover svg {
  fill: #011c32;
}
.contactPage .location__places__list__item__link svg {
  width: 34px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  transition: fill 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contactPage .location__map {
  z-index: 2;
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(50% - 250px);
}
@media screen and (max-width: 1980px) {
  .contactPage .location__map {
    right: -100px;
  }
}
@media screen and (max-width: 1880px) {
  .contactPage .location__map {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .contactPage .location__map {
    position: relative;
    left: 0;
    right: 0;
    height: 500px;
  }
}
.contactPage .location__map .leaflet-control-container {
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: 0;
  right: 0;
}
.contactPage .location__map .leaflet-popup-content {
  color: #011c32;
}
.contactPage .people__list > li {
  visibility: hidden;
}

.contentPage.associated-corporations .twoColumns__primary .wysiwyg img, .contentPage.societes-associees .twoColumns__primary .wysiwyg img {
  max-height: 80px;
}
.contentPage .twoColumns {
  min-height: 600px;
}
.contentPage .twoColumns__primary {
  margin-left: 0;
  margin-right: 0;
}
.contentPage .twoColumns__primary__contentContainer {
  margin-left: 0;
  margin-right: 0;
  max-width: 800px;
}
.contentPage .twoColumns__primary__contentContainer .wysiwyg ul {
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 30px;
}

.error404Page .error > .wrapper {
  height: 600px;
  height: 80vh;
  max-height: 700px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404Page .error__contentContainer {
  z-index: 2;
  text-align: center;
}
.error404Page .error__contentContainer__404 {
  margin-bottom: 0px;
  color: #567da4;
  font-weight: bold;
  font-size: 3.756rem;
}
@media screen and (max-width: 1000px) {
  .error404Page .error__contentContainer__404 {
    font-size: 2.618rem;
  }
}
.error404Page .error__contentContainer__title {
  margin-bottom: 40px;
  font-size: 2.058rem;
}
@media screen and (max-width: 1000px) {
  .error404Page .error__contentContainer__title {
    font-size: 1.618rem;
  }
}
.error404Page .error__bcg {
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .error404Page .error__bcg {
    max-width: none;
    width: 200%;
  }
}
.error404Page .error__contentContainer > *, .error404Page .error__bcg {
  visibility: hidden;
}

.searchPage .searchResults {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
}
.searchPage .searchResults .resultContainer {
  color: #011c32;
}
.searchPage .searchResults .resultContainer__maintitle {
  position: relative;
  font-size: 2.058rem;
  font-weight: bold;
  color: #011c32;
}
.searchPage .searchResults .resultContainer h4 {
  text-transform: uppercase;
  color: #011c32;
  font-size: 1.272rem;
}
.searchPage .searchResults .resultContainer .pageSearchResult {
  margin-bottom: 100px;
}
.searchPage .searchResults .resultContainer .pageSearchResult li {
  color: #011c32;
}
.searchPage .searchResults .resultContainer .pageSearchResult li a {
  color: #011c32;
}
.searchPage .searchResults .resultContainer section {
  margin-bottom: 100px;
}
.searchPage .searchResults .resultContainer section ul > li {
  visibility: visible !important;
}
.searchPage .searchResults .resultContainer section.jobsSearch {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1560px) {
  .searchPage .searchResults .resultContainer section.jobsSearch {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .searchPage .searchResults .resultContainer section.jobsSearch {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .searchPage .searchResults .resultContainer section.jobsSearch {
    grid-template-columns: repeat(1, 1fr);
  }
}
.searchPage .searchResults .resultContainer section.jobsSearch .new {
  margin: 0;
  max-width: none;
  width: auto;
}
.searchPage .searchResults .resultContainer__empty {
  color: #011c32;
}

/*# sourceMappingURL=styles.1.css.map */
