.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

a {
  text-decoration: underline;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.features-3 {
  overflow: hidden;
}

.section.features-3.bg-orange {
  background-color: #de7236;
}

.section.bg-gray {
  background-color: #2f2f2f;
}

.section.bg-light-gray {
  background-color: #f1f1f1;
}

.container {
  max-width: 1200px;
}

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 0px;
}

.container.header.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.hero-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.hero-grid.text-left {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.grid-2._2 {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.container.grid-2._2.cta-2 {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

.container.grid-2._3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.container.grid-2._7 {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.grid-2._7.bis {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.grid-2._7.tris {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.grid-2.text-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.container.grid-2.text-3._6pm {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.container.full-width {
  max-width: 100%;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2 {
  margin-bottom: 23px;
  font-size: 36px;
  line-height: 1.444;
  font-weight: 600;
}

.h2.feature {
  margin-bottom: 50px;
}

.h2.align-center.mb-32 {
  margin-bottom: 32px;
}

.h2.text {
  margin-top: 0px;
}

.h2.color-secondary {
  line-height: 1.3;
}

.h3 {
  font-size: 22px;
  line-height: 1.545;
}

.h3.features-heading {
  margin-bottom: 50px;
}

.h3.features-heading.align-center {
  font-size: 36px;
  font-weight: 600;
}

.h4 {
  font-size: 20px;
  line-height: 1.7;
}

.h4.feature-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.h4.feature-title.align-center {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.h5 {
  font-size: 18px;
  line-height: 1.778;
}

.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.h6.subtitle {
  font-size: 12px;
}

.h1 {
  font-size: 46px;
  line-height: 1.391;
}

.h1.hero-header {
  margin-bottom: 32px;
}

.h1.hero-header.color-secondary {
  font-weight: 600;
}

.h1.hero-header.color-secondary.title-sm {
  line-height: 1.3;
}

.color-primary {
  color: #000;
}

.color-secondary {
  color: #e7e7e7;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.font-primary {
  font-family: Exo, sans-serif;
}

.font-secondary {
  font-family: 'Open Sans', sans-serif;
}

.div-standard {
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-standard.relative {
  display: block;
}

.div-title {
  text-decoration: underline;
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

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

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

.align-center._w-750 {
  max-width: 750px;
}

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

.justify {
  text-align: justify;
}

.button, .w-button {
  padding: 10px 28px;
  border-radius: 6px;
  background-color: #de7236;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 18px;
  line-height: 1.889;
  font-weight: 600;
}

.button:hover {
  background-color: #000;
}

.button.rounded {
  border-radius: 6px;
}

.button.outline {
  border: 1px solid #000;
  background-color: transparent;
}

.button.outline.color-primary.mr-24 {
  margin-right: 24px;
}

.button.border-1 {
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  background-color: transparent;
}

.nav-menu {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.nav-link {
  margin-right: 18px;
  margin-left: 18px;
  text-decoration: none;
}

.nav-text {
  color: #000;
  text-decoration: none;
}

.space {
  height: 32px;
}

.space.double {
  height: 64px;
}

.hero-section {
  height: 100vh;
}

.hero-section.half-image {
  height: auto;
}

.hero-section.image-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/slide_placeholder.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.image-right.bg-layer {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2f2f2f), to(hsla(0, 0%, 100%, 0))), url('../images/home-img-1.jpg');
  background-image: linear-gradient(0deg, #2f2f2f, hsla(0, 0%, 100%, 0)), url('../images/home-img-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.double-button {
  margin-bottom: 24px;
}

.hero-paragraph {
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.778;
}

.margin-negative-image {
  width: 1920px;
  height: 600px;
}

.bg-primary {
  background-color: #0b28ff;
}

.bg-secondary {
  background-color: #000;
}

.form-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.email-form-hero {
  margin-right: 20px;
  margin-bottom: 0px;
}

._w-80 {
  width: 80%;
}

.align-center-mobile._w-456 {
  max-width: 100%;
}

.align-center-mobile._w-456.pt-250 {
  padding-top: 250px;
}

.features-block._2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-block._2._3 {
  margin-top: 0px;
  justify-items: start;
}

.features-block.grid-gallery-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.feature-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-icon-block._2 {
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-icon-block._2.mt-neg-50 {
  margin-top: -50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.feature-icon-block._2.mt-neg-50.second-column {
  margin-top: 0px;
  padding-bottom: 0px;
}

.feature-icon-block._2._w-458 {
  max-width: 458px;
}

.feature-icon-block.vertical-features {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-icon-block.vertical-features.align-center {
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-icon-block.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-icon-block.mb-0 {
  margin-bottom: 0px;
}

.feature-text.pr-50 {
  padding-right: 50px;
}

.feature-text.m-auto {
  margin-right: auto;
  margin-left: auto;
}

.feature-text.align-center {
  padding: 48px;
}

.feature-text._w-458 {
  max-width: 458px;
}

.feature-text.min-458 {
  width: 458px;
}

.feature-icon {
  margin-right: 25px;
}

.feature-icon._2 {
  margin-bottom: 15px;
}

.feature-icon._2._w-100 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-icon._2._w-100.h-auto {
  height: auto;
  min-height: auto;
}

.feature-icon.grid-3 {
  margin-right: 0px;
  margin-bottom: 20px;
}

.feature-image {
  width: 100%;
}

.feature-image.mb-32 {
  margin-bottom: 32px;
}

.heading-features {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-features.align-center {
  max-width: 848px;
}

.image-features {
  margin-bottom: 60px;
}

.image-features-3 {
  width: 100%;
}

.tab-features {
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.tab-features.w--current {
  width: 100%;
  background-color: transparent;
}

.tab-features.title-tab-feature {
  opacity: 0.25;
}

.tab-features.title-tab-feature.w--current {
  opacity: 1;
}

.grid-features-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-gallery-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-gallery-7 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.slide-nav {
  position: relative;
}

.testimonials-3 {
  width: 33%;
}

.testimonials-card {
  position: relative;
  height: 100%;
  margin-right: 14px;
  margin-left: 14px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
}

.d-none {
  display: none;
}

._w-100 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._w-100.grid-testimonials {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._w-100.grid-testimonials._2 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

._w-100.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-name {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-name.testimonials-name-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.gallery-name.align-center {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-name.align-center.mt-40 {
  margin-top: 40px;
}

.slider {
  background-color: transparent;
}

.slider.min-h-360 {
  height: 100%;
}

.right-arrow {
  left: 9%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 60%;
}

.right-arrow.right-absolute {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #000;
}

.left-arrow {
  left: 3%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 60%;
  color: #000;
}

.left-arrow.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.icon-2 {
  color: #000;
}

.paragraph._w-75 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph._w-75.align-center {
  font-size: 36px;
}

.link-3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: none;
}

.conter {
  display: block;
  margin-top: 0px;
}

.conter.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.conter.horizontal._w-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.conter.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-small {
  font-size: 20px;
}

.text-small.copyright {
  margin-bottom: 5px;
  color: #fafafa;
  font-size: 14px;
}

.text-small.copyright.ml-40 {
  margin-left: 40px;
}

.link-footer {
  margin-right: 14px;
  margin-left: 14px;
  color: #000;
}

.link-footer.iubenda-nostyle.no-brand.iubenda-embed.color-secondary {
  color: #fff;
}

.mb-32 {
  margin-bottom: 56px;
}

.mb-32._w-458 {
  max-width: 458px;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-32 {
  margin-top: 32px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.ml-16 {
  margin-left: 16px;
}

.ml-16.privacy {
  font-size: 16px;
}

.ml-16.privacy.light-text {
  font-weight: 300;
}

.ml-16.privacy.light-text.text-small {
  font-size: 14px;
}

.recaptcha {
  margin-bottom: 20px;
}

.logos-title-large {
  position: relative;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.clients-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.clients-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bt-1 {
  border-top: 1px solid #fff;
}

.bt-1.bg-gray {
  border-top-color: hsla(0, 0%, 100%, 0.25);
  background-color: #2f2f2f;
}

.form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  height: 60px;
  min-width: 200px;
  padding: 14px 24px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  line-height: 1.7778px;
}

.text-field.message {
  height: 200px;
}

.text-field.message.text-white {
  line-height: 1.7778;
}

.text-field.text-white {
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  color: #fff;
}

.text-field.text-white:focus {
  border-color: #ececec;
}

.div-block {
  width: 1px;
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #fff;
}

.mask {
  height: 100%;
}

.play {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

.lightbox-link {
  position: relative;
}

.link-4 {
  text-decoration: underline;
}

.link-4.text-link {
  font-weight: 600;
  text-decoration: none;
}

.text-small {
  font-size: 14px;
}

.bold-text {
  font-weight: 600;
}

.text-light {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .testimonials-3 {
    width: 33%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 730px;
  }

  .container.header.logo-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.hero-grid {
    margin-top: 0px;
    padding-top: 60px;
  }

  .container.hero-grid.text-left {
    display: block;
    padding-top: 60px;
  }

  .container.grid-2 {
    display: block;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.grid-2._2 {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.grid-2._3 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container.grid-2._7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2 {
    max-width: 458px;
  }

  .h2.feature {
    margin-right: auto;
    margin-left: auto;
  }

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

  .menu-button {
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-section.image-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 120%;
    background-size: 100%;
  }

  .hero-section.image-right.bg-layer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-paragraph.color-secondary.text-sm.text-center {
    text-align: center;
  }

  .form-hero-section {
    display: block;
  }

  .email-form-hero {
    margin-bottom: 24px;
  }

  ._w-80 {
    width: 100%;
  }

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

  .features-block._2._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-block.grid-gallery-4 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .features-block.mt-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .feature-icon-block._2.mt-neg-50 {
    margin-top: 0px;
  }

  .feature-icon-block._2._w-458 {
    max-width: 100%;
  }

  .feature-text.min-458 {
    width: 100%;
  }

  .heading-features.mb-40 {
    margin-bottom: 40px;
  }

  .image-features {
    width: 100%;
    margin-left: 0px;
  }

  .grid-features-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonials-3 {
    width: 100%;
  }

  .conter.horizontal._w-100 {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .conter.flex-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-small.copyright.ml-40.ml-xs-0.ml-sm-20 {
    margin-left: 20px;
  }

  .link-footer.iubenda-nostyle.no-brand.iubenda-embed.color-secondary {
    font-size: 14px;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 530px;
  }

  .container.m-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .hero-section.image-right {
    background-position: 50% 100%;
  }

  ._w-80 {
    width: 100%;
  }

  .features-block._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-icon-block._2.mb-mob-0 {
    margin-bottom: 0px;
  }

  .feature-text.pr-50 {
    padding-right: 0px;
  }

  ._w-100.grid-testimonials._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right-arrow {
    left: 20%;
    height: 30%;
  }

  .left-arrow {
    left: 5%;
    height: 30%;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    margin-bottom: -20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clients-image {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 300px;
  }

  .container.header {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.full-width {
    max-width: 280px;
  }

  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h2 {
    text-align: center;
  }

  .h2.feature {
    margin-bottom: 32px;
  }

  .h2.feature.title-h2-sm {
    line-height: 1.3;
  }

  .h2.title-h2-sm {
    line-height: 1.2;
  }

  .h3.features-heading.align-center.title-h2-sm {
    line-height: 1.3;
  }

  .h4.feature-title {
    text-align: center;
  }

  .h4.feature-title.align-center.title-h4-sm {
    line-height: 1.4;
  }

  .h6.subtitle.color-secondary {
    text-align: center;
  }

  .h1.hero-header.color-secondary.title-sm {
    line-height: 1.2;
  }

  .logo.logo-sm {
    max-width: 70%;
  }

  .space.double.mob-hide {
    display: none;
  }

  .hero-section.image-right {
    background-position: 50% 70%;
  }

  .hero-section.image-right.bg-layer {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2f2f2f), to(hsla(0, 0%, 100%, 0))), url('../images/home-img-sm.jpg');
    background-image: linear-gradient(0deg, #2f2f2f, hsla(0, 0%, 100%, 0)), url('../images/home-img-sm.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .hero-paragraph.color-secondary {
    text-align: center;
  }

  .hero-paragraph.color-secondary.text-sm {
    line-height: 1.6;
  }

  .margin-negative-image {
    height: auto;
  }

  .features-block._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-block.grid-gallery-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .feature-icon-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-text.pr-50 {
    padding-right: 0px;
    text-align: center;
  }

  .feature-text.align-center {
    padding: 24px;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .grid-gallery-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .testimonials-card {
    padding: 16px;
  }

  .gallery-name.testimonials-name-2 {
    position: relative;
  }

  .slider.min-h-360 {
    min-height: 360px;
  }

  .right-arrow {
    position: relative;
    left: 0%;
    width: 50%;
  }

  .left-arrow {
    position: relative;
    left: 0%;
    width: 50%;
    float: left;
  }

  .paragraph {
    height: auto;
  }

  .paragraph._w-75.align-center {
    width: 100%;
    font-size: 24px;
  }

  .conter.horizontal._w-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-small.copyright.ml-40.ml-xs-0 {
    margin-left: 0px;
  }

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

  .checkbox-field {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .container-2 {
    max-width: none;
  }

  .clients-image {
    margin-right: 10px;
    margin-left: 10px;
  }

  .form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

#w-node-_9cc692b0-5836-2a94-c11f-262840410fec-9f2f6df5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fd4726c7-deb4-0677-6f59-9448f9639a48-9f2f6df5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2d58c132-f030-2c2d-c01d-619da8189eeb-9f2f6df5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff264958-ca10-a03f-18a8-1dcc6f463847-9f2f6df5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff264958-ca10-a03f-18a8-1dcc6f463848-9f2f6df5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4de149d8-2744-bd48-cfb7-d740eea98dc3-9f2f6df5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e91f14b6-eba6-096d-454d-69b3ef26a6ca-9f2f6df5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e91f14b6-eba6-096d-454d-69b3ef26a6cf-9f2f6df5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e91f14b6-eba6-096d-454d-69b3ef26a6d1-9f2f6df5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b7233547-a5c9-fe6b-56d3-63cf248c5c66-9f2f6df5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_22db893f-cea1-16db-3c59-c0603375463f-9f2f6df5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_22db893f-cea1-16db-3c59-c06033754646-9f2f6df5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2d58c132-f030-2c2d-c01d-619da8189eeb-9f2f6df5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ff264958-ca10-a03f-18a8-1dcc6f463847-9f2f6df5 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ff264958-ca10-a03f-18a8-1dcc6f463848-9f2f6df5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4de149d8-2744-bd48-cfb7-d740eea98dc3-9f2f6df5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e91f14b6-eba6-096d-454d-69b3ef26a6d1-9f2f6df5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-b7233547-a5c9-fe6b-56d3-63cf248c5c66-9f2f6df5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_22db893f-cea1-16db-3c59-c06033754646-9f2f6df5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

