/***
# DESIGNED & DEVELOPED by
Raphael Ble -- Web Designer - Front End Developer -- www.shakeup-dathings.com
***/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes top-to-bottom {
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(-3vw);
    z-index: -1; }
  35% {
    transform: translateY(3vw); }
  80% {
    transform: translateY(0);
    z-index: 1; } }
@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-0.5vw) scale(1.07); }
  100% {
    transform: translateY(0); } }
/*.hide-content-geoblocking {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
}*/
/*.hide-overlay-geoblocking {
	display: none !important;
}*/
/*#overlay-geoblocking {
	display: block;
	text-align: center;
	width: 100%;
	font-size: .6em;
	margin-top: 13%;
	position: absolute;
	z-index: 0;
	
	
	h1 {
		color: #205583 !important;
		font-weight: 400;
	}
	
	hr {
		width: 30%;
		margin: 1em auto;
	}
	
	span {
		font-size: .7em;
		display: block;
		margin-top: 2%;
	}
}

#euronews-logo-overlay-geoblocking {
	width: 15%;
	fill: #205583;
}*/
::-moz-selection {
  background: #493420;
  color: #ffffff; }

::selection {
  background: #493420;
  color: #ffffff; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .browserupgrade-ie10 {
    display: block !important;
    visibility: visible !important; }

  #body-preloader {
    display: none !important; }

  body {
    overflow: hidden; } }
.browserupgrade {
  background: white;
  color: #005587;
  display: block;
  text-align: center;
  width: 70%;
  height: auto;
  font-size: 1.5em;
  padding: 20% 15%;
  position: absolute;
  z-index: 101; }
  .browserupgrade a {
    color: #bf2d2f; }

.browserupgrade-ie10 {
  display: none;
  visibility: hidden; }

#top-advertising {
  position: relative;
  z-index: 98;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #e3e3e3;
  width: 100%;
  padding: calc(.6% + 2.6%) 0 1%; }
  @media only screen and (max-width: 1024px) {
    #top-advertising {
      padding: calc(.6% + 3.1%) 0 1.5%; } }
  @media only screen and (max-width: 768px) {
    #top-advertising {
      padding: calc(.6% + 4.1%) 0 2%; } }
  @media only screen and (max-width: 620px) {
    #top-advertising {
      padding: calc(.6% + 5.1%) 0 2.5%; } }
  @media only screen and (max-width: 420px) {
    #top-advertising {
      padding: calc(.6% + 6.5%) 0 3%; } }
  #top-advertising span {
    font-size: .7em;
    color: #bbb;
    top: -0.5em;
    position: relative;
    display: block; }

.billboard-advertising {
  width: 970px;
  height: 250px;
  background: #fff;
  font-size: 3em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .billboard-advertising .desktop-txt {
    display: block; }
  .billboard-advertising .tablet-txt {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .billboard-advertising {
      width: 300px;
      height: 250px; }
      .billboard-advertising .tablet-txt {
        display: block; }
      .billboard-advertising .desktop-txt {
        display: none; } }

.get-back-section, .get-back-section--top, .get-back-section--bottom {
  background: transparent;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: fixed;
  z-index: 98;
  width: 100%;
  backdrop-filter: grayscale(0.5) blur(17px);
  box-shadow: #000 0px -40px 60px; }
  .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
    color: #ffffff;
    font-size: clamp(0.55rem, 0.82vw, 1.2rem);
    font-weight: 300;
    padding: 0;
    text-decoration: none;
    transition: all 0.3s; }
    .get-back-section a.color-2, .get-back-section--top a.color-2, .get-back-section--bottom a.color-2, .get-back-section a:visited.color-2, .get-back-section--top a:visited.color-2, .get-back-section--bottom a:visited.color-2 {
      color: #000000; }
      .get-back-section a.color-2:hover, .get-back-section--top a.color-2:hover, .get-back-section--bottom a.color-2:hover, .get-back-section a:visited.color-2:hover, .get-back-section--top a:visited.color-2:hover, .get-back-section--bottom a:visited.color-2:hover {
        color: #ffffff; }
    .get-back-section a.euronews-logo, .get-back-section--top a.euronews-logo, .get-back-section--bottom a.euronews-logo, .get-back-section a:visited.euronews-logo, .get-back-section--top a:visited.euronews-logo, .get-back-section--bottom a:visited.euronews-logo {
      position: absolute;
      width: clamp(1.9rem, 6.5vw, 10rem);
      top: 0;
      margin: 0 0 0 1.2%;
      padding: 0; }
      .get-back-section a.euronews-logo svg, .get-back-section--top a.euronews-logo svg, .get-back-section--bottom a.euronews-logo svg, .get-back-section a:visited.euronews-logo svg, .get-back-section--top a:visited.euronews-logo svg, .get-back-section--bottom a:visited.euronews-logo svg {
        width: 100%; }
    .get-back-section a.back-btn, .get-back-section--top a.back-btn, .get-back-section--bottom a.back-btn, .get-back-section a:visited.back-btn, .get-back-section--top a:visited.back-btn, .get-back-section--bottom a:visited.back-btn {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      border: .07vw solid white;
      border-radius: 50vw;
      padding: 0.15% .7%;
      margin-left: calc(1.2% + (clamp(1.9rem, 6.5vw, 10rem)) + 1.2%);
      transition: all 0.3s; }
      @media only screen and (max-width: 768px) {
        .get-back-section a.back-btn, .get-back-section--top a.back-btn, .get-back-section--bottom a.back-btn, .get-back-section a:visited.back-btn, .get-back-section--top a:visited.back-btn, .get-back-section--bottom a:visited.back-btn {
          display: none; } }
      .get-back-section a.back-btn:hover, .get-back-section--top a.back-btn:hover, .get-back-section--bottom a.back-btn:hover, .get-back-section a:visited.back-btn:hover, .get-back-section--top a:visited.back-btn:hover, .get-back-section--bottom a:visited.back-btn:hover {
        background: rgba(1, 114, 240, 0.3);
        border-color: #0172f0;
        transition: background 1s 0.2s, border-color 0.3s; }
      .get-back-section a.back-btn::before, .get-back-section--top a.back-btn::before, .get-back-section--bottom a.back-btn::before, .get-back-section a:visited.back-btn::before, .get-back-section--top a:visited.back-btn::before, .get-back-section--bottom a:visited.back-btn::before {
        content: "";
        aspect-ratio: 1 / 1;
        width: .45vw;
        margin: 0 .6em 0 0;
        position: relative;
        background-image: url("../img/back-arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  .get-back-section .header-logo .cls-1, .get-back-section--top .header-logo .cls-1, .get-back-section--bottom .header-logo .cls-1 {
    fill: #fff; }
  .get-back-section .header-logo .cls-1, .get-back-section--top .header-logo .cls-1, .get-back-section--bottom .header-logo .cls-1, .get-back-section .header-logo .cls-2, .get-back-section--top .header-logo .cls-2, .get-back-section--bottom .header-logo .cls-2 {
    stroke-width: 0px; }
  .get-back-section .header-logo .cls-2, .get-back-section--top .header-logo .cls-2, .get-back-section--bottom .header-logo .cls-2 {
    fill: #0172f0; }
  .get-back-section .sponsored, .get-back-section--top .sponsored, .get-back-section--bottom .sponsored {
    color: #ffffff;
    padding: .6% 1.2%;
    position: relative;
    margin-left: auto;
    border-left: 0.03vw solid white;
    transition: all 0.3s; }
    .get-back-section .sponsored:hover, .get-back-section--top .sponsored:hover, .get-back-section--bottom .sponsored:hover {
      background: rgba(133, 130, 114, 0.3);
      border-left: 0.15vw solid #858272;
      transition: background 0.3s, border-left 0.3s 0.2s; }
    .get-back-section .sponsored span, .get-back-section--top .sponsored span, .get-back-section--bottom .sponsored span {
      font-weight: 600; }
  .get-back-section--top {
    top: 0; }
  .get-back-section--bottom {
    justify-content: center;
    bottom: 0;
    position: relative;
    box-shadow: none;
    margin-top: .5%;
    padding: .6% 0;
    border-top: 0.09vw dotted #000000; }
    @media only screen and (max-width: 620px) {
      .get-back-section--bottom {
        flex-direction: column-reverse; } }
    .get-back-section--bottom .euronews-logo {
      display: none !important; }
    .get-back-section--bottom .back-btn {
      display: none !important; }
    .get-back-section--bottom .sponsored {
      background: #faf9f9;
      color: #493420;
      text-align: center;
      border: none;
      margin-left: unset;
      padding: 0; }
      .get-back-section--bottom .sponsored:hover {
        color: #858272;
        background: none;
        border-left: none;
        text-decoration: underline;
        transition: all 0.3s; }

#languages-nav {
  position: absolute;
  z-index: 98;
  width: 11.3%;
  height: 2.6vw;
  max-height: 53px;
  max-width: 240px;
  background: white;
  border-radius: 0 50px 50px 0;
  top: 3em;
  /*-> Without top AD*/
  /*top: 21.5em; /* -> With top AD*/
  left: -180px;
  transition: left .7s; }
  #languages-nav:hover {
    left: -5.5%; }
    @media only screen and (max-width: 1024px) {
      #languages-nav:hover {
        left: -8.5%; } }
    @media only screen and (max-width: 1024px) {
      #languages-nav:hover {
        left: -9.3%; } }
    @media only screen and (max-width: 768px) {
      #languages-nav:hover {
        left: -11.7%; } }
    @media only screen and (max-width: 620px) {
      #languages-nav:hover {
        left: -16.3%; } }
  #languages-nav:hover span {
    opacity: 1; }
  @media only screen and (max-width: 2080px) {
    #languages-nav {
      left: -8.5%; } }
  @media only screen and (max-width: 1024px) {
    #languages-nav {
      left: -8.5%; } }
  @media only screen and (max-width: 1024px) {
    #languages-nav {
      width: 12.4%;
      height: 2.9vw;
      left: -9.3%; } }
  @media only screen and (max-width: 768px) {
    #languages-nav {
      width: 15.4%;
      height: 3.5vw;
      left: -11.7%; } }
  @media only screen and (max-width: 620px) {
    #languages-nav {
      width: 21.4%;
      height: 4.9vw;
      left: -16.3%;
      top: 4.7em;
      /*-> Without top ad*/
      /*top: 23.2em;/* -> With top AD*/ } }
  @media only screen and (max-width: 420px) {
    #languages-nav {
      /*top: 23.8em; -> With top AD*/
      /*top: 4.7em; -> Without top ad*/ } }
  #languages-nav a#languages-nav-link-mobile {
    display: none;
    position: absolute; }
    @media only screen and (max-width: 1024px) {
      #languages-nav a#languages-nav-link-mobile {
        display: block;
        height: 100%;
        width: 100%; } }
  #languages-nav ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0; }
    #languages-nav ul li {
      text-align: center;
      font-size: 0.8vw;
      margin: 3.2% 0 0 0;
      width: 25%; }
      #languages-nav ul li a {
        display: block; }
        #languages-nav ul li a:active {
          color: #bf2d2f; }
      #languages-nav ul li span {
        display: block;
        width: 50%;
        background: white;
        padding: 0em 0.2em;
        border-radius: 50px;
        margin: 14px auto;
        color: #bf2d2f;
        opacity: 0;
        transition: opacity .7s; }
        @media only screen and (max-width: 1024px) {
          #languages-nav ul li span {
            display: none; } }

#close-nav {
  position: absolute;
  right: -24% !important;
  top: -2%;
  height: auto;
  width: 18% !important;
  z-index: 99; }
  #close-nav #close-nav-languages {
    background: none;
    border-radius: 50px;
    padding: 0.3em;
    display: none;
    /*img {
    	opacity: 0;
    	transition: opacity .7s;
    	transition-delay: 2s;
    	//width: 80%;
    }*/ }

@media only screen and (max-width: 1024px) {
  .languages-nav-visible {
    left: -6% !important; } }
@media only screen and (max-width: 768px) {
  .languages-nav-visible {
    left: -7.5% !important; } }
@media only screen and (max-width: 620px) {
  .languages-nav-visible {
    left: -10.5% !important; } }

.languages-clicked-close-on {
  display: block !important;
  /*img {
  		opacity: 1 !important;
  		//transform: rotate(180deg);
  	}*/ }

.hide-link-langues-nav {
  display: none !important; }

.wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none; }
  .wrapper--header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    background-image: url("../img/bg-header-1@2x.jpg");
    background-color: #bf2d2f;
    background-size: 101%;
    height: 31.3vw;
    max-height: 800px;
    padding: 6% 0 3% 0;
    z-index: 97;
    border-bottom: 0.75vw solid #faf9f9;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .wrapper--header {
        background-size: cover;
        height: 42vw; } }
    @media only screen and (max-width: 620px) {
      .wrapper--header {
        background-size: cover;
        height: 48vw;
        padding: 8% 0 3% 0; } }
    @media only screen and (max-width: 768px) {
      .wrapper--header .wrapper-max {
        width: 75.5%; } }
  .wrapper--intro {
    background: #ecebea;
    padding: 4% 0; }
  .wrapper--map {
    background-color: #ffffff;
    padding: 3% 0 0 0; }
  .wrapper--video {
    background-color: #e3e0e0;
    background-image: url("../img/bg-video.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 886px;
    display: block;
    padding: 3em 0 4em 0; }
  .wrapper--explainers {
    background: none;
    margin-top: 0; }
  .wrapper--quizz {
    background: #ffffff;
    padding: 3% 0; }
  .wrapper--footer-visuals {
    background: #bf2d2f url("../img/footer-bg@2x.jpg") no-repeat center center;
    background-size: cover;
    border-top: 0.75vw solid #ffffff;
    height: 31.3vw;
    margin: 0;
    padding: 0; }
  .wrapper--article {
    height: auto;
    background: white; }
    .wrapper--article .wrapper-min, .wrapper--article .wrapper-max {
      padding: 5% 0 0 0; }
  .wrapper--gallery {
    background: none;
    margin: 0; }

.wrapper-max {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 66vw; }
  @media only screen and (max-width: 768px) {
    .wrapper-max {
      width: 75.5%; } }
  @media only screen and (max-width: 620px) {
    .wrapper-max {
      width: 85.5%; } }
  @media only screen and (max-width: 420px) {
    .wrapper-max {
      width: 90.5%; } }

.video-wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 71.4%; }
  @media only screen and (max-width: 768px) {
    .video-wrapper {
      width: 90% !important; } }

.full-width-wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none;
  width: 100%; }

.wrapper-min {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 59.5%; }
  @media only screen and (max-width: 1280px) {
    .wrapper-min {
      width: 65.5%; } }
  @media only screen and (max-width: 1024px) {
    .wrapper-min {
      width: 70.5%; } }
  @media only screen and (max-width: 768px) {
    .wrapper-min {
      width: 75.5%; } }

.wrapper-slideshow-video {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 83.8%; }
  @media only screen and (max-width: 768px) {
    .wrapper-slideshow-video {
      width: 100%; } }

.align-top {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.align-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.column-content {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: nowrap; }

body {
  background: #faf9f9;
  font-family: "PT Sans", sans-serif;
  color: #bf2d2f;
  overflow: hidden; }

main {
  background: #fff8f9;
  position: relative;
  z-index: 99; }

a {
  color: #bf2d2f; }
  a:hover {
    color: #ffffff; }
  a:visited {
    color: #bf2d2f; }
  a:active, a:focus, a:visited {
    outline: none; }

h1 {
  font-size: 4em;
  color: #bf2d2f; }

h2 {
  font-size: clamp(1.6rem, 4vw, 3.6rem);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-left: 0;
  min-width: 41.5%;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 0.5em 0; }

p {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  margin: 0 auto 5%;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 300;
  color: #ecebea; }
  p b {
    font-weight: 500; }

hr {
  background: #e3e0e0;
  height: .2vw;
  border: 0;
  margin: 3% 0 4% 0; }

#header-section {
  position: relative;
  overflow: hidden; }
  #header-section h1 {
    margin: 0;
    line-height: 0; }
  #header-section .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    #header-section .video video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  #header-section span {
    font-family: "Libre Franklin", sans-serif;
    color: #ffffff;
    font-size: 0.8vw;
    letter-spacing: 0;
    margin: 0 0 1.5em;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      #header-section span {
        font-size: 1vw;
        margin: 0 0 1em; } }
    @media only screen and (max-width: 768px) {
      #header-section span {
        font-size: 1.5vw; } }
    @media only screen and (max-width: 420px) {
      #header-section span {
        font-size: 2vw; } }
  #header-section .wrapper-max {
    height: 85%; }

#main-logo {
  position: relative;
  width: 100%;
  z-index: 1;
  	/*@include MQ-bp-medium-tablet {
  		//top: 2em;
      	//margin-bottom: 0;
  		width: 85%;
  	}
  	
  	@include MQ-bp-big-mobile {
  		//margin-top: 0.4em;
  		//top: .9em;
  	}*/ }

/*#video-bg {
	z-index: 0;
	position: absolute;
	width: 100.6vw;
}*/
.logo-partner-wrapper {
  width: 100%;
  z-index: 1; }
  .logo-partner-wrapper #partner-logo {
    text-align: center;
    width: 20%; }
    @media only screen and (max-width: 1024px) {
      .logo-partner-wrapper #partner-logo {
        width: 16%; } }
    @media only screen and (max-width: 420px) {
      .logo-partner-wrapper #partner-logo {
        width: 23%; } }

#intro-section {
  text-align: center; }
  #intro-section .intro {
    font-size: clamp(0.75rem, 1.5vw, 1.8rem);
    color: #493420;
    margin: 0; }

#video-section {
  text-align: center; }
  #video-section h2 {
    font-family: "Libre Franklin", sans-serif;
    font-size: clamp(0.8rem, 2.4vw, 2.2rem);
    color: #ffffff;
    margin: 0 auto 4%;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700; }

.slick {
  width: 100%; }

.slick-dots li {
  margin: .3em; }
  @media only screen and (max-width: 768px) {
    .slick-dots li {
      margin: .2em; } }

.slick-dots li {
  width: 1.2vw;
  height: 1.2vw; }
  @media only screen and (max-width: 768px) {
    .slick-dots li {
      width: 1.6vw;
      height: 1.6vw; } }
  @media only screen and (max-width: 420px) {
    .slick-dots li {
      width: 2.2vw;
      height: 2.2vw; } }

.slick-dots li.slick-active button::before {
  opacity: 1; }

.slick-dots li button::before {
  font-size: 1.2vw; }

.slick-dots li button {
  width: 100%;
  height: 100%; }

.slick-dots {
  bottom: -2.5vw;
  visibility: hidden;
  line-height: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 3%; }

.slick-dots li button::before {
  opacity: 1;
  color: #bf2d2f;
  transition: color .5s; }

.slick-dots li.slick-active button::before {
  color: #de8280;
  transition: color .7s; }

.slick button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slick .slide-arrow {
  position: absolute;
  bottom: 13vw;
  z-index: 1; }

.slick .prev-arrow {
  width: 4vw;
  height: 7.7vw;
  display: block;
  left: -10%;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .slick .prev-arrow {
      bottom: 19vw; } }
  .slick .prev-arrow:hover > img {
    filter: invert(23%) sepia(65%) saturate(438%) hue-rotate(357deg) brightness(97%) contrast(96%); }

.slick .next-arrow {
  width: 4vw;
  height: 7.7vw;
  display: block;
  right: -10%;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .slick .next-arrow {
      bottom: 19vw; } }
  .slick .next-arrow:hover > img {
    filter: invert(23%) sepia(65%) saturate(438%) hue-rotate(357deg) brightness(97%) contrast(96%); }

#explainers-section {
  background: #ecebea;
  text-align: center; }
  #explainers-section .line-1 {
    background: #e3e0e0; }
  #explainers-section .line-2 {
    background: #ecebea; }
    #explainers-section .line-2 .card-container .card {
      flex-direction: row-reverse; }
      @media only screen and (max-width: 768px) {
        #explainers-section .line-2 .card-container .card {
          flex-direction: column; } }
      #explainers-section .line-2 .card-container .card .img-article-link {
        padding-left: 4%;
        padding-right: 0; }
        #explainers-section .line-2 .card-container .card .img-article-link figure {
          text-align: right; }
          @media only screen and (max-width: 768px) {
            #explainers-section .line-2 .card-container .card .img-article-link figure {
              text-align: center; } }
          #explainers-section .line-2 .card-container .card .img-article-link figure a img {
            border-left: none;
            border-right: #bf2d2f 0.45vw solid;
            transform: translateX(-0.45vw); }
          #explainers-section .line-2 .card-container .card .img-article-link figure:hover img {
            border-left: none;
            border-right: #bf2d2f 2.45vw solid;
            transform: translateX(-2.45vw);
            transition: all .3s ease-out; }
      #explainers-section .line-2 .card-container .card .wrapper-desc {
        text-align: right;
        align-items: flex-end; }
        @media only screen and (max-width: 768px) {
          #explainers-section .line-2 .card-container .card .wrapper-desc {
            text-align: center !important;
            align-items: center !important; } }
  #explainers-section .wrapper-max {
    padding: 0; }
  #explainers-section .card-container {
    width: 100%;
    padding: 3% 0;
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 1024px) {
      #explainers-section .card-container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-content: center; } }
  #explainers-section .card {
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative; }
    @media only screen and (max-width: 768px) {
      #explainers-section .card {
        flex-direction: column;
        align-items: center; } }
    #explainers-section .card .img-article-link {
      display: block;
      width: 46%;
      height: auto;
      padding-right: 4%; }
      @media only screen and (max-width: 768px) {
        #explainers-section .card .img-article-link {
          width: 75%;
          padding: 0;
          text-align: center; } }
      #explainers-section .card .img-article-link figure {
        margin: 0;
        padding: 0; }
        #explainers-section .card .img-article-link figure a {
          display: block;
          overflow: hidden; }
          #explainers-section .card .img-article-link figure a img {
            box-sizing: content-box;
            background: #de8280;
            border-left: #bf2d2f 0.45vw solid;
            transition: all .5s ease-in-out; }
        #explainers-section .card .img-article-link figure:hover img {
          border-left: #bf2d2f 2.45vw solid;
          transition: all .3s ease-in-out; }
        #explainers-section .card .img-article-link figure figcaption {
          font-size: clamp(0.8rem, 1.1vw, 1.1rem);
          color: #af8d8d;
          font-weight: 700;
          margin-top: 2%; }
          #explainers-section .card .img-article-link figure figcaption span {
            font-weight: 200;
            font-style: italic; }
    #explainers-section .card .wrapper-desc {
      align-items: flex-start;
      width: 50%; }
      @media only screen and (max-width: 768px) {
        #explainers-section .card .wrapper-desc {
          width: 75%;
          text-align: center;
          align-items: center; } }
      #explainers-section .card .wrapper-desc h3 {
        font-size: clamp(1.4rem, 2.45vw, 1.5rem);
        line-height: 1.3;
        font-family: "Libre Franklin", sans-serif;
        font-weight: 700;
        letter-spacing: 0;
        margin: -.3em auto 0.4em; }
        #explainers-section .card .wrapper-desc h3 a {
          color: #de8280;
          transition: color 0.3s ease-out;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }
          #explainers-section .card .wrapper-desc h3 a:hover {
            color: #de8280; }
      #explainers-section .card .wrapper-desc p {
        font-size: clamp(0.7rem, 1.25vw, 1.4rem);
        color: #493420;
        margin: 0 auto 1.3em;
        line-height: 1.35;
        font-weight: 400;
        letter-spacing: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical; }
        @media only screen and (max-width: 768px) {
          #explainers-section .card .wrapper-desc p {
            margin: 2.2% auto 4%; } }
      #explainers-section .card .wrapper-desc .cta-article {
        background: #de8280;
        border-radius: 15vw;
        width: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        color: #ffffff;
        text-align: center;
        font-size: clamp(0.9rem, 1vw, 1.3rem);
        padding: 1% 5%;
        font-family: "Libre Franklin", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0;
        position: relative;
        overflow: hidden;
        transition: background .7s;
        transition: color .3s ease-out .3s; }
        #explainers-section .card .wrapper-desc .cta-article:after {
          content: "";
          background: url(../img/cta-arrow.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: clamp(1.3em, 1.5vw, 1.4em);
          height: clamp(1em, 1.1vw, 1.1em);
          margin: 0 0 0 8%;
          z-index: 3; }
        #explainers-section .card .wrapper-desc .cta-article:hover {
          cursor: pointer;
          color: #e3e0e0;
          transition: all .3s ease-out .3s; }
          #explainers-section .card .wrapper-desc .cta-article:hover:after {
            transform: rotate(360deg);
            transition: all 1s ease-out .2s; }
        #explainers-section .card .wrapper-desc .cta-article:hover > .cta-text {
          text-align: left;
          transition: all .3s ease-out .3s; }
        #explainers-section .card .wrapper-desc .cta-article .background-1 {
          background: #bf2d2f;
          border-radius: 15vw;
          display: block;
          height: 100%;
          width: 110%;
          position: absolute;
          margin: -0.5em;
          z-index: 0;
          left: -110%;
          transition: all .25s ease-out .3s; }
        #explainers-section .card .wrapper-desc .cta-article .background-2 {
          background: #858272;
          border-radius: 15vw;
          display: block;
          height: 100%;
          width: 110%;
          position: absolute;
          margin: -0.5em;
          z-index: 1;
          left: -110%;
          transition: all .45s ease-out 0s; }
        #explainers-section .card .wrapper-desc .cta-article .cta-text {
          position: relative;
          z-index: 2; }
        #explainers-section .card .wrapper-desc .cta-article:hover .background-1 {
          left: 0;
          transition: all .5s ease-out 0s; }
        #explainers-section .card .wrapper-desc .cta-article:hover .background-2 {
          left: 0;
          transition: all .7s ease-out .25s; }
    #explainers-section .card--coming-soon::after {
      content: "Coming soon";
      background: #ffffff;
      font-family: "Libre Franklin", sans-serif;
      color: #c5c6c7;
      text-transform: uppercase;
      position: absolute;
      font-size: clamp(1.2rem, 2.5vw, 1.4rem);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        #explainers-section .card--coming-soon::after {
          width: 75%; } }
    #explainers-section .card--coming-soon h3, #explainers-section .card--coming-soon p, #explainers-section .card--coming-soon .cta-article, #explainers-section .card--coming-soon a, #explainers-section .card--coming-soon img {
      visibility: hidden;
      pointer-events: none;
      cursor: default; }
    #explainers-section .card--fake {
      visibility: hidden; }
    #explainers-section .card .date {
      background: #ffffff;
      font-family: "Libre Franklin", sans-serif;
      font-size: clamp(0.7rem, 0.8vw, 0.8rem);
      text-align: center;
      color: #493420;
      padding: 1% 0;
      line-height: 1.35;
      font-weight: 300;
      letter-spacing: 0; }
      #explainers-section .card .date strong {
        font-weight: 700; }

#map-section {
  text-align: center; }
  #map-section h2 {
    margin: 0.67em 0 0 0; }
  #map-section .wrapper-map {
    background: url("../img/bg-map.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    aspect-ratio: 16 / 9; }
    @media only screen and (max-width: 1024px) {
      #map-section .wrapper-map {
        flex-direction: column;
        flex-wrap: nowrap;
        aspect-ratio: 16 / 16; } }
    @media only screen and (max-width: 620px) {
      #map-section .wrapper-map {
        aspect-ratio: 16 / 17; } }
    @media only screen and (max-width: 420px) {
      #map-section .wrapper-map {
        aspect-ratio: 16 / 20; } }
    @media only screen and (max-width: 320px) {
      #map-section .wrapper-map {
        aspect-ratio: 16 / 22; } }
    #map-section .wrapper-map .wrapper-map-pins {
      width: 59.5vw;
      height: auto;
      position: relative;
      margin: 0 auto 0 1.8%;
      padding: 2% 0; }
      @media only screen and (max-width: 1024px) {
        #map-section .wrapper-map .wrapper-map-pins {
          width: 95%;
          margin: 0 auto; } }
      #map-section .wrapper-map .wrapper-map-pins .pin-link {
        width: 20%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        z-index: 5;
        pointer-events: none;
        margin-top: 3.5%;
        /*.cercle-pin {
        	display: flex;
        	border-radius: 50%;
        	width: 1.5vw;
        	height: 1.5vw;
        	flex-direction: column;
        	flex-wrap: nowrap;
        	justify-content: center;
        	align-items: center;
        	background: $pin-color;
        	border: 6px solid $light-color;
        	
        	span {
        		border-radius: 50%;
        		width: .4vw;
        		height: .5vw;
        		background: $light-color;
        	}
        }*/ }
        #map-section .wrapper-map .wrapper-map-pins .pin-link.is-active {
          z-index: 20; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link:hover {
          z-index: 21; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link span {
          background: rgba(227, 224, 224, 0.4);
          color: #493420;
          font-size: clamp(0.5rem, 0.7vw, 1.3rem);
          padding: 2% 5%;
          line-height: 1.1;
          display: inline-block;
          margin: 1% 0;
          border-radius: 0.3vw;
          visibility: hidden; }
          @media only screen and (max-width: 768px) {
            #map-section .wrapper-map .wrapper-map-pins .pin-link span {
              font-size: 39%; } }
          @media only screen and (max-width: 620px) {
            #map-section .wrapper-map .wrapper-map-pins .pin-link span {
              display: none; } }
          #map-section .wrapper-map .wrapper-map-pins .pin-link span.selected {
            background: rgba(191, 45, 47, 0.7);
            color: #ffffff;
            visibility: visible;
            transition: all .6s ease-in-out; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--8-1 {
          top: 41.8%;
          left: 54.7%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--8-1 span {
            margin: -2.1% auto auto 51.8%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--8-2 {
          top: 35%;
          left: 67.3%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--8-2 span {
            margin: -16.1% auto auto 56.8%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--8-3 {
          top: 40.7%;
          left: 56.3%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--8-3 span {
            margin: -17.1% auto auto 56.8%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--8-4 {
          top: 47.6%;
          left: 40%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--7-1 {
          top: 29.4%;
          left: 60.2%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--7-2 {
          top: 57.2%;
          left: 55%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--7-2 span {
            margin: -16.1% auto auto 56.8%;
            width: 36%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--7-3 {
          top: 28.3%;
          left: 64.1%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--7-3 span {
            margin: -17.1% auto auto 56.8%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--7-4 {
          top: 33%;
          left: 42.1%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--7-4 span {
            margin: -17.1% auto auto 3.3%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--6-1 {
          top: 34.4%;
          left: 53.8%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--6-1 span {
            margin: -17% auto auto 57%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--6-2 {
          top: 57.8%;
          left: 54%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--6-3 {
          top: 36%;
          left: 36.7%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--6-3 span {
            margin: -17% auto auto -18.1%;
            width: auto; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--6-4 {
          top: 44.5%;
          left: 36.2%;
          z-index: 6; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--6-4 span {
            margin: -22.1% auto auto 1.9%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--5-1 {
          top: 63%;
          left: 27.7%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--5-2 {
          top: 83%;
          left: 83%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--5-3 {
          top: 6%;
          left: .3%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--5-4 {
          top: 52.1%;
          left: 56.8%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--5-4 span {
            margin: -17% auto auto 56.8%;
            width: 61%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--4-1 {
          top: 60.2%;
          left: 1.2%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--4-2 {
          top: 25%;
          left: 52.2%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--4-2 span {
            margin: -17% auto auto 15%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--4-3 {
          top: 24.6%;
          left: 54.4%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--4-3 span {
            margin: -16.5% auto auto 56.2%;
            width: 50%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--4-4 {
          top: 46.4%;
          left: 44.4%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--4-4 span {
            width: 16%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--3-1 {
          top: 29.4%;
          left: 54.9%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--3-1 span {
            margin: -16% auto auto -38%;
            width: 70%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--3-2 {
          top: 39.6%;
          left: 51.2%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--3-2 span {
            margin: -23% auto auto -14.2%;
            width: 48%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--3-3 {
          top: 43%;
          left: 52.5%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--3-3 span {
            margin: -14% auto auto -14.5%;
            width: 47%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--3-4 {
          top: 54.9%;
          left: 40.6%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--3-4 span {
            width: 31%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--2-1 {
          top: 43.2%;
          left: 37.9%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--2-1 span {
            margin: -27.4% auto auto 51.5%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--2-2 {
          top: 46.8%;
          left: 27.2%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--2-2 span {
            margin: -16% auto auto -17%;
            width: auto; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--2-3 {
          top: 33.8%;
          left: 45.5%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--2-3 span {
            margin: -27% auto auto 8.4%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--2-4 {
          top: 8%;
          left: 42%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--1-1 {
          top: 41.3%;
          left: 51.2%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--1-1 span {
            margin: -20.5% auto auto -30.1%;
            width: 63%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--1-2 {
          top: 45.7%;
          left: 53.2%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--1-2 span {
            margin: -8% auto auto 54.8%;
            width: 35%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--1-3 {
          top: 46%;
          left: 47.8%; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link--1-3 span {
            margin: 1% auto auto 41.5%;
            width: 19%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link--1-4 {
          top: 47.4%;
          left: 35.7%; }
        #map-section .wrapper-map .wrapper-map-pins .pin-link a {
          pointer-events: auto;
          cursor: pointer;
          width: 12.5%;
          transform: translateY(0) scale(1);
          transition: transform .7s ease-in-out; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link a:hover {
            animation: bounce .9s ease-in-out infinite;
            animation-play-state: running;
            transition: none; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link a.is-animating {
            animation-play-state: running;
            transition: none; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link a:hover .all-pins .pin {
            stroke-width: 6px;
            stroke: #858272; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link a.no-hover-animation {
            pointer-events: none;
            cursor: default;
            animation: none;
            z-index: 15;
            transform: translateY(0) scale(1); }
            #map-section .wrapper-map .wrapper-map-pins .pin-link a.no-hover-animation:hover {
              transform: translateY(0) scale(1); }
            #map-section .wrapper-map .wrapper-map-pins .pin-link a.no-hover-animation:hover .all-pins .pin {
              stroke-width: 13px;
              stroke: #bf2d2f; }
          #map-section .wrapper-map .wrapper-map-pins .pin-link a .all-pins {
            width: 100%;
            height: auto;
            display: block;
            position: relative; }
            #map-section .wrapper-map .wrapper-map-pins .pin-link a .all-pins .pin {
              fill: #e0c7c5;
              stroke: #ffffff;
              stroke-width: 6px;
              transition: all .2s ease-out; }
              #map-section .wrapper-map .wrapper-map-pins .pin-link a .all-pins .pin--selected {
                stroke: #bf2d2f;
                stroke-width: 13px;
                transition: all .4s ease-out; }
      #map-section .wrapper-map .wrapper-map-pins .map {
        width: 100%; }
    #map-section .wrapper-map .wrapper-panels {
      width: 35.5%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 1024px) {
        #map-section .wrapper-map .wrapper-panels {
          width: 100%; } }
      #map-section .wrapper-map .wrapper-panels .panel {
        background: rgba(255, 255, 255, 0.6);
        width: 92%;
        height: 95%;
        padding: 4%;
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        position: absolute;
        right: -100%;
        z-index: 10;
        transition: transform .3s ease-in-out; }
        @media only screen and (max-width: 1024px) {
          #map-section .wrapper-map .wrapper-panels .panel {
            width: 92%;
            height: 93.6%;
            right: auto;
            top: 100%; } }
        #map-section .wrapper-map .wrapper-panels .panel--show {
          transform: translateX(-100%); }
          @media only screen and (max-width: 1024px) {
            #map-section .wrapper-map .wrapper-panels .panel--show {
              transform: translateY(-100%); } }
        #map-section .wrapper-map .wrapper-panels .panel--hide {
          transform: translateX(100%); }
          @media only screen and (max-width: 1024px) {
            #map-section .wrapper-map .wrapper-panels .panel--hide {
              transform: translateY(100%); } }
        #map-section .wrapper-map .wrapper-panels .panel span {
          color: #af8d8d;
          font-weight: 400;
          font-size: clamp(0.8rem, 1.3vw, 1.5rem);
          letter-spacing: 0; }
        #map-section .wrapper-map .wrapper-panels .panel h3 {
          color: #493420;
          font-weight: 700;
          font-size: clamp(0.9rem, 1.7vw, 2.5rem);
          margin: 0;
          letter-spacing: 0;
          line-height: 1.4;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }
        #map-section .wrapper-map .wrapper-panels .panel hr {
          background: #af8d8d;
          height: 1px;
          width: 100%;
          margin: 7% 0; }
          @media only screen and (max-width: 1024px) {
            #map-section .wrapper-map .wrapper-panels .panel hr {
              margin: 3.5% 0; } }
        #map-section .wrapper-map .wrapper-panels .panel img {
          margin: 10% 0; }
          @media only screen and (max-width: 1024px) {
            #map-section .wrapper-map .wrapper-panels .panel img {
              margin: 3% 0; } }
        #map-section .wrapper-map .wrapper-panels .panel .desc {
          font-size: clamp(0.7rem, 1.05vw, 1.6rem);
          color: #493420;
          margin: 0 auto 10%;
          line-height: 1.35;
          font-weight: 400;
          letter-spacing: 0;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 1024px) {
            #map-section .wrapper-map .wrapper-panels .panel .desc {
              margin: 0 auto 3%; } }
        #map-section .wrapper-map .wrapper-panels .panel .cta {
          font-family: "Libre Franklin", sans-serif;
          font-weight: 300;
          font-size: clamp(0.9rem, 1.1vw, 1.8rem);
          display: inline-block;
          width: 100%;
          background: #858272;
          text-transform: uppercase;
          text-align: center;
          padding: 2.5% 0;
          overflow: hidden;
          transition: all .4s ease-out .2s; }
          @media only screen and (max-width: 1024px) {
            #map-section .wrapper-map .wrapper-panels .panel .cta {
              padding: 1.5% 0; } }
          #map-section .wrapper-map .wrapper-panels .panel .cta span {
            color: #ffffff;
            display: inline-block;
            position: relative;
            z-index: 1; }
          #map-section .wrapper-map .wrapper-panels .panel .cta:hover {
            background: #bf2d2f;
            transition: all .7s ease-out .4s; }
          #map-section .wrapper-map .wrapper-panels .panel .cta:hover span {
            animation: top-to-bottom .85s ease-in-out; }

#quizz-section {
  text-align: center; }
  #quizz-section h2 {
    margin: 0.67em 0 0 0; }

#gallery-section {
  text-align: center; }
  #gallery-section .wrapper-max {
    border-bottom: #de8280 0.25vw solid;
    margin-bottom: 4%; }
  #gallery-section .slick-gallery {
    margin: 0;
    width: 100%; }
  #gallery-section .slick-slide {
    position: relative; }
  #gallery-section .slick-dots {
    bottom: 1.5vw;
    visibility: visible;
    line-height: 0; }
    @media only screen and (max-width: 620px) {
      #gallery-section .slick-dots {
        width: 97%; } }
  #gallery-section .slick-gallery .slide-arrow {
    position: absolute;
    bottom: 50%;
    margin-bottom: -6.5vw;
    z-index: 1; }
  #gallery-section .slick-gallery .prev-arrow, #gallery-section .slick-gallery .next-arrow {
    background: rgba(227, 224, 224, 0.7);
    border: none;
    display: flex;
    padding: 4%;
    cursor: pointer;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out 0s; }
    #gallery-section .slick-gallery .prev-arrow img, #gallery-section .slick-gallery .next-arrow img {
      width: 2.5vw;
      filter: brightness(0) saturate(100%) invert(84%) sepia(16%) saturate(1685%) hue-rotate(351deg) brightness(107%) contrast(96%);
      transition: all .7s ease-out .3s; }
    #gallery-section .slick-gallery .prev-arrow:hover > img, #gallery-section .slick-gallery .next-arrow:hover > img {
      filter: brightness(0) saturate(100%) invert(98%) sepia(10%) saturate(241%) hue-rotate(281deg) brightness(117%) contrast(100%);
      transition: all .7s ease-out .3s; }
    #gallery-section .slick-gallery .prev-arrow:hover, #gallery-section .slick-gallery .next-arrow:hover {
      background: rgba(222, 130, 128, 0.7);
      transition: all .7s ease-out 0s; }
  #gallery-section .slick-gallery .prev-arrow {
    left: 0; }
  #gallery-section .slick-gallery .next-arrow {
    right: 0; }
  #gallery-section .loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #e3e0e0;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 10; }
  #gallery-section .loader::after,
  #gallery-section .loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 2vw;
    height: 2vw;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #e3e0e0;
    border-radius: 50%;
    animation: animloader 1s infinite ease-in-out; }
  #gallery-section .loader::before {
    background-color: #de8280;
    transform: scale(0.5) translate(-7vw, -7vw); }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%); } }
.left {
  float: left;
  margin: 0 2.5em 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .left {
      margin: 0 1.5em 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .left {
      margin: 0.8em 0 2em 0; } }

.right {
  float: right;
  margin: 0 0 2.5em 2.5em; }
  @media only screen and (max-width: 768px) {
    .right {
      margin: 0 0 1.5em 1.5em; } }
  @media only screen and (max-width: 620px) {
    .right {
      margin: 0.8em 0 2em 0; } }

.full-width {
  width: 100% !important;
  margin: 0 0 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .full-width {
      margin: 0 0 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .full-width {
      margin: 2em 0; } }

.embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .embed iframe, .embed object, .embed embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0; }

#footer-visuals-section .footer-visuals {
  width: 100%; }
  #footer-visuals-section .footer-visuals .footer-visuals-cta {
    font-family: "Libre Franklin", sans-serif;
    background: rgba(191, 45, 47, 0.8);
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 6%;
    transition: background 1s ease-out 0s; }
    #footer-visuals-section .footer-visuals .footer-visuals-cta:hover {
      background: #de8280; }
    #footer-visuals-section .footer-visuals .footer-visuals-cta:hover span {
      background: #bf2d2f;
      color: #ffffff; }
    #footer-visuals-section .footer-visuals .footer-visuals-cta span {
      background: #de8280;
      color: #e3e0e0;
      font-size: 1.5vw;
      font-weight: 400;
      height: 100%;
      display: inline-block;
      padding: 1.5% 5%;
      transition: background 2s ease-out .2s, color 3s ease-out .3s;
      letter-spacing: 0; }
      @media only screen and (max-width: 768px) {
        #footer-visuals-section .footer-visuals .footer-visuals-cta span {
          font-size: .9em; } }
      @media only screen and (max-width: 620px) {
        #footer-visuals-section .footer-visuals .footer-visuals-cta span {
          font-size: 15px; } }
  #footer-visuals-section .footer-visuals .socials-container {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    margin: 1.5% auto 0 auto;
    line-height: 0; }
    @media only screen and (max-width: 620px) {
      #footer-visuals-section .footer-visuals .socials-container {
        width: 50%; } }
    @media only screen and (max-width: 420px) {
      #footer-visuals-section .footer-visuals .socials-container {
        width: 60%; } }
    #footer-visuals-section .footer-visuals .socials-container a {
      display: block;
      width: 13%;
      background: #ffffff;
      border-radius: 50%;
      transition: background .5s ease-out .2s; }
      #footer-visuals-section .footer-visuals .socials-container a:hover {
        background: #e3e0e0; }
      #footer-visuals-section .footer-visuals .socials-container a:hover svg {
        fill: #de8280; }
      #footer-visuals-section .footer-visuals .socials-container a svg {
        fill: #e3e0e0;
        /*stroke: $third-color;
        stroke-width: 2vw;*/
        width: 100%;
        height: 100%;
        transform: scale(0.95);
        transition: fill .3s ease-out .1s; }

#body-preloader {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #faf9f9;
  /* change if the mask should have another color then white */
  z-index: 100;
  /* makes sure it stays on top */ }

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -65px;
  clear: both; }

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.preloader_inner {
  text-align: center;
  font-size: 1.5em; }

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease; }

.sp.sp-slices {
  border-radius: 0;
  border-top: 18px white solid;
  border-left: 18px #bf2d2f solid;
  border-bottom: 18px #493420 solid;
  border-right: 18px #de8280 solid;
  border-radius: 100px;
  -webkit-animation: spSlices 1s infinite linear;
  animation: spSlices 1s infinite linear; }

@-webkit-keyframes spSlices {
  0% {
    border-top: 18px white solid;
    border-right: 18px #bf2d2f solid;
    border-bottom: 18px #493420 solid;
    border-left: 18px #de8280 solid; }
  25% {
    border-top: 18px #de8280 solid;
    border-right: 18px white solid;
    border-bottom: 18px #bf2d2f solid;
    border-left: 18px #493420 solid; }
  50% {
    border-top: 18px #493420 solid;
    border-right: 18px #de8280 solid;
    border-bottom: 18px white solid;
    border-left: 18px #bf2d2f solid; }
  75% {
    border-top: 18px #bf2d2f solid;
    border-right: 18px #493420 solid;
    border-bottom: 18px #de8280 solid;
    border-left: 18px white solid; }
  100% {
    border-top: 18px white solid;
    border-right: 18px #bf2d2f solid;
    border-bottom: 18px #493420 solid;
    border-left: 18px #de8280 solid; } }
@keyframes spSlices {
  0% {
    border-top: 18px white solid;
    border-right: 18px #bf2d2f solid;
    border-bottom: 18px #493420 solid;
    border-left: 18px #de8280 solid; }
  25% {
    border-top: 18px #de8280 solid;
    border-right: 18px white solid;
    border-bottom: 18px #bf2d2f solid;
    border-left: 18px #493420 solid; }
  50% {
    border-top: 18px #493420 solid;
    border-right: 18px #de8280 solid;
    border-bottom: 18px white solid;
    border-left: 18px #bf2d2f solid; }
  75% {
    border-top: 18px #bf2d2f solid;
    border-right: 18px #493420 solid;
    border-bottom: 18px #de8280 solid;
    border-left: 18px white solid; }
  100% {
    border-top: 18px white solid;
    border-right: 18px #bf2d2f solid;
    border-bottom: 18px #493420 solid; } }
