@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700);@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mm-listview > li:not(.mm-divider):after {
  display: none !important;
}

@font-face {
  font-family: "Open Sans";
}
@font-face {
  font-family: "Oswald";
}
/* Path */
/* Colors */
/* Font Size */
/* Line Height */
/* Responsive */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
/* ELEMENTS */
/* Add this class to a div to creat a line separator with margin top and bottom, set true to have same margin as row in boostrap*/
.no-padding {
  padding: 0 !important;
}

img.carret-right {
  transform: rotate(-90deg);
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.hideMe {
  display: none !important;
}

.hide-menu {
  visibility: hidden !important;
}

.showMe {
  visibility: visible !important;
}

@media (max-width: 767px) {
  .hide-in-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-in-tablette {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .show-in-mobile {
    display: none !important;
  }
}

.body-no-overflow {
  overflow: hidden !important;
  height: 100% !important;
}

.body-no-overflow-offer {
  overflow: hidden !important;
  height: 100% !important;
}

.fadeInMe {
  visibility: visible !important;
  opacity: 1 !important;
}

.open-sub {
  overflow: visible !important;
  max-height: 800px !important;
  transition: all 0.6s ease;
}

@media (max-width: 767px) {
  .hide-text {
    display: none;
  }
}

.show-text {
  display: none;
}
@media (max-width: 767px) {
  .show-text {
    display: block;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body, html {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
  font-family: "Open Sans", "sans-serif";
  font-weight: 400;
  overflow-x: hidden;
}

header, main, section, footer {
  max-width: 100%;
}

header, section, footer {
  padding: 1em;
}

a:focus, button:focus, input[type=submit] {
  outline: none;
}

#header {
  padding-bottom: 1.2em;
}
@media (max-width: 1210px) {
  #header {
    padding-bottom: 1.2em;
  }
}
@media (max-width: 767px) {
  #header {
    padding-left: 0;
    padding-right: 0;
  }
}

section {
  position: relative;
}

header .row, section .row, footer .row {
  max-width: 1280px;
  margin: 0 auto;
}

h1, h2, h3 {
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
header {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 1.2em;
  z-index: 999;
  transition: background-color 0.25s ease-out;
}
header .header-slogan {
  color: #45c2cc !important;
  padding-left: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  top: -5px;
  font-weight: 600;
}
header .header-slogan:hover {
  color: #45c2cc;
}

@media (min-width: 767px) {
  .site-header-main {
    width: 100%;
  }
}

header.closed {
  background-color: transparent;
}

header .site-navigation, .lang, #menu-toggle {
  display: inline-block;
}
.site-branding {
  text-align: left;
}
.site-branding img {
  width: 150px;
}

header .site-navigation {
  margin-right: 30px;
  position: relative;
}
header .site-navigation .li-parent {
  position: relative;
}
header .site-navigation .li-parent:hover:after {
  display: block;
}
header .site-navigation .li-parent:after {
  display: none;
  content: "";
  position: absolute;
  left: -40px;
  width: 150px;
  height: 50px;
}
header .site-navigation .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all 0.25s ease;
  position: absolute;
  top: 51px;
  margin-left: -18px;
  width: 240px;
  z-index: 999;
}
@media (max-width: 1024px) {
  header .site-navigation .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  header .site-navigation .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    padding-top: 0;
  }
}
header .site-navigation .sub-menu li {
  position: relative;
  background-color: rgba(249, 249, 243, 0.9);
  border-top: 2px solid #ffffff;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  header .site-navigation .sub-menu li {
    background-color: transparent;
    text-align: center;
    padding: 0;
    border-top: none;
  }
}
header .site-navigation .sub-menu li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border-top: 5px solid #0da5b8;
  left: 0;
  top: -2px;
}
@media (max-width: 1024px) {
  header .site-navigation .sub-menu li:before {
    display: none;
  }
}
header .site-navigation .sub-menu li:hover:before, header .site-navigation .sub-menu li.active:before {
  width: 100%;
}
header .site-navigation .sub-menu a, header .site-navigation .sub-menu a:hover, header .site-navigation .sub-menu a:visited, header .site-navigation .sub-menu a:focus, header .site-navigation .sub-menu a:active {
  color: #2d3337;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  header .site-navigation .sub-menu a, header .site-navigation .sub-menu a:hover, header .site-navigation .sub-menu a:visited, header .site-navigation .sub-menu a:focus, header .site-navigation .sub-menu a:active {
    color: white;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  header .site-navigation .sub-menu a, header .site-navigation .sub-menu a:hover, header .site-navigation .sub-menu a:visited, header .site-navigation .sub-menu a:focus, header .site-navigation .sub-menu a:active {
    color: white;
    width: 90%;
    margin: auto;
  }
}
header .site-navigation .sub-menu a:hover {
  font-weight: 700;
}
header .site-navigation .current-offer:before {
  width: 100%;
}
header .site-navigation .current-offer a, header .site-navigation .current-offer a:hover, header .site-navigation .current-offer a:visited, header .site-navigation .current-offer a:focus, header .site-navigation .current-offer a:active {
  color: #0da5b8 !important;
}
header .site-navigation li.current-offer:before {
  width: 100% !important;
}

.site-navigation.nav-mobile {
  display: none;
}

.site-navigation {
  display: inline-block;
}
.site-navigation li {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px 5px 0px;
}
.site-navigation li a, .site-navigation li a:visited {
  color: #ffffff;
  transition: all 0.15s ease;
}
.site-navigation li a:hover, .site-navigation li a:focus, .site-navigation li a:active {
  font-weight: 700;
}
.site-navigation li a::after {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
.site-navigation li:last-of-type {
  padding-right: 25px;
}

.menu {
  display: -moz-flex;
  display: flex;
}

li {
  list-style: none;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  color: #ffffff;
}

.lang {
  position: relative;
  width: 5px;
  font-size: 16px;
  margin-left: 5px;
}
.lang a, .lang a:visited {
  color: #45c2cc !important;
}
.lang a:hover, .lang a:focus, .lang a:active {
  color: #45c2cc;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .lang {
    display: none;
  }
}

#menu-toggle {
  display: none;
}
#menu-toggle {
  width: 30px;
  height: 25px;
  position: relative;
  top: 13px;
  right: 20px;
  z-index: 999;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1210px) {
  #menu-toggle {
    top: 8px;
  }
}
@media (max-width: 1024px) {
  #menu-toggle {
    display: block;
    position: absolute;
    right: 30px;
    top: -3px;
  }
}
@media (max-width: 767px) {
  #menu-toggle {
    right: 20px;
  }
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 4px;
}
#menu-toggle span:nth-child(2), #menu-toggle span:nth-child(3) {
  top: 12px;
}
#menu-toggle span:nth-child(4) {
  top: 20px;
}

#menu-toggle.open {
  z-index: 999;
}
#menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.home-outer-container {
  background: no-repeat 50% 0%;
  background-size: cover;
}

.home-outer-container {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}

.home-outer-container, .offers-slider {
  height: 100vh;
  min-height: 100vh;
}
@media screen and (max-height: 750px) and (min-width: 1024px) {
  .home-outer-container, .offers-slider {
    height: 700px;
  }
}

.offers-slider {
  height: 100vh;
  min-height: 100vh;
}
@media screen and (max-height: 750px) and (min-width: 1024px) {
  .offers-slider {
    height: 700px;
  }
}
.offers-slider .offers-slider-container {
  height: 100%;
}
@media (max-width: 767px) {
  .offers-slider {
    min-height: 0;
  }
}

.offers {
  height: calc(100vh + 200px);
  background-position: center;
}
@media screen and (max-height: 750px) and (min-width: 1024px) {
  .offers {
    height: 1000px;
  }
}
@media (max-width: 892px) {
  .offers {
    height: 100%;
  }
}

.home-bg {
  margin-top: 220px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home-bg {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .home-bg {
    margin-top: 100px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .home-bg {
    /* STYLES GO HERE */
    margin-top: 0px;
  }
}

.section-title-inner-container, .offer-content-main-container, .offer-slide-content {
  width: 100%;
}

.section-title-inner-container {
  position: relative;
  z-index: 100;
}

footer {
  background-color: #2d3337;
  color: #ffffff;
  text-transform: uppercase;
  padding: 50px 2em;
  font-size: 14px;
  text-align: left;
}
footer * {
  font-weight: 300;
}
footer h4 {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #9e9b95;
  font-weight: 700;
  text-align: left;
}
footer .footer-content {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer-content {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
  }
}
footer .site-slogan {
  padding-right: 45px;
  text-align: left;
  flex-basis: 50%;
}
footer .site-slogan h3 {
  width: 100%;
  font-weight: 400;
  font-family: "Oswald", "sans-serif";
  line-height: 33px;
  font-size: 23px;
}
@media (max-width: 1024px) {
  footer .site-slogan .hide-at-1048 {
    display: none;
  }
}
footer .site-slogan .show-at-1048 {
  display: none;
}
@media (max-width: 1024px) {
  footer .site-slogan .show-at-1048 {
    display: block;
  }
}
@media (max-width: 1024px) {
  footer .site-slogan {
    margin-top: -7px;
    padding-right: 10px;
    flex-basis: 35%;
  }
}
footer .site-contact-us {
  padding: 0px 30px;
}
footer .site-social-nav {
  padding-left: 35px;
}
footer .site-social-nav, footer .site-contact-us {
  border-left: 1px solid #ffffff;
}
footer .site-social-nav h4, footer .site-contact-us h4 {
  margin-top: -1px;
}
@media (max-width: 767px) {
  footer .site-social-nav h4, footer .site-contact-us h4 {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .site-social-nav, footer .site-contact-us {
    border: none;
  }
}
footer .site-copyright {
  margin-top: 52px;
  font-size: 12px;
}
div#arrow-top {
  background-color: rgba(0, 0, 0, 0.8);
  width: 54px;
  height: 55px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  z-index: 10;
}

.arrow-bottom {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media (max-width: 1024px) {
  .arrow-bottom {
    display: none;
    bottom: 12%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .arrow-bottom {
    bottom: 13%;
  }
}
.arrow-bottom a {
  width: 35px;
  height: 22px;
  background: url("../images/i-arrow-bottom.png") no-repeat 50% 50%;
  display: block;
  margin: 0 auto;
}
.arrow-bottom a:hover {
  background: url("../images/i-arrow-bottom-hover.png") no-repeat 50% 50%;
}

.arrow-bottom.arrow-first {
  display: block !important;
}
@media (max-width: 767px) {
  .arrow-bottom.arrow-first {
    bottom: 8%;
  }
}

section .section-header {
  text-transform: uppercase;
  padding-bottom: 0.5em;
  font-size: 60px;
  font-family: "Oswald";
  line-height: 80px;
}

.i-linkedin a {
  background: url("../images/i-linkedin.png") no-repeat 50% 50%;
  display: block;
  width: 144px;
  height: 48px;
  border: 1px solid #ffffff;
}
.i-linkedin a:hover {
  background-image: url("../images/i-linkedin-hover.png");
  background-color: #ffffff;
}
.i-linkedin a:hover, .i-linkedin a:focus, .i-linkedin a:active, .i-linkedin a, .i-linkedin a:visited, .i-linkedin a:link {
  color: transparent;
}

.icon-social-container {
  display: block;
  position: relative;
  width: 145px;
  height: 50px;
  transition: all 0.25s ease;
}

.icon-social {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  border: 1px solid #ffffff;
  background: url("../images/linkedin.svg") no-repeat 50% 50%;
  background-size: 80px;
  transition: all 0.25s ease;
}

.icon-social:hover {
  background: url("../images/linkedin_hover.svg") no-repeat 50% 50%;
  background-size: 80px;
  background-color: white;
}

.i-email a {
  background: url("../images/i-email.png") no-repeat 0% 50%;
  display: block;
  padding: 20px 10px 20px 60px;
}

.i-phone a {
  background: url("../images/i-phone.png") no-repeat 3% 50%;
  display: block;
  padding: 20px 10px 20px 60px;
}

.plus-btn {
  font-family: "Open Sans", sans-serif;
  background-color: #5d5d5d;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid transparent !important;
  transition: all 0.25s ease;
}

.plus-btn:hover {
  background-color: #ffffff;
  color: #2d3337;
  border: 2px solid #5d5d5d !important;
}

.bordered {
  padding: 15px 40px;
  border: 2px solid #ffffff;
  width: 180px;
  display: inline-block;
  cursor: pointer;
}

.bordered:hover {
  padding: 13px 38px;
  border: 4px solid #ffffff;
}

.arrow-slider {
  cursor: pointer;
  width: 40px;
  height: 60px;
}

.arrow-slider.left {
  position: absolute;
  left: 10%;
  z-index: 10;
  background: url("../images/i-arrow-previous.png") no-repeat 50% 50%;
}
@media (max-width: 1024px) {
  .arrow-slider.left {
    left: 1%;
  }
}

.arrow-slider.left:hover {
  background: url("../images/i-arrow-previous-hover.png") no-repeat 50% 50%;
}

.arrow-slider.right {
  position: absolute;
  right: 10%;
  z-index: 10;
  background: url("../images/i-arrow-next.png") no-repeat 50% 50%;
}
@media (max-width: 1024px) {
  .arrow-slider.right {
    right: 1%;
  }
}

.arrow-slider.right:hover {
  background: url("../images/i-arrow-next-hover.png") no-repeat 50% 50%;
}

@media (max-width: 1024px) {
  .arrow-slider {
    display: none;
  }
}

.current-page {
  font-weight: 700;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.super-copy {
  vertical-align: super;
  content: "\AE";
  font-size: 10px;
  font-weight: 400;
}

#offer .title-container .super-copy {
  vertical-align: super;
  content: "\AE";
  font-size: 26px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  #offer .title-container .super-copy {
    top: -2px;
    font-size: 12px;
  }
}

.offer-slide-content .super-copy {
  vertical-align: super;
  content: "\AE";
  position: relative;
  font-size: 26px;
  top: -6px;
}
@media (max-width: 767px) {
  .offer-slide-content .super-copy {
    font-size: 16px;
    top: -6px;
  }
}

@media screen and (max-width: 1210px) {
  header .site-branding .logo {
    width: 150px;
  }
  header .site-branding .header-slogan {
    margin-top: 5px;
    padding-left: 6px;
    font-size: 16px;
    top: -7px;
  }
  header .site-navigation {
    width: 100%;
    top: 0;
  }
  header .site-navigation ul {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  header .site-navigation ul li {
    text-align: center;
  }
  header .site-header-menu {
    padding-right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .site-header-menu {
    flex-basis: 50%;
    position: relative;
    height: 25px;
    top: 5px;
  }
  .site-navigation.desktop {
    display: none !important;
  }
  .site-navigation.nav-mobile {
    display: block;
    overflow-y: auto;
  }
  .site-navigation {
    display: block;
    overflow-y: auto;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  header ul {
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
  header .site-header-menu {
    padding-right: 0px;
  }
  header .site-branding {
    text-align: left;
  }
  header .site-branding img {
    width: 150px;
  }
  header .site-navigation {
    position: fixed;
    left: 0px;
    top: 68px;
    height: 100%;
    padding: 1em 0px;
    background-color: rgba(72, 76, 78, 0.95);
  }
  header .site-navigation ul {
    position: relative;
  }
  header .site-navigation li {
    text-align: center;
    padding: 0px;
    margin: 0 !important;
  }
  header .site-navigation a {
    padding: 10px;
    display: block;
  }
  header .site-navigation .lang {
    width: 50%;
    margin: auto !important;
  }
  header .sub-menu {
    width: auto !important;
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 0;
    display: block;
    overflow: hidden;
    transition: all 0.6s ease;
  }
  .site-navigation li:last-of-type {
    padding: 0;
  }
  section {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-navigation.nav-mobile {
    top: 68px;
  }
  header, section, footer {
    padding: 1em 2em;
  }
  section {
    padding: 0;
  }
  .site-branding .header-slogan {
    display: none;
  }
  footer .footer-content {
    width: 100%;
  }
  footer .site-slogan {
    width: 100%;
    padding: 80px 0px 15px;
  }
  footer .site-slogan h3 {
    font-size: 2em;
    text-align: center;
  }
  footer .site-info, footer .site-copyright {
    display: none;
  }
  footer .site-contact-us, footer .site-social-nav {
    border: 0px;
    margin: 0 auto;
  }
  footer .site-social-nav {
    margin: 0 auto;
    display: -moz-flex;
    display: flex;
    margin-top: 40px;
    margin-bottom: 120px;
    padding-left: 0;
  }
  footer .site-social-nav a {
    margin: 0 auto;
  }
  footer .site-info {
    margin-top: 50px;
  }
  footer h4 {
    display: none;
  }
}
.about {
  background: no-repeat 50% 0%;
}
.about div.row {
  height: 100%;
}
.about .section-header {
  color: #ffffff;
}

.approach div.row {
  height: 100%;
}
.approach .section-header {
  color: #ffffff;
}

#page-compagny {
  padding: 0;
}
#page-compagny h2 {
  text-transform: uppercase;
}
#page-compagny .page-compagny-header {
  position: relative;
  min-height: 502px;
  padding-bottom: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  #page-compagny .page-compagny-header {
    display: none;
  }
}
#page-compagny .page-compagny-header .header-slogan {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  width: 100%;
  z-index: 100;
}
#page-compagny .page-title {
  min-width: 100%;
  min-height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 100px 0;
  background-color: #e6f6f8;
}
@media (max-width: 767px) {
  #page-compagny .page-title {
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-left: 5%;
  }
}
#page-compagny .page-title h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 35px !important;
  color: #0da5b8;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  #page-compagny .page-title h2 {
    margin-bottom: 15px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #page-compagny .page-title h2 {
    margin-top: 60px;
  }
}
#page-compagny .page-title h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px !important;
  color: #2d3337;
}
#page-compagny .no-subtitle h2 {
  margin-bottom: 0px !important;
}
#page-compagny .page-compagny-content-container {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  #page-compagny .page-compagny-content-container {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  #page-compagny .page-compagny-content-container {
    padding: 40px 5%;
  }
}
@media (max-width: 767px) {
  #page-compagny .txt-left p {
    text-align: left !important;
  }
}
#page-compagny .page-compagny-content {
  max-width: 770px;
  margin: auto;
}
#page-compagny .page-compagny-content h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 35px !important;
  color: black;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #page-compagny .page-compagny-content h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 25px !important;
    color: black;
    text-align: left;
  }
}
#page-compagny .page-compagny-content li, #page-compagny .page-compagny-content p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px !important;
  color: black;
  letter-spacing: 0.005em;
  line-height: 29px;
  position: relative;
}
#page-compagny .page-compagny-content li {
  margin-left: 12px;
  margin-bottom: 10px;
}
#page-compagny .page-compagny-content li:before {
  content: "\2022";
  position: absolute;
  left: -12px;
  top: 2px;
}
#page-compagny .page-compagny-content p {
  margin: 20px 0;
}
#page-compagny .page-compagny-content-container:nth-child(1) {
  background-color: #cfedf1;
}
#page-compagny .page-compagny-content-container:nth-child(2) {
  background-color: #b6e4ea;
}
#page-compagny .page-compagny-content-container:nth-child(3) {
  background-color: #9edbe3;
}

#team {
  padding-top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  #team {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#team .team-main-container {
  max-width: 915px;
  margin: auto;
  width: 100%;
}
#team .section-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 36px !important;
  color: black;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #team .section-title {
    text-align: left;
  }
}
#team .employee-container {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #team .employee-container {
    display: block;
  }
}
@media (max-width: 1024px) {
  #team .img-container {
    text-align: center;
    width: 100%;
  }
}
#team .img-circle {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #team .img-circle {
    margin-bottom: 60px;
    width: 230px;
    height: 230px;
  }
}
#team .employee-fullname, #team .employee-position {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 25px;
  color: #343d42;
  margin-bottom: 5px;
}
#team .employee-fullname {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 767px) {
  #team .hide-in-mobile {
    display: none;
  }
}
#team .employee-position {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  #team .employee-position {
    display: block;
    width: 100%;
  }
}
#team .employee-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  color: #323232;
  line-height: 25px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #team .employee-links {
    text-align: center;
  }
}
#team .employee-links li {
  display: inline-block;
}
#team .employee-links a {
  height: 30px;
  display: block;
  transition: all 0.25s ease;
}
#team .link-email a {
  width: 45px;
  margin-right: 25px;
  background: url("../images//icon-email.png") no-repeat;
}
#team .link-email a:hover, #team .link-email a:active {
  background: url("../images//icon-email-hover.png") no-repeat;
}
#team .link-linkedin a {
  width: 105px;
  background: url("../images//linkedin_about.svg") no-repeat;
  background-size: 105px 30px;
}
#team .link-linkedin a:hover, #team .link-linkedin a:active {
  background: url("../images//linkedin_hover.svg") no-repeat;
  background-size: 105px 30px;
}

section.testimonials-slider {
  color: #ffffff;
  background-size: cover;
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section.testimonials-slider {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
section.testimonials-slider .testimonials-slider-container {
  width: 975px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 1210px) {
  section.testimonials-slider .testimonials-slider-container {
    width: 675px;
  }
}
@media (max-width: 775px) {
  section.testimonials-slider .testimonials-slider-container {
    width: 475px;
    margin-bottom: 50px;
  }
}
@media (max-width: 625px) {
  section.testimonials-slider .testimonials-slider-container {
    width: 280px;
  }
}
section.testimonials-slider .section-header {
  text-align: center;
}
section.testimonials-slider .section-header h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 25px !important;
  color: white;
  line-height: 35px;
}
section.testimonials-slider .text {
  padding: 1em 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  color: white;
  font-style: italic;
  line-height: 24px;
}
@media (max-width: 767px) {
  section.testimonials-slider .text {
    text-align: left;
  }
}
section.testimonials-slider .author-name {
  text-transform: uppercase;
  padding-top: 1em;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
section.testimonials-slider article.closed {
  display: none;
}
section.testimonials-slider .arrow-slider.left, section.testimonials-slider .arrow-slider.right {
  top: 48%;
}
@media (max-width: 1210px) {
  section.testimonials-slider .arrow-slider.left, section.testimonials-slider .arrow-slider.right {
    top: 55%;
  }
}
section.testimonials-slider .arrow-slider.left {
  left: -10%;
}
section.testimonials-slider .arrow-slider.right {
  right: -10%;
}

@media (max-width: 775px) {
  .slick-list {
    padding-bottom: 50px;
  }
}

.slick-dots li {
  margin-left: 20px;
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid white;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots .slick-active {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

section.offers-slider {
  position: relative;
  padding: 0px;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  display: block;
}
@media (max-width: 767px) {
  section.offers-slider {
    height: 0 !important;
    overflow: hidden !important;
  }
}
section.offers-slider .offers-slider-container {
  position: relative;
}
section.offers-slider .offer, section.offers-slider .slider {
  height: 100%;
  display: -moz-flex;
  display: flex;
}
section.offers-slider .offers-slider-container .offer {
  background-size: cover !important;
}
section.offers-slider .slick-track {
  height: 100%;
}
section.offers-slider .section-header {
  padding-bottom: 50px;
}
section.offers-slider h1 {
  display: inline-block;
  padding-top: 40px;
  margin: 0 auto;
  position: relative;
}
section.offers-slider h2 {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 30px;
  font-size: 26px;
}
section.offers-slider p {
  margin-bottom: 45px;
}
section.offers-slider img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
section.offers-slider .arrow-slider.left, section.offers-slider .arrow-slider.right {
  top: 400px;
}
@media (max-width: 1024px) {
  section.offers-slider .section-content {
    width: 80%;
    margin: auto;
  }
}

.offers {
  background-size: cover;
}
@media (max-width: 1024px) {
  .offers {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .offers {
    padding-bottom: 0px;
    background-size: cover;
    background-position-x: 26%;
  }
}
.offers div.row {
  height: 100%;
  max-width: 1320px;
}
@media (max-width: 1210px) {
  .offers div.row {
    margin: 0px auto;
  }
}
.offers .section-header, .offers .section-sub-header {
  color: #ffffff;
}
@media (max-width: 1280px) {
  .offers .offer-content-container .section-header {
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .offers .offer-content-container .section-header {
    margin-top: 160px;
  }
}
.offers h2 {
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1024px) {
  .offers h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .offers h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.offers .offers-outer-container {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.offers .offers-outer-container .single {
  width: 33.3333333333%;
}
@media (max-width: 1280px) {
  .offers .offers-outer-container .single {
    width: 50%;
  }
}
@media (max-width: 890px) {
  .offers .offers-outer-container .single {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .offers .offers-outer-container .single {
    flex-basis: 100%;
  }
}
.offers .offers-outer-container-mobile {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.27);
  position: relative;
}
@media (min-width: 767px) {
  .offers .offers-outer-container-mobile {
    display: none;
  }
}
.offers .offers-outer-container-mobile .single {
  position: relative;
  width: 100%;
  padding: 30px 10px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  .offers .offers-outer-container-mobile .single {
    flex-basis: 100%;
  }
}
.offers .offers-outer-container-mobile .single a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.offers .offers-outer-container-mobile .single h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px !important;
  color: white;
  text-transform: uppercase;
  padding-right: 5px;
}
.offers .offers-outer-container-mobile .single i {
  font-size: 36px;
  font-weight: 300;
  color: white;
}
.offers .offers-outer-container .single {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .offers .offers-outer-container .single {
    display: -moz-flex;
    display: flex;
  }
}
.offers .offers-outer-container .single a {
  height: 116px;
  width: 410px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.27);
  display: inline-block;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .offers .offers-outer-container .single a {
    border: 1px solid blue;
    display: block;
  }
}
.offers .offers-outer-container .single a .box {
  display: -moz-flex;
  display: flex;
}
.offers .offers-outer-container .single a .box .i-container {
  width: 107px;
  min-width: 107px;
  height: 116px;
  display: -moz-flex;
  display: flex;
}
.offers .offers-outer-container .single a .box .i-container img {
  width: 55%;
  position: relative;
  left: 10px;
  max-height: 70px;
}
.offers .offers-outer-container .single a .box .i-container i {
  position: relative;
  top: 27px;
  font-size: 36px;
  font-weight: 300;
}
.offers .offers-outer-container .single a .box .text {
  color: #2d3337;
  padding: 0em 1em;
  width: 303px;
}
.offers .offers-outer-container .single a .box .text h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.offers .offers-outer-container .single a .box .text p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding-right: 4.1em;
}
.offers .offers-outer-container .single a:hover {
  background-color: #5d5d5d;
}
.offers .offers-outer-container .single a:hover .text {
  color: #ffffff;
}

.offers-mobile {
  display: none;
}
@media (max-width: 767px) {
  .offers-mobile {
    display: block !important;
  }
}
.offers-mobile .offers-outer-container-mobile {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.27);
  position: relative;
}
.offers-mobile .offers-outer-container-mobile .single {
  position: relative;
  width: 100%;
  padding: 30px 10px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  .offers-mobile .offers-outer-container-mobile .single {
    flex-basis: 100%;
  }
}
.offers-mobile .offers-outer-container-mobile .single a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.offers-mobile .offers-outer-container-mobile .single h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px !important;
  color: white;
  text-transform: uppercase;
  padding-right: 5px;
}
.offers-mobile .offers-outer-container-mobile .single i {
  font-size: 36px;
  font-weight: 300;
  color: white;
}

section#offer {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
}
section#offer .section-header {
  padding-top: 2em;
  padding-bottom: 0.2em;
  color: #ffffff;
  background-position: 50% 100% !important;
  min-height: 400px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  section#offer .section-header {
    padding-top: 1.3em;
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  section#offer .section-header {
    min-height: 250px;
  }
}
section#offer .title-container img {
  width: 100px;
  height: 100px;
}
section#offer h1 {
  font-size: 58px;
  line-height: 75px;
}
@media (max-width: 576px) {
  section#offer h1 {
    line-height: 1.6em;
  }
}
section#offer .content-container {
  padding: 100px 0 85px 15px;
  color: #5d5d5d;
}
@media (max-width: 1024px) {
  section#offer .content-container {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  section#offer .content-container {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section#offer .content-container .tagline-container {
  text-align: left;
}
@media (max-width: 767px) {
  section#offer .content-container .tagline-container {
    width: 100%;
  }
}
section#offer .content-container .tagline {
  padding-top: 30px;
  padding-left: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  width: 330px;
  height: 330px;
}
@media (max-width: 767px) {
  section#offer .content-container .tagline {
    height: auto;
    width: auto;
    font-size: 25px;
    line-height: 32px;
    padding: 30px;
    padding-right: 55px;
  }
}
section#offer .content-container .dates {
  padding: 35px 0 0 40px;
}
@media (max-width: 1024px) {
  section#offer .content-container .dates {
    padding: 0;
    padding-top: 35px;
  }
}
section#offer .content-container .dates h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px !important;
  color: #2d3337;
}
section#offer .content-container .text-container {
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 1300px) {
  section#offer .content-container .text-container {
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  section#offer .content-container .text-container {
    padding-left: 0px;
    padding-top: 40px;
  }
}
section#offer .content-container .text-container p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  color: #323232;
}
section#offer .content-container .text-container li {
  margin-left: 18px;
  list-style: disc;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  color: #323232;
}
section#offer .content-container .text .plus-btn {
  margin-top: 100px;
  display: inline-block;
  border: 0px;
}
@media (max-width: 767px) {
  section#offer .content-container .text .plus-btn {
    margin-top: 82px;
  }
}
section#offer .content-container .more-info-container {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  section#offer .content-container .more-info-container {
    padding-left: 0px;
  }
}
@media (max-width: 1300px) {
  section#offer .content-container .more-info-container {
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  section#offer .content-container .more-info-container {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  section#offer .content-container .more-info-container {
    text-align: center;
  }
}

.popup-main-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.popup-info-form {
  overflow-y: hidden;
  position: relative;
  left: 50%;
  top: 80%;
  max-width: 660px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-bottom: 50px;
  background-color: white;
  padding: 48px 70px 60px 70px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}
@media (max-width: 1024px) {
  .popup-info-form {
    max-width: 460px;
    top: 65%;
  }
}
@media (max-width: 767px) {
  .popup-info-form {
    max-width: 290px;
    top: 125%;
    padding: 48px 10px 60px 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .popup-info-form {
    top: 90%;
  }
}
.popup-info-form .popup-content-container {
  width: 100%;
  max-width: 655px;
}
.popup-info-form .popup-content-container .popup-header {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.popup-info-form .popup-content-container .form-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 40px !important;
  color: #5d5d5d;
  letter-spacing: 0.005em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .popup-info-form .popup-content-container .form-title {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 25px !important;
    color: #5d5d5d;
  }
}
.popup-info-form .popup-content-container .close-btn {
  position: absolute;
  top: 17px;
  right: 0;
}
@media (max-width: 767px) {
  .popup-info-form .popup-content-container .close-btn {
    top: -25px;
    right: 10px;
  }
}
.popup-info-form .wpcf7 input {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.popup-info-form .wpcf7 label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  color: #2d3337;
}
.popup-info-form .wpcf7-list-item-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px !important;
  color: #2d3337;
}
.popup-info-form .wpcf7-checkbox {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -5px;
}
.popup-info-form .wpcf7-checkbox .wpcf7-list-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  color: #2d3337;
  margin-bottom: 15px;
  margin-left: 0;
}
.popup-info-form .wpcf7-checkbox .wpcf7-list-item:nth-child(odd) {
  flex-basis: 65%;
}
@media (max-width: 1024px) {
  .popup-info-form .wpcf7-checkbox .wpcf7-list-item:nth-child(odd) {
    flex-basis: 100%;
  }
}
.popup-info-form .wpcf7-checkbox .wpcf7-list-item:nth-child(even) {
  flex-basis: 30%;
}
@media (max-width: 1024px) {
  .popup-info-form .wpcf7-checkbox .wpcf7-list-item:nth-child(even) {
    flex-basis: 100%;
  }
}
.popup-info-form .wpcf7 input[type=text], .popup-info-form .wpcf7 input[type=email], .popup-info-form .wpcf7 input[type=tel], .popup-info-form .wpcf7 input[type=url] {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  color: #2d3337;
  width: calc(100% - 10px);
  margin: 10px 0;
  border: 1px solid black;
  padding: 5px 0px;
  padding-left: 10px;
  box-shadow: none !important;
}
.popup-info-form h1 {
  color: #9e9b95;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 52px;
}
.popup-info-form input[type=checkbox]:not(:checked),
.popup-info-form input[type=checkbox]:checked {
  position: absolute;
  left: -1000px;
}
.popup-info-form input[type=checkbox]:not(:checked) + .wpcf7-list-item-label,
.popup-info-form input[type=checkbox]:checked + .wpcf7-list-item-label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding-left: 30px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer; /* affiche un curseur adapté */
}
@media (max-width: 767px) {
  .popup-info-form input[type=checkbox]:not(:checked) + .wpcf7-list-item-label,
  .popup-info-form input[type=checkbox]:checked + .wpcf7-list-item-label {
    padding-left: 20px;
  }
}
.popup-info-form {
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
}
.popup-info-form input[type=checkbox]:not(:checked) + .wpcf7-list-item-label:before,
.popup-info-form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: url("../images//checkbox-inactive.png");
  position: absolute;
  left: 0px;
  top: 4px;
  width: 10px;
  height: 10px;
}
.popup-info-form input[type=checkbox]:not(:checked) + .wpcf7-list-item-label:after,
.popup-info-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: url("../images//checkbox-active.png");
  position: absolute;
  left: 0px;
  top: 4px;
}
.popup-info-form {
  /* Aspect si "pas cochée" */
}
.popup-info-form input[type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'échelle à 0 */
}
.popup-info-form {
  /* Aspect si "cochée" */
}
.popup-info-form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'échelle 1:1 */
}
.popup-info-form .wpcf7-submit {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px !important;
  color: white;
  -webkit-appearance: none;
  text-align: center;
  min-width: 90px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px;
  background-color: #5d5d5d;
  border: 2px solid transparent !important;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.popup-info-form .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #2d3337;
  border: 2px solid #5d5d5d !important;
}

.wpcf7-validation-errors {
  border-color: red !important;
}

@media (max-width: 1024px) {
  .offer.mobile {
    display: none;
  }
}