@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
.otgs-development-site-front-end {
  display: none;
}

.text-center {
  text-align: center;
}

.page-bg {
  background-color: #2c272e;
  background-image: url("../img/page-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-125 {
  background: #fff linear-gradient(125deg, #f7f7f7 0%, #fff 100%);
}

.bg-116 {
  background: #fff linear-gradient(116deg, #f7f7f7 0%, #fff 100%);
}

.bg-245 {
  background: #fff linear-gradient(245deg, #f7f7f7 0%, #fff 100%);
}

.bg-242 {
  background: #fff linear-gradient(242deg, #f7f7f7 0%, #fff 100%);
}

.top-285 {
  padding-top: 285px !important;
}

.sp10 {
  display: inline-block;
  margin-top: 10px;
}

th {
  text-align: inherit;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 23px;
}

p.info {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

p.info-text {
  color: #ff6400;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h2.h2-title {
  font-size: 34px;
  line-height: 51px;
  font-weight: 700;
}
h2.h2-title div {
  display: inline-block;
}
h2.h2-title .normal {
  font-weight: 300;
}
h2.h2-title .semi {
  font-weight: 600;
}

.h2.w {
  color: white;
}

.link-chevron {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  z-index: 3;
}
.link-chevron::after {
  transform: rotate(45deg);
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-color: inherit;
  border-style: solid;
  border-width: 2px 2px 0 0;
  right: 2px;
  top: 7px;
}

.link-chevron.orange::after {
  border-color: #ff6400;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-85 {
  margin-bottom: 80px !important;
}

.ul-ring {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
}
.ul-ring li {
  padding: 0 0 20px 17px;
  position: relative;
}
.ul-ring li::before {
  left: 0;
  top: 7px;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #ff6400;
  border-radius: 50%;
}
.ul-ring li .small-orange {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.ul-ring li .small-orange li {
  position: relative;
  padding: 0 0 0 10px;
}
.ul-ring li .small-orange li::before {
  position: absolute;
  content: "";
  left: -5px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff6400;
}
.ul-ring li span {
  color: #ff6400;
}

.arrow::after {
  top: -3px;
  right: 0;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-color: #ff6400;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform: rotate(-45deg);
}

.center-image {
  margin: 0 auto;
}

.orange {
  color: #ff6400;
}

.odometer {
  font-family: "Poppins", sans-serif !important;
}

.video-window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
.video-window .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  color: white;
  font-size: 25px;
}
.video-window .video-container {
  position: relative;
  height: 542px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-window .video-container .video-iframe {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 964px;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.page-carriere .text-simple.join-team {
  padding-bottom: 0;
}
.page-carriere .join-team:not(.text-simple) {
  padding-top: 0;
}

@media (max-width: 767px) {
  .video-window .video-container {
    height: 0;
    padding-bottom: 56.25%;
  }
}
#phone-slider {
  display: flex;
  padding: 130px 0;
}
#phone-slider .left {
  flex: 0 0 50%;
  padding-right: 36px;
  box-sizing: border-box;
}
#phone-slider .left #slider-container {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#phone-slider .left #slider-container .slider-images img {
  width: 206px;
}
#phone-slider .left #slider-container .slider-actions {
  align-self: center;
}
#phone-slider .left #slider-container .slider-actions .slider-action {
  cursor: pointer;
  position: relative;
  margin-left: 52.5px;
  margin-bottom: 18px;
  box-sizing: border-box;
  width: 290px;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 26.25px 0 26.25px 41px;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
}
#phone-slider .left #slider-container .slider-actions .slider-action .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: #ff6400;
  text-align: center;
  line-height: 55px;
  color: white;
  font-size: 25px;
}
#phone-slider .left #slider-container .slider-actions .slider-action .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#phone-slider .left #slider-container .slider-actions .slider-action .icon .icon-normal {
  width: 30px;
}
#phone-slider .left #slider-container .slider-actions .slider-action .icon .icon-hover {
  display: none;
}
#phone-slider .left #slider-container .slider-actions .slider-action p {
  margin: 0;
  font-size: 15px;
  text-align: left;
}
#phone-slider .left #slider-container .slider-actions .slider-action::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 22px), -50%);
  width: 30px;
  height: 1px;
  background: #ff6400;
}
#phone-slider .left #slider-container .slider-actions .slider-action.active {
  background: #ff6400;
  color: white;
  width: 341px;
  margin-left: 0;
  padding-left: 71px;
}
#phone-slider .left #slider-container .slider-actions .slider-action.active .icon {
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: white;
  color: #ff6400;
}
#phone-slider .left #slider-container .slider-actions .slider-action.active .icon img {
  width: 45px;
}
#phone-slider .left #slider-container .slider-actions .slider-action.active .icon .icon-normal {
  display: none;
}
#phone-slider .left #slider-container .slider-actions .slider-action.active .icon .icon-hover {
  display: block;
}
#phone-slider .left #slider-container .slider-actions .slider-action.active::before {
  display: none;
}
#phone-slider .right {
  align-self: center;
  text-align: justify;
  flex: 0 0 50%;
  padding-right: 90px;
  padding-left: 31px;
  box-sizing: border-box;
}
#phone-slider .right .title {
  color: #2c272e;
  font-weight: 800;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}
#phone-slider .right .content {
  font-size: 15px;
}
#phone-slider .right .buttons {
  padding-top: 40px;
}
#phone-slider .right .buttons button {
  display: inline-block;
  min-width: 180px;
  padding: 0 40px;
  height: 60px;
  font-weight: 600;
  color: white;
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 10px;
  background: #ff6400;
  box-shadow: 0 15px 30px #be4a00;
  transition: all 0.4s ease-in;
}
#phone-slider .right .buttons button:hover {
  box-shadow: none;
  background: #ff6400 linear-gradient(90deg, #ffcbaa 0%, #ff6400 100%) 0% 0%;
}
#phone-slider .right .buttons button:not(last-child) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  #phone-slider {
    flex-direction: column;
  }
  #phone-slider .left {
    position: relative;
    margin-bottom: 45px;
  }
  #phone-slider .left #slider-container .slider-actions {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #phone-slider .left #slider-container .slider-actions .slider-action:not(.active) {
    box-shadow: none;
  }
  #phone-slider .left #slider-container .slider-actions .slider-action:not(.active) p {
    display: none;
  }
  #phone-slider .left #slider-container .slider-actions .slider-action {
    background: transparent;
    margin: 0 0 40px 0;
    width: 300px;
  }
  #phone-slider .left #slider-container .slider-actions .slider-action .icon {
    left: initial;
    top: 50%;
    right: 0;
    transform: translate(calc(50% - 5px), -50%);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
  }
  #phone-slider .left #slider-container .slider-actions .slider-action::before {
    left: initial;
    right: -35px;
    height: 2px;
  }
  #phone-slider .left #slider-container .slider-actions .slider-action.active {
    padding: 26.5px 30px 26.5px 15px;
    width: 300px;
  }
  #phone-slider .right {
    padding: 0 30px;
  }
  #phone-slider .right .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    text-align: justify-all;
  }
  #phone-slider .right p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #phone-slider .right p:last-child {
    margin-bottom: 50px;
  }
  #phone-slider .right .buttons {
    padding-top: 0;
    text-align: center;
  }
  #phone-slider .right .buttons a {
    text-decoration: none;
    display: block;
    margin: 0 auto 10px auto;
  }
  #phone-slider .right .buttons a button {
    display: block;
    margin: 0 auto;
    font-size: 11px;
    height: 40px;
  }
}
#ask_partnership p {
  height: 100%;
}

section.breadcrumb {
  position: relative;
  color: #fff;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  font-size: 9px;
  background-color: #2c272e;
  background-image: url("../img/page-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.breadcrumb .line-elements {
  position: absolute;
  left: 0;
  bottom: -22px;
  height: 43px;
  width: 20px;
  background: #ff6400;
  z-index: 2;
}
section.breadcrumb .container-section {
  padding: 82px 51px 0 0;
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 270px;
  margin: 0 50px 0 80px;
  width: calc(100% - 130px);
}
section.breadcrumb .container-section h1 {
  padding-left: 45px;
  position: relative;
  font-size: 38px;
  font-weight: 600;
  line-height: 53px;
  margin: 0 0 0 0;
}
section.breadcrumb .container-section h1::before {
  height: 90%;
  position: absolute;
  content: "";
  border-radius: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  background: #ff6400;
}
section.breadcrumb .container-section ol {
  position: absolute;
  bottom: 53px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  font-size: 9px;
}
section.breadcrumb .container-section ol li:not(:last-child)::before {
  position: absolute;
  content: " / ";
  right: 4px;
  top: 3px;
  font-size: 6px;
}
section.breadcrumb .container-section ol li {
  font-size: 12px;
  overflow-wrap: break-word;
  word-break: break-word;
  flex: 0 0 auto;
  padding: 0 10px 0 0;
  position: relative;
  letter-spacing: 1px;
}
section.breadcrumb .container-section ol li a {
  color: white;
}
section.breadcrumb .container-section ol li:last-child {
  font-weight: 700;
}
section.breadcrumb .container-section .cta {
  position: absolute;
  z-index: 5;
  bottom: -30px;
  left: 0;
}
section.breadcrumb .container-section .cta .btn {
  box-shadow: 0 15px 30px #be4a00;
}

section#homepage-slider {
  background: #2c272e;
}
section#homepage-slider .slide {
  display: flex;
}
section#homepage-slider .slide .text {
  position: relative;
  display: flex;
  flex: 0 0 50%;
  justify-content: flex-end;
  padding: 0 25px;
  box-sizing: border-box;
}
section#homepage-slider .slide .text .next-slide {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(-90deg) rotateY(180deg);
}
section#homepage-slider .slide .text .next-slide .wrap-circle {
  cursor: pointer;
  position: relative;
  height: 62px;
  width: 62px;
  border-radius: 50%;
}
section#homepage-slider .slide .text .next-slide .wrap-circle .icon-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6400;
}
section#homepage-slider .slide .text .next-slide .wrap-circle svg .circle, section#homepage-slider .slide .text .next-slide .wrap-circle svg .circle-bg {
  fill: transparent;
  stroke-width: 10px;
  stroke-dasharray: 1000;
}
section#homepage-slider .slide .text .next-slide .wrap-circle svg .circle-bg {
  stroke: #e6e6e6;
  stroke-dashoffset: 0;
}
section#homepage-slider .slide .text .next-slide .wrap-circle svg .circle {
  stroke: #ff6400;
  animation: dash 10s linear forwards;
  stroke-dashoffset: 1000;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
section#homepage-slider .slide .text .content {
  margin-top: 140px;
}
section#homepage-slider .slide .text .content .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: white;
  margin-bottom: 30px;
  min-height: 240px;
}
section#homepage-slider .slide .text .content .title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}
section#homepage-slider .slide .text .content .title span.orange {
  color: #ff6400;
}
section#homepage-slider .slide .text .content .title span.dynamic_text {
  font-weight: 300;
}
section#homepage-slider .slide .text .content .title .dynamic-text-width {
  height: 0;
  font-size: 48px;
  color: transparent;
}
section#homepage-slider .slide .text .content .title .dynamic_text {
  position: relative;
}
section#homepage-slider .slide .text .content .title .dynamic_text .typing-text {
  position: relative;
}
section#homepage-slider .slide .text .content .title .dynamic_text .typing {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: -10px;
  height: 40px;
  width: 4px;
  background-color: #ff6400;
}
section#homepage-slider .slide .text .content .title .dynamic_text .typing.hide {
  background-color: transparent;
}
section#homepage-slider .slide .text .content .points {
  list-style-type: none;
  border-left: solid 4px #ff6400;
  margin-bottom: 50px;
}
section#homepage-slider .slide .text .content .points li {
  color: white;
  font-weight: 500;
}
section#homepage-slider .slide .text .content .buttons {
  margin-bottom: 110px;
}
section#homepage-slider .slide .text .content .buttons button {
  cursor: pointer;
  height: 60px;
  min-width: 180px;
  padding: 0 40px;
  margin: 0 30px 10px 0;
  border-radius: 10px;
  border: none;
  background: #ff6400;
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: box-shadow 250ms !important;
}
section#homepage-slider .slide .text .content .buttons button:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
}
section#homepage-slider .slide .text .content .download-slide {
  margin-bottom: 30px;
}
section#homepage-slider .slide .text .content .download-slide a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
section#homepage-slider .slide .text .content .download-slide a img {
  width: 160px;
}
section#homepage-slider .slide .image {
  flex: 0 0 50%;
  text-align: right;
}
section#homepage-slider .slide .image .image-container {
  position: relative;
  right: 0;
  margin-left: auto;
  width: 79%;
}
section#homepage-slider .slide .image .image-container .play {
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%);
  height: 81px;
  width: 81px;
  border-radius: 50%;
  background-color: #ff6400;
}
section#homepage-slider .slide .image .image-container .play .triangle {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 16px;
  border-color: transparent transparent transparent #fff;
}
section#homepage-slider .slide .image .image-container img {
  width: 100%;
}
section#homepage-slider .slide .image .image-container img.mobile {
  display: none;
}
section#homepage-slider .slide .image .image-container img:not(.right, .img-float) {
  position: relative;
  right: 65px;
}
section#homepage-slider .slide .image .image-container img.right {
  margin-right: 0;
}
section#homepage-slider .slide .image .image-container .img-float {
  position: absolute;
  left: 15px;
  bottom: -20px;
  transform: translateX(-100%);
  width: 147px;
  margin-right: 0;
}

section.flex-image-text {
  padding: 85px 0;
  position: relative;
  background: transparent linear-gradient(134deg, #fff 0%, #f4f4f6 25%, #fff 57%, #f5f5f7 100%) 0% 0% no-repeat;
}
section.flex-image-text:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: transparent linear-gradient(134deg, #fff 0%, #f4f4f6 25%, #fff 57%, #f5f5f7 100%) 0% 0% no-repeat;
}
section.flex-image-text .head {
  position: relative;
  color: #2c272e;
  text-align: center;
  z-index: 1;
}
section.flex-image-text .head .title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
}
section.flex-image-text .head .subtitle {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ff6400;
}
section.flex-image-text .container-section {
  display: flex;
}
section.flex-image-text .container-section .image {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
}
section.flex-image-text .container-section .image .image-container {
  position: absolute;
  max-width: 254px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.flex-image-text .container-section .image .image-container img {
  width: 254px;
}
section.flex-image-text .container-section .image .image-container p {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 600;
}
section.flex-image-text .container-section .text {
  max-width: 700px;
  flex: 0 0 60%;
  width: 60%;
  text-align: left;
  padding-left: 45px;
}
section.flex-image-text .container-section .text h4 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
section.flex-image-text .container-section .text p {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
section.flex-image-text .container-section .text .buttons {
  margin-top: 95px;
}
section.flex-image-text .container-section .text .buttons button {
  cursor: pointer;
  height: 60px;
  padding: 0 40px;
  border-radius: 10px;
  border: none;
  background-color: #ff6400;
  color: white;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  box-shadow: 0 15px 30px rgba(255, 100, 0, 0.45);
  transition: all 0.4s ease-in;
}
section.flex-image-text .container-section .text .buttons button:hover {
  background: #ff6400 linear-gradient(90deg, #ffcbaa 0%, #ff6400 100%) 0% 0%;
  box-shadow: none;
}

section.flex-image-text-2 {
  padding: 110px 80px 0 0;
  position: relative;
  background: white;
}
section.flex-image-text-2 .container-section {
  display: flex;
  padding: 110px 0 0 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
section.flex-image-text-2 .container-section .image {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
section.flex-image-text-2 .container-section .image .icon {
  position: absolute;
  z-index: 2;
  top: 110px;
  right: 0;
}
section.flex-image-text-2 .container-section .image .image-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.flex-image-text-2 .container-section .image .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
section.flex-image-text-2 .container-section .image .image-container p {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 600;
}
section.flex-image-text-2 .container-section .text {
  position: relative;
  padding-top: 110px;
  padding-bottom: 135px;
  flex: 0 0 50%;
  padding-left: 31px;
  padding-right: 110px;
  padding-right: 16px;
}
section.flex-image-text-2 .container-section .text h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22.5px;
}
section.flex-image-text-2 .container-section .text p.info {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 23px;
  color: #ff6400;
  font-weight: 600;
}
section.flex-image-text-2 .container-section .text .buttons {
  margin-top: 95px;
}
section.flex-image-text-2 .container-section .text .buttons button {
  cursor: pointer;
  height: 60px;
  padding: 0 40px;
  border-radius: 10px;
  border: none;
  background-color: #ff6400;
  color: white;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  box-shadow: 0 15px 30px rgba(255, 100, 0, 0.45);
  transition: all 0.4s ease-in;
}
section.flex-image-text-2 .container-section .text .buttons button:hover {
  background: #ff6400 linear-gradient(90deg, #ffcbaa 0%, #ff6400 100%) 0% 0%;
  box-shadow: none;
}
section.flex-image-text-2 .container-section .text .buttons-download {
  margin-top: 40px;
}
section.flex-image-text-2 .container-section .text .buttons-download a {
  margin-right: 23px;
}
section.flex-image-text-2 .container-section .text .buttons-download a img {
  max-width: 160px;
}

section.flex-image-text-3 {
  padding: 111px 80px;
  position: relative;
}
section.flex-image-text-3 .container-section {
  display: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
section.flex-image-text-3 .container-section .image {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
section.flex-image-text-3 .container-section .image .icon {
  position: absolute;
  top: 0;
  right: 0;
}
section.flex-image-text-3 .container-section .image .icon.left {
  left: 16px;
}
section.flex-image-text-3 .container-section .image .icon.right {
  right: 16px;
}
section.flex-image-text-3 .container-section .image .image-container {
  text-align: center;
}
section.flex-image-text-3 .container-section .image .image-container .wrap {
  padding-right: 60px;
}
section.flex-image-text-3 .container-section .image .image-container .wrap img {
  margin-top: 60px;
  width: 100%;
}
section.flex-image-text-3 .container-section .text {
  max-width: 700px;
  flex: 0 0 50%;
  width: 50%;
  text-align: left;
  padding-left: 31px;
  padding-right: 16px;
}
section.flex-image-text-3 .container-section .text .head {
  position: relative;
  color: #2c272e;
  text-align: left;
  z-index: 1;
}
section.flex-image-text-3 .container-section .text .head .h2 {
  line-height: 46px;
}
section.flex-image-text-3 .container-section .text .head p.info {
  color: #ff6400;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.flex-image-text-3 .container-section .text p:not(.info) {
  margin-bottom: 15px;
}
section.flex-image-text-3 .container-section .text .buttons button {
  cursor: pointer;
  height: 60px;
  padding: 0 40px;
  border-radius: 10px;
  border: none;
  background-color: #ff6400;
  color: white;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  box-shadow: 0 15px 30px rgba(255, 100, 0, 0.45);
  transition: all 0.4s ease-in;
}
section.flex-image-text-3 .container-section .text .buttons button:hover {
  background: #ff6400 linear-gradient(90deg, #ffcbaa 0%, #ff6400 100%) 0% 0%;
  box-shadow: none;
}
section.flex-image-text-3 .container-section .text.left {
  padding-right: 50px;
}
section.flex-image-text-3 .container-section .text.right {
  padding-left: 50px;
}

section.flex-image-text-3.dark {
  background: transparent;
  color: white;
}
section.flex-image-text-3.dark .h2 {
  color: white;
}

section.profesionnals {
  padding: 75px 0 95px 0;
  background: #2c272e;
}
section.profesionnals .container-section {
  padding: 0 51px;
}
section.profesionnals .container-section h2 {
  font-size: 36px;
  color: white;
  font-weight: 800;
  line-height: 54px;
  margin-bottom: 25px;
  text-align: center;
}
section.profesionnals .container-section .drag-to-scroll {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section.profesionnals .container-section .drag-to-scroll .item {
  display: inline-block;
  margin-left: 50px;
  height: 80px;
  width: 120px;
}
section.profesionnals .container-section .drag-to-scroll .item img {
  pointer-events: none;
  z-index: 0;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.step-list {
  padding: 75px 0 95px 0;
  background: white;
}
section.step-list .container-section {
  padding: 0 51px;
}
section.step-list .container-section .head {
  text-align: center;
}
section.step-list .container-section .head h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 15px;
}
section.step-list .container-section .head p {
  margin-top: 0;
  margin-bottom: 15px;
  color: #ff6400;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
section.step-list .container-section .steps {
  margin-top: 80px;
  display: flex;
}
section.step-list .container-section .steps .step:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -3px;
  top: 181px;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: rgba(255, 100, 0, 0.4);
  transform: rotate(-45deg);
}
section.step-list .container-section .steps .step:not(:last-child)::after {
  position: absolute;
  content: "";
  left: calc(50% + 50px);
  top: 185px;
  height: 2px;
  width: calc(100% - 100px);
  background: rgba(255, 100, 0, 0.4);
}
section.step-list .container-section .steps .step {
  position: relative;
  flex: 1 1 25%;
  padding: 0 20px;
}
section.step-list .container-section .steps .step .image-container {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 182px;
  width: 182px;
  border-radius: 50%;
  background: #e9e9e9;
}
section.step-list .container-section .steps .step .image-container .number {
  position: absolute;
  height: 39px;
  width: 39px;
  line-height: 39px;
  border-radius: 50%;
  background: #ffa16c;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
section.step-list .container-section .steps .step .title {
  margin-top: 45px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ff6400;
}
section.step-list .container-section .steps .step .text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 15px auto;
  line-height: 26px;
  max-width: 280px;
}
section.step-list .container-section .steps .step:hover .number {
  background: #ff6400;
}

section.buttons-list .container-section {
  background: transparent linear-gradient(72deg, rgba(252, 110, 35, 0.86) 0%, rgba(255, 84, 42, 0.86) 100%);
  padding: 75px 0 98px 0;
}
section.buttons-list .container-section .head h2 {
  text-align: center;
  margin: 0 auto 50px auto;
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
  color: white;
}
section.buttons-list .container-section .buttons {
  margin-bottom: 15px;
  text-align: center;
}
section.buttons-list .container-section .buttons button {
  cursor: pointer;
  height: 60px;
  box-shadow: 0 15px 30px #b53000;
  background: white;
  color: #ff6400;
  border-radius: 10px;
  border: none;
  margin: 0 25px;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease-in;
}
section.buttons-list .container-section .buttons button:hover {
  background: #fff linear-gradient(269deg, #ffe3d1 0%, #fff 100%);
  box-shadow: none;
}

section.buttons-list.no-background .container-section {
  background: linear-gradient(72deg, #fc6e23 0%, #ff542a 100%) 0% 0%;
  padding: 75px 0 98px 0;
}
section.buttons-list.no-background .container-section .head h2 {
  margin: 0 auto 5px auto;
}
section.buttons-list.no-background .container-section .head p.info {
  margin-top: 0;
  text-align: center;
  color: white;
  margin-bottom: 54px;
}

section.grid-homepage {
  padding: 75px 51px 35px 51px;
  background: white;
}
section.grid-homepage .h2 {
  text-align: center;
  margin-bottom: 65px;
}
section.grid-homepage .grid {
  display: flex;
  margin: 0 65px;
  width: calc(100% - 130px);
}
section.grid-homepage .grid .col-1, section.grid-homepage .grid .col-2 {
  max-width: calc(25% - 15px);
  flex: 1 1 calc(25% - 15px);
  margin-right: 15px;
}
section.grid-homepage .grid .col-1 .col-1-1, section.grid-homepage .grid .col-1 .col-1-2, section.grid-homepage .grid .col-1 .col-2-1, section.grid-homepage .grid .col-1 .col-2-2, section.grid-homepage .grid .col-1 .col-2-3, section.grid-homepage .grid .col-1 .col-3-1, section.grid-homepage .grid .col-1 .col-3-2, section.grid-homepage .grid .col-2 .col-1-1, section.grid-homepage .grid .col-2 .col-1-2, section.grid-homepage .grid .col-2 .col-2-1, section.grid-homepage .grid .col-2 .col-2-2, section.grid-homepage .grid .col-2 .col-2-3, section.grid-homepage .grid .col-2 .col-3-1, section.grid-homepage .grid .col-2 .col-3-2, section.grid-homepage .grid .col-3 .col-1-1, section.grid-homepage .grid .col-3 .col-1-2, section.grid-homepage .grid .col-3 .col-2-1, section.grid-homepage .grid .col-3 .col-2-2, section.grid-homepage .grid .col-3 .col-2-3, section.grid-homepage .grid .col-3 .col-3-1, section.grid-homepage .grid .col-3 .col-3-2 {
  border: 2px solid #fff;
  box-shadow: 0 12px 25px -12px rgba(0, 0, 0, 0);
  text-align: left;
  padding: 80px 35px 0 39px;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 260px;
  position: relative;
  transition: all 0.7s cubic-bezier(0.74, 0.35, 0, 1.1);
}
section.grid-homepage .grid .col-1 .col-1-1 a:not(.mask), section.grid-homepage .grid .col-1 .col-1-2 a:not(.mask), section.grid-homepage .grid .col-1 .col-2-1 a:not(.mask), section.grid-homepage .grid .col-1 .col-2-2 a:not(.mask), section.grid-homepage .grid .col-1 .col-2-3 a:not(.mask), section.grid-homepage .grid .col-1 .col-3-1 a:not(.mask), section.grid-homepage .grid .col-1 .col-3-2 a:not(.mask), section.grid-homepage .grid .col-2 .col-1-1 a:not(.mask), section.grid-homepage .grid .col-2 .col-1-2 a:not(.mask), section.grid-homepage .grid .col-2 .col-2-1 a:not(.mask), section.grid-homepage .grid .col-2 .col-2-2 a:not(.mask), section.grid-homepage .grid .col-2 .col-2-3 a:not(.mask), section.grid-homepage .grid .col-2 .col-3-1 a:not(.mask), section.grid-homepage .grid .col-2 .col-3-2 a:not(.mask), section.grid-homepage .grid .col-3 .col-1-1 a:not(.mask), section.grid-homepage .grid .col-3 .col-1-2 a:not(.mask), section.grid-homepage .grid .col-3 .col-2-1 a:not(.mask), section.grid-homepage .grid .col-3 .col-2-2 a:not(.mask), section.grid-homepage .grid .col-3 .col-2-3 a:not(.mask), section.grid-homepage .grid .col-3 .col-3-1 a:not(.mask), section.grid-homepage .grid .col-3 .col-3-2 a:not(.mask) {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  z-index: 3;
}
section.grid-homepage .grid .col-1 .col-1-1 a:not(.mask)::after, section.grid-homepage .grid .col-1 .col-1-2 a:not(.mask)::after, section.grid-homepage .grid .col-1 .col-2-1 a:not(.mask)::after, section.grid-homepage .grid .col-1 .col-2-2 a:not(.mask)::after, section.grid-homepage .grid .col-1 .col-2-3 a:not(.mask)::after, section.grid-homepage .grid .col-1 .col-3-1 a:not(.mask)::after, section.grid-homepage .grid .col-1 .col-3-2 a:not(.mask)::after, section.grid-homepage .grid .col-2 .col-1-1 a:not(.mask)::after, section.grid-homepage .grid .col-2 .col-1-2 a:not(.mask)::after, section.grid-homepage .grid .col-2 .col-2-1 a:not(.mask)::after, section.grid-homepage .grid .col-2 .col-2-2 a:not(.mask)::after, section.grid-homepage .grid .col-2 .col-2-3 a:not(.mask)::after, section.grid-homepage .grid .col-2 .col-3-1 a:not(.mask)::after, section.grid-homepage .grid .col-2 .col-3-2 a:not(.mask)::after, section.grid-homepage .grid .col-3 .col-1-1 a:not(.mask)::after, section.grid-homepage .grid .col-3 .col-1-2 a:not(.mask)::after, section.grid-homepage .grid .col-3 .col-2-1 a:not(.mask)::after, section.grid-homepage .grid .col-3 .col-2-2 a:not(.mask)::after, section.grid-homepage .grid .col-3 .col-2-3 a:not(.mask)::after, section.grid-homepage .grid .col-3 .col-3-1 a:not(.mask)::after, section.grid-homepage .grid .col-3 .col-3-2 a:not(.mask)::after {
  transform: rotate(45deg);
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-color: inherit;
  border-style: solid;
  border-width: 2px 2px 0 0;
  right: 2px;
  top: 7px;
}
section.grid-homepage .grid .col-1 .col-1-1 p.info, section.grid-homepage .grid .col-1 .col-1-1 h3.info, section.grid-homepage .grid .col-1 .col-1-2 p.info, section.grid-homepage .grid .col-1 .col-1-2 h3.info, section.grid-homepage .grid .col-1 .col-2-1 p.info, section.grid-homepage .grid .col-1 .col-2-1 h3.info, section.grid-homepage .grid .col-1 .col-2-2 p.info, section.grid-homepage .grid .col-1 .col-2-2 h3.info, section.grid-homepage .grid .col-1 .col-2-3 p.info, section.grid-homepage .grid .col-1 .col-2-3 h3.info, section.grid-homepage .grid .col-1 .col-3-1 p.info, section.grid-homepage .grid .col-1 .col-3-1 h3.info, section.grid-homepage .grid .col-1 .col-3-2 p.info, section.grid-homepage .grid .col-1 .col-3-2 h3.info, section.grid-homepage .grid .col-2 .col-1-1 p.info, section.grid-homepage .grid .col-2 .col-1-1 h3.info, section.grid-homepage .grid .col-2 .col-1-2 p.info, section.grid-homepage .grid .col-2 .col-1-2 h3.info, section.grid-homepage .grid .col-2 .col-2-1 p.info, section.grid-homepage .grid .col-2 .col-2-1 h3.info, section.grid-homepage .grid .col-2 .col-2-2 p.info, section.grid-homepage .grid .col-2 .col-2-2 h3.info, section.grid-homepage .grid .col-2 .col-2-3 p.info, section.grid-homepage .grid .col-2 .col-2-3 h3.info, section.grid-homepage .grid .col-2 .col-3-1 p.info, section.grid-homepage .grid .col-2 .col-3-1 h3.info, section.grid-homepage .grid .col-2 .col-3-2 p.info, section.grid-homepage .grid .col-2 .col-3-2 h3.info, section.grid-homepage .grid .col-3 .col-1-1 p.info, section.grid-homepage .grid .col-3 .col-1-1 h3.info, section.grid-homepage .grid .col-3 .col-1-2 p.info, section.grid-homepage .grid .col-3 .col-1-2 h3.info, section.grid-homepage .grid .col-3 .col-2-1 p.info, section.grid-homepage .grid .col-3 .col-2-1 h3.info, section.grid-homepage .grid .col-3 .col-2-2 p.info, section.grid-homepage .grid .col-3 .col-2-2 h3.info, section.grid-homepage .grid .col-3 .col-2-3 p.info, section.grid-homepage .grid .col-3 .col-2-3 h3.info, section.grid-homepage .grid .col-3 .col-3-1 p.info, section.grid-homepage .grid .col-3 .col-3-1 h3.info, section.grid-homepage .grid .col-3 .col-3-2 p.info, section.grid-homepage .grid .col-3 .col-3-2 h3.info {
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
}
section.grid-homepage .grid .col-1 .col-1-1::before, section.grid-homepage .grid .col-1 .col-1-2::before, section.grid-homepage .grid .col-1 .col-2-1::before, section.grid-homepage .grid .col-1 .col-2-2::before, section.grid-homepage .grid .col-1 .col-2-3::before, section.grid-homepage .grid .col-1 .col-3-1::before, section.grid-homepage .grid .col-1 .col-3-2::before, section.grid-homepage .grid .col-2 .col-1-1::before, section.grid-homepage .grid .col-2 .col-1-2::before, section.grid-homepage .grid .col-2 .col-2-1::before, section.grid-homepage .grid .col-2 .col-2-2::before, section.grid-homepage .grid .col-2 .col-2-3::before, section.grid-homepage .grid .col-2 .col-3-1::before, section.grid-homepage .grid .col-2 .col-3-2::before, section.grid-homepage .grid .col-3 .col-1-1::before, section.grid-homepage .grid .col-3 .col-1-2::before, section.grid-homepage .grid .col-3 .col-2-1::before, section.grid-homepage .grid .col-3 .col-2-2::before, section.grid-homepage .grid .col-3 .col-2-3::before, section.grid-homepage .grid .col-3 .col-3-1::before, section.grid-homepage .grid .col-3 .col-3-2::before {
  background: #1ecba6;
  background-color: rgb(30, 203, 166);
  position: absolute;
  left: -2px;
  content: "";
  top: 87px;
  height: 40px;
  width: 4px;
  border-radius: 10px;
  transform: matrix(1, -0.02, 0.02, 1, 0, 0);
}
section.grid-homepage .grid .col-1 .col-1-1:hover, section.grid-homepage .grid .col-1 .col-1-2:hover, section.grid-homepage .grid .col-1 .col-2-1:hover, section.grid-homepage .grid .col-1 .col-2-2:hover, section.grid-homepage .grid .col-1 .col-2-3:hover, section.grid-homepage .grid .col-1 .col-3-1:hover, section.grid-homepage .grid .col-1 .col-3-2:hover, section.grid-homepage .grid .col-2 .col-1-1:hover, section.grid-homepage .grid .col-2 .col-1-2:hover, section.grid-homepage .grid .col-2 .col-2-1:hover, section.grid-homepage .grid .col-2 .col-2-2:hover, section.grid-homepage .grid .col-2 .col-2-3:hover, section.grid-homepage .grid .col-2 .col-3-1:hover, section.grid-homepage .grid .col-2 .col-3-2:hover, section.grid-homepage .grid .col-3 .col-1-1:hover, section.grid-homepage .grid .col-3 .col-1-2:hover, section.grid-homepage .grid .col-3 .col-2-1:hover, section.grid-homepage .grid .col-3 .col-2-2:hover, section.grid-homepage .grid .col-3 .col-2-3:hover, section.grid-homepage .grid .col-3 .col-3-1:hover, section.grid-homepage .grid .col-3 .col-3-2:hover {
  z-index: 5;
  transform: scale(1.035);
  box-shadow: 0 12px 25px -12px rgba(0, 0, 0, 0.2);
}
section.grid-homepage .grid .col-1 .col-1-1 {
  color: #1ecba6;
  background: linear-gradient(51deg, #cbfff4 0%, #ebf7f1 100%);
}
section.grid-homepage .grid .col-1 .col-1-1 p.info {
  margin-bottom: 25px;
}
section.grid-homepage .grid .col-1 .col-1-2 {
  display: block;
  position: relative;
  padding-top: 60px;
  color: #fe6027;
  min-height: 535px;
  text-decoration: none;
  background: linear-gradient(56deg, #ffe5d6 0%, #fff6f0 100%);
}
section.grid-homepage .grid .col-1 .col-1-2 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
}
section.grid-homepage .grid .col-1 .col-1-2 p:not(.info) {
  margin: 0;
}
section.grid-homepage .grid .col-1 .col-1-2::before {
  background-color: #fe6027;
}
section.grid-homepage .grid .col-1 .col-1-2::after {
  background: #ffe5d6;
  background: linear-gradient(56deg, #ffe5d6 0%, #fff6f0 100%);
  position: absolute;
  z-index: -1;
  content: "";
  right: -1px;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.grid-homepage .grid .col-2 .col-2-1 {
  background: #2575fc;
  color: white;
}
section.grid-homepage .grid .col-2 .col-2-1 a {
  color: white;
}
section.grid-homepage .grid .col-2 .col-2-1 p {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
section.grid-homepage .grid .col-2 .col-2-1::before {
  background-color: #89b7f5;
}
section.grid-homepage .grid .col-2 .col-2-2 {
  padding-top: 60px;
  color: #2575fc;
  background: #f6f8fd;
  background: linear-gradient(229deg, #f6f8fd 0%, #cee7ff 100%);
}
section.grid-homepage .grid .col-2 .col-2-2 a {
  color: #2575fc;
}
section.grid-homepage .grid .col-2 .col-2-2::before {
  background-color: #2575fc;
}
section.grid-homepage .grid .col-2 .col-2-3 {
  position: relative;
  color: #fe6027;
  background: #ffe5d6;
  background: linear-gradient(56deg, #ffe5d6 0%, #fff6f0 100%);
  padding-top: 65px;
}
section.grid-homepage .grid .col-2 .col-2-3 a {
  color: #fe6027;
}
section.grid-homepage .grid .col-2 .col-2-3::before {
  background-color: #fe6027;
}
section.grid-homepage .grid .col-3 {
  width: 50%;
}
section.grid-homepage .grid .col-3 .col-3-1 {
  color: #2575fc;
  background: #dbe7fa;
  background: linear-gradient(50deg, #dbe7fa 0%, #f2f6fd 100%);
  position: relative;
  min-height: 535px;
}
section.grid-homepage .grid .col-3 .col-3-1 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
}
section.grid-homepage .grid .col-3 .col-3-1 p.info {
  margin-bottom: 40px;
}
section.grid-homepage .grid .col-3 .col-3-1 ul {
  margin: 0;
  list-style-type: none;
}
section.grid-homepage .grid .col-3 .col-3-1 ul li {
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 700;
}
section.grid-homepage .grid .col-3 .col-3-1 a {
  color: #2575fc;
}
section.grid-homepage .grid .col-3 .col-3-1::before {
  background-color: #2575fc;
}
section.grid-homepage .grid .col-3 .col-3-1::after {
  background: #dbe7fa;
  background: linear-gradient(50deg, #dbe7fa 0%, #f2f6fd 100%);
  z-index: -1;
  position: absolute;
  content: "";
  right: -1px;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.grid-homepage .grid .col-3 .col-3-2 {
  padding-top: 65px;
  position: relative;
  background: #2575fc;
  cursor: pointer;
}
section.grid-homepage .grid .col-3 .col-3-2::before {
  background-color: #89b7f5;
}
section.grid-homepage .grid .col-3 .col-3-2::after {
  border-radius: 15px;
  background: #2575fc;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.grid-homepage .grid .col-3 .col-3-2 .play-button {
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  position: absolute;
  width: 117px;
  height: 117px;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer !important;
}
section.grid-homepage .grid .col-3 .col-3-2 .play-button::after {
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 23px;
  border-color: transparent transparent transparent #fff;
}
section.grid-homepage .grid .col-3 .col-3-2 p.info {
  position: relative;
  z-index: 5;
  color: white;
}
section.grid-homepage .grid .col-3 .col-3-2 a {
  color: white;
}
section.grid-homepage .grid .col-3 .col-3-2 .fill {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background: #2575fc;
  background: linear-gradient(90deg, #2575fc 0%, rgba(37, 117, 252, 0.87) 100%);
  width: 60%;
  z-index: 3;
  border-radius: 10px 0 0 10px;
}

section.text_image_scroll {
  padding: 45px 0 42px 0;
  background: linear-gradient(180deg, #fdfdfd 0%, #dce5ee 100%);
}
section.text_image_scroll .wrap {
  margin: 0 125px;
  width: calc(100% - 250px);
  display: flex;
  align-items: center;
}
section.text_image_scroll .wrap .text {
  margin-top: 70px;
  flex: 1 1 50%;
}
section.text_image_scroll .wrap .text h2.h2 {
  font-weight: 800;
}
section.text_image_scroll .wrap .text p {
  margin-top: 0;
  margin-bottom: 150px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 800;
  color: #555;
}
section.text_image_scroll .wrap .img {
  flex: 0 0 50%;
  position: relative;
  min-height: 411px;
  background-attachment: fixed;
  background-position: 86% 50%;
  background-size: 40%;
}
section.text_image_scroll .wrap .img img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
section.text_image_scroll .wrap .img .images {
  position: relative;
  display: block;
  text-align: right;
  background: url("../img/homepage/wins/tout-le-monde-0.webp") 86% 0 no-repeat;
  background-size: auto;
  background-size: 70%;
}
section.text_image_scroll .wrap .img .images .right {
  position: relative;
  z-index: 3;
  margin-right: 20px;
}
section.text_image_scroll .wrap .img .images .right img {
  max-height: 325px;
}
section.text_image_scroll .wrap .img .images .d-1 {
  z-index: 2;
  position: absolute;
  right: 440px;
  top: 140px;
  max-width: 125px;
}
section.text_image_scroll .wrap .img .images .d-2 {
  z-index: 2;
  position: absolute;
  right: 200px;
  top: 150px;
  max-width: 144px;
}
section.text_image_scroll .wrap .img .images .d-3 {
  z-index: 1;
  position: absolute;
  right: 315px;
  top: 75px;
  max-width: 144px;
}
section.text_image_scroll .wrap .img .images .d-4 {
  z-index: 3;
  position: absolute;
  right: 245px;
  top: 16px;
  max-width: 118px;
}

section.owl-carousel-acf {
  position: relative;
  padding: 0 0 80px 0;
  background: white;
}
section.owl-carousel-acf h2.h2 {
  text-align: center;
  margin-bottom: 20px;
}
section.owl-carousel-acf p.info {
  text-align: center;
  color: #ff6400;
  margin-bottom: 75px;
}
section.owl-carousel-acf .slider-wrap {
  position: relative;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item {
  display: flex;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-image {
  flex: 1 1 50%;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-image img {
  max-width: 100%;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text {
  padding: 20px 20px 0 75px;
  text-align: left;
  flex: 1 1 50%;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text p.title {
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text p.subtitle {
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 40px 0;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text .text {
  background-color: #f4f4f4;
  color: #757575;
  padding: 15px;
  position: relative;
  margin-right: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 23px;
  font-size: 16px;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text .text p {
  margin: 0;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text .text::after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  color: #d1d1d1;
  font-size: 35px;
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  right: 0;
  bottom: 0;
  font-weight: 900;
  margin-right: -36px;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav {
  bottom: 90px;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button {
  display: block;
  opacity: 1;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button span {
  opacity: 1;
  background: #ff6400;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.27);
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  position: relative;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button span::after {
  left: 17px;
  transform: rotate(135deg);
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-prev {
  margin: 5px;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-prev span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 13px;
  left: 17px;
  transform: rotate(135deg);
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-next {
  margin: 25px 5px 5px 5px;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-next span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  top: 13px;
  left: 11px;
}
section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.disabled span {
  opacity: 0.8;
  background: #cacaca;
}

section.four-column-grid {
  background: #fff;
  position: relative;
  z-index: 3;
}
section.four-column-grid .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 51px;
}
section.four-column-grid .wrap .col-box {
  width: calc(100% - 60px);
  margin: 0 30px;
  position: relative;
  top: -130px;
  padding: 60px 60px 0 60px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
}
section.four-column-grid .wrap .col-box div {
  border-radius: 15px;
  background: #f8f8f8;
  margin: 0 15px;
  flex: 1 1 calc(25% - 30px);
  padding: 25px;
}
section.four-column-grid .wrap .col-box div img {
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 35px;
}
section.four-column-grid .wrap .col-box div h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  line-height: 26px;
  margin: 0 0 15px 0;
}
section.four-column-grid .wrap .col-box div h3::before {
  background: #ff6400;
  position: absolute;
  left: -26px;
  content: "";
  top: -6px;
  height: 40px;
  width: 4px;
  border-radius: 10px;
  transform: matrix(1, -0.02, 0.02, 1, 0, 0);
}
section.four-column-grid .wrap .col-box div p {
  min-height: 230px;
  font-size: 15px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 15px;
}
section.four-column-grid .wrap .col-box div a {
  color: #fc6924;
  font-size: 13px;
  font-weight: 700;
}
section.four-column-grid .wrap .col-box div a .arrow {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #ff6400;
  top: -3px;
  margin-left: 10px;
}

section.three-column-grid {
  position: relative;
  background: #221e24;
  padding: 255px 0 135px 0;
  text-align: center;
}
section.three-column-grid .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 811px;
  height: 59.5%;
  z-index: 0;
}
section.three-column-grid .wrap {
  position: relative;
  z-index: 3;
  padding: 0 51px;
}
section.three-column-grid .wrap h2 {
  margin-bottom: 15px;
}
section.three-column-grid .wrap p.info {
  color: #ff6400;
}
section.three-column-grid .wrap .columns {
  display: flex;
  max-width: 1600px;
  margin: 75px auto 0 auto;
  justify-content: center !important;
}
section.three-column-grid .wrap .columns h3 {
  white-space: normal;
}
section.three-column-grid .wrap .columns img {
  transition: all 0.7s cubic-bezier(0.74, 0.35, 0.07, 0.84);
  width: 100%;
}
section.three-column-grid .wrap .columns div:not(.thumb) {
  background: #fff;
  flex: 0 0 calc(33.3333% - 30px);
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  max-width: 450px !important;
  margin: auto 30px;
}
section.three-column-grid .wrap .columns div:not(.thumb) .thumb {
  border-radius: 15px 15px 0 0;
  height: 246px;
  margin-bottom: 45px;
  overflow: hidden;
}
section.three-column-grid .wrap .columns div:not(.thumb) h3 {
  color: #2c272e;
  font-size: 25px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 45px;
}
section.three-column-grid .wrap .columns div:not(.thumb) p:not(.ph15) {
  margin-bottom: 30px;
  padding: 0 20% 0 20%;
  line-height: 26px;
  min-height: 180px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.three-column-grid .wrap .columns div:not(.thumb) p.ph15 {
  margin-bottom: 50px;
  padding: 0 15px;
}
section.three-column-grid .wrap .columns div:not(.thumb) p.ph15 a {
  border-radius: 10px;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s ease-in;
  margin: 0 auto;
  box-shadow: 0 15px 30px rgba(216, 216, 216, 0.5);
  min-width: 270px;
  border: none;
  background: #fff;
  color: #ff6400;
  position: relative;
}
section.three-column-grid .wrap .columns div:not(.thumb) p.ph15 a:hover {
  color: #fff;
  background: transparent linear-gradient(90deg, #ffcbaa 0%, #ff6400 100%) 0% 0%;
}
section.three-column-grid .wrap .columns div:not(.thumb) p.ph15 a:hover::before {
  display: none;
}
section.three-column-grid .wrap .columns div:not(.thumb) p.ph15 a::before {
  border-radius: 10px;
  border: 4px solid #ff6400;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.three-column-grid::after {
  position: absolute;
  content: "";
  height: 59.5%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  max-height: 811px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

section.grid_2x2 {
  color: #fff;
  text-align: center;
  padding: 111px 80px;
  position: relative;
  background: #262227;
}
section.grid_2x2::before {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  top: 26px;
  width: 51.45%;
  height: 50%;
  background: #262227;
  border-radius: 0 20px 20px 0;
}
section.grid_2x2 .icon, section.grid_2x2 .h2, section.grid_2x2 p.info-text {
  position: relative;
  z-index: 2;
}
section.grid_2x2 .container-section {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
section.grid_2x2 .container-section .left .txt a, section.grid_2x2 .container-section .right .txt a {
  color: white;
}
section.grid_2x2 .container-section .left {
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
  padding-right: 55px;
}
section.grid_2x2 .container-section .left .txt {
  font-size: 15px;
  margin-bottom: 40px;
  min-height: 217px;
}
section.grid_2x2 .container-section .left .txt h3 {
  font-size: 15px;
  font-weight: 700;
}
section.grid_2x2 .container-section .left .txt h3 img {
  margin-bottom: 10px;
  max-width: 50px;
}
section.grid_2x2 .container-section .right {
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
  padding-right: 55px;
}
section.grid_2x2 .container-section .right .txt {
  font-size: 15px;
  margin-bottom: 40px;
  min-height: 217px;
}
section.grid_2x2 .container-section .right .txt h3 {
  font-size: 15px;
  font-weight: 700;
}
section.grid_2x2 .container-section .right .txt h3 img {
  margin-bottom: 10px;
  max-width: 50px;
}
section.grid_2x2 .container-section .image {
  flex: 0 0 100%;
  text-align: center;
}
section.grid_2x2 .container-section .image img {
  margin: 0 auto;
  width: 100%;
  max-width: 855px;
}
section.grid_2x2 .container-section .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  margin-right: 0;
  z-index: 3;
}

@media (min-width: 767px) and (max-width: 842px) {
  section.grid_2x2 .right .txt, section.grid_2x2 .left .txt {
    min-height: 300px !important;
  }
}
section.predictive-verification {
  position: relative;
  padding: 130px 113px 0 113px;
  background: #262227;
  color: #fff;
}
section.predictive-verification .container-section {
  max-width: 868px;
  margin: 0 auto;
  text-align: center;
}
section.predictive-verification .container-section .latin-box {
  padding: 0 45px;
  display: block;
  text-align: left;
  position: relative;
}
section.predictive-verification .container-section .latin-box::before {
  border-radius: 4px;
  background: #ff6400;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 166px;
}
section.predictive-verification .container-section .latin-box ul ul {
  list-style: none;
  margin: 5px 0 0 40px;
  padding: 0;
}
section.predictive-verification .container-section .latin-box ul ul li {
  padding: 0;
}
section.predictive-verification .container-section .latin-box ul ul li::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 1px solid #ff6400;
  border-radius: 50%;
}
section.predictive-verification .container-section .center-image img {
  width: 100%;
  max-width: 868px;
  margin-top: 30px;
}
section.predictive-verification .bottom-block {
  text-align: center;
  background: #262227;
  height: 100px;
  width: 80%;
  border-radius: 0 0 40px 40px;
  bottom: -100px;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
section.predictive-verification .bottom-block .btn {
  margin: 0;
  position: relative;
  bottom: -100px;
  transform: translateY(-50%);
}

section.download {
  text-align: center;
  background: #221e24;
  color: #fff;
  position: relative;
}
section.download .container-section {
  padding: 48px 35px;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
section.download .logo {
  max-width: calc(33.333% - 30px);
  flex: calc(33.333% - 30px);
  text-align: left;
}
section.download .app {
  text-align: left;
}
section.download .app span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
section.download .app a {
  margin: 0 28px 0 0;
  vertical-align: top;
}
section.download .app a img {
  max-width: 130px !important;
}
section.download .app .img-right {
  max-width: 25%;
  overflow: hidden;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
section.download .app .img-right img {
  vertical-align: middle;
  border-style: none;
}
section.download::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(104deg, #161418 0%, rgba(107, 104, 108, 0) 100%);
  opacity: 0.3;
}

section.price_plans_head {
  padding: 115px 80px 0px 80px;
  background: #fff;
}
section.price_plans_head .container-section {
  position: relative;
  padding-left: 85px;
}
section.price_plans_head .container-section .icon {
  position: absolute;
  left: -15px;
}
section.price_plans_head .container-section .bill.choice .block i.annual + .plan.monthly {
  color: #266bde;
}
section.price_plans_head .container-section .bill {
  padding-right: 85px;
  display: block;
  text-align: center;
  color: #707070;
  font-size: 15px;
}
section.price_plans_head .container-section .bill .caption {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #707070;
}
section.price_plans_head .container-section .bill .block {
  padding: 0;
  position: relative;
  background: #fff;
  border: 3px solid #266bde;
  border-radius: 50px;
  min-width: 310px;
  line-height: 48px;
  display: inline-block;
  color: #fff;
}
section.price_plans_head .container-section .bill .block i {
  color: #fff;
  background: #266bde;
  margin: 0 30px 0 0;
  padding: 0 35px;
  z-index: 1;
  position: absolute;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  transition: all 200ms ease;
  margin: 0;
}
section.price_plans_head .container-section .bill .block i::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  text-decoration: none;
  position: absolute;
  left: 9px;
  vertical-align: middle;
  font-style: normal;
  top: -4px;
}
section.price_plans_head .container-section .bill .block i.annual {
  left: 150px;
}
section.price_plans_head .container-section .bill .block i.annual::before {
  left: 9px;
}
section.price_plans_head .container-section .bill .block .plan {
  display: inline-block;
  text-align: center;
  padding: 0 15px 0 25px;
  width: 150px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 500ms ease;
}
section.price_plans_head .container-section .bill .block .plan.monthly {
  border-radius: 50px 0 0 50px;
}
section.price_plans_head .container-section .bill .block .plan.annual {
  border-radius: 50px 0 0 50px;
}

section.price_plans_grid {
  padding: 55px 55px 1px 55px;
  background: #fff;
}
section.price_plans_grid small {
  color: #959595;
}
section.price_plans_grid .billing-block {
  width: 100%;
}
section.price_plans_grid .billing-block .item {
  flex: 0 0 calc(33.333% - 25px);
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 50px 55px;
  text-align: center;
  transition: all 0.3s ease-in;
  margin-bottom: 85px;
}
section.price_plans_grid .billing-block .item .line-icon {
  line-height: 82px;
  text-align: center;
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #ff6400;
  margin-bottom: 20px;
}
section.price_plans_grid .billing-block .item .line-icon img {
  vertical-align: middle;
  max-width: 70%;
}
section.price_plans_grid .billing-block .item h3 {
  margin-bottom: 0;
  font-size: 31px;
  line-height: 47px;
}
section.price_plans_grid .billing-block .item h4 {
  color: #707070;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.price_plans_grid .billing-block .item .price {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  min-height: 108px;
}
section.price_plans_grid .billing-block .item .price b {
  line-height: 1;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 700;
}
section.price_plans_grid .billing-block .item .price b.light {
  font-size: 40px;
}
section.price_plans_grid .billing-block .item .price sup {
  position: relative;
  top: -20px;
  font-size: 26px;
  font-weight: 700;
}
section.price_plans_grid .billing-block .item .price .small {
  display: block;
  line-height: 18px;
}
section.price_plans_grid .billing-block .item .btn {
  margin: 0 auto;
  margin-bottom: 0px;
  width: 80%;
  margin-bottom: 45px;
}
section.price_plans_grid .billing-block .item .bullet-title {
  font-weight: 700;
  color: #707070;
  margin-bottom: 23px;
}
section.price_plans_grid .billing-block .item .bullet-title span {
  color: #ff6400;
}
section.price_plans_grid .billing-block .item ul {
  list-style: none;
  font-size: 15px;
  color: #707070;
  text-align: left;
  margin: 0;
  padding: 0 0 0 24px;
}
section.price_plans_grid .billing-block .item ul li:not(:last-child) {
  padding-bottom: 15px;
}
section.price_plans_grid .billing-block .item ul li {
  position: relative;
}
section.price_plans_grid .billing-block .item ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -30px;
  top: 5px;
  background: #ff6400;
}
section.price_plans_grid .billing-block .item:hover {
  box-shadow: 0 0 60px rgba(255, 100, 0, 0.35);
  background: #f9f9f9;
  transform: scale(1.05);
}
section.price_plans_grid .bill {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 15px;
  margin-bottom: 65px;
}
section.price_plans_grid .bill .block {
  padding-left: 25px;
  padding-right: 0;
  background: #fff;
  color: #266bde;
  box-shadow: 0 0 6px #cacaca;
  line-height: 48px;
  display: inline-block;
  border-radius: 24px;
}
section.price_plans_grid .bill .block svg {
  margin-right: 5px;
  font-size: 13px;
}
section.price_plans_grid .bill .block a {
  margin: 0 0 0 15px;
  background: #266bde;
  color: #fff;
  padding: 0 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50px;
  display: inline-block;
  transition: background-color 0.5s ease;
}
section.price_plans_grid .bill .block a:hover {
  background: #2f7bfc;
}
section.price_plans_grid .price-table {
  font-size: 15px;
  border-bottom: 1px solid #adadad;
  margin-bottom: 50px;
  border-collapse: collapse;
}
section.price_plans_grid .price-table th,
section.price_plans_grid .price-table td {
  padding: 15px;
}
section.price_plans_grid .price-table th:not(:first-child),
section.price_plans_grid .price-table td:not(:first-child) {
  text-align: center;
}
section.price_plans_grid .price-table th:nth-child(1),
section.price_plans_grid .price-table td:nth-child(1) {
  width: 50%;
}
section.price_plans_grid .price-table th:nth-child(2),
section.price_plans_grid .price-table td:nth-child(2) {
  width: 16.666%;
}
section.price_plans_grid .price-table th:nth-child(3),
section.price_plans_grid .price-table td:nth-child(3) {
  width: 16.666%;
}
section.price_plans_grid .price-table th:nth-child(4),
section.price_plans_grid .price-table td:nth-child(4) {
  width: 16.666%;
}
section.price_plans_grid .price-table thead th {
  font-size: 25px;
}
section.price_plans_grid .price-table thead th:first-child {
  color: #ff6400;
}
section.price_plans_grid .price-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
section.price_plans_grid .price-table tbody tr td {
  font-size: 15px;
  font-weight: 600;
}
section.price_plans_grid .price-table tbody tr td svg {
  font-size: 25px;
}
section.price_plans_grid .price-table tbody tr td .none {
  color: #c4c4c4;
}
section.price_plans_grid .price-table tbody tr td i.fa-check {
  color: #ff6400;
}
section.price_plans_grid .price-table tbody tr td:not(:first-child) {
  font-weight: 600;
  color: #ff6400;
}
section.price_plans_grid .price-table tbody tr td:nth-child(3) {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
section.price_plans_grid .accordian {
  color: #333;
}
section.price_plans_grid .accordian .acc {
  margin-bottom: 50px;
}
section.price_plans_grid .accordian .acc .acc-title {
  border-bottom: 1px solid #adadad;
  padding: 29px 26px;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}
section.price_plans_grid .accordian .acc .acc-title svg {
  transition: all 0.3s ease-in;
  margin-top: 8px;
  float: right;
  color: #ff6400;
}
section.price_plans_grid .accordian .acc .acc-title.active {
  color: #ff6400;
}
section.price_plans_grid .accordian .acc .acc-title.active svg {
  transform: rotate(-180deg);
}
section.price_plans_grid .accordian .acc .acc-detail {
  display: none;
  padding: 0;
  font-size: 15px;
}

section.trust-us-section {
  background: #fff;
  padding: 75px;
  text-align: center;
}

section.trust-us-section .info {
  color: #ff6400;
  margin-bottom: 110px;
}

section.trust-us-section.dark {
  background: #221e24;
  color: #fff;
  padding-bottom: 335px;
}

section.trust-us-section.dark .h2 {
  color: #fff;
}

section.trust-us-section.dark .trusted-parners-logo li {
  background: #161217;
}

section.trust-us-section.alt {
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.17);
  padding-bottom: 70px;
}

section.trust-us-section.alt .h2 {
  color: #262227;
}

section.trust-us-section.alt .trusted-parners-logo li {
  background: #fff;
}

@media (min-width: 1280px) {
  .price_plans_grid .billing-block .item {
    min-height: 840px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .billing-block .item {
    min-height: 840px;
  }
}
@media (max-width: 850px) {
  section.breadcrumb .line-elements {
    display: none;
  }
  section.breadcrumb .container-section {
    min-height: 90px !important;
    padding: 0 !important;
    margin: 20px 15px 0 15px !important;
    width: 100%;
  }
  section.breadcrumb .container-section h1 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 22px;
    position: relative;
  }
  section.breadcrumb .container-section ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
    font-size: 9px;
    position: relative !important;
    bottom: auto !important;
    padding-bottom: 30px;
  }
  section.breadcrumb .container-section ul li {
    display: inline-block;
  }
  section.breadcrumb ol {
    display: inline-block !important;
    position: relative !important;
    margin-top: 10px !important;
    padding-bottom: 30px !important;
    bottom: auto !important;
  }
  section.breadcrumb ol li {
    display: inline-block !important;
  }
}
@media (min-width: 380px) and (max-width: 850px) {
  section.breadcrumb .container-section .cta {
    width: 100% !important;
    bottom: -30px !important;
    text-align: center !important;
  }
  section.breadcrumb .container-section .cta .btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-shadow: 0 15px 30px rgba(190, 74, 0, 0.5019607843);
    margin: 0 5px 10px 5px !important;
    min-width: 120px !important;
    font-size: 11px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  section.breadcrumb .container-section .cta .btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 5px 10px 5px !important;
    min-width: 100px !important;
    font-size: 10px;
    height: 30px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 827px) {
  .bill.large .block {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h2.h2 {
    font-size: 30px;
  }
  p.info {
    margin: 0 auto 40px auto;
  }
  body p {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .btn {
    font-size: 13px;
    line-height: 40px;
  }
  section.breadcrumb .line-elements {
    display: none;
  }
  section.breadcrumb .container-section .cta .btn {
    margin-bottom: 10px;
    box-shadow: 0 15px 30px rgba(190, 74, 0, 0.5019607843);
  }
  section.step-list {
    padding-bottom: 0;
  }
  section.step-list .container-section .steps {
    flex-wrap: wrap;
  }
  section.step-list .container-section .steps .step {
    margin-bottom: 75px;
    flex: 0 0 50%;
  }
  section.step-list .container-section .steps .step::before, section.step-list .container-section .steps .step::after {
    display: none;
  }
  section.step-list .container-section .steps .step .text {
    max-width: 215px;
    font-size: 13px;
    line-height: 23px;
  }
  section.buttons-list .container-section .head h2 {
    font-size: 30px;
    line-height: 45px;
    max-width: 438px;
  }
  section.buttons-list .container-section .buttons a {
    text-decoration: none;
  }
  section.buttons-list .container-section .buttons a button {
    height: 40px;
    font-size: 13px;
    margin: 0 10px;
  }
  section.buttons-list.no-background .container-section .head h2 {
    margin: 0 auto 0 auto;
  }
  section.grid-homepage {
    padding: 75px 44px 105px 44px;
  }
  section.grid-homepage .h2 {
    text-align: center;
    margin-bottom: 65px;
  }
  section.grid-homepage .grid {
    display: flex;
    margin: 0;
    width: 100%;
    flex-flow: wrap;
  }
  section.grid-homepage .grid p:not(.info) {
    font-size: 13px !important;
  }
  section.grid-homepage .grid .info {
    line-height: 24px !important;
    font-size: 18px !important;
    min-height: 115px;
  }
  section.grid-homepage .grid .col-1, section.grid-homepage .grid .col-2 {
    max-width: calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
    margin-left: 7px;
    margin-right: 7px;
  }
  section.grid-homepage .grid .col-1 .col-1-1, section.grid-homepage .grid .col-1 .col-2-1, section.grid-homepage .grid .col-1 .col-2-2, section.grid-homepage .grid .col-1 .col-2-3, section.grid-homepage .grid .col-2 .col-1-1, section.grid-homepage .grid .col-2 .col-2-1, section.grid-homepage .grid .col-2 .col-2-2, section.grid-homepage .grid .col-2 .col-2-3 {
    min-height: 325px;
  }
  section.grid-homepage .grid .col-1 .col-1-2, section.grid-homepage .grid .col-2 .col-1-2 {
    min-height: 656px;
  }
  section.grid-homepage .grid .col-2-1 p {
    margin-bottom: 40px !important;
  }
  section.grid-homepage .grid .col-3 {
    display: flex;
    width: calc(100% - 15px);
    flex-flow: wrap;
    margin-left: 7px;
    margin-right: 7px;
  }
  section.grid-homepage .grid .col-3 .col-3-1, section.grid-homepage .grid .col-3 .col-3-2 {
    width: 100%;
  }
  section.grid-homepage .grid .col-3 .col-3-1 .info, section.grid-homepage .grid .col-3 .col-3-2 .info {
    min-height: 0;
  }
  section.grid-homepage .grid .col-3 .col-3-1 {
    min-height: 660px;
  }
  section.grid-homepage .grid .col-3 .col-3-2 {
    min-height: 325px;
  }
  section.owl-carousel-acf {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  section.owl-carousel-acf p.info {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item {
    flex-flow: wrap;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-image {
    flex: 0 0 100% !important;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-image img {
    max-width: 100%;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text {
    padding-top: 146px !important;
    flex: 0 0 100% !important;
    text-align: center !important;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text .text {
    font-size: 13px;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav {
    top: calc(50% + 45px);
    margin: 0 16px;
    bottom: auto;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button {
    display: inline-block;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button span {
    opacity: 1;
    background: #ff6400;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.27);
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    position: relative;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button span::after {
    left: 17px;
    transform: rotate(135deg);
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-prev {
    margin: 5px;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-prev span::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 13px;
    left: 17px;
    transform: rotate(135deg);
  }
  section.four-column-grid {
    display: none;
  }
  section.three-column-grid {
    padding: 200px 0 225px 0;
  }
  section.three-column-grid .wrap h2.h2 {
    max-width: 415px;
    margin: 0 auto;
  }
  section.three-column-grid .wrap .columns {
    flex-flow: wrap;
  }
  section.three-column-grid .wrap .columns div:not(.thumb) {
    margin: 0 auto 60px auto;
    flex: 0 0 calc(100% - 100px);
  }
  section.download .container-section {
    display: flex;
    flex-flow: wrap;
  }
  section.download .container-section .logo {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 73px;
  }
  section.download .container-section .app {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 100px;
  }
  section.download .container-section .app .img-right {
    top: 16%;
    max-width: 66%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  * .btn:last-child {
    margin-right: 0 !important;
  }
  .team.box .overlay {
    background: white;
  }
  .image .appmob {
    padding: 0 !important;
  }
  h2.h2 {
    font-size: 20px;
  }
  h2.h2-title {
    font-size: 25px;
    line-height: 30px !important;
  }
  body p {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .btn {
    font-size: 11px;
    line-height: 40px;
  }
  .m-pt-75 {
    padding-top: 75px !important;
  }
  .column-normal {
    flex-direction: column !important;
  }
  .column-normal .image .icon {
    position: relative !important;
    margin-top: 30px;
    left: 0 !important;
  }
  .column-normal .text a.btn {
    margin-right: 0;
  }
  .column-reverse {
    flex-direction: column-reverse !important;
  }
  .column-reverse .text a.btn {
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 0;
  }
  .container-section {
    padding: 0 !important;
  }
  section#homepage-slider {
    padding: 30px;
  }
  section#homepage-slider .slide {
    flex-direction: column;
  }
  section#homepage-slider .slide .text {
    flex: 0 0 100%;
    justify-content: flex-start;
    padding: 0;
  }
  section#homepage-slider .slide .text .next-slide {
    display: none;
  }
  section#homepage-slider .slide .text .content {
    margin-top: 0;
  }
  section#homepage-slider .slide .text .content .title {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    max-height: 127px;
  }
  section#homepage-slider .slide .text .content .title .dynamic_text .typing {
    top: 4px;
    margin-left: -8px;
    height: 24px;
  }
  section#homepage-slider .slide .text .content .points {
    margin-top: 70px;
    font-size: 13px;
    line-height: 23px;
  }
  section#homepage-slider .slide .text .content .buttons {
    margin-bottom: 55px;
  }
  section#homepage-slider .slide .text .content .buttons button {
    font-size: 11px;
    height: 40px;
    margin-right: auto;
    padding: 0 25px;
    min-width: auto;
  }
  section#homepage-slider .slide .text .content .download-slide {
    text-align: center;
  }
  section#homepage-slider .slide .text .content .download-slide a {
    box-shadow: 0 10px 10px #000;
    border-bottom: 0;
  }
  section#homepage-slider .slide .text .content .download-slide a img {
    width: 90px;
  }
  section#homepage-slider .slide .image {
    flex: 0 0 100%;
    padding-bottom: 30px;
    min-height: 270px;
  }
  section#homepage-slider .slide .image .image-container .play {
    position: absolute;
    top: 60%;
    left: 60%;
    height: 51px;
    width: 51px;
    line-height: 51px;
  }
  section#homepage-slider .slide .image .image-container .play .triangle {
    border-width: 9px 0 9px 12px;
  }
  section#homepage-slider .slide .image .image-container img:not(.right, .img-float) {
    position: relative;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  section#homepage-slider .slide .image .image-container img.mobile {
    display: block;
    margin-top: 60px !important;
  }
  section#homepage-slider .slide .image .image-container img.desktop {
    display: none;
  }
  section#homepage-slider .slide .image .image-container .img-float {
    width: 65px;
  }
  section#homepage-slider .slide .image .image-container:not(.right) {
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  section.flex-image-text {
    padding: 35px 30px;
  }
  section.flex-image-text:before {
    display: none;
  }
  section.flex-image-text .head .title {
    font-size: 20px;
    line-height: 30px;
  }
  section.flex-image-text .head .subtitle {
    font-size: 13px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  section.flex-image-text .container-section {
    flex-flow: wrap;
  }
  section.flex-image-text .container-section .image {
    position: relative;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 60px;
    margin-top: 45px;
    text-align: center;
  }
  section.flex-image-text .container-section .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: #2c272e;
    z-index: 0;
  }
  section.flex-image-text .container-section .image .image-container {
    position: relative;
  }
  section.flex-image-text .container-section .text {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  section.flex-image-text .container-section .text h4 {
    font-size: 12px;
  }
  section.flex-image-text .container-section .text p {
    font-size: 13px;
  }
  section.flex-image-text .container-section .text .buttons {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  section.flex-image-text .container-section .text .buttons .btn {
    margin: 0 !important;
  }
  section.flex-image-text .container-section .text .buttons .btn:last-child {
    display: none;
  }
  section.flex-image-text .container-section .text .buttons .btn:first-child {
    display: inline-block;
  }
  section.flex-image-text-2 {
    padding: 35px 30px !important;
  }
  section.flex-image-text-2 .container-section {
    flex-direction: column;
    padding-top: 30px !important;
  }
  section.flex-image-text-2 .container-section .image {
    display: none;
  }
  section.flex-image-text-2 .container-section .text {
    flex: 0 0 100%;
    margin: 0;
    padding: 15px 0 0 0 !important;
  }
  section.flex-image-text-2 .container-section .text .icon {
    display: none;
  }
  section.flex-image-text-3.m-pt-75 {
    padding: 75px 30px 35px 30px !important;
  }
  section.flex-image-text-3 {
    padding: 35px 30px !important;
  }
  section.flex-image-text-3 .container-section .text {
    flex: 100%;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0 0;
  }
  section.flex-image-text-3 .container-section .text .buttons {
    text-align: center;
  }
  section.flex-image-text-3 .container-section .text.right, section.flex-image-text-3 .container-section .text.left {
    padding-right: 0;
    padding-left: 0;
  }
  section.flex-image-text-3 .container-section .image {
    text-align: center;
    flex: 100%;
    max-width: 100%;
  }
  section.flex-image-text-3 .container-section .image .image-container .wrap {
    padding-right: 0;
  }
  section.flex-image-text-3 .container-section .image .image-container .wrap img {
    margin-top: 0;
  }
  section.flex-image-text-3 .container-section .image .icon {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  section.profesionnals {
    padding: 35px 30px;
  }
  section.profesionnals .container-section h2 {
    font-size: 20px;
  }
  section.profesionnals .container-section .drag-to-scroll .item {
    height: 55px;
    width: 82.5px;
  }
  section.step-list .container-section .head h2 {
    font-size: 20px;
    line-height: 30px;
  }
  section.step-list .container-section .head p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
  }
  section.step-list .container-section .steps {
    flex-wrap: wrap;
  }
  section.step-list .container-section .steps .step {
    margin-bottom: 85px;
    flex: 0 0 100%;
  }
  section.step-list .container-section .steps .step::before, section.step-list .container-section .steps .step::after {
    display: none;
  }
  section.step-list .container-section .steps .step .text {
    max-width: 100%;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
  }
  section.buttons-list .container-section {
    padding: 35px 30px !important;
  }
  section.buttons-list .container-section .head h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 300px;
  }
  section.buttons-list .container-section .buttons a {
    text-decoration: none;
  }
  section.buttons-list .container-section .buttons a button {
    white-space: nowrap;
    display: block;
    margin: 0 auto 65px auto;
    width: 230px;
    height: 60px;
    font-size: 15px;
  }
  section.buttons-list .container-section .buttons a:last-child button {
    margin-bottom: 0;
  }
  section.buttons-list.no-background .container-section .head h2 {
    margin: 0 auto 0 auto;
  }
  section.buttons-list.no-background .container-section .head p.info {
    font-size: 13px;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  section.grid-homepage {
    padding: 35px 30px;
  }
  section.grid-homepage .h2 {
    font-size: 20px;
  }
  section.grid-homepage .grid {
    margin: 0;
    width: 100%;
    flex-flow: wrap;
  }
  section.grid-homepage .grid p:not(.info) {
    font-size: 13px !important;
  }
  section.grid-homepage .grid .info {
    line-height: 23px !important;
    font-size: 13px !important;
    width: auto;
    margin-bottom: 30px;
    min-height: auto;
  }
  section.grid-homepage .grid .col-1, section.grid-homepage .grid .col-2 {
    margin: 0;
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  section.grid-homepage .grid .col-1 .col-1-1, section.grid-homepage .grid .col-1 .col-2-1, section.grid-homepage .grid .col-1 .col-2-2, section.grid-homepage .grid .col-1 .col-2-3, section.grid-homepage .grid .col-2 .col-1-1, section.grid-homepage .grid .col-2 .col-2-1, section.grid-homepage .grid .col-2 .col-2-2, section.grid-homepage .grid .col-2 .col-2-3 {
    padding-top: 50px;
    margin: 0 0 15px 0;
    min-height: 200px;
  }
  section.grid-homepage .grid .col-1 .col-1-1::before, section.grid-homepage .grid .col-1 .col-2-1::before, section.grid-homepage .grid .col-1 .col-2-2::before, section.grid-homepage .grid .col-1 .col-2-3::before, section.grid-homepage .grid .col-2 .col-1-1::before, section.grid-homepage .grid .col-2 .col-2-1::before, section.grid-homepage .grid .col-2 .col-2-2::before, section.grid-homepage .grid .col-2 .col-2-3::before {
    top: 55px;
  }
  section.grid-homepage .grid .col-1 .col-1-2, section.grid-homepage .grid .col-2 .col-1-2 {
    min-height: 535px;
    padding-top: 50px;
  }
  section.grid-homepage .grid .col-1 .col-1-2 p, section.grid-homepage .grid .col-2 .col-1-2 p {
    font-size: 16px !important;
  }
  section.grid-homepage .grid .col-1 .col-1-2 img, section.grid-homepage .grid .col-2 .col-1-2 img {
    width: 100%;
  }
  section.grid-homepage .grid .col-1 .col-1-2::before, section.grid-homepage .grid .col-2 .col-1-2::before {
    top: 55px;
  }
  section.grid-homepage .grid .col-2-1 p {
    margin-bottom: 40px !important;
  }
  section.grid-homepage .grid .col-3 {
    display: flex;
    width: calc(100% - 15px);
    flex-flow: wrap;
    margin-left: 7px;
    margin-right: 7px;
  }
  section.grid-homepage .grid .col-3 .col-3-1, section.grid-homepage .grid .col-3 .col-3-2 {
    width: 100%;
  }
  section.grid-homepage .grid .col-3 .col-3-1 .info, section.grid-homepage .grid .col-3 .col-3-2 .info {
    min-height: 0;
  }
  section.grid-homepage .grid .col-3 .col-3-1 {
    min-height: 660px;
  }
  section.grid-homepage .grid .col-3 .col-3-2 {
    position: relative;
    min-height: 506px;
    background-size: auto 306px !important;
    background-position: bottom right !important;
  }
  section.grid-homepage .grid .col-3 .col-3-2 .play-button {
    left: 50%;
    top: calc(50% + 40px);
    transform: translateX(-50%) !important;
  }
  section.grid-homepage .grid .col-3 .col-3-2::before {
    top: 55px;
  }
  section.grid-homepage .grid .col-3 .col-3-2 a.mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 65px 35px 0 39px;
  }
  section.grid-homepage .grid .col-3 .col-3-2 a:not(.mask) {
    display: none;
  }
  section.grid-homepage .grid .col-3 .col-3-2 .fill {
    width: 100%;
    height: 40%;
    border-radius: 10px 10px 0 0;
  }
  section.text_image_scroll {
    padding: 35px 30px;
  }
  section.text_image_scroll .wrap {
    margin: 0;
    width: 100%;
    flex-flow: wrap;
  }
  section.text_image_scroll .wrap .text {
    flex: 0 0 100%;
    margin-top: 0;
    text-align: center;
  }
  section.text_image_scroll .wrap .text p {
    font-size: 13px;
    margin-bottom: 40px;
  }
  section.text_image_scroll .wrap .img {
    text-align: center;
    flex: 0 0 100%;
    background-position: 50% 50%;
    background-size: calc(100% - 50px);
    min-height: 300px;
  }
  section.owl-carousel-acf {
    padding: 35px 30px !important;
  }
  section.owl-carousel-acf p.info {
    font-size: 13px;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item {
    flex-flow: wrap;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-image {
    flex: 0 0 100% !important;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-image img {
    max-width: 100%;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text {
    padding: 35px 0 0 0 !important;
    flex: 0 0 100% !important;
    text-align: center !important;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text .text {
    font-size: 13px;
    margin: 0;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .item .slide-text .text::after {
    font-size: 35px !important;
    margin-right: 0;
    bottom: -25px;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav {
    text-align: center;
    position: relative;
    margin: 0 !important;
    top: calc(50% + 45px);
    bottom: auto;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button {
    display: inline-block;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button span {
    opacity: 1;
    background: #ff6400;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.27);
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    position: relative;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button span::after {
    left: 17px;
    transform: rotate(135deg);
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-prev {
    margin: 5px;
  }
  section.owl-carousel-acf .slider-wrap .owl-slider-acf .owl-carousel .owl-nav button.owl-prev span::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 13px;
    left: 17px;
    transform: rotate(135deg);
  }
  section.four-column-grid {
    display: none;
  }
  section.three-column-grid {
    padding: 35px 30px;
  }
  section.three-column-grid .wrap {
    padding: 0;
  }
  section.three-column-grid .wrap h2.h2 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  section.three-column-grid .wrap p.info {
    max-width: 208px;
    margin-right: auto;
    margin-left: auto;
  }
  section.three-column-grid .wrap .columns {
    margin-top: 55px;
    flex-flow: wrap;
  }
  section.three-column-grid .wrap .columns div:not(.thumb) {
    margin-bottom: 63px;
    flex: 100%;
  }
  section.three-column-grid .wrap .columns div:not(.thumb) div.thumb {
    height: auto;
  }
  section.three-column-grid .wrap .columns div:not(.thumb) h3.h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.three-column-grid .wrap .columns div:not(.thumb) p:not(.ph15) {
    min-height: auto;
  }
  section.three-column-grid .wrap .columns div:not(.thumb) p.ph15 {
    line-height: 18px !important;
    height: auto !important;
  }
  section.three-column-grid .wrap .columns div:not(.thumb) p.ph15 a {
    font-size: 10.5px;
    line-height: 40px;
  }
  section.grid_2x2 {
    padding: 35px 30px !important;
  }
  section.grid_2x2 .btn {
    bottom: -20px !important;
  }
  section.grid_2x2 .container-section {
    flex-direction: column-reverse;
  }
  section.grid_2x2 .container-section .left, section.grid_2x2 .container-section .right {
    padding: 0;
    margin: 0;
  }
  section.grid_2x2 .container-section .left .txt, section.grid_2x2 .container-section .right .txt {
    text-align: center;
  }
  section.grid_2x2 .container-section .left .txt p, section.grid_2x2 .container-section .right .txt p {
    max-height: none;
  }
  section.grid_2x2 .container-section .image {
    display: none;
  }
  section.predictive-verification {
    padding: 35px 30px !important;
  }
  section.predictive-verification .bottom-block {
    bottom: -50px;
  }
  section.download {
    padding: 35px 30px !important;
  }
  section.download .container-section {
    padding: 0;
    flex-flow: wrap;
    justify-content: center;
  }
  section.download .container-section .logo {
    display: none;
  }
  section.download .container-section .icon {
    margin-bottom: 20px;
  }
  section.download .container-section span {
    display: block;
    font-size: 20px;
    margin-bottom: 35px;
  }
  section.download .container-section .app {
    text-align: center;
    max-width: 100%;
    flex: 100%;
    padding-top: 25px;
    height: 600px;
    overflow: hidden;
  }
  section.download .container-section .app .download-app-footer a {
    margin: 0 28px 0 0;
    vertical-align: top;
  }
  section.download .container-section .app .download-app-footer .img-right {
    overflow: visible;
    position: absolute;
    right: auto;
    transform: translateX(20%);
    overflow: hidden;
    max-width: 89% !important;
    top: 32% !important;
  }
  section.price_plans_head {
    padding: 50px 30px 35px 30px !important;
  }
  section.price_plans_head .container-section {
    padding-left: 0;
    text-align: center;
  }
  section.price_plans_head .container-section .icon {
    position: relative;
    display: inline-block !important;
    left: 0 !important;
  }
  section.price_plans_head .container-section .bill {
    padding-right: 0;
  }
  .bill.large .block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #fff !important;
    color: #2c272e !important;
    box-shadow: none !important;
  }
  section.price_plans_grid .billing-block .item {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px 30px;
    min-height: 250px;
    text-align: center;
    transition: all 0.3s ease-in;
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .download .img-right {
    right: 0 !important;
    transform: none !important;
    max-width: 108% !important;
    margin-right: -30px !important;
    top: 32% !important;
    width: 108% !important;
  }
}/*# sourceMappingURL=blocs.css.map */