/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/global.scss ***!
  \*****************************************************************************************************************************************************/
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Styles Rules 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
@font-face {
  font-family: "Outfit";
  src: url(../js/e853df41b41bc9489a8b.ttf) format("ttf"), url(../js/ac0da1fc2ec2bf6ffe7c.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Outfit";
  src: url(../js/b2e2fcd8bc0c090b302c.ttf) format("ttf"), url(../js/8b7b32cc2e293d6c1ed8.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Tahnia";
  src: url(../js/b52aafee2c037480934c.ttf) format("ttf"), url(../js/a5d61481653adf74d078.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Sailor";
  src: url(../js/226f938fdaeef27f7b06.ttf) format("ttf"), url(../js/dc532bd185192a2a9211.woff) format("woff");
  font-weight: 400;
}
* {
  font-family: "Outfit";
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.script {
  font-family: "Tahnia";
  font-weight: 100;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit";
  color: #4d4c4c;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

p, li {
  font-size: 15px;
  line-height: 30px;
  color: #4d4c4c;
}

a {
  text-decoration: none;
  font-size: 15px;
  color: #333;
}

.boxed {
  width: 80%;
  margin: auto;
  max-width: 1100px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.terra-bg-pattern {
  background: rgb(76, 82, 203);
  background: -moz-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(76, 82, 203)), color-stop(100%, rgb(110, 113, 195)));
  background: -webkit-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -o-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -ms-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: linear-gradient(135deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c52cb", endColorstr="#6e71c3", GradientType=1 );
}

.terra-bg-pattern-opa {
  background: rgb(76, 82, 203);
  background: -moz-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76, 82, 203, 0.8)), color-stop(100%, rgb(110, 113, 195)));
  background: -webkit-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -o-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -ms-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: linear-gradient(135deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c52cbcc", endColorstr="#6e71c3cc", GradientType=1 );
}

#wpadminbar {
  z-index: 999999999999;
}

.info-message {
  border-left: solid 5px #a5caaf;
  padding: 40px;
}

#wpadminbar {
  background: #4d5cf1;
}

.span.error-title {
  font-size: 80px;
}

.info-message.message-full {
  width: 100%;
  margin: 0 auto 50px;
  padding: 40px;
  margin-top: 0 !important;
}

.customize-support header {
  top: 32px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Header 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
header {
  position: fixed;
  z-index: 99999999;
  background-color: #395d6b;
  width: 100%;
  top: 0;
  left: 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nt-hwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.nav .nav-logo {
  width: 18%;
}
.nav .nav-logo img {
  width: 90%;
  display: block;
  margin: auto;
  max-width: 160px;
}
.nav .nav-logo a {
  padding: 0;
}
.nav .nav-logo.logo-wide img {
  width: 80%;
  display: block;
  margin: auto;
  max-width: 160px;
}
.nav .nav-items {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-items ul {
  width: 100%;
}
.nav .nav-items li.toolbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-toolbox {
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-toolbox a.toolbox-link {
  color: #fff;
  margin-right: 10px;
}
.nav .nav-toolbox a.toolbox-link i {
  margin-right: 5px;
  font-size: 15px;
}
.nav .nav-toolbox svg {
  width: 18px;
}
.nav .nav-toolbox .tl-lang {
  position: relative;
  cursor: pointer;
}
.nav .nav-toolbox .lang-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin-right: 10px;
}
.nav .nav-toolbox .lang-list li {
  margin: auto;
  width: 100%;
}
.nav .nav-toolbox .lang-list li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.nav .nav-toolbox .tl-lang:hover .lang-list,
.nav .nav-toolbox .tl-lang:hover :before {
  opacity: 1;
  visibility: visible;
}
.nav .nav-toolbox .tl-lang:hover:before {
  opacity: 1;
  visibility: visible;
}
.nav .nav-toolbox .nav-cta {
  min-width: 18%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 250px;
}
.nav .nav-toolbox .nav-cta-wrap {
  min-width: 55%;
}
.nav .nav-toolbox a {
  color: #fff;
  max-width: 200px;
  margin-left: auto;
  box-shadow: none;
}
.nav .nav-items ul {
  position: relative;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav a {
  padding: 38px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Outfit";
  font-weight: 400;
  color: #fff;
  transition: all 0.1s linear;
}
.nav ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 180px;
  padding-top: 10px;
  transition: all 0.2s linear;
  align-items: center;
  width: 100%;
  left: -20px;
  max-width: 670px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.nav ul.sub-menu li {
  width: calc(100% - 0px);
  background-color: #fff;
  padding: 0 5px;
}
.nav ul.sub-menu li a {
  padding: 10px;
  width: calc(100% - 20px);
  border-bottom: solid 1px #f0f0f0;
  text-align: left;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  color: #395d6b;
}
.nav ul.sub-menu li a:hover {
  background-color: rgba(57, 93, 107, 0.1019607843);
  cursor: pointer;
}
.nav .nav-items ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav .nav-items ul li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.nav a.has-sub {
  position: relative;
}
.nav a.has-sub::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0d8";
  font-size: 30px;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #fff;
  opacity: 0;
  visibility: none;
}
.nav ul.sub-menu li:first-child {
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
}
.nav ul.sub-menu li:last-child {
  border-radius: 0 0 5px 5px;
  padding-bottom: 5px;
}
.nav ul.sub-menu li:last-child a {
  border-bottom: none;
}

.nav-cta a.main-cta {
  color: #fff;
  padding: 27px 0;
  border-radius: 0;
  font-size: 14px;
}

.nav-items ul li a:hover {
  color: #a4caae;
}

.nav .nav-items ul li.mobile-cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  min-height: 100px;
  align-items: flex-start;
}
.nav .nav-items ul li.mobile-cta a.nav-cta-main {
  max-width: 150px;
  height: unset;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  margin-top: 10px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Titles Global
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px 0;
}
.title-section .title-left {
  width: 75%;
}
.title-section .title-right {
  width: 22%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.title-section .title-full {
  width: 100%;
}

.title-section-n {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.title-section-n h2 {
  text-transform: uppercase;
  font-family: "Sailor";
  font-size: 30px;
  font-weight: 100;
  color: #395d6b;
}
.title-section-n .dash {
  width: 30px;
  height: 4px;
  background-color: #395d6b;
  margin: auto;
  margin-top: 20px;
  border-radius: 3px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  CTA Global 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
a.main-cta {
  color: #395d6b;
  background-color: #a4caae !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 15px 5px 5px;
  border-radius: 35px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.main-cta .pict {
  background-color: #395d6b;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 10px;
}
a.main-cta .pict svg {
  width: 30px;
}
a.main-cta .pict svg path {
  fill: #fff;
}

a.sec-cta {
  color: #395d6b !important;
  padding: 10px 30px;
  border-radius: 35px;
  border: solid 1px #395d6b;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
}

a.sec-cta:hover {
  opacity: 0.9;
}

.sec-cta.is-plain {
  background-color: #395d6b;
  color: #fff !important;
}

/* Sweep To Right */
.cta-hovered {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
}

.cta-hovered:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.is-special svg {
  margin-bottom: 0 !important;
}

.main-cta.cta-hovered:before {
  background: #555;
}

.sec-cta.cta-hovered:before {
  background: #333;
}

.cta-hovered:hover, .cta-hovered:focus, .cta-hovered:active {
  color: #fff !important;
}

.cta-hovered:hover:before, .cta-hovered:focus:before, .cta-hovered:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

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

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Class CARD 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.team-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.team-grid .team-grid-border {
  border: solid 5px #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.team-grid img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 100%;
}

.team-five .team-grid-unit {
  width: calc(20% - 5px);
  margin-right: 7px;
}

.experience {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.experience .bgopa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.experience .e-l {
  width: 80%;
  z-index: 2;
  position: relative;
}
.experience .e-l p {
  margin: 30px 0;
}
.experience .e-l h3 {
  font-size: 35px;
  color: #395d6b;
  font-weight: 400;
  line-height: 40px;
}
.experience .e-l .script {
  font-size: 50px;
  margin-top: 20px;
}
.experience .e-l ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.experience .e-l li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.experience .e-l li span {
  background-color: #ebf1d9;
  border-radius: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-right: 10px;
}
.experience .e-l li svg {
  width: 30px;
}
.experience .e-l li svg path {
  fill: #395d6b;
}
.experience .e-r {
  width: 0%;
}
.experience .e-r ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience .e-r li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience .e-r li span {
  background-color: #ebf1d9;
  border-radius: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-right: 10px;
}
.experience .e-r li svg {
  width: 30px;
}
.experience .e-r li svg path {
  fill: #395d6b;
}

.glide__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}
.glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  background-color: #ebf1d9;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 20px;
}
.glide__bullets .glide__bullet--active {
  background-color: #395d6b;
}

.global-s8 .s8-l .cntr {
  padding-left: 22%;
  max-width: 75%;
}

.s8 .s8-l .cntr {
  max-width: 90% !important;
  margin: unset !important;
  margin-left: auto !important;
  padding-right: 5% !important;
}

.s8 .s8-r .cntr {
  max-width: 90% !important;
  margin: unset !important;
  margin-right: auto !important;
  padding-left: 5% !important;
  padding-top: 5%;
}

.global-s8.s8 .s8-l {
  background-color: #a4caae;
}

.global-s8.s8 .cntr h2 {
  color: #395d6b;
  font-weight: 400;
  line-height: 35px;
  font-size: 20px;
}

.global-s8.s8 .s8-l, .s8 .s8-r {
  padding: 60px 0 !important;
}

.global-s8.s8 {
  margin: 60px 0;
}

.glide__track {
  position: relative;
}

.glide__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
}
.glide__arrows .glide__arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #395d6b;
  font-weight: 700;
  font-size: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  GLOBAL TRAVEL STRIPE
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s5 {
  background-color: #ebf1d9;
  padding: 100px 0;
}
.s5 .s5h {
  text-align: center;
  margin: 30px auto;
}
.s5 .center-cta {
  margin-top: 30px;
}
.s5 .glide__track {
  padding: 60px 0;
  overflow: visible;
}
.s5 .glide__slides {
  overflow: visible;
}
.s5 .glide__slide--active {
  transform: scale(1.1);
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.s5 .product-grid {
  transform: scale(1.2);
}
.s5 .cht-info .cht-meta ul {
  flex-wrap: wrap;
}
.s5 .cht-info .cht-meta ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.s5 .cht-info {
  min-height: 170px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Carousel UI
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.owl-nav {
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #fff !important;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
  font-size: 17px;
  color: #333;
}

.owl-dots {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 15px 0;
}

.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #555;
  margin-left: 3px;
  border-radius: 100%;
}

.owl-dot.active {
  background-color: #333;
}

.owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: -20px;
}

.owl-carousel .owl-nav .owl-next {
  position: relative;
  right: -20px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  outline: none;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global top section 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.global-top {
  min-height: 350px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 100px;
}
.global-top .paralax-global {
  min-height: 350px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-top .filter {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(57, 93, 107, 0.32);
  z-index: 2;
}
.global-top img {
  display: block;
  margin: auto;
  width: 100%;
  position: absolute;
}
.global-top h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 30px;
}
.global-top p {
  color: #fff;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.global-top .global-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.global-top .paralax-svg .ppl-svg {
  width: 100%;
}
.global-top .paralax-svg .ppl-svg svg {
  filter: brightness(1.1);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Footer 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
footer {
  background-color: rgba(0, 0, 0, 0) !important;
  position: relative;
}
footer .fn-form form input {
  border: solid 1px #e0e0e0;
  border-radius: 30px;
}
footer #news-send {
  border-radius: 30px;
  background-color: #395d6b;
}
footer #news-send:hover {
  border-radius: 30px;
  background-color: #a4caae;
}

.footer-top, .footer-bot {
  background-color: #2c5e6d !important;
}

.shp {
  top: 10%;
  width: 100%;
  display: block;
  margin: auto;
}
.shp img {
  display: block;
  margin: auto;
  width: 100%;
}

.f-certif .s6r-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  margin: auto;
}
.f-certif .s6r-grid .s6imgs {
  width: 30%;
}
.f-certif .s6r-grid .s6imgs img {
  display: block;
  margin: auto;
  width: 100%;
}

.footer-title p {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  margin-bottom: 20px;
}

.foot-col {
  width: 18%;
}

.is-logo {
  width: 30%;
}
.is-logo img {
  display: block;
  width: 50%;
  margin: 0 auto 30px auto;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-inner .footer-title {
  width: 100%;
  margin: 40px 0;
}
.footer-inner .footer-title h3, .footer-inner .footer-title p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.footer-inner .footer-col {
  width: calc(20% - 50px);
}

footer h3 {
  color: #a4caae;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Sailor";
  font-weight: 400 !important;
}
footer h4 {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
footer .foot-col i {
  font-size: 25px;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}
footer .foot-col p, footer .foot-col a, footer .foot-col li {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
footer .foot-col p.adress-line {
  font-size: 11px;
}
footer .foot-col ul {
  list-style-type: none;
  list-style-type: none;
  padding: 0;
}
footer .foot-col ul i {
  color: #fff;
}
footer .foot-col ul li {
  list-style-type: none;
}
footer .foot-col ul li, footer .foot-col ul a {
  font-weight: 100;
}
footer .foot-col p.fk-title {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.social ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social ul li i {
  color: #a4caae;
}

.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto;
}

.fn-msg {
  width: 40%;
}
.fn-msg p {
  color: #fff;
  font-size: 12px;
}

.fn-form {
  width: 55%;
}
.fn-form form {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.fn-form form input {
  width: 70%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.fn-form form button {
  width: 25%;
  color: #fff;
  padding: 15px;
  background-color: #111;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  outline: none;
}
.fn-form #news-message {
  position: absolute;
  top: -55px;
  background-color: #ad5b4a;
  padding: 4px 25px;
  border-radius: 5px;
  right: 0;
  opacity: 0;
}
.fn-form #news-message p {
  font-size: 12px;
  color: #fff;
}

.subscribed-succes #news-message {
  background-color: #a5caaf;
}
.subscribed-succes button {
  opacity: 0.8;
  cursor: auto !important;
  background-color: #a5caaf !important;
}

.footer-bot {
  background-color: #27292f;
  padding: 30px 0 50px;
}
.footer-bot ul {
  color: #fff;
  line-height: 30px;
  padding-left: 20px;
}
.footer-bot ul li a {
  color: #fff;
}
.footer-bot .boxed {
  display: flex;
  justify-content: space-between;
}
.footer-bot .quicklink {
  width: 24%;
}
.footer-bot .quicklink a {
  font-size: 12px;
}
.footer-bot .country-list {
  width: 57%;
}
.footer-bot .country-list .country-sep {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bot .country-list .country-sep p {
  margin: 10px 0;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.footer-bot .country-list .country-sep a {
  font-size: 12px;
}
.footer-bot .country-list .country-sep .col-half {
  width: 74%;
}
.footer-bot .country-list .country-sep .col-half .subelements-0 ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.footer-bot .country-list .country-sep .col-half .subelements-0 li {
  width: 50%;
}
.footer-bot .country-list .country-sep .col-fourth {
  width: 24%;
}

.fcredential {
  background-color: #2C5E6D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fcredential p {
  border-top: solid 1px #fff;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 13px;
}

.shape-footer {
  margin-top: 50px;
  display: block;
  margin-bottom: -1px;
}
.shape-footer svg, .shape-footer g, .shape-footer path {
  fill: #333;
  display: block;
}

p.fk-title-h {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.foot-logo {
  margin-top: 20px;
}
.foot-logo img {
  max-width: 200px;
}

.toogle-float.tra-floating {
  transform: translateX(0px);
}

.cn-button:hover {
  right: -5%;
}
.cn-button:hover i {
  transform: translateX(0px);
}

.float-triggered .cn-button i {
  transform: translateX(0px);
}

.tra-floating {
  position: fixed;
  right: 0;
  bottom: 38vh;
  z-index: 99999;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  border-top: solid 2px #395d6b;
  border-left: solid 2px #395d6b;
  border-bottom: solid 2px #395d6b;
}

.cn-wrapper ul {
  list-style-type: none;
}
.cn-wrapper ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.cn-wrapper ul li a {
  color: #333;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 100%;
}
.cn-wrapper ul li a i {
  font-size: 25px;
}

.corona-message {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 99999999;
}
.corona-message a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.corona-message i {
  font-size: 20px;
  margin-right: 5px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  FancyApp global 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
body .fancybox-container {
  z-index: 9999999;
}
body .fancybox-bg {
  background: rgb(246, 246, 246);
}
body .fancybox-content .fancybox-iframe {
  border-radius: 5px;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  max-height: 50vh;
  position: relative;
  top: 9vh;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
body .fancybox-slide--video .fancybox-content {
  background: rgba(0, 0, 0, 0);
}
body .fancybox-button.fancybox-button--close {
  background: #ad5b4a;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  top: 100px;
  right: 100px;
}
body .fancybox-button.fancybox-button--close svg path {
  fill: #fff;
}
body .fancybox-navigation .fancybox-button div {
  border-radius: 100%;
  background: white;
}
body .fancybox-navigation .fancybox-button {
  background: none;
}
body .fancybox-navigation .fancybox-button--arrow_right {
  right: 100px !important;
}
body .fancybox-navigation .fancybox-button--arrow_left {
  left: 100px !important;
}
body .fancybox-image {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
body .fancybox-button--zoom,
body .fancybox-button--play,
body .fancybox-button--thumbs {
  display: none !important;
}

.fancybox-caption {
  background: none !important;
}

.fancybox-caption__body {
  color: #333;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Mobile burger menu 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.nav-icon {
  width: 100%;
  max-width: 35px;
}

.mobile-menu {
  width: 12%;
  margin-right: 20px;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.nav-message span {
  font-size: 13px;
  color: #fff;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  display: block;
  height: 4px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.nav-open .nav-icon:before {
  transform: translateY(12px) rotate(135deg);
  background-color: #ad5b4a;
}

.nav-open .nav-icon:after {
  transform: translateY(-10px) rotate(-132deg);
  background-color: #ad5b4a;
  width: 99%;
}

.nav-open .nav-icon div {
  transform: scale(0);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  PAGE 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.page-container {
  margin: 80px auto;
}

.page .shape-footer {
  margin-top: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Logo Stripe 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s3 {
  background-color: #395d6b;
  padding: 50px 0;
}
.s3 h2 {
  color: #ebf1d9;
  text-align: center;
}
.s3 .dash {
  background-color: #ebf1d9;
}
.s3 .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: -40px;
}
.s3 .elem {
  width: 16.6666666667%;
  position: relative;
}
.s3 .et {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3 .et svg {
  width: 60px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.s3 .et svg path {
  fill: #fff;
}
.s3 .et p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background-color: #395d6b;
}
.s3 .link {
  position: absolute;
  width: 80%;
  right: -80%;
  top: -20px;
}
.s3 .link img {
  width: 100%;
  display: block;
  margin: auto;
}
.s3 .has-m {
  margin-top: 230px;
}
.s3 .l-or {
  transform: rotate(87deg);
  top: 30px;
  right: -80%;
}

.s3.is-light {
  background-color: #fff;
}
.s3.is-light h2 {
  color: #395d6b;
}
.s3.is-light .dash {
  background-color: #395d6b;
}
.s3.is-light p {
  color: #395d6b;
  background-color: #fff;
}
.s3.is-light .et svg path {
  fill: #395d6b !important;
}
.s3.is-light .link img {
  filter: brightness(0.5) contrast(0.9) sepia(0.8) hue-rotate(100deg);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global CTA STRIPE 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0;
}
.s8 .s8-l, .s8 .s8-r {
  width: 50%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.s8 .s8-l {
  background-color: #395d6b;
}
.s8 .s8-r {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s8 .cntr {
  max-width: 90%;
  margin: auto;
}
.s8 .cntr h2 {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}
.s8 .cntr .script {
  font-size: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  404 Styles 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.error-related {
  margin-bottom: 80px;
}
.error-related .error-inner-title {
  margin-bottom: 40px;
}
.error-related .error-inner-title h2 {
  color: #333;
}
.error-related .related-content, .error-related .agi-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.error-related .related-content .card-voyage, .error-related .agi-grid .card-voyage {
  width: 24%;
}
.error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
  width: 32%;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  RGPD Pop up
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.rgpd-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
  background-color: #395d6b;
  border-radius: 0;
  box-shadow: none;
  max-width: unset;
  right: 0;
  transition: all 0.2s linear;
  transition-delay: 500ms;
}
.rgpd-consent .rgpd-inner {
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rgpd-consent .rgpd-inner p {
  font-size: 11px;
  line-height: 25px;
  width: 89%;
  color: #fff;
}
.rgpd-consent .rgpd-inner button {
  padding: 10px 0;
  border-radius: 5px;
  width: 10%;
  max-width: 130px;
  transition: all 0.2s linear;
  color: #fff;
  border: none;
  background-color: #a4caae;
}

.rgpd-consent.rgpd-hide {
  transform: translateY(100%);
  background-color: #a5caaf;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Leads page 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.leads {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 900px;
}
.leads .inner-protected {
  max-width: 500px;
  width: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: -100px;
}
.leads .inner-protected form, .leads .inner-protected button {
  width: 100%;
}
.leads .inner-protected form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leads .inner-protected .form-label {
  width: 100%;
}
.leads .inner-protected .tra-input {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.leads .inner-protected button {
  border-radius: 5px;
  padding: 13px 0;
}
.leads .inner-protected .form-label {
  margin-bottom: 20px;
}
.leads .inner-protected .form-label p {
  color: #8a8a8a;
  line-height: 25px;
  font-size: 13px;
}
.leads .inner-protected .form-label label {
  margin-bottom: 15px;
}
.leads .post-password-form p {
  color: #8a8a8a;
  line-height: 25px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.leads .post-password-form label, .leads .post-password-form input {
  width: 100%;
}
.leads .post-password-form input {
  border: solid 1px #c7c7c7;
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  margin-right: 1%;
  color: #c7c7c7;
  cursor: pointer;
  transition: all 0.2s linear;
  min-height: 42px;
  outline: none;
  margin-bottom: 10px;
  padding: 0 10px;
  width: calc(100% - 20px);
}
.leads .post-password-form input[type=submit] {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  padding: 13px 0;
  border: none;
  width: 100%;
}

.page-leads .shape-footer {
  margin-top: -200px;
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.breadcrumb p, .breadcrumb a {
  font-size: 12px;
  font-style: italic;
}
.breadcrumb a {
  color: #395d6b;
}

@media screen and (max-width: 1100px) {
  .boxed {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .footer-bot .boxed {
    flex-wrap: wrap;
  }
  .mobile-menu {
    display: flex;
  }
  .global-top h1 {
    font-size: 25px;
    max-width: 80%;
  }
  .title-section {
    margin: 80px 0;
  }
  .title-section .title-left {
    width: 100%;
  }
  .title-section .title-right {
    display: none;
  }
  .shape-footer {
    margin-top: 80px;
  }
  p {
    font-size: 13px;
  }
  footer .footer-inner {
    justify-content: space-around;
  }
  footer .footer-inner .footer-col {
    width: 49%;
    margin-bottom: 40px;
  }
  footer .footer-newsletter {
    flex-wrap: wrap;
    margin: 0 auto 80px auto;
    text-align: center;
  }
  footer .footer-newsletter .fn-msg {
    margin-bottom: 40px;
  }
  footer .fn-msg, footer .fn-form {
    width: 100%;
  }
  footer .footer-bot .country-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .terra-hero .paralax-home {
    align-items: flex-start;
  }
  header {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 999999999999;
  }
  .nav {
    position: relative;
    height: 65px;
  }
  .nav .nav-items {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
  }
  .nav .nav-logo {
    width: 25%;
  }
  .nav .nav-cta {
    width: 25%;
  }
  .nav .nav-items {
    max-width: 100%;
    top: 65px;
    background-color: #fff;
    border-top: solid 1px #f0f0f0;
    height: calc(100vh - 66px);
  }
  .nav .nav-items.mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  .nav .nav-items ul {
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #f9f9f9;
    height: 100%;
  }
  .nav .nav-items ul li {
    width: 200px;
  }
  .nav ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: unset;
    padding-top: 0;
    transition: all 0.2s linear;
    align-items: center;
    width: calc(100% - 206px);
    left: 206px;
    top: 0;
    background-color: #fff;
    box-shadow: none;
  }
  .nav ul.sub-menu li:last-child {
    border-radius: 0;
    padding-bottom: 0;
  }
  .nav ul.sub-menu li:first-child {
    border-radius: 0;
    padding-top: 0;
  }
  .nav ul.sub-menu li {
    width: calc(100% - 40px);
    border-right: none;
  }
  .nav a.has-sub::before {
    display: none;
  }
  .nav ul.sub-menu li a {
    border-radius: 0;
  }
  .error-related .agi-grid .card-voyage, .error-related .related-content .card-voyage,
  .error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer-bot .country-list .country-sep .col-half {
    width: 100%;
  }
  .footer-bot .country-list .country-sep .col-fourth {
    width: 100%;
  }
  .footer-bot ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-bot ul li {
    width: 100%;
  }
  .footer-bot .quicklink {
    width: 100%;
    margin-bottom: 30px;
  }
  .foot-logo {
    display: none;
  }
  .footer-bot .country-list .country-sep .col-half .subelements-0 li {
    width: 31.6%;
  }
  .is-logo {
    display: none;
  }
  .global-top {
    margin-top: 65px;
  }
}
@media screen and (max-width: 700px) {
  .footer-bot ul li {
    width: 50%;
  }
  .country-sep .col-half, .country-sep .col-fourth {
    width: 50%;
  }
  .country-sep .col-half ul, .country-sep .col-fourth ul {
    flex-direction: column;
  }
  .title-section h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .title-section p {
    text-align: center;
  }
  .title-section {
    margin: 60px 0;
  }
  footer .footer-inner .footer-col {
    width: 100%;
    margin-bottom: 40px;
  }
  .fn-form form {
    flex-direction: column;
  }
  .fn-form form input {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border-radius: 5px;
  }
  .fn-form form button {
    width: 100%;
    margin-top: 10px;
  }
  .footer-bot h3 {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center;
  }
  .footer-bot .country-list ul li {
    width: 49%;
  }
  .footer-bot ul {
    padding-left: 40px;
  }
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
  .global-top, .global-top .paralax-global {
    min-height: 200px;
    height: auto;
  }
  .global-top h1 {
    font-size: 18px;
    max-width: 100%;
    position: relative;
    top: unset;
  }
  .fancybox-container {
    z-index: 999999999 !important;
  }
  .module-wrapper {
    max-width: unset !important;
  }
  .tra-floating {
    display: none;
  }
  .nav .nav-items ul li.mobile-cta a.nav-cta-main {
    display: block;
  }
  .nav .nav-items ul li {
    width: 110px;
  }
  .nav a {
    padding: 12px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    width: calc(100% - 20px);
    color: #395d6b;
  }
  .nav ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: unset;
    padding-top: 0;
    transition: all 0.2s linear;
    align-items: flex-start;
    width: calc(100% - 110px);
    left: 110px;
    top: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .nav ul.sub-menu li {
    padding: 0;
  }
  .nav ul.sub-menu li {
    width: calc(100% - 20px);
  }
  .nav ul.sub-menu li a {
    padding: 20px 10px;
    width: 100%;
    margin: 0;
  }
  .nav .mobile-menu {
    width: 30%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav .nav-logo {
    width: 40%;
  }
  .nav .nav-message span {
    margin-right: 15px;
  }
  .products-inner .owl-carousel button.owl-dot {
    background-color: #ecebeb;
  }
  .products-inner .owl-dots {
    justify-content: center;
  }
  body .fancybox-navigation .fancybox-button--arrow_right {
    right: 0px !important;
  }
  body .fancybox-navigation .fancybox-button--arrow_left {
    left: 0px !important;
  }
  body .fancybox-button.fancybox-button--close {
    top: 20px;
    right: 20px;
  }
  .error-related .agi-grid .card-voyage, .error-related .related-content .card-voyage,
  .error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
    width: 100%;
  }
  .rgpd-consent .rgpd-inner {
    flex-direction: column;
  }
  .rgpd-consent .rgpd-inner button,
  .rgpd-consent .rgpd-inner p {
    width: 100%;
    max-width: unset;
  }
  .rgpd-consent .rgpd-inner p {
    margin-bottom: 10px;
  }
  .footer-bot .country-list .country-sep .col-half {
    width: 100%;
  }
  .footer-bot .country-list .country-sep .col-half .subelements-0 li {
    width: 48%;
  }
  .footer-bot .country-list .country-sep .col-fourth {
    width: 100%;
  }
  .footer-bot ul {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col-collection ul li {
    width: 100% !important;
  }
  .foot-logo {
    display: none;
  }
  .is-logo {
    width: 100%;
  }
  .foot-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .global-top {
    min-height: 200px !important;
    padding-top: 0;
  }
  .global-top h1 {
    font-weight: bold;
    line-height: 25px;
  }
  .global-top .title-simple {
    margin-top: 20px !important;
  }
  .global-top .title-simple h1 {
    font-size: 30px !important;
    margin-bottom: 8px !important;
    line-height: 30px;
  }
  .global-top .title-simple h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .global-top p {
    padding-bottom: 0 !important;
  }
  .s3 .link {
    display: none;
  }
  .s3 .has-m {
    margin-top: 0;
  }
  .s3 .elem {
    width: 31%;
  }
  .s3 .et p {
    font-size: 14px;
  }
  .s3 .logos {
    top: 0;
    margin-top: 30px;
  }
  .s3 .et svg {
    width: 50px;
  }
  .s8 .s8-l, .s8 .s8-r {
    width: 100%;
  }
  .s8 .s8-l h2, .s8 .s8-r h2 {
    text-align: center;
  }
  .global-s8 .s8-l .cntr {
    padding-left: 0;
    max-width: 100%;
  }
  .s5 .products-inner {
    max-width: 60%;
    margin: auto;
  }
  .s5 .products-inner h3 {
    min-height: 70px;
  }
  footer {
    margin-top: 70px;
  }
  .front-page .terra-hero {
    margin-top: 65px;
  }
  .front-page .terra-hero .paralax-home img {
    display: block;
    margin: auto;
    width: unset !important;
  }
  .front-page .terra-hero .home-hero .homeh-inner h1 {
    font-size: 40px;
    line-height: 70px;
  }
  .front-page .terra-hero .home-hero .head-cta {
    right: 22% !important;
  }
  .front-page .top-trip-stripe {
    padding: 50px 0;
  }
  .front-page .tts-l {
    width: 100%;
    margin-right: 0;
  }
  .front-page .tts-l a {
    width: auto;
    display: block;
  }
  .front-page .tts-r {
    width: 100%;
    margin-top: 100px;
  }
  .front-page .s3 .link {
    display: none;
  }
  .front-page .s3 .has-m {
    margin-top: 0;
  }
  .front-page .s3 .elem {
    width: 31%;
  }
  .front-page .s3 .et p {
    font-size: 14px;
  }
  .front-page .s3 .logos {
    top: 0;
    margin-top: 30px;
  }
  .front-page .s3 .et svg {
    width: 50px;
  }
  .front-page .s4 {
    padding: 50px 0;
  }
  .front-page .s4 .exps {
    left: 0;
  }
  .front-page .s4 .glide__arrow--right {
    visibility: visible;
  }
  .front-page .s5 {
    padding: 50px 0;
  }
  .front-page .s5 .title-section-n {
    max-width: 90%;
    margin: auto;
  }
  .front-page .s5 .glide__slide--active {
    transform: scale(1);
  }
  .front-page .s5 .products-inner {
    max-width: 65%;
    margin: auto;
    left: -3%;
    position: relative;
  }
  .front-page .s5 .glide__arrows {
    display: none;
  }
  .front-page .s5 .cht-info .cht-meta ul {
    flex-wrap: wrap;
  }
  .front-page .s5 .cht-info .cht-meta ul li {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .front-page .s5 .glide__slide--active, .front-page .s5 .card-home-travel {
    box-shadow: none;
  }
  .front-page .s5 .glide__arrows {
    left: 5%;
    width: 90%;
  }
  .front-page .cht-info a {
    display: block;
    min-height: 40px;
  }
  .front-page .s6 {
    padding: 50px 0;
    flex-wrap: wrap;
  }
  .front-page .s6 .s6-l {
    width: 100%;
    margin-bottom: 40px;
  }
  .front-page .s6 .s6-l a {
    display: block;
  }
  .front-page .s6 .s6-r {
    width: 100%;
  }
  .front-page .s7 .reg-sec .rs-l, .front-page .s7 .reg-sec .rs-r {
    width: 100%;
  }
  .front-page .s7 .reg-sec {
    flex-wrap: wrap;
  }
  .front-page .s8 .s8-l, .front-page .s8 .s8-r {
    width: 100%;
  }
  .front-page .s11 {
    padding: 50px 0;
  }
  .front-page .s11 .blog-title a {
    display: none;
  }
  .front-page .s11 .blog-l, .front-page .s11 .blog-r {
    width: 100%;
  }
  .front-page .s11 .blog-l {
    margin-bottom: 30px;
  }
  .front-page .s11 .blog-r .credential {
    display: none;
  }
  .front-page .s11 .title-section-n .dash {
    margin: 20px auto 0;
  }
  .s8 .s8-l .cntr {
    max-width: 90% !important;
    margin: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
  }
  .blog-card h3, .blog-card p {
    line-height: 23px;
  }
  .s8 .s8-r .cntr {
    max-width: 90% !important;
    margin: auto !important;
    margin-right: 0 !important;
    padding-left: 0% !important;
    margin-left: 0 !important;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog-r .blog-card h3 {
    margin-top: 0 !important;
  }
  p.fk-title-h, .fk-title {
    font-size: 15px !important;
  }
  .social {
    width: 100%;
  }
  .social ul {
    width: 100%;
  }
  .social ul li {
    width: 25%;
  }
  .social ul li a {
    text-align: center;
  }
  .blk {
    width: 100%;
  }
  .title-simple {
    margin-top: 20px;
  }
  .footer-bot ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 350px) {
  .front-page .terra-hero .home-hero .shape-heading {
    top: -25px !important;
  }
  .intro-content .intro-left .module-test-voyage {
    padding: 20px;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/page-professionnel-voyage.scss ***!
  \************************************************************************************************************************************************************************/
@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Styles Rules page 10 étapes voyages 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.etapes-content {
  margin-bottom: 100px;
}
.etapes-content .bottom-cta {
  position: relative;
  z-index: 9;
}

.title-centered {
  position: relative;
  z-index: 9;
}
.title-centered h2 {
  text-align: center;
  width: 100%;
}

.eco-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.dotted-bg {
  position: absolute;
  z-index: 1;
  max-width: 80px;
}
.dotted-bg img {
  display: block;
  margin: auto;
  width: 100%;
}

.dotted-bg-top {
  top: -150px;
  left: 100px;
}

.dotted-bg-bottom {
  bottom: -50px;
  right: 100px;
}

.eco-col {
  width: 31%;
  margin-right: 2%;
}

.eco-col-b {
  margin-top: 100px;
}

.eco-col-c {
  margin-top: 200px;
}

.etapes-card {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #333;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  z-index: 9;
  width: 100%;
}

.ec-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ec-inner h2, .ec-inner p, .ec-inner span {
  color: #fff;
}
.ec-inner .eci-txt {
  z-index: 2;
  position: relative;
}
.ec-inner .ecci-icon {
  position: absolute;
  bottom: -50px;
  right: -30px;
  z-index: 1;
  transform: rotate(-5deg);
}
.ec-inner .ecci-icon i {
  font-size: 200px;
}

.eci-txt span {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.eci-txt h2 {
  font-size: 15px;
  margin-bottom: 10px;
}
.eci-txt p {
  font-size: 13px;
}

.contact .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .heading h2 {
  margin-right: 30px;
}
.contact .heading ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact .heading ul i {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .ecci-left-icon {
  position: absolute;
  left: -260px;
  top: -30px;
}
.video .ecci-left-icon i {
  font-size: 350px;
}
.video .eci-txt {
  text-align: center;
}
.video .eci-txt i {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.sweet-purple {
  background-color: #686cc1;
}
.sweet-purple .ecci-icon i {
  color: #5d61b8;
}

.electric-blue {
  background-color: #6067f7;
}
.electric-blue .ecci-icon i {
  color: #535aec;
}

.light-blue {
  background-color: #adcdd8;
}
.light-blue .ecci-icon i {
  color: #4ab7e4;
}

.deep-green {
  background-color: #5ed387;
}
.deep-green .ecci-icon i {
  color: #51c77a;
}

.light-green {
  background-color: #a7e252;
}
.light-green .ecci-icon i {
  color: #99d345;
}

.classic-yellow {
  background-color: #ecb33f;
}
.classic-yellow .ecci-icon i {
  color: #dad13a;
}

.light-orange {
  background-color: #f4ae64;
}
.light-orange .ecci-icon i {
  color: #e7a157;
}

.light-pink {
  background-color: #e4aa96;
}
.light-pink .ecci-icon i {
  color: #e68383;
}

.electric-red {
  background-color: #ad5b4a;
}
.electric-red .ecci-icon i {
  color: #e46161;
}

.electric-orange {
  background-color: #e48050;
}
.electric-orange .ecci-icon i {
  color: #d87646;
}

.simple-pink {
  background-color: #feaac6;
}
.simple-pink .ecci-icon i, .simple-pink .ecci-left-icon i {
  color: #f594b4;
}

@media screen and (max-width: 980px) {
  .etapes-content .title-centered h2 {
    font-size: 15px;
  }
  .etapes-content .eco-grid {
    justify-content: space-between;
  }
  .bottom-cta .main-cta {
    display: none;
  }
  .bottom-cta .module-cta-fullwidth .full-deco-right {
    right: -10px;
    font-size: 200px;
    top: 20px;
  }
  .bottom-cta .module-cta-fullwidth .full-deco-bottom .bot-logos {
    width: 22%;
  }
  .bottom-cta .module-cta-fullwidth .full-deco-left .team-grid {
    max-width: 100%;
  }
  .bottom-cta .etapes-content {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .etapes-content .etapes-card {
    width: 100%;
  }
  .page-professionnel-voyage .bottom-cta {
    margin: 0px 0 0;
  }
  .page-professionnel-voyage .module-cta-fullwidth .full-content {
    width: 100%;
  }
  .page-professionnel-voyage .module-cta-fullwidth .module-inner {
    width: calc(100% - 60px);
    text-align: center;
  }
  .page-professionnel-voyage .module-cta-fullwidth .full-deco-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-professionnel-voyage .module-cta-fullwidth .full-deco-bottom .dot-logos {
    display: none;
  }
  .page-professionnel-voyage .voyage .module-cta-fullwidth .full-deco-bottom .bot-logos {
    width: 100%;
    margin: 0;
  }
  .page-professionnel-voyage .module-cta-fullwidth .full-content a.main-cta {
    margin-right: 0;
  }
  .page-professionnel-voyage .voyage .module-cta-fullwidth .full-deco-right {
    display: none;
  }
  .page-professionnel-voyage .voyage .related-content .card-voyage {
    width: 100%;
    margin-bottom: 6%;
  }
  .page-professionnel-voyage .module-wrapper.module-cta-inline .deco-team {
    position: absolute;
    right: 0px;
    top: 15px;
    max-width: 160px;
  }
  .page-professionnel-voyage .module-cta-inline .deco-inner {
    min-width: 40%;
  }
  .page-professionnel-voyage .module-cta-inline .deco-inner .di-top i {
    font-size: 15px;
  }
  .page-professionnel-voyage .module-wrapper.module-cta-inline .deco-right {
    font-size: 100px;
    top: unset;
    right: -10px;
    bottom: -10px;
  }
  .page-professionnel-voyage .o-quickview {
    margin-bottom: 60px;
  }
  .page-professionnel-voyage .bot-logos {
    width: 100% !important;
    margin: 0 !important;
  }
  .page-professionnel-voyage .full-deco-right {
    display: none;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/modules/modules.scss ***!
  \**************************************************************************************************************************************************************/
@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Modules 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-wrapper {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 160px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  max-width: 350px;
  transition: all 0.2s linear;
}
.module-wrapper .module-inner {
  padding: 20px;
}
.module-wrapper .deco-left {
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.2s linear;
}
.module-wrapper .deco-right {
  position: absolute;
  z-index: 1;
  right: 0;
  transition: all 0.2s linear;
}
.module-wrapper .deco-inner {
  z-index: 2;
  position: relative;
  transition: all 0.2s linear;
}

.module-title {
  z-index: 3;
  position: relative;
}
.module-title h3 {
  color: #fff;
  font-size: 16px;
}
.module-title p {
  color: #fff;
  font-size: 13px;
}

.module-wrapper:hover {
  transform: translateY(-3px);
}

.module-wrapper:hover .deco-left {
  transform: translateX(-10px);
}

.module-wrapper:hover .deco-right {
  transform: translateX(10px) rotate(-5deg);
}

.module-wrapper:hover .deco-inner {
  transform: translateY(-10px);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module Carte
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-map {
  background-color: #a5caaf;
}
.module-map .deco-left {
  font-size: 200px;
  top: -10px;
  left: -90px;
  color: #43a557;
  transform: rotate(-5deg);
}
.module-map .deco-right {
  font-size: 180px;
  bottom: -90px;
  right: -30px;
  color: #43a557;
}
.module-map .deco-inner {
  color: #43a557;
  font-size: 30px;
  position: relative;
  top: -10px;
  max-width: 86%;
  left: 0;
}
.module-map .deco-inner i.mod-light {
  color: #a5caaf;
}
.module-map .di-top, .module-map .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-map .di-top {
  margin-bottom: 25px;
  position: relative;
  left: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module Galery
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-gallery {
  background-color: #ecb33f;
}
.module-gallery .deco-left {
  font-size: 250px;
  top: -10px;
  left: -200px;
  color: #e0be4c;
  transform: rotate(-5deg);
}
.module-gallery .deco-right {
  font-size: 250px;
  top: -20px;
  right: -120px;
  color: #e0be4c;
}
.module-gallery .deco-inner {
  color: #e0be4c;
  font-size: 25px;
  position: relative;
  top: -10px;
  max-width: 45%;
  left: 40px;
}
.module-gallery .di-top, .module-gallery .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-gallery .di-top {
  margin-bottom: 15px;
}
.module-gallery .di-bot {
  position: relative;
  left: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module Les 10 étapes 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-etapes {
  background-color: #ad5b4a;
}
.module-etapes .deco-left {
  font-size: 200px;
  top: -10px;
  left: -70px;
  color: #da5b5b;
  transform: rotate(-5deg);
}
.module-etapes .deco-right {
  font-size: 180px;
  bottom: -90px;
  right: -30px;
  color: #da5b5b;
  font-weight: 700;
}
.module-etapes .deco-inner {
  color: #da5b5b;
  font-size: 30px;
  position: absolute;
  top: 20px;
  max-width: 86%;
  right: 0;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.module-etapes .deco-inner i.mod-light {
  color: #ad5b4a;
}
.module-etapes .deco-inner .dotted {
  width: 75%;
  height: 4px;
  border: dotted 5px;
  position: absolute;
  right: -20px;
  top: 5px;
  overflow: hidden;
}
.module-etapes .di-top, .module-etapes .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-etapes .di-top {
  margin-bottom: 25px;
  position: relative;
  left: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module CTA fullwidth 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-cta-fullwidth {
  background-color: #333;
  width: 100%;
  max-width: unset;
  min-height: 200px;
  height: auto;
}
.module-cta-fullwidth h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
}
.module-cta-fullwidth .module-inner {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
.module-cta-fullwidth .full-deco-right {
  position: absolute;
  right: -50px;
  font-size: 300px;
  font-weight: bold;
  top: 0;
  transition: all 0.2s linear;
  color: #555;
}
.module-cta-fullwidth .full-deco-left {
  width: 40%;
}
.module-cta-fullwidth .full-deco-left .team-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
}
.module-cta-fullwidth .full-deco-left .team-grid .team-grid-unit {
  width: 18%;
  z-index: 2;
  margin-right: 2%;
}
.module-cta-fullwidth .full-deco-left .team-grid .team-grid-border {
  border: solid 4px #fff;
}
.module-cta-fullwidth .full-content {
  width: 50%;
  z-index: 99;
}
.module-cta-fullwidth .full-content .cta-sorted {
  margin-top: 30px;
  display: block;
}
.module-cta-fullwidth .full-content a.main-cta {
  background-color: #111;
  margin-right: 10px;
}
.module-cta-fullwidth .full-content a.sec-cta {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: underline;
  box-shadow: none;
}
.module-cta-fullwidth .full-content a.sec-cta:before {
  display: none;
}
.module-cta-fullwidth .full-deco-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  bottom: -10px;
}
.module-cta-fullwidth .full-deco-bottom .bot-logos, .module-cta-fullwidth .full-deco-bottom .dot-logos {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-cta-fullwidth .full-deco-bottom .bot-logos i, .module-cta-fullwidth .full-deco-bottom .dot-logos i {
  color: #555;
  font-size: 25px;
}
.module-cta-fullwidth .full-deco-bottom .bot-logos {
  width: 15%;
  margin-right: 30px;
}
.module-cta-fullwidth .full-deco-bottom .dot-logos {
  width: 50%;
  padding-left: 100px;
  border-bottom: dotted 3px #555;
  transition: all 0.2s linear;
}
.module-cta-fullwidth .full-deco-bottom .dot-logos li {
  width: 30px;
  text-align: center;
  height: 30px;
  position: relative;
  bottom: -5px;
  background-color: #333;
}
.module-cta-fullwidth .deco-inner {
  color: #555;
  font-size: 25px;
  position: relative;
  top: -10px;
  max-width: 45%;
  left: 40px;
}
.module-cta-fullwidth .di-top, .module-cta-fullwidth .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-cta-fullwidth .di-top {
  margin-bottom: 15px;
}
.module-cta-fullwidth .di-bot {
  position: relative;
  left: 20px;
}

.module-cta-fullwidth:hover .full-deco-bottom .dot-logos {
  width: 55%;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Module CTA Inline 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.module-cta-inline {
  background-color: #333;
  width: 100%;
  max-width: unset;
  min-height: 220px;
  height: auto;
}
.module-cta-inline .deco-right {
  position: absolute;
  right: -50px;
  font-size: 225px;
  font-weight: bold;
  top: 0;
  z-index: 1;
}
.module-cta-inline .deco-right i {
  color: #555;
  font-size: 180px;
}
.module-cta-inline .deco-team {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 200px;
}
.module-cta-inline .deco-team .team-grid {
  justify-content: flex-start;
  z-index: 8;
}
.module-cta-inline .deco-team .team-grid .team-grid-border {
  border: solid 4px #fff;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit:last-child, .module-cta-inline .deco-team .team-grid .team-grid-unit:first-child {
  width: 30%;
  z-index: 7;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit {
  width: 32%;
  z-index: 8;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit:last-child {
  position: relative;
  left: -15px;
  z-index: 7;
  width: 27%;
}
.module-cta-inline .deco-team .team-grid .team-grid-unit:first-child {
  position: relative;
  right: -15px;
  z-index: 9;
  width: 35%;
}
.module-cta-inline .deco-inner {
  color: #555;
  font-size: 25px;
  position: absolute;
  top: 30px;
  min-width: 35%;
  left: 20px;
  padding-bottom: 0px;
  border-bottom: dotted 5px #555;
}
.module-cta-inline .di-top, .module-cta-inline .di-bot {
  display: flex;
  justify-content: space-between;
}
.module-cta-inline .di-top {
  margin-bottom: 15px;
}
.module-cta-inline .di-bot {
  position: relative;
  left: 20px;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./root/front-end/css/modules/fancybox.css ***!
  \***********************************************************************************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
