@charset "utf-8";
.Section-Filters {
  box-shadow: 0 4px 15px 2px rgba(17,72,155,0.2);
}
.Section-Customers {
  background: radial-gradient(ellipse at top right, #fff 0%, #d5e1f6 71%, #a4bfeb 100%);
}
.Customers,
.Customers-Featured {
  overflow: hidden;
}
.Customers .container,
.Customers-Featured .container {
  max-width: 1630px;
}
.Customers-Featured {
  margin-top: -13%;
  z-index: 2;
}
.Customers-Tile {
  position: relative;
  box-shadow: 0 5px 18px 0 rgba(17,72,155,0.12);
}
.Customers-Tile .Tile {
  min-height: 370px;
}
.Customers-Tile .Tile--industry {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  min-width: 170px;
  min-height: 40px;
  padding: 10px 20px 10px 30px;
  margin: 0 !important;
}
.Customers-Tile .Tile--back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff !important;
  opacity: 0;
  transition: opacity 0.3s;
}
.Customers-Tile .Tile-title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Customers-Tile .Section-bg img {
  -o-object-position: top right;
  object-position: top right;
}
.Customers-Tile:hover .Tile--back,
.Customers-Tile.hover .Tile--back {
  opacity: 1;
}
.Customers .Customers-Grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-template-areas: "zero one two three" "four four two five" "six seven eight eight" "nine seven ten eleven";
  margin-left: -15px;
  margin-right: -15px;
}
.Customers .Customers-Grid .Customers-Tile {
  margin: 15px;
}
.Customers .Customers-Grid .Tile0 {
  grid-area: zero;
}
.Customers .Customers-Grid .Tile1 {
  grid-area: one;
}
.Customers .Customers-Grid .Tile2 {
  grid-area: two;
}
.Customers .Customers-Grid .Tile3 {
  grid-area: three;
}
.Customers .Customers-Grid .Tile4 {
  grid-area: four;
}
.Customers .Customers-Grid .Tile5 {
  grid-area: five;
}
.Customers .Customers-Grid .Tile6 {
  grid-area: six;
}
.Customers .Customers-Grid .Tile7 {
  grid-area: seven;
}
.Customers .Customers-Grid .Tile8 {
  grid-area: eight;
}
.Customers .Customers-Grid .Tile9 {
  grid-area: nine;
}
.Customers .Customers-Grid .Tile10 {
  grid-area: ten;
}
.Customers .Customers-Grid .Tile11 {
  grid-area: eleven;
}
.Customers .Customers-Grid--filtered {
  grid-template-areas: none;
}
.Customers .Customers-Grid--filtered .Tile {
  padding: 35px 30px 35px 35px;
}
.Customers .Customers-Grid--filtered .Tile--logo {
  max-width: 160px !important;
  max-height: 64px !important;
}
.Customers .Customers-Grid--filtered .Customers-Tile {
  grid-area: unset !important;
}
.Customers .Customers-Grid {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 400px 400px 400px 400px;
}
.Customers .Customers-Grid .Tile0 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.Customers .Customers-Grid .Tile1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.Customers .Customers-Grid .Tile2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row-span: 2;
}
.Customers .Customers-Grid .Tile3 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.Customers .Customers-Grid .Tile4 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.Customers .Customers-Grid .Tile5 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.Customers .Customers-Grid .Tile6 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.Customers .Customers-Grid .Tile7 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;
}
.Customers .Customers-Grid .Tile8 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
}
.Customers .Customers-Grid .Tile9 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.Customers .Customers-Grid .Tile10 {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.Customers .Customers-Grid .Tile11 {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.Customers .Customers-Grid--filtered {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 400px 400px 400px;
}
.Customers .Customers-Grid--filtered .Customers-Tile {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 1;
}
.Customers .Customers-Grid--filtered .Tile3 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.Customers .Customers-Grid--filtered .Tile4 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.Customers .Customers-Grid--filtered .Tile5 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.Customers .Customers-Grid--filtered .Tile6 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.Customers .Customers-Grid--filtered .Tile7 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.Customers .Customers-Grid--filtered .Tile8 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.Customers .Customers-Grid--filtered .Tile9 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.Customers .Customers-Grid--filtered .Tile10 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.Customers .Customers-Grid--filtered .Tile11 {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.Customer-Header {
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
.Customer-Header .Customer-Image {
  position: absolute;
  width: 650px;
  height: 800px;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
}
.Customer-Header .Customer-Image img {
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}
.Customer-Header .litebox.-i-play:before {
  top: 40%;
}
.Customer-Header .Customer-Logo {
  max-width: 150px;
  max-height: 60px;
}
.Customer-Header .Customer-Logo img {
  max-height: inherit;
}
.Customer-Testimonials .container,
.Customer--Patch .container {
  max-width: 1460px;
}
.Customer-Testimonials .Testimonials-Image {
  max-width: 720px;
  width: 100%;
  height: 450px;
  margin-top: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.Customer-Testimonials .Testimonials-Tile {
  position: relative;
}
.Customer-Testimonials .Testimonials-Tile > div {
  padding: 70px 130px 70px 150px;
}
.Customer-Testimonials .Testimonials-Tile:not(.col-24) {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.Customer-Testimonials .Testimonials-Tile:not(.col-24) > div {
  max-width: 900px;
  min-height: 450px;
}
.Customer-Statistic .row--separated > [class*="col-"]:before {
  width: 2px;
}
.Customer-Statistic .row--separated h4 {
  letter-spacing: -4px;
}
.multicol-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-break-inside: auto;
  -moz-column-break-inside: auto;
  break-inside: auto;
}
.Customer-Logo {
  max-width: 150px;
  max-height: 60px;
}
.Customer-Logo img {
  max-height: inherit;
}
.Customer-RichContent * {
  background-color: inherit !important;
  font-size: inherit !important;
}
.Customer-VideoContainer {
  position: relative;
  height: auto !important;
}
.Customer-VideoContainer:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background-color: #eef5ff;
}
.Customer-Stats:after {
  content: "";
  display: block;
  position: absolute;
  left: -200px;
  right: -200px;
  background: #eef5ff;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1280px){
  .Customers .Customers-Grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "zero one two" "three four five" "six seven eight" "nine ten eleven";
  }
  .Customers .Customers-Grid .Customers-Tile {
    margin: 10px;
  }
  .Customers .Customers-Grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 400px 400px 400px 400px;
  }
  .Customers .Customers-Grid .Tile2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-span: 1;
  }
  .Customers .Customers-Grid .Tile3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile4 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .Customers .Customers-Grid .Tile5 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .Customers .Customers-Grid .Tile6 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile7 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row-span: 1;
  }
  .Customers .Customers-Grid .Tile8 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .Customers .Customers-Grid .Tile9 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile10 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .Customers .Customers-Grid .Tile11 {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .Customer-Testimonials .Testimonials-Tile > div {
    padding: 70px 90px 70px 110px;
  }
  .Customer-Testimonials .Testimonials-Tile:not(.col-24) > div {
    min-height: auto;
  }
}
@media only screen and (max-width: 1080px){
  .Customer-Header .litebox.-i-play:before {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 960px){
  .Customers .container,
  .Customers-Featured .container {
    max-width: 1230px;
  }
  .Customer-Header .Customer-Image {
    position: relative !important;
    width: auto;
    height: auto;
    left: 0;
  }
  .Customer-Header .Customer-Image img {
    height: auto;
  }
  .Customer-Header .litebox.-i-play:before {
    top: 50%;
    padding-right: 0 !important;
  }
  .Customer-Testimonials .container,
  .Customer--Patch .container {
    max-width: 1230px;
  }
  .Customer-Testimonials .Testimonials-Image {
    height: auto;
  }
  .Customer-Testimonials .Testimonials-Tile > div {
    padding: 50px !important;
  }
}
@media only screen and (max-width: 800px){
  .Customers-Tile .Tile {
    min-height: 310px;
  }
  .Customers .Customers-Grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "zero one" "two three" "four five" "six seven" "eight nine" "ten eleven";
  }
  .Customers .Customers-Grid {
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 330px 330px 330px 330px 330px 330px;
  }
  .Customers .Customers-Grid .Tile2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .Customers .Customers-Grid .Tile4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile5 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .Customers .Customers-Grid .Tile6 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile7 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .Customers .Customers-Grid .Tile8 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile9 {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .Customers .Customers-Grid .Tile10 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile11 {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .Customer-Testimonials .Testimonials-Image {
    margin-top: 0;
    max-height: 370px;
  }
  .Customer-Testimonials .Testimonials-Tile:not(.col-24) {
    margin-top: -100px;
  }
  .Customer-Statistic .row--separated h4 {
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 590px){
  .Customers .Customers-Grid {
    grid-template-columns: auto;
    grid-template-areas: "zero" "one" "two" "three" "four" "five" "six" "seven" "eight" "nine" "ten" "eleven";
  }
  .Customers .Customers-Grid {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 330px 330px 330px 330px 330px 330px 330px 330px 330px 330px 330px 330px;
  }
  .Customers .Customers-Grid .Customers-Tile {
    -ms-grid-column: 1;
  }
  .Customers .Customers-Grid .Tile1 {
    -ms-grid-row: 2;
  }
  .Customers .Customers-Grid .Tile2 {
    -ms-grid-row: 3;
  }
  .Customers .Customers-Grid .Tile3 {
    -ms-grid-row: 4;
  }
  .Customers .Customers-Grid .Tile4 {
    -ms-grid-row: 5;
  }
  .Customers .Customers-Grid .Tile5 {
    -ms-grid-row: 6;
  }
  .Customers .Customers-Grid .Tile6 {
    -ms-grid-row: 7;
  }
  .Customers .Customers-Grid .Tile7 {
    -ms-grid-row: 8;
  }
  .Customers .Customers-Grid .Tile8 {
    -ms-grid-row: 9;
  }
  .Customers .Customers-Grid .Tile9 {
    -ms-grid-row: 10;
  }
  .Customers .Customers-Grid .Tile10 {
    -ms-grid-row: 11;
  }
  .Customers .Customers-Grid .Tile11 {
    -ms-grid-row: 12;
  }
  .multicol-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
