@charset "UTF-8";
/*----------------------
  TESTS - Media Gallery
------------------------*/
.gallery-section {}

.gallery-section .media-item {position: relative;}

.gallery-section .media-item.portrait {height: 66.667%;}
.gallery-section .media-item.portrait.fullh {height: 100%;}
.gallery-section .media-item.landscape {height: 340px;}

.gallery-section .media-item figure {width: 100%; height: 100%;}
.gallery-section .media-item figure i.gallery-show-actions {position: absolute; top: 6px; right: 6px; z-index: 2;}

.gallery-section .media-item figure div.media-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--secondary-bg);
	opacity: 0;
	border-radius: 12px;
	z-index: 1;
	transition: 500ms all ease-in-out;
}
.gallery-section .media-item figure:hover div.media-overlay,
.gallery-section .media-item figure.active div.media-overlay {
	opacity: 0.75;
}

.gallery-section .media-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 12px;
	z-index: 0;
}

.gallery-section .media-item figure figcaption {
	position: absolute;
	padding: 12px;
	z-index: 2;
	border-radius: 12px;
}

.gallery-section .media-item figure figcaption h3 {color: var(--light-txt-color);}

.gallery-section .media-item figure figcaption .gallery-front-actions {position: relative; display: flex; justify-content: center;}
.gallery-section .media-item figure figcaption .gallery-front-actions > a {display: block; opacity: 0; transition: 400ms all ease-in-out;}
.gallery-section .media-item figure figcaption .gallery-front-actions > a > i {padding: 0 1rem; }

.gallery-section .media-item figure:hover figcaption .gallery-front-actions > a,
.gallery-section .media-item figure.active figcaption .gallery-front-actions > a {opacity: 1;}

.gallery-section .metro-gallery-fullscreen {background-color: transparent; width: 90%; height: 90vh; max-height: 90vh; top: 5% !important;}
.gallery-section .metro-gallery-fullscreen i.gallery-modal-close {position: absolute; top: 1rem; right: -1rem; color: var(--dark-txt-color); z-index: 10;}
.gallery-section .metro-gallery-fullscreen .modal-content {height: 95%;}
.gallery-section .metro-gallery-fullscreen .modal-content .medias-slider {height: 100%;}
.gallery-section .metro-gallery-fullscreen .modal-content .medias-slider .slick-list,
.gallery-section .metro-gallery-fullscreen .modal-content .medias-slider .slick-list .slick-track,
.gallery-section .metro-gallery-fullscreen .modal-content .medias-slider .slick-list .slick-track .slick-slide {height: 100%;}

.gallery-section .metro-gallery-fullscreen .modal-content .medias-slider figure {width: 100%; height: 100%;}
.gallery-section .metro-gallery-fullscreen .modal-content .medias-slider figure img {object-fit: cover; width: 100%; height: 100%;}

/*---------------------
  TESTS - FullH Slider
----------------------*/
.fullh-slider-section {height: auto; margin: 2.5rem auto 12px auto;}
section.acf-widget-container div.theme-widget.fullh-slider-section > div.widget-sub-container {height: 100% !important;}
.fullh-slider-section .fullh-slider-wrapper {height: 100%;}

.fullh-slider-section .fullh-slider-wrapper .titles {align-self: baseline; margin-left: 2rem;}
.fullh-slider-section .fullh-slider-wrapper .titles .surtitre {text-align: left; color: #b2b2b2;}
.fullh-slider-section .fullh-slider-wrapper .titles .main-title {text-align: left; font-size: 3rem;}

.fullh-slider-section .fullh-slider {width: 100%; z-index: 1;}
.fullh-slider-section .fullh-slider .main-content {margin-left: 1.25rem;}
.fullh-slider-section .fullh-slider .slick-dots {position: relative; bottom: initial;}

.fullh-slider-section .fullh-slider-controls {height: auto; max-width: 440px; margin: 0 auto;}
.fullh-slider-section .fullh-slider-controls .visual-control {height: auto; width: max-content;}
.fullh-slider-section .fullh-slider-controls .visual-control figure {height: auto; width: max-content;}
/*Control indicator V2 - JS enhanced*/
.fullh-slider-section .fullh-slider-controls .control-indicator {
	position: absolute;
	top: 150px;
	width: 96px;
	height: 50px;
}
.fullh-slider-section .fullh-slider-controls .control-indicator::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: var(--featured-color-50);
	border-radius: 50%;
}
.fullh-slider-section .fullh-slider-controls .control-indicator::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background-color: var(--featured-color-50);
	border-radius: 50%;
}

.elementor-shortcode .fullh-slider-section .fullh-slider-controls .visual-control figure img,
.fullh-slider-section .fullh-slider-controls .visual-control figure img {
	position: relative;
	padding: 0px;
	border: 3px solid var(--featured-color-50);
	box-shadow: 0px 0px 4px;
	cursor: pointer;
	transform: scale(1);
	opacity: 0.75;
	transition: 400ms all ease-in-out;
}
.fullh-slider-section .fullh-slider-controls .visual-control figure img:hover {border-color: var(--featured-color);}
.fullh-slider-section .fullh-slider-controls .visual-control figure img.active {border-color: var(--featured-color); opacity: 1; transform: scale(1.40);}
.fullh-slider-section .fullh-slider-controls .visual-control:nth-of-type(2) figure img,
.fullh-slider-section .fullh-slider-controls .visual-control:nth-of-type(4) figure img {
	margin-left: calc(136px + 2rem);
}

/*Elementor adaptation*/
.elementor img.fullh-slider-ctrl-img {height: 136px; border-radius: 50%;}

@media screen and (max-width: 576px) {
	.fullh-slider-section .fullh-slider-wrapper .titles {margin-left: 0;}

	.fullh-slider-section .fullh-slider-controls {display: none;}
}

/*----------------------
##TEST - TEAM
first test => 10/06/2023
------------------------*/
.team-section {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}

.team-section .team-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 3;
}

.team-section .team-cards .acf-block-slider .team-content {
  background-color: var(--main-bg);
  width: auto;
  height: auto;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.team-section .team-cards .acf-block-slider .slick-dots {
  position: relative;
  bottom: -1rem;
}

.team-section .team-cards .acf-block-slider .team-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 20px 40px -20px #EAEAEA;
  top: 0px;
  z-index: -1;
  transition: all 0.4s ease;
}
.team-section .team-cards .acf-block-slider .team-content .card {
  width: 280px;
  height: 320px;
  background-color: var(--alt-bg);
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.team-section .team-cards .acf-block-slider .team-content .card .bg {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  border-radius: 4px 4px 0px 0px;
  transition: all 0.4s ease;
  background: linear-gradient(140deg, #D45B7A, #FDA576);
  z-index: 1;
}
.team-section .team-cards .acf-block-slider .team-content .card .team-show-desc {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.4s ease;
  z-index: 10;
  border-radius: 100%;
}
.team-section .team-cards .acf-block-slider .team-content .card .team-show-desc:before, .team-section .team-cards .acf-block-slider .team-content .card .team-show-desc:after {
  width: 16px;
  height: 2px;
  background-color: white;
  content: "";
  position: absolute;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.team-section .team-cards .acf-block-slider .team-content .card .team-show-desc:after {
  transform: rotate(90deg);
}
@media screen and (max-width: 799px) {
  .team-section .team-cards .acf-block-slider .team-content .card .team-show-desc {
    padding: 10px;
    top: 10px;
    right: 10px;
  }
}
.team-section .team-cards .acf-block-slider .team-content .card .team-show-desc:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 799px) {
  .team-section .team-cards .acf-block-slider .team-content .card .team-show-desc:hover {
    transform: scale(1);
    background-color: transparent;
  }
}

@media screen and (max-width: 576px) {
	.team-section .team-wrapper {width: 95%; margin: 0 auto;}
}

.team-section .team-cards .acf-block-slider .team-content .card .photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 40px;
  border: 3px solid #FFFFFF;
  transition: all 0.4s ease;
  box-shadow: 0px 4px 10px rgba(111, 112, 115, 0.3);
}
.team-section .team-cards .acf-block-slider .team-content .card .photo:before, .team-section .team-cards .acf-block-slider .team-content .card .photo:after {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  content: "";
  position: absolute;
  transition: all 0.4s ease;
  opacity: 0;
  left: 0;
  top: 0;
}
.team-section .team-cards .acf-block-slider .team-content .card .photo:before {
  background: #403E3E;
  z-index: 1;
}
.team-section .team-cards .acf-block-slider .team-content .card .photo:after {
  background: linear-gradient(140deg, #6CAC59, #2897D5);
  z-index: 2;
}
.team-section .team-cards .acf-block-slider .team-content .card .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section .team-cards .acf-block-slider .team-content .card .text {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  transform: translateY(50px);
  background: transparent;
  transition: all 0.3s ease;
}
.team-section .team-cards .acf-block-slider .team-content .card .text .name {
  font-size: 20px;
  color: #6F7073;
  font-weight: 300;
}
.team-section .team-cards .acf-block-slider .team-content .card .text .role {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-txt-color);
  letter-spacing: 0.8px;
  margin-top: 5px;
}
.team-section .team-cards .acf-block-slider .team-content .card .text .desc {
  color: var(--light-txt-color);
  display: none;
  margin-top: 12px;
  font-size: 1rem;
  letter-spacing: 0.6px;
  text-align: left;
  padding: 0 12px;
  font-weight: 400;
  line-height: 22px;
}

.team-section .team-cards .acf-block-slider .team-content .card .social {
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: rgba(234, 234, 234, 0.5);
  box-shadow: inset 0px 11px 13px -20px #6F7073;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 0px 0px 4px 4px;
  transition: all 0.4s ease;
}
.team-section .team-cards .acf-block-slider .team-content .card .social .pointer {
  display: block;
  width: 10px;
  height: 10px;
  z-index: 2;
  bottom: 50px;
  position: absolute;
  transform: translateX(25px);
  transition: all 0.4s ease;
  opacity: 0;
}
.team-section .team-cards .acf-block-slider .team-content .card .social .pointer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  transform: rotate(45deg);
}
@media screen and (max-width: 799px) {
  .team-section .team-cards .acf-block-slider .team-content .card .social .pointer {
    display: none;
  }
}
.team-section .team-cards .acf-block-slider .team-content .card .social .icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.team-section .team-cards .acf-block-slider .team-content .card .social .icons .icon-footer-team {
  width: 25%;
  height: 24px;
  opacity: 0.3;
  transition: all 0.4s ease;
}

.team-section .team-cards .acf-block-slider .team-content .card .social .icons .icon-footer-team i {
	color: #939393;
	font-size: 1.25rem;
	padding: 4px 1.25rem;
}

.team-section .team-cards .acf-block-slider .team-content .card .social .icons .icon-footer-team:hover {
  opacity: 0.6;
}
@media screen and (max-width: 799px) {
  .team-section .team-cards .acf-block-slider .team-content .card .social .icons .icon-footer-team:hover {
    opacity: 0.3;
  }
}
.team-section .team-cards .acf-block-slider .team-content .card .social .icons .icon-footer-team img {
  width: 100%;
  height: 100%;
}
.team-section .team-cards .acf-block-slider .team-content .card .social:hover .pointer {
  opacity: 1;
  bottom: 45px;
}
.team-section .team-cards .acf-block-slider .team-content:hover {
  transform: translateY(3px);
}
.team-section .team-cards .acf-block-slider .team-content:hover:before {
  box-shadow: 0px 10px 10px -10px #EAEAEA;
}
@media screen and (max-width: 799px) {
  .team-section .team-cards .acf-block-slider .team-content:hover {
    transform: translateY(0px);
  }
  .team-section .team-cards .acf-block-slider .team-content:hover:before {
    box-shadow: 0px 20px 40px -20px #EAEAEA;
  }
}
.team-section .team-cards .acf-block-slider .team-content:hover .card .photo {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(111, 112, 115, 0.3);
}
@media screen and (max-width: 799px) {
  .team-section .team-cards .acf-block-slider .team-content:hover .card .photo {
    transform: translateY(0px);
    box-shadow: 0px 4px 10px rgba(111, 112, 115, 0.3);
  }
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more {
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.65);
  width: 310px;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .team-show-desc {
  transform: rotate(45deg) scale(1);
  top: 8px;
  right: 18px;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .team-show-desc:hover {
  transform: rotate(45deg) scale(1.1);
}
@media screen and (max-width: 799px) {
  .team-section .team-cards .acf-block-slider .team-content .card.show-more .team-show-desc:hover {
    transform: rotate(45deg) scale(1);
  }
}
/* .team-section .team-cards .acf-block-slider .team-content .card.show-more .social { */
  /* transform: translateY(55px); */
/* } */
.team-section .team-cards .acf-block-slider .team-content .card.show-more .text {
  min-height: 100%;
  color: var(--light-txt-color);
  padding: 12px 0;
  top: 0px;
  background-color: rgba(108, 172, 89, 0.65);
  transform: translateY(0px);
  transition: all 0.6s ease;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .text .name,
.team-section .team-cards .acf-block-slider .team-content .card.show-more .text .role {
  color: var(--light-txt-color);
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .text .desc {
  display: block;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .photo {
  width: 100%;
  height: 100%;
  top: 0px;
  border: solid 0px transparent;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(111, 112, 115, 0);
  transform: translateY(0px);
  transition: all 0.4s ease;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .photo:before {
  height: 100%;
  opacity: 0.5;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .photo:after {
  height: 100%;
  /* opacity: 0.8; */
  border-radius: 4px;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .photo img {
  filter: grayscale(100%);
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .photo:hover {
  transform: translateY(0px);
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .bg {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .bg:before {
  opacity: 0.5;
}
.team-section .team-cards .acf-block-slider .team-content .card.show-more .bg:after {
  opacity: 0.8;
}

/*----------------------
## ACF Separator
TODO: convert inline css to dynamic css
------------------------*/
div.acf-heading {
  height: max-content;
  padding: 12px 16px;
}

div.acf-heading h2 {
	width: max-content;
	margin: 0.25rem auto;
	padding: 0.25rem 0.75rem;
}

div.acf-heading.lines-sep.bottomline h2::after {
	content: '';
	display: block;
	width: 150%;
	position: relative;
	bottom: 0;
	left: -25%;
	padding-top: 0.25rem;
	border-bottom: 1px solid;
}
div.acf-heading.lines-sep.topline h2::before {
	content: '';
	display: block;
	width: 150%;
	position: relative;
	top: 0;
	left: -25%;
	padding-bottom: 0.25rem;
	border-top: 1px solid;
}
div.acf-heading.lines-sep.topbotline h2::before,
div.acf-heading.lines-sep.topbotline h2::after {

}

div.acf-heading.lines-sep.leftline h2::before {
	content: '';
	display: block;
	height: 150%;
	top: -25%;
	position: relative;
	left: 0;
	padding-top: 0.25rem;
	border-left: 1px solid;
}
div.acf-heading.lines-sep.rightline h2::after {
	content: '';
	display: block;
	height: 150%;
	position: relative;
	right: 0;
	top: -25%;
	padding-left: 0.25rem;
	border-bottom: 1px solid;
}
div.acf-heading.lines-sep.leftrigline h2::before,
div.acf-heading.lines-sep.leftrigline h2::after {

}

div.acf-heading.dyn-width {
  margin: 0 auto;
}

div.acf-heading i.top, div.acf-heading i.bottom {
  display: block;
}

/*-------------------------------
## ACF Section - WYSIWYG Content
---------------------------------*/
.wysiwyg-section .wysiwyg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

/* .wysiwyg-section .wysiwyg-sub-container { */
	/* height: 100%; */
	/* padding: 0; */
/* } */

.wysiwyg-section .wysiwyg-content {
  height: auto;
  padding: 0px 24px;
  text-align: center;
}

.wysiwyg-section .wysiwyg-content.featured {
  box-shadow: 0px 0px 4px 0px var(--light-bg-featured-color);
  border-left: 6px solid var(--light-bg-featured-color);
}

.wysiwyg-section .wysiwyg-content p {
  height: auto;
  margin: 4px 0;
}

.wysiwyg-section .wysiwyg-content img {
  width: 100%;
}

.wysiwyg-section .wysiwyg-content ul:not(.slides):not(.slick-dots):not(.select-dropdown) {
  list-style: none;
  text-align: left;
  padding: 0 12px;
}

.wysiwyg-section .wysiwyg-content ul:not(.slides):not(.slick-dots):not(.select-dropdown) li {
  padding: 6px 0;
}

.wysiwyg-section .wysiwyg-content ul:not(.slides):not(.slick-dots):not(.select-dropdown) li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8rem;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 12px;
}

.wysiwyg-section .wysiwyg-content ul.clean-center {
  width: max-content;
  max-width: 50%;
  margin: 12px auto;
}

.wysiwyg-section .wysiwyg-content ol {
  clear: both;
  list-style: none;
  padding-left: 2%;
  width: 50%;
  margin: 0 auto;
}

.wysiwyg-section .wysiwyg-content ol li {
  margin: 3em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
}

.wysiwyg-section .wysiwyg-content ol li::before {
  content: counter(inst);
  text-align: center;
  color: var(--light-bg-featured-color);
  border: 1px solid var(--light-bg-featured-color);
  position: absolute;
  left: 44%;
  border-radius: 50%;
  font-size: 1.5em;
  height: 1.35em;
  margin-left: 2.5%;
  top: -0.8em;
  width: 1.35em;
}

@media all and (min-width: 1840px) {
  /*Prefer center alignments on bigger screens*/
  .wysiwyg-section p {
    text-align: center;
  }
  .wysiwyg-section .wysiwyg-content ul:not(.slides), .wysiwyg-section .wysiwyg-content ul:not(.slides) li {
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .teasing-section figure figcaption {
    width: 80%;
    top: 15%;
    left: 6%;
    padding: 0 24px;
  }
}
@media all and (max-width: 580px) {
  .wysiwyg-section {
    padding: 16px 0;
  }
  .wysiwyg-section .wysiwyg-content {
    padding: 0 6px;
  }
  .wysiwyg-section .wysiwyg-content p {
    margin: 4px 12px;
  }
  .wysiwyg-section .wysiwyg-content ul:not(.slides) {
    max-width: 85%;
  }
  .wysiwyg-section .wysiwyg-content ul:not(.slides) li {
    flex-direction: column;
  }
  .wysiwyg-section .wysiwyg-content ul:not(.slides) li:before {
    display: none;
  }
  .wysiwyg-section .wysiwyg-content ul.clean-center {
    width: auto;
  }
}
/*-------------------------
## ACF Filterable Gallery
---------------------------*/
.theme-widget.filterable-gallery [class*=col-] {
  opacity: 1;
  transition: 400ms all ease-in-out;
}

.theme-widget.filterable-gallery .gallery-container {
  width: 90%;
  margin: 30px auto;
  position: relative;
  text-align: center;
}

.theme-widget.filterable-gallery h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #F39CC3;
}

.theme-widget.filterable-gallery nav {
  display: block;
  width: 100%;
}

.theme-widget.filterable-gallery div.items-container {
  list-style: none;
  margin-bottom: 20px;
}

.theme-widget.filterable-gallery nav > ul > li {
  display: inline-block;
}

.theme-widget.filterable-gallery nav > ul > li > a {
  text-transform: uppercase;
  padding: 4px 10px;
  margin-right: 2px;
  margin-left: 2px;
  text-decoration: none;
  color: #27A4DD;
  -webkit-border-radius: 5px;
  border-radius: 25px;
  border: 1px solid #27A4DD;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.theme-widget.filterable-gallery .width0 {
  flex-basis: 0%;
  opacity: 0;
  padding: 0;
}

.theme-widget.filterable-gallery nav > ul > li > a:hover,
.theme-widget.filterable-gallery nav > ul > li.current > a {
  color: #fff;
  background-color: #27A4DD;
}

.theme-widget.filterable-gallery #projects > ul > li,
.theme-widget.filterable-gallery #projects > div.items-container > div > figure {
  height: 175px;
  width: auto;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.theme-widget.filterable-gallery #projects > div.items-container > div > figure:hover {
  opacity: 1;
}

.theme-widget.filterable-gallery img {
  max-width: 100%;
  border-radius: 5px;
  margin: auto;
}

.theme-widget.filterable-gallery .gallery-modal {
  position: fixed;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 40px 10px;
  display: none;
  box-sizing: border-box;
  z-index: 1000;
}

.theme-widget.filterable-gallery .gallery-modal .gallery-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}

.theme-widget.filterable-gallery .gallery-modal .gallery-modal-slider {
  z-index: 1001;
}

.theme-widget.filterable-gallery .gallery-modal > img {
  height: 100%;
  width: auto;
  margin: auto;
}

.theme-widget.filterable-gallery .gallery-modal a.close i {
  position: fixed;
  top: 24px;
  right: 24px;
  height: 30px;
  width: 30px;
  font-size: 1.5rem;
  z-index: 1002;
}

@media (max-width: 568px) {
  .theme-widget.filterable-gallery #projects > div.items-container > figure {
    width: 100%;
  }
}

/*-------------------------------
## ACF Section - CTA Banner position: relative;
---------------------------------*/
.cta-section {
  position: relative;
  width: 100%;
  height: 175px;
  padding: 24px 0;
}

.cta-section .banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0) inset, 0 200px 125px -125px rgba(255, 255, 255, 0) inset;
  z-index: 1;
  transition: 400ms all linear;
}

.cta-section:hover .banner-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.5) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.5) inset;
}

/* .cta-section { */
  /* position: relative; */
  /* height: 100%; */
  /* padding: 24px 0; */
/* } */

.cta-section figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.cta-section figcaption.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 24px;
  text-align: center;
  z-index: 2;
}

.cta-section figcaption.content > h2 {
	margin: 12px 6px;
}

.cta-section figcaption.content > p {
  color: var(--light-txt-color);
  font-weight: 400;
}

@media all and (max-width: 980px) {
  .cta-section {
    height: 375px;
  }
}
@media all and (max-width: 580px) {
  .cta-section {
    height: 325px;
  }
}
/*-----------------------------------
	## ACF Section - Slider
-------------------------------------*/
.slider-section {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}

.slider-section .slider-wrapper {
  position: relative;
  height: 340px;
  width: 100%;
  z-index: 3;
}
.slider-section .slider-wrapper.carrousel,
.slider-section .slider-wrapper.autoh {height: auto; margin: auto;}

.slider-section .slider-wrapper .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slider-section .slider-wrapper.carrousel .slider-container .slick-list .slick-track {display: flex; align-items: center;}

/*Activate line below to harmonize height of all slides*/
.slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.3) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.3) inset;
  transition: 400ms all linear;
}

.slider-section:hover .slider-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.5) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.5) inset;
}

.slider-section .slider-wrapper .slider-container .slider-content {
  position: relative;
  height: 340px;
}
.slider-section .slider-wrapper.carrousel .slider-container .slider-content,
.slider-section .slider-wrapper.autoh .slider-container .slider-content {height: 100%;}

.slider-section .slider-wrapper .slider-container .slider-content .main-txt {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 12.5%;
  margin: 0 auto;
  text-align: center;
  color: var(--light-txt-color);
  padding-right: 12px;
  z-index: 3;
  transition: 400ms color linear;
}
.slider-section .slider-wrapper.carrousel .slider-container .slider-content .main-txt {position: relative;}

.slider-section .slider-wrapper .slider-container .slider-content i.fas {
  font-size: 1rem;
  color: var(--light-txt-color);
}

.slider-section .slider-wrapper .slider-container .slider-content .customer-name {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  width: 100%;
  text-align: center;
  font-style: italic;
  z-index: 3;
}

.slider-section .slider-wrapper .slider-container .slider-content .slider-context {
  position: relative;
  display: inline-block;
  padding-top: 4px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  z-index: 3;
}

.slider-section .slider-ctas {
  position: absolute;
  z-index: 3;
  width: 50%;
  height: 20%;
  top: 75%;
  left: 25%;
}

.slider-section .slider-ctas a.material-cta {
  width: max-content;
  margin: 0 auto;
}

/*Carrousel style*/
.slider-section .slick-list .slick-track .slider-content .carrousel {}
.slider-section .slick-list .slick-track .slider-content .carrousel img {max-width: 205px; height: auto; max-height: 140px;}

@media all and (max-width: 768px) {
  .slider-section .slider-wrapper {
    height: 390px;
  }
  .slider-section .slider-wrapper .slider-container .slider-content {
    height: 390px;
  }
}
@media all and (max-width: 580px) {
  .slider-section .slider-wrapper {
    height: 305px;
  }
  .slider-section .slider-wrapper .slider-container {
    width: 90%;
    left: 5%;
    right: 5%;
    top: 2.5%;
  }
  .slider-section .slider-wrapper .slider-container .slider-content {
    height: 305px;
  }
  .slider-section .slider-wrapper .slider-container .slider-content p {
    font-size: 1.15rem;
    letter-spacing: 1.35px;
    margin-bottom: 0;
  }
  .slider-section .slider-wrapper .slider-container .slider-content i.fas {
    font-size: 0.75rem;
  }
  .slider-section.carrousel .slick-list .slick-track .slider-content {
    display: flex;
  }
  .slider-section:not(.carrousel) .slider-wrapper .slider-container .slider-content .main-txt {
    position: relative;
    height: 85%;
    width: 75%;
    top: 5%;
    left: 12.5%;
    overflow-x: auto;
    padding: 8px 4px;
    border-radius: 6px;
  }
  .slider-section.carrousel .slider-wrapper .slider-container .slider-content .main-txt {
    position: relative;
    height: auto;
    top: initial;
    left: initial;
  }
}

/*-----------------------------------
	## ACF Section - TESTIMONIALS
-------------------------------------*/
.testimonial-section {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}

.testimonial-section .testimonial-wrapper {
  position: relative;
  /* height: 340px; */
  width: 100%;
  z-index: 3;
}

.testimonial-section .testimonial-wrapper.autoh {
  height: auto;
}

.testimonial-section .testimonial-wrapper .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.testimonial-section:hover .slider-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 -200px 125px -125px rgba(255, 255, 255, 0.5) inset, 0 200px 125px -125px rgba(255, 255, 255, 0.5) inset;
}

.testimonial-section .testimonial-wrapper .slider-container .testimonial-content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  justify-content: center;
  height: 340px;
}

.testimonial-section .testimonial-wrapper.autoh .slider-container .testimonial-content {
  height: auto;
}

.testimonial-section .testimonial-wrapper .testimonial-content .visual {
	height: max-content;
}
.testimonial-section .testimonial-wrapper .testimonial-content .visual img {
	width: 100%;
	max-width: 205px;
	max-height: 205px;
}

.testimonial-section .testimonial-wrapper .testimonial-content .main-content {
	height: max-content;
}
.testimonial-section .testimonial-wrapper .testimonial-content .main-content p {
	width: auto;
	max-width: 80%;
	font-style: italic;
}

.testimonial-section .testimonial-wrapper .testimonial-content .main-content i.fas {
	position: absolute;
	top: 6;
	left: -12px;
	font-size: 3rem;
	color: var(--featured-color);
	padding: 0;
	opacity: 0.55;
	z-index: -1;
}
/* .testimonial-section .testimonial-wrapper .testimonial-content .main-content i.fas.fa-quote-right { */
	/* top: 6; */
	/* left: -12px; */
/* } */
/* .testimonial-section .testimonial-wrapper .testimonial-content .main-content i.fas.fa-quote-left { */
	/* bottom: 0; */
	/* right: 0; */
/* } */



/*position: absolute;color: var(--featured-color);top: 0;z-index: -1;opacity: 0.65;font-size: 3rem;left: 0;padding: 0;transform: rotateZ(-15deg);*/
.testimonial-section .testimonial-wrapper .slider-container .testimonial-content break {
	flex-basis: 100%;
	height: 0;
}
.testimonial-section .testimonial-wrapper .testimonial-content .context-ctas {
	height: max-content;
}
.testimonial-section .testimonial-wrapper .testimonial-content .context-ctas span.testimonial-context {
	display: block;
	text-align: right;
	padding-right: 1rem;
	font-style: italic;
}
.testimonial-section .testimonial-wrapper .testimonial-content .context-ctas a,
.testimonial-section .testimonial-wrapper .testimonial-content .context-ctas span.testimonial-context a {
	padding-right: 1.10rem;
}

.testimonial-section .testimonial-wrapper .slider-container .testimonial-content .main-txt {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 12.5%;
  margin: 0 auto;
  text-align: center;
  color: var(--light-txt-color);
  padding-right: 12px;
  z-index: 3;
  transition: 400ms color linear;
}

.testimonial-section .testimonial-wrapper .slider-container .testimonial-content i.fas:not(.testimonial-quote){
  font-size: 1rem;
  color: var(--light-txt-color);
}

.testimonial-section .testimonial-wrapper .slider-container .testimonial-content .customer-name {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  width: 100%;
  text-align: center;
  font-style: italic;
  z-index: 3;
}

.testimonial-section .testimonial-wrapper .slider-container .testimonial-content .slider-context {
  position: relative;
  display: inline-block;
  padding-top: 4px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  z-index: 3;
}

.testimonial-section .testimonial-ctas {
  position: absolute;
  z-index: 3;
  width: 50%;
  height: 20%;
  top: 75%;
  left: 25%;
}

.testimonial-section .slider-ctas a.material-cta {
  width: max-content;
  margin: 0 auto;
}

/*Carrousel style*/
.testimonial-section.carrousel .slick-list .slick-track .testimonial-content img {
  max-width: 205px;
  height: auto;
}

@media all and (max-width: 768px) {

}
@media all and (max-width: 580px) {
  .testimonial-section .testimonial-wrapper .slider-container {
    width: 90%;
    left: 5%;
    right: 5%;
    top: 2.5%;
  }
  .testimonial-section .testimonial-wrapper .slider-container .testimonial-content {
    height: 305px;
  }
  .testimonial-section .testimonial-wrapper .slider-container .testimonial-content p {
    font-size: 1.15rem;
    letter-spacing: 1.35px;
    margin-bottom: 0;
  }
  .testimonial-section .testimonial-wrapper .slider-container .testimonial-content i.fas {
    font-size: 0.75rem;
  }
  .testimonial-section.carrousel .slick-list .slick-track .testimonial-content {
    display: flex;
  }
  .testimonial-section:not(.carrousel) .testimonial-wrapper .slider-container .testimonial-content .main-txt {
    position: relative;
    height: 85%;
    width: 75%;
    top: 5%;
    left: 12.5%;
    overflow-x: auto;
    padding: 8px 4px;
    border-radius: 6px;
  }
  .testimonial-section.carrousel .testimonial-wrapper .slider-container .testimonial-content .main-txt {
    position: relative;
    height: auto;
    top: initial;
    left: initial;
  }
}

/*------------------------------
## ACF Section - Double Blocks
--------------------------------*/
.double-block {
  position: relative;
  width: 100%;
}

.double-block.full-h {
  height: 100vh;
}
.double-block.full-h90 {
  height: 90vh;
}
.double-block.full-h80 {
  height: 80vh;
}
.double-block.full-h70 {
  height: 70vh;
}
.double-block.full-h60 {
  height: 60vh;
}
.double-block.full-h50 {
  height: 50vh;
}

section.acf-widget-container div.theme-widget.double-block > div.widget-sub-container:not(.timeline-section) {
	height: 100%;
}

/* .double-block:not(.full-h) { */
  /* height: 440px; */
/* } */

.double-block .db-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

.double-block .db-main-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.double-block .left-side {width: auto; height: 100%;}
.double-block .right-side {width: auto; height: 100%;}

.double-block:not(.full-h) .left-side, .double-block:not(.full-h) .right-side {
  height: 100%;
}

.double-block .db-title {
  margin: 12px auto;
  z-index: 1;
}

.double-block .db-surtitle {
  margin: 12px auto;
  z-index: 1;
}

.double-block .txt-container {
  width: 80%;
  padding: 12px 32px;
  color: var(--dark-txt-color);
  border-radius: 8px;
}

.double-block .txt-container p {
  color: inherit;
  z-index: 1;
}

.double-block:not(.full-h) .txt-container, .double-block:not(.full-h) .txt-container p {
  height: auto;
}

.double-block:not(.full-h) .img-container, .double-block:not(.full-h) .img-container p, .double-block:not(.full-h) .img-container img {
  height: 100%;
  margin: 0;
  text-align: center;
  max-height: 440px;
}

.double-block .img-block {
  height: 100%;
}

/* .double-block.full-h .img-block { */
  /* height: 50vh; */
/* } */

.double-block .acf-heading {
  width: 95%;
}

.double-block .acf-heading h2 {
  width: 100%;
}

@media all and (max-width: 768px) {
  .double-block {
    padding: 24px 6px;
  }
  .double-block .txt-block {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
    left: 10%;
    padding-bottom: 24px !important;
  }
  .double-block .txt-block .acf-heading {
    margin: 0 auto;
    height: auto;
  }
  .double-block .txt-block .txt-container {
    overflow-y: auto;
    height: auto;
  }
  .double-block .txt-block p {
    margin: 16px auto;
  }
  .double-block .img-block figure {
    opacity: 0.3;
  }
}
@media all and (max-width: 580px) {
  .double-block.full-h {
    height: 100%;
  }

  .double-block:not(.full-h) .left-side, .double-block:not(.full-h) .right-side {
	height: auto;
  }
  .double-block .img-block {
    height: auto;
  }
  .double-block .img-block figure {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -12px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    opacity: 0.35;
  }
  .double-block:not(.full-h) .img-container, .double-block:not(.full-h) .img-container p, .double-block:not(.full-h) .img-container img {
	width: 100%;
  }

  .double-block .txt-container {
	width: 95%;
	margin: 0 auto;
	padding: 6px 0px;
  }
}
/*-----------------------------
  ##ACF Section - FlipBox
-------------------------------*/
.flip-box-section .flipbox {
  display: block;
  padding: 12px 6px;
  position: relative;
}

.flip-box-section .flipbox .front {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  color: #fff;
  width: 100%;
}

.flip-box-section .flipbox .front .flipbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.flip-box-section .flipbox .back {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

.flip-box-section .flipbox .flipped-boxed-service {
  text-align: center;
  background: var(--featured-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: 150ms all ease-in-out;
}

.flip-box-section .flipbox .flipped-boxed-service i {
  font-size: 2.25rem;
  color: var(--light-txt-color);
  margin: auto;
  z-index: 2;
}

.flip-box-section .flipbox .flipped-boxed-service h3 {
  text-align: center;
  color: var(--light-txt-color);
  padding-top: 20px;
}

.flip-box-section .flipbox .flipped-boxed-service p {
  font-size: 1.10rem;
  padding: 6px 12px;
  z-index: 2;
}

.flip-box-section .back .flipped-boxed-service {
  background: var(--alt-featured-color);
  font-size: 1rem;
  color: #fff;
}

.flipbox .bordered-content {
  position: absolute;
  width: 90%;
  left: 5%;
  height: 80%;
  top: 10%;
  border: 1px solid #fff;
  z-index: 1;
}

/*Specific style*/
/*Rotate*/
.flip-box-section .flipbox.rotate {
  perspective: 1000px;
}

.flip-box-section .flipbox.rotate .front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.flip-box-section .flipbox.rotate .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

/*Fading*/
.flip-box-section .flipbox.fading-scale .back {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

/*SlideUp*/
.flip-box-section .flipbox.slideUp .back {
  top: initial;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -webkit-transition: opacity 600ms ease-in-out, -moz-transform 600ms ease-in-out, z-index 600ms 600ms;
  -moz-transition: opacity 600ms ease-in-out, -moz-transform 600ms ease-in-out, z-index 600ms 600ms;
  -ms-transition: opacity 600ms ease-in-out, -moz-transform 600ms ease-in-out, z-index 600ms 600ms;
  -o-transition: opacity 600ms ease-in-out, -moz-transform 600ms ease-in-out, z-index 600ms 600ms;
  transition: opacity 600ms ease-in-out, -moz-transform 600ms ease-in-out, z-index 600ms 600ms;
}

/*Call to action*/
.flip-box-section .flipbox .back a.material-cta, .flip-box-section .flipbox .back a.js-cta {
  margin: 12px auto;
  opacity: 0;
}

.flip-box-section .flipbox.revealed .back a.material-cta, .flip-box-section .flipbox.revealed .back a.js-cta {
  opacity: 1;
}

/*Animation classes - Added by JS code*/
/*Rotate*/
.flip-box-section .flipbox.rotate.revealed .front {
  z-index: 9;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.flip-box-section .flipbox.rotate.revealed .back {
  z-index: 10;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

/*Scale and fade*/
.flip-box-section .flipbox.fading-scale.revealed .front {
  z-index: 9;
}

.flip-box-section .flipbox.fading-scale.revealed .back {
  z-index: 10;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

/*Slide Up*/
.flip-box-section .flipbox.slideUp.revealed .front {
  z-index: 9;
}

.flip-box-section .flipbox.slideUp.revealed .back {
  z-index: 10;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transition: opacity 600ms, -moz-transform 600ms;
  -moz-transition: opacity 600ms, -moz-transform 600ms;
  -ms-transition: opacity 600ms, -moz-transform 600ms;
  -o-transition: opacity 600ms, -moz-transform 600ms;
  transition: opacity 600ms, -moz-transform 600ms;
}

/*------------------
  ## Picto Menu
-------------------*/
.picto-menu {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
  height: auto;
  list-style: none;
}

.picto-menu.vertical {
	flex-direction: column;
}

.picto-menu a {
  position: relative;
  flex-basis: 50%;
  top: 0;
  text-align: center;
  font-weight: 700;
  color: var(--light-txt-color);
  margin : 3% 0;
  filter: contrast(100%);
  transition: 400ms all ease-in-out;
}
.picto-menu a.col33 {flex-basis: 33%;}
.picto-menu a.col25 {flex-basis: 25%;}
.picto-menu a.col20 {flex-basis: 20%;}

.picto-menu.vertical a {
	flex-basis: initial;
	width: 175px;
}

.picto-menu a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.picto-menu.with-gutter a {
  flex-basis: calc(50% - 2%);
  margin: 3% 1%;
}
.picto-menu.with-gutter a.col33 {flex-basis: calc(33% - 2%);}
.picto-menu.with-gutter a.col25 {flex-basis: calc(25% - 2%);}
.picto-menu.with-gutter a.col20 {flex-basis: calc(20% - 2%);}

.picto-menu a li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 100%;
  color: var(--dark-txt-color);
}

.picto-menu li:hover {
  filter: contrast(100%);
}

.picto-menu a:hover li {
  color: var(--light-txt-color);
}

.picto-menu.colored-on-hover a {
  background: var(--alt-bg);
  color: var(--dark-txt-color);
}

.picto-menu.colored-on-hover a li i {
  color: inherit;
  transition: 400ms color ease-in-out;
}

.picto-menu.colored-on-hover a:hover li i {
  color: var(--light-txt-color) !important;
}

.picto-menu:not(.colored-on-hover) a:nth-child(1) {
  background: #95c11f;
}

.picto-menu:not(.colored-on-hover) a:nth-child(2) {
  background: #2098d5;
}

.picto-menu:not(.colored-on-hover) a:nth-child(3) {
  background: #f39200;
}

.picto-menu:not(.colored-on-hover) a:nth-child(4) {
  background: #d60a52;
}

.picto-menu:not(.colored-on-hover) a:nth-child(5) {
  background: #9f1f62;
}

.picto-menu a li i {
  font-size: 2.25rem;
  padding-bottom: 24px;
}

.picto-menu a:hover {
  color: #ececec !important;
  top: -5%;
}
.picto-menu.vertical a:hover {
	top: -2.5%;
}

@media all and (max-width: 980px) {
  /* .picto-menu a {flex-basis: 33%;} */
  .picto-menu a.col33 {flex-basis: 50%;}
  .picto-menu a.col25 {flex-basis: 33%;}
  .picto-menu a.col20 {flex-basis: 25%;}

  /* .picto-menu.with-gutter a {flex-basis: calc(33% - 2%);} */
  .picto-menu.with-gutter a.col33 {flex-basis: calc(50% - 2%);}
  .picto-menu.with-gutter a.col25 {flex-basis: calc(33% - 2%);}
  .picto-menu.with-gutter a.col20 {flex-basis: calc(25% - 2%);}
}

@media all and (max-width: 768px) {
  /* .picto-menu a {flex-basis: 33%;} */
  .picto-menu a.col33 {flex-basis: 50%;}
  .picto-menu a.col25 {flex-basis: 33%;}
  .picto-menu a.col20 {flex-basis: 25%;}

  .picto-menu.with-gutter a {flex-basis: calc(33% - 2%);}
  .picto-menu.with-gutter a.col33 {flex-basis: calc(50% - 2%);}
  .picto-menu.with-gutter a.col25 {flex-basis: calc(33% - 2%);}
  .picto-menu.with-gutter a.col20 {flex-basis: calc(33% - 2%);}
}

@media all and (max-width: 576px) {
  .picto-menu.vertical {
	align-content: center;
  }

  .picto-menu a,
  .picto-menu a.col33,
  .picto-menu a.col25,
  .picto-menu a.col20  {flex-basis: 50%;}

  .picto-menu.with-gutter a,
  .picto-menu.with-gutter a.col33,
  .picto-menu.with-gutter a.col25,
  .picto-menu.with-gutter a.col20  {flex-basis: calc(50% - 2%);}
}
/*-------------------------------------
##ACF Section - Animated counter
--------------------------------------*/
.theme-widget.animated-counter div.number {
	margin-top : 12px;
	margin-bottom: 12px;
}

.theme-widget.animated-counter div.number .number-subcontainer {
	width: max-content;
	margin: auto;
	padding: 6px;
}

.theme-widget.animated-counter h2.timer {
  color: var(--dark-txt-color);
  font-size: 2.5rem;
  min-height: 3.25rem;
}

.theme-widget.animated-counter p.timer-context {
  text-align: center;
  color: var(--dark-txt-color);
  font-size: 1.25rem;
  margin: 0;
}

.theme-widget.animated-counter i.counter-icon {
	font-size: 1rem;
	color: var(--dark-txt-color);
}

/*-------------------------------------
##ACF Section - Static info block
--------------------------------------*/
.cta-bloc-section {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.cta-bloc-panel {
  position: relative;
  height: auto;
}

.cta-bloc-panel figure {
  background: transparent;
  color: var(--light-txt-color);
  height: auto;
  border-radius: 6px;
  top: 0;
  left: 0;
  text-align: center;
}

.cta-bloc-panel figure.front {
  z-index: 2;
}

.cta-bloc-panel figure img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  max-height: 50vh;
  filter: blur(0px);
  transition: 400ms filter ease-in-out;
}

.cta-bloc-panel:hover figure img {
  filter: blur(3px);
}

.cta-bloc-panel .panel-front a.boxed-cta {
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  height: 195px;
  width: 171px;
  margin: 0 auto;
  padding: 0 12px;
  bottom: 125px;
  background: var(--featured-color);
  filter: contrast(100%);
  color: var(--light-txt-color);
  z-index: 10; /*Ensure a clickable link*/
  box-shadow: none;
  transition: 400ms all ease-in-out;
}

.cta-bloc-panel .panel-front.no-bg a.boxed-cta {
  bottom: 85px;
  box-shadow: none;
  transition: 400ms all ease-in-out;
}

.cta-bloc-panel:hover .panel-front a.boxed-cta {
  transform: scale(1.1);
}

.cta-bloc-panel:hover .panel-front.no-bg a.boxed-cta {
  transform: scale(1.1);
}

.cta-bloc-panel .panel-front a.boxed-cta.unlink {
  cursor: default;
}

.cta-bloc-panel .panel-front.no-bg a.boxed-cta.unlink {
  cursor: default;
}

.cta-bloc-panel .panel-front a.boxed-cta:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 50%;
  border-bottom: 2px solid transparent;
  transition: 400ms all ease-in-out;
}

.cta-bloc-panel .panel-front a.boxed-cta:hover {
  filter: contrast(200%);
}

.cta-bloc-panel .panel-front a.boxed-cta:hover:after {
  bottom: 25%;
  border-bottom: 2px solid var(--main-bg);
}

.cta-bloc-panel .panel-front a.boxed-cta.unlink:hover:after {
  display: none;
}

.cta-bloc-panel .caption {
  position: relative;
  border: 2px solid;
  width: auto;
  height: auto;
  min-height: 275px;
  padding: 36px 24px 8px 24px;
  margin-top: 24px;
  bottom: 185px;
  box-shadow: none;
  transition: 400ms box-shadow ease-in-out;
}

.cta-bloc-panel .caption p {
  text-shadow: none;
  transition: 400ms text-shadow ease-in-out;
}

.cta-bloc-panel .caption p > a {color: var(--featured-color);}

.cta-bloc-panel:hover .caption p {
  text-shadow: 0px 0px 0px #3c3c3c;
}

.cta-bloc-panel:hover .caption {
  box-shadow: 0px 0px 4px 2px var(--featured-color);
}

@media all and (max-width: 768px) {
  .cta-bloc-panel figure img {
    max-height: 340px;
  }
}
@media all and (max-width: 580px) {
	.cta-bloc-panel {
		max-height: initial !important;
	}
	.cta-bloc-panel figure img {
		display: none;
	}
	.cta-bloc-panel .panel-front a.boxed-cta {
		bottom: initial;
		width: 100%;
		height: 125px;
		align-items: center;
	}

	.cta-bloc-panel .panel-front a.boxed-cta:hover:after {
		bottom: 33%;
		border-bottom: 2px solid var(--main-bg);
	}
	.cta-bloc-panel .caption {
		bottom: initial;
		min-height: initial;
		border-color: transparent !important;
		align-items: flex-start;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 24px;
	}

	.cta-bloc-panel:hover .caption p {
		text-shadow: none;
	}
}
/*-------------------------------------
##ACF Section - Animated info block
--------------------------------------*/
.anim-cta-bloc-panel {
  position: relative;
  height: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.anim-cta-bloc-panel figure {
  background: var(--dark-bg);
  color: var(--light-txt-color);
  backface-visibility: hidden;
  overflow: hidden;
  /* height: 100%; */
  height: 340px;
  border-radius: 4px;
  top: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}

.anim-cta-bloc-panel figure a.js-cta {
  display: block;
  width: 80%;
  margin: 24px auto 0 auto !important;
}

.anim-cta-bloc-panel figure.panel-front {
  transform: rotateY(0deg);
  z-index: 2;
}

.anim-cta-bloc-panel figure img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  max-height: 60vh;
  opacity: 0.7;
}

.anim-cta-bloc-panel figure .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  padding: 0;
  backface-visibility: hidden;
}

.anim-cta-bloc-panel .panel-front .caption .fas {
  position: absolute;
  top: 46%;
  right: 16px;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
}

.anim-cta-bloc-panel .panel-front:hover .caption .fas {
  color: var(--light-txt-color);
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

.anim-cta-bloc-panel .panel-front .caption {
  font-size: 1.25em;
}

.anim-cta-bloc-panel .panel-front .caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.9) 95%);
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: opacity 0.35s, transform 0.35s;
}

.anim-cta-bloc-panel .panel-front:hover .caption:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.anim-cta-bloc-panel .panel-front h2 {
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: var(--light-txt-color);
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
}

.anim-cta-bloc-panel .panel-front h2 span {
  font-weight: bold;
}

.anim-cta-bloc-panel .panel-front h2:after {
  position: absolute;
  bottom: -4px;
  left: 70px;
  right: 70px;
  height: 2px;
  background: var(--light-bg);
  content: "";
  transition: all 0.35s;
  transform: translate3d(-130%, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /*IE10-*/
  opacity: 0;
}

.anim-cta-bloc-panel .panel-front:hover h2 {
  color: var(--light-txt-color);
  -webkit-transform: translate3d(0, -90%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -90%, 0) translate3d(0, -40px, 0);
}

.anim-cta-bloc-panel .panel-front:hover h2:after {
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.anim-cta-bloc-panel .panel-front p, .anim-cta-bloc-panel .panel-front a {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}

.anim-cta-bloc-panel .panel-front p {
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 6px 0px;
  bottom: 0;
  width: 100%;
  transform: translate3d(0, 20px, 0);
}

.anim-cta-bloc-panel .panel-front a {
  width: auto;
  transform: translate3d(0, 10px, 0);
}

.anim-cta-bloc-panel .panel-front .desc-first {
  width: 100%;
  position: absolute;
  bottom: 5em;
}

.height-custom .anim-cta-bloc-panel .panel-front .desc-first {
  bottom: 0.5em;
}

.anim-cta-bloc-panel .panel-front:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.anim-cta-bloc-panel .panel-front:hover a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media all and (max-width: 768px) {
  .anim-cta-bloc-panel figure {
    min-height: initial;
  }
  .anim-cta-bloc-panel .panel-front .desc-first {
    bottom: 0em;
  }
}
/*-----------------------------
  ##ACF Section - Timeline
-------------------------------*/
.timeline-section {
  max-width: 1024px;
  background-color: rgba(0, 0, 0, 0) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin: 1.5rem auto 1.5rem auto;
  padding: 0 24px;
}

.timeline-section:before, .timeline-section:after {
  content: "";
  background: var(--main-bg);
  height: 30px;
  width: 30px;
  border: 5px solid;
  border-radius: 50%;
  position: absolute;
  right: calc(50% - 15px);
  z-index: 1;
}

.timeline-section:before {
  top: -22.5px;
  border-color: var(--secondary-bg);
}

.timeline-section:after {
  bottom: -16px;
  border-color: var(--secondary-bg);
}

.timeline-section .timeline-content {
  overflow: hidden;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: 51% 100%;
}

.timeline-section .timeline-content:nth-of-type(2n+1) {
  border-radius: 110px 0 0 110px;
}
.timeline-section .timeline-content:nth-of-type(2n+1) > div > h3 {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid;
}
/* .timeline-section .timeline-content:nth-of-type(2n+1) > div > h3::before { */
	/* font-family: "Font Awesome 5 Free" !important; */
	/* color: inherit; */
	/* speak: none; */
	/* font-style: normal; */
	/* font-weight: 900 !important; */
	/* font-variant: normal; */
	/* text-transform: none; */
	/* font-size: 24px; */
	/* position: absolute; */
	/* top: calc(50% - 35px); */
	/* right: 0px; */
	/* content:'\f064'; */
/* } */

.timeline-section .timeline-content:nth-of-type(2n) {
  border-radius: 0 110px 110px 0;
}
.timeline-section .timeline-content:nth-of-type(2n) > div > h3 {
  text-align: right;
  width: 100%;
  border-bottom: 1px solid;
}
/* .timeline-section .timeline-content:nth-of-type(2n) > div > h3::before { */
	/* font-family: "Font Awesome 5 Free" !important; */
	/* color: inherit; */
	/* speak: none; */
	/* font-style: normal; */
	/* font-weight: 900 !important; */
	/* font-variant: normal; */
	/* text-transform: none; */
	/* font-size: 24px; */
	/* position: absolute; */
	/* top: calc(50% - 35px); */
	/* left: 0px; */
	/* content:'\f3e5'; */
/* } */

.timeline-section .timeline-content:not(first-child) {
  margin-top: -5px;
}

.timeline-section .timeline-content:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.timeline-section .timeline-content.timeline-left:before, .timeline-section .timeline-content.timeline-right:before {
  content: "";
  background: var(--main-bg);
  height: calc(100% - 10px);
  width: calc(100% - 5px);
  position: absolute;
  top: 5px;
}

.timeline-section .timeline-content.timeline-left:before {
  left: 5px;
  border-radius: 105px 0 0 105px;
}

.timeline-section .timeline-content.timeline-right:before {
  right: 5px;
  border-radius: 0 105px 105px 0;
}

.timeline-section .timeline-content div.padded-left {
  padding-left: 36px;
}

.timeline-section .timeline-content .timeline-step-title {
  font-size: 3rem;
  font-weight: 700;
}

.timeline-section .timeline-content .timeline-icon {
  padding-right: 8px;
  font-size: 2rem;
  color: var(--dark-txt-color);
}

.timeline-section .timeline-content h4 {
  font-size: 1.75rem;
  font-weight: 700;
}

@media all and (max-width: 768px) {
	.timeline-section {
		padding: 0px;
	}

	.timeline-section .timeline-content:nth-of-type(2n+1) > div > h3 {
		text-align: center;
		width: 90%;
		border-bottom: none;
	}
	.timeline-section .timeline-content:nth-of-type(2n+1) > div > h3::after {
		content:'';
		display: none;
	}

	.timeline-section .timeline-content:nth-of-type(2n) > div > h3 {
		text-align: center;
		width: 90%;
		border-bottom: none;
	}
	.timeline-section .timeline-content:nth-of-type(2n) > div > h3::after {
		content:'';
		display: none;
	}
}

@media all and (max-width: 576px) {
	.timeline-section .timeline-content:nth-of-type(2n+1) > div v{
		padding: 12px 2rem;
	}
	.timeline-section .timeline-content:nth-of-type(2n) > div {
		padding: 12px 2rem;
	}
}

/*-----------------------------
  ##ACF Section - Collapse
-------------------------------*/
.remseo-collapse-content {
  position: relative;
  width: 95%;
  height: auto;
  margin: 2em auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 5px 5px 15px rgba(216, 216, 216, 0.5);
}

.remseo-collapse-content > div.collapse-item:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}

.remseo-collapse-content > div.collapse-item > div {
  padding: 1em;
}

.remseo-collapse-content > div.collapse-item > div.visible-txt {
  background-color: var(--alt-bg);
  color: var(--dark-txt-color);
  cursor: pointer;
  transition: 400ms all ease-in-out;
}

.remseo-collapse-content > div.collapse-item > div.visible-txt > h2 {
  color: var(--dark-txt-color);
  transition: 400ms all ease-in-out;
}

.remseo-collapse-content.single > div.collapse-item > div.visible-txt,
.remseo-collapse-content.multiple > div.collapse-item > div.visible-txt {
  display: flex;
  align-items: center;
}

.remseo-collapse-content > div.collapse-item > div.visible-txt i.collapse-add-icon {
  font-size: 1.60rem;
  color: var(--featured-color);
  transition: 400ms all linear;
}

.remseo-collapse-content.single > div.collapse-item > div.visible-txt::before,
.remseo-collapse-content.multiple > div.collapse-item > div.visible-txt::before {
  content: "";
  margin-right: 1em;
  border: solid var(--dark-txt-color);
  border-width: 0 4px 4px 0;
  padding: 4px;
  transform: rotate(-45deg);
  transition: 400ms all linear;
}


.remseo-collapse-content > div.collapse-item.open > div.visible-txt {
  background-color: var(--featured-color);
}
.remseo-collapse-content > div.collapse-item.open > div.visible-txt > h2 {
  color: var(--light-txt-color);
}

.remseo-collapse-content > div.collapse-item.open > div.visible-txt i.collapse-add-icon {
  color: #c9c9c9;
}

.remseo-collapse-content.single > div.collapse-item.open > div.visible-txt::before,
.remseo-collapse-content.multiple > div.collapse-item.open > div.visible-txt::before {
  transform: rotate(45deg);
  color : #8d8d8d;
}

.remseo-collapse-content.single > div.collapse-item > div.visible-txt > *,
.remseo-collapse-content.multiple > div.collapse-item > div.visible-txt > * {
  margin-top: 0.1em; /* Compansates text not optical centered */
}

@media all and (max-width: 580px) {
  .remseo-collapse-content.single > div.collapse-item > div.visible-txt > h2 {
    font-size: 1.35rem;
	text-align: left;
  }
}

/*-----------------------------
  ##ACF Section - Video
-------------------------------*/
.theme-widget.video-block {
	max-height: 50vh;
}

section.acf-widget-container div.theme-widget.video-block > div.widget-sub-container:not(.timeline-section) {
	height: 100%;
}

.theme-widget.video-block video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--secondary-bg);
}
.video-block .video-overlay {position: absolute; width: 100%; height: 100%; top: 0; z-index: 1; opacity: 1; transition: 400ms all ease-in-out;}

/* WP media */
.video-block video {position: relative; height: 100%;}
.video-block video.above {z-index: 2;}
.video-block video.layered{z-index: 0}

/* Youtube iframe - Doesn't work with other streaming services */
.video-block .iframe-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-block .iframe-container iframe,
.video-block .iframe-container object,
.video-block .iframe-container embed {
	position: relative;
	display: block;
	margin: 0 auto;
	height: auto;
	z-index: 0;
	width: 90%;
	height: 100%;
	transition: 400ms z-index ease-in-out;
}
.video-block .iframe-container.layered{z-index: 0}
.video-block iframe.above {z-index: 2;}

/* Caption styling */
.video-block figcaption {
	position: absolute;
	width: 100%;
	height: 33%;
	color: var(--light-txt-color);
	background: var(--featured-color-50);
	opacity: 1; visibility: visible;
	overflow-y: auto;
	transition: 400ms all ease-in-out;
}
.video-block .video-overlay:hover + figcaption {background: var(--featured-color);}
.video-block figcaption:hover {background: var(--featured-color);}

.video-block figcaption p {padding: 12px 2rem; margin: 0; height: auto;}
	.video-block figcaption.center{top: 33%; bottom: 33%; border-radius: 33%; max-width: 80%;}
	.video-block figcaption.left{width: 33%; height: 100%; left: 0; top: 0; border-radius: 0 55% 25% 0;}
	.video-block figcaption.right{width: 33%; height: 100%; right: 0; top: 0; border-radius: 25% 0 0 55%;}
	.video-block figcaption.top{top: 0; border-radius: 0 0 25% 25%;}
	.video-block figcaption.bottom{bottom: 0; border-radius: 25% 25% 0 0;}

.video-block figcaption.layered {z-index: 2;}
.video-block figcaption.hidden {opacity: 0; visibility: hidden;}

.video-block .custom-play-icon {font-size: 3.5rem; position: absolute; top: calc(50% - 1.75rem); left: calc(50% - 1.75rem); padding: 0px; cursor: pointer; z-index: 10; opacity: 1; visibility: visible; transition: 400ms all ease-in-out;}
.video-block .custom-play-icon.hidden {opacity: 0; visibility: hidden;}

/*Controls*/
.theme-widget.video-block .video-controls {
  visibility: hidden;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  padding: 10px;
  transition: all 0.2s ease;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.theme-widget.video-block .video-controls:hover,
.theme-widget.video-block .video-controls:focus-within {
	opacity: 1;
}

.theme-widget.video-block .video-controls.hide {
  opacity: 0;
  pointer-events: none;
}

.theme-widget.video-block .video-progress {
  position: relative;
  height: 8.4px;
  margin-bottom: 10px;
}

.theme-widget.video-block progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  width: 100%;
  height: 8.4px;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.theme-widget.video-block progress::-webkit-progress-bar {
  background-color: #474545;
  border-radius: 2px;
}

.theme-widget.video-block progress::-webkit-progress-value {
  background: var(--featured-color);
  border-radius: 2px;
}

.theme-widget.video-block progress::-moz-progress-bar {
  border: 1px solid var(--featured-color);
  background: var(--featured-color);
}

.theme-widget.video-block .seek {
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.theme-widget.video-block .seek:hover + .seek-tooltip {
  display: block;
}

.theme-widget.video-block .seek-tooltip {
  display: none;
  position: absolute;
  top: -50px;
  margin-left: -20px;
  font-size: 12px;
  padding: 3px;
  content: attr(data-title);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.theme-widget.video-block .bottom-controls {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 24px;
  visibility: visible;
  opacity: 1;
  transition: 400ms all ease-in-out;
}
.theme-widget.video-block .bottom-controls.hidden {
	height: 0px;
	padding: 0px;
	visibility: hidden;
	opacity: 0;
}

.theme-widget.video-block .left-controls {
  display: flex;
  align-items: center;
  color: #fff;
}

.theme-widget.video-block .volume-controls {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.theme-widget.video-block .volume-controls input {
  width: 100px;
  opacity: 1;
  transition: all 0.4s ease;
}

.theme-widget.video-block .volume-controls:hover input, .volume-controls input:focus {
  width: 100px;
  opacity: 1;
}

.theme-widget.video-block button {
  cursor: pointer;
  position: relative;
  margin-right: 7px;
  font-size: 12px;
  padding: 3px;
  border: none;
  outline: none;
  background-color: transparent;
}

.theme-widget.video-block button * {
  pointer-events: none;
}

.theme-widget.video-block button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.theme-widget.video-block button:hover::before {
  display: inline-block;
}

.theme-widget.video-block .fullscreen-button {
  margin-right: 0;
}

.theme-widget.video-block .pip-button svg {
  width: 26px;
  height: 26px;
}

.theme-widget.video-block .playback-animation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.theme-widget.video-block input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8.4px;
  background: transparent;
  cursor: pointer;
}

.theme-widget.video-block input[type=range]:focus {
  outline: none;
}

.theme-widget.video-block input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 1.3px;
  -webkit-appearance: none;
  transition: all 0.4s ease;
}

.theme-widget.video-block input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: var(--featured-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: -1px;
}

.theme-widget.video-block input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

.theme-widget.video-block input[type=range].volume {
  height: 5px;
  background-color: #fff;
}

.theme-widget.video-block input[type=range].volume::-webkit-slider-runnable-track {
  background-color: transparent;
}

.theme-widget.video-block input[type=range].volume::-webkit-slider-thumb {
  margin-left: 0;
  height: 14px;
  width: 14px;
  background: #fff;
}

.theme-widget.video-block input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 1.3px;
}

.theme-widget.video-block input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid var(--featured-color);
  background: var(--featured-color);
  cursor: pointer;
  margin-top: 5px;
}

.theme-widget.video-block input[type=range]:focus::-moz-range-track {
  outline: none;
}

.theme-widget.video-block input[type=range].volume::-moz-range-thumb {
  border: 1px solid #fff;
  background: #fff;
}

.theme-widget.video-block svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
}

/*!
 * Materialize v1.0.0 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
/*--------------------
		Modal
----------------------*/
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  padding: 12px 24px !important;
  background-color: #ffffff;
  padding: 0;
  max-height: 80%;
  width: 75%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  overflow-x: hidden;
  transition: 400ms height ease-in-out;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #ffffff;
  padding: 4px 6px;
  height: auto;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  position: absolute;
  bottom: 0;
}

.modal.modal-fixed-footer .modal-footer a.material-cta {
  margin: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/*------------------------------------------
  Material Forms - to merge with style.css
--------------------------------------------*/
.input-field:not(.acceptance) > label {
  color: #161616;
  position: absolute;
  top: -36px;
  left: 12px;
  font-size: 1.25rem;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out, top 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out, top 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

/*--------------------
	Radio Buttons
----------------------*/
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type=radio]:not(:checked) + span,
[type=radio]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=radio] + span:before,
[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after,
[type=radio]:checked + span:before,
[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:before,
[type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}

[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type=radio]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked + span:before {
  border: 2px solid transparent;
}

[type=radio]:checked + span:after {
  border: 2px solid #bd8a78;
}

[type=radio]:checked + span:after {
  background-color: #bd8a78;
}

[type=radio]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/*--------------------
	Checkboxes
----------------------*/
/* Remove default checkbox */
[type=checkbox]:not(:checked):not(.woocommerce-form__input-checkbox),
[type=checkbox]:checked:not(.woocommerce-form__input-checkbox) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type=checkbox] {
  /* checkbox aspect */
}

[type=checkbox] + span.wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

[type=checkbox]:not(:checked):disabled + span.wpcf7-list-item-label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--cf-submit-color);
  border-bottom: 2px solid var(--cf-submit-color);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked:disabled + span.wpcf7-list-item-label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

[type=checkbox].filled-in + span.wpcf7-list-item-label:after {
  border-radius: 2px;
}

[type=checkbox].filled-in + span.wpcf7-list-item-label:before,
[type=checkbox].filled-in + span.wpcf7-list-item-label:after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

[type=checkbox].filled-in:not(:checked) + span.wpcf7-list-item-label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:not(:checked) + span.wpcf7-list-item-label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type=checkbox].filled-in:checked + span.wpcf7-list-item-label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:checked + span.wpcf7-list-item-label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--cf-submit-color);
  background-color: var(--cf-submit-color);
  z-index: 0;
}

[type=checkbox].filled-in:disabled:not(:checked) + span.wpcf7-list-item-label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type=checkbox].filled-in:disabled:not(:checked) + span.wpcf7-list-item-label:after {
  border-color: transparent;
  background-color: #949494;
}

[type=checkbox].filled-in:disabled:checked + span.wpcf7-list-item-label:before {
  background-color: transparent;
}

[type=checkbox].filled-in:disabled:checked + span.wpcf7-list-item-label:after {
  background-color: #949494;
  border-color: #949494;
}

/*-----------------------
Select Field & Dropdown
-------------------------*/
select:not(.asp_nochosen) {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 2.5rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  /* color: #bd8a78; */
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #bd8a78;
}

.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/*CF7 correction */
.input-field > label {
  /* position: absolute; */
  /* top: -36px; */
  /* font-size: 1rem; */
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  list-style: none;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 40px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: var(--featured-color);
  display: block;
  line-height: 22px;
  padding: 10px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
  transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

/*--------------------
		TABS
----------------------*/
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-initialized .slick-slide {
  display: block;
}

/*==============
  Slick classic
================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./webfonts/slick.eot");
  src: url("./webfonts/slick.eot?#iefix") format("embedded-opentype"), url("./webfonts/slick.woff") format("woff"), url("./webfonts/slick.ttf") format("truetype"), url("./webfonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  /* color: transparent; */
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  /* color: transparent; */
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  line-height: 1;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  opacity: 0.75;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 12px;
}

[dir=rtl] .slick-prev {
  right: -15px;
  left: auto;
}

.slick-prev:before {
  content: "\f137";
  color: var(--featured-color);
}

[dir=rtl] .slick-prev:before {
  content: "\f138";
  color: var(--featured-color);
}

.slick-next {
  right: 24px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 24px;
}

.slick-next:before {
  content: "\f138";
  color: var(--featured-color);
}

[dir=rtl] .slick-next:before {
  content: "\f137";
  color: var(--featured-color);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.carrousel .slick-dots {position: relative;}
/* .acf-block-slider .slick-dots {position: absolute;} */

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  /* color: transparent; */
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 1rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: var(--featured-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--title-color);
}

@media all and (max-width: 768px) {
  .slick-dots li.slick-active button::before {
    opacity: 1;
  }
}
@media all and (max-width: 580px) {
  .slick-prev {
    left: -22px;
  }
  .slick-next {
    right: -12px;
  }
}
/* * This file handle css for "moving letters" framework * Moving letters are activated only on ACF Hero intros sections * Animated with JS **/
.ml1, .ml2, .ml5, .ml14 {
  text-align: center;
}

.ml1 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--title-color);
  transform-origin: 0 0;
}

.ml1 .line1 {
  top: 0;
}

.ml1 .line2 {
  bottom: 0;
} /*Text rotation Slider styles */
.rotated-txt {
  height: auto;
  margin: 50px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.rotated-txt h1, .rotated-txt h2, .rotated-txt h3, .rotated-txt h4, .rotated-txt h5, .rotated-txt h6 {
  color: #fff;
  float: left;
  font-size: 30px !important;
}

.rotated-txt b {
  padding: 5px 5px 5px 0px;
  overflow: hidden;
  height: 35px;
  font-size: 30px;
  text-align: left;
}

.rotated-txt .innerText {
  font-weight: 700;
  color: var(--title-color);
  padding-left: 10px;
  padding-top: 6px;
  animation: move-3 7s infinite;
  animation-delay: 3.5s;
  top: 0;
}

.rotated-txt .innerText span {
  display: inline-block;
  min-height: 40px;
} /*4 Elements*/
@keyframes move-4 {
  0% {
    top: 0px;
  }
  20% {
    top: -40px;
  }
  40% {
    top: -80px;
  }
  60% {
    top: -120px;
  }
  80% {
    top: -160px;
  }
} /*3 Elements*/
@keyframes move-3 {
  0% {
    top: 0px;
  }
  30% {
    top: -40px;
  }
  60% {
    top: -80px;
  }
  90% {
    top: -120px;
  }
}
/*---------------------
    404 page
----------------------*/
body.error404 {
  overflow-x: hidden;
}

body.error404 .main-footer {
  margin-top: 0;
}

body.error404 .material-cta {
  margin: 12px 0;
}

section.not-found-custom {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0px;
  background: linear-gradient(90deg, #2f3640 23%, #181b20 100%);
}

section.not-found-custom .moon {
  background: linear-gradient(90deg, #d0d0d0 48%, #919191 100%);
  position: absolute;
  top: 0;
  left: -300px;
  width: 900px;
  height: 900px;
  content: "";
  border-radius: 100%;
  box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.5);
}

section.not-found-custom .moon__crater {
  position: absolute;
  content: "";
  border-radius: 100%;
  background: linear-gradient(90deg, #7a7a7a 38%, #c3c3c3 100%);
  opacity: 0.6;
}

section.not-found-custom .moon__crater1 {
  top: 250px;
  left: 500px;
  width: 60px;
  height: 180px;
}

section.not-found-custom .moon__crater2 {
  top: 650px;
  left: 340px;
  width: 40px;
  height: 80px;
  transform: rotate(55deg);
}

section.not-found-custom .moon__crater3 {
  top: -20px;
  left: 40px;
  width: 65px;
  height: 120px;
  transform: rotate(250deg);
}

section.not-found-custom .star {
  background: grey;
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 100%;
  transform: rotate(250deg);
  opacity: 0.4;
  animation-name: shimmer;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes shimmer {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
.star1 {
  top: 40%;
  left: 50%;
  animation-delay: 1s;
}

.star2 {
  top: 60%;
  left: 90%;
  animation-delay: 3s;
}

.star3 {
  top: 10%;
  left: 70%;
  animation-delay: 2s;
}

.star4 {
  top: 90%;
  left: 40%;
}

.star5 {
  top: 20%;
  left: 30%;
  animation-delay: 0.5s;
}

section.not-found-custom .error {
  position: absolute;
  left: 100px;
  top: 400px;
  transform: translateY(-60%);
  color: #363e49;
}

section.not-found-custom .error__title {
  font-size: 10em;
}

section.not-found-custom .error__subtitle {
  font-size: 2em;
}

section.not-found-custom .error__description {
  opacity: 0.5;
}

section.not-found-custom .error__button {
  min-width: 7em;
  margin-top: 3em;
  margin-right: 0.5em;
  padding: 0.5em 2em;
  outline: none;
  border: 2px solid #2f3640;
  background-color: transparent;
  border-radius: 8em;
  color: #576375;
  cursor: pointer;
  transition-duration: 0.2s;
  font-size: 0.75em;
}

section.not-found-custom .error__button:hover {
  color: #21252c;
}

section.not-found-custom .error__button--active {
  background-color: #e67e22;
  border: 2px solid #e67e22;
  color: white;
}

section.not-found-custom .error__button--active:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  color: white;
}

section.not-found-custom .astronaut {
  position: absolute;
  width: 185px;
  height: 300px;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg) scale(1.2);
}

section.not-found-custom .astronaut__head {
  background-color: white;
  position: absolute;
  top: 60px;
  left: 60px;
  width: 60px;
  height: 60px;
  content: "";
  border-radius: 2em;
}

section.not-found-custom .astronaut__head-visor-flare1 {
  background-color: #7f8fa6;
  position: absolute;
  top: 28px;
  left: 40px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 2em;
  opacity: 0.5;
}

section.not-found-custom .astronaut__head-visor-flare2 {
  background-color: #718093;
  position: absolute;
  top: 40px;
  left: 38px;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 2em;
  opacity: 0.3;
}

section.not-found-custom .astronaut__backpack {
  background-color: #bfbfbf;
  position: absolute;
  top: 90px;
  left: 47px;
  width: 86px;
  height: 90px;
  content: "";
  border-radius: 8px;
}

section.not-found-custom .astronaut__body {
  background-color: #e6e6e6;
  position: absolute;
  top: 115px;
  left: 55px;
  width: 70px;
  height: 80px;
  content: "";
  border-radius: 8px;
}

section.not-found-custom .astronaut__body__chest {
  background-color: #d9d9d9;
  position: absolute;
  top: 140px;
  left: 68px;
  width: 45px;
  height: 25px;
  content: "";
  border-radius: 6px;
}

section.not-found-custom .astronaut__arm-left1 {
  background-color: #e6e6e6;
  position: absolute;
  top: 127px;
  left: 9px;
  width: 65px;
  height: 20px;
  content: "";
  border-radius: 8px;
  transform: rotate(-30deg);
}

section.not-found-custom .astronaut__arm-left2 {
  background-color: #e6e6e6;
  position: absolute;
  top: 102px;
  left: 7px;
  width: 20px;
  height: 45px;
  content: "";
  border-radius: 8px;
  transform: rotate(-12deg);
  border-top-left-radius: 8em;
  border-top-right-radius: 8em;
}

section.not-found-custom .astronaut__arm-right1 {
  background-color: #e6e6e6;
  position: absolute;
  top: 113px;
  left: 100px;
  width: 65px;
  height: 20px;
  content: "";
  border-radius: 8px;
  transform: rotate(-10deg);
}

section.not-found-custom .astronaut__arm-right2 {
  background-color: #e6e6e6;
  position: absolute;
  top: 78px;
  left: 141px;
  width: 20px;
  height: 45px;
  content: "";
  border-radius: 8px;
  transform: rotate(-10deg);
  border-top-left-radius: 8em;
  border-top-right-radius: 8em;
}

section.not-found-custom .astronaut__arm-thumb-left {
  background-color: #e6e6e6;
  position: absolute;
  top: 110px;
  left: 21px;
  width: 10px;
  height: 6px;
  content: "";
  border-radius: 8em;
  transform: rotate(-35deg);
}

section.not-found-custom .astronaut__arm-thumb-right {
  background-color: #e6e6e6;
  position: absolute;
  top: 90px;
  left: 133px;
  width: 10px;
  height: 6px;
  content: "";
  border-radius: 8em;
  transform: rotate(20deg);
}

section.not-found-custom .astronaut__wrist-left {
  background-color: #e67e22;
  position: absolute;
  top: 122px;
  left: 6.5px;
  width: 21px;
  height: 4px;
  content: "";
  border-radius: 8em;
  transform: rotate(-15deg);
}

section.not-found-custom .astronaut__wrist-right {
  background-color: #e67e22;
  position: absolute;
  top: 98px;
  left: 141px;
  width: 21px;
  height: 4px;
  content: "";
  border-radius: 8em;
  transform: rotate(-10deg);
}

section.not-found-custom .astronaut__leg-left {
  background-color: #e6e6e6;
  position: absolute;
  top: 188px;
  left: 50px;
  width: 23px;
  height: 75px;
  content: "";
  transform: rotate(10deg);
}

section.not-found-custom .astronaut__leg-right {
  background-color: #e6e6e6;
  position: absolute;
  top: 188px;
  left: 108px;
  width: 23px;
  height: 75px;
  content: "";
  transform: rotate(-10deg);
}

section.not-found-custom .astronaut__foot-left {
  background-color: white;
  position: absolute;
  top: 240px;
  left: 43px;
  width: 28px;
  height: 20px;
  content: "";
  transform: rotate(10deg);
  border-radius: 3px;
  border-top-left-radius: 8em;
  border-top-right-radius: 8em;
  border-bottom: 4px solid #e67e22;
}

section.not-found-custom .astronaut__foot-right {
  background-color: white;
  position: absolute;
  top: 240px;
  left: 111px;
  width: 28px;
  height: 20px;
  content: "";
  transform: rotate(-10deg);
  border-radius: 3px;
  border-top-left-radius: 8em;
  border-top-right-radius: 8em;
  border-bottom: 4px solid #e67e22;
}

/*# sourceMappingURL=remseo.css.map */
