@import url(https://fonts.googleapis.com/css?family=Public+Sans:300,300i,400,400i,600,600i,700,700i&display=swap);
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;
}
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;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'FontTitle';
  src: url(/assets/font/Blackba4c9f6.woff) format('woff');
  font-weight: 800;
  font-style: 'normal';
}
html {
  height: 100%;
  font-size: 10px;
}
body {
  font-size: 100%;
  background: #f4f4f4;
  color: #000;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: inline-block;
  max-width: 100%;
  outline: none;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page {
  width: 100%;
  overflow: hidden;
  min-height: calc(100vh - 220px);
}
@media only screen and (max-width: 1024px) {
  .page {
    min-height: calc(100vh - 340px);
  }
}
.contentWithSidebar {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .contentWithSidebar {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.contentWithSidebar > article,
.contentWithSidebar > .content {
  width: calc(100% - 30px - 300px);
  background: #fff;
  padding: 60px 64px;
  z-index: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contentWithSidebar > article,
  .contentWithSidebar > .content {
    width: 100%;
    padding: 32px 20px;
  }
}
.contentWithSidebar > article.-nobg,
.contentWithSidebar > .content.-nobg {
  padding: 0;
  background: none;
}
.contentWithSidebar > article > .bg,
.contentWithSidebar > .content > .bg {
  background: #fff;
  padding: 60px 64px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .contentWithSidebar > article > .bg,
  .contentWithSidebar > .content > .bg {
    width: 100%;
    padding: 32px 20px;
    margin-bottom: 24px;
  }
}
.contentWithSidebar > article > .bg:last-child,
.contentWithSidebar > .content > .bg:last-child {
  margin-bottom: 0;
}
.contentWithSidebar > aside {
  width: 300px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .contentWithSidebar > aside {
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .contentWithSidebar > aside > * {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .contentWithSidebar > aside > * {
    margin-bottom: 20px;
  }
}
.contentWithSidebar > aside > *:last-child {
  margin-bottom: 0;
}
.icon {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .fb-page.fb_iframe_widget {
    display: none;
  }
}
.v-select .vs__dropdown-toggle,
.v-select.vs--single .vs__dropdown-toggle {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #b4b4b4;
  padding: 4px 0;
  background: transparent;
}
.v-select .vs__search,
.v-select.vs--single .vs__search {
  padding: 2px 0;
  margin-top: 0;
}
.v-select .vs__actions,
.v-select.vs--single .vs__actions {
  position: relative;
  padding: 0 15px 0 0;
  pointer-events: none;
}
.v-select .vs__actions::after,
.v-select.vs--single .vs__actions::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center center;
  border-color: #b4b4b4;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transition: all 0.4s ease-in-out;
}
.v-select .vs__selected,
.v-select.vs--single .vs__selected {
  margin-top: 0;
  border-color: #000;
  border-radius: 0;
  background: none;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.v-select .vs__selected-options,
.v-select.vs--single .vs__selected-options {
  padding-left: 0;
}
.v-select .vs__deselect,
.v-select.vs--single .vs__deselect {
  position: relative;
  width: 10px;
  height: 10px;
}
.v-select .vs__deselect::before,
.v-select.vs--single .vs__deselect::before,
.v-select .vs__deselect::after,
.v-select.vs--single .vs__deselect::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  display: block;
  width: 12px;
  height: 1px;
  background: #1f2532;
  transform-origin: center;
  transform: rotate(-45deg);
}
.v-select .vs__deselect::after,
.v-select.vs--single .vs__deselect::after {
  transform: rotate(45deg);
}
.v-select .vs__deselect svg,
.v-select.vs--single .vs__deselect svg {
  display: none;
}
.v-select .vs__open-indicator,
.v-select.vs--single .vs__open-indicator {
  display: inline-block;
  width: auto;
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.v-select.vs--single .vs__selected,
.v-select.vs--single.vs--single .vs__selected {
  border: 0;
  padding: 0;
  margin: 0;
}
.v-select.vs--open .vs__dropdown-toggle,
.v-select.vs--single.vs--open .vs__dropdown-toggle {
  border-bottom: 1px solid #b4b4b4;
}
.v-select.vs--open .vs__search,
.v-select.vs--single.vs--open .vs__search {
  padding: 2px 0;
  margin-top: 0;
}
.v-select.vs--open .vs__selected,
.v-select.vs--single.vs--open .vs__selected {
  position: relative;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.v-select.vs--open .vs__actions::after,
.v-select.vs--single.vs--open .vs__actions::after {
  margin-top: -6px;
  transform: rotate(-45deg);
}
.v-select .vs__clear,
.v-select.vs--single .vs__clear {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  transform: translateY(1px) rotate(45deg);
  margin-right: 0;
  fill: #000;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: all;
}
.v-select .vs__clear svg,
.v-select.vs--single .vs__clear svg {
  display: none;
}
.v-select .vs__clear::before,
.v-select.vs--single .vs__clear::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 16px;
  transform: translateX(-50%);
  background: #000;
}
.v-select .vs__clear::after,
.v-select.vs--single .vs__clear::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 16px;
  transform: translateY(-50%);
  background: #000;
}
.v-select .vs__dropdown-menu,
.v-select.vs--single .vs__dropdown-menu {
  border-radius: 0;
  border-top: 1px solid #b4b4b4;
  box-shadow: none;
  top: 100%;
  padding: 0;
  margin-top: 10px;
  width: auto;
  min-width: 260px;
  z-index: 200;
}
.v-select .vs__dropdown-menu > .vs__dropdown-option--highlight,
.v-select.vs--single .vs__dropdown-menu > .vs__dropdown-option--highlight {
  color: #fff;
  background: #e56f48;
}
.v-select .vs__dropdown-menu > .vs__dropdown-option--selected,
.v-select.vs--single .vs__dropdown-menu > .vs__dropdown-option--selected {
  color: #fff;
  background: #e56f48;
}
.v-select .vs__dropdown-menu > .vs__dropdown-option,
.v-select.vs--single .vs__dropdown-menu > .vs__dropdown-option {
  padding: 5px 20px;
}
._relative {
  position: relative;
}
._container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  ._container {
    max-width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1024px) {
  ._container {
    max-width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 767px) {
  ._container {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
  ._container {
    max-width: calc(100vw - 120px);
  }
}
._container.-center {
  min-height: calc(100vh - 220px - 140px);
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  ._container.-center {
    min-height: calc(100vh - 340px - 55px);
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
}
._hidden {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  ._desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  ._not-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  ._mobile {
    display: none !important;
  }
}
._nl2br {
  white-space: pre-wrap;
}
.pagebuilder {
  padding: 60px 64px;
  background: #fff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pagebuilder {
    padding: 32px 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .pagebuilder + aside {
    margin-top: 0;
  }
}
.pagebuilder.-nopad {
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .pagebuilder.-nopad {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.block {
  margin-bottom: 44px;
}
.block:last-child {
  margin-bottom: 0;
}
.block.-full-container {
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + (64px*2));
}
@media only screen and (max-width: 1024px) {
  .block.-full-container {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + (20px*2));
  }
}
@media only screen and (min-width: 1025px) {
  .block.-full-container:first-child {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 1024px) {
  .block.-full-container:first-child {
    margin-top: -32px;
  }
}
@media only screen and (min-width: 1025px) {
  .block.-full-container:last-child {
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 1024px) {
  .block.-full-container:last-child {
    margin-bottom: -32px;
  }
}
.block.-full-container + .-full-container {
  margin-top: -44px;
}
.block.-full-page {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 32px;
  padding-bottom: 32px;
}
.block.-full-page.-sidebar {
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + (64px*2));
  transform: none;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .block.-full-page.-sidebar {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + (20px*2));
  }
}
.block.-full-page::before,
.block.-full-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: #f4f4f4;
}
.block.-full-page::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.-full-page:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 1025px) {
  .block.-full-page:first-child {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 1024px) {
  .block.-full-page:first-child {
    margin-top: -32px;
  }
}
.block.-full-page:first-child::before {
  display: none;
}
.block.-full-page:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .block.-full-page:last-child {
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 1024px) {
  .block.-full-page:last-child {
    margin-bottom: -32px;
  }
}
.block.-full-page:last-child::after {
  display: none;
}
.block.-full-page + .-full-page {
  padding-top: 0;
  margin-top: -44px;
}
.block.-full-page + .-full-page::before {
  display: none;
}
.sideblock {
  padding: 32px 30px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .sideblock {
    padding: 32px 20px;
  }
}
.words {
  overflow: hidden;
}
.title-1 {
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.15;
  color: #1f2532;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .title-1 {
    font-size: 2.8rem;
  }
}
.title-1:last-child {
  margin-bottom: 0;
}
.title-2 {
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.32;
  color: #1f2532;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .title-2 {
    font-size: 2.4rem;
  }
}
.title-2:last-child {
  margin-bottom: 0;
}
.title-3 {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e56f48;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .title-3 {
    font-size: 1.8rem;
  }
}
.title-3:last-child {
  margin-bottom: 0;
}
.title-4 {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .title-4 {
    font-size: 1.6rem;
  }
}
.title-4:first-child {
  margin-top: 0;
}
.title-4:last-child {
  margin-bottom: 0;
}
.title-5 {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .title-5 {
    font-size: 1.4rem;
  }
}
.title-5:last-child {
  margin-bottom: 0;
}
.text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  color: #1f2532;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .text {
    font-size: 1.6rem;
  }
}
.text:last-child {
  margin-bottom: 0;
}
.text-small {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .text-small {
    font-size: 1.4rem;
  }
}
.text-small:last-child {
  margin-bottom: 0;
}
.title-category {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e56f48;
  margin-bottom: 44px;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .title-category {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .title-category {
    margin-bottom: 24px;
  }
}
.entry-image-full {
  display: block;
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + (64px * 2));
  margin-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .entry-image-full {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + (20px * 2));
    margin-bottom: 32px;
  }
}
.entry-image-full img {
  width: 100%;
  max-width: none;
  display: block;
}
.entry-image-full + .legend {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
  margin-top: calc(-44px + 15px);
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .entry-image-full + .legend {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .entry-image-full + .legend {
    margin-top: calc(-32px + 15px);
    margin-bottom: 32px;
  }
}
.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: #fff;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
  padding: 5px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
  border: 1px solid #dadada;
  max-width: 225px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .tooltip .tooltip-inner {
    font-size: 1.3rem;
  }
}
.tooltip .tooltip-inner b {
  font-weight: bold;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tooltip .text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .tooltip .text {
    font-size: 1.6rem;
  }
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top-start"] {
  margin-left: 5px;
  margin-bottom: 5px;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[aria-hidden='true'] {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
  visibility: visible;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  transition: opacity 0.15s;
}
.wysiwyg {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .wysiwyg {
    font-size: 1.4rem;
  }
}
.wysiwyg > * + p,
.wysiwyg > * + ul,
.wysiwyg > * + ol {
  margin: 20px 0;
}
.wysiwyg a {
  text-decoration: underline;
  color: #e56f48;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ul {
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding-left: 1em;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 1em;
}
.wysiwyg ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wysiwyg ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  border: 1px solid currentColor;
  font-weight: bold;
  display: inline-block;
}
.wysiwyg ul ul li::before {
  background: transparent;
}
.wysiwyg ul ul ul li::before {
  background: currentColor;
  border-radius: 0;
}
.wysiwyg ul ul ul ul li::before {
  background: transparent;
  border-radius: 0;
}
.wysiwyg ul + h2,
.wysiwyg ul + h3 {
  margin-top: 20px;
}
.wysiwyg ol {
  list-style: outside decimal;
  margin: 10px 0;
  padding-left: 1em;
}
.wysiwyg ol li {
  margin-left: 1em;
}
.wysiwyg ol li:not(:last-child) {
  margin-bottom: 10px;
}
.wysiwyg b,
.wysiwyg strong {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wysiwyg b,
  .wysiwyg strong {
    font-size: 1.4rem;
  }
}
.wysiwyg i,
.wysiwyg em {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .wysiwyg i,
  .wysiwyg em {
    font-size: 1.4rem;
  }
}
.wysiwyg b > i,
.wysiwyg b > em,
.wysiwyg strong > i,
.wysiwyg strong > em,
.wysiwyg i > b,
.wysiwyg i > strong,
.wysiwyg em > b,
.wysiwyg em > strong {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wysiwyg b > i,
  .wysiwyg b > em,
  .wysiwyg strong > i,
  .wysiwyg strong > em,
  .wysiwyg i > b,
  .wysiwyg i > strong,
  .wysiwyg em > b,
  .wysiwyg em > strong {
    font-size: 1.4rem;
  }
}
.wysiwyg sup {
  position: relative;
  top: -0.2em;
  font-size: 75%;
  line-height: 0;
  vertical-align: super;
}
.wysiwyg del {
  text-transform: line-through;
}
.wysiwyg .intro {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.35;
  font-size: 1.8rem;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .intro {
    font-size: 1.6rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: transparent;
  color: #fff;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header .langSwitcher {
    display: none;
  }
}
.header.-small .header__background {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .header.-small .header__content {
    height: 40px;
  }
  .header.-small .logo {
    width: auto;
    height: 26px;
  }
  .header.-small .logo .badge {
    transform: translateX(35%);
  }
  .header.-small .logo .text {
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .header.-small .section .label {
    padding: 7px 0;
  }
}
.header.-hover,
.header.-open {
  background-color: #fff;
  color: #000;
}
.header.-hover .header__content,
.header.-open .header__content {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}
.header.-hover .header__link,
.header.-open .header__link,
.header.-hover .langSwitcher,
.header.-open .langSwitcher {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #000;
}
.header.-hover .header__link svg,
.header.-open .header__link svg,
.header.-hover .langSwitcher svg,
.header.-open .langSwitcher svg {
  fill: #000;
}
.header.-hover .langSwitcher a,
.header.-open .langSwitcher a {
  color: #000;
}
.header.-hover .logo path,
.header.-open .logo path {
  fill: #000;
}
.header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 400ms ease-in-out, all 400ms ease-in-out;
}
.header__content {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 5;
  border-bottom: 1px solid #fff;
  background: transparent;
  transition: all 400ms ease-in-out, all 400ms ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header__content {
    height: 68px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__content {
    height: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header .logo {
  position: relative;
  width: auto;
  height: 46px;
  transition: all 400ms ease-in-out, all 400ms ease-in-out;
}
.header .logo path {
  fill: #fff;
  transition: all 400ms ease-in-out, all 400ms ease-in-out, all 400ms ease-in-out;
}
.header .logo .badge {
  transform: translateX(0);
  transition: all 400ms ease-in-out;
}
.header .logo .text {
  transform: scale(1);
  transform-origin: center;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    width: auto;
    height: 34px;
  }
}
.header__links {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  width: 40%;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.header__links:last-child {
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.header__link {
  color: #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  transition: all 400ms ease-in-out, all 400ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .header__link {
    font-size: ;
  }
}
.header__link:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .header__link--quick {
    display: none;
  }
}
.header__link svg {
  max-width: 20px;
  max-height: 18px;
  margin-right: 8px;
  fill: #fff;
  transition: all 400ms ease-in-out, all 400ms ease-in-out, all 400ms ease-in-out;
}
.header__link span {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .header__link {
    margin-right: 15px;
  }
  .header__link.last {
    margin-right: 0;
  }
  .header__link svg {
    margin-right: 0;
  }
  .header__link > span {
    display: none;
  }
}
.header__logo {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.burger {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .burger {
    display: block;
  }
}
.burger .line {
  height: 2px;
  width: 20px;
  background: #fff;
  display: block;
  transition: width 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.burger .line:not(:last-child) {
  margin-bottom: 6px;
}
.burger .line:nth-child(1) {
  transform-origin: top left;
}
.burger .line:nth-child(3) {
  transform-origin: bottom left;
}
.burger.-active .line {
  background: #1f2532;
}
.burger.-active .line:not(:last-child) {
  margin-bottom: 4px;
}
.burger.-active .line:nth-child(1) {
  transform: rotate(45deg);
}
.burger.-active .line:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.burger.-active .line:nth-child(3) {
  width: 20px;
  transform: translate(0, 2px) rotate(-45deg);
}
.footer {
  overflow: hidden;
  color: #fff;
  background: #103d63;
  padding: 0;
  height: 350px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer {
    height: 530px !important;
  }
}
.footer .footer__container {
  transform: translateY(25%);
}
@media only screen and (max-width: 1024px) {
  .footer .footer__container {
    transform: translateY(0px);
  }
}
.footer .footer__copyrights {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  -ms-align-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.footer .footer__copyrights span {
  margin-top: 0px !important;
}
.footer .separator {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 45%;
  border-right: solid 1px transparent;
}
@media only screen and (max-width: 1024px) {
  .footer .separator {
    display: none;
  }
}
.footer .texture_footer_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 436px;
  width: 408px;
  transform: rotate(90deg) translateX(-80px) translateY(357px);
}
@media only screen and (max-width: 1024px) {
  .footer .texture_footer_left {
    display: none;
  }
}
.footer .texture_footer_right {
  width: 322px;
  height: 344px;
  position: absolute;
  left: 40%;
  bottom: 0;
  transform: rotate(195deg) translateX(120px) translateY(-52%);
}
@media only screen and (max-width: 1024px) {
  .footer .texture_footer_right {
    display: none;
  }
}
.footer .footer__form {
  -ms-align-self: center;
  align-self: center;
  margin: auto;
}
.footer .footer__form p {
  font-size: 2rem;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footer .footer__form p {
    font-size: 1.6rem;
  }
}
.footer .logo-footer img {
  margin-left: 2.5rem;
  margin-top: 1rem;
  transform: scale(1.35);
}
@media only screen and (min-width: 1025px) {
  .footer .logo-footer-mobile {
    display: none;
  }
}
.footer .logo-footer-mobile img {
  margin-top: 18px;
  width: 125px !important;
  height: 125px !important;
}
.footer .nav__adress {
  width: 50%;
  display: flex;
  flex-direction: row;
  -ms-align-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.footer.-recherche .texture_footer_left,
.footer.-recherche .separator,
.footer.-recherche .texture_footer_right {
  display: none;
}
@media only screen and (max-width: 1390px) {
  .footer.-recherche {
    height: 530px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer.-recherche {
    padding-left: 315px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  .footer.-recherche .footer__row {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  .footer.-recherche .footer__texts {
    -ms-order: 2;
    order: 2;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  .footer.-recherche .footer__socials {
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  .footer.-recherche .footer__form {
    -ms-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  .footer.-recherche .footer__container {
    transform: unset;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  .footer.-recherche nav {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1390px) {
  .footer.-recherche .logo-footer-mobile {
    display: block;
  }
  .footer.-recherche img {
    margin-top: 18px;
    width: 125px !important;
    height: 125px !important;
  }
}
.footer__row {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1047px) {
  .footer__row {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
}
.footer__texts {
  max-width: 265px;
}
@media only screen and (max-width: 1047px) {
  .footer__texts {
    -ms-order: 2;
    order: 2;
    margin-top: 0;
  }
}
.footer__contact {
  font-size: 1.3rem;
  line-height: 1.35;
}
@media only screen and (max-width: 768px) {
  .footer__contact {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__contact {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__contact {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contact {
    text-align: center;
  }
}
.footer__socials {
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1047px) {
  .footer__socials {
    -ms-justify-content: center;
    justify-content: center;
  }
}
.footer__socials a {
  background: #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
  .footer__socials a {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__socials a {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__socials a {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__socials a {
    margin-right: 12px;
  }
}
.footer__socials a:last-child {
  margin-right: 0;
}
.footer__socials svg {
  width: 15px;
  height: 15px;
}
.footer__socials svg path {
  fill: #103d63;
}
.footer__form {
  width: 100%;
  max-width: 390px;
}
@media only screen and (max-width: 1047px) {
  .footer__form {
    -ms-order: 1;
    order: 1;
  }
}
.footer__form > p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .footer__form > p {
    font-size: ;
  }
}
@media only screen and (max-width: 767px) {
  .footer__form > p {
    text-align: center;
  }
}
.footer nav {
  width: 100%;
  max-width: 265px;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1047px) {
  .footer nav {
    display: none;
  }
}
.footer nav ul li {
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .footer nav ul li {
    font-size: 1.6rem;
  }
}
.footer nav ul li:hover {
  text-decoration: underline;
}
.footer__copyrights {
  background: #1f2532;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .footer__copyrights {
    font-size: ;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__copyrights {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__copyrights {
    padding: 12px 20px;
  }
}
.footer__copyrights span {
  display: block;
  margin-top: 7px;
}
@media only screen and (max-width: 1180px) {
  .pagebuilder > .block.ads {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.pagebuilder > .block.ads.\--gray {
  background-color: #f4f4f4;
}
.pagebuilder > .block.ads.\--white {
  background-color: #fff;
}
.anchor {
  margin-top: -44px;
}
.anchor:last-child {
  margin-top: -104px;
}
.block:not(.-full-container):not(.-full-page) + .anchor {
  margin-top: 0;
}
.block.-full-container + .anchor + .block.-full-container,
.block.-full-container + .anchor + .block.-full-page,
.block.-full-page + .anchor + .block.-full-page,
.block.-full-page + .anchor + .block.-full-container {
  margin-top: -76px;
}
.block.-full-container + .anchor + .block:not(.-full-container):not(.-full-page),
.block.-full-page + .anchor + .block:not(.-full-container):not(.-full-page) {
  margin-top: 88px;
}
.pagebuilder > .block.camps {
  background: #f4f4f4;
  padding-top: 32px;
  padding-bottom: 32px;
}
.pagebuilder > .block.camps:first-child {
  padding-top: 0;
}
.pagebuilder > .block.camps:last-child {
  padding-bottom: 0;
}
.pagebuilder > .block.camps + .-full-container {
  margin-top: -44px;
  padding-top: 0;
}
.camps__wrapper {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.camps__link {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.camps__link.-full {
  width: 100%;
}
.camps__link.-half {
  width: calc(50% - (25px / 2));
}
@media only screen and (max-width: 1024px) {
  .camps__link.-half {
    width: 100%;
  }
}
.camps__link.-third {
  width: calc(33.3333% - (50px / 3));
}
.camps__image {
  position: relative;
  display: block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
}
.camps__image:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 66.76136363636364%;
}
@media only screen and (max-width: 1024px) {
  .camps__image.ui-picture {
    height: auto !important;
  }
}
.camps__image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.camps__content {
  position: relative;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  padding: 24px 25px 5px;
}
@media only screen and (max-width: 1024px) {
  .camps__content {
    padding: 20px;
  }
}
.camps__content.-nofeatures {
  padding: 24px 25px 20px;
}
@media only screen and (max-width: 1024px) {
  .camps__content.-nofeatures {
    padding: 20px;
  }
}
.camps__arrow {
  position: absolute;
  top: 30px;
  right: 25px;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #000;
  border-style: solid;
}
.camps__title {
  margin-bottom: 16px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .camps__title {
    font-size: 1.6rem;
  }
}
.camps__city {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .camps__city {
    font-size: 1.4rem;
  }
}
.camps__region {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .camps__region {
    font-size: 1.4rem;
  }
}
.camps__types {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
}
@media only screen and (max-width: 768px) {
  .camps__types {
    font-size: 1.3rem;
  }
}
.camps__desc {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .camps__desc {
    font-size: 1.4rem;
  }
}
.camps__desc:last-child {
  margin-bottom: 0;
}
.camps__features {
  margin-top: 30px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .camps__features {
    display: none;
  }
}
.camps__features li {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.camps__features li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .camps__link.-full {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.camps__link.-full .camps__image {
  width: 245px;
}
@media only screen and (max-width: 1024px) {
  .camps__link.-full .camps__image {
    width: 100%;
  }
  .camps__link.-full .camps__image::before {
    display: none;
  }
  .camps__link.-full .camps__image img {
    height: auto;
    width: 100%;
    position: static;
    transform: none;
  }
}
.camps__link.-full .camps__content {
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .camps__link.-full .camps__content {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .camps__link.-full .camps__col {
    width: 50%;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .camps__link.-full .camps__desc {
    max-width: 330px;
  }
}
@media only screen and (max-width: 1024px) {
  .camps__link.-full .camps__desc {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .camps__link.-full .camps__features {
    display: flex;
    margin-top: 40px;
  }
}
.camps__link.-half .camps__image {
  height: 100% !important;
  width: 160px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .camps__link.-half .camps__image {
    width: 154px;
  }
}
@media only screen and (max-width: 767px) {
  .camps__link.-half .camps__image {
    width: 75px;
  }
}
.camps__link.-third {
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.camps__link.-third .camps__content {
  width: 100%;
}
.camps__link.-third .camps__desc {
  margin-top: 20px;
}
.camps__link.-third .camps__features {
  margin-top: 40px;
}
.pagebuilder > .block.columns {
  background: #f4f4f4;
  padding-top: 32px;
  padding-bottom: 32px;
}
.pagebuilder > .block.columns:first-child {
  padding-top: 0;
}
.pagebuilder > .block.columns:last-child {
  padding-bottom: 0;
}
.columns__wrapper {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.columns .newCard {
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .columns .newCard {
    margin-right: 20px;
    width: calc(50% - 40px / 2);
  }
}
@media only screen and (max-width: 767px) {
  .columns .newCard {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ctaDownload {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-align-items: center;
    align-items: center;
  }
}
.ctaDownload .ctaDownload__cta {
  margin-right: 20px;
  font-size: 1.3rem !important;
}
@media only screen and (min-width: 1025px) {
  .ctaDownload .ctaDownload__cta {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .ctaDownload .ctaDownload__cta {
    padding: 15px 25px;
  }
}
.ctaDownload .ctaDownload__cta:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .ctaDownload .ctaDownload__cta {
    min-width: 240px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ctaDownload .ctaDownload__cta .download {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: 0;
  }
  .ctaDownload .ctaDownload__cta:last-child {
    margin-bottom: 0;
  }
}
.pagebuilder > .block.ctaImage {
  background: #f4f4f4;
  padding-top: 32px;
  padding-bottom: 32px;
}
.pagebuilder > .block.ctaImage:first-child {
  padding-top: 0;
}
.pagebuilder > .block.ctaImage:last-child {
  padding-bottom: 0;
}
.pagebuilder > .block.ctaImage + .-full-container {
  margin-top: -44px;
  padding-top: 0;
}
.ctaImage.-sidebar .ctaImage__link {
  width: 100%;
}
.ctaImage__wrapper {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -20px;
  width: 100%;
}
.ctaImage__link {
  position: relative;
  width: calc(50% - (25px / 2));
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .ctaImage__link {
    width: 100%;
  }
}
.ctaImage__img {
  position: relative;
  width: 154px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .ctaImage__img {
    width: 100px;
  }
}
.ctaImage__content {
  position: relative;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 35px 20px;
}
.ctaImage__content::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 40px;
  right: 23px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #1f2532;
  border-style: solid;
}
.ctaImage__label {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 15px;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .ctaImage__label {
    font-size: 1.6rem;
  }
}
.ctaImage__intro {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .ctaImage__intro {
    font-size: 1.4rem;
  }
}
.ctaSimple__wrapper {
  margin-bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .ctaSimple__wrapper {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-align-items: center;
    align-items: center;
  }
}
.ctaSimple__cta {
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 1.3rem !important;
}
.ctaSimple__cta:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  html body .ctaSimple__cta {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  html body .ctaSimple__cta {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ctaSimple__cta {
    min-width: 240px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ctaSimple__cta:last-child {
    margin-bottom: 0;
  }
}
.pagebuilder > .block.ctaTexture {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  background: #f4f4f4;
  padding-top: 32px;
  padding-bottom: 32px;
}
.pagebuilder > .block.ctaTexture:first-child {
  padding-top: 0;
}
.pagebuilder > .block.ctaTexture:last-child {
  padding-bottom: 0;
}
.pagebuilder > .block.ctaTexture + .-full-container {
  margin-top: -44px;
  padding-top: 0;
}
.ctaTexture.-sidebar .ctaTexture__link {
  width: calc(50% - (25px / 2));
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .ctaTexture.-sidebar .ctaTexture__link {
    width: 100%;
  }
}
.ctaTexture__wrapper {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -20px;
  width: 100%;
}
.ctaTexture__link {
  position: relative;
  width: calc(25% - (75px / 4));
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 0 0 transparent;
}
.ctaTexture__link:hover {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}
.ctaTexture__link:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .ctaTexture__link {
    width: calc(50% - (25px / 2));
  }
  .ctaTexture__link:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ctaTexture__link {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ctaTexture__link.-small {
    width: calc(50% - (25px / 2));
    margin-right: 20px;
  }
  .ctaTexture__link.-small:nth-child(2n) {
    margin-right: 0;
  }
  .ctaTexture__link.-small .ctaTexture__img {
    width: 4px;
  }
}
.ctaTexture__link.-half {
  width: calc(50% - (25px / 2));
}
.ctaTexture__link.-half:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .ctaTexture__link.-half {
    width: 100%;
  }
}
.ctaTexture__img {
  position: relative;
  width: 44px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.ctaTexture__content {
  position: relative;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 35px 20px;
}
.ctaTexture__content::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 40px;
  right: 23px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #1f2532;
  border-style: solid;
}
.ctaTexture__label {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 15px;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .ctaTexture__label {
    font-size: 1.6rem;
  }
}
.ctaTexture__intro {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .ctaTexture__intro {
    font-size: 1.4rem;
  }
}
.pagebuilder .quote blockquote {
  display: block;
  margin: 0 auto;
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.8rem;
  color: #e56f48;
  white-space: pre-line;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pagebuilder .quote blockquote {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagebuilder .quote blockquote {
    max-width: none;
  }
}
.pagebuilder .quote footer {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  color: #545454;
  padding-left: 47px;
}
@media only screen and (max-width: 768px) {
  .pagebuilder .quote footer {
    font-size: 1.3rem;
  }
}
.pagebuilder .quote footer::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 37px;
  height: 1px;
  margin-right: 10px;
  background: #545454;
}
.sidebarCtaImage {
  display: block;
}
.sidebarCtaImage img {
  display: block;
}
.sidebarCtaSimple {
  text-align: center;
}
.sidebarListItems .level-1 {
  border-top: 1px solid #dadada;
  padding-top: 10px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  color: rgba(84,84,84,0.7);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .sidebarListItems .level-1 {
    font-size: 1.6rem;
  }
}
.sidebarListItems .level-1:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.sidebarListItems .level-1:last-child {
  margin-bottom: 0;
}
.sidebarListItems .level-2 {
  padding-left: 25px;
  margin-bottom: 5px;
}
.sidebarListItems .level-2:last-child {
  margin-bottom: 0;
}
.sidebarListItems a {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  color: rgba(84,84,84,0.7);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .sidebarListItems a {
    font-size: 1.6rem;
  }
}
.no-touchevents .sidebarListItems a:hover {
  color: #1f2532;
}
.sidebarListItems a.-active {
  color: #1f2532;
}
.pagebuilder .embed > iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.numbers__wrapper {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.numbers__item {
  width: calc(33.3333% - 40px);
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .numbers__item {
    width: calc(33.3333% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .numbers__item {
    width: 100%;
  }
}
.numbers__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 5rem;
  color: #e56f48;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .numbers__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .numbers__title {
    font-size: 5rem;
  }
}
.numbers__desc {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  .numbers__desc {
    font-size: 1.6rem;
  }
}
.opinion {
  background: #103d63;
}
@media only screen and (min-width: 1025px) {
  .opinion__wrapper {
    padding: 44px 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .opinion__wrapper {
    padding: 32px 20px;
  }
}
.opinion__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .opinion__title {
    font-size: 1.8rem;
  }
}
.opinion__title:last-child {
  margin-bottom: 0;
}
.opinion__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .opinion__text {
    font-size: 1.6rem;
  }
}
.opinion__text.wysiwyg * {
  color: #fff;
}
.opinion__text p:last-child {
  margin-bottom: 0;
}
.textImage {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .textImage {
    flex-wrap: wrap;
  }
}
.textImage.-large {
  flex-wrap: wrap;
}
.textImage .card__centered {
  display: flex;
  flex-direction: column;
  -ms-align-self: center;
  align-self: center;
}
.textImage .image-block {
  width: 31%;
  margin-right: 25px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .textImage .image-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.textImage .image-block.right {
  -ms-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .textImage .image-block.right {
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 0;
  }
}
.textImage .image-block.-mini {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .textImage .image-block.-mini {
    width: 100%;
  }
}
.textImage .image-block.-small {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .textImage .image-block.-small {
    width: 100%;
  }
}
.textImage .image-block.-medium {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .textImage .image-block.-medium {
    width: 100%;
  }
}
.textImage .image-block.-large {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .textImage .image-block.-large {
    margin-bottom: 20px;
  }
}
.textImage .image-block.-large.right {
  margin-bottom: 0;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .textImage .image-block.-large.right {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.textImage .wysiwyg {
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.pagebuilder .table .table__wrapper {
  display: grid;
  -ms-grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pagebuilder .table .table__wrapper {
    -ms-grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .pagebuilder .table .table__wrapper {
    -ms-grid-template-columns: 100%;
    grid-template-columns: 100%;
  }
}
.pagebuilder .table .table__item {
  margin-right: -1px;
  margin-top: -1px;
  color: #1f2532;
  display: grid;
}
.pagebuilder .table .table__title {
  background: #107d63;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  border: 1px solid #1f2532;
}
.pagebuilder .table .table__row {
  padding: 10px;
  border: 1px solid #1f2532;
  margin-top: -1px;
}
.ad {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  margin-left: auto;
  margin-right: auto;
}
.ad.-bigbox {
  width: 300px;
  height: 250px;
}
.ad.-bigbox img {
  display: block;
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
.ad.-leaderboard {
  width: 728px;
  height: 90px;
}
.ad.-leaderboard img {
  display: block;
  width: 728px;
  height: 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .ad.-leaderboard {
    width: 320px;
    height: 50px;
  }
  .ad.-leaderboard img {
    width: 320px;
    height: 50px;
  }
}
.breadcrumbs {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__item {
  padding: 25px 0;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs__item {
    font-size: 1.3rem;
  }
}
.breadcrumbs__link {
  transition: all 0.4s ease-in-out;
}
.no-touchevents .breadcrumbs__link:hover {
  color: #000;
}
.button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  color: #fff;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 0 0 transparent;
  font-size: 1.7rem;
  line-height: 1.8rem;
  outline: 0;
  border: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .button {
    padding: 16px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .button {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .button {
    font-size: 1.5rem;
  }
}
.button[disabled],
.no-touchevents .button[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  box-shadow: 0 0 0 0 transparent;
}
.button[disabled]::before,
.no-touchevents .button[disabled]::before {
  background: #e56f48;
}
.button[disabled]::after,
.no-touchevents .button[disabled]::after {
  border: 1px solid #e56f48;
  background: #e56f48;
}
.button::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #e56f48;
  border-radius: 25px;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  z-index: -1;
}
.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e56f48;
  background: #e56f48;
  border-radius: 25px;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  z-index: -1;
}
.button.-blue::before {
  background: #1f2532;
}
.button.-blue::after {
  border: 1px solid #1f2532;
  background: #1f2532;
}
.button:focus {
  outline: none;
}
.no-touchevents .button:hover {
  box-shadow: 0 2px 6px 0 rgba(229,111,72,0.6);
}
.no-touchevents .button:hover::before {
  background: #d34b1e;
}
.no-touchevents .button:hover::after {
  border: 1px solid #d34b1e;
  background: #d34b1e;
}
.button .icon {
  margin-left: 15px;
  display: inline-block;
  width: 11px;
  height: 11px;
  fill: #fff;
  vertical-align: middle;
}
.button .arrow {
  margin-left: 15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  .button .arrow {
    display: none;
  }
}
.button .download {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 15px;
  margin-top: -3px;
}
.button.-secondary {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .button.-secondary {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .button.-secondary {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .button.-secondary {
    padding: 15px 25px;
  }
}
.button.-blue::before {
  background: #1f2532;
}
.button.-blue::after {
  border: 1px solid #1f2532;
  background: #1f2532;
}
.no-touchevents .button.-blue:hover {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
}
.no-touchevents .button.-blue:hover::before {
  background: #103d63;
}
.no-touchevents .button.-blue:hover::after {
  border: 1px solid #103d63;
  background: #103d63;
}
.no-touchevents .button.-blue:focus {
  box-shadow: 0 0 0 0 transparent;
}
.no-touchevents .button.-blue:focus::before {
  background: #1f2532;
}
.no-touchevents .button.-blue:focus::after {
  border: 1px solid #1f2532;
  background: transparent;
}
.button.-blue[disabled],
.no-touchevents .button.-blue[disabled] {
  box-shadow: 0 0 0 0 transparent;
}
.button.-blue[disabled]::before,
.no-touchevents .button.-blue[disabled]::before {
  background: #1f2532;
}
.button.-blue[disabled]::after,
.no-touchevents .button.-blue[disabled]::after {
  border: 1px solid #1f2532;
  background: #1f2532;
}
.button.-outline {
  color: #e56f48;
  background: transparent;
}
.button.-outline::before {
  background: transparent;
  border: 1px solid transparent;
}
.button.-outline::after {
  border: 1px solid #e56f48;
  background: transparent;
}
.button.-outline .icon {
  fill: #e56f48;
}
.button.-outline .arrow {
  border-color: #e56f48;
}
.button.-outline .download {
  fill: #e56f48;
}
.no-touchevents .button.-outline:hover {
  color: #d34b1e;
  box-shadow: 0 2px 6px 0 rgba(229,111,72,0.3);
}
.no-touchevents .button.-outline:hover::before {
  background: transparent;
  border: 1px solid transparent;
}
.no-touchevents .button.-outline:hover::after {
  border: 1px solid #d34b1e;
  background: transparent;
}
.no-touchevents .button.-outline:hover .icon {
  fill: #d34b1e;
}
.no-touchevents .button.-outline:hover .arrow {
  border-color: #d34b1e;
}
.no-touchevents .button.-outline:hover .download {
  fill: #d34b1e;
}
.no-touchevents .button.-outline:focus {
  box-shadow: 0 0 0 0 transparent;
}
.no-touchevents .button.-outline:focus::before {
  background: transparent;
  border: 1px solid #e15a2e;
}
.no-touchevents .button.-outline:focus::after {
  border: 1px solid #e15a2e;
  background: transparent;
}
.no-touchevents .button.-outline:focus .icon {
  fill: #e15a2e;
}
.no-touchevents .button.-outline:focus .arrow {
  border-color: #e15a2e;
}
.no-touchevents .button.-outline:focus .download {
  fill: #e15a2e;
}
.button.-outline[disabled],
.no-touchevents .button.-outline[disabled] {
  color: #e56f48;
  box-shadow: 0 0 0 0 transparent;
}
.button.-outline[disabled]::before,
.no-touchevents .button.-outline[disabled]::before {
  background: transparent;
  border: 1px solid transparent;
}
.button.-outline[disabled]::after,
.no-touchevents .button.-outline[disabled]::after {
  border: 1px solid #e56f48;
  background: transparent;
}
.button.-outline[disabled] .icon,
.no-touchevents .button.-outline[disabled] .icon {
  fill: #e56f48;
}
.button.-outline[disabled] .arrow,
.no-touchevents .button.-outline[disabled] .arrow {
  border-color: #e56f48;
}
.button.-outline[disabled] .download,
.no-touchevents .button.-outline[disabled] .download {
  fill: #e56f48;
}
.button.-link {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #e56f48;
  background: none;
  box-shadow: none;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 0;
  padding: 0;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .button.-link {
    font-size: 1.4rem;
  }
}
.button.-link::before,
.button.-link::after {
  display: none;
}
.no-touchevents .button.-link:hover,
.no-touchevents .button.-link:focus {
  box-shadow: none;
  color: #cd491d;
}
.no-touchevents .button.-link:hover .icon,
.no-touchevents .button.-link:focus .icon {
  border-color: #cd491d;
}
.no-touchevents .button.-link:hover .icon svg,
.no-touchevents .button.-link:focus .icon svg {
  fill: #cd491d;
}
.button.-link[disabled] {
  box-shadow: none;
  color: #e56f48;
  oapcity: 0.4;
  cursor: default;
  pointer-events: none;
}
.button.-link[disabled] .icon {
  border-color: #e56f48;
}
.button.-link[disabled] .icon svg {
  fill: #e56f48;
}
.button.-link .icon {
  margin-left: 8px;
  border-radius: 50%;
  border: 1px solid #e56f48;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .button.-link .icon {
    font-size: 1.4rem;
  }
}
.button.-link .icon:first-child {
  margin-left: 0;
  margin-right: 8px;
}
.button.-link .icon svg {
  fill: #e56f48;
  width: 11px;
  height: 11px;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out, all 0.4s ease-in-out;
}
.button.-full {
  width: 100%;
  text-align: center;
}
.button.-simple {
  position: relative;
  color: #e56f48;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .button.-simple {
    font-size: 1.4rem;
  }
}
.button.-simple::before,
.button.-simple::after {
  display: none;
}
.no-touchevents .button.-simple:hover,
.no-touchevents .button.-simple:focus {
  box-shadow: none;
  color: #cd491d;
}
.button.-back span {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.button.-back span::before {
  content: '';
  display: block;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  border-color: #e56f48;
  margin-right: 10px;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
}
.button.-back:hover span::before {
  border-color: #d34b1e;
}
.button.-outline-white::after {
  border: 1px solid #fff;
  background: transparent;
}
.button.-outline-white::before {
  background: transparent;
}
.button.-outline-white:hover {
  box-shadow: 0 2px 6px 0 rgba(255,255,255,0.6);
}
.button.-outline-white:hover::before {
  background: transparent;
}
.button.-outline-white:hover::after {
  background: rgba(255,255,255,0.3);
  border: 1px solid #fff;
}
.button.-outline-white .label {
  color: #fff;
}
.button.-outline-white .arrow {
  border-color: #fff;
}
.button.-green::before {
  background: #8cc97f;
}
.button.-green::after {
  border: 1px solid #8cc97f;
  background: #8cc97f;
}
.button.-green:hover {
  box-shadow: none;
}
.button.-green:hover::before {
  background: #107d63;
}
.button.-green:hover::after {
  border: 1px solid #107d63;
  background: #107d63;
}
.button.-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .button.-mobile {
    display: block;
    margin: 30px auto 0;
  }
}
.button.-desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .button.-desktop {
    display: none;
  }
}
.card {
  background: #fff;
  width: calc(33.3333% - 18px);
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .card {
    width: 250px;
    height: auto;
  }
}
.card.-side {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: row;
}
.card.-side .card__image {
  position: relative;
  width: 33%;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .card.-side .card__image {
    width: 100px;
  }
}
.card.-side .card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: none;
}
.card.-side .card__content {
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .card.-side .card__ctas {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .card.-side .card__title {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .card.-side .card__arrow {
    display: block;
  }
}
.card__image {
  display: block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.card__image img {
  display: block;
}
.card__content {
  position: relative;
  padding: 32px 25px;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .card__content {
    padding: 24px 18px;
    text-align: center;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.card__flex {
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.card__arrow {
  position: absolute;
  top: 28px;
  right: 22px;
  display: none;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #1f2532;
  border-style: solid;
}
.card__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .card__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .card__title {
    text-align: left;
  }
}
.card__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  .card__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .card__text {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .card__ctas {
    width: 100%;
    text-align: center;
  }
}
.card__cta {
  margin-top: 20px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .card__cta {
    min-width: 240px;
  }
}
.pagebuilder .card__cta {
  margin-bottom: 20px;
}
.swiper .hero,
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 521px;
  padding-top: 140px;
  box-sizing: border-box;
  background: #1f2532;
}
@media only screen and (max-width: 1024px) {
  .swiper .hero,
  .hero {
    padding-top: 55px;
    height: auto;
  }
}
.swiper .hero.-no-menu,
.hero.-no-menu {
  padding-top: 0;
  height: 381px;
}
@media only screen and (max-width: 1024px) {
  .swiper .hero.-no-menu,
  .hero.-no-menu {
    height: auto;
  }
}
.swiper .hero__container,
.hero__container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 1180px) {
  .swiper .hero__container,
  .hero__container {
    max-width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .swiper .hero__container,
  .hero__container {
    max-width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 767px) {
  .swiper .hero__container,
  .hero__container {
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1024px) {
  .swiper .hero__container,
  .hero__container {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .swiper .hero__container,
  .hero__container {
    text-align: center;
  }
}
.swiper .hero__img.ui-picture,
.hero__img.ui-picture,
.swiper .hero__img.ui-picture[data-cover="cover"],
.hero__img.ui-picture[data-cover="cover"],
.swiper .hero__img.ui-picture[data-cover="contain"],
.hero__img.ui-picture[data-cover="contain"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.swiper .hero__img.-mobile.swiper .hero__img.ui-picture,
.hero__img.-mobile.hero__img.ui-picture {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .swiper .hero__img.-mobile.swiper .hero__img.ui-picture,
  .hero__img.-mobile.hero__img.ui-picture {
    display: block;
    position: absolute;
  }
}
.swiper .hero__img.-desktop.swiper .hero__img.ui-picture,
.hero__img.-desktop.hero__img.ui-picture {
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .swiper .hero__img.-desktop.swiper .hero__img.ui-picture,
  .hero__img.-desktop.hero__img.ui-picture {
    display: none;
  }
}
.swiper .hero__title,
.hero__title {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1024px) {
  .swiper .hero__title,
  .hero__title {
    margin-bottom: 45px;
  }
}
.swiper .hero__title:last-child,
.hero__title:last-child {
  margin-bottom: 0;
}
.swiper .hero__subtitle,
.hero__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .swiper .hero__subtitle,
  .hero__subtitle {
    font-size: 1.8rem;
  }
}
.swiper .hero__collection,
.hero__collection {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .swiper .hero__collection,
  .hero__collection {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper .hero__cta,
  .hero__cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper .hero__cta,
  .hero__cta {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper .hero__cta,
  .hero__cta {
    min-width: 240px;
  }
}
.hero--spacer {
  height: auto;
}
.hero--title {
  height: auto;
}
.hero--title .hero__container {
  padding: 0;
}
.hero--title .hero__title {
  color: #fff;
  padding: 20px 0;
  margin-bottom: 0;
}
.hero--title .hero__bottom {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .hero--title .hero__bottom {
    font-size: 1.4rem;
  }
}
.hero--title .hero__bottom a {
  text-decoration: underline;
}
.hero--home {
  min-height: 50vh;
  text-align: center;
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  .hero--home {
    height: 664px;
  }
}
.hero--home .hero__title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 5.3rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .hero--home .hero__title {
    font-size: 3.8rem;
  }
}
.hero--home .hero__title {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .hero--home .hero__cta {
    min-width: 280px;
  }
}
.intro {
  padding: 40px 0 30px;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 45px 0 40px;
  }
}
.langSwitcher {
  font-size: 1.3rem;
  font-weight: 600;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  transition: all 400ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .langSwitcher {
    font-size: ;
  }
}
.langSwitcher a {
  color: #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transition: all 400ms ease-in-out;
}
.langSwitcher svg {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  fill: #fff;
  transition: all 400ms ease-in-out;
}
.menu-category {
  padding: 32px 30px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .menu-category {
    display: none;
    padding: 0;
  }
}
.menu-category.-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu-category.-mobile {
    display: block;
  }
}
.menu-category .title {
  padding: 15px 20px 0;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  .menu-category .title {
    font-size: 1.6rem;
  }
}
.menu-category .current {
  position: relative;
  padding: 10px 20px 15px;
  border-bottom: 1px solid #dadada;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  .menu-category .current {
    font-size: 1.4rem;
  }
}
.menu-category .current::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #1f2532;
}
.menu-category .current.-active .arrow {
  transform: translateY(-50%) rotate(315deg);
}
.menu-category .current.-active + .links {
  padding: 12px 20px 16px;
}
.menu-category .sticky {
  background: #fff;
}
.menu-category .links {
  padding: 0 20px;
  transition: all 400ms ease-in-out;
}
.menu-category .level-1 {
  border-top: 1px solid #dadada;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .menu-category .level-1 {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 16px;
  }
}
.menu-category .level-1:first-child {
  border-top: 0;
  padding-top: 0;
}
.menu-category .level-1:last-child {
  margin-bottom: 0;
}
.menu-category .level-2 {
  padding-left: 25px;
  margin-bottom: 5px;
}
.menu-category .level-2:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .menu-category .level-2 {
    padding-left: 35px;
    margin-bottom: 16px;
  }
}
.menu-category a {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-size: 1.6rem;
  color: rgba(84,84,84,0.7);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .menu-category a {
    font-size: 1.6rem;
  }
}
.no-touchevents .menu-category a:hover {
  color: #1f2532;
}
.menu-category a.-active {
  color: #1f2532;
}
@media only screen and (max-width: 1024px) {
  .menu-category a {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 1.4rem;
    color: #1f2532;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .menu-category a {
    font-size: 1.4rem;
  }
}
.menu-category .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 13px;
  height: 13px;
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #1f2532;
  border-style: solid;
  margin-top: -4px;
  transition: all 0.4s ease-in-out;
}
.menu-category .number {
  position: relative;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #e56f48;
  line-height: 0;
  vertical-align: super;
}
@media only screen and (max-width: 768px) {
  .menu-category .number {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-category .number {
    display: none;
  }
}
.related-events {
  background: #fc6;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .related-events {
    padding-top: 44px;
    padding-bottom: 48px;
  }
}
.related-events .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 1025px) {
  .related-events .row {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  .related-events .row {
    flex-wrap: wrap;
  }
}
.eventCard {
  background: #fff;
  width: calc(33.3333% - 50px);
}
@media only screen and (min-width: 1025px) {
  .eventCard {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    margin-right: 25px;
  }
  .eventCard:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .eventCard {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .eventCard:last-child {
    margin-bottom: 0;
  }
}
.eventCard__image {
  position: relative;
  display: block;
  overflow: hidden;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 1024px) {
  .eventCard__image {
    width: 70px;
  }
}
.eventCard__image img {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .eventCard__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    widht: auto;
    height: 100%;
  }
}
.eventCard__content {
  position: relative;
  padding: 32px 25px;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .eventCard__content {
    padding: 20px 16px;
  }
}
.eventCard__flex {
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.eventCard__arrow {
  position: absolute;
  top: 22px;
  right: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #1f2532;
  border-style: solid;
}
@media only screen and (min-width: 1025px) {
  .eventCard__arrow {
    display: none;
  }
}
.eventCard__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .eventCard__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .eventCard__title {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.eventCard__category {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  font-weight: 700;
  color: #e56f48;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .eventCard__category {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .eventCard__category {
    padding-right: 20px;
  }
}
.eventCard__info {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-bottom: 2px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .eventCard__info {
    font-size: 1.4rem;
  }
}
.eventCard__info:last-child {
  margin-bottom: 0;
}
.eventCard__info svg {
  display: inline-block;
  fill: #000;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.eventCard__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-top: 20px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .eventCard__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .eventCard__text {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .eventCard__cta {
    display: none;
  }
}
.eventFeatured {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .eventFeatured {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .eventFeatured {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 25px;
    background: #fff;
    margin-top: 84px;
  }
}
.eventFeatured__image {
  width: calc(100% - 30px - 300px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.eventFeatured__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .eventFeatured__image {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .eventFeatured__image {
    margin: -60px 35px 0;
    position: static;
    width: auto;
  }
  .eventFeatured__image img {
    display: block;
    position: static;
    transform: translate(0);
  }
}
.eventFeatured__content {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  padding: 32px 27px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .eventFeatured__content {
    width: 100%;
    margin: 0;
    padding: 32px 22px;
  }
}
.eventFeatured__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .eventFeatured__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .eventFeatured__title {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .eventFeatured__title {
    font-size: 1.6rem;
  }
}
.eventFeatured__category {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  font-weight: 700;
  color: #e56f48;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .eventFeatured__category {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .eventFeatured__category {
    padding-right: 20px;
  }
}
.eventFeatured__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .eventFeatured__row {
    display: block;
  }
}
.eventFeatured__info {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-right: 20px;
  width: 70%;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .eventFeatured__info {
    font-size: 1.4rem;
  }
}
.eventFeatured__info:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .eventFeatured__info {
    width: 100%;
    margin-bottom: 5px;
  }
  .eventFeatured__info:last-child {
    margin-bottom: 0;
  }
}
.eventFeatured__info svg {
  display: inline-block;
  fill: #000;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.eventFeatured__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .eventFeatured__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .eventFeatured__text {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    line-height: 1.35;
    font-size: 1.6rem;
    margin: 24px 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .eventFeatured__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .eventFeatured__ctas {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .eventFeatured__cta {
    min-width: 240px;
  }
}
.related-news {
  background: #bce5cb;
  padding-top: 60px;
  padding-bottom: 80px;
}
.related-news .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
}
.newCard {
  display: block;
  position: static;
  background: #fff;
  width: calc(33.3333% - 40px / 3);
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
}
.newCard.-locked {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  border: 1px solid #dadada;
}
@media only screen and (min-width: 1025px) {
  .newCard {
    margin-right: 20px;
  }
  .newCard:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .newCard {
    width: 250px;
    height: auto;
  }
}
.newCard__image.ui-picture {
  position: relative !important;
  display: block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  height: auto !important;
  overflow: hidden;
  position: relative;
}
.newCard__image.ui-picture:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 66.76136363636364%;
}
.newCard__content {
  position: relative;
  padding: 32px 25px;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .newCard__content {
    padding: 24px 18px;
    text-align: center;
  }
}
.newCard__flex {
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.newCard__arrow {
  position: absolute;
  top: 28px;
  right: 22px;
  display: inline-block;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #1f2532;
  border-style: solid;
}
@media only screen and (min-width: 1025px) {
  .newCard__arrow {
    display: none;
  }
}
.newCard__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .newCard__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .newCard__title {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .newCard__title {
    font-size: 1.6rem;
  }
}
.newCard__postDate {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  position: relative;
  margin-bottom: 8px;
}
.newCard__category {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  font-weight: 700;
  color: #e56f48;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .newCard__category {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .newCard__category {
    margin-bottom: 16px;
    text-align: left;
  }
}
.newCard__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  .newCard__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .newCard__text {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .newCard__ctas {
    width: 100%;
    text-align: center;
  }
}
.newCard__cta {
  margin-top: 20px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .newCard__cta {
    min-width: 240px;
  }
}
.pagination {
  margin: 44px auto 20px auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination__row {
  margin: 0 auto;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 300px;
}
.pagination__arrow {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.4s ease-in-out;
  margin: 0 2px;
}
.pagination__arrow svg {
  width: 10px;
  height: 19px;
  fill: #1f2532;
  transform-origin: center;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
}
.pagination__arrow.-prev svg {
  transform: rotate(180deg);
}
.no-touchevents .pagination__arrow:hover {
  background: #e56f48;
}
.no-touchevents .pagination__arrow:hover svg {
  fill: #fff;
}
.pagination__link {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
  font-weight: 700;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  margin: 0 2px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .pagination__link {
    font-size: 1.3rem;
  }
}
.no-touchevents .pagination__link:hover {
  background: #e56f48;
  color: #fff;
}
.pagination__link.-active {
  background: #e56f48;
  color: #fff;
}
.pagination__dots {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
  font-weight: 700;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 768px) {
  .pagination__dots {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination__dots {
    width: 30px;
    height: 30px;
  }
}
.complaint-cta .ui-picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.complaint-cta img {
  display: block;
}
.complaint-cta [data-cover="cover"],
.complaint-cta [data-cover="contain"] {
  position: relative;
}
.complaint-cta [data-cover="cover"] .image,
.complaint-cta [data-cover="contain"] .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.complaint-cta [data-cover="cover"] .image {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.complaint-cta [data-cover="contain"] .image {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}
.complaint-cta [data-overlay]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.3);
}
[data-page="Application"] .header__background {
  transition: none;
}
[data-page="Application"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
[data-page="Application"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Application"] .backgrounds .top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Application"] .backgrounds .top {
    top: -25px;
  }
}
[data-page="Application"] .backgrounds .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
[data-page="Application"] .intro {
  padding: 0;
  margin-top: 0;
  margin-bottom: 60px;
}
[data-page="Application"] .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [data-page="Application"] .row {
    text-align: center;
    flex-wrap: wrap;
    -ms-justify-content: center;
    justify-content: center;
  }
}
[data-page="Application"] .row .button,
[data-page="Application"] .row .report {
  width: 100%;
  max-width: 270px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  [data-page="Application"] .row .button,
  [data-page="Application"] .row .report {
    margin-bottom: 20px;
  }
  [data-page="Application"] .row .button:last-child,
  [data-page="Application"] .row .report:last-child {
    margin-bottom: 0;
  }
}
[data-page="Application"] .docs {
  margin-bottom: 60px;
}
[data-page="Application"] .info-list {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
[data-page="Application"] .info-list li {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 25px;
}
[data-page="Application"] .info-list li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  [data-page="Application"] .info-list li {
    width: 100%;
    margin-right: 0;
  }
}
[data-page="Application"] .info-list .title {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  [data-page="Application"] .info-list .title {
    font-size: 1.4rem;
  }
}
[data-page="Application"] .info-list .text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  [data-page="Application"] .info-list .text {
    font-size: 1.4rem;
  }
}
[data-page="Application"] .map-cpn {
  height: 330px;
  margin-bottom: 60px;
}
[data-page="Application"] .actions {
  margin-top: 60px;
}
[data-page="Application"] .sidebar .block {
  background: #fff;
  padding: 20px;
}
[data-page="Application"] .sidebar .block p {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  [data-page="Application"] .sidebar .block p {
    font-size: 1.4rem;
  }
}
[data-page="Application"] .sidebar .block .btns {
  text-align: center;
}
[data-page="Application"] .sidebar .block .button {
  margin-bottom: 20px;
}
[data-page="Application"] .sidebar .block .button:last-child {
  margin-bottom: 0;
}
[data-page="Camp"] .header__background {
  transition: none;
}
[data-page="Camp"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
[data-page="Camp"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Camp"] .backgrounds .top {
  position: absolute;
  top: 146px;
  right: -135px;
  z-index: -5;
  transform: rotate(15deg);
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .backgrounds .top {
    top: 830px;
    right: -275px;
  }
}
[data-page="Camp"] .backgrounds .middle {
  position: absolute;
  top: 2600px;
  left: -355px;
  z-index: -5;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .backgrounds .middle {
    display: none;
  }
}
[data-page="Camp"] .backgrounds .bottom {
  position: absolute;
  top: 6000px;
  right: -50px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .backgrounds .bottom {
    top: 6700px;
    right: -450px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .camps-panel {
    display: none;
    margin-top: 0;
  }
  [data-page="Camp"] .camps-panel.-active {
    display: block;
  }
}
[data-page="Camp"] .types {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .types {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
[data-page="Camp"] .types__item {
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .types__item {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .types__item {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 0;
    width: calc(50% - 20px / 2);
  }
}
[data-page="Camp"] .types__icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1f2532;
  margin-right: 12px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .types__icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
}
[data-page="Camp"] .types__icon.-daylight_camps {
  background: #fc6;
}
[data-page="Camp"] .types__icon.-holidays_camps {
  background: #6cc0af;
}
[data-page="Camp"] .types__icon.-family_camps {
  background: #f08a68;
}
[data-page="Camp"] .types__icon.-nature_camps {
  background: #7faced;
}
[data-page="Camp"] .types__icon.-specials_needs {
  background: #b0a6df;
}
[data-page="Camp"] .types__icon.-location {
  background: #9be9cd;
}
[data-page="Camp"] .camp_intro {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.35;
  font-size: 1.8rem;
  color: #1f2532;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .camp_intro {
    font-size: 1.6rem;
  }
}
[data-page="Camp"] .campInfo {
  background: #fff;
  padding: 40px 25px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .campInfo {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .campInfo__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .campInfo__title {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .campInfo__city {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #545454;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .campInfo__city {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .campInfo__address {
  margin-top: 20px;
  margin-bottom: 20px;
}
[data-page="Camp"] .campInfo__open {
  margin-bottom: 24px;
}
[data-page="Camp"] .campInfo__open .main {
  font-weight: 700;
}
[data-page="Camp"] .campInfo__split {
  display: block;
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background: #dadada;
}
[data-page="Camp"] .campInfo__links {
  margin-bottom: 24px;
}
[data-page="Camp"] .campInfo__links:last-child {
  margin-bottom: 0;
}
[data-page="Camp"] .campInfo__links li {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
[data-page="Camp"] .campInfo__links li:last-child {
  margin-bottom: 0;
}
[data-page="Camp"] .campInfo__links a {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
[data-page="Camp"] .campInfo__links em {
  display: block;
  font-weight: 700;
}
[data-page="Camp"] .campInfo__links svg {
  fill: #000;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Camp"] .additional__title {
  font-weight: 700;
}
[data-page="Camp"] .program__toggle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  background: #b4b4b4;
  margin-left: -64px;
  margin-right: -64px;
  width: calc(100% + (64px*2));
  padding: 30px 64px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .program__toggle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .program__toggle {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + (20px*2));
    padding: 20px 20px;
  }
}
[data-page="Camp"] .program__toggle.-daylight_camps {
  background: #fc6;
}
[data-page="Camp"] .program__toggle.-holidays_camps {
  background: #6cc0af;
}
[data-page="Camp"] .program__toggle.-family_camps {
  background: #f08a68;
}
[data-page="Camp"] .program__toggle.-nature_camps {
  background: #7faced;
}
[data-page="Camp"] .program__toggle.-specials_needs {
  background: #b0a6df;
}
[data-page="Camp"] .program__toggle.-location {
  background: #9be9cd;
}
[data-page="Camp"] .program__toggle.-active .arrow {
  transform: rotate(-90deg);
}
[data-page="Camp"] .program__toggle .arrow {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  [data-page="Camp"] .program__toggle .arrow {
    width: 22px;
    height: 22px;
  }
}
[data-page="Camp"] .program__content {
  padding: 44px 0 60px;
}
[data-page="Camp"] .content__block {
  border-bottom: 1px solid #dadada;
  padding-bottom: 44px;
  margin-bottom: 44px;
}
[data-page="Camp"] .content__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
[data-page="Camp"] .content__spacer {
  margin-bottom: 32px;
}
[data-page="Camp"] .content__title {
  color: #1f2532;
  margin-bottom: 10px;
}
[data-page="Camp"] .content__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .content__subtitle {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .content__info {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
[data-page="Camp"] .content__info li {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  line-height: 20px;
  color: #1f2532;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .content__info li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Camp"] .content__info li {
    width: 100%;
  }
}
[data-page="Camp"] .content__info em,
[data-page="Camp"] .content__info span {
  display: block;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
[data-page="Camp"] .content__info em {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .content__info em {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .content__info svg {
  margin-right: 9px;
  width: 20px;
  height: 20px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Camp"] .content__info .cap {
  text-transform: capitalize;
}
[data-page="Camp"] .content__activities {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: -20px;
}
[data-page="Camp"] .content__activities li {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .content__activities li {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .content__activities li.-center {
  -ms-align-items: center;
  align-items: center;
}
[data-page="Camp"] .content__activities li.-center em {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  [data-page="Camp"] .content__activities li {
    width: 100%;
  }
}
[data-page="Camp"] .content__activities em,
[data-page="Camp"] .content__activities span {
  display: block;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
[data-page="Camp"] .content__activities em {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .content__activities em {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .content__activities .ui-picture {
  margin-right: 18px;
  width: 56px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Camp"] .content__checks {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
[data-page="Camp"] .content__checks li {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  line-height: 20px;
  font-weight: 400;
  color: #1f2532;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .content__checks li {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .content__checks em,
[data-page="Camp"] .content__checks span {
  display: block;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
[data-page="Camp"] .content__checks .title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .content__checks .title {
    font-size: 1.6rem;
  }
}
[data-page="Camp"] .content__checks .title:last-child {
  margin-bottom: 0;
}
[data-page="Camp"] .content__checks .line {
  margin-bottom: 4px;
}
[data-page="Camp"] .content__checks .line:last-child {
  margin-bottom: 0;
}
[data-page="Camp"] .content__checks em,
[data-page="Camp"] .content__checks b {
  font-weight: 700;
}
[data-page="Camp"] .content__checks svg {
  margin-right: 18px;
  width: 26px;
  height: 26px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Camp"] .installations {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  [data-page="Camp"] .installations {
    padding-top: 10px;
  }
}
[data-page="Camp"] .installations__item {
  margin-bottom: 32px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  [data-page="Camp"] .installations__item {
    display: block;
    margin-bottom: 24px;
  }
}
[data-page="Camp"] .installations__item:last-child {
  margin-bottom: 0;
}
[data-page="Camp"] .installations__col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  [data-page="Camp"] .installations__col {
    width: 100%;
  }
}
[data-page="Camp"] .installations__col:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  [data-page="Camp"] .installations__col:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Camp"] .installations__col:last-child {
    margin-top: 5px;
  }
}
[data-page="Camp"] .installations__title {
  color: #e56f48;
  margin-bottom: 8px;
}
[data-page="Camp"] .installations__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  [data-page="Camp"] .installations__text {
    font-size: 1.4rem;
  }
}
[data-page="Camp"] .installations__text:last-child {
  margin-bottom: 0;
}
[data-page="Camp"] .installations__text em {
  font-weight: 700;
}
[data-page="Job"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
[data-page="Job"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Job"] .backgrounds .top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
}
[data-page="Job"] .backgrounds .middle {
  position: absolute;
  top: 1200px;
  left: 0;
  z-index: -5;
}
[data-page="Job"] .backgrounds .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -5;
}
[data-page="Job"] article header {
  margin-bottom: 35px;
}
[data-page="Job"] article header .title-2 {
  margin-bottom: 0;
}
[data-page="Job"] article header p {
  font-weight: 700;
}
[data-page="Job"] article h2 {
  margin-top: 50px;
}
[data-page="Job"] article .action-block {
  margin-top: 50px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
[data-page="Job"] article .back span {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
[data-page="Job"] article .back span::before {
  content: '';
  display: block;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  border-color: #e56f48;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
[data-page="Job"] article .back:hover span::before {
  border-color: #fff;
}
[data-page="Job"] .info-list {
  margin: 35px 0 40px;
}
[data-page="Job"] .info-list li,
[data-page="Job"] .info-list .link {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
[data-page="Job"] .info-list li:last-child,
[data-page="Job"] .info-list .link:last-child {
  margin-bottom: 0;
}
[data-page="Job"] .info-list .icon {
  width: 16px;
  height: 16px;
  fill: #000;
  margin-right: 6px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Job"] .info-list .text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #5a5a5a;
}
@media only screen and (max-width: 768px) {
  [data-page="Job"] .info-list .text {
    font-size: 1.4rem;
  }
}
[data-page="Job"] .related {
  margin-top: 75px;
}
[data-page="Job"] .back-block {
  margin-top: -15px;
  padding-bottom: 75px;
}
.campAside .content {
  background: #fff;
  padding: 20px;
}
.campAside .title {
  margin-bottom: 0;
}
.campAside .sub-title {
  font-size: 14px;
  font-weight: 700;
}
.campAside .description {
  font-size: 13px;
  line-height: 20px;
  margin-top: 17px;
}
.campAside .map-container {
  margin: 10px 0;
}
.campAside .map-container .address {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #5a5a5a;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .campAside .map-container .address {
    font-size: 1.4rem;
  }
}
.campAside .map-container .map-cpn {
  height: 140px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
[data-page="Event"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
[data-page="Event"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Event"] .backgrounds .top {
  position: absolute;
  bottom: -60px;
  right: -450px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Event"] .backgrounds .top {
    bottom: -25px;
  }
}
[data-page="Event"] .eventInfo {
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  [data-page="Event"] .eventInfo {
    margin-bottom: 32px;
  }
  [data-page="Event"] .eventInfo:last-child {
    margin-bottom: 0;
  }
}
[data-page="Event"] .eventInfo__content {
  padding: 24px 30px;
}
[data-page="Event"] .eventInfo__text {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 13px;
}
[data-page="Event"] .eventInfo__text svg {
  display: inline-block;
  fill: #000;
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
[data-page="Event"] .eventInfo__text.-last {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  [data-page="Event"] .eventInfo__ctas {
    text-align: center;
  }
}
[data-page="Event"] .eventInfo__cta {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Event"] .eventInfo__cta {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Event"] .eventInfo__cta {
    min-width: 240px;
  }
}
[data-page="New"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
[data-page="New"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="New"] .backgrounds .top {
  position: absolute;
  top: 140px;
  left: -555px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="New"] .backgrounds .top {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
[data-page="New"] .backgrounds .bottom {
  position: absolute;
  bottom: -150px;
  right: -450px;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="New"] .backgrounds .bottom {
    display: none;
  }
}
[data-page="New"] .publication {
  margin-top: 70px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  [data-page="New"] .publication {
    font-size: 1.4rem;
  }
}
[data-page="Applications"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
[data-page="Applications"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Applications"] .backgrounds .top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
}
[data-page="Applications"] .backgrounds .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
[data-page="Fournisseurs"] .menu-fournisseur {
  display: flex;
  flex-wrap: wrap;
}
[data-page="Fournisseurs"] .category:first-child {
  margin-top: 20px;
}
[data-page="Fournisseurs"] .category__name {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: none;
  color: #e56f48;
}
@media only screen and (max-width: 768px) {
  [data-page="Fournisseurs"] .category__name {
    font-size: 1.8rem;
  }
}
[data-page="Fournisseurs"] .category__name .image-fournisseur {
  max-width: 35px;
  margin-right: 10px;
}
[data-page="Fournisseurs"] .category__title {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: none;
  color: #e56f48;
}
@media only screen and (max-width: 768px) {
  [data-page="Fournisseurs"] .category__title {
    font-size: 1.8rem;
  }
}
[data-page="Fournisseurs"] .category__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  margin-top: 15px;
  margin-bottom: 25px;
  text-transform: none;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  [data-page="Fournisseurs"] .category__text {
    font-size: 1.3rem;
  }
}
[data-page="Fournisseurs"] .category__logo {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  background: #e56f48;
}
[data-page="Fournisseurs"] .category__list {
  display: none;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  [data-page="Fournisseurs"] .category__list {
    display: grid;
    width: 100%;
    -ms-grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-rows: auto;
    grid-template-rows: auto;
    grid-gap: 31px 26px;
  }
}
[data-page="Fournisseurs"] .category__swiper {
  margin-bottom: 50px;
  overflow: visible;
  width: 80%;
  margin-left: 0;
}
@media only screen and (min-width: 1025px) {
  [data-page="Fournisseurs"] .category__swiper {
    display: none;
  }
}
[data-page="Fournisseurs"] .category__swiper .swiper-wrapper {
  -ms-align-items: stretch;
  align-items: stretch;
}
[data-page="Fournisseurs"] .category__swiper .swiper-slide {
  height: auto;
}
[data-page="Fournisseurs"] .provider {
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  [data-page="Fournisseurs"] .provider {
    height: calc(100% - 48px);
  }
}
[data-page="Fournisseurs"] .provider__image {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 25px;
}
[data-page="Fournisseurs"] .provider__image img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
[data-page="Fournisseurs"] .provider__name {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  [data-page="Fournisseurs"] .provider__name {
    font-size: 1.6rem;
  }
}
[data-page="Fournisseurs"] .provider__website {
  display: inline-block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  [data-page="Fournisseurs"] .provider__website {
    font-size: 1.4rem;
  }
}
[data-page="Fournisseurs"] .provider__links {
  margin-bottom: 22px;
}
[data-page="Fournisseurs"] .provider__links li {
  margin-bottom: 2px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  [data-page="Fournisseurs"] .provider__links li {
    font-size: 1.4rem;
  }
}
[data-page="Fournisseurs"] .provider__links li:last-child {
  margin-bottom: 0;
}
[data-page="Fournisseurs"] .provider__links a {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
[data-page="Fournisseurs"] .provider__links svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
[data-page="Fournisseurs"] .provider__description {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  [data-page="Fournisseurs"] .provider__description {
    font-size: 1.4rem;
  }
}
[data-page="Fournisseurs"] .provider__bottom {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
[data-page="Fournisseurs"] .provider__categories {
  margin-top: 20px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
[data-page="Fournisseurs"] .provider__categories li {
  margin-right: 10px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 33px;
}
[data-page="Fournisseurs"] .provider__category {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  background: #e56f48;
}
[data-page="Fournisseurs"] .provider__friend {
  margin-top: 20px;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-grow: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 159px;
}
[data-page="Home"] .block {
  position: relative;
  background: #e56f48;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .block {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
[data-page="Home"] .block__bg {
  position: absolute;
  top: -150px;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .block__bg {
    top: -120px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .block__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
  }
  [data-page="Home"] .block__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Home"] .block__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
  }
  [data-page="Home"] .block__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .block__image {
    -ms-order: 2;
    order: 2;
  }
  [data-page="Home"] .block__image img {
    transform: none !important;
  }
}
[data-page="Home"] .block__image img {
  display: block;
}
@media only screen and (min-width: 1025px) and (max-aspect-ratio: 9/6) {
  [data-page="Home"] .block__image img {
    padding-left: 2vw;
  }
}
[data-page="Home"] .block__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  min-height: 50vh;
}
[data-page="Home"] .block__col {
  width: 50%;
  padding: 86px 0 86px 77px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Home"] .block__col {
    padding: 50px 0 50px 77px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .block__col {
    padding: 50px 0;
    width: 100%;
  }
}
[data-page="Home"] .block__col:first-child {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .block__col:first-child {
    display: none;
  }
}
[data-page="Home"] .block__heading {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .block__heading {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .block__heading {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .block__logo {
    width: 86px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .block__logo {
    width: 71px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .block__logo {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .block__logo {
    margin-right: 19px;
  }
}
[data-page="Home"] .block__title {
  color: #1f2532;
}
[data-page="Home"] .block__text {
  color: #1f2532;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .block__text {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .block__text {
    margin-bottom: 24px;
  }
}
[data-page="Home"] .stats {
  padding: 45px 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .stats {
    padding: 50px 0;
  }
}
[data-page="Home"] .stats__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .stats__row {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
}
[data-page="Home"] .stats__item {
  position: relative;
  width: 250px;
  padding-bottom: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .stats__item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
[data-page="Home"] .stats__item:nth-of-type(1) .stats__image {
  transform: translateX(-4px);
}
[data-page="Home"] .stats__heading {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .stats__heading {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .stats__heading {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .stats__heading {
    max-width: 265px;
  }
}
[data-page="Home"] .stats__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #1f2532;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .stats__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .stats__title {
    font-size: 3.4rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
[data-page="Home"] .stats__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  text-align: center;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .stats__subtitle {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .stats__subtitle {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}
[data-page="Home"] .stats__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .stats__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .stats__text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .stats__text {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .stats__text {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}
[data-page="Home"] .stats__cta {
  margin: auto auto 0;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .stats .ad {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .stats .ad {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .stats .ad {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .stats .ad {
    margin-bottom: 5px;
  }
}
[data-page="Home"] .parents {
  position: relative;
  background: #bce5cb;
  padding: 80px 0;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .parents {
    padding: 50px 0;
  }
}
[data-page="Home"] .parents__bg {
  position: absolute;
  top: -80px;
  right: -440px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .parents__bg {
    top: 52%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Home"] .parents__bg {
    right: -45px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .parents__bg {
    right: -20px;
  }
}
[data-page="Home"] .parents__wrapper {
  position: relative;
}
[data-page="Home"] .parents__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .parents__subtitle {
    font-size: 1.4rem;
  }
}
[data-page="Home"] .parents__title {
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.32;
  color: #1f2532;
  margin-bottom: 20px;
  max-width: 655px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .parents__title {
    font-size: 2.4rem;
  }
}
[data-page="Home"] .parents__description {
  color: #1f2532;
  margin-bottom: 40px;
  max-width: 515px;
}
[data-page="Home"] .parents__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .parents__row {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Home"] .parents__row > .card {
    width: calc(50% - 20px / 2);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .parents__row > .card {
    width: 100%;
    margin-bottom: 20px;
  }
}
[data-page="Home"] .camps {
  background: #8cc97f;
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .camps {
    padding: 50px 0;
  }
}
[data-page="Home"] .camps__bg {
  position: absolute;
  top: 50%;
  left: -440px;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Home"] .camps__bg {
    top: 59%;
    left: -45px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .camps__bg {
    top: 69%;
    left: -20px;
  }
}
[data-page="Home"] .camps__container {
  position: relative;
}
[data-page="Home"] .camps__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .camps__subtitle {
    font-size: 1.4rem;
  }
}
[data-page="Home"] .camps__title {
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.32;
  color: #1f2532;
  margin-bottom: 20px;
  max-width: 655px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .camps__title {
    font-size: 2.4rem;
  }
}
[data-page="Home"] .camps__description {
  color: #1f2532;
  margin-bottom: 40px;
  max-width: 515px;
}
[data-page="Home"] .camps__row {
  -ms-align-items: stretch;
  align-items: stretch;
  z-index: 20;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .camps__row {
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .camps__row {
    margin-bottom: -20px;
  }
}
[data-page="Home"] .camps__col {
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  margin-top: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Home"] .camps__col {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-direction: row;
  }
}
[data-page="Home"] .camps__block {
  background: #fff;
  width: 100%;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .camps__block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .camps__block {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .camps__block:last-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .camps__block:last-child {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Home"] .camps__block {
    width: calc(50% - 20px / 2);
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
}
[data-page="Home"] .member {
  background: #e56f48;
  padding: 32px 25px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .member {
    padding: 24px 18px;
  }
}
[data-page="Home"] .member__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .member__title {
    font-size: 1.6rem;
  }
}
[data-page="Home"] .member__text {
  color: #1f2532;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .member__text {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .member__text {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Home"] .member__ctas {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .member__cta {
    min-width: 240px;
    text-align: center;
  }
}
[data-page="Home"] .school {
  padding: 80px 0;
  background: #fc6;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .school {
    padding: 50px 0;
  }
}
[data-page="Home"] .school__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .school__subtitle {
    font-size: 1.4rem;
  }
}
[data-page="Home"] .school__title {
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.32;
  color: #1f2532;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  [data-page="Home"] .school__title {
    font-size: 2.4rem;
  }
}
[data-page="Home"] .school__description {
  color: #1f2532;
}
[data-page="Home"] .school__wrapper {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .school__wrapper {
    flex-wrap: wrap;
  }
}
[data-page="Home"] .school__intro {
  position: relative;
  width: calc(25% - 25px / 2);
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .school__intro {
    width: 100%;
    margin-bottom: 32px;
  }
}
[data-page="Home"] .school__slider {
  position: relative;
  width: calc(75% - 25px / 2);
}
[data-page="Home"] .school__slider .ui-picture {
  height: auto;
}
@media only screen and (min-width: 1025px) {
  [data-page="Home"] .school__slider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: #fc6;
    z-index: 4;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .school__slider {
    width: 100%;
    padding-right: 0;
  }
}
[data-page="Home"] .acq {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="Home"] .acq {
    padding: 50px 0;
  }
}
[data-page="Contact"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
[data-page="Contact"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Contact"] .backgrounds .top {
  position: absolute;
  top: -180px;
  right: -325px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .backgrounds .top {
    right: -180px;
  }
}
[data-page="Contact"] .backgrounds .bottom {
  position: absolute;
  bottom: -269px;
  left: -620px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .backgrounds .bottom {
    bottom: -385px;
    left: -375px;
    transform: scale(0.6);
  }
}
[data-page="Contact"] .address {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .address {
    margin-bottom: 20px;
  }
}
[data-page="Contact"] .address__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  padding: 25px;
  background: #fff;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  [data-page="Contact"] .address__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .address__title {
    padding: 20px;
  }
}
[data-page="Contact"] .address__content {
  background: #fff;
  padding: 25px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .address__content {
    padding: 20px;
    flex-wrap: wrap;
  }
}
[data-page="Contact"] .address__col {
  width: calc(50% - 30px / 2);
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .address__col {
    width: 100%;
  }
  [data-page="Contact"] .address__col:first-child {
    margin-top: 20px;
    -ms-order: 2;
    order: 2;
  }
}
[data-page="Contact"] .address__map {
  overflow: hidden;
  position: relative;
}
[data-page="Contact"] .address__map:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 66.66666666666666%;
}
[data-page="Contact"] .address__map .map-el {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
[data-page="Contact"] .address__spacer {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Contact"] .address__info {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  [data-page="Contact"] .address__info {
    font-size: 1.4rem;
  }
}
[data-page="Contact"] .address__info:last-child {
  margin-bottom: 0;
}
[data-page="Contact"] .address__info svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Contact"] a {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
[data-page="Contact"] a:nth-of-type(2) {
  margin-top: 10px;
}
[data-page="Contact"] .team {
  padding: 25px;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  [data-page="Contact"] .team {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .team {
    padding: 20px;
  }
}
[data-page="Contact"] .team__image {
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .team__image {
    margin-bottom: 24px;
  }
}
[data-page="Contact"] .team__image img {
  display: block;
}
[data-page="Contact"] .team__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  [data-page="Contact"] .team__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .team__title {
    margin-bottom: 24px;
  }
}
[data-page="Contact"] .team__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -28px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .team__row {
    margin-bottom: -24px;
  }
}
[data-page="Contact"] .team__item {
  width: calc(33.33% - 40px / 3);
  margin-bottom: 28px;
  margin-right: 20px;
}
@media only screen and (min-width: 1025px) {
  [data-page="Contact"] .team__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Contact"] .team__item {
    width: calc(50% - 20px / 2);
    margin-bottom: 24px;
  }
  [data-page="Contact"] .team__item:nth-child(3n) {
    margin-right: 20px;
  }
  [data-page="Contact"] .team__item:nth-child(2n) {
    margin-right: 0;
  }
}
[data-page="Contact"] .team__name {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Contact"] .team__name {
    font-size: 1.4rem;
  }
}
[data-page="Contact"] .team__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Contact"] .team__text {
    font-size: 1.4rem;
  }
}
[data-page="Contact"] .team__mail {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Contact"] .team__mail {
    font-size: 1.4rem;
  }
}
[data-page="Contact"] .team__mail svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
[data-page="Dashboard"] .header__background {
  transition: none;
}
[data-page="Dashboard"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
[data-page="Dashboard"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Dashboard"] .backgrounds .top {
  position: absolute;
  top: -59px;
  left: -511px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .backgrounds .top {
    top: -220px;
    left: auto;
    right: 119px;
  }
}
[data-page="Dashboard"] .backgrounds .bottom {
  position: absolute;
  bottom: -216px;
  right: -502px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .backgrounds .bottom {
    bottom: -321px;
    right: -616px;
  }
}
[data-page="Dashboard"] .block-wrapper {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  [data-page="Dashboard"] .block-wrapper {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block-wrapper {
    margin-bottom: 4px;
  }
}
[data-page="Dashboard"] .block {
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block:first-child {
    margin-top: 20px;
  }
}
[data-page="Dashboard"] .block--small {
  width: calc(50% - (28px / 2));
  display: flex;
  -ms-align-self: stretch;
  align-self: stretch;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block--small {
    width: 100%;
  }
}
[data-page="Dashboard"] .block__header {
  background: #fff;
  margin-bottom: 8px;
  padding: 25px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__header {
    padding: 20px;
  }
}
[data-page="Dashboard"] .block__title {
  color: #1f2532;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .block__title {
    font-size: 1.8rem;
  }
}
[data-page="Dashboard"] .block__stats {
  color: #e56f48;
  background: #fff;
  margin-bottom: 8px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  [data-page="Dashboard"] .block__stats {
    padding: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__stats {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .block__stats {
    font-size: 1.6rem;
  }
}
[data-page="Dashboard"] .block__stats em {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  margin-left: 10px;
  margin-right: 35px;
  font-size: 5rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .block__stats em {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__stats em {
    margin-left: 0;
    margin-right: 15px;
  }
}
[data-page="Dashboard"] .block__stats span {
  display: inline-block;
  max-width: 255px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__stats span {
    max-width: none;
  }
}
[data-page="Dashboard"] .block__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
[data-page="Dashboard"] .block__content {
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  background: #fff;
  padding: 25px 25px 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__content {
    padding: 20px 20px 0;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="Dashboard"] .block__content.-nopad {
    padding: 25px 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__content.-nopad {
    padding: 20px 0;
  }
}
[data-page="Dashboard"] .block__content.-nobg {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}
[data-page="Dashboard"] .block__content.-nobg + .block__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__content.-nobg + .block__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
[data-page="Dashboard"] .block__subtitle {
  color: #1f2532;
  margin-top: 7px;
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .block__subtitle {
    font-size: ;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__subtitle {
    display: none;
  }
}
[data-page="Dashboard"] .block__bottom {
  text-align: center;
  background: #fff;
  padding: 5px 25px 30px 25px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .block__bottom {
    background: none;
    padding: 20px;
  }
}
[data-page="Dashboard"] .block__empty {
  background: #fff;
  padding: 20px 25px;
}
[data-page="Dashboard"] .camp {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: calc(50% - (28px / 2));
  margin-right: 15px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .camp {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  [data-page="Dashboard"] .camp:last-child {
    margin-bottom: 0;
  }
}
[data-page="Dashboard"] .camp:nth-child(even) {
  margin-right: 0;
}
[data-page="Dashboard"] .camp__image {
  position: relative;
  -ms-align-self: stretch;
  align-self: stretch;
  width: 160px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
[data-page="Dashboard"] .camp__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .camp__image {
    width: 75px;
  }
}
[data-page="Dashboard"] .camp__content {
  position: relative;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  padding: 24px 25px 5px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .camp__content {
    padding: 20px;
  }
}
[data-page="Dashboard"] .camp__arrow {
  position: absolute;
  top: 30px;
  right: 25px;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #000;
  border-style: solid;
}
[data-page="Dashboard"] .camp__title {
  margin-bottom: 16px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .camp__title {
    font-size: 1.6rem;
  }
}
[data-page="Dashboard"] .camp__city {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .camp__city {
    font-size: 1.4rem;
  }
}
[data-page="Dashboard"] .camp__region {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .camp__region {
    font-size: 1.4rem;
  }
}
[data-page="Dashboard"] .camp__types {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #545454;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .camp__types {
    font-size: 1.3rem;
  }
}
[data-page="Dashboard"] .camp__features {
  margin-top: 30px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .camp__features {
    display: none;
  }
}
[data-page="Dashboard"] .camp__features li {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}
[data-page="Dashboard"] .camp__features li:last-child {
  margin-right: 0;
}
[data-page="Dashboard"] .camp__btns {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  [data-page="Dashboard"] .camp__btns {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Dashboard"] .camp__btns {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Dashboard"] .camp__btns {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Dashboard"] .camp__btns {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
[data-page="Dashboard"] .camp__btns .button {
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  [data-page="Dashboard"] .camp__btns .button {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Dashboard"] .camp__btns .button {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Dashboard"] .camp__btns .button {
    margin-bottom: 20px;
  }
}
[data-page="Dashboard"] .camp__btns .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  [data-page="Dashboard"] .camp__btns .button:last-child {
    margin-bottom: 0;
  }
}
[data-page="Dashboard"] .candidatures {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .candidatures {
    max-width: none;
  }
}
[data-page="Dashboard"] .candidature {
  width: calc(50% - (30px / 2));
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  color: #1f2532;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .candidature {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .candidature {
    width: calc(50% - (15px / 2));
  }
}
[data-page="Dashboard"] .candidature em {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .candidature em {
    font-size: 1.4rem;
  }
}
[data-page="Dashboard"] .offers {
  overflow: auto;
  padding-top: 0;
  max-height: 550px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .offers {
    padding: 0;
  }
}
[data-page="Dashboard"] .offer {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #f4f4f4;
}
@media only screen and (min-width: 1025px) {
  [data-page="Dashboard"] .offer {
    padding: 23px 0;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .offer {
    padding: 20px;
  }
}
[data-page="Dashboard"] .offer:last-child {
  border-bottom: 0;
}
[data-page="Dashboard"] .offer__toggle {
  width: 50px;
  height: 25px;
  background: #e56f48;
  border-radius: 10px;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1025px) {
  [data-page="Dashboard"] .offer__toggle {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .offer__toggle {
    margin-right: 20px;
  }
}
[data-page="Dashboard"] .offer__content {
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  text-align: left;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .offer__content {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
[data-page="Dashboard"] .offer__data {
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-align: left;
  width: 150px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .offer__data {
    margin-top: 9px;
    padding: 0;
  }
}
[data-page="Dashboard"] .offer__data > span {
  display: block;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.35;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .offer__data > span {
    font-size: 1.3rem;
  }
}
[data-page="Dashboard"] .offer__arrow {
  position: absolute;
  top: 25px;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-width: 1px 1px 0 0;
  border-color: #000;
  border-style: solid;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .offer__arrow {
    right: 20px;
  }
}
[data-page="Dashboard"] .offer__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2532;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .offer__title {
    font-size: 1.4rem;
  }
}
[data-page="Dashboard"] .offer__camp,
[data-page="Dashboard"] .offer__location {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Dashboard"] .offer__camp,
  [data-page="Dashboard"] .offer__location {
    font-size: 1.4rem;
  }
}
[data-page="Dashboard"] .block .block__content .ToolCard {
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  min-height: 0;
  width: 100%;
}
[data-page="Dashboard"] .block .block__content .AbstractSwiper .ToolCard {
  margin-top: 0;
  width: 350px;
  min-height: 385px;
}
[data-page="Dashboard"] .block .block__content.events-sec .swiper {
  height: auto;
}
[data-page="Dashboard"] .news__block {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
[data-page="Dashboard"] .news__block .newCard {
  width: calc(50% - 50px);
  margin: 0 25px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  [data-page="Dashboard"] .news__block .newCard {
    width: 100%;
  }
}
[data-page="Dashboard"] .news__block .newCard .newCard__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
[data-page="ToolsFavorite"] .backmobile {
  margin-top: 20px;
  margin-bottom: 20px;
  background: none;
  color: #e56f48;
  padding: 7px 13px;
}
[data-page="ToolsFavorite"] .backmobile:hover,
[data-page="ToolsFavorite"] .backmobile:focus {
  box-shadow: none;
}
[data-page="ToolsFavorite"] .backmobile:hover::before,
[data-page="ToolsFavorite"] .backmobile:focus::before {
  background: none;
}
[data-page="ToolsFavorite"] .backmobile:hover::after,
[data-page="ToolsFavorite"] .backmobile:focus::after {
  border: none;
  background: none;
}
[data-page="ToolsFavorite"] .backmobile::before,
[data-page="ToolsFavorite"] .backmobile::after {
  border: none;
  background: none;
}
[data-page="ToolsFavorite"] .backmobile::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #e56f48;
}
[data-page="ToolsFavorite"] .backmobile .label::before {
  margin-right: 20px;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 1025px) {
  [data-page="ToolsFavorite"] .backmobile {
    display: none;
  }
}
[data-page="ToolsFavorite"] .listing {
  margin-bottom: 20px;
}
[data-page="ToolsFavorite"] .listing .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
[data-page="ToolsFavorite"] .listing .ToolCardCollection {
  margin-left: 0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  [data-page="ToolsFavorite"] .listing .ToolCardCollection {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="ToolsFavorite"] .listing .ToolCard {
    margin-left: 0;
    margin-right: 27px;
    width: calc(33.333333% - 18px);
    margin-bottom: 32px;
  }
  [data-page="ToolsFavorite"] .listing .ToolCard:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="ToolsFavorite"] .listing .ToolCard {
    margin-top: 0;
    margin-left: 0;
    margin-right: 16px;
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  [data-page="ToolsFavorite"] .listing .ToolCard:nth-child(2n) {
    margin-right: 0;
  }
  [data-page="ToolsFavorite"] .listing .ToolCard:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="ToolsFavorite"] .listing .ToolCard {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  [data-page="ToolsFavorite"] .listing .ToolCard:first-child {
    margin-top: 0;
  }
}
[data-page="Toolsearch"] .header__background {
  background: url("/images/acq_texture_tools_02.png") left bottom no-repeat #107d63 !important;
}
[data-page="Toolsearch"] .__search-content {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  [data-page="Toolsearch"] .__search-content {
    flex-direction: column;
  }
}
.ourApps {
  background: #fc6;
  padding-bottom: 88px;
  padding-top: 60px;
  z-index: 0;
  margin-left: 315px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ourApps {
    margin-left: 0;
    padding: 40px 0 50px;
  }
}
.ourApps .ourApps__wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 1440px) {
  .ourApps .ourApps__wrapper {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .ourApps .ourApps__wrapper {
    max-width: 100%;
    margin-right: 0;
    padding: 0 0 0 25px;
  }
}
.ourApps .swiper-wrapper {
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .ourApps .swiper-wrapper {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ourApps .swiper-slide {
  background: #fff;
  height: auto;
  flex-direction: column;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
}
.ourApps .image {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourApps .content {
  padding: 25px;
  height: 100%;
  flex-direction: column;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .ourApps .content .button {
    display: none;
  }
}
.ourApps .text-small {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .ourApps .text-small {
    margin-bottom: 0;
  }
}
.ourApps .tool-link {
  position: relative;
  margin-bottom: 25px;
  flex-direction: column;
  display: flex;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .ourApps .tool-link {
    display: none;
  }
}
.ourApps .title-4 {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.ourApps .title-4.-for-desktop {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ourApps .title-4.-for-desktop {
    display: none;
  }
}
.ourApps .title-4 .arrow svg {
  width: 20px;
  height: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .ourApps .title-4 .arrow svg {
    display: block;
  }
  .ourApps .title-4 .arrow svg path {
    fill: #1f2532;
  }
}
[data-page="Toolsearch"] .header__background {
  background: url("/images/acq_texture_tools_02.png") left bottom no-repeat #107d63 !important;
}
[data-page="Toolsearch"] .__search-content {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  [data-page="Toolsearch"] .__search-content {
    flex-direction: column;
  }
}
.ourApps {
  background: #fc6;
  padding-bottom: 88px;
  padding-top: 60px;
  z-index: 0;
  margin-left: 315px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ourApps {
    margin-left: 0;
    padding: 40px 0 50px;
  }
}
.ourApps .ourApps__wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 1440px) {
  .ourApps .ourApps__wrapper {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .ourApps .ourApps__wrapper {
    max-width: 100%;
    margin-right: 0;
    padding: 0 0 0 25px;
  }
}
.ourApps .swiper-wrapper {
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .ourApps .swiper-wrapper {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ourApps .swiper-slide {
  background: #fff;
  height: auto;
  flex-direction: column;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
}
.ourApps .image {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourApps .content {
  padding: 25px;
  height: 100%;
  flex-direction: column;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .ourApps .content .button {
    display: none;
  }
}
.ourApps .text-small {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .ourApps .text-small {
    margin-bottom: 0;
  }
}
.ourApps .tool-link {
  position: relative;
  margin-bottom: 25px;
  flex-direction: column;
  display: flex;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .ourApps .tool-link {
    display: none;
  }
}
.ourApps .title-4 {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.ourApps .title-4.-for-desktop {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ourApps .title-4.-for-desktop {
    display: none;
  }
}
.ourApps .title-4 .arrow svg {
  width: 20px;
  height: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .ourApps .title-4 .arrow svg {
    display: block;
  }
  .ourApps .title-4 .arrow svg path {
    fill: #1f2532;
  }
}
[data-page="ToolCollection"] {
  position: relative;
}
[data-page="ToolCollection"] .header__background {
  background: #107d63 !important;
}
[data-page="ToolCollection"] .hero--title {
  background: #107d63 !important;
}
@media only screen and (max-width: 767px) {
  [data-page="ToolCollection"] .hero--title {
    background: url("/images/acq_textures_fiche_collection_header_vert_mobile.png") 50% -8% no-repeat #107d63 !important;
  }
}
[data-page="ToolCollection"] .hero__container {
  background-color: #107d63;
  position: relative;
  padding: 40px 0;
  text-align: left;
  background: url("/images/acq_textures_fiche_collection_header_vert.png") right top no-repeat #107d63;
}
@media only screen and (max-width: 768px) {
  [data-page="ToolCollection"] .hero__container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 115%;
    height: 115%;
    background: url("/images/acq_textures_fiche_collection_header_vert.png") right top no-repeat #107d63;
    z-index: -1;
  }
}
[data-page="ToolCollection"] .hero__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  [data-page="ToolCollection"] .hero__subtitle {
    font-size: 1.4rem;
  }
}
[data-page="ToolCollection"] .breadcrumbs__container {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  [data-page="ToolCollection"] .breadcrumbs__container {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    padding: 10px 0 30px;
  }
}
[data-page="ToolCollection"] .breadcrumbs__container .ToolBookmark {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="ToolCollection"] .breadcrumbs__container .ToolBookmark {
    position: inherit;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px 30px;
  }
}
[data-page="ToolCollection"] .textImage .image-block {
  width: 362px;
}
@media only screen and (max-width: 1024px) {
  [data-page="ToolCollection"] .textImage .image-block {
    width: 100%;
  }
}
[data-page="ToolCollection"] .related-tools {
  background-color: #a9bedc;
  padding: 60px 0px 70px;
}
@media only screen and (max-width: 768px) {
  [data-page="ToolCollection"] .related-tools {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page="ToolCollection"] .others-tools {
    margin: 0 0 0 20px;
    max-width: calc(100% - 20px);
  }
}
[data-page="Tool"] {
  position: relative;
}
[data-page="Tool"] .header__background {
  background: url("/images/acq_texture_tools_02.png") left bottom no-repeat #107d63 !important;
}
[data-page="Tool"] .hero--title {
  background-size: contain !important;
}
[data-page="Tool"] .hero__container {
  background-color: #8cc97f;
  position: relative;
  padding: 40px 0;
  text-align: left;
  background: url("/images/acq_textures_blogue_header_vert_motif_02.png") left bottom no-repeat #8cc97f;
}
@media only screen and (max-width: 768px) {
  [data-page="Tool"] .hero__container {
    background: url("/images/acq_textures_blogue_header_vert_motif_mobile.png") center top no-repeat #8cc97f;
  }
}
[data-page="Tool"] .hero__container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #8cc97f;
}
[data-page="Tool"] .hero__container::after::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
[data-page="Tool"] .hero__container::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #8cc97f;
}
@media only screen and (max-width: 767px) {
  [data-page="Tool"] .hero__container {
    background: url("/images/acq_textures_blogue_header_vert_motif_mobile.png") center bottom no-repeat #8cc97f;
  }
}
[data-page="Tool"] .hero__subtitle {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  [data-page="Tool"] .hero__subtitle {
    font-size: 1.4rem;
  }
}
[data-page="Tool"] .breadcrumbs__container {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  [data-page="Tool"] .breadcrumbs__container {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    padding: 10px 0 30px;
  }
}
[data-page="Tool"] .breadcrumbs__container .ToolBookmark {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  [data-page="Tool"] .breadcrumbs__container .ToolBookmark {
    position: inherit;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px 30px;
  }
}
[data-page="Tool"] .textImage .image-block {
  width: 362px;
}
@media only screen and (max-width: 1024px) {
  [data-page="Tool"] .textImage .image-block {
    width: 100%;
  }
}
[data-page="Tool"] .tool-pagebuilder__container .pagebuilder {
  margin-bottom: 30px;
}
[data-page="Tool"] .updated {
  margin-bottom: 30px;
}
[data-page="Tool"] .related-tools {
  background-color: #a9bedc;
  padding: 60px 0px 70px;
}
@media only screen and (max-width: 768px) {
  [data-page="Tool"] .related-tools {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }
}
[data-page="Tool"] .related-tools.-collection {
  background-color: #107d63;
  padding: 60px 0px 70px;
}
@media only screen and (max-width: 768px) {
  [data-page="Tool"] .related-tools.-collection {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }
}
[data-page="Tool"] .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  [data-page="Tool"] .row {
    margin-bottom: 25px;
  }
}
[data-page="Tool"] .related-tools__wrapper .title-2 {
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Tool"] .related-tools__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    max-width: calc(100% - 20px);
  }
}
[data-page="Tool"] .partners,
[data-page="ToolCollection"] .partners {
  background-color: #fff;
  padding: 40px 65px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  [data-page="Tool"] .partners,
  [data-page="ToolCollection"] .partners {
    padding: 32px 20px;
  }
}
[data-page="Tool"] .partners .partners__list,
[data-page="ToolCollection"] .partners .partners__list {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
[data-page="Tool"] .partners .partners__image,
[data-page="ToolCollection"] .partners .partners__image {
  width: calc(100% / 5 - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  [data-page="Tool"] .partners .partners__image,
  [data-page="ToolCollection"] .partners .partners__image {
    width: calc(100% / 2 - 20px);
  }
}
[data-page="Tool"] .partners .partners__image:last-child,
[data-page="ToolCollection"] .partners .partners__image:last-child {
  margin-right: 0;
}
[data-page="Jobs"] .header__background {
  transition: none;
}
[data-page="Jobs"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .backgrounds {
    display: none;
  }
}
[data-page="Jobs"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Jobs"] .backgrounds .top {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: -5;
}
[data-page="Jobs"] .backgrounds .top_left {
  position: absolute;
  top: 500px;
  left: 0;
  z-index: -5;
}
[data-page="Jobs"] .backgrounds .middle {
  position: absolute;
  top: 1200px;
  left: 0;
  z-index: -5;
}
[data-page="Jobs"] .backgrounds .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
[data-page="Jobs"] .news {
  background: #bce5cb;
  position: relative;
}
[data-page="Jobs"] .news .texture_news {
  position: absolute;
  bottom: 60%;
  left: -5%;
  z-index: 0;
}
[data-page="Jobs"] .news .news__wrapper {
  padding: 80px 0px;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .news .news__wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }
}
[data-page="Jobs"] .news .news__wrapper .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  [data-page="Jobs"] .news .news__wrapper .row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .news .news__wrapper .row .button {
    display: none;
  }
}
[data-page="Jobs"] .news .news__wrapper .news__title {
  z-index: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .news .news__wrapper .news__title {
    margin-bottom: 25px;
  }
}
[data-page="Jobs"] .news .news__wrapper .button.-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .news .news__wrapper .button.-mobile {
    display: block;
    margin: 30px auto 0;
  }
}
[data-page="Jobs"] .JobsList {
  position: relative;
  z-index: 1;
}
[data-page="Jobs"] .advantage {
  padding: 60px 0;
  background: #fc6;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  [data-page="Jobs"] .advantage {
    padding: 50px 0;
  }
}
[data-page="Jobs"] .advantage__maintitle {
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.32;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .advantage__maintitle {
    font-size: 2.4rem;
  }
}
[data-page="Jobs"] .advantage__maintext {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .advantage__maintext {
    font-size: 1.6rem;
  }
}
[data-page="Jobs"] .advantage__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  [data-page="Jobs"] .advantage__row {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
}
[data-page="Jobs"] .advantage__item {
  position: relative;
  width: 265px;
  padding: 0 15px 10px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  [data-page="Jobs"] .advantage__item {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Jobs"] .advantage__item {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
[data-page="Jobs"] .advantage__image {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
[data-page="Jobs"] .advantage__title {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1f2532;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .advantage__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Jobs"] .advantage__title {
    font-size: 3.4rem;
    left: 50%;
  }
}
[data-page="Jobs"] .advantage__text {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #1f2532;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  [data-page="Jobs"] .advantage__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="Jobs"] .advantage__text {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}
[data-page="News"] .header__background {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
[data-page="News"] .header__background.-small {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
[data-page="News"] .content.row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
[data-page="News"] .ad.-leaderboard {
  margin-bottom: 24px;
}
[data-page="News"] .newCard {
  width: calc(50% - (25px / 2));
  margin-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  [data-page="News"] .newCard {
    margin-right: 25px;
  }
  [data-page="News"] .newCard:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="News"] .newCard {
    width: 100%;
  }
}
[data-page="News"] .no-result {
  width: 100%;
  background: #fff;
  padding: 20px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  [data-page="News"] .no-result {
    font-size: 1.3rem;
  }
}
[data-page="News"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
[data-page="News"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="News"] .backgrounds .top {
  absolute: -webkit-calc(100% - 135px);
  position: absolute;
  top: 60px;
  right: calc(100% - 135px);
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="News"] .backgrounds .top {
    top: -132px;
    right: calc(100% - 250px);
  }
}
[data-page="News"] .backgrounds .bottom {
  position: absolute;
  bottom: -60px;
  right: -460px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="News"] .backgrounds .bottom {
    right: -360px;
  }
}
[data-page="Events"] .content.row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
[data-page="Events"] .eventCard {
  width: calc(50% - (25px / 2));
  margin-bottom: 24px;
}
[data-page="Events"] .eventCard:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  [data-page="Events"] .eventCard {
    width: 100%;
    margin-bottom: 12px;
  }
  [data-page="Events"] .eventCard:last-child {
    margin-bottom: 0;
  }
}
[data-page="Events"] .no-result {
  width: 100%;
  background: #fff;
  padding: 20px;
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  [data-page="Events"] .no-result {
    font-size: 1.3rem;
  }
}
[data-page="Events"] .backgrounds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
[data-page="Events"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="Events"] .backgrounds .top {
  absolute: -webkit-calc(100% - 150px);
  position: absolute;
  top: 0;
  right: calc(100% - 150px);
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Events"] .backgrounds .top {
    top: -430px;
    right: 250px;
    width: 270px;
  }
}
[data-page="Events"] .backgrounds .bottom {
  position: absolute;
  bottom: -330px;
  right: -350px;
  z-index: -5;
}
@media only screen and (max-width: 1024px) {
  [data-page="Events"] .backgrounds .bottom {
    right: -115px;
    bottom: 475px;
    width: 260px;
  }
}
[data-page="Campsearch"] .__search-content {
  position: relative;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  [data-page="Campsearch"] .__search-content {
    display: flex;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
[data-page="CampsManager"] {
  position: relative;
}
[data-page="CampsManager"] ._container {
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .hero-swiper .swiper {
    min-height: 355px;
    height: auto !important;
  }
}
[data-page="CampsManager"] .hero.hero--spacer {
  background: none !important;
  background-color: #107d63 !important;
}
[data-page="CampsManager"] .hero.hero--spacer::before {
  content: " ";
  background-size: cover;
  background: url("/images/acq_texture_tools_02.png");
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[data-page="CampsManager"] .hero.hero--spacer::after {
  content: " ";
  background-size: cover;
  background: url("/images/acq_texture_tools_01.png");
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[data-page="CampsManager"] .header__background {
  background: url("/images/acq_texture_tools_02.png") left bottom no-repeat #107d63 !important;
}
[data-page="CampsManager"] .toolsStar {
  background-color: #a9bedc;
  padding: 80px 0px 120px;
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .toolsStar {
    padding: 40px 0;
  }
}
[data-page="CampsManager"] .tools__wrapper {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .tools__wrapper {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
[data-page="CampsManager"] .tools__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #a9bedc;
  right: 70%;
  left: -100vw;
  top: -80px;
  bottom: -120px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .tools__wrapper:before {
    display: none;
  }
}
[data-page="CampsManager"] .toolsStar__intro {
  width: calc(30% - 20px);
  position: relative;
  display: block;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .toolsStar__intro {
    width: 100%;
  }
  [data-page="CampsManager"] .toolsStar__intro .button {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .toolsStar__intro .toolsStar__title {
    width: 85%;
  }
}
[data-page="CampsManager"] .toolsStar__intro .toolsStar__subtitle {
  font-weight: 600;
  margin-bottom: 5px;
}
[data-page="CampsManager"] .container-slider {
  width: calc(70% - 20px);
  height: 386px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .container-slider {
    width: calc(100% + 45px);
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .container-slider {
    width: calc(100% + 20px);
  }
}
[data-page="CampsManager"] .toolsStar__slider {
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  [data-page="CampsManager"] .toolsStar__slider {
    min-width: 1080px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .toolsStar__slider {
    margin-top: 30px;
  }
}
[data-page="CampsManager"] .toolsStar__slider .swiper {
  overflow: visible;
}
[data-page="CampsManager"] .services__wrapper {
  padding: 80px 0px;
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .services__wrapper {
    padding: 40px 0;
  }
}
[data-page="CampsManager"] .services__row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
[data-page="CampsManager"] .services__row .card {
  width: calc((100% / 3) - 20px);
}
[data-page="CampsManager"] .services__row .card__cta {
  white-space: nowrap;
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .services__row {
    flex-direction: column;
  }
  [data-page="CampsManager"] .services__row .card__ctas {
    width: initial;
  }
  [data-page="CampsManager"] .services__row .card {
    width: 100%;
    margin-bottom: 20px;
  }
  [data-page="CampsManager"] .services__row .arrow {
    display: block;
  }
}
[data-page="CampsManager"] .card__cta {
  min-width: initial;
}
[data-page="CampsManager"] .news {
  background: #bce5cb;
}
[data-page="CampsManager"] .news__wrapper {
  padding: 80px 0px;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .news__wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }
}
[data-page="CampsManager"] .news__wrapper .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .news__wrapper .row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .news__wrapper .row .button {
    display: none;
  }
}
[data-page="CampsManager"] .news__wrapper .news__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .news__wrapper .news__title {
    margin-bottom: 25px;
  }
}
[data-page="CampsManager"] .news__wrapper .button.-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .news__wrapper .button.-mobile {
    display: block;
    margin: 30px auto 0;
  }
}
[data-page="CampsManager"] .news__ad {
  padding-top: 80px;
  z-index: 4;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .news__ad {
    padding-top: 40px;
  }
}
[data-page="CampsManager"] .events {
  background: #6697dd;
}
[data-page="CampsManager"] .events__wrapper {
  padding: 80px 0 30px;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .events__wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page="CampsManager"] .events .events__wrapper .events__title {
    margin-bottom: 0;
  }
}
[data-page="CampsManager"] .events .row {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .events .row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .events .row .button {
    display: none;
  }
}
[data-page="CampsManager"] .events .button.-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .events .button.-mobile {
    display: block;
    margin: 30px auto 0;
  }
}
[data-page="CampsManager"] .facebook {
  background: #107d63;
  padding: 85px 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .facebook {
    padding: 45px 0px;
  }
}
[data-page="CampsManager"] .facebook .backgrounds {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
[data-page="CampsManager"] .facebook .backgrounds .wrapper {
  position: relative;
  height: 100%;
}
[data-page="CampsManager"] .facebook .backgrounds .texture {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .facebook .backgrounds .texture {
    width: 50%;
    height: 50%;
  }
}
[data-page="CampsManager"] .facebook .backgrounds .grenouille {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .facebook .backgrounds .grenouille {
    position: absolute;
    top: 30%;
    left: 0;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .facebook .backgrounds .grenouille {
    width: 30%;
    top: 50px;
  }
}
[data-page="CampsManager"] .facebook .backgrounds .avion {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  [data-page="CampsManager"] .facebook .backgrounds .avion {
    position: absolute;
    top: 25%;
    right: 0;
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  [data-page="CampsManager"] .facebook .backgrounds .avion {
    width: 25%;
    top: 50px;
  }
}
[data-page="CampsManager"] .facebook .facebook__title {
  color: #fff;
  margin-top: 20px;
  max-width: 450px;
  text-align: center;
}
[data-page="CampsManager"] .facebook .facebook__wrapper {
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
[data-page="CampsManager"] .facebook .facebook__wrapper svg {
  width: 40px;
  height: 40px;
}
[data-page="CampsManager"] .backgrounds {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
[data-page="CampsManager"] .backgrounds img {
  max-width: none;
  width: auto;
}
[data-page="CampsManager"] .backgrounds .top {
  position: absolute;
  top: 15%;
  right: -5%;
  z-index: -5;
  transform: scale(0.45);
  transform-origin: right center;
}
@media only screen and (max-width: 1024px) {
  [data-page="CampsManager"] .backgrounds .top {
    display: none;
  }
}
[data-page="CampsManager"] .backgrounds .bottom {
  position: absolute;
  bottom: 40%;
  left: -92px;
  z-index: -5;
}
[data-page="FormCamps"] .header__background {
  transition: none;
}
[data-page='404'] .hero--spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[data-page='404'] .page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url(/assets/images/404-texture1c522a1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  [data-page='404'] .page {
    background-image: url(/assets/images/404-mobile-textured594d60.png);
  }
}
[data-page='404'] .title {
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  letter-spacing: 8.74252px;
  margin-top: -65px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  [data-page='404'] .title {
    font-size: 150px;
    line-height: 180px;
    letter-spacing: 5.47px;
    margin-bottom: 20px;
  }
}
[data-page='404'] .subtitle {
  font-family: 'FontTitle', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 63px;
  letter-spacing: 2.64px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  [data-page='404'] .subtitle {
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
[data-page='404'] .cta {
  width: 250px;
  margin: 50px auto 0;
  display: block;
}

