@charset "UTF-8";
/*------------------------------------------------------------
VARIABLES
====================================*/
/*------------------------------------------------------------
TYPO
Title, list, links, label
====================================*/
.landing {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 14px;
}
.landing h1, .landing h2, .landing h3, .landing h4, .landing h5, .landing h6 {
  margin-top: 0px;
  font-family: "Open Sans";
  letter-spacing: 1px;
}
.landing .lead {
  font-size: 18px;
  font-weight: 700;
}

.landing-numbers .number, .landing-case .number-wrapper, .landing-h4 {
  color: #175298;
  background: -webkit-linear-gradient(30deg, #0d559d, #e33333 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-h2 {
  text-align: center;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #282828;
}

.landing-h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #282828;
}

.landing-h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .landing-h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .landing {
    font-size: 16px;
  }
  .landing .lead {
    font-size: 20px;
  }

  .landing-h2 {
    font-size: 40px;
  }

  .landing-h3 {
    font-size: 20px;
  }

  .landing-h4 {
    font-size: 16px;
  }
}


@media (min-width: 1200px) {
  .landing {
    font-size: 18px;
  }
  .landing .lead {
    font-size: 30px;
  }

  .landing-h2 {
    font-size: 50px;
  }

  .landing-h3 {
    font-size: 24px;
  }

  .landing-h4 {
    font-size: 18px;
  }
}




/*------------------------------------------------------------
BUTTONS
====================================*/
.landing .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 290px;
  padding: 14px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background: #175298;
  border: 5px solid #175298;
  border-radius: 0;
  box-shadow: 0 0 30px rgba(23, 82, 152, 0.3);
  transition: 0.3s;
}

html[lang="es-ES"] .landing .btn-primary {
  background: #021f3c;
  border-color: #021f3c;
}

.landing .btn-primary svg {
  flex-shrink: 0;
  fill: #FFFFFF;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  transition: 0.3s;
}

.landing .btn-primary:hover {
  background: #FFFFFF !important;
  color: #175298;
}

.landing .btn-primary:hover svg {
  fill: #175298;
}

html[lang="es-ES"] .landing .btn-primary:hover svg {
  fill: #021f3c;
}

@media (min-width: 992px) {
  .landing .btn-primary {
    padding: 18px 20px;
    font-size: 22px;
  }
  .landing .btn-primary svg {
    width: 31px;
    height: 31px;
  }
}
/*------------------------------------------------------------
Tooltip
====================================*/
.landing [data-toggle=tooltip] {
  cursor: pointer;
}
.landing [data-toggle=tooltip] svg {
  fill: #b0b0b0;
}
.landing [data-toggle=tooltip]:hover svg {
  fill: #E33433;
}
.landing .tooltip.fade.in {
  opacity: 1;
}
.landing .tooltip.top {
  padding-bottom: 10px;
  margin-top: -20px;
}
.landing .tooltip.top .tooltip-arrow {
  width: 0;
  height: 0;
  margin-left: -15px;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
}
.landing .tooltip-inner {
  max-width: 495px;
  padding: 15px;
  color: #282828;
  font-size: 12px;
  text-align: left;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}
.landing .tooltip-inner .title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
.landing .tooltip-inner .title-wrapper svg, .landing .tooltip-inner .title-wrapper img {
  flex: 0 0 auto;
}
.landing .tooltip-inner .title-wrapper .landing-h4 {
  margin: 0;
  text-align: left;
}
.landing .tooltip-inner p {
  margin-bottom: 0;
}
.landing .tooltip-inner svg, .landing .tooltip-inner img {
  flex-shrink: 0;
  height: 28px;
  width: auto;
  margin-right: 10px;
  fill: url(#svg-gradient);
}

@media (min-width: 992px) {
  .landing .tooltip-inner {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.6;
  }
  .landing .tooltip-inner .landing-h3 {
    padding: 0 0 20px 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .landing .tooltip-inner svg, .landing .tooltip-inner img {
    height: 46px;
    margin-right: 15px;
  }
}
/* Internet Explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .landing .tooltip-inner svg, .landing .tooltip-inner img {
    width: 28px;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .landing .tooltip-inner svg, .landing .tooltip-inner img {
    width: 46px;
  }
}
/*------------------------------------------------------------
SLIDER
====================================*/
.landing .owl-controls {
  text-align: center;
}
.landing .owl-controls .owl-dot {
  display: inline-block;
}
.landing .owl-controls .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: #FFFFFF;
  border: 1px solid #b0b0b0;
  border-radius: 100%;
  opacity: 1;
}
.landing .owl-controls .owl-dot:hover span {
  background: #175298;
  border-color: #175298;
}
.landing .owl-controls .owl-dot.active span {
  background: #282828;
  border-color: #282828;
}
.landing .owl-prev, .landing .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
.landing .owl-prev svg, .landing .owl-next svg {
  width: 35px;
  height: 35px;
  fill: #282828;
  transition: 0.3s;
}
.landing .owl-prev[disabled] svg, .landing .owl-next[disabled] svg {
  opacity: 0.3;
}
.landing .owl-prev:hover svg, .landing .owl-next:hover svg {
  fill: #E33433;
}
.landing .owl-prev {
  left: -10px;
}
.landing .owl-prev svg {
  transform: rotate(180deg);
}
.landing .owl-next {
  right: -10px;
}

@media (min-width: 992px) {
  .landing .owl-controls .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 0 15px;
  }
  .landing .owl-prev, .landing .owl-next {
    width: 104px;
    height: 104px;
    margin-top: -52px;
  }
  .landing .owl-prev svg, .landing .owl-next svg {
    width: 48px;
    height: 48px;
  }
  .landing .owl-prev {
    left: -52px;
  }
  .landing .owl-next {
    right: -52px;
  }
}
/*------------------------------------------------------------
FORMS
====================================*/
.landing .form-group {
  margin-bottom: 30px;
}
.landing label {
  margin-bottom: 10px;
  transition: 0.3s;
}
.landing label small {
  font-weight: 300;
}
.landing .form-control {
  height: 60px;
  padding: 20px;
  color: #175298;
  font-weight: 600;
  font-size: 14px;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border-color: transparent;
}
.landing .form-control:focus {
  box-shadow: 0 0 30px rgba(23, 82, 152, 0.8);
}
.landing .custom-checkbox {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
}
.landing .custom-checkbox a {
  color: #175298;
}
.landing .custom-checkbox .custom-control-input {
  display: none;
}
.landing .custom-checkbox .form-control {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}
.landing .custom-checkbox input:checked ~ .form-control:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff 0 0 no-repeat;
  background-image: url(../media/icons/check.svg);
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing .is-invalid {
  color: #E33433;
}
.landing .is-invalid .invalid-feedback {
  display: block;
}
.landing .is-invalid .form-control {
  border-color: #E33433;
}
.landing .invalid-feedback {
  display: none;
  margin-top: 5px;
  color: #E33433;
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .landing .form-group {
    margin-bottom: 40px;
  }
  .landing .form-control {
    height: 84px;
    font-size: 18px;
  }
  .landing .custom-checkbox {
    padding-left: 50px;
    font-size: 14px;
  }
  .landing .invalid-feedback {
    font-size: 14px;
  }
}
.landing .container {
  width: auto;
  max-width: 1230px;
}

.landing-numbers, .landing-header {
  position: relative;
  background-image: linear-gradient(-130deg, #175197 0%, #4e0a9a 100%);
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
}

html[lang="es-ES"] .landing-numbers, 
html[lang="es-ES"] .landing-header {
  background-image: linear-gradient(-130deg, #ffc107 0%, #dc1205 100%);
}

html[lang="pt-PT"] .landing-numbers, 
html[lang="pt-PT"] .landing-header {
  background-image: linear-gradient(-130deg, #ec2524 0%, #005f35 100%);
}

html[lang="pl-PL"] .landing-numbers, 
html[lang="pl-PL"] .landing-header {
  background-image: linear-gradient(-130deg, #b1b1b1 0%, #db0f3c 100%);
}

.landing-numbers:before, .landing-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .landing-numbers, .landing-header {
    clip-path: polygon(0 220px, 100% 0, 100% calc(100% - 220px), 0 100%);
  }
}

.landing-commitment {
  position: relative;
  background-image: linear-gradient(30deg, #175298 0%, #E33433 100%);
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
}
.landing-commitment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .landing-commitment {
    clip-path: polygon(0 220px, 100% 0, 100% calc(100% - 220px), 0 100%);
  }
}

.landing-header {
  padding: 155px 0 90px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
}
.landing-header:before {
  background-image: url(../media/bg_1.jpg);
  background-size: auto 150%;
  background-position: top center;
}
.landing-header .content-wrapper {
  position: relative;
  text-align: center;
  color: #FFFFFF;
}
.landing-header .landing-h1 {
  color: inherit;
  font-family: inherit;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2;
}
.landing-header .landing-h1 em {
  display: inline-block;
  position: relative;
  font-size: 52px;
}
.landing-header .landing-h1 em span {
  position: relative;
  z-index: 1;
}
.landing-header .landing-h1 em:before, .landing-header .landing-h1 em:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  right: -5px;
  height: 14px;
  transform: skewY(-7deg);
}
.landing-header .landing-h1 em:before {
  top: 15px;
  background: #175298;
}
.landing-header .landing-h1 em:after {
  top: 33px;
  background: #E33433;
}
.landing-header .landing-h1 .pourcent {
  font-size: 30px;
  top: -10px;
}
.landing-header .landing-h2 {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
}
.landing-header .landing-h2 strong {
  display: block;
  font-weight: 800;
}
.landing-header .landing-h2 em {
  display: block;
  color: #f9cb07;
  text-decoration: underline;
  font-style: normal;
}
.landing-header .btn {
  margin-top: 20px;
}

.landing-intro {
  position: relative;
  z-index: 2;
  padding-top: 155px;
}
.landing-intro .row > div {
  position: static;
}
.landing-intro .badge-wrapper {
  position: absolute;
  top: -40px;
  left: 25%;
  width: 76px;
  height: 76px;
  margin-left: -38px;
  background: #FFFFFF;
  border-radius: 100%;
}
.landing-intro .badge-wrapper img {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 4%);
}
.landing-intro .illustration {
  position: absolute;
  top: -65px;
  right: 0;
}
.landing-intro p {
  margin-bottom: 20px;
}
.landing-intro .logo-wrapper {
  position: relative;
  z-index: 1;
  padding: 25px 20px;
  margin-top: 30px;
  margin-bottom: -40px;
  text-align: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.landing-intro .logo-wrapper p {
  margin-bottom: 0;
}
.landing-intro .logo-wrapper img {
  width: 90%;
}
.landing-intro ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-intro li {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.landing-intro li:nth-child(even) {
  justify-content: flex-end;
}

.landing-feature {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
.landing-feature:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F5F6F8;
  z-index: 0;
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
}
.landing-feature .container {
  position: relative;
}
.landing-feature .landing-h2 {
  margin-bottom: 5px;
}
.landing-feature .features-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.landing-feature .features-wrapper .svg-style {
  position: absolute;
  height: 0;
  width: 0;
}
.landing-feature .feature-wrapper {
  flex: 0 0 50%;
  text-align: center;
  margin-top: 20px;
}
.landing-feature .feature-wrapper .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background: #FFFFFF;
  border-radius: 100%;
}
.landing-feature .feature-wrapper .icon-wrapper svg {
  fill: url(#svg-gradient);
  height: 36px;
  width: auto;
}
.landing-feature .feature-wrapper .landing-h4 {
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: -0.5px;
}
.landing-feature .feature-big-wrapper {
  padding: 25px 20px 30px;
  text-align: center;
  line-height: 1.6;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.landing-feature .feature-big-wrapper + .feature-big-wrapper {
  margin-top: 15px;
}
.landing-feature .feature-big-wrapper span.icon-wrapper {
  display: inline-block;
  position: relative;
}
.landing-feature .feature-big-wrapper .icon-badge {
  position: absolute;
  margin-top: -13px;
  margin-left: -20px;
}
.landing-feature .feature-big-wrapper img {
  margin-bottom: 10px;
}
.landing-feature .feature-big-wrapper .landing-h3 {
  margin-bottom: 5px;
}
.landing-feature .feature-big-wrapper p {
  margin-bottom: 0;
}
.landing-feature .btn {
  margin-top: 30px;
}

.landing-commitment {
  padding: 90px 0 90px;
  margin-top: -50px;
}
.landing-commitment:before {
  background-image: url(../media/bg_2.jpg);
  background-size: auto 120%;
  background-position: top 40% right 32%;
}
.landing-commitment .content-wrapper {
  position: relative;
  padding: 40px 10px 55px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.3);
}
.landing-commitment .landing-h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
}
.landing-commitment .landing-h2 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-commitment .landing-h2 span:before, .landing-commitment .landing-h2 span:after {
  content: "";
  flex: 1;
  display: block;
  height: 1px;
  background: #FFFFFF;
}
.landing-commitment .landing-h2 span:before {
  margin-right: 10px;
}
.landing-commitment .landing-h2 span:after {
  margin-left: 10px;
}
.landing-commitment .landing-h2 strong {
  display: block;
  color: #f9cb07;
  font-style: italic;
  font-weight: inherit;
}
.landing-commitment img {
  margin: 10px auto;
}
.landing-commitment p {
  margin-bottom: 0;
  line-height: 1.5;
}
.landing-commitment p.lead {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}
.landing-commitment .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -30px;
  transform: translateX(-50%);
}

.landing-case {
  padding-top: 40px;
}
.landing-case .landing-h2 {
  margin-bottom: 0;
}
.landing-case .number-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 800;
  border-radius: 100%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}
.landing-case .number {
  margin-right: -5px;
}
.landing-case img {
  margin: 0 auto 50px;
}
.landing-case .owl-controls {
  position: absolute;
  top: calc(100vw / 1.338 - 10px);
  left: 0;
  right: 0;
}

.landing-numbers {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
}
.landing-numbers:before {
  background-image: url(../media/bg_3.jpg);
  background-size: cover;
  background-position: top center;
  opacity: 0.2;
}
.landing-numbers .container {
  position: relative;
}
.landing-numbers p {
  margin-bottom: 0;
  line-height: 1.3;
}
.landing-numbers p + p {
  margin-top: 30px;
}
.landing-numbers .number-wrapper {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 15px;
  background: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.landing-numbers .number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.landing-numbers .pourcent {
  font-size: 22px;
  vertical-align: top;
  line-height: 1.3;
}

.landing-clients {
  padding-top: 50px;
  padding-bottom: 60px;
}
.landing-clients .landing-h2 {
  margin-bottom: 25px;
}
.landing-clients .slider-clients .item {
  display: flex;
  flex-wrap: wrap;
}
.landing-clients .slider-clients .item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
  height: 70px;
  padding: 15px;
}
.landing-clients .slider-clients .item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 40px;
}

.landing-testimonials {
  padding-bottom: 60px;
}
.landing-testimonials .content-wrapper {
  text-align: center;
  color: #FFFFFF;
  background: #175298;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}
.landing-testimonials .item {
  padding: 60px 40px;
}
.landing-testimonials p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.landing-testimonials p:before {
  content: "“";
  display: block;
  position: absolute;
  top: 25px;
  left: 10px;
  font-family: "Merriweather";
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  color: #f9cb07;
}
.landing-testimonials img {
  width: 48px;
  height: 48px;
  margin-top: 25px;
  margin-bottom: 10px;
  border-radius: 100%;
}
.landing-testimonials .testimonial-company {
  display: block;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
}
.landing-testimonials .testimonial-name {
  color: #f9cb07;
  font-weight: 300;
}

.landing-contact {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  background: #F5F6F8;
}
.landing-contact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -45px;
  border-style: solid;
  border-width: 29px 45px 0 45px;
  border-color: #ffffff transparent transparent transparent;
}
.landing-contact .landing-h2 {
  margin-bottom: 25px;
}
.landing-contact .btn {
  margin: 30px 0;
}
.landing-contact .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.landing-contact .logo-wrapper > * {
  margin: 0 5px;
}
.landing-contact .logo-wrapper img {
  width: auto;
  max-width: 40px;
  max-height: 35px;
}
.landing-contact .contact-image {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.landing-contact .contact-image.img-1 {
  margin: -20px auto -10px;
}

.landing-modules {
  padding-top: 40px;
  padding-bottom: 40px;
}
.landing-modules .landing-h2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}
.landing-modules ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.landing-modules li + li {
  margin-top: 20px;
}

@media (max-width: 479px) {
  .landing-commitment .landing-h2 {
    font-size: 30px !important;
  }

  .landing-modules .landing-h2 {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .landing-intro .illustration {
    right: 25%;
    transform: translateX(50%);
  }
  .landing-intro li {
    flex: 1;
  }

  .landing-feature .features-wrapper {
    justify-content: center;
  }
  .landing-feature .feature-wrapper {
    flex: 0 0 33.33%;
  }
  .landing-feature .feature-big-wrapper {
    padding: 0;
    text-align: left;
  }
  .landing-feature .feature-big-wrapper + .feature-big-wrapper {
    margin: 0;
  }
  .landing-feature .feature-big-wrapper:nth-child(even) {
    background: none;
    box-shadow: none;
  }
  .landing-feature .feature-big-wrapper .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 170px;
  }
  .landing-feature .feature-big-wrapper .landing-h3 br {
    display: none;
  }
  .landing-feature .feature-big-wrapper .icon-wrapper {
    text-align: center;
  }
  .landing-feature .btn {
    margin-top: 0;
  }

  .landing-commitment {
    padding: 120px 0;
  }
  .landing-commitment .content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .landing-commitment .landing-h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .landing-commitment img {
    width: 150px;
    height: auto;
  }
  .landing-commitment p {
    line-height: 2;
  }
  .landing-commitment p.lead {
    font-size: 20px;
    line-height: 1.5;
  }

  .landing-clients .slider-clients .item > * {
    flex: 0 0 25%;
    height: 140px;
  }
  .landing-clients .slider-clients .item img {
    max-height: 110px;
  }

  .landing-numbers {
    padding-top: 90px;
    padding-bottom: 90px;
    font-size: 20px;
  }
  .landing-numbers br {
    display: none;
  }
  .landing-numbers p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landing-numbers .number-wrapper {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .landing-modules {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .landing-modules .landing-h2 {
    font-size: 22px;
  }
  .landing-modules ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landing-modules li + li {
    margin-top: 0;
    margin-left: 30px;
  }
  .landing-modules img {
    width: auto;
    height: 30px;
    max-width: 150px;
  }
}
@media (min-width: 810px) {
  .landing-case .owl-controls {
    top: 610px;
  }
}
@media (min-width: 992px) {
  .landing-header {
    padding: 150px 0 225px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0 100%);
  }
  .landing-header:before {
    background-size: cover;
  }
  .landing-header .landing-h1 {
    font-size: 70px;
  }
  .landing-header .landing-h1 em {
    font-size: 90px;
  }
  .landing-header .landing-h1 em:before, .landing-header .landing-h1 em:after {
    left: -8px;
    right: -8px;
    height: 23px;
  }
  .landing-header .landing-h1 em:before {
    top: 24%;
  }
  .landing-header .landing-h1 em:after {
    top: 50%;
  }
  .landing-header .landing-h1 .pourcent {
    font-size: 55px;
    top: -15px;
  }
  .landing-header .landing-h2 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.2;
  }
  .landing-header .landing-h2 em {
    display: inline;
  }
  .landing-header .btn {
    margin-top: 50px;
  }

  .landing-intro {
    padding-top: 95px;
  }
  .landing-intro .badge-wrapper {
    top: -150px;
    width: 152px;
    height: 152px;
    margin-left: -76px;
  }
  .landing-intro .badge-wrapper img {
    width: 175px;
    height: auto;
    transform: translate(-50%, 10%);
  }
  .landing-intro .illustration {
    top: -270px;
    width: 400px;
    height: auto;
  }
  .landing-intro li {
    flex: 0 0 50%;
  }
  .landing-intro p {
    margin-bottom: 35px;
    line-height: 2;
  }
  .landing-intro p.lead {
    margin-bottom: 45px;
    line-height: 1.5;
  }
  .landing-intro p:last-child {
    margin-bottom: 0;
  }
  .landing-intro .logo-wrapper {
    padding: 50px 40px 55px;
    margin-top: 155px;
  }
  .landing-intro .logo-wrapper p {
    margin-bottom: 5px;
  }
  .landing-intro .logo-wrapper img {
    width: 85%;
    height: auto;
  }
  .landing-intro .logo-wrapper img.logo-shopify {
    width: 145px;
    margin-right: 20px;
  }
  .landing-intro li {
    justify-content: center;
    margin-top: 25px;
    text-align: center;
  }

  .landing-feature {
    margin-top: -100px;
    padding: 280px 0 70px;
  }
  .landing-feature:before {
    clip-path: polygon(0 220px, 100% 0, 100% calc(100% - 220px), 0 100%);
  }
  .landing-feature .landing-h2 {
    margin-bottom: 50px;
  }
  .landing-feature .features-wrapper {
    margin-bottom: 65px;
  }
  .landing-feature .feature-wrapper {
    flex: 0 0 25%;
    margin-top: 30px;
  }
  .landing-feature .feature-wrapper .icon-wrapper {
    width: 120px;
    height: 120px;
  }
  .landing-feature .feature-wrapper .icon-wrapper svg {
    height: 72px;
  }
  .landing-feature .feature-wrapper .icon-wrapper img {
    width: 70px;
    height: 70px;
  }
  .landing-feature .feature-wrapper h3 {
    letter-spacing: 0;
  }
  .landing-feature .feature-big-wrapper {
    font-size: 18px;
  }
  .landing-feature .feature-big-wrapper .row {
    height: 262px;
  }
  .landing-feature .feature-big-wrapper .icon-badge {
    width: 88px;
    height: 88px;
    margin-top: 5px;
    margin-left: -45px;
  }
  .landing-feature .feature-big-wrapper .icon-prestashop {
    width: 150px;
    height: 150px;
  }
  .landing-feature .feature-big-wrapper .icon-30days {
    width: 168px;
    height: 168px;
  }
  .landing-feature .feature-big-wrapper .icon-clic {
    width: 155px;
    height: 155px;
  }
  .landing-feature .feature-big-wrapper .icon-calendar {
    width: 146px;
    height: 146px;
  }
  .landing-feature .feature-big-wrapper .landing-h3 {
    font-size: 24px;
  }

  .landing-commitment {
    padding: 250px 0;
    margin-top: -220px;
  }
  .landing-commitment:before {
    background-size: cover;
    background-position: top center;
  }
  .landing-commitment .content-wrapper {
    padding: 60px 0 80px;
  }
  .landing-commitment .landing-h2 {
    margin-bottom: 30px;
    font-size: 55px;
  }
  .landing-commitment .landing-h2 span:before, .landing-commitment .landing-h2 span:after {
    flex: 0 0 16.333333%;
  }
  .landing-commitment img {
    width: 100%;
  }
  .landing-commitment p {
    text-align: left;
  }
  .landing-commitment p.lead {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .landing-commitment .btn {
    margin-bottom: -36px;
  }

  .landing-case {
    padding-top: 0;
  }
  .landing-case .landing-h2 {
    margin-bottom: 40px;
  }
  .landing-case .row {
    display: flex;
    align-items: center;
  }
  .landing-case .item {
    line-height: 2;
  }
  .landing-case img {
    margin-bottom: 0;
  }
  .landing-case .landing-h3 {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .landing-case p {
    margin-bottom: 0;
  }
  .landing-case p + p {
    margin-top: 35px;
  }
  .landing-case .number-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    font-size: 30px;
  }
  .landing-case .number {
    margin-right: -8px;
  }
  .landing-case .item {
    padding-right: 85px;
    padding-left: 85px;
  }
  .landing-case .owl-controls {
    position: static;
    margin-top: 20px;
  }
  .landing-case .owl-prev, .landing-case .owl-next {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  .landing-case .owl-prev svg, .landing-case .owl-next svg {
    width: 35px;
    height: 35px;
  }
  .landing-case .owl-prev {
    left: 20px;
  }
  .landing-case .owl-next {
    right: 20px;
  }

  .landing-numbers {
    padding-top: 230px;
    padding-bottom: 230px;
    font-size: 28px;
  }
  .landing-numbers .number-wrapper {
    padding: 6px 15px;
    border-radius: 42px;
  }
  .landing-numbers .number {
    font-size: 52px;
  }
  .landing-numbers .pourcent {
    font-size: 32px;
  }

  .landing-clients {
    padding-top: 40px;
    padding-bottom: 115px;
  }
  .landing-clients .slider-clients .item > * {
    height: 170px;
  }
  .landing-clients .slider-clients .item img {
    max-height: 140px;
  }

  .landing-testimonials {
    padding-bottom: 125px;
  }
  .landing-testimonials .content-wrapper {
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.3);
  }
  .landing-testimonials .item {
    padding: 120px calc(8.33% + 30px) 75px;
  }
  .landing-testimonials img {
    width: 114px;
    height: 114px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .landing-testimonials p {
    font-size: 26px;
  }
  .landing-testimonials p:before {
    top: 75px;
    left: -9px;
    font-size: 124px;
  }
  .landing-testimonials .testimonial-company {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .landing-contact {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .landing-contact:before {
    margin-left: -90px;
    border-width: 55px 90px 0 90px;
  }
  .landing-contact .landing-h2 {
    margin-bottom: 85px;
  }
  .landing-contact .landing-h2 br {
    display: none;
  }
  .landing-contact .logo-wrapper {
    margin-bottom: 0;
  }
  .landing-contact .logo-wrapper > * {
    margin: 0 15px;
  }
  .landing-contact .logo-wrapper img {
    width: auto;
    max-width: 60px;
    max-height: none;
  }
  .landing-contact .container {
    position: relative;
  }
  .landing-contact .row {
    position: relative;
    z-index: 1;
  }
  .landing-contact .contact-image {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
  }
  .landing-contact .contact-image.img-1 {
    top: 190px;
    margin: 0 0 0 -60px;
  }
  .landing-contact .contact-image.img-2 {
    width: 423px;
    height: 315px;
    top: 80px;
    right: 45px;
  }

  .landing-modules .landing-h2 {
    font-size: 28px;
  }
  .landing-modules img {
    height: 50px;
    max-width: 190px;
  }
}

/*
@media (min-width: 1200px) {
  .landing-header {
    padding: 300px 0 275px;
  }
  .landing-header .landing-h1 {
    font-size: 100px;
  }
  .landing-header .landing-h1 em {
    font-size: 120px;
  }
  .landing-header .landing-h1 em:before, .landing-header .landing-h1 em:after {
    height: 28px;
  }
  .landing-header .landing-h1 .pourcent {
    font-size: 70px;
    top: -20px;
  }
  .landing-header .landing-h2 {
    font-size: 40px;
  }

  .landing-intro {
    padding-top: 125px;
  }
  .landing-intro .illustration {
    top: -270px;
    width: 495px;
  }
  .landing-intro .logo-wrapper {
    margin-top: 245px;
  }

  .landing-feature .feature-big-wrapper {
    font-size: 24px;
  }
  .landing-feature .feature-big-wrapper .landing-h3 {
    font-size: 28px;
  }
  .landing-feature .btn {
    margin-top: 30px;
  }

  .landing-commitment {
    padding: 310px 0;
  }
  .landing-commitment .landing-h2 {
    font-size: 68px;
  }

  .landing-case {
    padding-top: 40px;
  }
  .landing-case .number-wrapper {
    width: 76px;
    height: 76px;
    font-size: 36px;
  }
  .landing-case .item {
    padding-right: 120px;
    padding-left: 120px;
  }
  .landing-case .owl-prev, .landing-case .owl-next {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
  .landing-case .owl-prev svg, .landing-case .owl-next svg {
    width: 48px;
    height: 48px;
  }

  .landing-numbers {
    padding-top: 250px;
    padding-bottom: 250px;
    font-size: 30px;
  }
  .landing-numbers .number {
    font-size: 72px;
  }
  .landing-numbers .pourcent {
    font-size: 42px;
  }

  .landing-clients {
    padding-top: 60px;
    padding-bottom: 155px;
  }

  .landing-testimonials {
    padding-bottom: 155px;
  }
  .landing-testimonials .item {
    padding-bottom: 115px;
  }
  .landing-testimonials p {
    font-size: 32px;
  }
  .landing-testimonials p:before {
    left: -13px;
    font-size: 154px;
  }

  .landing-modules {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .landing-modules .landing-h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 0;
  }
  .landing-modules ul {
    justify-content: stretch;
  }
}
*/
@media (min-width: 1600px) {
  .landing-case .item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .landing-case .owl-nav {
    position: absolute;
    width: 1230px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: -615px;
  }
  .landing-case .owl-prev, .landing-case .owl-next {
    width: 104px;
    height: 104px;
    margin-top: -52px;
  }
  .landing-case .owl-prev {
    left: -120px;
  }
  .landing-case .owl-next {
    right: -120px;
  }
}
/* Internet Explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .landing-case {
    padding: 40px 0;
  }

  .landing-feature {
    padding-bottom: 40px;
  }

  .landing-clients .slider-clients .item {
    justify-content: center;
  }
  .landing-clients .slider-clients .item > * {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .landing-intro {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .landing-intro .badge-wrapper {
    top: -90px;
  }
  .landing-intro .illustration {
    top: -230px;
  }

  .landing-feature {
    margin-top: 0;
    padding: 100px 0 70px;
  }

  .landing-case {
    padding: 100px 0;
  }

  .landing-clients {
    padding-top: 100px;
  }

  .landing-modules img {
    width: 190px;
    max-width: none;
  }
}

/*# sourceMappingURL=landing.css.map */
.site-main {
    padding-top: 0px;
}