@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Tanker";
  src: url("../fonts/Tanker-Regular.woff2") format("woff2"), url("../fonts/Tanker-Regular.woff") format("woff"), url("../fonts/Tanker-Regular.woff") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
:root {
  --wp-admin-theme-color: $primary-text-color;
}

/* elements */
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
body p {
  font-weight: 300;
}
body p {
  font-size: 16px;
}

/* Breakpoints */
/* Container */
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes fadedown {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0) skew(0);
  }
}
@-moz-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-webkit-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-moz-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes opacityLoop {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes line_anim {
  0% {
    left: 0;
    right: 0;
  }
  50% {
    left: 100%;
    right: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
    left: 0;
    right: 100%;
  }
  52% {
    opacity: 1;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrolling-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
:root {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #013849;
}

body, button, input, select, optgroup, textarea {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  letter-spacing: -0.5px;
}

main p {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
}
main p {
  color: #013849;
  line-height: 1.4em;
  font-size: 16px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 1499px) {
  main p {
    font-size: 18px;
    line-height: 1.6em;
  }
}

* {
  color: #013849;
  line-height: 1.4em;
  box-sizing: border-box;
}

a:hover {
  color: inherit;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Inter", sans-serif;
}

svg .icon-white {
  fill: #FFFEFD;
}

.title, .custom-wysiwyg h1,
.custom-wysiwyg h2,
.custom-wysiwyg h3, .small-title,
h3, h4, .medium-title, .btn-show-more, .home-title, .big-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.title + a, .custom-wysiwyg h1 + a,
.custom-wysiwyg h2 + a,
.custom-wysiwyg h3 + a, .small-title + a,
h3 + a, h4 + a, .medium-title + a, .btn-show-more + a, .home-title + a, .big-title + a, .title + ul, .custom-wysiwyg h1 + ul,
.custom-wysiwyg h2 + ul,
.custom-wysiwyg h3 + ul, .small-title + ul,
h3 + ul, h4 + ul, .medium-title + ul, .btn-show-more + ul, .home-title + ul, .big-title + ul, .title + ol, .custom-wysiwyg h1 + ol,
.custom-wysiwyg h2 + ol,
.custom-wysiwyg h3 + ol, .small-title + ol,
h3 + ol, h4 + ol, .medium-title + ol, .btn-show-more + ol, .home-title + ol, .big-title + ol, .title + .text-wrapper, .custom-wysiwyg h1 + .text-wrapper,
.custom-wysiwyg h2 + .text-wrapper, .small-title + .text-wrapper,
h3 + .text-wrapper, h4 + .text-wrapper, .medium-title + .text-wrapper, .btn-show-more + .text-wrapper, .home-title + .text-wrapper, .big-title + .text-wrapper, .title + p, .custom-wysiwyg h1 + p,
.custom-wysiwyg h2 + p,
.custom-wysiwyg h3 + p, .small-title + p,
h3 + p, h4 + p, .medium-title + p, .btn-show-more + p, .home-title + p, .big-title + p, .title + .btn-wrapper, .custom-wysiwyg h1 + .btn-wrapper,
.custom-wysiwyg h2 + .btn-wrapper, .small-title + .btn-wrapper,
h3 + .btn-wrapper, h4 + .btn-wrapper, .medium-title + .btn-wrapper, .btn-show-more + .btn-wrapper, .home-title + .btn-wrapper, .big-title + .btn-wrapper {
  margin-top: 20px;
}
.title + a, .custom-wysiwyg h1 + a,
.custom-wysiwyg h2 + a,
.custom-wysiwyg h3 + a, .small-title + a,
h3 + a, h4 + a, .medium-title + a, .btn-show-more + a, .home-title + a, .big-title + a {
  display: inline-block;
}
.title span, .custom-wysiwyg h1 span,
.custom-wysiwyg h2 span,
.custom-wysiwyg h3 span, .small-title span,
h3 span, h4 span, .medium-title span, .btn-show-more span, .home-title span, .big-title span {
  color: #13C8FF;
}
.title.white span, .custom-wysiwyg h1.white span,
.custom-wysiwyg h2.white span, .white.small-title span,
h3.white span, h4.white span, .white.medium-title span, .white.btn-show-more span, .white.home-title span, .white.big-title span {
  color: #13C8FF;
}

small {
  line-height: 1.2em;
}

blockquote {
  background: none;
  margin: 0;
  color: #013849;
  font-size: 18px;
  position: relative;
  font-family: "Inter", sans-serif;
}
blockquote p {
  font-size: 1em !important;
}
blockquote p::before {
  content: "« ";
  display: inline;
  margin-right: 5px;
}
blockquote p::after {
  content: " »";
  margin-left: 5px;
}
@media screen and (min-width: 992px) {
  blockquote {
    font-size: 21px;
  }
}
@media screen and (min-width: 1199px) {
  blockquote {
    font-size: 24px;
  }
}
@media screen and (min-width: 1499px) {
  blockquote {
    font-size: 28px;
  }
}

.signature {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #FEF48A;
}

.placeholder {
  color: #808080 !important;
}

.title, .custom-wysiwyg h1,
.custom-wysiwyg h2,
.custom-wysiwyg h3, .small-title,
h3, h4, .medium-title, .btn-show-more, .home-title, .big-title {
  color: #013849;
  letter-spacing: -0.5px;
  line-height: 1em;
}
.title .hidden, .custom-wysiwyg h1 .hidden,
.custom-wysiwyg h2 .hidden, .small-title .hidden,
h3 .hidden, h4 .hidden, .medium-title .hidden, .btn-show-more .hidden, .home-title .hidden, .big-title .hidden {
  visibility: hidden;
  height: 0;
  display: none;
}
.title small, .custom-wysiwyg h1 small,
.custom-wysiwyg h2 small,
.custom-wysiwyg h3 small, .small-title small,
h3 small, h4 small, .medium-title small, .btn-show-more small, .home-title small, .big-title small {
  font-family: "Tanker", sans-serif;
  background-color: #8CA5FD;
  color: #01124B;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  transform: rotate(-7.3deg);
}
@media screen and (max-width: 768px) {
  .title br, .custom-wysiwyg h1 br,
  .custom-wysiwyg h2 br,
  .custom-wysiwyg h3 br, .small-title br,
  h3 br, h4 br, .medium-title br, .btn-show-more br, .home-title br, .big-title br {
    display: none;
  }
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.title-wrapper {
  position: relative;
  flex-direction: column;
}
.title-wrapper .title, .title-wrapper .custom-wysiwyg h1, .custom-wysiwyg .title-wrapper h1,
.title-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .title-wrapper h2, .title-wrapper .small-title,
.title-wrapper h3, .title-wrapper h4, .title-wrapper .medium-title, .title-wrapper .btn-show-more, .title-wrapper .home-title, .title-wrapper .big-title {
  text-align: center;
}
.title-wrapper .label-title {
  position: absolute;
  bottom: 10px;
  transform: rotate(-7.3deg);
}
@media screen and (min-width: 1199px) {
  .title-wrapper .label-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .title-wrapper .label-title {
    letter-spacing: 0;
    bottom: -5px;
  }
}
.title-wrapper:has(.label-title) {
  padding-bottom: 20px;
}

.big-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  text-transform: uppercase;
}
.big-title {
  font-size: 40px;
}
.big-title span {
  font-size: inherit;
  position: relative;
  color: #013849;
}
.big-title span:after {
  width: 100%;
  height: 25%;
  display: block;
  position: absolute;
  content: "";
}
.big-title span:after {
  bottom: 5%;
  left: 0;
  right: 0;
  background-color: #13C8FF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .big-title span:after {
    bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .big-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .big-title {
    font-size: 70px;
  }
}
@media screen and (min-width: 1199px) {
  .big-title {
    font-size: 120px;
  }
}
@media screen and (min-width: 1499px) {
  .big-title {
    font-size: 140px;
  }
}
@media screen and (max-width: 992px) {
  .big-title:has(span) {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.medium-title, .btn-show-more, .home-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  text-transform: uppercase;
}
.medium-title, .btn-show-more, .home-title {
  color: #013849;
  font-size: 32px;
}
.medium-title span, .btn-show-more span, .home-title span {
  position: relative;
  color: #013849;
}
.medium-title span:after, .btn-show-more span:after, .home-title span:after {
  width: 100%;
  height: 20%;
  display: block;
  position: absolute;
  content: "";
}
.medium-title span:after, .btn-show-more span:after, .home-title span:after {
  bottom: 5%;
  left: 0;
  right: 0;
  background-color: #13C8FF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .medium-title span:after, .btn-show-more span:after, .home-title span:after {
    bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .medium-title, .btn-show-more, .home-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1199px) {
  .medium-title, .btn-show-more, .home-title {
    font-size: 70px;
  }
}
@media screen and (min-width: 1499px) {
  .medium-title, .btn-show-more, .home-title {
    font-size: 100px;
  }
}
@media screen and (max-width: 992px) {
  .medium-title:has(span), .btn-show-more:has(span), .home-title:has(span) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.title, .custom-wysiwyg h1,
.custom-wysiwyg h2,
.custom-wysiwyg h3, .small-title,
h3, h4, .big-title, .medium-title, .btn-show-more, .home-title {
  letter-spacing: -2px;
}

.small-title,
h3, h4 {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
}
.small-title,
h3, h4 {
  font-size: 24px;
}
.small-title.medium-title span, .small-title.btn-show-more span, .small-title.home-title span,
h3.medium-title span,
h3.btn-show-more span,
h3.home-title span, h4.medium-title span, h4.btn-show-more span, h4.home-title span {
  color: #13C8FF;
}
.small-title strong, .small-title span,
h3 strong,
h3 span, h4 strong, h4 span {
  line-height: 1em;
}
.small-title.bold,
h3.bold, h4.bold {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .small-title,
  h3, h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1199px) {
  .small-title,
  h3, h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1499px) {
  .small-title,
  h3, h4 {
    font-size: 56px;
  }
}

.custom-wysiwyg h1,
.custom-wysiwyg h2,
.custom-wysiwyg h3 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.custom-wysiwyg h1,
.custom-wysiwyg h2,
.custom-wysiwyg h3 {
  font-size: 21px;
  color: #013849;
}
.custom-wysiwyg h1.bold,
.custom-wysiwyg h2.bold,
.custom-wysiwyg h3.bold {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.custom-wysiwyg h1 + h3, .custom-wysiwyg h1 + h4,
.custom-wysiwyg h2 + h3,
.custom-wysiwyg h2 + h4,
.custom-wysiwyg h3 + h3,
.custom-wysiwyg h3 + h4 {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg h1,
  .custom-wysiwyg h2,
  .custom-wysiwyg h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1199px) {
  .custom-wysiwyg h1,
  .custom-wysiwyg h2,
  .custom-wysiwyg h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1499px) {
  .custom-wysiwyg h1,
  .custom-wysiwyg h2,
  .custom-wysiwyg h3 {
    font-size: 32px;
  }
}

.custom-wysiwyg h3 {
  font-size: 18px;
  letter-spacing: -1px;
  color: #013849;
}
.custom-wysiwyg h3.bold {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.custom-wysiwyg h3 + h4 {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1199px) {
  .custom-wysiwyg h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1499px) {
  .custom-wysiwyg h3 {
    font-size: 28px;
  }
}

.label-title {
  background-color: #8CA5FD;
  color: #01124B;
  font-family: "Tanker", sans-serif;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .label-title {
    letter-spacing: 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .label-title {
    font-size: 16px;
  }
}

.tanker-title {
  color: #01124B;
  text-transform: uppercase;
  font-family: "Tanker", sans-serif;
}

.intro-title {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
}
.intro-title {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1.2em;
}
.intro-title strong, .intro-title b {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.intro-title strong, .intro-title b {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
.intro-title strong:first-of-type, .intro-title b:first-of-type {
  margin-left: 60px;
}
.intro-title strong::after, .intro-title b::after {
  width: 100%;
  height: 20%;
  display: block;
  position: absolute;
  content: "";
}
.intro-title strong::after, .intro-title b::after {
  bottom: 5%;
  left: 0;
  right: 0;
  background-color: #13C8FF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .intro-title strong::after, .intro-title b::after {
    bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .intro-title strong::after, .intro-title b::after {
    bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .intro-title {
    font-size: 38px;
  }
  .intro-title strong:first-of-type, .intro-title b:first-of-type {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1199px) {
  .intro-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1499px) {
  .intro-title {
    font-size: 68px;
  }
  .intro-title strong, .intro-title b {
    line-height: 1.2em;
  }
}

.xsmall-title,
.custom-wysiwyg h4 {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
}
.xsmall-title,
.custom-wysiwyg h4 {
  color: #013849;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
}
.xsmall-title strong, .xsmall-title span,
.custom-wysiwyg h4 strong,
.custom-wysiwyg h4 span {
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .xsmall-title,
  .custom-wysiwyg h4 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1199px) {
  .xsmall-title,
  .custom-wysiwyg h4 {
    font-size: 24px;
  }
}

.cat-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cat-wrapper {
  gap: 5px;
}

.cat-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cat-name {
  border-radius: 8px;
  color: #013849;
  padding: 2.5px 5px;
  background-color: #FFFEFD;
}
.cat-name:hover {
  color: #013849;
}

a.cat-name:hover {
  background-color: #013849;
  color: #FFFEFD;
}

.tag-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tag-name {
  font-family: "Tanker", sans-serif;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 8px;
  background: #8CA5FD;
  color: #01124B;
  letter-spacing: 0.5px;
}

address span {
  font-style: normal;
}

.arrow, .arrow--down, .arrow--right, .arrow--left {
  height: 10px;
  width: 10px;
  border-bottom: 1.5px solid #FEF48A;
  border-right: 1.5px solid #FEF48A;
  display: block;
  transform: rotate(135deg);
  border-width: 2px;
}
.arrow::before, .arrow--down::before, .arrow--right::before, .arrow--left::before {
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  content: "";
  background: #FEF48A;
  transform: rotate(45deg);
  top: 4px;
}
.arrow--left::before {
  top: 3px;
  left: -3px;
}
.arrow--right {
  transform: rotate(-45deg);
}
.arrow--right::before {
  top: 3px;
  right: -3px;
}
.arrow--down {
  transform: rotate(45deg);
}
.arrow--down::before {
  top: 3px;
  right: -3px;
}

.banner-text {
  padding: 60px 0;
}
.banner-text + .twocol {
  padding-top: 0;
}
.banner-text--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-text--wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .banner-text--wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-text--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-text--wrapper {
    width: 1158.3333333333px;
  }
}
.banner-text--wrapper {
  margin: 0 auto;
}
.banner-text p {
  margin-bottom: 0;
}
.banner-text__center,
.banner-text .text-center {
  width: 100%;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .banner-text__center,
  .banner-text .text-center {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-text__center,
  .banner-text .text-center {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-text__center,
  .banner-text .text-center {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-text__center,
  .banner-text .text-center {
    width: 926.6666666667px;
  }
}
.banner-text__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-text__left {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-text__left {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-text__left {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-text__left {
    width: 810.8333333333px;
  }
}
.banner-text__left {
  margin: 0 auto 0 0;
}
.banner-text__left.wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-text__left.wide {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .banner-text__left.wide {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-text__left.wide {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-text__left.wide {
    width: 926.6666666667px;
  }
}
@media screen and (min-width: 768px) {
  .banner-text {
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .banner-text__center,
  .banner-text .text-center {
    margin: 0 auto;
    text-align: center;
  }
  .banner-text__center .btn-wrapper,
  .banner-text .text-center .btn-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 1199px) {
  .banner-text {
    padding: 100px 0;
  }
}

html {
  scroll-behavior: smooth;
  scroll-margin: 0;
  scroll-padding: 0;
}

@media screen and (max-width: 575px) {
  html {
    scroll-margin: 60px;
    scroll-padding: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-margin: 0;
  }
}
a {
  text-decoration: none;
  scroll-margin: 0px;
}
a:hover {
  color: #FFFEFD;
  text-decoration: none;
}

.btn-primary, .btn-primary-child a, .custom-wysiwyg .btn-primary-child a, .btn-primary-child .custom-wysiwyg a, .custom-wysiwyg a.btn-primary {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-primary, .btn-primary-child a, .custom-wysiwyg .btn-primary-child a, .btn-primary-child .custom-wysiwyg a, .custom-wysiwyg a.btn-primary {
  padding: 0 20px;
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 40px;
}
.btn-primary, .btn-primary-child a, .custom-wysiwyg .btn-primary-child a, .btn-primary-child .custom-wysiwyg a, .custom-wysiwyg a.btn-primary {
  position: relative;
  display: flex;
  background-color: #13C8FF;
  text-transform: uppercase;
  padding-right: 50px;
  color: #013849;
}
.btn-primary .icon-wrapper, .btn-primary-child a .icon-wrapper, .custom-wysiwyg a.btn-primary .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-primary .icon-wrapper, .btn-primary-child a .icon-wrapper, .custom-wysiwyg a.btn-primary .icon-wrapper {
  height: auto;
  width: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  position: absolute;
  background-color: #013849;
}
.btn-primary .icon-wrapper svg, .btn-primary-child a .icon-wrapper svg, .btn-primary .icon-wrapper i, .btn-primary-child a .icon-wrapper i {
  width: 30px;
  height: auto;
  display: block;
  transition: all 1s;
}
.btn-primary .icon-wrapper svg path, .btn-primary-child a .icon-wrapper svg path, .btn-primary .icon-wrapper i path, .btn-primary-child a .icon-wrapper i path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .btn-primary:hover, .btn-primary-child a:hover, .custom-wysiwyg a.btn-primary:hover {
    color: #353100;
    background-color: #FEF48A;
  }
  .btn-primary:hover .icon-wrapper, .btn-primary-child a:hover .icon-wrapper {
    transform: scale(0.9);
  }
  .btn-primary:hover svg, .btn-primary-child a:hover svg {
    transform: rotate(-45deg);
  }
  .btn-primary:hover svg path, .btn-primary-child a:hover svg path {
    fill: #FFFEFD;
  }
}

.btn-secondary, .custom-wysiwyg a.btn-secondary {
  color: #FFFEFD;
  border-color: #FFFEFD;
}
.btn-secondary:hover, .custom-wysiwyg a.btn-secondary:hover {
  border-color: #FFFEFD;
  color: #FFFEFD;
}

.btn-white, .btn-play {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  color: #13C8FF;
  background: #FFFEFD;
  display: inline-block;
}
.btn-white, .btn-play {
  padding: 0 20px;
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 40px;
}
.btn-white--right {
  padding-right: 50px !important;
}
.btn-white:hover, .btn-play:hover {
  color: #FFFEFD;
  background-color: #13C8FF;
}

.btn-green {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
}
.btn-green {
  padding: 0 20px;
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 40px;
}
.btn-green {
  color: #FFFEFD;
  background: #13C8FF;
  display: flex;
}
.btn-green:hover {
  color: #FFFEFD;
  background-color: #13C8FF;
}
@media screen and (min-width: 992px) {
  .btn-green:hover {
    color: #FFFEFD;
    background-color: #13C8FF;
  }
}

.collapse-item {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.collapse-item {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #13C8FF;
}
.collapse-item .custom-wysiwyg {
  padding: 0 0 20px;
}
.collapse-item .custom-wysiwyg p {
  margin: 0 0 20px;
}
.collapse-item .custom-wysiwyg ul + p {
  margin-top: 20px;
}
.collapse-item .custom-wysiwyg.is-first {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: auto;
}
@media screen and (min-width: 992px) {
  .collapse-item .custom-wysiwyg {
    padding: 10px 0 20px;
  }
}

@media screen and (min-width: 992px) {
  .collapse-list li:last-child .collapse-item {
    border: none;
  }
}

.btn-cta {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-cta {
  color: #353100;
  gap: 10px;
  min-height: 40px;
  padding-left: 10px;
  background-color: #FEF48A;
  border-radius: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .btn-cta {
    padding-right: 5px;
  }
}
.btn-cta .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-cta .icon-wrapper {
  background-color: #353100;
  border-radius: 8px;
  height: 40px;
  width: 40px;
}
.btn-cta .icon-wrapper svg {
  transition: all 1s;
}
.btn-cta .icon-wrapper svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  fill: #FEF48A;
}
@media screen and (max-width: 575px) {
  .btn-cta .icon-wrapper {
    height: 30px;
    width: 30px;
  }
  .btn-cta .icon-wrapper svg {
    width: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-cta:hover {
    color: #353100;
  }
  .btn-cta:hover .icon-wrapper {
    transform: scale(0.85);
    border-radius: 20px;
  }
  .btn-cta:hover .icon-wrapper svg {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 1199px) {
  .btn-cta .icon-wrapper {
    width: 55px;
    height: 55px;
  }
  .btn-cta .icon-wrapper svg {
    height: 20px;
    width: 40px;
  }
}
@media screen and (min-width: 1499px) {
  .btn-cta .icon-wrapper {
    width: 80px;
    height: 80px;
  }
  .btn-cta .icon-wrapper svg {
    height: 20px;
    width: 50px;
  }
}

.btn-collapse {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-collapse {
  display: block;
  position: relative;
  color: #13C8FF;
  letter-spacing: -0.5px;
  font-size: 19px;
  line-height: 1.4em;
  padding: 12.5px 20px 12.5px 0;
}
.btn-collapse::after {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  left: 0;
  top: 15px;
  border: 2px solid #13C8FF;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  right: 5px;
  top: 17px;
  left: auto;
}
.btn-collapse:hover {
  color: #13C8FF;
}
.btn-collapse.is-active {
  color: #FEF48A;
}
.btn-collapse.is-active::after {
  transform: rotate(-45deg);
  border-color: #FEF48A;
}
@media screen and (min-width: 768px) {
  .btn-collapse {
    font-size: 21px;
  }
  .btn-collapse::after {
    top: 17px;
  }
}
@media screen and (min-width: 1199px) {
  .btn-collapse {
    font-size: 24px;
  }
  .btn-collapse::after {
    top: 20px;
  }
}

.collapse-wrapper {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.collapse-wrapper.is-visible {
  margin-bottom: 20px;
}
.collapse-wrapper .text-wrapper * {
  color: #000;
}
.collapse-wrapper .text-wrapper p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .collapse-wrapper {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1199px) {
  .collapse-wrapper {
    padding-right: 100px;
  }
}

.btn-outline, .btn-outline-child a, .btn-outline--grey, .btn-outline--white {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  color: #13C8FF;
  border: 1px solid #13C8FF;
  background: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-outline, .btn-outline-child a, .btn-outline--grey, .btn-outline--white {
  padding: 0 20px;
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 40px;
}
.btn-outline .icon-wrapper, .btn-outline-child a .icon-wrapper, .btn-outline--grey .icon-wrapper, .btn-outline--white .icon-wrapper {
  margin-left: 15px;
}
.btn-outline .icon-wrapper i, .btn-outline-child a .icon-wrapper i, .btn-outline--grey .icon-wrapper i, .btn-outline--white .icon-wrapper i {
  margin-top: 2.5px;
}
.btn-outline:hover, .btn-outline-child a:hover, .btn-outline--grey:hover, .btn-outline--white:hover {
  background-color: inherit;
  color: #13C8FF;
}
@media screen and (min-width: 768px) {
  .btn-outline:hover, .btn-outline-child a:hover, .btn-outline--grey:hover, .btn-outline--white:hover {
    background: #13C8FF;
    color: #FFFEFD;
    border-color: #13C8FF;
  }
}
.btn-outline--white {
  color: #FFFEFD;
  border-color: #FFFEFD;
}
@media screen and (min-width: 992px) {
  .btn-outline--white:hover {
    background: #FFFEFD;
    border-color: #FFFEFD;
    color: #13C8FF !important;
  }
}
.btn-outline--grey {
  color: #8F8F8F;
  border-color: #F3F3F3;
}
.btn-outline:hover .arrow--right, .btn-outline-child a:hover .arrow--right, .btn-outline--white:hover .arrow--right, .btn-outline--grey:hover .arrow--right,
.btn-outline:hover .arrow--left,
.btn-outline-child a:hover .arrow--left,
.btn-outline--white:hover .arrow--left,
.btn-outline--grey:hover .arrow--left {
  border-color: #FFFEFD;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-outline:hover .arrow--right::before, .btn-outline-child a:hover .arrow--right::before, .btn-outline--white:hover .arrow--right::before, .btn-outline--grey:hover .arrow--right::before,
.btn-outline:hover .arrow--left::before,
.btn-outline-child a:hover .arrow--left::before,
.btn-outline--white:hover .arrow--left::before,
.btn-outline--grey:hover .arrow--left::before {
  background-color: #FFFEFD;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn-outline-child a {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  padding: 5px 20px !important;
  color: #13C8FF !important;
}
@media screen and (min-width: 992px) {
  .btn-outline-child a:hover {
    font-weight: 400 !important;
    color: #FFFEFD !important;
    background-color: #13C8FF !important;
  }
}

.btn-scroll {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-scroll i {
  margin: 0 0 0 10px;
}
.btn-scroll i::before {
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  background: #FFFEFD;
  transform: rotate(45deg) translateY(-5px);
}

.btn-arrow, .btn-arrow--circle {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-arrow i, .btn-arrow--circle i {
  margin: 0 0 0 10px;
  transform: rotate(45deg);
}
.btn-arrow i::before, .btn-arrow--circle i::before {
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  background: #FFFEFD;
  transform: rotate(45deg) translateY(-5px);
}
.btn-arrow.btn-download i, .btn-download.btn-arrow--circle i {
  transform: rotate(135deg);
  margin: 5px 0 0 10px;
}
.btn-arrow--circle {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  border: 1px solid #FFFEFD;
}
.btn-arrow--circle i.arrow, .btn-arrow--circle i.arrow--left, .btn-arrow--circle i.arrow--right, .btn-arrow--circle i.arrow--down {
  transform: rotate(135deg);
  margin: 0;
}

.btn-link {
  display: inline-block;
  position: relative;
  border-radius: 0;
  padding: 0;
  color: #013849;
}
.btn-link--white {
  color: #FFFEFD;
}
@media screen and (min-width: 992px) {
  .btn-link:hover {
    color: #13C8FF;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .btn-link:hover::after {
    animation: line_anim 1s 1 forwards;
    background: #13C8FF;
  }
}

.btn-back {
  color: #013849;
  font-size: 16px;
  gap: 5px;
}
.btn-back svg {
  width: 20px;
}
.btn-back svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  fill: #013849;
}
.btn-back:hover svg path {
  fill: #13C8FF;
}

.btn-icon {
  display: flex !important;
}
.btn-icon::after {
  display: none !important;
}
.btn-icon i {
  margin-right: 5px;
}
.btn-icon svg .icon-black {
  fill: #26262D;
}
.btn-icon.wide i {
  display: block;
  font-size: 40px;
  margin: 0 auto 10px;
  text-align: center;
}

.btn-linkedin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-linkedin svg {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

.btn-close {
  width: 50px;
  height: 50px;
  display: block;
  padding: 0;
  margin: 0 0 0 auto;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #FEF48A;
}
.btn-close::before, .btn-close::after {
  display: none;
}
.btn-close .lines {
  display: block;
  width: 25px;
  height: 0.5px;
  border-radius: 0;
  background-color: #13C8FF;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0 auto;
  position: relative;
  transform: rotate(45deg);
  background: #FFFEFD;
}
.btn-close .lines::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 0.5px;
  border-radius: 0;
  background-color: #13C8FF;
  transform: rotate(-90deg);
  bottom: 0;
  background: #FFFEFD;
}

.btn-toggle {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-toggle {
  position: relative;
  color: #000;
  padding: 10px 30px 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
}
.btn-toggle .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-toggle .icon-wrapper {
  background-color: #13C8FF;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
}
.btn-toggle .icon-wrapper .icon--less {
  display: none;
}
.btn-toggle .icon-wrapper .icon--less, .btn-toggle .icon-wrapper .icon--plus {
  font-style: normal;
  margin-bottom: 5px;
  font-size: 24px;
  color: #013849;
}
.btn-toggle:hover {
  color: #13C8FF;
}
.btn-toggle.is-active {
  color: #13C8FF;
}
.btn-toggle.is-active .icon-wrapper .icon--less {
  display: block;
}
.btn-toggle.is-active .icon-wrapper .icon--plus {
  display: none;
}
.btn-toggle .puce {
  font-weight: 300;
  border-radius: 40px;
  background-color: #8F8F8F;
  color: #000;
  font-size: 14px;
  min-width: 20px;
  height: 20px;
  padding: 0 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-play .icon-play {
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background: #000;
  width: 20px;
  height: 15px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-play:hover .icon-play {
  background: #FFFEFD;
}

.btn-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 5px;
}
.btn-wrapper li {
  margin-right: 0;
}
.btn-wrapper li a.btn-white, .btn-wrapper li a.btn-play {
  border: 1px solid #FFFEFD;
}
.btn-wrapper li a.btn-white:hover, .btn-wrapper li a.btn-play:hover {
  background: #FFFEFD;
  color: #13C8FF;
}
@media screen and (min-width: 1199px) {
  .btn-wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .btn-icon.wide i {
    font-size: 28px;
  }
}
.btn-filter, .filters__nav li a {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-filter, .filters__nav li a {
  color: #013849;
  text-align: center;
  border: 1px solid #013849;
  padding: 5px 10px;
  display: flex;
  border-radius: 8px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.btn-filter.active, .filters__nav li a.active, .filters__nav li.current_page_item a {
  background-color: #13C8FF;
  color: #013849;
  border-color: #013849;
}
.btn-filter.active:hover, .filters__nav li a.active:hover, .filters__nav li.current_page_item a:hover {
  background-color: #13C8FF;
  color: #013849;
  border-color: #013849;
}
@media screen and (min-width: 768px) {
  .btn-filter, .filters__nav li a {
    font-size: 18px;
  }
  .btn-filter:hover, .filters__nav li a:hover {
    border-color: #13C8FF;
    color: #13C8FF;
  }
}
.filters__nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filters__nav::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.filters__nav {
  display: block;
  white-space: nowrap;
  overflow: scroll;
  text-align: left;
  z-index: 2;
  padding-left: 20px;
}
.filters__nav li {
  display: inline-block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .filters__nav {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    gap: 10px;
  }
  .filters__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .filters__nav li {
    padding: 0;
    text-align: center;
  }
}

/* config */
main.site-content {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  main.site-content {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1199px) {
  main.site-content {
    margin-top: 100px;
  }
}

.list-inline {
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
  margin-right: 5px;
}

a:hover {
  opacity: 1;
}

img {
  height: auto;
}

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

.generic-banner {
  padding: 60px 0;
}
.generic-banner .image-wrapper img {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .generic-banner {
    padding: 66.6666666667px 0;
  }
}
@media screen and (min-width: 1199px) {
  .generic-banner {
    padding: 100px 0;
  }
}

.container {
  width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .container {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .container {
    width: 1390px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.white {
  color: #FFFEFD;
}
.white--bg {
  background: #FFFEFD;
}
.white span {
  color: #FEF48A;
}

.primary-color {
  color: #13C8FF;
}
.primary-color--bg {
  background: #13C8FF;
  color: #FFFEFD;
}

.secondary-color {
  color: #FEF48A;
}
.secondary-color--bg {
  background: #FEF48A;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.max-width-lg {
  max-width: 1090px;
}

.max-width-md {
  max-width: 940px;
}

.max-width-sm {
  max-width: 790px;
}

.d-desktop {
  display: block;
}

.d-mobile {
  display: none !important;
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

/* End config */
.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: scroll;
  background-color: rgba(1, 18, 75, 0.4);
  display: none;
  backdrop-filter: blur(5px);
  opacity: 0;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .popup {
    padding: 60px 0;
  }
}
.popup.is-visible {
  display: block;
  animation: fadein 1s 1 forwards;
}
@media screen and (min-width: 1499px) {
  .popup.is-visible {
    display: flex;
  }
}
.popup--wrapper {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.popup--wrapper {
  background: #FFF;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
}
.popup--wrapper--head {
  border-bottom: 1px solid #13C8FF;
  flex-direction: row-reverse;
  padding: 20px 70px 20px 20px;
  position: relative;
}
.popup--wrapper--head .title, .popup--wrapper--head .big-title, .popup--wrapper--head .medium-title, .popup--wrapper--head .btn-show-more, .popup--wrapper--head .home-title, .popup--wrapper--head .small-title,
.popup--wrapper--head h3, .popup--wrapper--head h4, .popup--wrapper--head .custom-wysiwyg h1, .custom-wysiwyg .popup--wrapper--head h1,
.popup--wrapper--head .custom-wysiwyg h2,
.custom-wysiwyg .popup--wrapper--head h2 {
  text-align: left;
  padding: 0;
  color: #013849;
}
.popup--wrapper--head .btn-close {
  position: absolute;
  right: 10px;
  top: 20px;
  background: #FEF48A;
  border-radius: 8px;
}
.popup--wrapper--head .btn-close .lines::after {
  bottom: 0;
}
.popup--wrapper--head .btn-close .lines::before {
  display: none;
}
.popup--wrapper--body {
  padding: 20px 20px 30px;
}
.popup--wrapper .btn-wrapper {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.popup--wrapper .btn-wrapper a {
  margin-right: 20px;
}
.popup--wrapper .btn-wrapper a.phone {
  color: #13C8FF;
}
.popup--wrapper__video {
  display: flex;
}
.popup--wrapper__video video {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .popup--wrapper--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .popup--wrapper--head .btn-close {
    position: relative;
    right: 0;
    top: unset;
  }
  .popup--wrapper--head, .popup--wrapper--body {
    padding: 30px;
  }
}
@media screen and (min-width: 1199px) {
  .popup--wrapper--head {
    padding: 30px 45px;
  }
  .popup--wrapper--body {
    padding: 30px 45px 60px;
  }
}

@media screen and (max-width: 1199px) {
  .shape img {
    max-width: 600px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .shape img {
    max-width: 544px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .shape img {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .shape img {
    max-width: 100%;
    height: 100px;
  }
  .shaped-section {
    padding-top: 50px;
  }
  .shaped-section .shape {
    top: 50px;
  }
  .shaped-section .shape img {
    opacity: 0.7;
  }
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta--wrapper {
  text-align: center;
}
.cta--wrapper .btn-wrapper {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cta--wrapper {
    max-width: 680px;
    margin: 0 auto;
  }
  .cta--wrapper p {
    margin: 10px auto;
  }
}
@media screen and (min-width: 1199px) {
  .cta--wrapper {
    max-width: 750px;
  }
}
@media screen and (min-width: 1499px) {
  .cta--wrapper {
    max-width: 900px;
  }
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
ul.custom-list li, .custom-wysiwyg ul li {
  padding: 0 0 0 20px;
  margin-bottom: 5px;
  position: relative;
  color: #013849;
  line-height: 1.4em;
}
ul.custom-list li strong, .custom-wysiwyg ul li strong {
  color: inherit;
  line-height: 1.4em;
}
ul.custom-list li::before, .custom-wysiwyg ul li::before {
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  content: "";
  content: "";
  left: 0;
  border-radius: 100%;
  top: 10px;
  background-color: #013849;
}
ul.custom-list li.more::before, .custom-wysiwyg ul li.more::before {
  display: none;
}
@media screen and (min-width: 1199px) {
  ul.custom-list li::before, .custom-wysiwyg ul li::before {
    top: 8px;
  }
}
@media screen and (min-width: 1499px) {
  ul.custom-list li, .custom-wysiwyg ul li {
    margin-bottom: 5px;
  }
}
ul.checked-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #8F8F8F;
}
ul.checked-list li::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #13C8FF;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 4px;
  width: 8px;
  background: none;
  left: 0;
  top: 5px;
}

.icon-checked {
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid #13C8FF;
  border-radius: 100%;
}
.icon-checked__item {
  border: 1px solid #13C8FF;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 4px;
  width: 8px;
  display: block;
  margin-bottom: 5px;
}

.custom-wysiwyg h2, .custom-wysiwyg h3, .custom-wysiwyg h4 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.custom-wysiwyg h2 + p, .custom-wysiwyg h2 + ul, .custom-wysiwyg h3 + p, .custom-wysiwyg h3 + ul, .custom-wysiwyg h4 + p, .custom-wysiwyg h4 + ul {
  margin-top: 20px;
}
.custom-wysiwyg ul + p, .custom-wysiwyg ul + h2, .custom-wysiwyg ul + h3, .custom-wysiwyg ul + h4 {
  margin-top: 30px;
}
.custom-wysiwyg strong {
  color: #13C8FF;
}
.custom-wysiwyg p {
  margin-bottom: 0;
  color: #013849;
  line-height: 1.4em;
  font-size: 16px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 1499px) {
  .custom-wysiwyg p {
    font-size: 18px;
  }
}
.custom-wysiwyg p strong, .custom-wysiwyg p b {
  line-height: 1.4em;
  color: #013849;
}
.custom-wysiwyg p a:not(.btn-primary),
.custom-wysiwyg p a:not(.btn-secondary) {
  padding: 0;
  text-decoration: underline;
  background: none;
  color: inherit;
}
.custom-wysiwyg p a:not(.btn-primary):hover,
.custom-wysiwyg p a:not(.btn-secondary):hover {
  color: #13C8FF;
}
.custom-wysiwyg p + ul, .custom-wysiwyg p + a {
  margin-top: 20px;
}
.custom-wysiwyg p + h2, .custom-wysiwyg p + h3, .custom-wysiwyg p + h4 {
  margin-top: 30px;
}
.custom-wysiwyg ul li {
  color: #013849;
}
.custom-wysiwyg ul li a:not(.btn-primary),
.custom-wysiwyg ul li a:not(.btn-secondary) {
  padding: 0;
  text-decoration: underline;
  background: none;
  color: inherit;
}
.custom-wysiwyg ul li a:not(.btn-primary):hover,
.custom-wysiwyg ul li a:not(.btn-secondary):hover {
  text-decoration: underline;
  color: #13C8FF;
}
.custom-wysiwyg ul + a {
  margin-top: 30px;
}
.custom-wysiwyg ol {
  padding-left: 20px;
}
.custom-wysiwyg ol li {
  font-size: 16px;
}
.custom-wysiwyg ol li::marker {
  color: #13C8FF;
  font-weight: bold;
}
.custom-wysiwyg ol li a:hover {
  color: #13C8FF;
}
.custom-wysiwyg a {
  background: none;
  padding: 0;
  text-decoration: underline;
  color: inherit;
}
.custom-wysiwyg a:hover {
  color: #01124B;
}
.custom-wysiwyg .btn-wrapper a {
  padding: 7.5px 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  min-height: 45px;
  align-items: center;
}
.custom-wysiwyg table {
  margin: 20px 0;
  width: 100%;
}
.custom-wysiwyg table tbody {
  display: block;
}
.custom-wysiwyg table tbody tr {
  width: 100%;
  display: table;
}

section.error-404 {
  padding: 200px 15px 150px;
}
@media screen and (max-width: 1199px) {
  section.error-404 {
    padding: 150px 15px 100px;
  }
}
section.error-404 .error-404--wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.error-404 .error-404--wrapper {
    width: 556.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  section.error-404 .error-404--wrapper {
    width: 740px;
  }
}
@media screen and (min-width: 1199px) {
  section.error-404 .error-404--wrapper {
    width: 940px;
  }
}
@media screen and (min-width: 1499px) {
  section.error-404 .error-404--wrapper {
    width: 1148.3333333333px;
  }
}
section.error-404 .error-404--wrapper .btn-wrapper {
  justify-content: center;
}
section.classic {
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-wrapper img {
  max-width: 100%;
  display: block;
  max-height: 60px;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 992px) {
  section .container {
    max-width: 680px;
  }
  .icon-wrapper img {
    max-height: 65px;
  }
}
/* Video */
.video-wrapper {
  overflow: hidden;
  border-radius: 0;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  overflow: hidden;
  display: flex;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-wrapper video {
  height: auto;
}
.video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.twocol {
  width: 100%;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .twocol + .banner-usp {
    padding-top: 0;
  }
}
.twocol__image picture, .twocol__form picture {
  max-height: 450px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .twocol__image picture, .twocol__form picture {
    max-height: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__image picture, .twocol__form picture {
    max-height: 600px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__image picture, .twocol__form picture {
    max-height: 700px;
  }
}
.twocol__form iframe {
  margin: 0 auto !important 0 0;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .twocol__form iframe {
    margin: 0 0 0 auto !important;
  }
}
.twocol__text .icon-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
}
.twocol .text-wrapper {
  position: relative;
}
.twocol .text-wrapper .custom-wysiwyg .title, .twocol .text-wrapper .custom-wysiwyg .big-title, .twocol .text-wrapper .custom-wysiwyg .medium-title, .twocol .text-wrapper .custom-wysiwyg .btn-show-more, .twocol .text-wrapper .custom-wysiwyg .home-title, .twocol .text-wrapper .custom-wysiwyg .small-title,
.twocol .text-wrapper .custom-wysiwyg h3, .twocol .text-wrapper .custom-wysiwyg h4, .twocol .text-wrapper .custom-wysiwyg h1,
.twocol .text-wrapper .custom-wysiwyg h2 {
  padding-bottom: 20px;
}
.twocol .text-wrapper .custom-wysiwyg + .collapse-list {
  padding-top: 20px;
}
.twocol--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twocol--wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.twocol--wrapper .twocol__image, .twocol--wrapper .twocol__form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .twocol--wrapper .twocol__image, .twocol--wrapper .twocol__form {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .twocol--wrapper .twocol__image, .twocol--wrapper .twocol__form {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol--wrapper .twocol__image, .twocol--wrapper .twocol__form {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol--wrapper .twocol__image, .twocol--wrapper .twocol__form {
    width: 695px;
  }
}
.twocol--wrapper .twocol__image picture, .twocol--wrapper .twocol__form picture {
  display: flex;
  overflow: hidden;
}
.twocol--wrapper .twocol__image picture img, .twocol--wrapper .twocol__form picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.twocol--wrapper .twocol__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .twocol--wrapper .twocol__text {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .twocol--wrapper .twocol__text {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol--wrapper .twocol__text {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol--wrapper .twocol__text {
    width: 695px;
  }
}
.twocol--wrapper .twocol__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .twocol--wrapper .twocol__text .text-wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .twocol--wrapper .twocol__text .text-wrapper {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol--wrapper .twocol__text .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol--wrapper .twocol__text .text-wrapper {
    width: 463.3333333333px;
  }
}
.twocol--wrapper .twocol__text .text-wrapper {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .twocol {
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .twocol__text {
    padding-top: 0;
  }
  .twocol--wrapper.reverse {
    flex-direction: row-reverse;
  }
  .twocol--wrapper.reverse .text-wrapper {
    margin: 0 auto 0 0;
  }
  .twocol--wrapper.reverse .text-wrapper .icon-wrapper {
    right: auto;
    left: -100px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1499px) {
  .twocol--wrapper .twocol__text .text-wrapper {
    padding-right: 115.8333333333px;
  }
  .twocol--wrapper.reverse .twocol__text .text-wrapper {
    padding-right: 0;
    padding-left: 115.8333333333px;
  }
  .twocol--wrapper.reverse .twocol__text .text-wrapper .icon-wrapper {
    left: 0;
  }
}

.image--full-screen {
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
.image--full-screen picture {
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 60vh;
  border-radius: 8px;
  max-height: 100%;
}
.image--full-screen picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .image--full-screen {
    max-height: 50vh;
  }
  .image--full-screen picture {
    min-height: 50vh;
    max-height: 50vh;
  }
}
@media screen and (min-width: 992px) {
  .image--full-screen {
    max-height: 75vh;
  }
  .image--full-screen picture {
    max-height: 75vh;
  }
}

.vignette {
  background-color: #8FE3FE;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .vignette {
    min-height: 350px;
  }
}
.vignette.has-image .image-wrapper {
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}
.vignette__wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px 0;
}
.vignette__wrapper .text-wrapper .title, .vignette__wrapper .text-wrapper .big-title, .vignette__wrapper .text-wrapper .medium-title, .vignette__wrapper .text-wrapper .btn-show-more, .vignette__wrapper .text-wrapper .home-title, .vignette__wrapper .text-wrapper .small-title,
.vignette__wrapper .text-wrapper h3, .vignette__wrapper .text-wrapper h4, .vignette__wrapper .text-wrapper .custom-wysiwyg h1, .custom-wysiwyg .vignette__wrapper .text-wrapper h1,
.vignette__wrapper .text-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .vignette__wrapper .text-wrapper h2 {
  text-align: left;
}
.vignette__wrapper .text-wrapper p {
  margin: 10px 0 0;
}
.vignette__wrapper .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vignette__wrapper .date-wrapper {
  gap: 10px;
  background-color: #FFFEFD;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
}
.vignette__wrapper .date-wrapper .date-with-schedule {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.vignette__wrapper .date-wrapper .date-with-schedule {
  gap: 0 5px;
}
@media screen and (min-width: 768px) {
  .vignette__wrapper .date-wrapper .date-with-schedule {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.vignette__wrapper .date-wrapper .date {
  font-family: "Tanker", sans-serif;
  text-transform: uppercase;
}
.vignette__wrapper .date-wrapper .date {
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1em;
}
.vignette__wrapper .date-wrapper .address {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .vignette__wrapper .date-wrapper {
    padding: 10px 15px;
  }
  .vignette__wrapper .date-wrapper .address {
    text-align: right;
  }
  .vignette__wrapper .date-wrapper .date {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .vignette__wrapper .date-wrapper .date {
    font-size: 32px;
  }
}
.vignette__wrapper picture {
  display: flex;
  overflow: hidden;
}
.vignette__wrapper picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.vignette__wrapper picture {
  border-radius: 8px;
  max-width: 100%;
  aspect-ratio: 15/10;
}
.vignette__wrapper .image-wrapper {
  height: auto;
  width: auto;
}
.vignette__wrapper .image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  width: auto;
}
.vignette__wrapper .btn-wrapper {
  padding: 10px 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto auto 0 0;
}

.banner-gallery {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.banner-gallery::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.banner-gallery {
  overflow: hidden;
  margin: 0;
}
.banner-gallery__wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
  scrollbar-width: none;
}
.banner-gallery__wrapper > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.banner-gallery__wrapper picture {
  display: flex;
  overflow: hidden;
}
.banner-gallery__wrapper picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.banner-gallery__wrapper picture {
  max-height: 300px;
  border-radius: 16px;
}
.banner-gallery__wrapper picture:nth-child(1) {
  border-radius: 0 16px 16px 0;
}
@media screen and (min-width: 992px) {
  .banner-gallery__wrapper picture {
    max-height: 400px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-gallery__wrapper picture {
    max-height: 480px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-gallery__wrapper picture {
    max-height: 550px;
  }
}
@media screen and (min-width: 992px) {
  .banner-gallery {
    margin: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .banner-gallery__wrapper picture {
    max-width: 80vw;
  }
}

@media (hover: hover) {
  .banner-gallery__wrapper {
    cursor: grab;
  }
  .banner-gallery__wrapper:active {
    cursor: grabbing;
  }
}
.banner--intro {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .banner--intro {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .banner--intro {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .banner--intro {
    padding: 100px 0;
  }
}

.scrolling-cta {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .scrolling-cta {
    max-height: 65px;
  }
}
.scrolling-cta.bg-blue {
  background-color: #13C8FF;
}
.scrolling-cta .keywords-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.scrolling-cta .keywords-list__item {
  position: absolute;
  font-size: 12px;
  letter-spacing: 0;
  transform: rotate(-7.3deg);
}
.scrolling-cta .keywords-list__item:nth-child(1) {
  transform: rotate(7.3deg);
  bottom: 10%;
  left: 2%;
}
.scrolling-cta .keywords-list__item:nth-child(2) {
  left: 25%;
  top: 10%;
}
.scrolling-cta .keywords-list__item:nth-child(3) {
  transform: rotate(-7.3deg);
  left: 40%;
  top: auto;
  bottom: 10%;
}
.scrolling-cta .keywords-list__item:nth-child(4) {
  transform: rotate(-7.3deg);
  left: 60%;
  top: 10%;
}
.scrolling-cta .keywords-list__item:nth-child(5) {
  transform: rotate(7.3deg);
  bottom: 10%;
  right: 20%;
}
.scrolling-cta .keywords-list__item:nth-child(6) {
  transform: rotate(3.65deg);
  top: 10%;
  right: 2%;
}
@media screen and (min-width: 992px) {
  .scrolling-cta .keywords-list__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .scrolling-cta .keywords-list__item {
    display: none;
  }
}

.banner-cta {
  margin-top: 60px;
}
.banner-cta__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner-cta__item {
  width: 100%;
}
.banner-cta__item:nth-child(2) {
  background-color: #8CA5FD;
}
.banner-cta__item:nth-child(2) .btn-primary, .banner-cta__item:nth-child(2) .btn-primary-child a, .btn-primary-child .banner-cta__item:nth-child(2) a {
  background-color: #FFFEFD;
}
.banner-cta__item:nth-child(2) .btn-primary:hover, .banner-cta__item:nth-child(2) .btn-primary-child a:hover, .btn-primary-child .banner-cta__item:nth-child(2) a:hover {
  background-color: #FFFEFD;
}
.banner-cta__item:nth-child(2) .btn-primary svg path, .banner-cta__item:nth-child(2) .btn-primary-child a svg path, .btn-primary-child .banner-cta__item:nth-child(2) a svg path {
  fill: #FFFEFD;
}
.banner-cta__item:nth-child(3) {
  background-color: #13C8FF;
}
.banner-cta__item:nth-child(3) .btn-primary, .banner-cta__item:nth-child(3) .btn-primary-child a, .btn-primary-child .banner-cta__item:nth-child(3) a {
  background-color: #FFFEFD;
}
.banner-cta__item:nth-child(3) .btn-primary:hover, .banner-cta__item:nth-child(3) .btn-primary-child a:hover, .btn-primary-child .banner-cta__item:nth-child(3) a:hover {
  background-color: #FFFEFD;
}
.banner-cta__item:nth-child(3) .btn-primary svg path, .banner-cta__item:nth-child(3) .btn-primary-child a svg path, .btn-primary-child .banner-cta__item:nth-child(3) a svg path {
  fill: #FFFEFD;
}
@media screen and (min-width: 768px) {
  .banner-cta__wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .banner-cta {
    margin-top: 100px;
  }
  .banner-cta.home-banner {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-cta__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    max-width: 100%;
  }
}
@media screen and (min-width: 1499px) {
  .banner-cta .grid-responsive {
    grid-template-columns: repeat(4, 1fr);
  }
}

.banner-flat-cta__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-flat-cta__wrapper {
  gap: 45px 20px;
}
.banner-flat-cta__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-flat-cta__right {
    width: 670px;
  }
}
@media screen and (min-width: 992px) {
  .banner-flat-cta__right {
    width: 740px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-flat-cta__right {
    width: 370px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-flat-cta__right {
    width: 453.3333333333px;
  }
}
.banner-flat-cta__right .team__item .team__icon {
  margin: 0 auto;
}
.banner-flat-cta__right .team__item .team__bottom {
  gap: 0;
  padding-bottom: 20px;
}
.banner-flat-cta__right .team__item .team__name {
  position: static;
}
.banner-flat-cta__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-flat-cta__content {
    width: 670px;
  }
}
@media screen and (min-width: 992px) {
  .banner-flat-cta__content {
    width: 740px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-flat-cta__content {
    width: 750px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-flat-cta__content {
    width: 916.6666666667px;
  }
}
.banner-flat-cta__content {
  margin: 0 auto;
  background-color: #8CA5FD;
  border-radius: 8px;
  padding: 40px 20px;
  position: relative;
}
.banner-flat-cta__content .pre-title-wrapper {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-flat-cta__content .pre-title-wrapper .label-title {
  transform: rotate(-7.3deg);
}
.banner-flat-cta__content .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.banner-flat-cta__content .text-wrapper .title, .banner-flat-cta__content .text-wrapper .big-title, .banner-flat-cta__content .text-wrapper .medium-title, .banner-flat-cta__content .text-wrapper .btn-show-more, .banner-flat-cta__content .text-wrapper .home-title, .banner-flat-cta__content .text-wrapper .small-title,
.banner-flat-cta__content .text-wrapper h3, .banner-flat-cta__content .text-wrapper h4, .banner-flat-cta__content .text-wrapper .custom-wysiwyg h1, .custom-wysiwyg .banner-flat-cta__content .text-wrapper h1,
.banner-flat-cta__content .text-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .banner-flat-cta__content .text-wrapper h2 {
  text-align: center;
  color: #01124B;
}
.banner-flat-cta__content .text-wrapper .title span, .banner-flat-cta__content .text-wrapper .big-title span, .banner-flat-cta__content .text-wrapper .medium-title span, .banner-flat-cta__content .text-wrapper .btn-show-more span, .banner-flat-cta__content .text-wrapper .home-title span, .banner-flat-cta__content .text-wrapper .small-title span,
.banner-flat-cta__content .text-wrapper h3 span, .banner-flat-cta__content .text-wrapper h4 span, .banner-flat-cta__content .text-wrapper .custom-wysiwyg h1 span, .custom-wysiwyg .banner-flat-cta__content .text-wrapper h1 span,
.banner-flat-cta__content .text-wrapper .custom-wysiwyg h2 span,
.custom-wysiwyg .banner-flat-cta__content .text-wrapper h2 span, .banner-flat-cta__content .text-wrapper .title strong, .banner-flat-cta__content .text-wrapper .big-title strong, .banner-flat-cta__content .text-wrapper .medium-title strong, .banner-flat-cta__content .text-wrapper .btn-show-more strong, .banner-flat-cta__content .text-wrapper .home-title strong, .banner-flat-cta__content .text-wrapper .small-title strong,
.banner-flat-cta__content .text-wrapper h3 strong, .banner-flat-cta__content .text-wrapper h4 strong, .banner-flat-cta__content .text-wrapper .custom-wysiwyg h1 strong, .custom-wysiwyg .banner-flat-cta__content .text-wrapper h1 strong,
.banner-flat-cta__content .text-wrapper .custom-wysiwyg h2 strong,
.custom-wysiwyg .banner-flat-cta__content .text-wrapper h2 strong {
  color: #01124B;
}
.banner-flat-cta__content .text-wrapper .btn-wrapper {
  margin: 0 auto;
}
.banner-flat-cta__content .btn-primary, .banner-flat-cta__content .custom-wysiwyg a.btn-primary, .custom-wysiwyg .banner-flat-cta__content a.btn-primary, .banner-flat-cta__content .btn-primary-child a, .btn-primary-child .banner-flat-cta__content a {
  background-color: #FFFEFD;
}
.banner-flat-cta__content .btn-primary:hover, .banner-flat-cta__content .btn-primary-child a:hover, .btn-primary-child .banner-flat-cta__content a:hover {
  background-color: #FFFEFD;
}
.banner-flat-cta__content .btn-primary svg path, .banner-flat-cta__content .btn-primary-child a svg path, .btn-primary-child .banner-flat-cta__content a svg path {
  fill: #FFFEFD;
}
@media screen and (min-width: 992px) {
  .banner-flat-cta__content {
    padding: 66.6666666667px 30px;
  }
}

.banner-intro {
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.banner-intro__left .title, .banner-intro__left .big-title, .banner-intro__left .medium-title, .banner-intro__left .btn-show-more, .banner-intro__left .home-title, .banner-intro__left .small-title,
.banner-intro__left h3, .banner-intro__left h4, .banner-intro__left .custom-wysiwyg h1, .custom-wysiwyg .banner-intro__left h1,
.banner-intro__left .custom-wysiwyg h2,
.custom-wysiwyg .banner-intro__left h2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-intro__left .title, .banner-intro__left .big-title, .banner-intro__left .medium-title, .banner-intro__left .btn-show-more, .banner-intro__left .home-title, .banner-intro__left .small-title,
  .banner-intro__left h3, .banner-intro__left h4, .banner-intro__left .custom-wysiwyg h1, .custom-wysiwyg .banner-intro__left h1,
  .banner-intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .banner-intro__left h2 {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-intro__left .title, .banner-intro__left .big-title, .banner-intro__left .medium-title, .banner-intro__left .btn-show-more, .banner-intro__left .home-title, .banner-intro__left .small-title,
  .banner-intro__left h3, .banner-intro__left h4, .banner-intro__left .custom-wysiwyg h1, .custom-wysiwyg .banner-intro__left h1,
  .banner-intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .banner-intro__left h2 {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-intro__left .title, .banner-intro__left .big-title, .banner-intro__left .medium-title, .banner-intro__left .btn-show-more, .banner-intro__left .home-title, .banner-intro__left .small-title,
  .banner-intro__left h3, .banner-intro__left h4, .banner-intro__left .custom-wysiwyg h1, .custom-wysiwyg .banner-intro__left h1,
  .banner-intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .banner-intro__left h2 {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-intro__left .title, .banner-intro__left .big-title, .banner-intro__left .medium-title, .banner-intro__left .btn-show-more, .banner-intro__left .home-title, .banner-intro__left .small-title,
  .banner-intro__left h3, .banner-intro__left h4, .banner-intro__left .custom-wysiwyg h1, .custom-wysiwyg .banner-intro__left h1,
  .banner-intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .banner-intro__left h2 {
    width: 695px;
  }
}
@media screen and (max-width: 768px) {
  .banner-intro__left .title, .banner-intro__left .big-title, .banner-intro__left .medium-title, .banner-intro__left .btn-show-more, .banner-intro__left .home-title, .banner-intro__left .small-title,
  .banner-intro__left h3, .banner-intro__left h4, .banner-intro__left .custom-wysiwyg h1, .custom-wysiwyg .banner-intro__left h1,
  .banner-intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .banner-intro__left h2 {
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}
.banner-intro__right .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-intro__right .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-intro__right .text-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-intro__right .text-wrapper {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-intro__right .text-wrapper {
    width: 695px;
  }
}
.banner-intro__right .text-wrapper {
  margin: 0 0 0 auto;
}
.banner-intro__right .text-wrapper ul li {
  padding-left: 20px;
  position: relative;
}
.banner-intro__right .text-wrapper ul li::before {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  content: "";
}
.banner-intro__right .text-wrapper ul li::before {
  content: "-";
  left: 0;
}
@media screen and (min-width: 992px) {
  .banner-intro__right .text-wrapper p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-intro__right .text-wrapper p {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .banner-intro {
    padding: 60px 0;
  }
  .banner-intro__right .text-wrapper ul li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-intro {
    gap: 0;
  }
  .banner-intro__right .text-wrapper ul li {
    font-size: 24px;
  }
}

body.menu-open {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  flex-wrap: wrap;
  z-index: 999;
  padding: 20px 0 20px;
}
header.site-header .logo-wrapper a {
  display: block;
  text-align: center;
}
header.site-header .logo-wrapper img.logo {
  width: auto;
  max-width: 140px;
  margin: 0 auto 0 0;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header.site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header.site-header .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
header.site-header .container .site-header--item .xsmall-title {
  font-size: 18px;
}
header.site-header .container .site-header--item .menu-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .container .site-header--item .menu-action {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  header.site-header .container .site-header--item .menu-action {
    gap: 0 5px;
  }
}
header.site-header .container .site-header--item.left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header.site-header .container .site-header--item.left {
  gap: 10px 20px;
}
header.site-header .container .site-header--item.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .container .site-header--item.right {
  gap: 10px;
}
header.site-header .container .site-header--item.right ul.social li a svg g {
  fill: #FFFEFD;
}
@media screen and (min-width: 768px) {
  header.site-header .container .site-header--item {
    width: auto;
  }
  header.site-header .container .site-header--item.center {
    display: none;
  }
  header.site-header .container .site-header--item.logo-wrapper {
    width: 150px;
  }
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    margin: 0 auto 0 0;
    max-width: 120px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  header.site-header {
    padding: 30px 0;
  }
  header.site-header .container .site-header--item.logo-wrapper {
    width: 120px;
  }
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    max-width: 120px;
  }
  header.site-header .container .site-header--item.right {
    width: 170px;
  }
  header.site-header .container .site-header--item.center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  header.site-header .container .site-header--item.center {
    gap: 20px;
    display: flex;
    background-color: #8FE3FE;
    border-radius: 8px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  header.site-header .container .site-header--item.center .menu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  header.site-header .container .site-header--item.center .menu {
    gap: 10px;
  }
  header.site-header .container .site-header--item.center .menu li.current-menu-parent > a::after, header.site-header .container .site-header--item.center .menu li.current-menu-item > a::after {
    width: 100%;
  }
  header.site-header .container .site-header--item.center .menu li a {
    display: flex;
    padding: 10px 0;
    position: relative;
    font-size: 16px;
    color: #000;
  }
  header.site-header .container .site-header--item.center .menu li a:hover {
    color: #000;
  }
  header.site-header .container .site-header--item.center .menu li a:hover::after {
    width: 100%;
  }
  header.site-header .container .site-header--item.center .menu li a::after {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    content: "";
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header.site-header .container .site-header--item.center .menu li a::after {
    bottom: 0;
    left: 0;
    width: 0px;
    background-color: #013849;
  }
  header.site-header .container .site-header--item.center .menu li:has(.sub-menu) {
    position: relative;
  }
  header.site-header .container .site-header--item.center .menu li:has(.sub-menu) .sub-menu {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #8FE3FE;
    padding: 10px;
    position: absolute;
    left: -10px;
    width: 180px;
    display: none;
    border-radius: 8px;
  }
  header.site-header .container .site-header--item.center .menu li:has(.sub-menu) .sub-menu a {
    padding: 5px 0;
  }
  header.site-header .container .site-header--item.center .menu li:has(.sub-menu):hover .sub-menu {
    opacity: 1;
    display: flex;
  }
}
@media screen and (min-width: 1199px) {
  header.site-header .container .site-header--item.logo-wrapper {
    width: 185px;
  }
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    max-width: 120px;
  }
  header.site-header .container .site-header--item.right {
    width: 185px;
  }
  header.site-header .container .site-header--item.center {
    display: flex;
  }
  header.site-header .container .site-header--item.center .menu {
    gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  header.site-header .container .site-header--item.center {
    min-height: 55px;
  }
}
@media screen and (min-width: 1499px) {
  header.site-header .container .site-header--item.logo-wrapper {
    width: 220px;
  }
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    max-width: 190px;
  }
  header.site-header .container .site-header--item.right {
    width: 220px;
  }
  header.site-header .container .site-header--item.center {
    min-height: 80px;
  }
}
header.is-active {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header.is-active {
  padding: 10px 0;
  background-color: #FFFEFD;
}

#navicon,
.btn-close {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
#navicon::before, #navicon::after,
.btn-close::before,
.btn-close::after {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
#navicon,
.btn-close {
  background: none;
  cursor: pointer;
}
#navicon .lines,
.btn-close .lines {
  display: block;
  width: 15px;
  height: 1px;
  border-radius: 0;
  background-color: #013849;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#navicon .lines,
.btn-close .lines {
  margin: 2px auto 0;
  height: 1px;
}
#navicon .lines::before,
.btn-close .lines::before {
  content: "";
  top: -8px;
  display: block;
  width: 15px;
  height: 1px;
  border-radius: 0;
  background-color: #013849;
  height: 1px;
  position: absolute;
  display: none;
}
#navicon .lines::after,
.btn-close .lines::after {
  content: "";
  bottom: -8px;
  display: block;
  width: 15px;
  height: 1px;
  border-radius: 0;
  background-color: #013849;
  height: 1px;
  position: absolute;
}
#navicon.active, .filters__nav li.current_page_item a#navicon, .filters__nav li.current_page_item a.btn-close,
.btn-close.active {
  padding-left: 15.5px;
  padding-right: 15.5px;
  background: #FFFEFD;
}
#navicon.active::before, .filters__nav li.current_page_item a#navicon::before, .filters__nav li.current_page_item a.btn-close::before, #navicon.active::after, .filters__nav li.current_page_item a#navicon::after, .filters__nav li.current_page_item a.btn-close::after,
.btn-close.active::before,
.btn-close.active::after {
  opacity: 0;
}
#navicon.active span, .filters__nav li.current_page_item a#navicon span, .filters__nav li.current_page_item a.btn-close span,
.btn-close.active span {
  display: none;
}
#navicon.active .lines, .filters__nav li.current_page_item a#navicon .lines, .filters__nav li.current_page_item a.btn-close .lines,
.btn-close.active .lines {
  transform: rotate(45deg);
  display: block;
  animation: fadein 0.2s 1 forwards;
}
#navicon.active .lines::after, .filters__nav li.current_page_item a#navicon .lines::after, .filters__nav li.current_page_item a.btn-close .lines::after,
.btn-close.active .lines::after {
  transform: rotate(-90deg);
  bottom: 0;
}
#navicon.active .lines::before, .filters__nav li.current_page_item a#navicon .lines::before, .filters__nav li.current_page_item a.btn-close .lines::before,
.btn-close.active .lines::before {
  display: none;
}
#navicon.passive,
.btn-close.passive {
  padding: 10px;
}
#navicon.passive .lines,
.btn-close.passive .lines {
  display: none;
}
#navicon.passive .span,
.btn-close.passive .span {
  display: block;
}
@media screen and (min-width: 992px) {
  #navicon,
  .btn-close {
    display: none;
  }
}

#navicon, .btn-close {
  border: none;
  background-color: #8FE3FE;
}
#navicon span, .btn-close span {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
}
#navicon.active, .active.btn-close, .filters__nav li.current_page_item a#navicon, .filters__nav li.current_page_item a.btn-close {
  height: 40px;
  width: 40px;
  padding: 0;
}

.btn-close {
  background: none;
  padding: 0;
  display: block;
}

ul.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.social {
  gap: 10px;
}
ul.social li {
  display: block;
  margin: 0;
}
ul.social .btn-icon {
  display: flex;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center;
}
ul.social .btn-icon svg {
  height: 25px;
  width: 25px;
}
ul.social .btn-icon svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  stroke: #013849;
}
ul.social .btn-icon:hover svg path {
  stroke: #13C8FF;
}

nav.main-navigation {
  margin: 0 auto;
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 99;
  background: rgb(203.6584070796, 242.1646017699, 254.5415929204);
}
nav.main-navigation.open {
  height: 100%;
  display: flex;
  width: 100%;
  opacity: 1;
  top: 0;
  animation: fadein 1s 1 forwards;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
nav.main-navigation.open::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
nav.main-navigation.open .menu-wrapper li {
  animation: fadeup 0.6s 0.1s 1 forwards ease-in-out;
}
nav.main-navigation.open .menu-wrapper li:nth-child(1) {
  animation-delay: 0.2s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(2) {
  animation-delay: 0.3s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(3) {
  animation-delay: 0.4s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(4) {
  animation-delay: 0.5s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(5) {
  animation-delay: 0.6s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(6) {
  animation-delay: 0.7s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(7) {
  animation-delay: 0.8s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(8) {
  animation-delay: 0.9s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(9) {
  animation-delay: 1s;
}
nav.main-navigation.open .menu-wrapper li:nth-child(10) {
  animation-delay: 1.1s;
}
nav.main-navigation.open ul li a {
  color: #013849;
}
nav.main-navigation.open ul li.current-menu-item a {
  color: #13C8FF;
  text-decoration: underline;
}
nav.main-navigation ul {
  padding: 0;
  margin: 0;
  display: block;
}
nav.main-navigation ul.social {
  padding-top: 20px;
  justify-content: center;
}
nav.main-navigation ul.social li {
  margin: 0;
  display: block;
}
nav.main-navigation ul.social li a svg * {
  fill: #FFFEFD;
}
nav.main-navigation ul li {
  display: block;
  opacity: 0;
}
nav.main-navigation ul li:hover > a, nav.main-navigation ul li.focus > a, nav.main-navigation ul li.current_page_item > a, nav.main-navigation ul li:not(.btn-primary-child) > a {
  background: none;
}
nav.main-navigation ul li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  text-transform: uppercase;
}
nav.main-navigation ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #013849;
  text-align: center;
  font-size: 16px;
  text-transform: none;
  letter-spacing: -0.5px;
}
nav.main-navigation ul li a:hover {
  color: #13C8FF;
}
nav.main-navigation ul li a.active, nav.main-navigation ul .filters__nav li.current_page_item a, .filters__nav nav.main-navigation ul li.current_page_item a {
  color: #13C8FF;
}
@media screen and (max-width: 768px) {
  nav.main-navigation ul li a {
    padding: 5px 0;
  }
  nav.main-navigation ul li a:hover, nav.main-navigation ul li a.active, nav.main-navigation ul .filters__nav li.current_page_item a, .filters__nav nav.main-navigation ul li.current_page_item a {
    color: #013849;
  }
}
nav.main-navigation ul li.current_page_item a {
  background: none;
  color: #13C8FF;
}

/* nav on desktop */
@media screen and (min-width: 768px) {
  .site-header .logo-wrapper a {
    position: relative;
    z-index: 2;
  }
  .site-header.is-active .logo-wrapper::before {
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  header.site-header .logo-wrapper img.logo {
    margin: 0 auto;
    max-width: 100px;
  }
}
/* Mobile menu activation */
@media screen and (max-width: 768px) {
  header.site-header {
    padding: 20px;
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
  }
  header.site-header .container .site-header--item {
    max-width: 180px;
    min-width: 100px;
  }
  header.site-header .container .site-header--item.center {
    display: none;
  }
  header.site-header .container .site-header--item.right {
    max-width: 300px;
  }
  header.site-header .container .site-header--item.right .btn-outline--white {
    display: none;
  }
  #navicon, .btn-close {
    top: 0;
  }
  nav.main-navigation .search-form {
    padding: 20px 0;
  }
  nav.main-navigation .menu-wrapper {
    padding: 0 20px;
  }
  nav.main-navigation ul {
    background: none !important;
  }
  nav.main-navigation ul li {
    display: block;
    margin: 0 auto;
  }
  nav.main-navigation ul li a {
    text-align: center;
    font-size: 26px;
  }
  nav.main-navigation ul.social {
    text-align: center;
    max-width: 330px;
    margin: 0 auto 5px;
  }
  nav.main-navigation ul.sub-menu {
    padding-bottom: 10px;
  }
  nav.main-navigation ul.sub-menu li a {
    padding: 5px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  header.site-header {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  header.site-header .legal-mention {
    margin-bottom: 0;
  }
  header.site-header .container .site-header--item.left {
    display: none;
  }
  header.site-header .container .site-header--item.right {
    max-width: 300px;
  }
  header.site-header .container .site-header--item.right .menu-action + .social {
    display: none !important;
  }
  header.site-header .logo-wrapper {
    padding-left: 0;
    min-width: 60px;
    padding-top: 0;
    max-width: 100% !important;
  }
  header.site-header .logo-wrapper a {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  header.site-header .logo-wrapper a span {
    font-size: 12px;
    opacity: 0.8;
    padding-top: 10px;
  }
  header.site-header .logo-wrapper img.logo {
    float: none;
    clear: both;
    width: 100%;
    max-width: 80px;
    margin: 0 auto 0 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  header.site-header .description-wrapper {
    display: none;
  }
  header.site-header.is-active .logo-wrapper img.logo {
    width: 80px;
  }
  header.site-header.is-active span.title, header.site-header.is-active span.big-title, header.site-header.is-active span.medium-title, header.site-header.is-active span.btn-show-more, header.site-header.is-active span.home-title, header.site-header.is-active span.small-title {
    display: none;
  }
  nav.main-navigation .menu-wrapper {
    padding: 0 30px;
  }
  nav.main-navigation ul li {
    text-align: left;
  }
  nav.main-navigation ul li a {
    text-align: left;
  }
  nav.main-navigation ul.sub-menu {
    padding-left: 20px;
  }
  nav.main-navigation ul.sub-menu li a {
    padding: 2.5px 0;
  }
  body.menu-open header.site-header .logo-wrapper a {
    margin-left: auto;
    margin-right: auto;
  }
}
.cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  opacity: 0;
  z-index: 2;
  animation: fadeup 0.5s 2s 1 forwards;
}
@media screen and (min-width: 768px) {
  .cookies {
    right: auto;
  }
}
.cookies--wrapper {
  padding: 20px;
  border-radius: 16px;
  background: #fffefd;
  max-width: 450px;
  margin: 0 0 0 auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cookies--wrapper p {
  font-size: 14px;
  margin: 10px 0;
}
.cookies--wrapper input[type=text] {
  display: none;
  visibility: hidden;
}
.cookies--wrapper .btn-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.cookies--wrapper .btn-wrapper form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cookies--wrapper .btn-wrapper form {
  gap: 5px;
}
.cookies--wrapper .btn-wrapper .btn-outline, .cookies--wrapper .btn-wrapper .btn-outline--white, .cookies--wrapper .btn-wrapper .btn-outline--grey, .cookies--wrapper .btn-wrapper .btn-outline-child a, .btn-outline-child .cookies--wrapper .btn-wrapper a {
  padding: 5px 20px;
  cursor: pointer;
  color: #013849;
  border-color: #013849;
  font-size: 14px;
}
.cookies--wrapper .btn-wrapper .btn-outline:hover, .cookies--wrapper .btn-wrapper .btn-outline--white:hover, .cookies--wrapper .btn-wrapper .btn-outline--grey:hover, .cookies--wrapper .btn-wrapper .btn-outline-child a:hover, .btn-outline-child .cookies--wrapper .btn-wrapper a:hover {
  border-color: #13C8FF;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.footer {
  padding: 30px 0;
  margin-top: 45px;
  border-top: 1px solid #13C8FF;
}
@media screen and (min-width: 1199px) {
  .footer {
    margin-top: 60px;
  }
}
.footer--main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer--main {
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 992px) {
  .footer--main {
    flex-direction: row;
  }
}
.footer--main__logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__logo {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__logo {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__logo {
    width: 285px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__logo {
    width: 347.5px;
  }
}
.footer--main__logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer--main__logo .logo-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.footer--main__logo img {
  display: block;
  max-width: 150px;
  height: auto;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1499px) {
  .footer--main__logo img {
    max-width: 190px;
  }
}
.footer--main__right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer--main__right {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__right {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__right {
    width: 855px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__right {
    width: 1042.5px;
  }
}
.footer--main__right {
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .footer--main__right {
    gap: 45px 0;
  }
}
.footer--main__right__menu {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__right__menu {
    width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__right__menu {
    width: 225px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__right__menu {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__right__menu {
    width: 463.3333333333px;
  }
}
.footer--main__right__menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.footer--main__right__menu li a {
  font-size: 16px;
}
.footer--main__right__menu li a:hover {
  color: #013849;
  text-decoration: underline;
}
@media screen and (min-width: 1199px) {
  .footer--main__right__menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer--main__right__soutien {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer--main__right__soutien {
    width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__right__soutien {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__right__soutien {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__right__soutien {
    width: 579.1666666667px;
  }
}
.footer--main__right__soutien {
  flex-direction: column;
  gap: 20px 0;
}
.footer--main__right__soutien__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer--main__right__soutien__logo .bold-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  padding-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer--main__right__soutien__logo .bold-title {
    font-size: 21px;
    letter-spacing: -0.5px;
  }
}
.footer--main__right__soutien__logo ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer--main__right__soutien__logo ul li {
  width: 100%;
}
.footer--main__right__soutien__logo ul li .soutien-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer--main__right__soutien__logo ul li .soutien-logo-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 40px;
}
@media screen and (min-width: 992px) {
  .footer--main__right__soutien__logo ul li .soutien-logo-wrapper img {
    max-height: 55px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__right__soutien {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__right__soutien {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__right__soutien {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer--main__right__soutien__logo {
    width: 100%;
  }
  .footer--main__right__soutien__logo ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer--main__right__soutien__logo ul li {
    width: auto;
  }
  .footer--main__right__soutien__logo ul li .soutien-logo-wrapper img {
    max-height: 50px;
  }
}

.glide {
  position: relative;
}
.glide .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.glide.full-width picture {
  display: flex;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.glide.full-width picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .glide.full-width picture {
    aspect-ratio: 4/3;
  }
}
.glide__track {
  width: 100%;
  overflow: hidden;
}
.glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.glide__bullets {
  width: 100%;
  gap: 5px;
  justify-content: center;
  position: absolute;
  bottom: 30px;
}
.glide__bullets.centered {
  justify-content: center;
}
.glide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.glide__arrows {
  gap: 10px;
  padding: 0;
}
.glide__arrows .glide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  padding: 0;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 0;
  background-color: #013849;
}
.glide__arrows .glide__arrow .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.glide__arrows .glide__arrow .icon-wrapper svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.glide__arrows .glide__arrow:hover {
  background-color: #13C8FF;
}
.glide__arrows .glide__arrow:hover .icon-wrapper svg path {
  fill: #FFFEFD;
}
.glide__arrows .glide__arrow--left .icon-wrapper {
  transform: rotate(-180deg);
}
.glide__bullet {
  height: 12px;
  width: 12px;
  border-radius: 20px;
  margin: 0;
  outline: none;
  -moz-appearance: none;
  border: 1px solid #FFFEFD;
  background: rgba(255, 254, 253, 0);
  padding: 0;
}
.glide__bullet.white {
  border-color: #FFFEFD;
}
.glide__bullet--active {
  background: #FFFEFD;
}
.glide__bullet--active.white {
  background: #FFFEFD;
}
.glide__slides {
  display: flex;
}
.glide__slide {
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
  background-color: #13C8FF;
}
.glide__slide .btn-primary, .glide__slide .custom-wysiwyg a.btn-primary, .custom-wysiwyg .glide__slide a.btn-primary, .glide__slide .btn-primary-child a, .btn-primary-child .glide__slide a {
  background-color: #FFFEFD;
}
.glide__slide .btn-primary:hover, .glide__slide .btn-primary-child a:hover, .btn-primary-child .glide__slide a:hover {
  background-color: #FFFEFD;
}
.glide__slide .btn-primary svg path, .glide__slide .btn-primary-child a svg path, .btn-primary-child .glide__slide a svg path {
  fill: #FFFEFD;
}
.glide__slide:nth-child(4n+2) {
  background-color: #FFFEFD;
}
.glide__slide:nth-child(4n+2).thematic--slider__item .btn-primary, .glide__slide:nth-child(4n+2).thematic--slider__item .btn-primary-child a, .btn-primary-child .glide__slide:nth-child(4n+2).thematic--slider__item a {
  background-color: #13C8FF;
}
.glide__slide:nth-child(4n+2).thematic--slider__item .btn-primary:hover, .glide__slide:nth-child(4n+2).thematic--slider__item .btn-primary-child a:hover, .btn-primary-child .glide__slide:nth-child(4n+2).thematic--slider__item a:hover {
  background-color: #13C8FF;
}
.glide__slide:nth-child(4n+2).thematic--slider__item .btn-primary svg path, .glide__slide:nth-child(4n+2).thematic--slider__item .btn-primary-child a svg path, .btn-primary-child .glide__slide:nth-child(4n+2).thematic--slider__item a svg path {
  fill: #FFFEFD;
}
.glide__slide:nth-child(4n+3) {
  background-color: #8CA5FD;
}
.glide__slide:nth-child(4n+3) .btn-primary, .glide__slide:nth-child(4n+3) .btn-primary-child a, .btn-primary-child .glide__slide:nth-child(4n+3) a {
  background-color: #FFFEFD;
}
.glide__slide:nth-child(4n+3) .btn-primary:hover, .glide__slide:nth-child(4n+3) .btn-primary-child a:hover, .btn-primary-child .glide__slide:nth-child(4n+3) a:hover {
  background-color: #FFFEFD;
}
.glide__slide:nth-child(4n+3) .btn-primary svg path, .glide__slide:nth-child(4n+3) .btn-primary-child a svg path, .btn-primary-child .glide__slide:nth-child(4n+3) a svg path {
  fill: #FFFEFD;
}
.glide__slide:nth-child(4n+4) {
  background-color: #013849;
}
.glide__slide:nth-child(4n+4).thematic--slider__item .btn-primary .icon-wrapper, .glide__slide:nth-child(4n+4).thematic--slider__item .btn-primary-child a .icon-wrapper, .btn-primary-child .glide__slide:nth-child(4n+4).thematic--slider__item a .icon-wrapper {
  background-color: #13C8FF;
}
.glide__slide:nth-child(4n+4) .small-title,
.glide__slide:nth-child(4n+4) p {
  color: #13C8FF;
}
.glide__slide:nth-child(4n+4) .btn-primary, .glide__slide:nth-child(4n+4) .btn-primary-child a, .btn-primary-child .glide__slide:nth-child(4n+4) a {
  background-color: #FFFEFD;
}
.glide__slide:nth-child(4n+4) .btn-primary:hover, .glide__slide:nth-child(4n+4) .btn-primary-child a:hover, .btn-primary-child .glide__slide:nth-child(4n+4) a:hover {
  background-color: #FFFEFD;
}
.glide__slide:nth-child(4n+4) .btn-primary svg path, .glide__slide:nth-child(4n+4) .btn-primary-child a svg path, .btn-primary-child .glide__slide:nth-child(4n+4) a svg path {
  fill: #FFFEFD;
}
.glide__slide .video-wrapper {
  max-height: 280px;
}
.glide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.glide__slide.partners__item a {
  width: 100%;
}
.glide__slide.partners__item img {
  object-fit: contain;
  max-width: 180px;
  max-height: 100px;
}
@media screen and (min-width: 575px) {
  .glide__slide .video-wrapper {
    max-height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .glide__bullets {
    display: none;
  }
  .glide__slide .video-wrapper {
    max-height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .glide__slide .video-wrapper {
    max-height: 260px;
  }
}
@media screen and (min-width: 1199px) {
  .glide__slide .video-wrapper {
    max-height: 340px;
  }
}
@media screen and (min-width: 1499px) {
  .glide__slide .video-wrapper {
    max-height: 420px;
  }
}

.vignette-video .desc .label {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  color: #000;
  display: block;
  padding: 10px 0;
}

.popup--home.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup--home--wrapper {
  padding: 30px 20px;
  max-width: 700px;
  position: relative;
}
.popup--home--wrapper .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup--home--wrapper .btn-close .lines::after {
  bottom: 0;
}
.popup--home__text {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.popup--home__text .circle-image {
  margin-bottom: 20px;
}
.popup--home__text p {
  margin: 0;
  padding: 10px 0 0;
}
.popup--home__text .pre-title, .popup--home__text .title, .popup--home__text .big-title, .popup--home__text .medium-title, .popup--home__text .btn-show-more, .popup--home__text .home-title, .popup--home__text .small-title,
.popup--home__text h3, .popup--home__text h4, .popup--home__text .custom-wysiwyg h1, .custom-wysiwyg .popup--home__text h1,
.popup--home__text .custom-wysiwyg h2,
.custom-wysiwyg .popup--home__text h2, .popup--home__text p {
  text-align: center;
}
.popup--home__text .btn-wrapper {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .popup--home--wrapper {
    padding: 45px 30px 30px;
  }
}
/* Langues */
header .lang,
nav .lang {
  position: relative;
  margin-left: 5px;
}
header .lang__btn,
nav .lang__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  text-transform: uppercase;
  margin-left: 0;
  cursor: pointer;
  color: #FFFEFD;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 100%;
  padding: 0 5px 0 0;
  font-size: 15px;
}
header .lang__btn::after,
nav .lang__btn::after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  content: "";
  margin: 0 auto;
  display: block;
  right: 0;
  top: 18px;
  border-top: 3px solid transparent;
  border-left: 6px solid #FFFEFD;
  border-bottom: 3px solid transparent;
  transform: rotate(90deg);
}
header .lang__btn:hover + .lang__switch,
nav .lang__btn:hover + .lang__switch {
  opacity: 1;
  display: flex;
}
header .lang__switch,
nav .lang__switch {
  display: none;
  position: absolute;
  flex-direction: column;
  margin: 0;
  padding: 0;
  left: 1.5px;
  width: 100%;
  opacity: 0;
  top: 35px;
  border-radius: 16px;
  z-index: 1;
  background: #FFFEFD;
}
header .lang__switch .lang__item,
nav .lang__switch .lang__item {
  margin: 0 !important;
  padding: 0;
  text-align: center;
}
header .lang__switch .lang__item a, header .lang__switch .lang__item span,
nav .lang__switch .lang__item a,
nav .lang__switch .lang__item span {
  display: block;
  text-transform: uppercase;
  color: #FEF48A;
  font-size: 15px;
}
header .lang__switch .lang__item a:hover, header .lang__switch .lang__item span:hover,
nav .lang__switch .lang__item a:hover,
nav .lang__switch .lang__item span:hover {
  color: #13C8FF !important;
}
header .lang__switch .lang__item a:hover::after, header .lang__switch .lang__item span:hover::after,
nav .lang__switch .lang__item a:hover::after,
nav .lang__switch .lang__item span:hover::after {
  display: none;
}
header .lang__switch:hover,
nav .lang__switch:hover {
  opacity: 1;
  display: flex;
}
@media screen and (max-width: 992px) {
  header,
  nav {
    justify-content: center;
    flex-direction: column;
  }
  header .lang,
  nav .lang {
    margin: 0 auto 20px;
  }
  header .lang__btn,
  nav .lang__btn {
    display: none;
  }
  header .lang__switch,
  nav .lang__switch {
    opacity: 1;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: static;
    background: none !important;
    margin: 0 auto 20px;
    padding: 10px 0;
    border: none;
  }
  header .lang__switch a,
  header .lang__switch span,
  nav .lang__switch a,
  nav .lang__switch span {
    padding: 0 10px !important;
    font-size: 16px;
    color: #FFFEFD !important;
  }
  header .lang__item.current span,
  nav .lang__item.current span {
    color: #FEF48A !important;
  }
}

.header .lang__switch {
  display: none;
}
@media screen and (min-width: 992px) {
  .header .lang__switch {
    display: flex;
  }
}

nav .lang__switch {
  display: none !important;
}
@media screen and (max-width: 992px) {
  nav .lang__item .lang__link {
    font-size: 14px !important;
    color: rgba(255, 254, 253, 0.7);
  }
  nav .lang__item .lang__link.current {
    color: #FFFEFD;
  }
  nav .lang__switch {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.hero--generic__text {
  margin: 0 auto;
  padding: 60px 0;
  border-bottom: 1px solid #13C8FF;
}
.hero--generic__text.no-border {
  border: none;
}
.hero--generic__text .title, .hero--generic__text .big-title, .hero--generic__text .medium-title, .hero--generic__text .btn-show-more, .hero--generic__text .home-title, .hero--generic__text .small-title,
.hero--generic__text h3, .hero--generic__text h4, .hero--generic__text .custom-wysiwyg h1, .custom-wysiwyg .hero--generic__text h1,
.hero--generic__text .custom-wysiwyg h2,
.custom-wysiwyg .hero--generic__text h2, .hero--generic__text .pre-title, .hero--generic__text p {
  text-align: center;
}
@media screen and (min-width: 1199px) {
  .hero--generic__text {
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 1499px) {
  .hero--generic__text {
    padding: 80px 0 100px;
  }
}

.hero--home__wrapper {
  border: none;
}

.home-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-title strong {
  line-height: 0.8em;
  font-size: 2.4em;
}
.home-title span {
  line-height: 1em;
}
@media screen and (max-width: 575px) {
  .home-title {
    font-size: 32px;
  }
}

.home--banner-intro + .banner-combats .banner-combats--title {
  padding-top: 0;
}
.home--highlight {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .home--highlight {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .home--highlight {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .home--highlight {
    padding: 100px 0;
  }
}
.home--highlight {
  padding-bottom: 0;
}
.home--highlight__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
}
.home--highlight__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home--highlight__left {
  flex-direction: column;
  gap: 10px;
}
.home--highlight__title {
  text-align: center;
}
.home--highlight__title .big-title:has(span) {
  flex-direction: row !important;
}
@media screen and (max-width: 992px) {
  .home--highlight__title .big-title:has(span) {
    gap: 0 5px;
  }
}
.home--support {
  background-color: #FEF48A;
  padding: 30px 0 60px;
}
.home--support__title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--support__title {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .home--support__title {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .home--support__title {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .home--support__title {
    width: 695px;
  }
}
.home--support__title {
  color: #353100;
  text-align: center;
  margin: 0 auto;
}
.home--support__title .title, .home--support__title .big-title, .home--support__title .medium-title, .home--support__title .btn-show-more, .home--support__title .small-title,
.home--support__title h3, .home--support__title h4, .home--support__title .custom-wysiwyg h1, .custom-wysiwyg .home--support__title h1,
.home--support__title .custom-wysiwyg h2,
.custom-wysiwyg .home--support__title h2, .home--support__title .home-title,
.home--support__title strong, .home--support__title b {
  color: #353100;
}
.home--support__wrapper {
  padding: 60px 0 0;
  gap: 30px 0;
}
.home--support__wrapper .title, .home--support__wrapper .big-title, .home--support__wrapper .medium-title, .home--support__wrapper .btn-show-more, .home--support__wrapper .small-title,
.home--support__wrapper h3, .home--support__wrapper h4, .home--support__wrapper .custom-wysiwyg h1, .custom-wysiwyg .home--support__wrapper h1,
.home--support__wrapper .custom-wysiwyg h2,
.custom-wysiwyg .home--support__wrapper h2, .home--support__wrapper .home-title {
  color: #353100;
  position: relative;
  z-index: 2;
}
.home--support__wrapper .title strong, .home--support__wrapper .big-title strong, .home--support__wrapper .medium-title strong, .home--support__wrapper .btn-show-more strong, .home--support__wrapper .small-title strong,
.home--support__wrapper h3 strong, .home--support__wrapper h4 strong, .home--support__wrapper .custom-wysiwyg h1 strong, .custom-wysiwyg .home--support__wrapper h1 strong,
.home--support__wrapper .custom-wysiwyg h2 strong,
.custom-wysiwyg .home--support__wrapper h2 strong, .home--support__wrapper .home-title strong {
  position: relative;
  z-index: 2;
  color: #353100;
}
.home--support__wrapper .title strong::after, .home--support__wrapper .big-title strong::after, .home--support__wrapper .medium-title strong::after, .home--support__wrapper .btn-show-more strong::after, .home--support__wrapper .small-title strong::after,
.home--support__wrapper h3 strong::after, .home--support__wrapper h4 strong::after, .home--support__wrapper .custom-wysiwyg h1 strong::after, .custom-wysiwyg .home--support__wrapper h1 strong::after,
.home--support__wrapper .custom-wysiwyg h2 strong::after,
.custom-wysiwyg .home--support__wrapper h2 strong::after, .home--support__wrapper .home-title strong::after {
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  content: "";
}
.home--support__wrapper .title strong::after, .home--support__wrapper .big-title strong::after, .home--support__wrapper .medium-title strong::after, .home--support__wrapper .btn-show-more strong::after, .home--support__wrapper .small-title strong::after,
.home--support__wrapper h3 strong::after, .home--support__wrapper h4 strong::after, .home--support__wrapper .custom-wysiwyg h1 strong::after, .custom-wysiwyg .home--support__wrapper h1 strong::after,
.home--support__wrapper .custom-wysiwyg h2 strong::after,
.custom-wysiwyg .home--support__wrapper h2 strong::after, .home--support__wrapper .home-title strong::after {
  bottom: 5%;
  left: 0;
  right: 0;
  background-color: #13C8FF;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home--support__wrapper .title strong::after, .home--support__wrapper .big-title strong::after, .home--support__wrapper .medium-title strong::after, .home--support__wrapper .btn-show-more strong::after, .home--support__wrapper .small-title strong::after,
  .home--support__wrapper h3 strong::after, .home--support__wrapper h4 strong::after, .home--support__wrapper .custom-wysiwyg h1 strong::after, .custom-wysiwyg .home--support__wrapper h1 strong::after,
  .home--support__wrapper .custom-wysiwyg h2 strong::after,
  .custom-wysiwyg .home--support__wrapper h2 strong::after, .home--support__wrapper .home-title strong::after {
    bottom: 5px;
  }
}
.home--support__wrapper .title strong::after, .home--support__wrapper .big-title strong::after, .home--support__wrapper .medium-title strong::after, .home--support__wrapper .btn-show-more strong::after, .home--support__wrapper .small-title strong::after,
.home--support__wrapper h3 strong::after, .home--support__wrapper h4 strong::after, .home--support__wrapper .custom-wysiwyg h1 strong::after, .custom-wysiwyg .home--support__wrapper h1 strong::after,
.home--support__wrapper .custom-wysiwyg h2 strong::after,
.custom-wysiwyg .home--support__wrapper h2 strong::after, .home--support__wrapper .home-title strong::after {
  background-color: #FFFEFD;
}
.home--support__wrapper .custom-wysiwyg * {
  color: #353100;
}
.home--support__wrapper .custom-wysiwyg ul li::before {
  background-color: #353100;
}
@media screen and (min-width: 992px) {
  .home--highlight__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
    padding: 60px 0;
  }
  .home--highlight__left {
    order: 1;
    gap: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  .home--highlight__left .vignette {
    height: 100%;
  }
  .home--highlight__right {
    order: 2;
  }
  .home--support {
    padding-bottom: 60px;
  }
  .home--support__wrapper {
    align-items: flex-start;
  }
  .home--support .twocol__text {
    position: sticky;
    top: 100px;
  }
}
@media screen and (min-width: 1199px) {
  .home--support__wrapper {
    padding-top: 66.6666666667px;
  }
}

@media screen and (min-width: 992px) {
  .archives--listing {
    padding-bottom: 50px;
  }
}

.legal-page {
  position: relative;
  padding-top: 0;
  padding-bottom: 60px;
}
.legal-page--hero.no-border .hero--generic__text {
  border: none;
}
.legal-page--hero .hero--generic__text {
  padding-bottom: 30px;
}
.legal-page--hero .hero--generic__text p {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .legal-page--hero .hero--generic__text .title, .legal-page--hero .hero--generic__text .big-title, .legal-page--hero .hero--generic__text .medium-title, .legal-page--hero .hero--generic__text .btn-show-more, .legal-page--hero .hero--generic__text .small-title,
  .legal-page--hero .hero--generic__text h3, .legal-page--hero .hero--generic__text h4, .legal-page--hero .hero--generic__text .custom-wysiwyg h1, .custom-wysiwyg .legal-page--hero .hero--generic__text h1,
  .legal-page--hero .hero--generic__text .custom-wysiwyg h2,
  .custom-wysiwyg .legal-page--hero .hero--generic__text h2, .legal-page--hero .hero--generic__text .home-title, .legal-page--hero .hero--generic__text .pre-title, .legal-page--hero .hero--generic__text p {
    text-align: left;
  }
}
.legal-page .container {
  position: relative;
  z-index: 2;
}
.legal-page--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .legal-page--wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .legal-page--wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .legal-page--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .legal-page--wrapper {
    width: 1158.3333333333px;
  }
}
.legal-page--wrapper {
  margin: 0 auto;
  padding: 60px 0;
  opacity: 0;
}
.legal-page--footnotes--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .legal-page--footnotes--wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .legal-page--footnotes--wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .legal-page--footnotes--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .legal-page--footnotes--wrapper {
    width: 1158.3333333333px;
  }
}
.legal-page--footnotes--wrapper {
  margin: 0 auto !important;
}
@media screen and (min-width: 992px) {
  .legal-page {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1499px) {
  .legal-page {
    padding-bottom: 0;
  }
}
.legal-page.is-visible .legal-page--wrapper {
  animation: fadein 0.5s 0.2s 1 forwards;
}

.contact--main {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .contact--main {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .contact--main {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .contact--main {
    padding: 100px 0;
  }
}
.contact--main__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contact--main__wrapper {
  gap: 30px;
}
.contact--main__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact--main__image {
    width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .contact--main__image {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--main__image {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .contact--main__image {
    width: 463.3333333333px;
  }
}
.contact--main__image picture {
  display: flex;
  overflow: hidden;
}
.contact--main__image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.contact--main__image picture {
  border-radius: 8px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.contact--main__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact--main__text {
    width: 283.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  .contact--main__text {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--main__text {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .contact--main__text {
    width: 463.3333333333px;
  }
}
.contact--help-intro {
  padding-top: 0;
}
.contact--help-intro .title span, .contact--help-intro .big-title span, .contact--help-intro .medium-title span, .contact--help-intro .btn-show-more span, .contact--help-intro .small-title span,
.contact--help-intro h3 span, .contact--help-intro h4 span, .contact--help-intro .custom-wysiwyg h1 span, .custom-wysiwyg .contact--help-intro h1 span,
.contact--help-intro .custom-wysiwyg h2 span,
.custom-wysiwyg .contact--help-intro h2 span, .contact--help-intro .home-title span {
  display: inline-block;
}
.contact--conclusion {
  padding-top: 60px;
}
.contact--conclusion__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact--conclusion__wrapper {
  gap: 40px 30px;
  background-color: #8CA5FD;
  border-radius: 8px;
  padding: 20px;
}
.contact--conclusion__wrapper .title-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact--conclusion__wrapper .title-wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .contact--conclusion__wrapper .title-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--conclusion__wrapper .title-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .contact--conclusion__wrapper .title-wrapper {
    width: 579.1666666667px;
  }
}
.contact--conclusion__wrapper .title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}
.contact--conclusion__wrapper .title-wrapper .title, .contact--conclusion__wrapper .title-wrapper .big-title, .contact--conclusion__wrapper .title-wrapper .medium-title, .contact--conclusion__wrapper .title-wrapper .btn-show-more, .contact--conclusion__wrapper .title-wrapper .small-title,
.contact--conclusion__wrapper .title-wrapper h3, .contact--conclusion__wrapper .title-wrapper h4, .contact--conclusion__wrapper .title-wrapper .custom-wysiwyg h1, .custom-wysiwyg .contact--conclusion__wrapper .title-wrapper h1,
.contact--conclusion__wrapper .title-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .contact--conclusion__wrapper .title-wrapper h2, .contact--conclusion__wrapper .title-wrapper .home-title {
  color: #01124B;
  text-align: left;
}
.contact--conclusion__wrapper .title-wrapper .btn-wrapper {
  padding: 0;
  justify-content: flex-start;
}
.contact--conclusion__wrapper .title-wrapper .btn-wrapper .btn-primary, .contact--conclusion__wrapper .title-wrapper .btn-wrapper .btn-primary-child a, .btn-primary-child .contact--conclusion__wrapper .title-wrapper .btn-wrapper a {
  background-color: #FFFEFD;
}
.contact--conclusion__wrapper .title-wrapper .btn-wrapper .btn-primary:hover, .contact--conclusion__wrapper .title-wrapper .btn-wrapper .btn-primary-child a:hover, .btn-primary-child .contact--conclusion__wrapper .title-wrapper .btn-wrapper a:hover {
  background-color: #FFFEFD;
}
.contact--conclusion__wrapper .title-wrapper .btn-wrapper .btn-primary svg path, .contact--conclusion__wrapper .title-wrapper .btn-wrapper .btn-primary-child a svg path, .btn-primary-child .contact--conclusion__wrapper .title-wrapper .btn-wrapper a svg path {
  fill: #FFFEFD;
}
.contact--conclusion__wrapper .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact--conclusion__wrapper .text-wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .contact--conclusion__wrapper .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--conclusion__wrapper .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .contact--conclusion__wrapper .text-wrapper {
    width: 579.1666666667px;
  }
}
.contact--conclusion__wrapper .text-wrapper p:first-of-type {
  margin: 0;
}
.contact--conclusion__wrapper .text-wrapper.custom-wysiwyg * {
  color: #01124B;
}
.contact--conclusion__wrapper .text-wrapper.custom-wysiwyg ul li::before {
  background-color: #01124B;
}
.contact--conclusion__wrapper .text-wrapper.custom-wysiwyg a:hover {
  color: #01124B;
}
@media screen and (min-width: 768px) {
  .contact--main__wrapper {
    flex-direction: row-reverse;
  }
  .contact--conclusion {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .contact--main__image {
    margin-left: 75px;
  }
  .contact--conclusion__wrapper {
    padding: 45px;
    justify-content: center;
  }
}
@media screen and (min-width: 1199px) {
  .contact--main__image {
    margin-left: 95px;
  }
  .contact--conclusion {
    padding-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1499px) {
  .contact--main__image {
    margin-left: 115.8333333333px;
  }
  .contact--conclusion__wrapper {
    gap: 30px 60px;
    padding: 100px 60px;
  }
}

.contact--helpers .container {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .contact--helpers .container {
    gap: 40px 0;
  }
}
.contact--helpers__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact--helpers__item {
  width: 100%;
  gap: 10px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #F3F3F3;
}
.contact--helpers__item:last-of-type {
  border: none;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .contact--helpers__item {
    gap: 30px 0;
    padding-bottom: 40px;
  }
}
.contact--helpers__item__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact--helpers__item__left {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .contact--helpers__item__left {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--helpers__item__left {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .contact--helpers__item__left {
    width: 463.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  .contact--helpers__item__left {
    position: sticky;
    top: 150px;
  }
}
.contact--helpers__item__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact--helpers__item__right {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .contact--helpers__item__right {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--helpers__item__right {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .contact--helpers__item__right {
    width: 695px;
  }
}
.contact--helpers__item__right {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr; /* une seule colonne */
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .contact--helpers__item__right {
    gap: 20px;
  }
}
.contact-item {
  background-color: #8FE3FE;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0;
}
.contact-item__text {
  position: relative;
  width: 100%;
}
.contact-item__text .label-title {
  background: none;
  padding: 0 75px 0 0;
  display: flex;
  letter-spacing: -1px;
  align-items: center;
  justify-content: flex-start;
}
.contact-item__text p {
  margin-bottom: 0;
}
.contact-item__text:has(.contact-item__logo-wrapper) .label-title {
  min-height: 60px;
}
.contact-item__logo-wrapper {
  height: 60px;
  width: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #FFFEFD;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.contact-item__logo-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}
.contact-item .btn-wrapper {
  margin: auto auto 0 0;
}
.contact-item .btn-wrapper .btn-primary, .contact-item .btn-wrapper .btn-primary-child a, .btn-primary-child .contact-item .btn-wrapper a {
  background-color: #FFFEFD;
}
.contact-item .btn-wrapper .btn-primary:hover, .contact-item .btn-wrapper .btn-primary-child a:hover, .btn-primary-child .contact-item .btn-wrapper a:hover {
  background-color: #FFFEFD;
}
.contact-item .btn-wrapper .btn-primary svg path, .contact-item .btn-wrapper .btn-primary-child a svg path, .btn-primary-child .contact-item .btn-wrapper a svg path {
  fill: #FFFEFD;
}
@media screen and (max-width: 768px) {
  .contact-item__text .label-title {
    font-size: 24px;
  }
  .contact-item__text p {
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .offer--filters .text-wrapper p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--filters .text-wrapper p {
    font-size: 24px;
  }
}
.offer--filters .container {
  padding: 0;
}
.offer--filters__intro {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--filters__intro {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .offer--filters__intro {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--filters__intro {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--filters__intro {
    width: 1158.3333333333px;
  }
}
.offer--filters__intro {
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px;
}
.offer--intro {
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.offer--intro__left .title, .offer--intro__left .big-title, .offer--intro__left .medium-title, .offer--intro__left .btn-show-more, .offer--intro__left .small-title,
.offer--intro__left h3, .offer--intro__left h4, .offer--intro__left .custom-wysiwyg h1, .custom-wysiwyg .offer--intro__left h1,
.offer--intro__left .custom-wysiwyg h2,
.custom-wysiwyg .offer--intro__left h2, .offer--intro__left .home-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--intro__left .title, .offer--intro__left .big-title, .offer--intro__left .medium-title, .offer--intro__left .btn-show-more, .offer--intro__left .small-title,
  .offer--intro__left h3, .offer--intro__left h4, .offer--intro__left .custom-wysiwyg h1, .custom-wysiwyg .offer--intro__left h1,
  .offer--intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .offer--intro__left h2, .offer--intro__left .home-title {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .offer--intro__left .title, .offer--intro__left .big-title, .offer--intro__left .medium-title, .offer--intro__left .btn-show-more, .offer--intro__left .small-title,
  .offer--intro__left h3, .offer--intro__left h4, .offer--intro__left .custom-wysiwyg h1, .custom-wysiwyg .offer--intro__left h1,
  .offer--intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .offer--intro__left h2, .offer--intro__left .home-title {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--intro__left .title, .offer--intro__left .big-title, .offer--intro__left .medium-title, .offer--intro__left .btn-show-more, .offer--intro__left .small-title,
  .offer--intro__left h3, .offer--intro__left h4, .offer--intro__left .custom-wysiwyg h1, .custom-wysiwyg .offer--intro__left h1,
  .offer--intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .offer--intro__left h2, .offer--intro__left .home-title {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--intro__left .title, .offer--intro__left .big-title, .offer--intro__left .medium-title, .offer--intro__left .btn-show-more, .offer--intro__left .small-title,
  .offer--intro__left h3, .offer--intro__left h4, .offer--intro__left .custom-wysiwyg h1, .custom-wysiwyg .offer--intro__left h1,
  .offer--intro__left .custom-wysiwyg h2,
  .custom-wysiwyg .offer--intro__left h2, .offer--intro__left .home-title {
    width: 810.8333333333px;
  }
}
.offer--intro__left .title, .offer--intro__left .big-title, .offer--intro__left .medium-title, .offer--intro__left .btn-show-more, .offer--intro__left .small-title,
.offer--intro__left h3, .offer--intro__left h4, .offer--intro__left .custom-wysiwyg h1, .custom-wysiwyg .offer--intro__left h1,
.offer--intro__left .custom-wysiwyg h2,
.custom-wysiwyg .offer--intro__left h2, .offer--intro__left .home-title {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .offer--intro__right .text-wrapper p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--intro__right .text-wrapper p {
    font-size: 24px;
  }
}
.offer--intro__right .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--intro__right .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .offer--intro__right .text-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--intro__right .text-wrapper {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--intro__right .text-wrapper {
    width: 695px;
  }
}
.offer--intro__right .text-wrapper p {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .offer--intro {
    padding: 60px 0;
  }
  .offer--filters__intro {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1199px) {
  .offer--intro {
    gap: 0;
  }
  .offer--intro__right .text-wrapper {
    margin: 0;
  }
}

.offer--main {
  padding-bottom: 60px;
}
.offer--main__wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
  align-items: center;
  justify-content: space-between;
}
.offer--main__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.offer--main__item {
  width: 100%;
  gap: 45px 0;
  flex-direction: column;
}
.offer--main__item__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--main__item__image {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .offer--main__item__image {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main__item__image {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--main__item__image {
    width: 695px;
  }
}
.offer--main__item__image picture {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .offer--main__item__image picture {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .offer--main__item__image picture {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main__item__image picture {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--main__item__image picture {
    width: 695px;
  }
}
.offer--main__item__image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.offer--main__item__image picture {
  border-radius: 8px;
  margin: 0 auto 0 0;
}
.offer--main__item__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--main__item__text {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .offer--main__item__text {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main__item__text {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--main__item__text {
    width: 695px;
  }
}
.offer--main__item__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--main__item__text .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .offer--main__item__text .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main__item__text .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--main__item__text .text-wrapper {
    width: 579.1666666667px;
  }
}
.offer--main__item__text .text-wrapper {
  margin: 0 auto 0 0;
}
.offer--main__item:nth-child(2n+2) .offer--main__item__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--main__item:nth-child(2n+2) .offer--main__item__text .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .offer--main__item:nth-child(2n+2) .offer--main__item__text .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main__item:nth-child(2n+2) .offer--main__item__text .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--main__item:nth-child(2n+2) .offer--main__item__text .text-wrapper {
    width: 579.1666666667px;
  }
}
.offer--main__item.wrapper-wide .offer--main__item__image picture {
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .offer--main__item.wrapper-wide .offer--main__item__image picture {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .offer--main__item.wrapper-wide .offer--main__item__image picture {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main__item.wrapper-wide .offer--main__item__image picture {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--main__item.wrapper-wide .offer--main__item__image picture {
    width: 695px;
  }
}
.offer--main__item.wrapper-wide .offer--main__item__image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.offer--main__item.wrapper-wide .offer--main__item__image picture {
  margin: 0 auto 0 0;
}
.offer--main__item.wrapper-wide .offer--main__item__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .offer--main__item.wrapper-wide .offer--main__item__text .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .offer--main__item.wrapper-wide .offer--main__item__text .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main__item.wrapper-wide .offer--main__item__text .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .offer--main__item.wrapper-wide .offer--main__item__text .text-wrapper {
    width: 579.1666666667px;
  }
}
.offer--main__item.wrapper-wide .offer--main__item__text .text-wrapper {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .offer--main__item {
    flex-direction: row;
  }
  .offer--main__item:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .offer--main__item:nth-child(2n+2) .offer--main__item__text .text-wrapper {
    margin: 0 auto 0 0;
  }
  .offer--main__item:nth-child(2n+2) .offer--main__item__image picture {
    margin: 0 auto 0 0;
  }
  .offer--main__item__image {
    position: sticky;
    top: 100px;
  }
  .offer--main__item__image picture {
    margin: 0 0 0 auto;
  }
  .offer--main__item__text .text-wrapper {
    margin: 0 0 0 auto;
  }
  .offer--main__item.wrapper-wide .offer--main__item__text .text-wrapper {
    margin: 0 0 0 auto;
  }
  .offer--main__item.wrapper-wide:nth-child(2n+2) .text-wrapper {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1199px) {
  .offer--main {
    padding-bottom: 100px;
  }
}

.organization--numbers__item {
  border-radius: 8px;
  background: #8FE3FE;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 20px 10px;
}
.organization--numbers__item.wins, .organization--numbers__item.locales {
  background-color: #8CA5FD;
}
.organization--numbers__item.wins .numbers-title, .organization--numbers__item.locales .numbers-title {
  color: #01124B;
}
.organization--numbers__item.wins .numbers-title span, .organization--numbers__item.locales .numbers-title span {
  color: #01124B;
}
.organization--numbers__item.friends {
  background-color: #13C8FF;
  justify-content: flex-start;
}
.organization--numbers__item.friends .numbers-title {
  text-align: left;
  align-items: flex-start;
}
.organization--numbers__grid {
  gap: 10px 20px;
  display: flex;
  flex-direction: column;
}
.organization--numbers__left {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.organization--numbers__left .organization--numbers__item:nth-child(1) {
  grid-column: span 2;
}
.organization--numbers__left .organization--numbers__item:nth-child(2) {
  grid-column: span 1;
}
.organization--numbers__left .organization--numbers__item:nth-child(3) {
  grid-column: span 1;
}
.organization--numbers__left .organization--numbers__item:nth-child(4) {
  grid-column: span 2;
}
@media screen and (min-width: 992px) {
  .organization--numbers__left {
    grid-template-columns: repeat(3, 1fr);
  }
}
.organization--numbers__left .top-part,
.organization--numbers__left .bottom-part {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.organization--numbers__right {
  position: relative;
  border-radius: 8px;
  background-color: #8FE3FE;
  min-height: 450px;
  display: flex;
  gap: 20px;
  padding: 40px 0 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.organization--numbers__right .text-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organization--numbers__right .text-wrapper p {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .organization--numbers__left, .organization--numbers__grid {
    gap: 10px;
  }
  .organization--numbers__left .top-part,
  .organization--numbers__left .bottom-part {
    gap: 10px;
  }
}
.organization--thematics {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.organization--thematics {
  position: static;
  top: auto;
  gap: 10px;
  right: 0;
  left: 0;
  z-index: 4;
  padding: 0 20px 20px;
}
.organization--thematics__item {
  padding: 5px;
  display: inline-block;
  border-radius: 8px;
  background-color: #13C8FF;
  transform: rotate(7.3deg);
}
.organization--thematics__item:nth-child(2n+2) {
  transform: rotate(-7.3deg);
}
@media screen and (max-width: 575px) {
  .organization--thematics__item span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .organization--numbers__item {
    padding: 20px;
  }
  .organization--numbers__left {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
  }
  .organization--numbers__left .top-part,
  .organization--numbers__left .bottom-part {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .organization--numbers__left .top-part {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .organization--numbers__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .organization--numbers__right {
    padding: 0 20px;
  }
  .organization--thematics {
    position: absolute;
    bottom: 40px;
    padding: 0;
  }
}

.numbers-title {
  font-family: "Tanker", sans-serif;
  color: #013849;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 40px;
}
.numbers-title small {
  background: none;
  padding: 0;
  transform: none;
  color: #013849;
}
.numbers-title.wide {
  font-size: 90px;
}
.numbers-title.wide small {
  font-size: 0.5em;
}
.numbers-title span {
  font-size: 2em;
  color: #013849;
}
@media screen and (min-width: 992px) {
  .numbers-title {
    font-size: 30px;
  }
  .numbers-title.wide {
    font-size: 50px;
  }
}
@media screen and (min-width: 1199px) {
  .numbers-title {
    font-size: 40px;
  }
  .numbers-title.wide {
    font-size: 80px;
  }
}
@media screen and (min-width: 1499px) {
  .numbers-title {
    font-size: 56px;
  }
  .numbers-title.wide {
    font-size: 130px;
  }
}

.actions--list {
  padding-bottom: 60px;
}
.actions--list--wrapper {
  gap: 20px;
}
.actions--list__item {
  background-color: #8FE3FE;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.actions--list__item:nth-child(2), .actions--list__item:nth-child(3) {
  background-color: #13C8FF;
}
.actions--list__item:nth-child(2) .btn-wrapper, .actions--list__item:nth-child(3) .btn-wrapper {
  background-color: #13C8FF;
}
.actions--list__item:nth-child(2) .btn-wrapper .icon-wrapper, .actions--list__item:nth-child(3) .btn-wrapper .icon-wrapper {
  background-color: #013849;
}
.actions--list__item:nth-child(2) .btn-wrapper .icon-wrapper .icon--plus,
.actions--list__item:nth-child(2) .btn-wrapper .icon-wrapper .icon--less, .actions--list__item:nth-child(3) .btn-wrapper .icon-wrapper .icon--plus,
.actions--list__item:nth-child(3) .btn-wrapper .icon-wrapper .icon--less {
  color: #13C8FF;
}
.actions--list__item:nth-child(2) .image-wrapper .text-wrapper, .actions--list__item:nth-child(3) .image-wrapper .text-wrapper {
  background-color: #13C8FF;
}
.actions--list__item:nth-child(2) .image-wrapper .text-wrapper p, .actions--list__item:nth-child(3) .image-wrapper .text-wrapper p {
  color: #013849;
}
@media screen and (max-width: 768px) {
  .actions--list__item:nth-child(2) .image-wrapper .text-wrapper, .actions--list__item:nth-child(3) .image-wrapper .text-wrapper {
    overflow: scroll;
  }
}
.actions--list__item .btn-wrapper {
  position: relative;
  z-index: 4;
  background-color: #8FE3FE;
  padding: 20px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .actions--list__item .btn-wrapper {
    margin-top: 20px;
  }
}
.actions--list__item .image-wrapper {
  height: auto;
  position: relative;
}
.actions--list__item .image-wrapper .text-wrapper {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.actions--list__item .image-wrapper .text-wrapper::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.actions--list__item .image-wrapper .text-wrapper {
  transform: translateY(40px);
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #8FE3FE;
  overflow: scroll;
}
.actions--list__item .image-wrapper .text-wrapper.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.actions--list__item .image-wrapper .text-wrapper .content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .actions--list__item .image-wrapper .text-wrapper .content {
    width: 453.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  .actions--list__item .image-wrapper .text-wrapper .content {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .actions--list__item .image-wrapper .text-wrapper .content {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .actions--list__item .image-wrapper .text-wrapper .content {
    width: 579.1666666667px;
  }
}
.actions--list__item .image-wrapper picture {
  display: flex;
  overflow: hidden;
}
.actions--list__item .image-wrapper picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.actions--list__item .image-wrapper picture {
  border-radius: 8px;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 992px) {
  .actions--list {
    padding-bottom: 66.6666666667px;
  }
}
@media screen and (min-width: 1199px) {
  .actions--list {
    padding-bottom: 100px;
  }
}

.grid-box {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}

.scrolling-cta--small {
  background-color: #13C8FF;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.scrolling-cta--small__list {
  display: flex;
  width: max-content;
  overflow: hidden;
  animation: marquee 14s linear infinite;
}
.scrolling-cta--small__list span {
  font-family: "Tanker", sans-serif;
  color: #013849;
  letter-spacing: 0;
  padding: 10px;
}
.scrolling-cta--small__list li {
  display: flex;
}
.scrolling-cta--small__list li:nth-child(2n+2) {
  background-color: #013849;
}
.scrolling-cta--small__list li:nth-child(2n+2) span {
  color: #13C8FF;
}

.thematic {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .thematic {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .thematic {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .thematic {
    padding: 100px 0;
  }
}
.thematic {
  background-color: #8FE3FE;
  margin-top: -1px;
}
.thematic--title {
  position: relative;
  z-index: 2;
}
.thematic--title span {
  line-height: 1em;
}
.thematic--arrows {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .thematic--arrows {
    padding: 30px 0 20px;
    justify-content: flex-start;
  }
}
.thematic--slider__item {
  justify-content: flex-start;
}
@media screen and (min-width: 1199px) {
  .thematic--slider__item .small-title {
    font-size: 40px;
  }
}
.thematic--slider__item .text-wrapper {
  margin-top: auto !important;
}
.thematic--slider__item .btn-wrapper {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .thematic--slider__item .small-title {
    font-size: 32px;
  }
}

.timeline {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .timeline {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .timeline {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .timeline {
    padding: 100px 0;
  }
}
.timeline--wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  justify-content: center;
  align-items: flex-start;
}
.timeline--left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .timeline--left {
    width: 670px;
  }
}
@media screen and (min-width: 992px) {
  .timeline--left {
    width: 365px;
  }
}
@media screen and (min-width: 1199px) {
  .timeline--left {
    width: 465px;
  }
}
@media screen and (min-width: 1499px) {
  .timeline--left {
    width: 569.1666666667px;
  }
}
.timeline--right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .timeline--right {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .timeline--right {
    width: 525px;
  }
}
@media screen and (min-width: 1199px) {
  .timeline--right {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .timeline--right {
    width: 695px;
  }
}
.timeline--right {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.timeline--right .timeline--dot {
  position: sticky;
  top: 200px;
  margin: 90px 0;
  height: 20px;
  width: 20px;
  z-index: 2;
  float: left;
  background-color: #013849;
  border-radius: 100%;
  transform: translateX(-10px);
}
@media screen and (min-width: 992px) {
  .timeline--right .timeline--dot {
    margin-top: 120px;
  }
}
.timeline--list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .timeline--list {
    width: 650px;
  }
}
@media screen and (min-width: 992px) {
  .timeline--list {
    width: 495px;
  }
}
@media screen and (min-width: 1199px) {
  .timeline--list {
    width: 540px;
  }
}
@media screen and (min-width: 1499px) {
  .timeline--list {
    width: 665px;
  }
}
.timeline--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .timeline--list {
    flex: 1;
  }
}
.timeline--list::before {
  width: 2px;
  height: auto;
  display: block;
  position: absolute;
  content: "";
}
.timeline--list::before {
  background-color: #8FE3FE;
  left: -1px;
  top: 90px;
  bottom: 90px;
}
@media screen and (min-width: 992px) {
  .timeline--list::before {
    top: 122px;
    bottom: 90px;
  }
}
.timeline--list__item {
  border-radius: 8px;
  background-color: #8FE3FE;
  padding: 20px;
  position: sticky;
  top: 100px;
  min-height: 60vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.timeline--list__item:nth-child(4n+2) {
  background-color: #013849;
}
.timeline--list__item:nth-child(4n+2) .small-title,
.timeline--list__item:nth-child(4n+2) .small-title span,
.timeline--list__item:nth-child(4n+2) span,
.timeline--list__item:nth-child(4n+2) p {
  color: #13C8FF;
}
.timeline--list__item .title, .timeline--list__item .big-title, .timeline--list__item .medium-title, .timeline--list__item .btn-show-more, .timeline--list__item .small-title,
.timeline--list__item h3, .timeline--list__item h4, .timeline--list__item .custom-wysiwyg h1, .custom-wysiwyg .timeline--list__item h1,
.timeline--list__item .custom-wysiwyg h2,
.custom-wysiwyg .timeline--list__item h2, .timeline--list__item .home-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.timeline--list__item .title, .timeline--list__item .big-title, .timeline--list__item .medium-title, .timeline--list__item .btn-show-more, .timeline--list__item .small-title,
.timeline--list__item h3, .timeline--list__item h4, .timeline--list__item .custom-wysiwyg h1, .custom-wysiwyg .timeline--list__item h1,
.timeline--list__item .custom-wysiwyg h2,
.custom-wysiwyg .timeline--list__item h2, .timeline--list__item .home-title {
  flex-direction: column;
}
.timeline--list__item .title span, .timeline--list__item .big-title span, .timeline--list__item .medium-title span, .timeline--list__item .btn-show-more span, .timeline--list__item .small-title span,
.timeline--list__item h3 span, .timeline--list__item h4 span, .timeline--list__item .custom-wysiwyg h1 span, .custom-wysiwyg .timeline--list__item h1 span,
.timeline--list__item .custom-wysiwyg h2 span,
.custom-wysiwyg .timeline--list__item h2 span, .timeline--list__item .home-title span {
  display: block;
  font-size: 1.7em;
  color: #013849;
}
.timeline--list__item p {
  margin-bottom: 0;
}
.timeline--list__item:nth-child(4n+3) {
  background-color: #13C8FF;
}
.timeline--list__item:nth-child(4n+3) .small-title, .timeline--list__item:nth-child(4n+3) span, .timeline--list__item:nth-child(4n+3) p {
  color: #013849;
}
.timeline--list__item:nth-child(4n+4) {
  background-color: #8CA5FD;
}
.timeline--list__item:nth-child(4n+4) .small-title,
.timeline--list__item:nth-child(4n+4) span,
.timeline--list__item:nth-child(4n+4) p {
  color: #01124B;
}
@media screen and (min-width: 992px) {
  .timeline--wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .timeline--wrapper {
    flex-direction: row;
  }
  .timeline--left {
    position: sticky;
    top: 150px;
  }
}
@media screen and (min-width: 992px) and (max-width: 768px) {
  .timeline--left .title.medium-title, .timeline--left .medium-title, .timeline--left .btn-show-more, .timeline--left .home-title {
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .timeline--list__item {
    min-height: 50vh;
  }
}

.team--title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team--title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .team--title .title, .team--title .big-title, .team--title .medium-title, .team--title .btn-show-more, .team--title .small-title,
  .team--title h3, .team--title h4, .team--title .custom-wysiwyg h1, .custom-wysiwyg .team--title h1,
  .team--title .custom-wysiwyg h2,
  .custom-wysiwyg .team--title h2, .team--title .home-title {
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}
.team--wrapper {
  display: flex;
  gap: 35px 20px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .team--wrapper {
    gap: 50px 20px;
  }
}
.team__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team__item {
  border-radius: 8px;
  background-color: #8FE3FE;
  position: relative;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
}
.team__item .label-wrapper {
  transform: rotate(-7.3deg) translateY(-20px);
  margin: 0 auto;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
.team__item .label-wrapper .label-title {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .team__item .label-wrapper .label-title {
    font-size: 24px;
  }
}
.team__item .team__name {
  text-align: left;
  width: 100%;
  color: #013849;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  right: 20px;
  position: static;
  padding: 10px 0 0;
}
.team__item .team__name span {
  display: block;
  color: #013849;
}
.team__item .team__image {
  display: flex;
  overflow: hidden;
}
.team__item .team__image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.team__item .team__image {
  background-color: #F3F3F3;
  border-radius: 8px 8px;
}
.team__item .team__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  position: relative;
  z-index: 2;
  max-height: 180px;
  margin: 0 0 0 auto;
}
.team__item .team__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media screen and (min-width: 1199px) {
  .team__item .team__icon {
    max-height: 200px;
  }
}
@media screen and (min-width: 1499px) {
  .team__item .team__icon {
    max-height: 160px;
  }
}
.team__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team__bottom {
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.team__bottom .team__name {
  width: auto;
}
.team__bottom__contact {
  margin: 0;
}
.team__bottom__contact a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.team__bottom__contact a:hover {
  color: #13C8FF;
}
@media screen and (min-width: 768px) {
  .team--wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .team__bottom {
    flex-direction: row;
    align-items: center;
  }
  .team__bottom__contact li {
    text-align: right;
  }
}
@media screen and (min-width: 1199px) {
  .team--wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1499px) {
  .team--wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.work {
  padding-top: 60px;
}
.work--title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .work--title {
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}
.work--title {
  margin-bottom: 30px;
}
.work--title .medium-title, .work--title .btn-show-more, .work--title .home-title {
  justify-content: center;
  align-items: center;
}
.work__featured, .work__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.work__featured, .work__item {
  border-radius: 8px;
  background-color: #13C8FF;
  padding: 20px;
  flex-direction: column;
}
.work__featured .btn-wrapper, .work__item .btn-wrapper {
  margin: auto 0 0 0;
}
.work__featured .illu-wrapper, .work__item .illu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 100px;
}
.work__featured .illu-wrapper img, .work__item .illu-wrapper img {
  max-width: 100%;
  display: block;
}
.work__featured .work__desc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work__featured .work__desc {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .work__featured .work__desc {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .work__featured .work__desc {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .work__featured .work__desc {
    width: 926.6666666667px;
  }
}
.work__featured .btn-wrapper {
  margin: auto 0 0 0;
}
.work__featured .btn-wrapper .btn-primary, .work__featured .btn-wrapper .btn-primary-child a, .btn-primary-child .work__featured .btn-wrapper a {
  background-color: #FFFEFD;
}
.work__featured .btn-wrapper .btn-primary:hover, .work__featured .btn-wrapper .btn-primary-child a:hover, .btn-primary-child .work__featured .btn-wrapper a:hover {
  background-color: #FFFEFD;
}
.work__featured .btn-wrapper .btn-primary svg path, .work__featured .btn-wrapper .btn-primary-child a svg path, .btn-primary-child .work__featured .btn-wrapper a svg path {
  fill: #FFFEFD;
}
.work__item {
  background-color: #8FE3FE;
}
.work__item:nth-child(2) {
  background-color: #8CA5FD;
}
.work__item:nth-child(2) .btn-wrapper .btn-primary, .work__item:nth-child(2) .btn-wrapper .btn-primary-child a, .btn-primary-child .work__item:nth-child(2) .btn-wrapper a {
  background-color: #FFFEFD;
}
.work__item:nth-child(2) .btn-wrapper .btn-primary:hover, .work__item:nth-child(2) .btn-wrapper .btn-primary-child a:hover, .btn-primary-child .work__item:nth-child(2) .btn-wrapper a:hover {
  background-color: #FFFEFD;
}
.work__item:nth-child(2) .btn-wrapper .btn-primary svg path, .work__item:nth-child(2) .btn-wrapper .btn-primary-child a svg path, .btn-primary-child .work__item:nth-child(2) .btn-wrapper a svg path {
  fill: #FFFEFD;
}
.work--grid, .work--columns {
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
}
@media screen and (min-width: 992px) {
  .work--columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .work--grid, .work--columns {
    gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .work--grid {
    grid-template-rows: repeat(2, 1fr);
  }
  .work--columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.english-page--hero p.intro {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .english-page--hero p.intro {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .english-page--hero p.intro {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .english-page--hero p.intro {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .english-page--hero p.intro {
    width: 926.6666666667px;
  }
}
.english-page--twocol, .english-page--helpers {
  margin-top: 60px;
}
.english-page--contact {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .english-page--twocol, .english-page--helpers {
    margin-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1199px) {
  .english-page--twocol, .english-page--helpers {
    margin-top: 100px;
  }
}

.chronic--intro p {
  margin-bottom: 0;
}
.chronic--edito {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chronic--edito {
  gap: 60px 0;
  padding-top: 30px;
}
.chronic--edito__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chronic--edito__image {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .chronic--edito__image {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--edito__image {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .chronic--edito__image {
    width: 695px;
  }
}
.chronic--edito__image picture {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chronic--edito__image picture {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .chronic--edito__image picture {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--edito__image picture {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .chronic--edito__image picture {
    width: 579.1666666667px;
  }
}
.chronic--edito__image picture {
  display: flex;
}
.chronic--edito__image picture img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.chronic--edito__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chronic--edito__text {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .chronic--edito__text {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--edito__text {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .chronic--edito__text {
    width: 695px;
  }
}
.chronic--edito__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chronic--edito__text .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .chronic--edito__text .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--edito__text .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .chronic--edito__text .text-wrapper {
    width: 579.1666666667px;
  }
}
.chronic--edito__text .text-wrapper {
  margin: 0;
}
.chronic--content {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .chronic--content {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .chronic--content {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--content {
    padding: 100px 0;
  }
}
.chronic--articles {
  padding: 30px 0 0;
}
.chronic--articles__title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chronic--articles__title {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .chronic--articles__title {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--articles__title {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .chronic--articles__title {
    width: 695px;
  }
}
.chronic--articles--list {
  display: flex;
  gap: 10px 20px;
  flex-direction: column;
}
@media screen and (min-width: 575px) {
  .chronic--articles--list {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--articles--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.chronic--articles--list {
  margin: 30px 0 0;
}
.chronic--articles--list .vignette__wrapper picture {
  aspect-ratio: 2/1;
}
.chronic--articles--list .vignette__wrapper picture img {
  object-fit: contain;
  max-width: 100%;
}
.chronic--contributes {
  padding: 60px 0 0;
}
.chronic--contributes__text {
  width: 100%;
  margin: 0 auto;
  background: #8CA5FD;
  border-radius: 8px;
  padding: 30px;
}
.chronic--contributes__text .custom-wysiwyg p {
  margin: 0 0 5px;
}
.chronic--contributes__text .custom-wysiwyg a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.chronic--contributes__text .custom-wysiwyg a:hover {
  color: #01124B !important;
}
.chronic--slider {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .chronic--slider {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .chronic--slider {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--slider {
    padding: 100px 0;
  }
}
.chronic--slider__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px 0;
  padding: 0 0 30px;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 1199px) {
  .chronic--slider__intro {
    padding-bottom: 60px;
  }
}
.chronic--slider__intro .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chronic--slider__intro .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .chronic--slider__intro .text-wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--slider__intro .text-wrapper {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .chronic--slider__intro .text-wrapper {
    width: 926.6666666667px;
  }
}
.chronic--slider__intro .text-wrapper {
  margin: 0;
}
.chronic--slider__intro .title, .chronic--slider__intro .big-title, .chronic--slider__intro .medium-title, .chronic--slider__intro .btn-show-more, .chronic--slider__intro .small-title,
.chronic--slider__intro h3, .chronic--slider__intro h4, .chronic--slider__intro .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__intro h1,
.chronic--slider__intro .custom-wysiwyg h2,
.custom-wysiwyg .chronic--slider__intro h2, .chronic--slider__intro .home-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chronic--slider__intro .title, .chronic--slider__intro .big-title, .chronic--slider__intro .medium-title, .chronic--slider__intro .btn-show-more, .chronic--slider__intro .small-title,
  .chronic--slider__intro h3, .chronic--slider__intro h4, .chronic--slider__intro .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__intro h1,
  .chronic--slider__intro .custom-wysiwyg h2,
  .custom-wysiwyg .chronic--slider__intro h2, .chronic--slider__intro .home-title {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .chronic--slider__intro .title, .chronic--slider__intro .big-title, .chronic--slider__intro .medium-title, .chronic--slider__intro .btn-show-more, .chronic--slider__intro .small-title,
  .chronic--slider__intro h3, .chronic--slider__intro h4, .chronic--slider__intro .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__intro h1,
  .chronic--slider__intro .custom-wysiwyg h2,
  .custom-wysiwyg .chronic--slider__intro h2, .chronic--slider__intro .home-title {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--slider__intro .title, .chronic--slider__intro .big-title, .chronic--slider__intro .medium-title, .chronic--slider__intro .btn-show-more, .chronic--slider__intro .small-title,
  .chronic--slider__intro h3, .chronic--slider__intro h4, .chronic--slider__intro .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__intro h1,
  .chronic--slider__intro .custom-wysiwyg h2,
  .custom-wysiwyg .chronic--slider__intro h2, .chronic--slider__intro .home-title {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .chronic--slider__intro .title, .chronic--slider__intro .big-title, .chronic--slider__intro .medium-title, .chronic--slider__intro .btn-show-more, .chronic--slider__intro .small-title,
  .chronic--slider__intro h3, .chronic--slider__intro h4, .chronic--slider__intro .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__intro h1,
  .chronic--slider__intro .custom-wysiwyg h2,
  .custom-wysiwyg .chronic--slider__intro h2, .chronic--slider__intro .home-title {
    width: 1158.3333333333px;
  }
}
.chronic--slider__intro .xsmall-title {
  margin: 0;
}
.chronic--slider__wrapper {
  width: 100%;
}
.chronic--slider__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.chronic--slider__item {
  flex-direction: column;
  padding: 20px;
  background-color: #8FE3FE;
  gap: 20px;
}
.chronic--slider__item .title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.chronic--slider__item .title-wrapper {
  flex-direction: column;
  gap: 5px;
}
.chronic--slider__item .title-wrapper .title, .chronic--slider__item .title-wrapper .big-title, .chronic--slider__item .title-wrapper .medium-title, .chronic--slider__item .title-wrapper .btn-show-more, .chronic--slider__item .title-wrapper .small-title,
.chronic--slider__item .title-wrapper h3, .chronic--slider__item .title-wrapper h4, .chronic--slider__item .title-wrapper .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__item .title-wrapper h1,
.chronic--slider__item .title-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .chronic--slider__item .title-wrapper h2, .chronic--slider__item .title-wrapper .home-title {
  text-align: left;
}
.chronic--slider__item .title-wrapper .title span, .chronic--slider__item .title-wrapper .big-title span, .chronic--slider__item .title-wrapper .medium-title span, .chronic--slider__item .title-wrapper .btn-show-more span, .chronic--slider__item .title-wrapper .small-title span,
.chronic--slider__item .title-wrapper h3 span, .chronic--slider__item .title-wrapper h4 span, .chronic--slider__item .title-wrapper .custom-wysiwyg h1 span, .custom-wysiwyg .chronic--slider__item .title-wrapper h1 span,
.chronic--slider__item .title-wrapper .custom-wysiwyg h2 span,
.custom-wysiwyg .chronic--slider__item .title-wrapper h2 span, .chronic--slider__item .title-wrapper .home-title span {
  color: #013849;
  display: block;
}
.chronic--slider__item.glide__slide {
  background-color: #8FE3FE;
}
.chronic--slider__item picture {
  margin: auto 0 0 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.chronic--slider__item picture img {
  width: 100%;
  height: auto;
  display: block;
}
.chronic--slider__item .btn-wrapper {
  padding: 0;
  margin: 0;
}
.chronic--slider .glide__arrows {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .chronic--intro {
    padding-top: 60px;
  }
  .chronic--articles {
    padding: 45px 0 0;
  }
  .chronic--edito {
    padding-top: 45px;
    align-items: flex-start;
  }
  .chronic--edito__image {
    position: sticky;
    top: 100px;
  }
  .chronic--edito__image picture {
    margin: 0 0 0 auto;
  }
  .chronic--edito__text .text-wrapper {
    margin: 0 0 0 auto;
  }
  .chronic--slider__intro {
    gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .chronic--articles {
    padding-top: 60px;
  }
  .chronic--edito {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .chronic--slider {
    border-top: 1px solid #13C8FF;
    padding-top: 60px;
    margin-top: 60px;
  }
}

.btn-show-more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: none;
  border: none;
  padding: 10px 0;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  cursor: pointer;
}
.btn-show-more span::after {
  display: none;
}
.btn-show-more .marquee {
  display: flex;
  width: max-content;
  animation: marquee 14s linear infinite;
}
.btn-show-more .marquee span {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.btn-show-more .marquee span::after {
  display: none;
}
.btn-show-more .marquee .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-show-more .marquee .icon-wrapper {
  background-color: #013849;
  height: 40px;
  width: 40px;
}
.btn-show-more .marquee .icon-wrapper svg {
  height: 30px;
  width: 30px;
}

.banner-combats {
  overflow: hidden;
}
.banner-combats--title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-combats--title {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .banner-combats--title {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-combats--title {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-combats--title {
    width: 1390px;
  }
}
@media screen and (max-width: 768px) {
  .banner-combats--title .title, .banner-combats--title .big-title, .banner-combats--title .medium-title, .banner-combats--title .small-title,
  .banner-combats--title h3, .banner-combats--title h4, .banner-combats--title .custom-wysiwyg h1, .custom-wysiwyg .banner-combats--title h1,
  .banner-combats--title .custom-wysiwyg h2,
  .custom-wysiwyg .banner-combats--title h2, .banner-combats--title .home-title, .banner-combats--title .btn-show-more {
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
}
.banner-combats--title {
  margin: 0 auto;
  padding: 60px 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banner-combats--title {
    padding-bottom: 60px;
  }
}
.banner-combats--filters {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-combats--filters {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .banner-combats--filters {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-combats--filters {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-combats--filters {
    width: 1390px;
  }
}
.banner-combats--filters {
  margin: 0 auto;
  gap: 0 10px;
}
.banner-combats--filters__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-combats--filters__item {
    width: 216.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-combats--filters__item {
    width: 290px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-combats--filters__item {
    width: 370px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-combats--filters__item {
    width: 453.3333333333px;
  }
}
.banner-combats--filters__item .btn-combat-filter {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.banner-combats--filters__item .btn-combat-filter {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background-color: #8FE3FE;
  color: #013849;
  text-align: center;
  padding: 10px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .banner-combats--filters__item .btn-combat-filter {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .banner-combats--filters__item .btn-combat-filter {
    font-size: 21px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-combats--filters__item .btn-combat-filter {
    font-size: 24px;
  }
}
.banner-combats--filters__item:nth-child(3) .btn-combat-filter {
  background-color: #13C8FF;
}
.banner-combats--filters__item:nth-child(2) .btn-combat-filter {
  background-color: #8CA5FD;
}
@media screen and (max-width: 768px) {
  .banner-combats--filters {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .banner-combats--filters::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .banner-combats--filters {
    white-space: nowrap;
    overflow: scroll;
    display: block;
  }
  .banner-combats--filters__item {
    width: auto;
    display: inline-block;
  }
}
.banner-combats--list li {
  background-color: #8FE3FE;
}
.banner-combats--list li:nth-child(3) {
  background-color: #13C8FF;
}
.banner-combats--list li:nth-child(3) .vignette .btn-primary, .banner-combats--list li:nth-child(3) .vignette .btn-primary-child a, .btn-primary-child .banner-combats--list li:nth-child(3) .vignette a {
  background-color: #FFFEFD;
}
.banner-combats--list li:nth-child(3) .vignette .btn-primary:hover, .banner-combats--list li:nth-child(3) .vignette .btn-primary-child a:hover, .btn-primary-child .banner-combats--list li:nth-child(3) .vignette a:hover {
  background-color: #FFFEFD;
}
.banner-combats--list li:nth-child(3) .vignette .btn-primary svg path, .banner-combats--list li:nth-child(3) .vignette .btn-primary-child a svg path, .btn-primary-child .banner-combats--list li:nth-child(3) .vignette a svg path {
  fill: #FFFEFD;
}
.banner-combats--list li:nth-child(2) {
  background-color: #8CA5FD;
}
.banner-combats--list li:nth-child(2) .vignette .btn-primary, .banner-combats--list li:nth-child(2) .vignette .btn-primary-child a, .btn-primary-child .banner-combats--list li:nth-child(2) .vignette a {
  background-color: #FFFEFD;
}
.banner-combats--list li:nth-child(2) .vignette .btn-primary:hover, .banner-combats--list li:nth-child(2) .vignette .btn-primary-child a:hover, .btn-primary-child .banner-combats--list li:nth-child(2) .vignette a:hover {
  background-color: #FFFEFD;
}
.banner-combats--list li:nth-child(2) .vignette .btn-primary svg path, .banner-combats--list li:nth-child(2) .vignette .btn-primary-child a svg path, .btn-primary-child .banner-combats--list li:nth-child(2) .vignette a svg path {
  fill: #FFFEFD;
}

.combat-item {
  padding: 30px 0;
  opacity: 0;
  display: none;
}
.combat-item.active, .filters__nav li.current_page_item a.combat-item {
  display: block;
  opacity: 0;
  animation: fadein 0.5s 1 forwards;
}
.combat-item__intro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.combat-item__intro {
  flex-direction: column;
  gap: 20px 10px;
  padding: 0 0 20px;
}
.combat-item__intro__desc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .combat-item__intro__desc {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .combat-item__intro__desc {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .combat-item__intro__desc {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .combat-item__intro__desc {
    width: 926.6666666667px;
  }
}
.combat-item__intro__desc p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .combat-item__intro {
    padding: 0 0 40px;
  }
}
.combat-item__articles {
  display: flex;
  gap: 10px 20px;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 575px) {
  .combat-item__articles {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .combat-item__articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .combat-item__articles {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .combat-item__articles {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .combat-item__articles {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .combat-item__articles {
    width: 1390px;
  }
}
.combat-item__articles {
  margin: 0 auto;
  padding: 0 20px 30px;
}
.combat-item__articles .vignette {
  border: 1px solid #013849;
  width: 100%;
  background: none;
}
.combat-item__articles .vignette .btn-primary, .combat-item__articles .vignette .btn-primary-child a, .btn-primary-child .combat-item__articles .vignette a {
  overflow: hidden;
}
.combat-item__articles .vignette.is-hidden {
  display: none;
  opacity: 0;
}
.combat-item__articles .vignette.is-visible {
  display: block;
  opacity: 0;
  animation: fadein 0.5s 0.2s 1 forwards;
}
@media screen and (min-width: 768px) {
  .combat-item__articles {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog--filters {
  padding: 60px 0 40px;
}
.blog--filters .container {
  padding: 0;
}
.blog--filters .title-wrapper .medium-title, .blog--filters .title-wrapper .home-title, .blog--filters .title-wrapper .btn-show-more {
  justify-content: center;
  align-items: center;
}
.blog--filters .title-wrapper .medium-title span, .blog--filters .title-wrapper .home-title span, .blog--filters .title-wrapper .btn-show-more span {
  display: block;
}
.blog--filters .filters__nav {
  margin: 30px 0 0;
}
.blog--listing__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .blog--listing__intro .text-wrapper p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .blog--listing__intro .text-wrapper p {
    font-size: 24px;
  }
}
.blog--listing__intro {
  gap: 10px 20px;
  padding: 0 0 30px;
}
.blog--listing__intro .title, .blog--listing__intro .big-title, .blog--listing__intro .medium-title, .blog--listing__intro .small-title,
.blog--listing__intro h3, .blog--listing__intro h4, .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing__intro h1,
.blog--listing__intro .custom-wysiwyg h2,
.custom-wysiwyg .blog--listing__intro h2, .blog--listing__intro .home-title, .blog--listing__intro .btn-show-more,
.blog--listing__intro .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog--listing__intro .title, .blog--listing__intro .big-title, .blog--listing__intro .medium-title, .blog--listing__intro .small-title,
  .blog--listing__intro h3, .blog--listing__intro h4, .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing__intro h1,
  .blog--listing__intro .custom-wysiwyg h2,
  .custom-wysiwyg .blog--listing__intro h2, .blog--listing__intro .home-title, .blog--listing__intro .btn-show-more,
  .blog--listing__intro .text-wrapper {
    width: 670px;
  }
}
@media screen and (min-width: 992px) {
  .blog--listing__intro .title, .blog--listing__intro .big-title, .blog--listing__intro .medium-title, .blog--listing__intro .small-title,
  .blog--listing__intro h3, .blog--listing__intro h4, .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing__intro h1,
  .blog--listing__intro .custom-wysiwyg h2,
  .custom-wysiwyg .blog--listing__intro h2, .blog--listing__intro .home-title, .blog--listing__intro .btn-show-more,
  .blog--listing__intro .text-wrapper {
    width: 440px;
  }
}
@media screen and (min-width: 1199px) {
  .blog--listing__intro .title, .blog--listing__intro .big-title, .blog--listing__intro .medium-title, .blog--listing__intro .small-title,
  .blog--listing__intro h3, .blog--listing__intro h4, .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing__intro h1,
  .blog--listing__intro .custom-wysiwyg h2,
  .custom-wysiwyg .blog--listing__intro h2, .blog--listing__intro .home-title, .blog--listing__intro .btn-show-more,
  .blog--listing__intro .text-wrapper {
    width: 560px;
  }
}
@media screen and (min-width: 1499px) {
  .blog--listing__intro .title, .blog--listing__intro .big-title, .blog--listing__intro .medium-title, .blog--listing__intro .small-title,
  .blog--listing__intro h3, .blog--listing__intro h4, .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing__intro h1,
  .blog--listing__intro .custom-wysiwyg h2,
  .custom-wysiwyg .blog--listing__intro h2, .blog--listing__intro .home-title, .blog--listing__intro .btn-show-more,
  .blog--listing__intro .text-wrapper {
    width: 685px;
  }
}
.blog--listing__intro .text-wrapper {
  margin-top: 0;
}
.blog--listing__intro .text-wrapper p {
  margin: 0;
}
.blog--listing__grid {
  display: flex;
  gap: 10px 20px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .blog--listing__intro .title, .blog--listing__intro .big-title, .blog--listing__intro .medium-title, .blog--listing__intro .small-title,
  .blog--listing__intro h3, .blog--listing__intro h4, .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing__intro h1,
  .blog--listing__intro .custom-wysiwyg h2,
  .custom-wysiwyg .blog--listing__intro h2, .blog--listing__intro .home-title, .blog--listing__intro .btn-show-more {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .blog--filters {
    padding: 100px 0 60px;
  }
  .blog--listing__intro {
    padding-bottom: 60px;
  }
  .blog--listing__grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
  }
  .blog--listing__grid .vignette {
    display: flex;
    flex-direction: column;
  }
}

.single-post--intro {
  padding: 45px 0;
}
.single-post--intro .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-post--intro .container {
  flex-display: column;
  gap: 30px;
}
.single-post--intro__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-post--intro__title {
  width: 100%;
  gap: 20px 0;
}
.single-post--intro__title .cat-wrapper .cat-name {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.single-post--intro__title .cat-wrapper .cat-name {
  background-color: #8FE3FE;
}
.single-post--intro__title .cat-wrapper .cat-name:hover {
  background-color: #013849;
  color: #FFFEFD;
}
.single-post--intro__left {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .single-post--intro__left {
    width: 510px;
  }
}
@media screen and (min-width: 992px) {
  .single-post--intro__left {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--intro__left {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--intro__left {
    width: 810.8333333333px;
  }
}
.single-post--intro__left {
  gap: 20px 10px;
  flex-direction: column;
}
.single-post--intro__left .cat-wrapper .btn-link {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.single-post--intro__left .cat-wrapper .btn-link .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-post--intro__left .cat-wrapper .btn-link.btn-back {
  padding: 2.5px 10px;
  border-radius: 8px;
  background-color: rgba(143, 227, 254, 0.2);
}
.single-post--intro__left .cat-wrapper .btn-link.btn-back:hover {
  color: #013849;
}
@media screen and (min-width: 768px) {
  .single-post--intro__left .cat-wrapper .btn-link.btn-back:hover {
    color: #13C8FF;
  }
}
.single-post--intro__right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .single-post--intro__right {
    width: 113.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  .single-post--intro__right {
    width: 225px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--intro__right {
    width: 285px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--intro__right {
    width: 347.5px;
  }
}
.single-post--intro__right {
  gap: 5px 0;
}
.single-post--intro .date-with-schedule {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-post--intro .date-with-schedule {
  flex-direction: column;
  gap: 5px;
}
.single-post--intro .date {
  font-family: "Tanker", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (min-width: 992px) {
  .single-post--intro .date {
    font-size: 30px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--intro .date {
    font-size: 40px;
  }
}
.single-post--intro .location {
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single-post--intro .location {
    text-align: right;
    font-size: 14px;
  }
}
.single-post--intro__image {
  width: 100%;
  max-height: 400px;
}
.single-post--intro__image.full-image {
  max-height: 80vh;
  display: flex;
  aspect-ratio: 16/9;
}
.single-post--intro__image.full-image picture {
  display: flex;
  overflow: hidden;
}
.single-post--intro__image.full-image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.single-post--intro__image.full-image picture {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.single-post--intro__image.full-image picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-post--intro__image picture {
  width: 100%;
  display: block;
}
.single-post--intro__image picture img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.single-post--intro__image.fit-container {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.single-post--intro__image.fit-container img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .single-post--intro__title .small-title {
    font-size: 32px;
  }
  .single-post--intro__right {
    justify-content: flex-start;
  }
  .single-post--intro .date-with-schedule {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .single-post--intro__right {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10px 20px;
  }
  .single-post--intro__right br {
    display: none;
  }
}
.single-post--chronic {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .single-post--chronic {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .single-post--chronic {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--chronic {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--chronic {
    width: 1158.3333333333px;
  }
}
.single-post--chronic {
  flex-direction: column;
  margin: 0 auto;
  gap: 30px;
}
.single-post--chronic .author-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .single-post--chronic .author-wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .single-post--chronic .author-wrapper {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--chronic .author-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--chronic .author-wrapper {
    width: 579.1666666667px;
  }
}
.single-post--chronic .author-wrapper {
  flex-direction: column;
  gap: 5px 15px;
  border-radius: 8px;
  background-color: #8FE3FE;
  padding: 20px;
}
.single-post--chronic .author-wrapper span {
  display: block;
}
.single-post--chronic .author-wrapper.has-avatar {
  flex-direction: row;
  align-items: center;
}
.single-post--chronic .author-wrapper .avatar-image {
  display: flex;
  overflow: hidden;
}
.single-post--chronic .author-wrapper .avatar-image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.single-post--chronic .author-wrapper .avatar-image {
  border-radius: 8px;
  height: 60px;
  width: 60px;
}
.single-post--chronic__intro p {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .single-post--chronic__intro p .text-wrapper p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--chronic__intro p .text-wrapper p {
    font-size: 24px;
  }
}
.single-post--chronic__intro p {
  font-size: 21px;
  color: #013849;
  margin: 0;
}
.single-post--chronic__intro p.bold {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .single-post--chronic__intro p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--chronic__intro p {
    font-size: 28px;
  }
}
.single-post--content {
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #13C8FF;
}
@media screen and (min-width: 992px) {
  .single-post--content {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.single-post--content .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-post--content .container {
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 992px) {
  .single-post--content .container {
    gap: 60px 0;
  }
}
.single-post--content .custom-wysiwyg h2, .single-post--content .custom-wysiwyg h3, .single-post--content .custom-wysiwyg h4, .single-post--content .custom-wysiwyg h5 {
  letter-spacing: 0;
}
.single-post--content .custom-wysiwyg h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  color: #013849;
  letter-spacing: 0;
}
.single-post--content .custom-wysiwyg h2 strong, .single-post--content .custom-wysiwyg h2 span {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.single-post--content .custom-wysiwyg h2 strong, .single-post--content .custom-wysiwyg h2 span {
  color: #013849;
  letter-spacing: 0;
}
.single-post--content .custom-wysiwyg h3, .single-post--content .custom-wysiwyg h4 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.single-post--content .custom-wysiwyg h3 strong, .single-post--content .custom-wysiwyg h3 span, .single-post--content .custom-wysiwyg h4 strong, .single-post--content .custom-wysiwyg h4 span {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.single-post--content__image, .single-post--content__text, .single-post--content__twocol, .single-post--content__quote, .single-post--content__video, .single-post--content__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-post--content__image, .single-post--content__text, .single-post--content__twocol, .single-post--content__quote, .single-post--content__video, .single-post--content__list {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .single-post--content__image, .single-post--content__text, .single-post--content__twocol, .single-post--content__quote, .single-post--content__video, .single-post--content__list {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--content__image, .single-post--content__text, .single-post--content__twocol, .single-post--content__quote, .single-post--content__video, .single-post--content__list {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--content__image, .single-post--content__text, .single-post--content__twocol, .single-post--content__quote, .single-post--content__video, .single-post--content__list {
    width: 1158.3333333333px;
  }
}
.single-post--content__image, .single-post--content__text, .single-post--content__twocol, .single-post--content__quote, .single-post--content__video, .single-post--content__list {
  margin: 0 auto;
}
.single-post--content__image .custom-wysiwyg h2 span, .single-post--content__image .custom-wysiwyg h2 strong, .single-post--content__image .custom-wysiwyg h3 span, .single-post--content__image .custom-wysiwyg h3 strong, .single-post--content__image .custom-wysiwyg h4 span, .single-post--content__image .custom-wysiwyg h4 strong, .single-post--content__image .custom-wysiwyg h5 span, .single-post--content__image .custom-wysiwyg h5 strong, .single-post--content__text .custom-wysiwyg h2 span, .single-post--content__text .custom-wysiwyg h2 strong, .single-post--content__text .custom-wysiwyg h3 span, .single-post--content__text .custom-wysiwyg h3 strong, .single-post--content__text .custom-wysiwyg h4 span, .single-post--content__text .custom-wysiwyg h4 strong, .single-post--content__text .custom-wysiwyg h5 span, .single-post--content__text .custom-wysiwyg h5 strong, .single-post--content__twocol .custom-wysiwyg h2 span, .single-post--content__twocol .custom-wysiwyg h2 strong, .single-post--content__twocol .custom-wysiwyg h3 span, .single-post--content__twocol .custom-wysiwyg h3 strong, .single-post--content__twocol .custom-wysiwyg h4 span, .single-post--content__twocol .custom-wysiwyg h4 strong, .single-post--content__twocol .custom-wysiwyg h5 span, .single-post--content__twocol .custom-wysiwyg h5 strong, .single-post--content__quote .custom-wysiwyg h2 span, .single-post--content__quote .custom-wysiwyg h2 strong, .single-post--content__quote .custom-wysiwyg h3 span, .single-post--content__quote .custom-wysiwyg h3 strong, .single-post--content__quote .custom-wysiwyg h4 span, .single-post--content__quote .custom-wysiwyg h4 strong, .single-post--content__quote .custom-wysiwyg h5 span, .single-post--content__quote .custom-wysiwyg h5 strong, .single-post--content__video .custom-wysiwyg h2 span, .single-post--content__video .custom-wysiwyg h2 strong, .single-post--content__video .custom-wysiwyg h3 span, .single-post--content__video .custom-wysiwyg h3 strong, .single-post--content__video .custom-wysiwyg h4 span, .single-post--content__video .custom-wysiwyg h4 strong, .single-post--content__video .custom-wysiwyg h5 span, .single-post--content__video .custom-wysiwyg h5 strong, .single-post--content__list .custom-wysiwyg h2 span, .single-post--content__list .custom-wysiwyg h2 strong, .single-post--content__list .custom-wysiwyg h3 span, .single-post--content__list .custom-wysiwyg h3 strong, .single-post--content__list .custom-wysiwyg h4 span, .single-post--content__list .custom-wysiwyg h4 strong, .single-post--content__list .custom-wysiwyg h5 span, .single-post--content__list .custom-wysiwyg h5 strong {
  color: #013849;
}
.single-post--content__image picture {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}
.single-post--content__image picture img {
  display: block;
  max-height: 500px;
}
.single-post--content__image.full-image {
  display: flex;
  aspect-ratio: 16/9;
}
.single-post--content__image.full-image picture {
  display: flex;
  overflow: hidden;
}
.single-post--content__image.full-image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.single-post--content__image.full-image picture {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.single-post--content__image.full-image picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
}
.single-post--content__twocol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-post--content__twocol {
  gap: 30px 0;
}
.single-post--content__twocol .image-wrapper,
.single-post--content__twocol .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-post--content__twocol .image-wrapper,
  .single-post--content__twocol .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .single-post--content__twocol .image-wrapper,
  .single-post--content__twocol .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--content__twocol .image-wrapper,
  .single-post--content__twocol .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--content__twocol .image-wrapper,
  .single-post--content__twocol .text-wrapper {
    width: 579.1666666667px;
  }
}
.single-post--content__twocol .text-wrapper .title, .single-post--content__twocol .text-wrapper .big-title, .single-post--content__twocol .text-wrapper .medium-title, .single-post--content__twocol .text-wrapper .small-title,
.single-post--content__twocol .text-wrapper h3, .single-post--content__twocol .text-wrapper h4, .single-post--content__twocol .text-wrapper .custom-wysiwyg h1, .custom-wysiwyg .single-post--content__twocol .text-wrapper h1,
.single-post--content__twocol .text-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .single-post--content__twocol .text-wrapper h2, .single-post--content__twocol .text-wrapper .home-title, .single-post--content__twocol .text-wrapper .btn-show-more {
  padding-bottom: 20px;
}
.single-post--content__twocol .image-wrapper picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-post--content__twocol .image-wrapper picture img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.single-post--content__quote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .single-post--content__quote {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .single-post--content__quote {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--content__quote {
    padding: 100px 0;
  }
}
.single-post--content__quote {
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #8FE3FE;
}
.single-post--content__quote blockquote {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  width: 100%;
  text-align: left;
  color: #013849;
}
@media screen and (min-width: 768px) {
  .single-post--content__quote blockquote {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .single-post--content__quote blockquote {
    width: 675px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post--content__quote blockquote {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--content__quote blockquote {
    width: 926.6666666667px;
  }
}
@media screen and (min-width: 768px) {
  .single-post--content__quote .blockquote {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .single-post--content__quote {
    padding: 20px;
  }
}
.single-post--content__quote.dark-blue {
  background-color: #01124B;
}
.single-post--content__quote.dark-blue blockquote {
  color: #FFFEFD;
}
.single-post--content__quote.purple {
  background-color: #8CA5FD;
}
.single-post--content__quote.bg-primary {
  background-color: #13C8FF;
}
.single-post--content__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.single-post--content__list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-post--content__list__wrapper .label-title {
  background: none;
  padding: 0;
  color: #013849;
  letter-spacing: 1px;
}
.single-post--content__list__wrapper p {
  margin: 0;
}
.single-post--content__list__wrapper.display-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-post--content__list__wrapper.display-list li {
  gap: 10px 20px;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .single-post--intro {
    padding-top: 60px;
  }
  .single-post--intro__left {
    padding: 10px;
  }
  .single-post--content__list__wrapper.display-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .single-post--content__twocol {
    flex-direction: row-reverse;
  }
  .single-post--content__twocol .text-wrapper {
    padding-right: 30px;
  }
  .single-post--content__twocol .image-wrapper {
    position: sticky;
    top: 100px;
  }
}
@media screen and (min-width: 1199px) {
  .single-post {
    padding-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1499px) {
  .single-post--content__quote {
    padding: 100px 0;
  }
}

.footnotes--wrapper {
  padding: 30px 0;
  margin-top: 45px;
  border-top: 1px solid #13C8FF;
}
.footnotes--wrapper.custom-wysiwyg * {
  font-size: 14px;
}
.footnotes--wrapper.custom-wysiwyg ol, .footnotes--wrapper.custom-wysiwyg ul {
  margin: 0;
}
.footnotes--wrapper.custom-wysiwyg ol li, .footnotes--wrapper.custom-wysiwyg ul li {
  font-size: 14px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination {
  flex-direction: row;
  padding-top: 60px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  height: 30px;
  width: 30px;
}
.pagination .page-numbers.current {
  background-color: #13C8FF;
  color: #FFFEFD;
}
.pagination a:hover {
  color: #01124B;
  background-color: #8FE3FE;
}

.support--cta__tuile {
  background-color: #FEF48A;
}
.support--cta__tuile .vignette__wrapper {
  width: 100%;
}
.support--cta__tuile .vignette__wrapper .btn-primary, .support--cta__tuile .vignette__wrapper .btn-primary-child a, .btn-primary-child .support--cta__tuile .vignette__wrapper a {
  background-color: #FFFEFD;
}
.support--cta__tuile .vignette__wrapper .btn-primary:hover, .support--cta__tuile .vignette__wrapper .btn-primary-child a:hover, .btn-primary-child .support--cta__tuile .vignette__wrapper a:hover {
  background-color: #FFFEFD;
}
.support--cta__tuile .vignette__wrapper .btn-primary svg path, .support--cta__tuile .vignette__wrapper .btn-primary-child a svg path, .btn-primary-child .support--cta__tuile .vignette__wrapper a svg path {
  fill: #FFFEFD;
}
@media screen and (min-width: 768px) {
  .support--cta__tuile .vignette__wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .support--cta__tuile .vignette__wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .support--cta__tuile .vignette__wrapper {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .support--cta__tuile .vignette__wrapper {
    width: 695px;
  }
}
.support--cta__tuile .vignette__wrapper {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .support--cta__tuile .vignette__wrapper .xsmall-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .support--cta__tuile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .support--cta__tuile .vignette__wrapper .text-wrapper {
    text-align: center;
  }
  .support--cta__tuile .vignette__wrapper .text-wrapper .title, .support--cta__tuile .vignette__wrapper .text-wrapper .big-title, .support--cta__tuile .vignette__wrapper .text-wrapper .medium-title, .support--cta__tuile .vignette__wrapper .text-wrapper .small-title,
  .support--cta__tuile .vignette__wrapper .text-wrapper h3, .support--cta__tuile .vignette__wrapper .text-wrapper h4, .support--cta__tuile .vignette__wrapper .text-wrapper .custom-wysiwyg h1, .custom-wysiwyg .support--cta__tuile .vignette__wrapper .text-wrapper h1,
  .support--cta__tuile .vignette__wrapper .text-wrapper .custom-wysiwyg h2,
  .custom-wysiwyg .support--cta__tuile .vignette__wrapper .text-wrapper h2, .support--cta__tuile .vignette__wrapper .text-wrapper .home-title, .support--cta__tuile .vignette__wrapper .text-wrapper .btn-show-more {
    text-align: inherit;
  }
  .support--cta__tuile .vignette__wrapper .btn-wrapper {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.support--tuiles {
  margin-top: 20px;
}
.support--tuiles .banner-cta__wrapper .vignette {
  background-color: #8CA5FD;
}
.support--tuiles .banner-cta__wrapper .vignette .btn-primary, .support--tuiles .banner-cta__wrapper .vignette .btn-primary-child a, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette a {
  background-color: #FFFEFD;
}
.support--tuiles .banner-cta__wrapper .vignette .btn-primary:hover, .support--tuiles .banner-cta__wrapper .vignette .btn-primary-child a:hover, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette a:hover {
  background-color: #FFFEFD;
}
.support--tuiles .banner-cta__wrapper .vignette .btn-primary svg path, .support--tuiles .banner-cta__wrapper .vignette .btn-primary-child a svg path, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette a svg path {
  fill: #FFFEFD;
}
@media screen and (max-width: 768px) {
  .support--tuiles .banner-cta__wrapper .vignette .title.xsmall-title, .support--tuiles .banner-cta__wrapper .vignette .xsmall-title.big-title, .support--tuiles .banner-cta__wrapper .vignette .xsmall-title.medium-title, .support--tuiles .banner-cta__wrapper .vignette .xsmall-title.small-title,
  .support--tuiles .banner-cta__wrapper .vignette h3.xsmall-title, .support--tuiles .banner-cta__wrapper .vignette h4.xsmall-title, .support--tuiles .banner-cta__wrapper .vignette .custom-wysiwyg h1.xsmall-title, .custom-wysiwyg .support--tuiles .banner-cta__wrapper .vignette h1.xsmall-title,
  .support--tuiles .banner-cta__wrapper .vignette .custom-wysiwyg h2.xsmall-title,
  .custom-wysiwyg .support--tuiles .banner-cta__wrapper .vignette h2.xsmall-title, .support--tuiles .banner-cta__wrapper .vignette .xsmall-title.home-title, .support--tuiles .banner-cta__wrapper .vignette .xsmall-title.btn-show-more {
    font-size: 32px;
  }
}
.support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) {
  background-color: #8FE3FE;
}
.support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) .btn-primary, .support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) .btn-primary-child a, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) a {
  background-color: #13C8FF;
}
.support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) .btn-primary:hover, .support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) .btn-primary-child a:hover, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) a:hover {
  background-color: #13C8FF;
}
.support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) .btn-primary svg path, .support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) .btn-primary-child a svg path, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette:nth-child(2n+2) a svg path {
  fill: #FFFEFD;
}
.support--tuiles .banner-cta__wrapper .vignette:last-of-type {
  background-color: #13C8FF;
}
.support--tuiles .banner-cta__wrapper .vignette:last-of-type .btn-primary, .support--tuiles .banner-cta__wrapper .vignette:last-of-type .btn-primary-child a, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette:last-of-type a {
  background-color: #FFFEFD;
}
.support--tuiles .banner-cta__wrapper .vignette:last-of-type .btn-primary:hover, .support--tuiles .banner-cta__wrapper .vignette:last-of-type .btn-primary-child a:hover, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette:last-of-type a:hover {
  background-color: #FFFEFD;
}
.support--tuiles .banner-cta__wrapper .vignette:last-of-type .btn-primary svg path, .support--tuiles .banner-cta__wrapper .vignette:last-of-type .btn-primary-child a svg path, .btn-primary-child .support--tuiles .banner-cta__wrapper .vignette:last-of-type a svg path {
  fill: #FFFEFD;
}
@media screen and (min-width: 1199px) {
  .support--tuiles .banner-cta__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.press-listing--wrapper {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .press-listing--wrapper {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .press-listing--wrapper {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .press-listing--wrapper {
    padding: 100px 0;
  }
}
.press-listing--wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 45px;
  width: 100%;
}
.press-listing .medium-title, .press-listing .home-title, .press-listing .btn-show-more {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .press-listing .medium-title, .press-listing .home-title, .press-listing .btn-show-more {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .press-listing .medium-title, .press-listing .home-title, .press-listing .btn-show-more {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .press-listing .medium-title, .press-listing .home-title, .press-listing .btn-show-more {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .press-listing .medium-title, .press-listing .home-title, .press-listing .btn-show-more {
    width: 1158.3333333333px;
  }
}
.press-listing .medium-title span, .press-listing .home-title span, .press-listing .btn-show-more span {
  display: inline-block;
}
.press-listing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
}
.press-listing__list article {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .press-listing__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.event--listing {
  padding: 0;
}
.event--listing .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
}
.event--listing__title {
  padding-bottom: 20px;
}
.event--listing__grid {
  display: flex;
  gap: 10px 20px;
  flex-direction: column;
}
@media screen and (min-width: 575px) {
  .event--listing__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .event--listing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.event--listing__grid .vignette__wrapper .text-wrapper {
  padding-bottom: 10px;
  width: 100%;
}
.event--archive-cta {
  padding: 40px 0;
}
@media screen and (min-width: 575px) {
  .event--archive-cta {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .event--archive-cta {
    padding: 83.3333333333px 0;
  }
}
@media screen and (min-width: 1199px) {
  .event--archive-cta {
    padding: 100px 0;
  }
}
.event--archive-cta__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.event--archive-cta__text {
  flex-direction: column;
  gap: 10px;
}
.event--archive-cta__text .btn-wrapper {
  padding-top: 0;
}

.single-event--content {
  padding-bottom: 60px;
}
.event-vignette__bottom {
  margin: auto 0 0 0;
  width: 100%;
}

.search-results--hero .title-wrapper {
  padding: 0;
}
.search-results--hero .title-wrapper .label-title {
  position: static;
  font-size: 18px;
  margin-bottom: -5px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .search-results--hero .title-wrapper .label-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .search-results--hero .title-wrapper .label-title {
    margin-bottom: 10px;
    transform: none;
  }
}
.search-results--hero .title-wrapper .title, .search-results--hero .title-wrapper .big-title, .search-results--hero .title-wrapper .medium-title, .search-results--hero .title-wrapper .small-title,
.search-results--hero .title-wrapper h3, .search-results--hero .title-wrapper h4, .search-results--hero .title-wrapper .custom-wysiwyg h1, .custom-wysiwyg .search-results--hero .title-wrapper h1,
.search-results--hero .title-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .search-results--hero .title-wrapper h2, .search-results--hero .title-wrapper .home-title, .search-results--hero .title-wrapper .btn-show-more {
  text-transform: none;
}
.search-results--hero .title-wrapper .counter {
  padding: 20px 0;
  margin: 0;
}
.search-results--hero .title-wrapper .counter span {
  color: #13C8FF;
  font-weight: bold;
}
.search-results--hero .search-form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-results--hero .search-form {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .search-results--hero .search-form {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .search-results--hero .search-form {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .search-results--hero .search-form {
    width: 695px;
  }
}
.search-results--hero .search-form {
  margin: 0 auto;
}
.search-results--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-results--wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .search-results--wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .search-results--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .search-results--wrapper {
    width: 1158.3333333333px;
  }
}
.search-results--wrapper {
  margin: 0 auto;
  padding: 60px 0;
}

.site-header--item.center {
  position: relative;
}
.site-header--item.center:has(.search-wrapper.is-active) {
  border-radius: 8px 8px 0 0 !important;
}
.site-header .btn-search-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-header .btn-search-nav {
  font-size: 16px;
  border: none;
  cursor: pointer;
  gap: 5px;
  background: none;
}
.site-header .btn-search-nav svg {
  width: 18px;
}
.site-header .search-wrapper {
  display: none;
  width: 100%;
  top: 100%;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px;
  position: absolute;
  background-color: #8FE3FE;
}
.site-header .search-wrapper.is-active {
  display: flex;
}
.site-header .search-wrapper .search-form {
  width: 100%;
}
.site-header .search-wrapper .search-form__label {
  flex: 1;
}
.site-header .search-wrapper .search-form__field .btn-search {
  background-color: #01124B;
}
.site-header .search-wrapper .search-form__field .btn-search svg path {
  fill: #FFFEFD;
}
.site-header .search-wrapper .search-form__field .btn-search:hover {
  background-color: #FEF48A;
}
.site-header .search-wrapper .search-form__field .btn-search:hover svg path {
  fill: #353100;
}
.site-header .search-wrapper .search-form__field input {
  background: #FFFEFD;
}
.site-header .search-wrapper .search-form__field input:focus {
  outline: none;
}
.site-header .search-wrapper .search-form__suggestions {
  padding: 10px 0 5px;
  margin: 0;
}
.site-header .search-wrapper .search-form__suggestions .btn-suggestion:hover {
  background-color: #FFFEFD;
  border-color: #FFFEFD;
  color: #013849;
}

.search-form__field {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.search-form__field {
  gap: 5px;
}
.search-form__field input {
  border: none;
  background: #F3F3F3;
  border-radius: 8px;
  height: 55px;
  padding: 0 40px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .search-form__field input {
    height: 50px;
  }
}
.search-form__label {
  display: flex;
  flex: 1;
  position: relative;
}
.search-form__label .search-form__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
}
.search-form__label .search-form__icon svg {
  width: 20px;
}
.search-form__label .search-form__reset {
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  font-size: 16px;
}
.search-form .search-form__reset,
.search-form .btn-search {
  opacity: 0;
  pointer-events: none;
  transition: 0s;
}
.search-form .btn-search {
  border: none;
  height: 55px;
  width: 55px;
  cursor: not-allowed;
  padding: 0;
  display: none;
  opacity: 0.2;
  transition: 0.3s;
}
.search-form .btn-search .icon-wrapper {
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}
.search-form .btn-search .icon-wrapper svg path {
  fill: #01124B;
}
@media screen and (max-width: 575px) {
  .search-form .btn-search {
    height: 50px;
    width: 50px;
  }
  .search-form .btn-search .icon-wrapper {
    width: 40px;
    height: 40px;
  }
}
.search-form__suggestions {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.search-form__suggestions .suggest-title {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .search-form__suggestions .suggest-title {
    display: none;
  }
}
.search-form__suggestions--list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search-form__suggestions--list {
  gap: 2.5px;
  display: flex !important;
}
.search-form .btn-suggestion {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 500;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.search-form .btn-suggestion {
  border: 1px solid #013849;
  color: #013849;
  border-radius: 8px;
  padding: 2.5px 5px;
  font-size: 14px;
  cursor: pointer;
}
.search-form .btn-suggestion:hover {
  border-color: #13C8FF;
  color: #13C8FF;
}
.search-form .search-form__field.search-form--active .search-form__reset {
  opacity: 1;
  pointer-events: auto;
}
.search-form .search-form__field.search-form--active .btn-search {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
}

.main-navigation .search-form__suggestions .suggest-title {
  display: none;
}
.main-navigation .search-form__suggestions--list li {
  margin: 0;
}

.results-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
}
.results-list li {
  width: 100%;
  list-style: none;
  padding-bottom: 25px;
  border-bottom: 1px solid #F3F3F3;
}
.results-list li:last-of-type {
  border: none;
  padding-bottom: 0;
}
.results-list__item .cat-wrapper {
  padding: 0 0 10px;
}
.results-list__item .cat-wrapper .cat-name {
  background-color: #8FE3FE;
  color: #01124B;
}
.results-list__item .search-highlight {
  background-color: #FEF48A;
  border-radius: 8px;
}
.results-list__item .btn-link:hover {
  color: #01124B;
}
@media screen and (max-width: 768px) {
  .results-list__item .btn-link:hover {
    color: #013849;
  }
}
.results-list__item .result-excerpt {
  padding: 5px 0 0;
}
.results-list__item .result-excerpt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .results-list__item .result-excerpt p {
    padding-top: 10px;
  }
}
.results-list__item .result-excerpt p a {
  color: #13C8FF;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.results-list__item .result-excerpt p a:hover {
  color: #013849;
}
.results-list__item .btn-wrapper {
  padding-top: 20px;
}

@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff");
}
:where(.sib-form-message-panel) {
  display: none;
}

:where(.sib-form-message-panel .sib-notification__icon) {
  width: 20px;
  height: 20px;
}

#sib-container input:-ms-input-placeholder {
  font-family: Helvetica, sans-serif;
  text-align: left;
  color: #c0ccda;
}

#sib-container input::placeholder {
  font-family: Helvetica, sans-serif;
  text-align: left;
  color: #c0ccda;
}

#sib-container textarea::placeholder {
  font-family: Helvetica, sans-serif;
  text-align: left;
  color: #c0ccda;
}

#sib-container a {
  text-decoration: underline;
  color: #2BB2FC;
}

.sib-container--large {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.sib-container--large label.entry__label {
  color: #013849 !important;
  letter-spacing: -0.5px !important;
}
.sib-container--large * {
  font-family: "Inter", sans-serif !important;
}
.sib-container--large input {
  border-radius: 8px;
  height: 50px;
  border: 1px solid #13C8FF;
  background-color: #FFFEFD;
  padding: 0 10px;
  color: #013849;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.sib-container--large input:focus {
  border-color: #013849;
}
.sib-container--large label.entry__specification {
  color: #353100;
  font-size: 12px;
}
.sib-container--large .sib-input.sib-form-block {
  padding: 0 !important;
}
.sib-container--large .sib-form-block {
  padding: 0 !important;
}
.sib-container--large .entry__error {
  padding: 5px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
}
.sib-container--large #error-message.sib-form-message-panel {
  border: none !important;
  border-radius: 8px !important;
  padding: 0 !important;
}

.contact--cta .big-title {
  opacity: 0;
}
.contact--cta .btn-wrapper {
  opacity: 0;
}
.contact--cta.is-visible .big-title {
  animation: fadein 1s 0.4s 1 forwards;
}
.contact--cta.is-visible .btn-wrapper {
  animation: fadein 1s 0.8s 1 forwards;
}

.image--full-screen {
  opacity: 0;
}
.image--full-screen.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}

.site-header--item {
  opacity: 0;
}
.site-header.is-visible .site-header--item {
  animation: fadein 0.5s 1 forwards ease-in;
}
.site-header.is-visible .site-header--item.logo-wrapper {
  animation-delay: 0.2s;
}
.site-header.is-visible .site-header--item.right {
  animation-delay: 0.3s;
}

/* home */
.banner-gallery picture {
  opacity: 0;
}
.banner-gallery.is-visible picture {
  animation: fadein 0.5s 0.2s 1 forwards ease-in-out;
}
.banner-gallery.is-visible picture:nth-child(1) {
  animation-delay: 0.4s;
}
.banner-gallery.is-visible picture:nth-child(2) {
  animation-delay: 0.6s;
}
.banner-gallery.is-visible picture:nth-child(3) {
  animation-delay: 0.8s;
}
.banner-gallery.is-visible picture:nth-child(4) {
  animation-delay: 1s;
}
.banner-gallery.is-visible picture:nth-child(5) {
  animation-delay: 1.2s;
}
.banner-gallery.is-visible picture:nth-child(6) {
  animation-delay: 1.4s;
}
.banner-gallery.is-visible picture:nth-child(7) {
  animation-delay: 1.6s;
}
.banner-gallery.is-visible picture:nth-child(8) {
  animation-delay: 1.8s;
}
.banner-gallery.is-visible picture:nth-child(9) {
  animation-delay: 2s;
}
.banner-gallery.is-visible picture:nth-child(10) {
  animation-delay: 2.2s;
}

.home--highlight article {
  opacity: 0;
}
.home--highlight__title {
  opacity: 0;
}
.home--highlight.is-visible .home--highlight__title {
  animation: fadein 0.5s 1 forwards;
}
.home--highlight.is-visible article {
  animation: fadein 0.5s 0.2s 1 forwards ease-in-out;
}
.home--highlight.is-visible article:nth-child(1) {
  animation-delay: 0.4s;
}
.home--highlight.is-visible article:nth-child(2) {
  animation-delay: 0.6s;
}
.home--highlight.is-visible article:nth-child(3) {
  animation-delay: 0.8s;
}
.home--highlight.is-visible article:nth-child(4) {
  animation-delay: 1s;
}
.home--highlight.is-visible article:nth-child(5) {
  animation-delay: 1.2s;
}
.home--highlight.is-visible article:nth-child(6) {
  animation-delay: 1.4s;
}

.title strong::after, .big-title strong::after, .medium-title strong::after, .small-title strong::after,
h3 strong::after, h4 strong::after, .custom-wysiwyg h1 strong::after,
.custom-wysiwyg h2 strong::after,
.custom-wysiwyg h3 strong::after, .home-title strong::after, .btn-show-more strong::after, .title span::after, .big-title span::after, .medium-title span::after, .small-title span::after,
h3 span::after, h4 span::after, .custom-wysiwyg h1 span::after,
.custom-wysiwyg h2 span::after,
.custom-wysiwyg h3 span::after, .home-title span::after, .btn-show-more span::after,
.intro-title strong::after,
.intro-title span::after {
  opacity: 0;
  height: 0;
  transition: all 0.5s 0.25s;
}

.is-visible .title strong::after, .is-visible .big-title strong::after, .is-visible .medium-title strong::after, .is-visible .small-title strong::after,
.is-visible h3 strong::after, .is-visible h4 strong::after, .is-visible .custom-wysiwyg h1 strong::after, .custom-wysiwyg .is-visible h1 strong::after,
.is-visible .custom-wysiwyg h2 strong::after,
.custom-wysiwyg .is-visible h2 strong::after, .is-visible .home-title strong::after, .is-visible .btn-show-more strong::after,
.is-visible .intro-title strong::after,
.is-visible .intro-title span::after,
.is-visible .title span::after,
.is-visible .big-title span::after,
.is-visible .medium-title span::after,
.is-visible .small-title span::after,
.is-visible h3 span::after,
.is-visible h4 span::after,
.is-visible .custom-wysiwyg h1 span::after,
.custom-wysiwyg .is-visible h1 span::after,
.is-visible .custom-wysiwyg h2 span::after,
.custom-wysiwyg .is-visible h2 span::after,
.is-visible .home-title span::after,
.is-visible .btn-show-more span::after {
  opacity: 1;
  height: 20%;
}
.is-visible .big-title span::after,
.is-visible .home-title span::after {
  opacity: 1;
  height: 20%;
}

.banner--intro {
  opacity: 0;
}
.banner--intro.is-visible {
  animation: fadein 0.5s 1 forwards;
}

.hero--generic .title, .hero--generic .big-title, .hero--generic .medium-title, .hero--generic .small-title,
.hero--generic h3, .hero--generic h4, .hero--generic .custom-wysiwyg h1, .custom-wysiwyg .hero--generic h1,
.hero--generic .custom-wysiwyg h2,
.custom-wysiwyg .hero--generic h2, .hero--generic .home-title, .hero--generic .btn-show-more {
  opacity: 0;
}
.hero--generic .label-title {
  opacity: 0;
}
.hero--generic .search-form__field {
  opacity: 0;
}
.hero--generic.is-visible .title, .hero--generic.is-visible .big-title, .hero--generic.is-visible .medium-title, .hero--generic.is-visible .small-title,
.hero--generic.is-visible h3, .hero--generic.is-visible h4, .hero--generic.is-visible .custom-wysiwyg h1, .custom-wysiwyg .hero--generic.is-visible h1,
.hero--generic.is-visible .custom-wysiwyg h2,
.custom-wysiwyg .hero--generic.is-visible h2, .hero--generic.is-visible .home-title, .hero--generic.is-visible .btn-show-more {
  animation: fadeup 0.5s 1 forwards;
}
.hero--generic.is-visible .label-title {
  animation: fadein 0.5s 0.5s 1 forwards;
}
.hero--generic.is-visible .search-form__field {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.hero--home .title, .hero--home .big-title, .hero--home .medium-title, .hero--home .small-title,
.hero--home h3, .hero--home h4, .hero--home .custom-wysiwyg h1, .custom-wysiwyg .hero--home h1,
.hero--home .custom-wysiwyg h2,
.custom-wysiwyg .hero--home h2, .hero--home .home-title, .hero--home .btn-show-more,
.hero--home .title::after,
.hero--home .big-title::after,
.hero--home .medium-title::after,
.hero--home .small-title::after,
.hero--home h3::after,
.hero--home h4::after,
.hero--home .custom-wysiwyg h1::after,
.custom-wysiwyg .hero--home h1::after,
.hero--home .custom-wysiwyg h2::after,
.custom-wysiwyg .hero--home h2::after,
.hero--home .home-title::after,
.hero--home .btn-show-more::after {
  opacity: 0;
}
.hero--home__image {
  opacity: 0;
}
.hero--home.is-visible .title, .hero--home.is-visible .big-title, .hero--home.is-visible .medium-title, .hero--home.is-visible .small-title,
.hero--home.is-visible h3, .hero--home.is-visible h4, .hero--home.is-visible .custom-wysiwyg h1, .custom-wysiwyg .hero--home.is-visible h1,
.hero--home.is-visible .custom-wysiwyg h2,
.custom-wysiwyg .hero--home.is-visible h2, .hero--home.is-visible .home-title, .hero--home.is-visible .btn-show-more {
  animation: fadein 0.5s 0.3s 1 forwards linear;
}
.hero--home.is-visible .title::after, .hero--home.is-visible .big-title::after, .hero--home.is-visible .medium-title::after, .hero--home.is-visible .small-title::after,
.hero--home.is-visible h3::after, .hero--home.is-visible h4::after, .hero--home.is-visible .custom-wysiwyg h1::after, .custom-wysiwyg .hero--home.is-visible h1::after,
.hero--home.is-visible .custom-wysiwyg h2::after,
.custom-wysiwyg .hero--home.is-visible h2::after, .hero--home.is-visible .home-title::after, .hero--home.is-visible .btn-show-more::after {
  animation: fadein 0.5s 0.4s 1 forwards linear;
}
.hero--home.is-visible .hero--home__image {
  animation: fadein 0.75s 0.4s 1 forwards ease-in-out;
}

.single-post--intro__title, .single-post--intro__image {
  opacity: 0;
}
.single-post--intro.is-visible .single-post--intro__title {
  animation: fadein 0.5s 1 forwards;
}
.single-post--intro.is-visible .single-post--intro__image {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.single-post--content__text {
  opacity: 0;
}
.single-post--content__text.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.single-post--content__twocol .text-wrapper,
.single-post--content__twocol .image-wrapper {
  opacity: 0;
}
.single-post--content__twocol.is-visible .image-wrapper {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.single-post--content__twocol.is-visible .text-wrapper {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.single-post--content__quote {
  opacity: 0;
}
.single-post--content__quote blockquote {
  opacity: 0;
}
.single-post--content__quote.is-visible {
  animation: fadeup 0.75s 1 forwards;
}
.single-post--content__quote.is-visible blockquote {
  animation: fadein 0.5s 0.5s 1 forwards;
}

.chronic--slider__intro .title, .chronic--slider__intro .big-title, .chronic--slider__intro .medium-title, .chronic--slider__intro .small-title,
.chronic--slider__intro h3, .chronic--slider__intro h4, .chronic--slider__intro .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__intro h1,
.chronic--slider__intro .custom-wysiwyg h2,
.custom-wysiwyg .chronic--slider__intro h2, .chronic--slider__intro .home-title, .chronic--slider__intro .btn-show-more,
.chronic--slider__intro .text-wrapper {
  opacity: 0;
}
.chronic--slider__intro.is-visible .title, .chronic--slider__intro.is-visible .big-title, .chronic--slider__intro.is-visible .medium-title, .chronic--slider__intro.is-visible .small-title,
.chronic--slider__intro.is-visible h3, .chronic--slider__intro.is-visible h4, .chronic--slider__intro.is-visible .custom-wysiwyg h1, .custom-wysiwyg .chronic--slider__intro.is-visible h1,
.chronic--slider__intro.is-visible .custom-wysiwyg h2,
.custom-wysiwyg .chronic--slider__intro.is-visible h2, .chronic--slider__intro.is-visible .home-title, .chronic--slider__intro.is-visible .btn-show-more {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.chronic--slider__intro.is-visible .text-wrapper {
  animation: fadein 0.5s 0.4s 1 forwards;
}
.chronic--slider__wrapper {
  opacity: 0;
}
.chronic--slider__wrapper.is-visible {
  animation: fadein 0.5s 1 0.5s forwards;
}
.chronic--articles__title {
  opacity: 0;
}
.chronic--articles .vignette {
  opacity: 0;
}
.chronic--articles.is-visible .chronic--articles__title {
  animation: fadein 0.5s 1 forwards;
}
.chronic--articles.is-visible .vignette {
  animation: fadeup 0.5s 0.2s 1 forwards ease-in-out;
}
.chronic--articles.is-visible .vignette:nth-child(1) {
  animation-delay: 0.4s;
}
.chronic--articles.is-visible .vignette:nth-child(2) {
  animation-delay: 0.6s;
}
.chronic--articles.is-visible .vignette:nth-child(3) {
  animation-delay: 0.8s;
}
.chronic--articles.is-visible .vignette:nth-child(4) {
  animation-delay: 1s;
}
.chronic--articles.is-visible .vignette:nth-child(5) {
  animation-delay: 1.2s;
}
.chronic--articles.is-visible .vignette:nth-child(6) {
  animation-delay: 1.4s;
}
.chronic--articles.is-visible .vignette:nth-child(7) {
  animation-delay: 1.6s;
}
.chronic--articles.is-visible .vignette:nth-child(8) {
  animation-delay: 1.8s;
}
.chronic--articles.is-visible .vignette:nth-child(9) {
  animation-delay: 2s;
}
.chronic--articles.is-visible .vignette:nth-child(10) {
  animation-delay: 2.2s;
}

.banner-combats--filters__item {
  opacity: 0;
}
.banner-combats--intro {
  opacity: 0;
}
.banner-combats .combat-item__articles .vignette {
  opacity: 0;
}
.banner-combats.is-visible .combat-item__articles .vignette {
  animation: fadein 0.5s 0.2s 1 forwards ease-in-out;
}
.banner-combats.is-visible .combat-item__articles .vignette:nth-child(1) {
  animation-delay: 0.4s;
}
.banner-combats.is-visible .combat-item__articles .vignette:nth-child(2) {
  animation-delay: 0.6s;
}
.banner-combats.is-visible .combat-item__articles .vignette:nth-child(3) {
  animation-delay: 0.8s;
}
.banner-combats.is-visible .combat-item__articles .vignette:nth-child(4) {
  animation-delay: 1s;
}
.banner-combats.is-visible .combat-item__articles .vignette:nth-child(5) {
  animation-delay: 1.2s;
}
.banner-combats.is-visible .combat-item__articles .vignette:nth-child(6) {
  animation-delay: 1.4s;
}
.banner-combats.is-visible .banner-combats--intro {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.banner-combats.is-visible .banner-combats--filters__item {
  animation: fadein 0.5s 0.2s 1 forwards ease-in-out;
}
.banner-combats.is-visible .banner-combats--filters__item:nth-child(1) {
  animation-delay: 0.4s;
}
.banner-combats.is-visible .banner-combats--filters__item:nth-child(2) {
  animation-delay: 0.6s;
}
.banner-combats.is-visible .banner-combats--filters__item:nth-child(3) {
  animation-delay: 0.8s;
}

.banner-cta li {
  opacity: 0;
}
.banner-cta.is-visible li {
  animation: fadeup 0.5s 0.2s 1 forwards ease-in-out;
}
.banner-cta.is-visible li:nth-child(1) {
  animation-delay: 0.4s;
}
.banner-cta.is-visible li:nth-child(2) {
  animation-delay: 0.6s;
}
.banner-cta.is-visible li:nth-child(3) {
  animation-delay: 0.8s;
}
.banner-cta.is-visible li:nth-child(4) {
  animation-delay: 1s;
}
.banner-cta.is-visible li:nth-child(5) {
  animation-delay: 1.2s;
}
.banner-cta.is-visible li:nth-child(6) {
  animation-delay: 1.4s;
}
.banner-cta.is-visible li:nth-child(7) {
  animation-delay: 1.6s;
}
.banner-cta.is-visible li:nth-child(8) {
  animation-delay: 1.8s;
}
.banner-cta.is-visible li:nth-child(9) {
  animation-delay: 2s;
}
.banner-cta.is-visible li:nth-child(10) {
  animation-delay: 2.2s;
}

.filters__nav li {
  opacity: 0;
}

.is-visible .filters__nav li {
  animation: fadein 0.5s 0.2s 1 forwards ease-in-out;
}
.is-visible .filters__nav li:nth-child(1) {
  animation-delay: 0.4s;
}
.is-visible .filters__nav li:nth-child(2) {
  animation-delay: 0.6s;
}
.is-visible .filters__nav li:nth-child(3) {
  animation-delay: 0.8s;
}
.is-visible .filters__nav li:nth-child(4) {
  animation-delay: 1s;
}
.is-visible .filters__nav li:nth-child(5) {
  animation-delay: 1.2s;
}
.is-visible .filters__nav li:nth-child(6) {
  animation-delay: 1.4s;
}
.is-visible .filters__nav li:nth-child(7) {
  animation-delay: 1.6s;
}
.is-visible .filters__nav li:nth-child(8) {
  animation-delay: 1.8s;
}
.is-visible .filters__nav li:nth-child(9) {
  animation-delay: 2s;
}
.is-visible .filters__nav li:nth-child(10) {
  animation-delay: 2.2s;
}
.is-visible .filters__nav li:nth-child(11) {
  animation-delay: 2.4s;
}
.is-visible .filters__nav li:nth-child(12) {
  animation-delay: 2.6s;
}
.is-visible .filters__nav li:nth-child(13) {
  animation-delay: 2.8s;
}
.is-visible .filters__nav li:nth-child(14) {
  animation-delay: 3s;
}
.is-visible .filters__nav li:nth-child(15) {
  animation-delay: 3.2s;
}
.is-visible .filters__nav li:nth-child(16) {
  animation-delay: 3.4s;
}
.is-visible .filters__nav li:nth-child(17) {
  animation-delay: 3.6s;
}
.is-visible .filters__nav li:nth-child(18) {
  animation-delay: 3.8s;
}
.is-visible .filters__nav li:nth-child(19) {
  animation-delay: 4s;
}
.is-visible .filters__nav li:nth-child(20) {
  animation-delay: 4.2s;
}

.blog--filters .title-wrapper {
  opacity: 0;
}
.blog--filters.is-visible .title-wrapper {
  animation: fadein 0.5s 1 forwards;
}
.blog--listing__intro .title, .blog--listing__intro .big-title, .blog--listing__intro .medium-title, .blog--listing__intro .small-title,
.blog--listing__intro h3, .blog--listing__intro h4, .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing__intro h1,
.blog--listing__intro .custom-wysiwyg h2,
.custom-wysiwyg .blog--listing__intro h2, .blog--listing__intro .home-title, .blog--listing__intro .btn-show-more,
.blog--listing__intro .text-wrapper {
  opacity: 0;
}
.blog--listing.is-visible .blog--listing__intro .title, .blog--listing.is-visible .blog--listing__intro .big-title, .blog--listing.is-visible .blog--listing__intro .medium-title, .blog--listing.is-visible .blog--listing__intro .small-title,
.blog--listing.is-visible .blog--listing__intro h3, .blog--listing.is-visible .blog--listing__intro h4, .blog--listing.is-visible .blog--listing__intro .custom-wysiwyg h1, .custom-wysiwyg .blog--listing.is-visible .blog--listing__intro h1,
.blog--listing.is-visible .blog--listing__intro .custom-wysiwyg h2,
.custom-wysiwyg .blog--listing.is-visible .blog--listing__intro h2, .blog--listing.is-visible .blog--listing__intro .home-title, .blog--listing.is-visible .blog--listing__intro .btn-show-more {
  animation: fadein 0.5s 1 forwards;
}
.blog--listing.is-visible .blog--listing__intro .text-wrapper {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.blog--listing__grid article {
  opacity: 0;
}
.blog--listing__grid article.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}

.offer--filters__intro {
  opacity: 0;
}
.offer--filters.is-visible .offer--filters__intro {
  animation: fadeup 0.5s 1 forwards;
}
.offer--intro__left, .offer--intro__right {
  opacity: 0;
}
.offer--intro.is-visible .offer--intro__left {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.offer--intro.is-visible .offer--intro__right {
  animation: fadeup 0.5s 0.5s 1 forwards;
}
.offer--main__item__image, .offer--main__item__text {
  opacity: 0;
}
.offer--main__item.is-visible .offer--main__item__image {
  animation: fadeup 0.5s 1 forwards;
}
.offer--main__item.is-visible .offer--main__item__text {
  animation: fadeup 0.5s 0.2s 1 forwards;
}

.banner-flat-cta__content, .banner-flat-cta__right {
  opacity: 0;
}
.banner-flat-cta .pre-title-wrapper,
.banner-flat-cta .text-wrapper {
  opacity: 0;
}
.banner-flat-cta.is-visible .banner-flat-cta__content {
  animation: fadeup 0.5s 1 forwards;
}
.banner-flat-cta.is-visible .banner-flat-cta__right {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.banner-flat-cta.is-visible .pre-title-wrapper {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.banner-flat-cta.is-visible .text-wrapper {
  animation: fadein 0.5s 0.5s 1 forwards;
}

.event--listing__title {
  opacity: 0;
}
.event--listing__item article {
  opacity: 0;
}
.event--listing__item.is-visible .event--listing__title {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.event--listing__item.is-visible article {
  animation: fadeup 0.5s 0.2s 1 forwards ease-in-out;
}
.event--listing__item.is-visible article:nth-child(1) {
  animation-delay: 0.4s;
}
.event--listing__item.is-visible article:nth-child(2) {
  animation-delay: 0.6s;
}
.event--listing__item.is-visible article:nth-child(3) {
  animation-delay: 0.8s;
}
.event--listing__item.is-visible article:nth-child(4) {
  animation-delay: 1s;
}
.event--listing__item.is-visible article:nth-child(5) {
  animation-delay: 1.2s;
}
.event--listing__item.is-visible article:nth-child(6) {
  animation-delay: 1.4s;
}
.event--listing__item.is-visible article:nth-child(7) {
  animation-delay: 1.6s;
}
.event--listing__item.is-visible article:nth-child(8) {
  animation-delay: 1.8s;
}
.event--listing__item.is-visible article:nth-child(9) {
  animation-delay: 2s;
}
.event--listing__item.is-visible article:nth-child(10) {
  animation-delay: 2.2s;
}

.press-listing--wrapper .medium-title, .press-listing--wrapper .home-title, .press-listing--wrapper .btn-show-more,
.press-listing--wrapper .vignette {
  opacity: 0;
}
.press-listing--wrapper .vignette.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.press-listing.is-visible .press-listing--wrapper .medium-title, .press-listing.is-visible .press-listing--wrapper .home-title, .press-listing.is-visible .press-listing--wrapper .btn-show-more {
  animation: fadein 0.5s 0.2s 1 forwards;
}

.support--cta.is-visible .offer--filters__intro {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.support--cta__tuile {
  opacity: 0;
}
.support--cta__tuile.is-visible {
  animation: fadeup 0.5s 0.5s 1 forwards;
}

.contact--main {
  opacity: 0;
}
.contact--main.is-visible {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.contact--conclusion__wrapper,
.contact--conclusion .title,
.contact--conclusion .big-title,
.contact--conclusion .medium-title,
.contact--conclusion .small-title,
.contact--conclusion h3,
.contact--conclusion h4,
.contact--conclusion .custom-wysiwyg h1,
.custom-wysiwyg .contact--conclusion h1,
.contact--conclusion .custom-wysiwyg h2,
.custom-wysiwyg .contact--conclusion h2,
.contact--conclusion .home-title,
.contact--conclusion .btn-show-more, .contact--conclusion .btn-wrapper, .contact--conclusion .text-wrapper {
  opacity: 0;
}
.contact--conclusion__wrapper {
  animation: fadeup 0.5s 1 forwards;
}
.contact--conclusion__wrapper.is-visible .title, .contact--conclusion__wrapper.is-visible .big-title, .contact--conclusion__wrapper.is-visible .medium-title, .contact--conclusion__wrapper.is-visible .small-title,
.contact--conclusion__wrapper.is-visible h3, .contact--conclusion__wrapper.is-visible h4, .contact--conclusion__wrapper.is-visible .custom-wysiwyg h1, .custom-wysiwyg .contact--conclusion__wrapper.is-visible h1,
.contact--conclusion__wrapper.is-visible .custom-wysiwyg h2,
.custom-wysiwyg .contact--conclusion__wrapper.is-visible h2, .contact--conclusion__wrapper.is-visible .home-title, .contact--conclusion__wrapper.is-visible .btn-show-more {
  animation: fadein 0.5s 1 forwards;
}
.contact--conclusion__wrapper.is-visible .btn-wrapper {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.contact--conclusion__wrapper.is-visible .text-wrapper {
  animation: fadein 0.5s 0.4s 1 forwards;
}
.contact--helpers__item__left, .contact--helpers__item__right li {
  opacity: 0;
}
.contact--helpers__item.is-visible .contact--helpers__item__left {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li {
  animation: fadeup 0.5s 0.2s 1 forwards ease-in-out;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(1) {
  animation-delay: 0.4s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(2) {
  animation-delay: 0.6s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(3) {
  animation-delay: 0.8s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(4) {
  animation-delay: 1s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(5) {
  animation-delay: 1.2s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(6) {
  animation-delay: 1.4s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(7) {
  animation-delay: 1.6s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(8) {
  animation-delay: 1.8s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(9) {
  animation-delay: 2s;
}
.contact--helpers__item.is-visible .contact--helpers__item__right li:nth-child(10) {
  animation-delay: 2.2s;
}

.banner-intro__left, .banner-intro__right {
  opacity: 0;
}
.banner-intro.is-visible .banner-intro__left {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.banner-intro.is-visible .banner-intro__right {
  animation: fadeup 0.5s 0.5s 1 forwards;
}

.organization--numbers__left .organization--numbers__item {
  opacity: 0;
}
.organization--numbers__right {
  opacity: 0;
}
.organization--numbers__grid.is-visible .organization--numbers__left .organization--numbers__item {
  animation: fadein 0.5s 0.2s 1 forwards ease-in-out;
}
.organization--numbers__grid.is-visible .organization--numbers__left .organization--numbers__item:nth-child(1) {
  animation-delay: 0.4s;
}
.organization--numbers__grid.is-visible .organization--numbers__left .organization--numbers__item:nth-child(2) {
  animation-delay: 0.6s;
}
.organization--numbers__grid.is-visible .organization--numbers__left .organization--numbers__item:nth-child(3) {
  animation-delay: 0.8s;
}
.organization--numbers__grid.is-visible .organization--numbers__left .organization--numbers__item:nth-child(4) {
  animation-delay: 1s;
}
.organization--numbers__grid.is-visible .organization--numbers__right {
  animation: fadeup 0.5s 0.5s 1 forwards;
}

.actions--list__item {
  opacity: 0;
}
.actions--list__item.is-visible {
  animation: fadein 0.5s 0.2s 1 forwards;
}

.thematic {
  opacity: 0;
}
.thematic--title .title, .thematic--title .big-title, .thematic--title .medium-title, .thematic--title .small-title,
.thematic--title h3, .thematic--title h4, .thematic--title .custom-wysiwyg h1, .custom-wysiwyg .thematic--title h1,
.thematic--title .custom-wysiwyg h2,
.custom-wysiwyg .thematic--title h2, .thematic--title .home-title, .thematic--title .btn-show-more {
  opacity: 0;
}
.thematic.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}
.thematic.is-visible .thematic--title .title, .thematic.is-visible .thematic--title .big-title, .thematic.is-visible .thematic--title .medium-title, .thematic.is-visible .thematic--title .small-title,
.thematic.is-visible .thematic--title h3, .thematic.is-visible .thematic--title h4, .thematic.is-visible .thematic--title .custom-wysiwyg h1, .custom-wysiwyg .thematic.is-visible .thematic--title h1,
.thematic.is-visible .thematic--title .custom-wysiwyg h2,
.custom-wysiwyg .thematic.is-visible .thematic--title h2, .thematic.is-visible .thematic--title .home-title, .thematic.is-visible .thematic--title .btn-show-more {
  animation: fadein 0.5s 0.2s 1 forwards;
}

.timeline--list__item {
  opacity: 0;
}
.timeline--list__item.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}

.team--title {
  opacity: 0;
}
.team.is-visible .team--title {
  animation: fadein 0.5s 0.2s 1 forwards;
}
.team .team__item {
  opacity: 0;
}
.team .team__item.is-visible {
  animation: fadeup 0.5s 0.2s 1 forwards;
}

.results-list li {
  opacity: 0;
}
.results-list.is-visible li {
  animation: fadeup 0.5s 0.2s 1 forwards ease-in-out;
}
.results-list.is-visible li:nth-child(1) {
  animation-delay: 0.4s;
}
.results-list.is-visible li:nth-child(2) {
  animation-delay: 0.6s;
}
.results-list.is-visible li:nth-child(3) {
  animation-delay: 0.8s;
}
.results-list.is-visible li:nth-child(4) {
  animation-delay: 1s;
}
.results-list.is-visible li:nth-child(5) {
  animation-delay: 1.2s;
}
.results-list.is-visible li:nth-child(6) {
  animation-delay: 1.4s;
}
.results-list.is-visible li:nth-child(7) {
  animation-delay: 1.6s;
}
.results-list.is-visible li:nth-child(8) {
  animation-delay: 1.8s;
}
.results-list.is-visible li:nth-child(9) {
  animation-delay: 2s;
}
.results-list.is-visible li:nth-child(10) {
  animation-delay: 2.2s;
}
.results-list.is-visible li:nth-child(11) {
  animation-delay: 2.4s;
}
.results-list.is-visible li:nth-child(12) {
  animation-delay: 2.6s;
}

/* BENTO ANIM */
.bento {
  position: relative;
}
.bento .organization--thematics {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bento .text-wrapper {
  position: relative;
  z-index: 1;
}
.bento .bento-item {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition-timing-function: ease-in;
  position: absolute;
  opacity: 0;
  will-change: transform;
  z-index: 2;
}
.bento .bento-item:nth-child(1) {
  top: -100px;
  left: 0;
  transform: rotate(0deg);
}
.bento .bento-item:nth-child(2) {
  top: -100px;
  left: 30%;
  transform: rotate(0deg);
}
@media screen and (min-width: 1199px) {
  .bento .bento-item:nth-child(2) {
    left: 40%;
  }
}
.bento .bento-item:nth-child(3) {
  top: -100px;
  right: 5%;
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .bento .bento-item:nth-child(3) {
    right: 20%;
  }
}
@media screen and (min-width: 1199px) {
  .bento .bento-item:nth-child(3) {
    right: 10%;
  }
}
.bento .bento-item:nth-child(4) {
  top: -200px;
  left: 10%;
  transform: rotate(0deg);
}
.bento .bento-item:nth-child(5) {
  top: -200px;
  right: 5%;
  transform: rotate(0deg);
}
.bento .bento-item:nth-child(6) {
  bottom: 90%;
  left: 3%;
  transform: rotate(0deg);
}
.bento .bento-item:nth-child(7) {
  bottom: 90%;
  left: 33%;
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .bento .bento-item:nth-child(7) {
    left: 30%;
  }
}
@media screen and (min-width: 1199px) {
  .bento .bento-item:nth-child(7) {
    left: 35%;
  }
}
.bento .bento-item:nth-child(8) {
  bottom: 95%;
  right: 5%;
  transform: rotate(0deg);
}
.bento.is-visible .bento-item {
  /*@include fadein_foreach($delay, $delay, 30); */
  opacity: 1;
  transition-duration: 0.65s;
}
.bento.is-visible .bento-item:nth-child(1) {
  top: 20px;
  left: 0;
  transform: rotate(-15deg);
}
.bento.is-visible .bento-item:nth-child(2) {
  top: 10%;
  left: 30%;
  transform: rotate(15deg);
}
@media screen and (min-width: 1199px) {
  .bento.is-visible .bento-item:nth-child(2) {
    left: 40%;
  }
}
.bento.is-visible .bento-item:nth-child(3) {
  top: 5%;
  right: 5%;
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .bento.is-visible .bento-item:nth-child(3) {
    right: 20%;
  }
}
@media screen and (min-width: 1199px) {
  .bento.is-visible .bento-item:nth-child(3) {
    right: 10%;
  }
}
.bento.is-visible .bento-item:nth-child(4) {
  top: 25%;
  left: 10%;
  transform: rotate(15deg);
}
.bento.is-visible .bento-item:nth-child(5) {
  top: 25%;
  right: 5%;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .bento.is-visible .bento-item:nth-child(5) {
    top: 32%;
  }
}
.bento.is-visible .bento-item:nth-child(6) {
  bottom: 15%;
  left: 3%;
  transform: rotate(15deg);
}
@media screen and (min-width: 768px) {
  .bento.is-visible .bento-item:nth-child(6) {
    bottom: 25%;
  }
}
@media screen and (min-width: 1199px) {
  .bento.is-visible .bento-item:nth-child(6) {
    bottom: 20%;
  }
}
.bento.is-visible .bento-item:nth-child(7) {
  bottom: 5%;
  left: 33%;
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .bento.is-visible .bento-item:nth-child(7) {
    bottom: 10%;
    left: 30%;
  }
}
@media screen and (min-width: 1199px) {
  .bento.is-visible .bento-item:nth-child(7) {
    bottom: 10%;
    left: 35%;
  }
}
.bento.is-visible .bento-item:nth-child(8) {
  bottom: 15%;
  right: 5%;
  transform: rotate(15deg);
}
.bento.is-visible.is-down .bento-item {
  transition-delay: 0.25s;
}
.bento.is-visible.is-down .bento-item:nth-child(1) {
  top: 88%;
  transform: rotate(-5deg);
  transition-delay: 0.2s;
}
.bento.is-visible.is-down .bento-item:nth-child(2) {
  top: 90%;
  transform: rotate(5deg);
  transition-delay: 0.35s;
  transition-duration: 0.5s;
}
.bento.is-visible.is-down .bento-item:nth-child(3) {
  top: 90%;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
  transform: rotate(-2.5deg);
}
.bento.is-visible.is-down .bento-item:nth-child(4) {
  top: 83%;
  transition-delay: 0.45s;
  transform: rotate(5deg);
  transition-duration: 0.4s;
}
.bento.is-visible.is-down .bento-item:nth-child(5) {
  top: 85%;
  transition-duration: 0.5s;
  transform: rotate(-5deg);
}
.bento.is-visible.is-down .bento-item:nth-child(6) {
  bottom: 5px;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
  transform: rotate(0deg);
}
.bento.is-visible.is-down .bento-item:nth-child(7) {
  bottom: 5px;
  transition-delay: 0.25s;
  transition-duration: 0.1s;
  transform: rotate(0deg);
}
.bento.is-visible.is-down .bento-item:nth-child(8) {
  bottom: 5px;
  transition-delay: 0.35s;
  transition-duration: 0.1s;
  transform: rotate(0deg);
}

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