@charset "UTF-8";

/*
Theme Name: DarwinAI
Author: Anonymous
Author URI:
Version: 1.1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DarwinAI
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gakq20");
  src: url("fonts/icomoon.eot?gakq20#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gakq20") format("truetype"), url("fonts/icomoon.woff?gakq20") format("woff"), url("fonts/icomoon.svg?gakq20#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo-text:before {
  content: "\e90c";
}

.icon-logo-emblem:before {
  content: "\e90d";
}

.icon-logo-emblem-black:before {
  content: "\e900";
}

.icon-logo-emblem-white:before {
  content: "\e901";
  color: #fff;
}

.icon-play:before {
  content: "\e902";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-minus:before {
  content: "\e90f";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e905";
}

.icon-common-file:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-medium:before {
  content: "\e909";
}

.icon-youtube:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 5, 2018 */

@font-face {
  font-family: 'basier_square';
  src: url("fonts/basiersquare-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'basier_square';
  src: url("fonts/basiersquare-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'basier_square';
  src: url("fonts/basiersquare-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'basier_square';
  src: url("fonts/basiersquare-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 35px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
}
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.1) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.tagcloud,
.social-networks,
.social-networks-circle,
.list-checked,
.list-checked-title,
.list-checked-title-container ul,
.list-checked-container ul,
.list-product-container ul,
.list-boxes-container ul,
.list-team-container > ul,
.anchor-side-nav,
.links-accordion,
.links-accordion ul,
.tabset-horizontal,
.filters-horizontal,
.filters-container ul,
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.input-box:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
.main-nav:after,
.container:after,
.container-xl:after,
.container-lg:after,
.container-md:after,
.container-sm:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.df-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (min-width: 320px) {
  .df-row.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row.df-jcsb-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .df-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 579px) {
  .df-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 579px) {
  .df-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 579px) {
  .df-row.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .df-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .df-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .df-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .df-row.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .df-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1420px) {
  .df-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1420px) {
  .df-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1420px) {
  .df-row.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 579px) {
  .df-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 579px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 992px) {
  .df-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1420px) {
  .df-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1420px) {
  .df-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

.df-row > [class^="col"],
.df-row > [class*=" col"],
.df-row > [class^="col-"],
.df-row > [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.df-row-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (min-width: 320px) {
  .df-row-small.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row-small.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row-small.df-jcsb-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 579px) {
  .df-row-small.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 579px) {
  .df-row-small.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 579px) {
  .df-row-small.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .df-row-small.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1420px) {
  .df-row-small.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1420px) {
  .df-row-small.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1420px) {
  .df-row-small.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 579px) {
  .df-row-small .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 992px) {
  .df-row-small .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1420px) {
  .df-row-small .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

.df-row-small > [class^="col"],
.df-row-small > [class*=" col"],
.df-row-small > [class^="col-"],
.df-row-small > [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .df-md-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-jcsb-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-jcsb-ph {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row.df-jcsb-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-jcsb-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row.df-jcsb-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-jcsb-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row.df-jcsb-xxl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 579px) {
  .df-md-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .df-md-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1420px) {
  .df-md-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-md-row > [class^="col"],
  .df-md-row > [class*=" col"],
  .df-md-row > [class^="col-"],
  .df-md-row > [class*=" col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.df-aic {
  -ms-flex-align: center;
  align-items: center;
}

[class^="col-"],
[class*=" col-"] {
  width: 100%;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

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

@media (max-width: 767px) {
  .d-tablet-none {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .d-desktop-none {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

.text-lead {
  color: #171717;
  font-size: 120%;
  line-height: 1.50556;
}

.bg-dark .text-lead,
.bg-primary .text-lead {
  color: inherit;
}

@media (min-width: 1200px) {
  .text-lead {
    font-size: 150%;
    line-height: 1.33704;
  }
}

.text-lead p {
  margin-bottom: 1.50556em;
}

.text-primary {
  color: #5E56B8 !important;
}

.bg-dark {
  background-color: #171717 !important;
  color: #fff;
}

.bg-primary {
  background-color: #5E56B8 !important;
  color: #fff;
}

.bg-primary-light {
  background-color: rgba(94, 86, 184, 0.05) !important;
}

.bg-primary-lighter {
  background-color: rgba(94, 86, 184, 0.1) !important;
}

.bg-gray {
  background-color: rgba(23, 23, 23, 0.1) !important;
}

.bg-teal {
  background-color: #f3fcfb !important;
}

.bg-yellow {
  background-color: #fff6da !important;
}

.bg-purple {
  background-color: #dfddf1 !important;
}

.bg-gray-dark {
  background-color: #d1d4d9 !important;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

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

body {
  color: #000;
  background: #1B2A41;
  font: 15px/2 basier_square,Arial,"Helvetica Neue",Helvetica,sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 2;
  }
}

body.no-space [id="main"]:not(.main-top-indent) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.g-container,
.g_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1242px;
  padding-left: 20px;
  padding-right: 20px;
}

.g-container .g-container,
.g-container .g_container,
.g_container .g-container,
.g_container .g_container {
  padding-left: 0;
  padding-right: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 991px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 27px;
}

blockquote {
  color: #171717;
  margin: 0 0 1.3125rem;
  padding: 2.25rem 0 0;
  position: relative;
}

@media (min-width: 1200px) {
  blockquote {
    padding-top: 3.6875rem;
  }
}

.testimonials-slider blockquote {
  color: #000;
}

.section-testimonials blockquote {
  color: #5E56B8;
}

@media (min-width: 992px) {
  .container-sm blockquote {
    margin-left: -40px;
  }
}

@media (min-width: 1200px) {
  .container-sm blockquote {
    margin-left: -59px;
  }
}

@media (min-width: 1200px) {
  .container-md blockquote {
    margin-left: 42px;
  }
}

blockquote:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 1200px) {
  blockquote:before {
    font-size: 2.25rem;
  }
}

blockquote p {
  font-size: 120%;
  line-height: 1.50056;
  margin-bottom: 1.375rem;
}

@media (min-width: 1200px) {
  blockquote p {
    font-size: 150%;
    line-height: 1.3337;
    margin-bottom: 2.375rem;
  }
}

blockquote cite {
  display: block;
  font-style: normal;
  line-height: 1.33333;
}

@media (min-width: 768px) {
  blockquote cite {
    padding: 0 0 0.5rem;
  }
}

@media (min-width: 992px) {
  blockquote cite {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {
  blockquote cite {
    padding-bottom: 1.1875rem;
  }
}

blockquote .name,
blockquote .position {
  display: block;
  margin: 0 0 0.5rem;
}

@media (min-width: 992px) {
  blockquote .name,
  blockquote .position {
    margin-bottom: 0.1875rem;
  }
}

blockquote .name {
  color: #171717;
}

blockquote .position {
  color: rgba(23, 23, 23, 0.5);
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

form .df-row {
  margin-left: -10px;
  margin-right: -10px;
}

form .df-row > [class^="col"],
form .df-row > [class*=" col"],
form .df-row > [class^="col-"],
form .df-row > [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

label a {
  text-decoration: underline;
}

label a:hover,
label a:focus {
  text-decoration: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  -webkit-appearance: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
select,
textarea {
  -webkit-border-radius: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #171717;
  border-radius: 7px;
  font: 15px/18px "basier_square", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 15px 17px;
  width: 100%;
  margin: 0 0 0.75rem;
}

@media (min-width: 1200px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  input[type='url'],
  input[type='date'],
  select,
  textarea {
    font-size: 18px;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 16px;
  }
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
input[type='date']:not(textarea),
select:not(textarea),
textarea:not(textarea) {
  height: 50px;
}

@media (min-width: 1200px) {
  input[type='text']:not(textarea),
  input[type='tel']:not(textarea),
  input[type='email']:not(textarea),
  input[type='search']:not(textarea),
  input[type='password']:not(textarea),
  input[type='url']:not(textarea),
  input[type='date']:not(textarea),
  select:not(textarea),
  textarea:not(textarea) {
    height: 60px;
  }
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='date']:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #171717;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='date']::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #171717;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='date']:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #171717;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #171717;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
input[type='date'].placeholder,
select.placeholder,
textarea.placeholder {
  color: #171717;
}

.section-contact input[type='text'],
.section-contact
  input[type='tel'],
.section-contact
  input[type='email'],
.section-contact
  input[type='search'],
.section-contact
  input[type='password'],
.section-contact
  input[type='url'],
.section-contact
  input[type='date'],
.section-contact
  select,
.section-contact
  textarea {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.section-contact input[type='text']::-webkit-input-placeholder,
.section-contact
    input[type='tel']::-webkit-input-placeholder,
.section-contact
    input[type='email']::-webkit-input-placeholder,
.section-contact
    input[type='search']::-webkit-input-placeholder,
.section-contact
    input[type='password']::-webkit-input-placeholder,
.section-contact
    input[type='url']::-webkit-input-placeholder,
.section-contact
    input[type='date']::-webkit-input-placeholder,
.section-contact
    select::-webkit-input-placeholder,
.section-contact
    textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-contact input[type='text']::-moz-placeholder,
.section-contact
    input[type='tel']::-moz-placeholder,
.section-contact
    input[type='email']::-moz-placeholder,
.section-contact
    input[type='search']::-moz-placeholder,
.section-contact
    input[type='password']::-moz-placeholder,
.section-contact
    input[type='url']::-moz-placeholder,
.section-contact
    input[type='date']::-moz-placeholder,
.section-contact
    select::-moz-placeholder,
.section-contact
    textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.section-contact input[type='text']:-moz-placeholder,
.section-contact
    input[type='tel']:-moz-placeholder,
.section-contact
    input[type='email']:-moz-placeholder,
.section-contact
    input[type='search']:-moz-placeholder,
.section-contact
    input[type='password']:-moz-placeholder,
.section-contact
    input[type='url']:-moz-placeholder,
.section-contact
    input[type='date']:-moz-placeholder,
.section-contact
    select:-moz-placeholder,
.section-contact
    textarea:-moz-placeholder {
  color: #fff;
}

.section-contact input[type='text']:-ms-input-placeholder,
.section-contact
    input[type='tel']:-ms-input-placeholder,
.section-contact
    input[type='email']:-ms-input-placeholder,
.section-contact
    input[type='search']:-ms-input-placeholder,
.section-contact
    input[type='password']:-ms-input-placeholder,
.section-contact
    input[type='url']:-ms-input-placeholder,
.section-contact
    input[type='date']:-ms-input-placeholder,
.section-contact
    select:-ms-input-placeholder,
.section-contact
    textarea:-ms-input-placeholder {
  color: #fff;
}

.section-contact input[type='text'].placeholder,
.section-contact
    input[type='tel'].placeholder,
.section-contact
    input[type='email'].placeholder,
.section-contact
    input[type='search'].placeholder,
.section-contact
    input[type='password'].placeholder,
.section-contact
    input[type='url'].placeholder,
.section-contact
    input[type='date'].placeholder,
.section-contact
    select.placeholder,
.section-contact
    textarea.placeholder {
  color: #fff;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
  min-height: 140px;
  height: 140px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: color 0.25s linear, background 0.25s linear, border 0.25s linear, opacity 0.25s linear, box-shadow 0.25s linear;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 50px;
  padding: 0 17px 0  !important;
  line-height: 18px;
  outline: 0;
  cursor: pointer;
  border: #5E56B8;
  border-radius: 30px;
  background: #5E56B8;
  margin: 0 0 12px;
  min-width: 110px;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  background: #5E56B8;
  color: #fff;
}

@media (max-width: 479px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    height: 60px;
    line-height: 60px;
  }
}

.input-box {
  margin: 0 0 27px;
}

@media (min-width: 768px) {
  .input-box {
    margin-bottom: 1.125rem;
  }
}

.input-box [type="search"],
.input-box [type="email"],
.input-box [type="text"] {
  float: left;
  padding-right: 54px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer-top .input-box [type="search"],
.footer-top
    .input-box [type="email"],
.footer-top
    .input-box [type="text"] {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.input-box [type="search"]::-webkit-input-placeholder,
.input-box [type="email"]::-webkit-input-placeholder,
.input-box [type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.input-box [type="search"]::-moz-placeholder,
.input-box [type="email"]::-moz-placeholder,
.input-box [type="text"]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.input-box [type="search"]:-moz-placeholder,
.input-box [type="email"]:-moz-placeholder,
.input-box [type="text"]:-moz-placeholder {
  color: #fff;
}

.input-box [type="search"]:-ms-input-placeholder,
.input-box [type="email"]:-ms-input-placeholder,
.input-box [type="text"]:-ms-input-placeholder {
  color: #fff;
}

.input-box [type="search"].placeholder,
.input-box [type="email"].placeholder,
.input-box [type="text"].placeholder {
  color: #fff;
}

.input-box [type="submit"],
.input-box [type="button"],
.input-box .btn-submit {
  border: none !important;
  background: none !important;
  float: right;
  font-size: 17px;
  line-height: 50px;
  position: relative;
  z-index: 2;
  margin: 0 0 0 -100%;
  padding: 0 0  !important;
  min-width: 0;
  width: 46px;
}

@media (min-width: 1200px) {
  .input-box [type="submit"],
  .input-box [type="button"],
  .input-box .btn-submit {
    width: 60px;
  }
}

.input-box [type="submit"]:hover,
.input-box [type="submit"]:focus,
.input-box [type="button"]:hover,
.input-box [type="button"]:focus,
.input-box .btn-submit:hover,
.input-box .btn-submit:focus {
  color: #5E56B8;
}

.input-box [type="submit"] [class^="icon-"],
.input-box [type="submit"] [class*=" icon-"],
.input-box [type="submit"] [class^="ico-"],
.input-box [type="submit"] [class*=" ico-"],
.input-box [type="button"] [class^="icon-"],
.input-box [type="button"] [class*=" icon-"],
.input-box [type="button"] [class^="ico-"],
.input-box [type="button"] [class*=" ico-"],
.input-box .btn-submit [class^="icon-"],
.input-box .btn-submit [class*=" icon-"],
.input-box .btn-submit [class^="ico-"],
.input-box .btn-submit [class*=" ico-"] {
  position: relative;
  top: 2px;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-height: 27px;
  padding-left: 27px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control input[type='checkbox'],
.custom-control input[type='radio'] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 17px;
  height: 17px;
  opacity: 0;
}

.custom-control input[type='checkbox']:checked ~ .label-form:after,
.custom-control input[type='radio']:checked ~ .label-form:after {
  opacity: 1;
  visibility: visible;
}

.custom-control .label-form {
  position: relative;
}

.custom-control .label-form:before {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #171717;
  position: absolute;
  top: 0;
  left: -27px;
  display: block;
  pointer-events: none;
  content: "";
}

.footer-top .custom-control .label-form:before,
.section-contact .custom-control .label-form:before {
  background-color: transparent;
}

.footer-top .custom-control .label-form:before {
  border-color: rgba(255, 255, 255, 0.5);
}

.section-contact .custom-control .label-form:before {
  border-color: #fff;
}

.custom-control .label-form:after {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  width: 12px;
  height: 6px;
  border: 1px solid #171717;
  border-width: 0 0 2px 2px;
  position: absolute;
  top: 4px;
  left: -24px;
  transform: rotate(-45deg);
  content: "";
  opacity: 0;
  visibility: hidden;
}

.footer-top .custom-control .label-form:after,
.section-contact .custom-control .label-form:after {
  border-color: #fff;
}

.custom-checkbox .label-form:before {
  border-radius: 3px;
}

.custom-radio .label-form:before {
  border-radius: 50%;
}

.label-form {
  display: inline-block;
  vertical-align: top;
  font-size: 0.8125rem;
  line-height: 1.23077;
}

.form-contact-container {
  padding: 0 0 1.4375rem;
}

.nav-links,
.navigation,
.navigation-comments,
.navigation-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  [id="twocolumns"] {
    display: -ms-flexbox;
    display: flex;
  }
}

[id="content"] {
  padding: 1.875rem 0 3.75rem;
}

@media (min-width: 768px) {
  [id="content"] {
    width: 70%;
  }
}

[id="content"]:only-child {
  width: 100%;
}

[id="sidebar"] {
  padding: 1.875rem 0;
}

@media (min-width: 768px) {
  [id="sidebar"] {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 1.5rem;
}

.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}

@media (min-width: 768px) {
  [id="sidebar"] .search-form input,
  [id="sidebar"]
      .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative;
}

.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px 5px;
  padding: 0 3px;
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  margin-bottom: 5px !important;
  text-decoration: none;
  max-width: 49%;
}

@media (max-width: 479px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }

  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: '»';
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: '«';
  }
}

.navigation .nav-links {
  margin-bottom: 0;
}

.navigation-single {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 49%;
  border: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
  margin-bottom: 0 !important;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }

  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: '»';
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .navigation-single .prev a:after {
    content: '«';
  }
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input[type='text'],
.comment-form input[type='tel'],
.comment-form input[type='email'],
.comment-form input[type='search'],
.comment-form input[type='password'],
.comment-form input[type='url'],
.comment-form input[type='date'],
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .comment-form input[type='text'],
  .comment-form input[type='tel'],
  .comment-form input[type='email'],
  .comment-form input[type='search'],
  .comment-form input[type='password'],
  .comment-form input[type='url'],
  .comment-form input[type='date'],
  .comment-form textarea {
    max-width: 300px;
  }
}

.comment-form input[type='text'][type='submit'],
.comment-form input[type='tel'][type='submit'],
.comment-form input[type='email'][type='submit'],
.comment-form input[type='search'][type='submit'],
.comment-form input[type='password'][type='submit'],
.comment-form input[type='url'][type='submit'],
.comment-form input[type='date'][type='submit'],
.comment-form textarea[type='submit'] {
  display: block;
  width: auto;
}

.comment-form textarea {
  margin: 0;
}

.comment-form input[type="checkbox"] + label,
.comment-form input[type="radio"] + label {
  display: inline-block;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid transparent;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 4px;
}

.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 27px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 27px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}

.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

h1,
.h1 {
  font-size: 27px;
  line-height: 1.3337;
}

h2,
.h2 {
  font-size: 22px;
  margin-bottom: 1.125rem;
}

h3,
.h3,
.nubmer-list-container ol > li:before,
.date-list-container ol time,
.date-list-container ul time,
.card-case-study.card-fullwidth .card-title,
.links-accordion > li > a {
  font-size: 18px;
  line-height: 1.20067;
}

h4,
.h4 {
  font-size: 15px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 13px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 27px;
  }

  h3,
  .h3,
  .nubmer-list-container ol > li:before,
  .date-list-container ol time,
  .date-list-container ul time,
  .card-case-study.card-fullwidth .card-title,
  .links-accordion > li > a {
    font-size: 20px;
  }

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

  h5,
  .h5 {
    font-size: 17px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3,
  .nubmer-list-container ol > li:before,
  .date-list-container ol time,
  .date-list-container ul time,
  .card-case-study.card-fullwidth .card-title,
  .links-accordion > li > a {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 46px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3,
  .nubmer-list-container ol > li:before,
  .date-list-container ol time,
  .date-list-container ul time,
  .card-case-study.card-fullwidth .card-title,
  .links-accordion > li > a {
    font-size: 27px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

.top-block .h1,
.top-block
.h2,
.top-block
.h3,
.top-block
.h4,
.top-block
.h5,
.top-block
.h6,
.top-block
.h {
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.nubmer-list-container ol > li:before,
.date-list-container ol time,
.date-list-container ul time,
.card-case-study.card-fullwidth .card-title,
.links-accordion > li > a,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  color: #171717;
  font-family: "basier_square","Arial","Helvetica Neue","Helvetica",sans-serif;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  .nubmer-list-container ol > li:before,
  .date-list-container ol time,
  .date-list-container ul time,
  .card-case-study.card-fullwidth .card-title,
  .links-accordion > li > a,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 1.25rem;
  }
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.h6 a:focus,
.h a:hover,
.h a:focus {
  color: #5E56B8;
}

.bg-dark h1,
.bg-primary h1,
.hero-banner-dark h1,
.section-background h1,
#footer h1,
.card-case-study h1,
.card-case h1,
.card-post h1,
.bg-dark .h1,
.bg-primary .h1,
.hero-banner-dark .h1,
.section-background .h1,
#footer .h1,
.card-case-study .h1,
.card-case .h1,
.card-post .h1,
.bg-dark
h2,
.bg-primary
h2,
.hero-banner-dark
h2,
.section-background
h2,
#footer
h2,
.card-case-study
h2,
.card-case
h2,
.card-post
h2,
.bg-dark .h2,
.bg-primary .h2,
.hero-banner-dark .h2,
.section-background .h2,
#footer .h2,
.card-case-study .h2,
.card-case .h2,
.card-post .h2,
.bg-dark
h3,
.bg-primary
h3,
.hero-banner-dark
h3,
.section-background
h3,
#footer
h3,
.card-case-study
h3,
.card-case
h3,
.card-post
h3,
.bg-dark .h3,
.bg-primary .h3,
.hero-banner-dark .h3,
.section-background .h3,
#footer .h3,
.card-case-study .h3,
.card-case .h3,
.card-post .h3,
.bg-dark
h4,
.bg-primary
h4,
.hero-banner-dark
h4,
.section-background
h4,
#footer
h4,
.card-case-study
h4,
.card-case
h4,
.card-post
h4,
.bg-dark .h4,
.bg-primary .h4,
.hero-banner-dark .h4,
.section-background .h4,
#footer .h4,
.card-case-study .h4,
.card-case .h4,
.card-post .h4,
.bg-dark
h5,
.bg-primary
h5,
.hero-banner-dark
h5,
.section-background
h5,
#footer
h5,
.card-case-study
h5,
.card-case
h5,
.card-post
h5,
.bg-dark .h5,
.bg-primary .h5,
.hero-banner-dark .h5,
.section-background .h5,
#footer .h5,
.card-case-study .h5,
.card-case .h5,
.card-post .h5,
.bg-dark
h6,
.bg-primary
h6,
.hero-banner-dark
h6,
.section-background
h6,
#footer
h6,
.card-case-study
h6,
.card-case
h6,
.card-post
h6,
.bg-dark .h6,
.bg-primary .h6,
.hero-banner-dark .h6,
.section-background .h6,
#footer .h6,
.card-case-study .h6,
.card-case .h6,
.card-post .h6,
.bg-dark
.h,
.bg-primary
.h,
.hero-banner-dark
.h,
.section-background
.h,
#footer
.h,
.card-case-study
.h,
.card-case
.h,
.card-post
.h {
  transition: color 0.25s linear;
  color: inherit !important;
}

@media (min-width: 992px) {
  h2,
  .h2 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    margin-bottom: 1.8125rem;
  }
}

@media (min-width: 1200px) {
  h3,
  .h3,
  .nubmer-list-container ol > li:before,
  .date-list-container ol time,
  .date-list-container ul time,
  .card-case-study.card-fullwidth .card-title,
  .links-accordion > li > a {
    line-height: 1.3337;
  }
}

p {
  margin: 0 0 27px;
}

strong,
b {
  font-weight: 600;
}

a {
  transition: color 0.25s linear, background 0.25s linear, border 0.25s linear, opacity 0.25s linear, box-shadow 0.25s linear;
  color: #5E56B8;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

.bg-primary a:not(.btn) {
  color: inherit;
  text-decoration: none;
}

.bg-primary a:not(.btn):hover,
.bg-primary a:not(.btn):focus {
  color: #000;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

[id="header"] {
  transition: background-color 0.25s linear, box-shadow 0.25s linear, padding 0.25s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5vh 0;
  z-index: 999;
}

@media (min-width: 992px) {
  [id="header"].fixed-position {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  body:not(.nav-active) [id="header"].fixed-position {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 579px) {
  [id="header"] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-height: 570px) {
  [id="header"] {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  [id="header"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.header-dark .primary-menu > li > a:not(.btn),
.header-light .primary-menu > li > a:not(.btn) {
  color: inherit;
}

.header-dark {
  color: #fff;
}

.nav-active .header-dark .img-black {
  display: block;
}

.nav-active .header-dark .img-white {
  display: none;
}

.header-dark .primary-menu a:not(.btn):hover,
.header-dark .primary-menu a:not(.btn):focus,
.header-dark .primary-menu .hover > a:not(.btn) {
  color: #5E56B8;
}

.header-dark .img-black {
  display: none;
}

.header-light {
  color: #171717;
}

.header-light .primary-menu a:not(.btn):hover,
.header-light .primary-menu a:not(.btn):focus {
  color: #5E56B8;
}

.header-light .img-white {
  display: none;
}

.header-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
/* width from 131px */
.logo {
  width: 141px !important;
  margin-right: 10px;
  position: relative;
  z-index: 999;
}

/* width from 140px */
@media (min-width: 1200px) {
  .logo {
    width: 160px !important;
    margin-right: 20px;
  }
}

.logo img {
  transition: opacity 0.25s linear;
}

.nav-active .header-dark .nav-opener:before,
.nav-active .header-dark .nav-opener:after,
.nav-active .header-dark .nav-opener span {
  background-color: #000;
}

@media (min-width: 992px) {
  .menu-column:first-child .primary-menu > li:first-child {
    margin-left: 0;
  }
}

.main-nav {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .main-nav {
    position: relative;
  }
}

.main-nav .btn {
  font-size: 0.8125rem;
  line-height: 1.38462;
  margin-bottom: 0;
  min-width: 0;
  padding: 11px 17px;
}

@media (max-width: 991px) {
  .main-nav .btn {
    display: none !important;
  }
}

.nav-drop {
  font-size: 1.125rem;
  line-height: 1.22222;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 991;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .nav-drop {
    transition: opacity 0.25s linear, visibility 0.25s linear;
    background: #fff;
    color: #171717;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 15vh 0 15px;
  }
}

@media screen and (max-width: 768px) and (max-height: 570px) {
  .nav-drop {
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) and (max-height: 680px) {
  .nav-drop {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) and (min-height: 571px) and (max-height: 680px) {
  .nav-drop {
    font-size: 2.75vh;
  }
}

@media (min-width: 992px) {
  .nav-drop {
    padding: 90px 0 30px;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .nav-drop {
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .nav-drop {
    font-size: 0.8125rem;
    line-height: 1.38462;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .nav-drop .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .nav-drop .df-row-special {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .nav-drop .df-row-special [class^="col"],
  [id="header"]:not(.fixed-position) .nav-drop .df-row-special [class*=" col"],
  [id="header"]:not(.fixed-position) .nav-drop .df-row-special [class^="col-"],
  [id="header"]:not(.fixed-position) .nav-drop .df-row-special [class*=" col-"] {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: auto;
  }
}

@media (min-width: 992px) {
  .fixed-position .nav-drop {
    background: #fff;
    color: #171717;
    font-size: 1.25rem;
    line-height: 1.2;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media (min-width: 992px) {
  .fixed-position .nav-drop {
    padding-top: 8.75rem;
  }
}

@media (min-width: 1200px) {
  .fixed-position .nav-drop {
    font-size: 1.6875rem;
    padding-top: 12.5vw;
  }
}

@media (min-width: 992px) {
  .nav-active .fixed-position .nav-drop {
    transition: opacity 0.25s linear, visibility 0.25s linear;
  }
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.nav-drop a {
  text-decoration: none;
}

.nav-drop .has-drop-down-a,
.nav-drop .opener-holder {
  padding-right: 20px;
}

@media (min-width: 992px) {
  .nav-drop .has-drop-down-a,
  .nav-drop .opener-holder {
    padding-right: 19px;
  }
}

.nav-drop .has-drop-down-a:after,
.nav-drop .opener-holder:after {
  transition: all 0.25s linear;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
}

@media (max-width: 991px) {
  .nav-drop .has-drop-down-a:after,
  .nav-drop .opener-holder:after {
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #171717;
    right: 3px;
  }
}

@media (min-width: 992px) {
  .nav-drop .has-drop-down-a:after,
  .nav-drop .opener-holder:after {
    height: 0;
    width: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 3px solid #171717;
    right: 0;
  }

  .fixed-position .nav-drop .has-drop-down-a:after,
  .fixed-position
          .nav-drop .opener-holder:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #171717;
  }

  .header-dark:not(.fixed-position) .nav-drop .has-drop-down-a:after,
  .header-dark:not(.fixed-position)
          .nav-drop .opener-holder:after {
    border-top-color: #fff;
  }
}

.nav-drop .subnav-active .has-drop-down-a:after,
.nav-drop .subnav-active .opener-holder:after {
  transform: translateY(-50%) scaleY(-1);
}

@media (max-width: 991px) {
  .nav-drop .primary-menu {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.nav-drop .nav-title {
  font-weight: 600;
  display: block;
  margin: 0 0 0.8125rem;
}

@media screen and (max-width: 768px) and (max-height: 680px) {
  .nav-drop .nav-title {
    margin-bottom: 1.5vh;
  }
}

@media (min-width: 1200px) {
  .nav-drop .nav-title {
    margin-bottom: 0.9375rem;
  }
}

.nav-drop .drop-content {
  border-top: 1px solid rgba(23, 23, 23, 0.1);
  font-size: 0.9375rem;
  margin: 20px 0 0;
  padding: 36px 0 0;
}

@media screen and (max-width: 768px) and (max-height: 680px) {
  .nav-drop .drop-content {
    margin-top: 2.5vh;
    padding-top: 3.5vh;
  }
}

@media (min-width: 768px) {
  .nav-drop .drop-content {
    border-top: 0;
    margin-top: 0;
    padding-top: 14px;
  }
}

@media (min-width: 992px) {
  .nav-drop .drop-content {
    font-size: 1.125rem;
  }
}

.nav-drop .link-block {
  margin: 0 0 5.3vh;
}

@media screen and (max-width: 768px) and (max-height: 680px) {
  .nav-drop .link-block {
    margin-bottom: 3vh;
  }
}

@media (min-width: 1200px) {
  .nav-drop .link-block {
    margin-bottom: 3.375rem;
  }
}

.nav-drop a[href*="mailto:"] {
  color: #1B2A41;
  text-decoration: none;
  text-decoration: underline;
}

.nav-drop a[href*="mailto:"]:hover,
.nav-drop a[href*="mailto:"]:focus,
.nav-drop a[href*="mailto:"].active-answer,
.active-answer .nav-drop a[href*="mailto:"] {
  color: #5E56B8;
}

.nav-drop .social-networks {
  color: #000;
  font-size: 16px;
  margin-left: -13px;
  margin-right: -14px;
}

.nav-drop .social-networks > li {
  padding-left: 13px;
  padding-right: 14px;
}

.nav-drop .social-networks a {
  color: inherit;
  text-decoration: none;
}

.nav-drop .social-networks a:hover,
.nav-drop .social-networks a:focus {
  color: #5E56B8;
}

.nav-drop .btn-container {
  padding-top: 0;
}

@media (max-width: 991px) {
  .nav-drop .btn-container {
    display: none !important;
  }
}

.nav-active .nav-drop .btn-container {
  display: none !important;
}

.nav-drop-holder {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .nav-drop-holder {
    max-height: 100%;
    overflow-y: auto;
  }
}

@media (min-width: 992px) {
  .fixed-position .nav-drop-holder {
    max-height: 100%;
    overflow-y: auto;
  }
}

.primary-menu {
  text-transform: capitalize;
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .primary-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.primary-menu a:not(.btn) {
  color: inherit;
  display: block;
  position: relative;
}

@media (max-width: 991px) {
  .primary-menu a:not(.btn) {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 768px) and (max-height: 570px) {
  .primary-menu a:not(.btn) {
    padding-top: 1.25vh;
    padding-bottom: 1.25vh;
  }
}

@media screen and (max-width: 768px) and (min-height: 571px) and (max-height: 680px) {
  .primary-menu a:not(.btn) {
    padding-top: 1.25vh;
    padding-bottom: 1.25vh;
  }
}

@media (min-width: 992px) {
  .fixed-position .primary-menu a:not(.btn) {
    padding: 9px 0;
  }
}

@media (min-width: 1200px) {
  .fixed-position .primary-menu a:not(.btn) {
    padding: 11px 0;
  }
}

.primary-menu > li {
  position: relative;
  list-style: none;
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .primary-menu > li {
    margin-left: 1.4vw;
  }
}

@media (min-width: 1200px) {
  [id="header"]:not(.fixed-position) .primary-menu > li {
    margin-left: 34px;
  }
}

.primary-menu > li:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .primary-menu > li:hover .has-drop-down-a:after,
  [id="header"]:not(.fixed-position)
        .primary-menu > li:hover .opener-holder:after {
    transform: translateY(-50%) scaleY(-1);
  }
}

.primary-menu > .active > a:not(.btn),
.primary-menu > li > a:not(.btn):hover,
.primary-menu > li > a:not(.btn):focus {
  color: #5E56B8 !important;
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .primary-menu .visible-drop-lg {
    display: none;
  }
}

@media (max-width: 991px) {
  .primary-menu .subnav-slide {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .primary-menu .subnav-slide {
    font-size: 1rem;
    padding: 7px 0;
  }
}

@media (min-width: 992px) {
  .primary-menu .subnav-slide {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .primary-menu .subnav-slide {
    font-size: inherit;
    width: -webkit-max-content;
    width: max-content;
  }
}

@media (min-width: 992px) {
  .fixed-position .primary-menu .subnav-slide {
    margin-top: -2px;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.primary-menu .subnav-slide a:not(.btn) {
  color: rgba(0, 0, 0, 0.5);
  padding-top: 9px;
  padding-bottom: 9px;
}

@media (min-width: 992px) {
  .primary-menu .subnav-slide a:not(.btn) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .primary-menu .subnav-slide a:not(.btn) {
    color: inherit;
    text-decoration: none;
  }

  [id="header"]:not(.fixed-position) .primary-menu .subnav-slide a:not(.btn):hover,
  [id="header"]:not(.fixed-position) .primary-menu .subnav-slide a:not(.btn):focus {
    color: #5E56B8;
  }
}

@media (min-width: 992px) {
  .fixed-position .primary-menu .subnav-slide a:not(.btn) {
    padding: 6px 0;
  }
}

@media (min-width: 992px) {
  .fixed-position .primary-menu .subnav-slide a:not(.btn) {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}

.primary-menu .btn {
  font-size: inherit;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .primary-menu .visible-fixed {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .fixed-position .primary-menu .visible-fixed {
    display: block !important;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .subnav-accordion .subnav-slide {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .subnav-accordion:hover .subnav-slide {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .subnav-slide.js-acc-hidden,
  [id="header"]:not(.fixed-position) .subnav-slide.js-slide-hidden {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .subnav-slide {
    transition: opacity 0.25s linear, visibility 0.25s linear;
  }
}

@media (min-width: 992px) {
  .header-dark:not(.fixed-position) .subnav-opener:after {
    border-top-color: #fff;
  }
}

@media (min-width: 992px) {
  .header-light:not(.fixed-position) .subnav-opener:after {
    border-top-color: #171717;
  }
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .subnav-opener {
    pointer-events: none;
  }
}

.subnav-opener .opener-holder {
  position: relative;
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .drop-content {
    display: none;
  }
}

.nav-holder-right {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  float: right;
}

@media (min-width: 992px) {
  [id="header"]:not(.fixed-position) .nav-holder-right {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}

.nav-holder-right > * + * {
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .nav-holder-right > * + * {
    margin-left: 29px;
  }
}

.nav-opener {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  z-index: 993;
}

@media (max-width: 991px) {
  .nav-opener {
    width: 36px;
    height: 36px;
  }

  .nav-opener:before,
  .nav-opener:after,
  .nav-opener span {
    height: 1px;
    left: 30%;
    right: 30%;
  }

  .nav-opener span {
    margin-top: -1px;
  }

  .nav-opener:before {
    margin: -5px 0 0;
  }

  .nav-opener:after {
    margin: 3px 0 0;
  }
}

@media (min-width: 992px) {
  .nav-opener {
    width: 40px;
    height: 40px;
  }
}

.header-light .nav-opener {
  background-color: rgba(23, 23, 23, 0.1);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  transition: background-color 0.25s linear, transform 0.25s linear, margin 0.25s linear, opacity 0.25s linear;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 24.5%;
  right: 24.5%;
  height: 2px;
}

.header-dark .nav-opener:before,
.header-dark .nav-opener:after,
.header-dark
    .nav-opener span {
  background-color: #fff;
}

.nav-opener span {
  margin: -1px 0 0;
}

.nav-opener:before,
.nav-opener:after {
  content: '';
}

.nav-opener:before {
  margin: -7px 0 0;
}

.nav-opener:after {
  margin: 5px 0 0;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  background-color: #a29ed6;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: 0;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.badge {
  display: inline-block;
  vertical-align: middle;
  color: #171717;
  background: #D1D4D9;
  border-radius: 10px;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0.5rem;
  padding: 5px 10px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .badge {
    border-radius: 15px;
    padding: 9px 14px;
  }
}

.badge-warning {
  background-color: #FFD447;
}

.badge-primary {
  background-color: #5E56B8;
}

.badge-danger {
  background-color: #dc3545;
}

.badge-success {
  background-color: #28a745;
}

@media (min-width: 768px) {
  .btn-container {
    padding-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .btn-container {
    padding-top: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .btn-container {
    padding-top: 1.125rem;
  }
}

.btn,
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
  display: inline-block;
  vertical-align: top;
  background: #000;
  color: #fff;
  border-color: #000;
  border: 1px solid transparent;
  border-radius: 30px;
  font: 400 15px/18px "basier_square", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .03em;
  padding: 15px 20px;
  margin: 0 0 19px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.btn:hover,
.btn:focus,
button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='file'],
input:hover[type='submit'],
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='file'],
input:focus[type='submit'],
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.nav-links .next:focus,
.nav-links .prev:focus,
.navigation .next:focus,
.navigation .prev:focus,
.navigation-comments .next:focus,
.navigation-comments .prev:focus,
.navigation-single .next a:focus,
.navigation-single .prev a:focus {
  background: #5E56B8;
  color: #fff;
  border-color: #5E56B8;
}

@media (max-width: 479px) {
  .btn,
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'],
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a {
    display: block;
  }
}

@media (min-width: 992px) {
  .btn,
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'],
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .btn,
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'],
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 18px;
    min-width: 184px;
    padding: 20px 30px;
  }
}

.btn.btn-small,
button.btn-small,
input.btn-small[type='button'],
input.btn-small[type='reset'],
input.btn-small[type='file'],
input.btn-small[type='submit'],
.nav-links .btn-small.next,
.nav-links .btn-small.prev,
.navigation .btn-small.next,
.navigation .btn-small.prev,
.navigation-comments .btn-small.next,
.navigation-comments .btn-small.prev,
.navigation-single .next a.btn-small,
.navigation-single .prev a.btn-small {
  font-size: 0.8125rem;
  min-width: 0;
  padding: 8px 20px;
}

@media (min-width: 992px) {
  .btn.btn-small,
  button.btn-small,
  input.btn-small[type='button'],
  input.btn-small[type='reset'],
  input.btn-small[type='file'],
  input.btn-small[type='submit'],
  .nav-links .btn-small.next,
  .nav-links .btn-small.prev,
  .navigation .btn-small.next,
  .navigation .btn-small.prev,
  .navigation-comments .btn-small.next,
  .navigation-comments .btn-small.prev,
  .navigation-single .next a.btn-small,
  .navigation-single .prev a.btn-small {
    min-width: 105px;
  }
}

.btn-default {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn-default:hover,
.btn-default:focus {
  background: #5E56B8;
  color: #fff;
  border-color: #5E56B8;
}

.btn-primary,
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
  background: #5E56B8;
  color: #fff;
  border-color: #5E56B8;
}

.btn-primary:hover,
.btn-primary:focus,
button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='file'],
input:hover[type='submit'],
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='file'],
input:focus[type='submit'],
.nav-links .next:focus,
.nav-links .prev:focus,
.navigation .next:focus,
.navigation .prev:focus,
.navigation-comments .next:focus,
.navigation-comments .prev:focus,
.navigation-single .next a:focus,
.navigation-single .prev a:focus {
  background: #48419a;
  color: #fff;
  border-color: #48419a;
}

.btn-warning {
  background: #FFD447;
  color: #fff;
  border-color: #FFD447;
}

.btn-warning:hover,
.btn-warning:focus {
  background: #ffc814;
  color: #fff;
  border-color: #ffc814;
}

.btn-white {
  background: #fff;
  color: #5E56B8;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  background: #d6d4ed;
  color: #5E56B8;
  border-color: #d6d4ed;
}

.btn-sm {
  border-radius: 20px;
  padding: 4px 10px;
}

.btn-outline {
  background-color: transparent;
}

.btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-dark {
  background-color: transparent;
  border-color: #171717;
  color: #171717;
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}

.btn-group > .btn + .btn {
  border-left: 0;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-wrap .btn {
  margin: 0 0 10px;
  max-width: 50%;
}

.btn-wrap .btn + .btn {
  margin-left: 20px;
}

.btn-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}

@media (min-width: 992px) {
  .btn-circle {
    width: 53px;
    height: 53px;
    font-size: 19px;
  }
}

.btn-circle:before,
.btn-circle:after {
  transition: opacity 0.25s linear, visibility 0.25s linear, width 0.25s linear, height 0.25s linear, border 0.25s linear, background-color 0.25s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.btn-circle:after {
  background: transparent;
  border: 1px solid transparent;
}

.btn-circle:hover:after,
.btn-circle:hover:before,
.btn-circle:focus:after,
.btn-circle:focus:before {
  opacity: 1;
  visibility: visible;
  width: 142.85%;
  height: 142.85%;
}

.btn-circle:hover:after,
.btn-circle:focus:after {
  border-color: #5E56B8;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
}

.card-industry .btn-circle {
  font-size: 19px;
}

@media (min-width: 992px) {
  .card-industry .btn-circle {
    font-size: 27px;
  }
}

.card-industry .btn-circle-primary,
.card-industry
.btn-circle-outline {
  width: 50px;
  height: 50px;
}

@media (min-width: 992px) {
  .card-industry .btn-circle-primary,
  .card-industry
    .btn-circle-outline {
    width: 70px;
    height: 70px;
  }
}

.btn-circle-primary {
  background: #5E56B8;
  color: #fff;
}

.img-holder .btn-circle-primary:hover,
.img-holder .btn-circle-primary:focus {
  color: #fff;
}

.img-holder .btn-circle-primary:hover:after,
.img-holder .btn-circle-primary:focus:after {
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-circle-primary:hover,
.btn-circle-primary:focus {
  background-color: transparent;
  color: #5E56B8;
}

.btn-circle-outline {
  border: 1px solid rgba(23, 23, 23, 0.2);
  color: #5E56B8;
}

.btn-circle-outline:hover,
.btn-circle-outline:focus {
  background-color: #6f68c0;
  border-color: transparent;
  color: #fff;
}

.img-holder .btn-circle-outline {
  border-color: transparent;
  color: #fff;
}

.img-holder .btn-circle-outline:before,
.img-holder .btn-circle-outline:after {
  width: 142.85%;
  height: 142.85%;
}

.img-holder .btn-circle-outline:after {
  opacity: 1;
  visibility: visible;
  border-color: #fff;
}

.img-holder .btn-circle-outline:hover,
.img-holder .btn-circle-outline:focus {
  background-color: #5E56B8;
  border-color: #5E56B8;
  color: #fff;
}

.img-holder .btn-circle-outline:hover:after,
.img-holder .btn-circle-outline:focus:after {
  width: 100%;
  height: 100%;
  border-color: transparent;
}

.btn-play {
  width: 50px;
  height: 50px;
  background: #5E56B8;
  border-radius: 50%;
  font-size: 1rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

@media (min-width: 992px) {
  .btn-play {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .embed-video-holder .btn-play,
  .card-horizontal-large .btn-play {
    width: 82px;
    height: 82px;
    font-size: 1.375rem;
  }
}

.btn-play:hover,
.btn-play:focus {
  outline: 0;
}

@media (min-width: 1200px) {
  .btn-play.btn-play-sm {
    width: 60px;
    height: 60px;
  }
}

.btn-play [class^="icon-"],
.btn-play [class*=" icon-"],
.btn-play [class^="ico-"],
.btn-play [class*=" ico-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0 0 0 1px;
}

@media (max-width: 767px) {
  .collapse-content-container .collapse-content-mobile {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    margin: 0 -20px -1px;
    padding: 18px 20px;
  }

  .collapse-content-container .collapse-content-mobile:last-child {
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  }

  .bg-dark .collapse-content-container .collapse-content-mobile,
  .bg-primary .collapse-content-container .collapse-content-mobile {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .collapse-content-mobile .collapse-content-opener {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .collapse-content-mobile .collapse-content-opener:after {
    display: none;
  }
}

.collapse-content-opener {
  position: relative;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .collapse-content-opener {
    cursor: pointer;
  }
}

.collapse-content-opener:after {
  content: "";
  font: 17px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
  right: -2px;
}

.bg-dark .collapse-content-opener:after,
.bg-primary .collapse-content-opener:after {
  color: #fff;
}

.collapse-active .collapse-content-opener:after {
  content: "\e90f";
}

@media (max-width: 767px) {
  .collapse-content-slide {
    padding: 1rem 0 0.5rem;
  }
}

.section-with-decor {
  overflow: hidden;
  position: relative;
}

.section-with-decor .decor-container {
  width: 1390px;
  height: 735px;
  z-index: 0;
  transform: translate(-53.5%, -60.5%) rotate(-161deg);
}

@media (min-width: 992px) {
  .section-with-decor .decor-container {
    width: 2061px;
    height: 1090px;
    transform: translate(-49.5%, -59.8%) rotate(-161.2deg);
  }
}

@media (min-width: 1200px) {
  .section-with-decor .decor-container {
    width: 2639px;
    height: 1396px;
  }
}

.decor-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  transform-origin: 50% 50%;
  pointer-events: none;
}

.hero-banner .decor-container {
  width: 1390px;
  height: 735px;
  z-index: 0;
  transform: translate(-53.5%, -60.5%) rotate(-161deg);
}

@media (min-width: 992px) {
  .hero-banner .decor-container {
    width: 2061px;
    height: 1090px;
    transform: translate(-49.5%, -59.8%) rotate(-161.2deg);
  }
}

@media (min-width: 1200px) {
  .hero-banner .decor-container {
    width: 2639px;
    height: 1396px;
  }
}

@media (min-width: 992px) {
  .hero-baner-industries .decor-container {
    width: 1700px;
    height: 900px;
    transform: translate(-49.5%, -43.8%) rotate(-29.9deg);
  }
}

@media (min-width: 1200px) {
  .hero-baner-industries .decor-container {
    width: 2088px;
    height: 1105px;
    transform: translate(-49.5%, -43.8%) rotate(-29.9deg);
  }
}

@media (min-width: 992px) {
  .hero-baner-technology .decor-container {
    width: 1700px;
    height: 900px;
    transform: translate(-49.5%, -43.8%) rotate(15deg);
  }
}

@media (min-width: 1200px) {
  .hero-baner-technology .decor-container {
    width: 2088px;
    height: 1105px;
  }
}

.hero-baner-about .decor-container {
  width: 1390px;
  height: 735px;
  z-index: 0;
  transform: translate(-53.8%, -49.5%) rotate(-161deg);
}

@media (min-width: 992px) {
  .hero-baner-about .decor-container {
    width: 2600px;
    height: 1376px;
    transform: translate(-52.8%, -50.5%) rotate(-149.9deg);
  }
}

@media (min-width: 1200px) {
  .hero-baner-about .decor-container {
    width: 3492px;
    height: 1846px;
  }
}

.section-gallery {
  overflow: hidden;
  position: relative;
}

.section-gallery .decor-container {
  width: 1798px;
  height: 951px;
  transform: translate(-45.7%, -10.8%) rotate(43deg);
}

@media (min-width: 768px) {
  .section-gallery .decor-container {
    width: 2800px;
    height: 1482px;
    transform: translate(-53.3%, -40.6%) rotate(44deg);
  }
}

@media (min-width: 992px) {
  .section-gallery .decor-container {
    width: 3409px;
    height: 1803px;
  }
}

.embed-video-holder {
  overflow: hidden;
}

@media (min-width: 768px) {
  .embed-video-holder.img-desktop-right .decor-container {
    width: 1580px;
    height: 836px;
    transform: translate(-44.1%, -48.5%) rotate(-50.7deg);
  }
}

@media (min-width: 992px) {
  .embed-video-holder.img-desktop-right .decor-container {
    width: 1780px;
    height: 941px;
  }
}

@media (min-width: 1200px) {
  .embed-video-holder.img-desktop-right .decor-container {
    width: 1987px;
    height: 1051px;
  }
}

.embed-video-holder .decor-container {
  width: 1120px;
  height: 592px;
  transform: translate(-48.6%, -58.3%) rotate(-45deg);
}

@media (min-width: 992px) {
  .embed-video-holder .decor-container {
    width: 1300px;
    height: 688px;
    transform: translate(-28%, -2%) rotate(-90deg);
  }
}

@media (min-width: 1200px) {
  .embed-video-holder .decor-container {
    width: 1561px;
    height: 826px;
    transform: translate(-26%, -10.6%) rotate(-90deg);
  }
}

.section-who-work {
  overflow: hidden;
  position: relative;
}

.section-who-work .container {
  position: relative;
  z-index: 5;
}

.section-who-work .decor-container {
  width: 1798px;
  height: 952px;
  transform: translate(-60.7%, -50.4%) rotate(43.81deg);
}

@media (min-width: 992px) {
  .section-who-work .decor-container {
    width: 1900px;
    height: 1005px;
    transform: translate(-58%, -32%) rotate(43.81deg);
  }
}

@media (min-width: 1200px) {
  .section-who-work .decor-container {
    width: 2062px;
    height: 1091px;
    transform: translate(-61.4%, -34.6%) rotate(43.81deg);
  }
}

.section-contact {
  overflow: hidden;
  position: relative;
}

.section-contact .decor-container {
  width: 1473px;
  height: 779px;
  transform: translate(-58.1%, -53.5%) rotate(-14.9deg);
}

@media (min-width: 992px) {
  .section-contact .decor-container {
    width: 2200px;
    height: 1164px;
    transform: translate(-58.1%, -53.5%) rotate(-14.9deg);
  }
}

@media (min-width: 1200px) {
  .section-contact .decor-container {
    width: 2889px;
    height: 1528px;
    transform: translate(-58.1%, -53.5%) rotate(-14.9deg);
  }
}

@media (min-width: 992px) {
  .section-subscribe .decor-container {
    transform: translate(-55.3%, -51.9%) rotate(-14.9deg);
  }
}

.section-use-cases {
  overflow: hidden;
  position: relative;
}

.section-use-cases .decor-container {
  width: 1473px;
  height: 779px;
  transform: translate(-48.2%, -40%) rotate(44deg);
}

@media (min-width: 992px) {
  .section-use-cases .decor-container {
    width: 2200px;
    height: 1164px;
    transform: translate(-65.75%, -58%) rotate(146.7deg);
  }
}

@media (min-width: 1200px) {
  .section-use-cases .decor-container {
    width: 3083px;
    height: 1631px;
  }
}

.section-testimonials {
  overflow: hidden;
  position: relative;
}

.section-testimonials .decor-container {
  width: 2181px;
  height: 1153px;
  transform: translate(-57.8%, -33.9%) rotate(15.1deg);
}

@media (min-width: 992px) {
  .section-testimonials .decor-container {
    width: 2600px;
    height: 1376px;
    transform: translate(-51.55%, -49%) rotate(0deg);
  }
}

@media (min-width: 1200px) {
  .section-testimonials .decor-container {
    width: 3033px;
    height: 1604px;
  }
}

.section-about-clients {
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .section-about-clients .decor-container {
    width: 1580px;
    height: 836px;
    transform: translate(-71.6%, -41%) rotate(120.2deg);
  }
}

@media (min-width: 992px) {
  .section-about-clients .decor-container {
    width: 1780px;
    height: 941px;
  }
}

@media (min-width: 1200px) {
  .section-about-clients .decor-container {
    width: 1987px;
    height: 1051px;
  }
}

@media (min-width: 768px) {
  .section-results .decor-container {
    width: 1580px;
    height: 836px;
    transform: translate(-30.6%, -37.1%) rotate(-50.6deg);
  }
}

@media (min-width: 992px) {
  .section-results .decor-container {
    width: 1780px;
    height: 941px;
  }
}

@media (min-width: 1200px) {
  .section-results .decor-container {
    width: 1987px;
    height: 1051px;
  }
}

.section-investors .decor-container {
  width: 2000px;
  height: 1058px;
  transform: translate(-47.4%, -57.8%) rotate(43.9deg);
}

@media (min-width: 992px) {
  .section-investors .decor-container {
    width: 2800px;
    height: 1480px;
  }
}

@media (min-width: 1200px) {
  .section-investors .decor-container {
    width: 3536px;
    height: 1870px;
  }
}

.section-team .decor-container {
  width: 2078px;
  height: 1100px;
  transform: translate(-49.6%, -33%) rotate(-45deg);
}

@media (min-width: 992px) {
  .section-team .decor-container {
    width: 2700px;
    height: 1429px;
    transform: translate(-53.9%, -17.5%) rotate(-52.6deg);
  }
}

@media (min-width: 1200px) {
  .section-team .decor-container {
    width: 4292px;
    height: 2273px;
  }
}

@media (min-width: 992px) {
  .section-team + .section-content-small,
  .section-team + .section-main-small,
  .section-team + .section-main {
    padding-top: 0 !important;
  }
}

.visual-holder .decor-container {
  width: 848px;
  height: 448px;
  transform: translate(-33.1%, -41.5%) rotate(-137.9deg);
}

@media (min-width: 992px) {
  .visual-holder .decor-container {
    width: 1200px;
    height: 635px;
    transform: translate(-35.2%, -41.8%) rotate(-134.9deg);
  }
}

@media (min-width: 1200px) {
  .visual-holder .decor-container {
    width: 1561px;
    height: 826px;
  }
}

.social-networks-circle a,
.social-networks a {
  text-decoration: none !important;
}

.social-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -14px;
  margin-right: -14px;
}

.social-networks > li {
  padding: 0 14px 5px;
}

.social-networks-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}

.social-networks-circle > li {
  padding: 0 8px 5px;
}

.social-networks-circle a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  color: #171717;
  font-size: 11px;
  position: relative;
}

@media (min-width: 1200px) {
  .social-networks-circle a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.social-networks-circle a:hover,
.social-networks-circle a:focus {
  color: #5E56B8;
}

.social-networks-circle [class^="icon-"],
.social-networks-circle [class*=" icon-"],
.social-networks-circle [class^="ico-"],
.social-networks-circle [class*=" ico-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: -1px 0 0;
}

.circle-logo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .circle-logo {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .circle-logo {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 1200px) {
  .circle-logo {
    width: 145px;
    height: 145px;
  }
}

.circle-logo-blue img,
.circle-logo-yellow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 57%;
}

.circle-logo-blue {
  background: radial-gradient(185.33% 185.33% at 3.89% -71.11%, #5E56B8 0%, #C2EFEB 100%);
}

.circle-logo-yellow {
  background: radial-gradient(135.25% 135.25% at 20.22% -20.77%, #FFD447 0%, #C2EFEB 100%);
}

.list-checked-container.content-block {
  padding-bottom: 0;
}

.list-checked,
.list-checked-title,
.list-checked-title-container ul,
.list-checked-container ul {
  color: #171717;
  margin: 0;
}

.bg-dark .list-checked,
.bg-primary .list-checked,
.bg-dark
  .list-checked-title,
.bg-primary
  .list-checked-title,
.bg-dark
  .list-checked-title-container ul,
.bg-primary
  .list-checked-title-container ul,
.bg-dark
  .list-checked-container ul,
.bg-primary
  .list-checked-container ul {
  color: inherit;
}

@media (min-width: 992px) {
  .list-checked h1,
  .list-checked .h1,
  .list-checked h2,
  .list-checked .h2,
  .list-checked h3,
  .list-checked .h3,
  .list-checked h4,
  .list-checked .h4,
  .list-checked h5,
  .list-checked .h5,
  .list-checked h6,
  .list-checked .h6,
  .list-checked .h,
  .list-checked-title h1,
  .list-checked-title .h1,
  .list-checked-title h2,
  .list-checked-title .h2,
  .list-checked-title h3,
  .list-checked-title .h3,
  .list-checked-title h4,
  .list-checked-title .h4,
  .list-checked-title h5,
  .list-checked-title .h5,
  .list-checked-title h6,
  .list-checked-title .h6,
  .list-checked-title .h,
  .list-checked-title-container ul h1,
  .list-checked-title-container ul .h1,
  .list-checked-title-container ul h2,
  .list-checked-title-container ul .h2,
  .list-checked-title-container ul h3,
  .list-checked-title-container ul .h3,
  .list-checked-title-container ul h4,
  .list-checked-title-container ul .h4,
  .list-checked-title-container ul h5,
  .list-checked-title-container ul .h5,
  .list-checked-title-container ul h6,
  .list-checked-title-container ul .h6,
  .list-checked-title-container ul .h,
  .list-checked-container ul h1,
  .list-checked-container ul .h1,
  .list-checked-container ul h2,
  .list-checked-container ul .h2,
  .list-checked-container ul h3,
  .list-checked-container ul .h3,
  .list-checked-container ul h4,
  .list-checked-container ul .h4,
  .list-checked-container ul h5,
  .list-checked-container ul .h5,
  .list-checked-container ul h6,
  .list-checked-container ul .h6,
  .list-checked-container ul .h {
    margin-bottom: 0.8125rem;
  }
}

.list-checked p,
.list-checked-title p,
.list-checked-title-container ul p,
.list-checked-container ul p {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .list-checked p,
  .list-checked-title p,
  .list-checked-title-container ul p,
  .list-checked-container ul p {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .list-checked > li,
  .list-checked-title > li,
  .list-checked-title-container ul > li,
  .list-checked-container ul > li {
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .list-checked > li,
  .list-checked-title > li,
  .list-checked-title-container ul > li,
  .list-checked-container ul > li {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .list-checked > li,
  .list-checked-title > li,
  .list-checked-title-container ul > li,
  .list-checked-container ul > li {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .list-checked > li:nth-last-child(1),
  .list-checked > li:nth-last-child(2),
  .list-checked-title > li:nth-last-child(1),
  .list-checked-title > li:nth-last-child(2),
  .list-checked-title-container ul > li:nth-last-child(1),
  .list-checked-title-container ul > li:nth-last-child(2),
  .list-checked-container ul > li:nth-last-child(1),
  .list-checked-container ul > li:nth-last-child(2) {
    padding-bottom: 0.5rem;
  }
}

.list-checked > li,
.list-checked-container ul > li,
.list-checked-title > li > h1,
.list-checked-title-container > li > h1,
.list-checked-title > li > h2,
.list-checked-title-container > li > h2,
.list-checked-title > li > h3,
.list-checked-title-container > li > h3,
.list-checked-title > li > h4,
.list-checked-title-container > li > h4 {
  position: relative;
  padding-left: 28px;
}

@media (min-width: 992px) {
  .list-checked > li,
  .list-checked-container ul > li,
  .list-checked-title > li > h1,
  .list-checked-title-container > li > h1,
  .list-checked-title > li > h2,
  .list-checked-title-container > li > h2,
  .list-checked-title > li > h3,
  .list-checked-title-container > li > h3,
  .list-checked-title > li > h4,
  .list-checked-title-container > li > h4 {
    padding-left: 44px;
  }
}

.list-checked > li:before,
.list-checked-container ul > li:before,
.list-checked-title > li > h1:before,
.list-checked-title-container > li > h1:before,
.list-checked-title > li > h2:before,
.list-checked-title-container > li > h2:before,
.list-checked-title > li > h3:before,
.list-checked-title-container > li > h3:before,
.list-checked-title > li > h4:before,
.list-checked-title-container > li > h4:before {
  width: 17px;
  height: 17px;
  background: #5E56B8;
  border-radius: 50%;
  color: #fff;
  font: 0.5625rem "icomoon";
  content: "\e905";
  position: absolute;
  left: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .list-checked > li:before,
  .list-checked-container ul > li:before,
  .list-checked-title > li > h1:before,
  .list-checked-title-container > li > h1:before,
  .list-checked-title > li > h2:before,
  .list-checked-title-container > li > h2:before,
  .list-checked-title > li > h3:before,
  .list-checked-title-container > li > h3:before,
  .list-checked-title > li > h4:before,
  .list-checked-title-container > li > h4:before {
    width: 24px;
    height: 24px;
    font-size: 0.6875rem;
  }
}

.list-checked-title-container > li > h1:before,
.list-checked-title > li > h2:before,
.list-checked-title-container > li > h2:before,
.list-checked-title > li > h3:before,
.list-checked-title-container > li > h3:before,
.list-checked-title > li > h4:before,
.list-checked-title-container > li > h4:before {
  top: 2px;
}

@media (min-width: 992px) {
  .list-checked-title-container > li > h1:before,
  .list-checked-title > li > h2:before,
  .list-checked-title-container > li > h2:before,
  .list-checked-title > li > h3:before,
  .list-checked-title-container > li > h3:before,
  .list-checked-title > li > h4:before,
  .list-checked-title-container > li > h4:before {
    top: 5px;
  }
}

.list-checked > li:before,
.list-checked-container ul > li:before {
  top: 4px;
}

@media (min-width: 992px) {
  .list-checked > li:before,
  .list-checked-container ul > li:before {
    top: 7px;
  }
}

.text-lead .list-checked,
.text-lead ul {
  padding-top: 0.375rem;
}

.text-lead .list-checked > li,
.list-checked-container.text-lead ul > li {
  color: #5E56B8;
  padding-bottom: 1.125rem;
}

.text-lead .list-checked > li:last-child,
.list-checked-container.text-lead ul > li:last-child {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .text-lead .list-checked > li,
  .list-checked-container.text-lead ul > li {
    padding-bottom: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .text-lead .list-checked > li,
  .list-checked-container.text-lead ul > li {
    padding-bottom: 1.6875rem;
  }
}

.list-fourcolumns {
	list-style-type:none;
}

@media (min-width: 768px) {
  .list-twocolumns,
  .list-twocolumns-container ul,
  .list-fourcolumns,
  .list-fourcolumns-container ul 
  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) {
  .list-twocolumns,
  .list-twocolumns-container ul,
  .list-fourcolumns,
  .list-fourcolumns-container ul  
   {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 1200px) {
  .list-twocolumns,
  .list-twocolumns-container ul,
  .list-fourcolumns,
  .list-fourcolumns-container ul  
  {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 768px) {
  .list-twocolumns > li,
  .list-twocolumns-container ul > li
   {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-fourcolumns > li,
  .list-fourcolumns-container ul > li  
  {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  
  }  
}

@media (min-width: 992px) {
  .list-twocolumns > li,
  .list-twocolumns-container ul > li,
  .list-fourcolumns > li,
  .list-fourcolumns-container ul > li   
   {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .list-twocolumns > li,
  .list-twocolumns-container ul > li,
  .list-fourcolumns > li,
  .list-fourcolumns-container ul > li   
   {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.date-list-container,
.nubmer-list-container {
  color: #171717;
}

.date-list-container .content-block ol,
.nubmer-list-container .content-block ol {
  padding-bottom: 0;
}

.date-list-container ol,
.date-list-container ul,
.nubmer-list-container ol,
.nubmer-list-container ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0.5625rem;
}

@media (max-width: 991px) {
  .date-list-container ol,
  .date-list-container ul,
  .nubmer-list-container ol,
  .nubmer-list-container ul {
    line-height: 1.80667;
  }
}

.date-list-container ol > li,
.date-list-container ul > li,
.nubmer-list-container ol > li,
.nubmer-list-container ul > li {
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  list-style: none;
  margin: 0 0 1.625rem;
  padding: 0 0 0.75rem;
}

@media (min-width: 768px) {
  .date-list-container ol > li,
  .date-list-container ul > li,
  .nubmer-list-container ol > li,
  .nubmer-list-container ul > li {
    padding-left: 60px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .date-list-container ol > li,
  .date-list-container ul > li,
  .nubmer-list-container ol > li,
  .nubmer-list-container ul > li {
    padding-left: 120px;
  }
}

@media (min-width: 1200px) {
  .date-list-container ol > li,
  .date-list-container ul > li,
  .nubmer-list-container ol > li,
  .nubmer-list-container ul > li {
    margin-bottom: 1.875rem;
    padding-left: 205px;
  }
}

.date-list-container ol > li:last-child,
.date-list-container ul > li:last-child,
.nubmer-list-container ol > li:last-child,
.nubmer-list-container ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0.25rem;
}

.date-list-container ol h2,
.date-list-container ol .h2,
.date-list-container ol h3,
.date-list-container ol .h3,
.date-list-container ol h4,
.date-list-container ol .h4,
.date-list-container ul h2,
.date-list-container ul .h2,
.date-list-container ul h3,
.date-list-container ul .h3,
.date-list-container ul h4,
.date-list-container ul .h4,
.nubmer-list-container ol h2,
.nubmer-list-container ol .h2,
.nubmer-list-container ol h3,
.nubmer-list-container ol .h3,
.nubmer-list-container ol h4,
.nubmer-list-container ol .h4,
.nubmer-list-container ul h2,
.nubmer-list-container ul .h2,
.nubmer-list-container ul h3,
.nubmer-list-container ul .h3,
.nubmer-list-container ul h4,
.nubmer-list-container ul .h4 {
  margin-bottom: 0.6875rem;
}

.date-list-container ol p,
.date-list-container ul p,
.nubmer-list-container ol p,
.nubmer-list-container ul p {
  margin-bottom: 1em;
}

.date-list-container ol,
.nubmer-list-container ol {
  counter-reset: item;
}

.nubmer-list-container ol > li:before {
  display: block;
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
}

@media (max-width: 767px) {
  .nubmer-list-container ol > li:before {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .nubmer-list-container ol > li:before {
    position: absolute;
    left: 0;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .date-list-container ol > li,
  .date-list-container ul > li {
    padding-left: 180px;
  }
}

@media (min-width: 992px) {
  .date-list-container ol > li,
  .date-list-container ul > li {
    padding-left: 220px;
  }
}

@media (min-width: 1200px) {
  .date-list-container ol > li,
  .date-list-container ul > li {
    padding-left: 260px;
  }
}

@media (min-width: 1420px) {
  .date-list-container ol > li,
  .date-list-container ul > li {
    padding-left: 303px;
  }
}

.date-list-container ol time,
.date-list-container ul time {
  display: block;
}

@media (max-width: 767px) {
  .date-list-container ol time,
  .date-list-container ul time {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .date-list-container ol time,
  .date-list-container ul time {
    position: absolute;
    left: 0;
    margin-bottom: 0 !important;
  }
}

.list-statistic {
  color: #171717;
}

.bg-dark .list-statistic,
.bg-primary .list-statistic {
  color: inherit;
}

.list-statistic dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1.1875rem;
}

@media (min-width: 992px) {
  .list-statistic dl {
    margin-bottom: 0.75rem;
  }
}

.list-statistic dl > * {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

.list-statistic dl dt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 992px) {
  .list-statistic dl dt {
    font-size: 1.125rem;
  }
}

.list-statistic dl dd {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.33333;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 1px;
}

@media (min-width: 768px) {
  .list-statistic dl dd {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .list-statistic dl dd {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .list-statistic dl dd {
    margin-bottom: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .list-product-container ul {
    text-align: center;
  }
}

.list-product-container ul > li {
  border: solid rgba(23, 23, 23, 0.2);
  border-width: 1px 0;
  padding: 1.125rem 0;
}

@media (min-width: 768px) {
  .list-product-container ul > li {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

@media (min-width: 992px) {
  .list-product-container ul > li {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .list-product-container ul > li {
    padding-top: 2.5rem;
    padding-bottom: 1.6875rem;
  }
}

.list-product-container ul > li + li {
  margin: -1px 0 0;
}

.list-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0 -14px;
  padding: 1.1875rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .list-logos {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.list-logos.list-logos-centered > li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 72%;
}

@media (min-width: 480px) {
  .list-logos.list-logos-centered > li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 33.33333%;
    width: auto;
  }
}

@media (min-width: 992px) {
  .list-logos.list-logos-centered > li {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.list-logos > li {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  padding: 0 14px 2.25rem;
}

.home .list-logos > li {
  padding-bottom: 1.5rem;
}

@media (min-width: 480px) {
  .list-logos > li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .list-logos > li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .list-logos > li {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .list-logos > li {
    padding-bottom: 3.3125rem;
  }
}

.list-logos a {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .list-logos a {
    display: inline-block;
  }
}

.list-boxes-container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .list-boxes-container ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 992px) {
  .list-boxes-container ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.list-boxes-container ul > li {
  list-style: none;
  padding: 0 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .list-boxes-container ul > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: calc(100% / 2);
    max-width: calc(100% / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .list-boxes-container ul > li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  .list-boxes-container ul > li {
    padding: 0 10px 20px;
  }
}

.list-boxes-container .link-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-box {
  display: block;
  border: 1px solid rgba(27, 42, 65, 0.2);
  border-radius: 7px;
  padding: 1.0625rem;
}

.link-box .ico-circle-holder {
  transition: border-color 0.25s linear, background-color 0.25s linear;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(27, 42, 65, 0.2);
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0.8125rem;
  padding: 5px;
}

@media (min-width: 992px) {
  .link-box .ico-circle-holder {
    width: 50px;
    height: 50px;
    margin-bottom: 1.5rem;
  }
}

.link-box .ico-circle-holder [class^="icon-"],
.link-box .ico-circle-holder [class*=" icon-"],
.link-box .ico-circle-holder [class^="ico-"],
.link-box .ico-circle-holder [class*=" ico-"] {
  color: #5E56B8;
  font-size: 19px;
}

@media (min-width: 992px) {
  .link-box .ico-circle-holder [class^="icon-"],
  .link-box .ico-circle-holder [class*=" icon-"],
  .link-box .ico-circle-holder [class^="ico-"],
  .link-box .ico-circle-holder [class*=" ico-"] {
    font-size: 24px;
  }
}

.link-box .box-title {
  color: inherit;
  font-size: 100%;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 992px) {
  .link-box .box-title {
    line-height: 1.50278;
  }
}

a.link-box {
  color: #171717;
  text-decoration: none;
}

a.link-box:hover,
a.link-box:focus,
a.link-box.active-answer,
.active-answer a.link-box {
  color: #5E56B8;
}

a.link-box:hover .ico-circle-holder,
a.link-box:focus .ico-circle-holder {
  background-color: rgba(94, 86, 184, 0.1);
  border-color: transparent;
}

.list-team-container > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px 16px;
}

@media (min-width: 1200px) {
  .list-team-container > ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.list-team-container > ul > li {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 9px 1.125rem;
}

@media (min-width: 579px) {
  .list-team-container > ul > li {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .list-team-container > ul > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .list-team-container > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2.25rem;
  }
}

a.card-case-study,
a.card-case {
  color: #171717;
  text-decoration: none;
}

a.card-case-study:hover,
a.card-case-study:focus,
a.card-case:hover,
a.card-case:focus {
  color: #5E56B8;
  outline: 0;
}

a.card-case-study:hover img,
a.card-case-study:focus img,
a.card-case:hover img,
a.card-case:focus img {
  transform: scale(1.025);
}

a.card-case-study {
  display: block;
}

@media (max-width: 991px) {
  .card-case-study.card-fullwidth,
  .card-case.card-fullwidth {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.card-case-study .card-box,
.card-case .card-box {
  min-height: 121px;
  padding: 0.8125rem;
}

@media (min-width: 992px) {
  .card-case-study .card-box,
  .card-case .card-box {
    padding: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .card-case-study .card-box,
  .card-case .card-box {
    padding: 2.1875rem 1.875rem 1.8125rem;
  }
}

.card-case-study {
  min-height: 199px;
  padding: 42vw 0 0;
  position: relative;
}

@media (min-width: 480px) {
  .card-case-study {
    padding-top: 75%;
  }
}

@media (min-width: 768px) {
  .card-case-study {
    padding-top: 66.1%;
  }
}

.cards-slider .card-case-study {
  margin-bottom: 0;
}

.card-case-study.card-fullwidth {
  padding-top: 472px;
}

@media (min-width: 1200px) {
  .card-case-study.card-fullwidth {
    padding-top: 43.1%;
  }
}

.card-case-study.card-fullwidth .card-box {
  padding: 1.25rem 1.25rem 1.9375rem;
  width: 93.6%;
}

@media (min-width: 768px) {
  .card-case-study.card-fullwidth .card-box {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .card-case-study.card-fullwidth .card-box {
    min-height: 175px;
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .card-case-study.card-fullwidth .card-box {
    min-height: 200px;
    padding: 2.1875rem 1.875rem 1.875rem;
    width: 50%;
  }
}

@media (min-width: 1420px) {
  .card-case-study.card-fullwidth .card-box {
    min-height: 235px;
    width: 40.66667%;
  }
}

.card-case-study.card-fullwidth .card-title {
  line-height: 1.50278;
}

@media (min-width: 768px) {
  .card-case-study.card-fullwidth .card-title {
    line-height: 1.33519;
  }
}

.card-case-study .card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.card-case-study .card-image img {
  transition: transform 0.25s linear;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-case-study .card-box {
  min-height: 121px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93.4%;
  z-index: 5;
}

@media (min-width: 768px) {
  .card-case-study .card-box {
    min-height: 150px;
    width: 85%;
  }
}

@media (min-width: 992px) {
  .card-case-study .card-box {
    min-height: 175px;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .card-case-study .card-box {
    min-height: 200px;
    width: 70.5%;
  }
}

@media (min-width: 1420px) {
  .card-case-study .card-box {
    min-height: 235px;
  }
}

@media (max-width: 767px) {
  .card-box .card-title {
    font-size: 0.9375rem;
    margin: 0 0 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-box .card-title {
    font-size: 1.1875rem;
  }
}

@media (min-width: 992px) and (max-width: 1419px) {
  .card-box .card-title {
    font-size: 1.4375rem;
    line-height: 1.50278;
  }
}

@media (min-width: 1200px) {
  .card-box .card-title {
    margin-bottom: 2rem;
  }
}

.card-box .card-title:last-child {
  margin-bottom: 1px;
}

.card-case {
  margin: 0 0 3.625rem;
  position: relative;
}

@media (min-width: 768px) {
  .card-case {
    margin-bottom: 1.25rem;
  }
}

.section-filters .card-case {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-filters .card-case .card-box {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.card-case .card-image {
  padding: 67.6% 0 0;
  position: relative;
  overflow: hidden;
}

.card-case .card-image img {
  transition: transform 0.25s linear;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-case .card-box {
  z-index: 10;
  min-height: 121px;
}

@media (max-width: 767px) {
  .card-case .card-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 82.143%;
    margin: 0 0 -31px;
  }
}

@media (min-width: 768px) {
  .card-case .card-box {
    min-height: 177px;
    position: relative;
    margin: -36px 0 0;
    width: 90.18%;
  }
}

@media (min-width: 768px) {
  .card-case .card-title {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .card-case .card-title {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1200px) {
  .card-case .card-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 479px) {
  .card-industry h1,
  .card-industry .h1,
  .card-industry h3,
  .card-industry .h3,
  .card-industry h4,
  .card-industry .h4 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .card-industry h1,
  .card-industry .h1,
  .card-industry h3,
  .card-industry .h3,
  .card-industry h4,
  .card-industry .h4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-industry h1,
  .card-industry .h1,
  .card-industry h3,
  .card-industry .h3,
  .card-industry h4,
  .card-industry .h4 {
    font-size: 1.3125rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card-industry h1,
  .card-industry .h1,
  .card-industry h3,
  .card-industry .h3,
  .card-industry h4,
  .card-industry .h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .card-industry h1,
  .card-industry .h1,
  .card-industry h3,
  .card-industry .h3,
  .card-industry h4,
  .card-industry .h4 {
    margin-bottom: 0;
  }
}

.card-industry .img-holder {
  margin: 0 0 0.625rem;
  padding: 147.5% 0 0;
  position: relative;
}

@media (min-width: 992px) {
  .card-industry .img-holder {
    margin-bottom: 0.75rem;
  }
}

.card-industry .img-holder img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-industry .btn-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.card-product {
  color: #171717;
}

@media (max-width: 767px) {
  .card-product {
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  .card-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.card-product p {
  margin: 0 0 0.5625rem;
}

.card-product .card-image {
  line-height: 1;
  margin: 0 0 1.125rem;
}

@media (min-width: 768px) {
  .card-product .card-image {
    margin: -4px 20px 4px 0;
  }
}

@media (min-width: 992px) {
  .card-product .card-image {
    margin: -7px 32px 7px 0;
  }
}

@media (min-width: 1200px) {
  .card-product .card-image {
    margin-right: 58px;
  }
}

@media (min-width: 768px) {
  .card-product .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.card-product .card-title {
  margin: 0 0 0.6875rem;
}

@media (min-width: 768px) {
  .card-product .card-link {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    padding: 0 0 10px 30px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .card-product .card-link {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .card-product .card-link {
    -ms-flex-preferred-size: 215px;
    flex-basis: 215px;
  }
}

@media (min-width: 992px) {
  .posts-container .column-large {
    padding-right: 13px;
  }
}

@media (min-width: 992px) {
  .posts-container .column-small {
    padding-left: 7px;
  }
}

.card-post {
  color: #171717;
  line-height: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1.6875rem;
}

@media (min-width: 768px) {
  .card-post {
    margin-bottom: 2.25rem;
  }
}

.card-post.card-overlay .card-image:after {
  transition: opacity 0.25s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(23, 23, 23, 0.5);
  z-index: 1;
}

.card-post.card-overlay .card-image:hover:after {
  opacity: 0.5;
}

.card-post.card-overlay .card-image img {
  z-index: 0;
}

@media (max-width: 479px) {
  .card-post.card-large .card-title {
    font-size: 1.375rem;
    line-height: 1.23182;
  }
}

@media (min-width: 1200px) {
  .filters-content .card-post.card-small .card-image {
    margin-bottom: 1.125rem;
  }
}

.card-post.card-small .card-holder {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.card-post.card-small .card-title {
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-post.card-small .card-title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .card-post.card-small .card-title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal .card-image {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-top: 27%;
    min-width: 134px;
    width: 25%;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .card-post.card-horizontal .card-image {
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal .card-holder {
    margin: -4px 0 0;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal .card-category {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal .card-title {
    margin-bottom: 0.8125rem;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal .card-footer {
    padding: 0 0 0 2px;
  }
}

@media (min-width: 579px) {
  .card-post.card-horizontal-large {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 579px) {
  .card-post.card-horizontal-large .card-image {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-top: 33.1%;
    min-width: 134px;
    width: 40%;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 768px) {
  .card-post.card-horizontal-large .card-image {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal-large .card-image {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .card-post.card-horizontal-large .card-image {
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal-large .card-holder {
    margin: -4px 0 0;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal-large .card-category {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal-large .card-title {
    margin-bottom: 0.8125rem;
  }
}

@media (min-width: 768px) {
  .card-post.card-horizontal-large .card-title:first-child {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .card-post.card-horizontal-large .card-title:first-child {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .card-post.card-horizontal-large .card-footer {
    padding: 4px 0 0;
  }
}

@media (min-width: 1200px) {
  .card-post.card-horizontal-large .card-footer {
    padding-top: 8px;
  }
}

.card-post p {
  margin: 0 0 0.8125rem;
}

@media (min-width: 1200px) {
  .card-post p {
    margin-bottom: 1rem;
  }
}

.card-post .card-body {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.card-post .card-image {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  background: rgba(94, 86, 184, 0.2);
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.8125rem;
  overflow: hidden;
  padding-top: 67.8%;
  position: relative;
}

@media (min-width: 992px) {
  .card-post .card-image {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .card-post .card-image {
    margin-bottom: 1.4375rem;
  }
}

.section-filters .card-post .card-image {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.card-post .card-image > img,
.card-post .card-image > a > img {
  transition: transform 0.25s linear;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-post .card-image a:hover img {
  transform: scale(1.025);
}

.card-post .card-image .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.card-post .card-title {
  margin-bottom: 0.5625rem;
}

@media (min-width: 1200px) {
  .card-post .card-title {
    margin-bottom: 0.8125rem;
  }
}

.card-post .logo-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}

.card-title-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.card-title-row .badge {
  margin-top: -3px;
}

@media (min-width: 992px) {
  .card-title-row .badge {
    margin-top: -5px;
  }
}

@media (min-width: 1200px) {
  .card-title-row .badge {
    margin-top: -6px;
  }
}

.card-title-row .badge:last-child {
  margin-left: 12px;
}

.card-team {
  font-size: 0.8125rem;
  line-height: 1.38846;
}

@media (min-width: 1200px) {
  .card-team {
    font-size: 1.125rem;
    line-height: 1.50278;
  }
}

.card-team .card-image {
  margin: 0 0 0.6875rem;
  position: relative;
}

@media (min-width: 1200px) {
  .card-team .card-image {
    margin-bottom: 1.25rem;
  }
}

.card-team .card-image img {
  width: 100%;
}

.card-team .card-title,
.card-team .position {
  display: block;
  font-size: inherit;
}

.card-team .card-title {
  color: #171717;
  margin: 0 0 1px;
}

.card-team .position {
  color: rgba(23, 23, 23, 0.5);
}

.card-team .social-networks,
.card-team .social-networks-circle {
  position: absolute;
  right: 13px;
  bottom: 8px;
  z-index: 5;
}

.gallery-fullwidth-container {
  margin-right: -20px;
}

@media (min-width: 1200px) {
  .section-gallery-narrow .gallery-fullwidth-container {
    padding-left: calc((100% - 834px) / 2 + 20px);
    padding-right: calc((100% - 834px) / 2 + 20px);
  }
}

@media (min-width: 1200px) {
  .main-has-anchor-nav .gallery-fullwidth-container .title-row {
    padding-right: calc((100vw - 1242px) / 2 - (20px / 2));
  }
}

@media (min-width: 1200px) {
  .gallery-fullwidth-container {
    padding-left: calc((100% - 1242px) / 2 + 20px);
  }
}

.gallery-fullwidth-container .title-row {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .gallery-fullwidth-container .title-row {
    padding-right: calc((100vw - 1242px) / 2 - (20px / 2));
  }
}

.slider-with-controls .controls {
  margin: 0 10px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .slider-with-controls .controls {
    padding-left: 150px !important;
    padding-right: 150px !important;
    position: relative;
  }
}

@media (min-width: 1420px) {
  .slider-with-controls .controls {
    padding-left: 255px !important;
  }
}

@media (min-width: 992px) {
  .slider-with-controls .controls .dots {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
}

@media (max-width: 991px) {
  .slider-with-controls .arrows {
    display: none !important;
  }
}

.case-studies-slider {
  margin: 0 -10px 0.6875rem;
}

.case-studies-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.case-studies-slider .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  height: auto;
}

.case-studies-slider .card-case-study {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 230px;
  margin: 0 10px;
}

@media (min-width: 480px) {
  .case-studies-slider .card-case-study {
    width: 320px;
  }
}

@media (min-width: 579px) {
  .case-studies-slider .card-case-study {
    width: 320px;
  }
}

@media (min-width: 768px) {
  .case-studies-slider .card-case-study {
    width: 520px;
  }
}

@media (min-width: 992px) {
  .case-studies-slider .card-case-study {
    width: 600px;
  }
}

@media (min-width: 1200px) {
  .case-studies-slider .card-case-study {
    width: 692px;
  }
}

@media (min-width: 768px) {
  .btn-mobile-visible {
    display: none !important;
  }
}

.btn-mobile-visible .btn {
  display: block;
}

@media (min-width: 992px) {
  .btn-desktop-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .gallery-mobile-container {
    margin-right: -20px;
  }
}

.posts-mobile-slider {
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .posts-mobile-slider {
    margin-right: -9px;
    margin-left: -9px;
  }
}

@media (min-width: 992px) {
  .posts-mobile-slider .slick-list {
    overflow: visible;
  }
}

@media (max-width: 991px) {
  .posts-mobile-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .posts-mobile-slider .slick-track {
    width: 100% !important;
  }
}

.posts-mobile-slider .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  height: auto;
}

@media (min-width: 992px) {
  .posts-mobile-slider .slick-slide {
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
    float: none;
    margin: 0 0 1.25rem;
    padding: 0 0 1.25rem;
  }
}

@media (min-width: 1200px) {
  .posts-mobile-slider .slick-slide {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .posts-mobile-slider .slick-slide:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .posts-mobile-slider .slick-slide:last-child {
    margin-bottom: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}

.posts-mobile-slider .card-post {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 9px;
  width: 248px;
}

@media (min-width: 480px) {
  .posts-mobile-slider .card-post {
    width: 47.6vw;
  }
}

@media (max-width: 991px) {
  .posts-mobile-slider .card-post {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .posts-mobile-slider .card-post {
    width: 40vw;
  }
}

@media (min-width: 992px) {
  .posts-mobile-slider .card-post {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

.posts-mobile-slider .controls {
  padding: 8px 18px 3px 0;
}

@media (min-width: 992px) {
  .posts-mobile-slider .controls {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .gallery-blog .container-fluid-special {
    max-width: none;
  }
}

.gallery-blogs-container {
  margin-right: -20px;
}

@media (min-width: 1420px) {
  .gallery-blogs-container {
    margin-right: 0;
  }
}

.gallery-news-container {
  margin-right: -20px;
}

@media (min-width: 1200px) {
  .gallery-news-container {
    margin-right: 0;
  }
}

.blog-posts-slider {
  margin: 0 -9px 1rem;
}

@media (min-width: 992px) {
  .blog-posts-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-posts-slider.threecolumns .card-post {
    width: 40.5vw;
  }
}

@media (min-width: 1200px) {
  .blog-posts-slider.threecolumns .card-post {
    width: 32.35vw;
    max-width: 407px;
  }
}

@media (min-width: 1420px) {
  .blog-posts-slider.threecolumns .card-post {
    max-width: 407px;
  }
}

@media (min-width: 992px) {
  .main-without-anchor-nav .blog-posts-slider .slick-slide:nth-last-child(2):first-child,
  .main-without-anchor-nav .blog-posts-slider .slick-slide:nth-last-child(2):first-child ~ .slick-slide {
    max-width: calc(50vw - 120px);
  }
}

@media (min-width: 1420px) {
  .main-without-anchor-nav .blog-posts-slider .slick-slide:nth-last-child(2):first-child,
  .main-without-anchor-nav .blog-posts-slider .slick-slide:nth-last-child(2):first-child ~ .slick-slide {
    max-width: 610px;
  }
}

@media (min-width: 1420px) {
  .blog-posts-slider .blogs-slider {
    overflow: hidden;
  }
}

.blog-posts-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.blog-posts-slider .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  height: auto;
}

@media (min-width: 768px) {
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child,
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child ~ .slick-slide {
    width: calc(50vw - 20px);
    max-width: calc(50vw - 20px);
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child,
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child ~ .slick-slide {
    max-width: calc(50vw - 60px);
  }
}

@media (min-width: 1420px) {
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child,
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child ~ .slick-slide {
    max-width: 610px;
  }
}

@media (min-width: 768px) {
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child .card-post,
  .blog-posts-slider .slick-slide:nth-last-child(2):first-child ~ .slick-slide .card-post {
    width: 100%;
    max-width: none;
  }
}

.blog-posts-slider .card-post {
  line-height: 1.50278;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 9px;
  width: 73.7vw;
}

@media (min-width: 579px) {
  .blog-posts-slider .card-post {
    width: 60vw;
  }
}

@media (max-width: 991px) {
  .blog-posts-slider .card-post {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .blog-posts-slider .card-post {
    width: 42.5vw;
  }
}

@media (min-width: 992px) {
  .blog-posts-slider .card-post {
    padding-left: 10px;
    padding-right: 10px;
    width: 36.7vw;
  }
}

@media (min-width: 1200px) {
  .blog-posts-slider .card-post {
    width: 37.9vw;
  }
}

@media (min-width: 1420px) {
  .blog-posts-slider .card-post {
    width: 43.1vw;
    max-width: 610px;
  }
}

@media (max-width: 767px) {
  .blog-posts-slider .card-post p {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-posts-slider .card-post .card-title {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-posts-slider .card-post .card-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .blog-posts-slider .controls {
    padding-right: 18px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials-slider-container {
    padding-bottom: 2.1875rem;
  }
}

.testimonials-slider-container.slider-with-controls .controls {
  margin-left: 0;
  margin-right: 0;
}

.testimonials-slider-container .slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
}

.testimonials-slider-container .card-testimonial {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 579px) {
  .testimonials-slider-container .card-testimonial {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .testimonials-slider-container .card-testimonial {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .testimonials-slider-container .card-testimonial {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .testimonials-slider-container .card-testimonial {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.testimonials-slider {
  margin: 0 -10px 0.6875rem;
}

@media (min-width: 579px) {
  .testimonials-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  .testimonials-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .testimonials-slider {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 1200px) {
  .testimonials-slider {
    margin-left: -60px;
    margin-right: -60px;
  }
}

.testimonials-slider blockquote * {
  color: #171717;
}

.testimonials-slider blockquote:before {
  color: #171717;
}

.testimonials-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.testimonials-slider .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 100%;
  height: auto;
}

.testimonials-slider .slick-current blockquote:before {
  color: #5E56B8;
}

.testimonials-slider .slick-current blockquote p {
  color: #5E56B8;
}

.testimonials-slider .slick-current blockquote .position {
  color: rgba(23, 23, 23, 0.5);
}

.testimonials-slider .slick-current .card-testimonial {
  opacity: 1;
}

.testimonials-slider .card-testimonial {
  transition: opacity 0.25s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  max-width: 100%;
  width: calc(100vw -  10px - (2 * 20px));
  opacity: 0.2;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 579px) {
  .testimonials-slider .card-testimonial {
    margin-left: 20px;
    margin-right: 20px;
    width: 76vw;
  }
}

@media (min-width: 768px) {
  .testimonials-slider .card-testimonial {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .testimonials-slider .card-testimonial {
    margin-left: 40px;
    margin-right: 40px;
    width: 61.5vw;
  }
}

@media (min-width: 1200px) {
  .testimonials-slider .card-testimonial {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.card-testimonial .blockquote-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .card-testimonial .blockquote-block {
    margin-bottom: 0;
  }
}

.blockquote-block .quote-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .blockquote-block .quote-footer {
    padding-bottom: 0.375rem;
  }
}

.author-block {
  color: rgba(23, 23, 23, 0.5);
  font-size: 0.6875rem;
  line-height: 1.27273;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .author-block {
    font-size: 0.8125rem;
  }
}

.author-block a {
  color: inherit;
  text-decoration: none;
}

.author-block a:hover,
.author-block a:focus {
  color: #5E56B8;
}

.author-block .img-circle {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

@media (min-width: 768px) {
  .author-block .img-circle {
    width: 40px;
    height: 40px;
    margin-right: 13px;
  }
}

.author-block .author-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.img-circle img {
  border-radius: 50%;
}

.author-holder {
  margin: -6px;
}

@media (min-width: 768px) {
  .author-holder {
    margin-left: -6px;
    margin-right: -7px;
  }
}

.author-holder .author-name,
.author-holder .author-date {
  padding: 0 5px 0 6px;
}

@media (min-width: 768px) {
  .author-holder .author-name,
  .author-holder .author-date {
    padding-left: 6px;
    padding-right: 7px;
  }
}

.author-holder .author-name + .author-date {
  position: relative;
}

.author-holder .author-name + .author-date:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  background: rgba(23, 23, 23, 0.5);
  left: 0;
  margin: 1px 0 0 -1px;
}

@media (min-width: 768px) {
  .author-holder .author-name + .author-date:before {
    width: 4px;
    height: 4px;
    margin-left: -2px;
  }
}

.anchor-side-nav {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  text-transform: capitalize;
  position: fixed;
  left: 0;
  z-index: 991;
  max-width: 135px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .anchor-side-nav {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .anchor-side-nav {
    top: 20% !important;
  }
}

@media (min-width: 1200px) {
  .anchor-side-nav {
    top: 33% !important;
  }
}

@media (min-width: 1420px) {
  .anchor-side-nav {
    top: 55% !important;
    max-width: 200px;
  }
}

.anchor-side-nav.fixed-position {
  opacity: 1;
  visibility: visible;
}

.anchor-side-nav > li {
  font-size: 0.8125rem;
  line-height: 1.30769;
  padding: 6px 0 6px 16px;
  position: relative;
}

.anchor-side-nav > li:last-child a {
  pointer-events: none;
}

.anchor-side-nav > li:last-child a:before {
  opacity: 0;
}

.anchor-side-nav a {
  display: inline-block;
  vertical-align: top;
  color: rgba(23, 23, 23, 0.5);
  text-decoration: none;
  padding: 4px;
}

.anchor-side-nav a:hover,
.anchor-side-nav a:focus,
.anchor-side-nav a.active-answer,
.active-answer .anchor-side-nav a {
  color: #171717;
}

.anchor-side-nav a:before {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #5E56B8;
  opacity: 0;
  visibility: hidden;
}

.anchor-side-nav .anchor-active a {
  color: #171717;
  font-weight: 600;
}

.anchor-side-nav .anchor-active a:before {
  opacity: 1;
  visibility: visible;
}

.twocolumns-cards-industry,
.twocolumns-cards {
  margin-left: -9px;
  margin-right: -9px;
}

@media (min-width: 992px) {
  .twocolumns-cards-industry,
  .twocolumns-cards {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.twocolumns-cards-industry [class^="col"],
.twocolumns-cards-industry [class*=" col"],
.twocolumns-cards-industry [class^="col-"],
.twocolumns-cards-industry [class*=" col-"],
.twocolumns-cards [class^="col"],
.twocolumns-cards [class*=" col"],
.twocolumns-cards [class^="col-"],
.twocolumns-cards [class*=" col-"] {
  padding-left: 9px;
  padding-right: 9px;
}

@media (min-width: 992px) {
  .twocolumns-cards-industry [class^="col"],
  .twocolumns-cards-industry [class*=" col"],
  .twocolumns-cards-industry [class^="col-"],
  .twocolumns-cards-industry [class*=" col-"],
  .twocolumns-cards [class^="col"],
  .twocolumns-cards [class*=" col"],
  .twocolumns-cards [class^="col-"],
  .twocolumns-cards [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.links-accordion {
  padding: 0 0 1.5625rem;
}

@media (min-width: 768px) and (orientation: portrait) {
  .links-accordion {
    padding-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .links-accordion {
    padding-top: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .links-accordion {
    padding-top: 1.125rem;
  }
}

.links-accordion a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.links-accordion > li {
  padding: 0.5625rem 0;
}

@media (max-width: 991px) and (orientation: landscape) {
  .links-accordion > li {
    padding-top: 3px;
    padding-bottom: 4px;
  }
}

.links-accordion > li > a {
  font-weight: normal;
  margin-bottom: 0;
}

.links-accordion > li > a:hover {
  color: #5E56B8;
}

.links-accordion .acc-slide {
  line-height: 1.33333;
  padding: 5px 0 1px;
}

@media (min-width: 992px) {
  .links-accordion .acc-slide {
    padding-top: 7px;
  }
}

.links-accordion .acc-slide > li {
  padding: 0.375rem 0 0.3125rem;
}

@media (min-width: 992px) {
  .links-accordion .acc-slide > li {
    padding-top: 0.4375rem;
    padding-bottom: 0.375rem;
  }
}

.links-accordion .acc-slide > li:last-child {
  padding-bottom: 1px;
}

.links-accordion .acc-slide a {
  color: rgba(23, 23, 23, 0.5);
  text-decoration: none;
}

.links-accordion .acc-slide a:hover,
.links-accordion .acc-slide a:focus,
.links-accordion .acc-slide a.active-answer,
.active-answer .links-accordion .acc-slide a {
  color: #5E56B8;
}

.acc-opener {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 17px 0 0;
}

.acc-opener:after {
  transition: transform 0.25s linear;
  height: 0;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #171717;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  right: 0;
  transform-origin: 50% 50%;
  margin: 2px 0 0;
}

.slide-active .acc-opener:after {
  transform: translateY(-50%) scaleY(-1);
}

.lightbox-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.section-tabs .section-inside .card-post,
.section-filters .section-inside .card-post {
  margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
  .section-tabs .section-inside .card-post,
  .section-filters .section-inside .card-post {
    margin-bottom: 0.375rem;
  }
}

.section-tabs .btn-container,
.section-filters .btn-container {
  padding-top: 0;
}

.section-tabs .btn-container .btn,
.section-filters .btn-container .btn {
  margin-top: 2rem;
}

@media (min-width: 1200px) {
  .section-tabs .btn-container .btn,
  .section-filters .btn-container .btn {
    margin-top: 3.375rem;
  }
}

.tabs-horizontal-container,
.filters-horizontal-container {
  border-top: 1px solid rgba(23, 23, 23, 0.2);
  padding: 2.25rem 0 0.0625rem;
}

.tabs-horizontal-container.no-border,
.filters-horizontal-container.no-border {
  border-top: 0;
  padding-top: 0.1875rem;
}

@media (min-width: 992px) {
  .tabs-horizontal-container.no-border,
  .filters-horizontal-container.no-border {
    padding-top: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .tabs-horizontal-container.no-border,
  .filters-horizontal-container.no-border {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1420px) {
  .tabs-horizontal-container.no-border,
  .filters-horizontal-container.no-border {
    padding-top: 3.1875rem;
  }
}

@media (min-width: 992px) {
  .tabs-horizontal-container,
  .filters-horizontal-container {
    padding-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .tabs-horizontal-container,
  .filters-horizontal-container {
    padding-top: 4rem;
  }
}

@media (min-width: 1420px) {
  .tabs-horizontal-container,
  .filters-horizontal-container {
    padding-top: 5.625rem;
  }
}

.tabs-horizontal-container .img-holder,
.filters-horizontal-container .img-holder {
  margin: 0 0 1.6875rem;
}

@media (min-width: 768px) {
  .tabs-horizontal-container .img-holder,
  .filters-horizontal-container .img-holder {
    margin-bottom: 0.1875rem;
  }
}

.tabset-horizontal-holder .tabset-horizontal,
.tabset-horizontal-holder .filters-horizontal,
.filters-horizontal-holder .tabset-horizontal,
.filters-horizontal-holder .filters-horizontal {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .tabset-horizontal-holder .tabset-horizontal,
  .tabset-horizontal-holder .filters-horizontal,
  .filters-horizontal-holder .tabset-horizontal,
  .filters-horizontal-holder .filters-horizontal {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .tabset-horizontal-holder .tabset-horizontal,
  .tabset-horizontal-holder .filters-horizontal,
  .filters-horizontal-holder .tabset-horizontal,
  .filters-horizontal-holder .filters-horizontal {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1420px) {
  .tabset-horizontal-holder .tabset-horizontal,
  .tabset-horizontal-holder .filters-horizontal,
  .filters-horizontal-holder .tabset-horizontal,
  .filters-horizontal-holder .filters-horizontal {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.tabset-horizontal,
.filters-horizontal {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  font-size: 0.8125rem;
  line-height: 1.30769;
  margin: 0 -8px 1.5rem;
  margin: 0 -8px 1.5rem;
  white-space: nowrap;
  text-align: center;
}

.tabset-horizontal::-webkit-scrollbar,
.filters-horizontal::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .tabset-horizontal,
  .filters-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (min-width: 992px) {
  .tabset-horizontal,
  .filters-horizontal {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .tabset-horizontal,
  .filters-horizontal {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1420px) {
  .tabset-horizontal,
  .filters-horizontal {
    margin-bottom: 5.4375rem;
  }
}

.tabset-horizontal > li,
.filters-horizontal > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 5px;
}

.tabset-horizontal a,
.filters-horizontal a {
  display: inline-block;
  vertical-align: top;
  color: rgba(23, 23, 23, 0.5);
  text-decoration: none;
  padding: 0.3125rem 0;
  position: relative;
  cursor: pointer;
}

.tabset-horizontal a:after,
.filters-horizontal a:after {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 1px 0 0;
  height: 1px;
  background: #171717;
  opacity: 0;
  visibility: hidden;
}

.tabset-horizontal .tab-active > a,
.tabset-horizontal .filter-active > a,
.tabset-horizontal a:hover,
.filters-horizontal .tab-active > a,
.filters-horizontal .filter-active > a,
.filters-horizontal a:hover {
  color: #171717;
}

.tabset-horizontal .tab-active > a:after,
.tabset-horizontal .filter-active > a:after,
.filters-horizontal .tab-active > a:after,
.filters-horizontal .filter-active > a:after {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .tab-content .column-image:first-child {
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .tab-content .column-image:last-child {
    padding-left: 10px;
  }
}

.tab-content .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .tab-content .column-text {
    padding-top: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .tab-content .column-text {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .tab-content .column-text {
    padding-top: 1.625rem;
  }
}

@media (min-width: 992px) {
  .tab-content .column-text:first-child {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .tab-content .column-text:first-child {
    padding-right: 70px;
  }
}

@media (min-width: 1420px) {
  .tab-content .column-text:first-child {
    padding-right: 112px;
  }
}

@media (min-width: 992px) {
  .tab-content .column-text:last-child {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .tab-content .column-text:last-child {
    padding-left: 70px;
  }
}

@media (min-width: 1420px) {
  .tab-content .column-text:last-child {
    padding-left: 112px;
  }
}

.ajax-tabs-loading {
  position: relative;
}

.ajax-tabs-loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

.ajax-tabs-loading .ajax-tabs-holder {
  min-height: 200px;
}

.ajax-tabs.ajax-tabs-loading .preloader-wrapper {
  opacity: 1;
  visibility: visible;
}

.ajax-tabs .preloader-wrapper {
  transition: opacity 0.25s linear, visibility 0.25s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  padding: 20vh;
}

.ajax-filter-holder > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

.ajax-filter-holder > *.new-item {
  opacity: 0;
  transform: translateY(50px);
}

.filters-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding: 0 0 1.0625rem;
  padding: 0 0 1.0625rem;
  white-space: nowrap;
}

.filters-container::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .filters-container {
    padding-bottom: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .filters-container {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 1420px) {
  .filters-container {
    padding-bottom: 2.25rem;
  }
}

.filters-container.filters-container-placeholder {
  opacity: 0;
  visibility: hidden;
}

.filters-container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

@media (min-width: 768px) {
  .filters-container ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.filters-container ul > li {
  margin: 0 5px 10px;
}

.filters-container [type="checkbox"],
.filters-container [type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.filters-container [type="checkbox"]:checked + .fake-input,
.filters-container [type="radio"]:checked + .fake-input {
  background-color: rgba(94, 86, 184, 0.1);
  border-color: transparent;
}

.filters-container [type="checkbox"] + .fake-input,
.filters-container [type="radio"] + .fake-input {
  transition: border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  display: inline-block;
  vertical-align: top;
  color: #5E56B8;
  border: 1px solid rgba(94, 86, 184, 0.2);
  border-radius: 15px;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 2.77778;
  padding: 0 13px;
  text-align: center;
  text-transform: uppercase;
}

.filters-container [type="checkbox"] + .fake-input:hover,
.filters-container [type="radio"] + .fake-input:hover {
  background-color: rgba(94, 86, 184, 0.1);
  border-color: transparent;
  cursor: pointer;
}

.address-block {
  padding: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .address-block {
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .address-block {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .address-block {
    padding-bottom: 3rem;
  }
}

.address-block:last-child {
  padding-bottom: 4px;
}

.address-block address {
  color: #1B2A41;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.80067;
  margin: 0;
}

@media (min-width: 768px) {
  .address-block address {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .address-block address {
    font-size: 1.125rem;
    line-height: 1.50056;
  }
}

.address-block h5,
.address-block .h5 {
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .address-block h5,
  .address-block .h5 {
    margin-bottom: 0.4375rem;
  }
}

.address-block a {
  color: inherit;
  text-decoration: none;
  text-decoration: underline;
}

.address-block a:hover,
.address-block a:focus {
  color: #5E56B8;
  text-decoration: none;
}

.address-block .social-networks-circle,
.address-block .social-networks {
  font-size: 1rem;
}

.address-block .social-networks-circle > li,
.address-block .social-networks > li {
  padding-right: 13px;
}

[id="wrapper"] {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.main-top-indent {
  padding: 9.0625rem 0 0;
}

.container,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 20px;
  margin: 0 auto;
}

.container .container,
.container [class^="container-"],
.container [class*=" container-"],
[class^="container-"] .container,
[class^="container-"] [class^="container-"],
[class^="container-"] [class*=" container-"],
[class*=" container-"] .container,
[class*=" container-"] [class^="container-"],
[class*=" container-"] [class*=" container-"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.container .g-container,
.container .g_container,
[class^="container-"] .g-container,
[class^="container-"] .g_container,
[class*=" container-"] .g-container,
[class*=" container-"] .g_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-sm {
  max-width: 834px;
}

.container-md {
  max-width: 1036px;
}

.container {
  max-width: 1440px;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1420px) {
  .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1200px) {
  [class^="section-"] .container .img-desktop-right,
  [class*=" section-"] .container .img-desktop-right {
    margin-right: -60px;
  }
}

@media (min-width: 1420px) {
  [class^="section-"] .container .img-desktop-right,
  [class*=" section-"] .container .img-desktop-right {
    margin-right: -136px;
  }
}

.container-fluid {
  padding: 0 20px;
}

@media (min-width: 992px) {
  .main-has-anchor-nav .hero-banner .container,
  .main-has-anchor-nav .hero-banner .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .main-has-anchor-nav .hero-banner .container,
  .main-has-anchor-nav .hero-banner .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1420px) {
  .main-has-anchor-nav .hero-banner .container,
  .main-has-anchor-nav .hero-banner .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1420px) {
  .main-has-anchor-nav .section-overview .container,
  .main-has-anchor-nav .section-overview .container-fluid {
    padding-right: 120px;
  }
}

@media (min-width: 992px) {
  .main-has-anchor-nav .container,
  .main-has-anchor-nav .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 1420px) {
  .main-has-anchor-nav .container,
  .main-has-anchor-nav .container-fluid {
    padding-left: 220px;
    padding-right: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1419px) {
  .main-has-anchor-nav .container-sm {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 1420px) {
  .main-has-anchor-nav .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .main-has-anchor-nav .container-md {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 1280px) {
  .main-has-anchor-nav .container-md {
    padding-left: 123px;
    padding-right: 123px;
  }
}

@media (min-width: 1420px) {
  .main-has-anchor-nav .container-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .main-has-anchor-nav .section-gallery .container,
  .main-has-anchor-nav .section-gallery .container-fluid {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .main-has-anchor-nav .section-use-cases .container {
    padding-right: 123px;
    padding-left: 223px;
  }
}

@media (min-width: 992px) and (max-width: 1419px) {
  .main-without-anchor-nav .container,
  .main-without-anchor-nav .container-sm,
  .main-without-anchor-nav .container-md,
  .main-without-anchor-nav .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1420px) {
  .main-without-anchor-nav .container,
  .main-without-anchor-nav .container-sm,
  .main-without-anchor-nav .container-md,
  .main-without-anchor-nav .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1200px) {
  .main-without-anchor-nav .section-use-cases .container {
    padding-right: 123px;
    padding-left: 123px;
  }
}

.top-header-indent {
  padding: 150px 0 0;
}

@media (min-width: 992px) {
  .top-header-indent {
    padding-top: 180px;
  }
}

@media (min-width: 1200px) {
  .top-header-indent {
    padding-top: 230px;
  }
}

.visual-fullwidth img {
  width: 100%;
}

.section-main-container {
  padding: 1.125rem 0 1rem;
}

@media (min-width: 768px) {
  .section-main-container {
    padding-top: 3.125rem;
    padding-bottom: 2.8125rem;
  }
}

@media (min-width: 992px) {
  .section-main-container {
    padding-top: 4.375rem;
    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .section-main-container {
    padding-top: 5.625rem;
    padding-bottom: 5.375rem;
  }
}

.section-main-container + .section-main-container {
  padding-top: 0;
}

.section-main {
  padding-top: 2.25rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .section-main {
    padding-top: 5rem;
    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 992px) {
  .section-main {
    padding-top: 7.5rem;
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 1200px) {
  .section-main {
    padding-top: 11.25rem;
    padding-bottom: 7.875rem;
  }
}

.section-main-container .section-main,
.section-main-container-noindents .section-main {
  padding: 1.125rem 0 1rem;
}

@media (min-width: 768px) {
  .section-main-container .section-main,
  .section-main-container-noindents .section-main {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .section-main-container .section-main,
  .section-main-container-noindents .section-main {
    padding-top: 4.375rem;
    padding-bottom: 3.4375rem;
  }
}

@media (min-width: 1200px) {
  .section-main-container .section-main,
  .section-main-container-noindents .section-main {
    padding-top: 5.625rem;
    padding-bottom: 5.375rem;
  }
}

.section-main-container .section-main.section-gallery {
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .section-main-container .section-main.section-gallery {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .section-main-container .section-main.section-gallery {
    padding-bottom: 1.6875rem;
  }
}

@media (min-width: 768px) {
  .section-main.section-tabs,
  .section-main.section-filters {
    padding-top: 1.875rem;
  }
}

@media (min-width: 992px) {
  .section-main.section-tabs,
  .section-main.section-filters {
    padding-top: 2.4375rem;
  }
}

.section-main.section-investors {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .section-main.section-investors {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .section-main.section-investors {
    padding-bottom: 2.0625rem;
  }
}

@media (min-width: 992px) {
  .section-main.section-team {
    padding-top: 11.25rem;
    padding-bottom: 8rem;
    margin-top: -5.625rem;
  }
}

@media (min-width: 1200px) {
  .section-main.section-team {
    padding-top: 21.375rem;
    margin-top: -15.75rem;
  }
}

.section-main-small {
  padding: 2.25rem 0 1.875rem;
}

@media (min-width: 768px) {
  .section-main-small {
    padding-top: 3.125rem;
    padding-bottom: 2.8125rem;
  }
}

@media (min-width: 992px) {
  .section-main-small {
    padding-top: 4.375rem;
    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .section-main-small {
    padding-top: 5.625rem;
    padding-bottom: 5.375rem;
  }
}

.section-main-container .section-main-small {
  padding: 1.125rem 0 1rem;
}

@media (min-width: 768px) {
  .section-main-container .section-main-small {
    padding-top: 1.5625rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .section-main-container .section-main-small {
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .section-main-container .section-main-small {
    padding-top: 2.8125rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .section-main-small.section-contact {
    padding-bottom: 4.5rem;
  }
}

.section-main-small.section-background {
  padding-top: 2.25rem;
  padding-bottom: 1.0625rem;
}

@media (min-width: 992px) {
  .section-main-small.section-background {
    padding-top: 4.5rem;
    padding-bottom: 3.3125rem;
  }
}

.section-main-small.section-investors {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .section-main-small.section-investors {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .section-main-small.section-investors {
    padding-bottom: 2.0625rem;
  }
}

@media (min-width: 768px) {
  .section-main-top {
    padding: 1rem 0 0;
  }
}

@media (min-width: 992px) {
  .section-main-top {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .section-main-top {
    padding-top: 1.875rem;
  }
}

.section-main-holder {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .section-content-container {
    padding: 1rem 0 0.625rem;
  }
}

@media (min-width: 1200px) {
  .section-content-container {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1420px) {
  .section-content-container {
    padding-top: 5.9375rem;
    padding-bottom: 3.125rem;
  }
}

.section-content-small {
  padding: 1.125rem 0 1rem;
}

@media (min-width: 768px) {
  .section-content-small {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .section-content-small {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .section-content-small {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
  }
}

.section-main-container .section-content-small {
  padding: 0.3125rem 0 0.25rem;
}

@media (min-width: 768px) {
  .section-main-container .section-content-small {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .section-main-container .section-content-small {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .section-main-container .section-content-small {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .section-content-small + .section-content-small {
    padding-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .section-content-small + .section-content-small {
    padding-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .section-content-small + .section-content-small {
    padding-top: 1.5rem;
  }
}

.content-section {
  padding: 1rem 0 0.75rem;
}

@media (min-width: 768px) {
  .content-section {
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 1.625rem;
    padding-bottom: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .content-section {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }
}

.content-block {
  padding: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .content-block {
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .content-block {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .content-block {
    padding-bottom: 3rem;
  }
}

.content-block:last-child {
  padding-bottom: 0;
}

.content-block:last-child:only-child {
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .content-block:last-child:only-child {
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .content-block:last-child:only-child {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .content-block:last-child:only-child {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .section-content-small .content-block {
    padding-bottom: 0.5625rem;
  }
}

.content-block .img-holder {
  margin: 0 0 1.8125rem;
}

@media (min-width: 768px) {
  .content-block .img-holder {
    margin-top: 1rem;
    margin-bottom: 2.375rem;
  }
}

@media (min-width: 992px) {
  .content-block .img-holder {
    margin-bottom: 2.9375rem;
  }
}

@media (min-width: 1200px) {
  .content-block .img-holder {
    margin-bottom: 3.5625rem;
  }
}

@media (min-width: 768px) {
  .content-block .twocolumns-cards .img-holder {
    margin-bottom: 5px;
  }
}

.content-block-large-indent {
  padding: 0 0 2rem;
}

@media (min-width: 768px) {
  .content-block-large-indent {
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 992px) {
  .content-block-large-indent {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1200px) {
  .content-block-large-indent {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 1420px) {
  .content-block-large-indent {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 1420px) {
  .section-use-cases .container {
    padding-right: 223px;
  }
}

@media (max-width: 767px) {
  .section-who-work {
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  .section-who-work h2,
  .section-who-work .h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .section-who-work h2,
  .section-who-work .h2 {
    font-size: 1.6875rem;
  }
}

@media (min-width: 1200px) {
  .section-who-work .container {
    padding-left: 100px;
  }
}

@media (min-width: 1420px) {
  .section-who-work .container {
    padding-left: 200px;
  }
}

.section-who-work .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .section-who-work .column-text {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1200px) {
  .section-who-work .column-text {
    padding-left: 76px;
  }
}

@media (min-width: 992px) {
  .section-who-work .column-logos {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1200px) {
  .section-who-work .column-logos {
    padding: 0 44px;
  }
}

@media (min-width: 992px) {
  .title-row .btn {
    margin-top: 5px;
  }
}

.card-category {
  color: #5E56B8;
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.36364;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .card-category {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .card-category {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .filters-content .card-category {
    margin-bottom: 0.875rem;
  }
}

.card-category a {
  color: inherit;
  text-decoration: none;
}

.card-category a:hover,
.card-category a:focus,
.card-category a.active-answer,
.active-answer .card-category a {
  color: #000;
}

.container .section-contact {
  max-width: 1240px;
}

.container .section-contact .container {
  max-width: 1037px;
}

.section-contact .container {
  max-width: 1037px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-inside,
.card-case-study {
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .section-inside,
  .card-case-study {
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 992px) {
  .section-inside,
  .card-case-study {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .section-inside,
  .card-case-study {
    margin-bottom: 4.6875rem;
  }
}

@media (min-width: 1420px) {
  .section-inside,
  .card-case-study {
    margin-bottom: 5.625rem;
  }
}

.section-inside .container,
.card-case-study .container {
  max-width: 1060px;
}

@media (max-width: 767px) {
  .section-inside {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.section-inside .card-post {
  padding: 1.125rem 0 0;
}

@media (max-width: 767px) {
  .section-inside .card-post .card-title {
    font-size: 1.375rem;
    line-height: 1.22773;
  }
}

.section-contact h2 {
  font-weight: 400;
  line-height: 1.22955;
  margin-bottom: 1.6875rem;
}

@media (min-width: 768px) {
  .section-contact h2 {
    font-size: 1.6875rem;
    line-height: 1.33519;
    margin-bottom: 1.0625rem;
  }
}

.section-contact .btn-container {
  padding-top: 0.5625rem;
}

@media (min-width: 768px) {
  .section-contact .btn-container {
    padding-bottom: 0.1875rem;
  }
}

@media (max-width: 767px) {
  .section-contact .btn-container .btn {
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 992px) {
  .section-overview .text-lead {
    padding: 0 0 0.75rem;
  }
}

@media (min-width: 768px) {
  .section-overview .img-holder {
    text-align: right;
  }
}

.section-overview .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

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

@media (max-width: 767px) {
  .section-about h3,
  .section-about .h3 {
    font-size: 1.375rem;
    line-height: 1.22955;
  }
}

.section-about .btn-container {
  padding-top: 1.25rem;
}

@media (min-width: 1200px) {
  .section-about .btn-container {
    padding-top: 1.4375rem;
  }
}

@media (min-width: 768px) {
  .section-subscribe h2 {
    line-height: 1.25926;
  }
}

@media (max-width: 991px) {
  .section-subscribe .section-contact {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  .section-subscribe .df-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .section-subscribe .df-row > [class^="col"],
  .section-subscribe .df-row > [class*=" col"],
  .section-subscribe .df-row > [class^="col-"],
  .section-subscribe .df-row > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .section-subscribe .df-row > [class^="col"]:first-child,
  .section-subscribe .df-row > [class*=" col"]:first-child,
  .section-subscribe .df-row > [class^="col-"]:first-child,
  .section-subscribe .df-row > [class*=" col-"]:first-child {
    padding-right: 30px;
  }
}

.section-background {
  background: no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
}

.section-background > * {
  position: relative;
  z-index: 3;
}

.section-background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.2);
  z-index: 1;
}

.new-content-target > [class^="col"],
.new-content-target > [class*=" col"],
.new-content-target > [class^="col-"],
.new-content-target > [class*=" col-"] {
  transition: opacity .75s linear, transform .75s linear;
  display: -ms-flexbox;
  display: flex;
}

.new-content-target > [class^="col"] > *,
.new-content-target > [class*=" col"] > *,
.new-content-target > [class^="col-"] > *,
.new-content-target > [class*=" col-"] > * {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}

.new-item {
  opacity: 0;
  transform: translateY(35px);
}

.section-contact-us .visual-holder {
  margin: 0 0 2.25rem;
}

@media (min-width: 768px) {
  .section-contact-us .visual-holder {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .section-contact-us .visual-holder {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1420px) {
  .section-contact-us .visual-holder {
    margin-bottom: 5.625rem;
  }
}

/* Slick slider styles */

.cards-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  background-color: transparent !important;
  border: none !important;
  color: #171717;
  font-size: 1.0625rem;
  padding: 0 0  !important;
  height: auto !important;
  line-height: 1 !important;
  min-width: 0 !important;
}

.slick-arrow:hover,
.slick-arrow:focus {
  color: #807ac7;
}

.bg-dark .slick-arrow {
  color: #fff;
}

.bg-dark .slick-arrow:hover,
.bg-dark .slick-arrow:focus {
  color: #807ac7;
}

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0 !important;
  margin: 0 -4px 0 -5px;
  min-height: 34px;
  padding: 1rem 0;
}

@media (min-width: 992px) {
  .slick-dots {
    padding-top: 0.9375rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1200px) {
  .slick-dots {
    padding-top: 1.8125rem;
  }
}

.slick-dots > li {
  margin: 0 4px 0 5px;
}

.slick-dots button[type="button"] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(23, 23, 23, 0.1) !important;
  border-color: transparent !important;
  font-size: 0;
  line-height: 0;
  min-width: 0 !important;
  padding: 0 0  !important;
  margin: 0 0  !important;
}

.bg-dark .slick-dots button[type="button"] {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.slick-dots .slick-active button[type="button"] {
  background-color: #5E56B8 !important;
}

.controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrows {
  line-height: 1;
  margin-left: -14px;
  margin-right: -14px;
  padding: 20px 0 0;
}

.arrows .slick-arrow {
  margin: 0 14px;
}

.hero-banner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 995;
}

.hero-banner-holder {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 345px;
  padding-bottom: 32px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) and (orientation: portrait) {
  .home .hero-banner-holder {
    min-height: 444px;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .home .hero-banner-holder {
    min-height: 100vh;
  }
}

.hero-banner-light .hero-banner-holder {
  min-height: 330px;
}

@media (min-width: 992px) {
  .hero-banner-light .hero-banner-holder {
    min-height: 450px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-light .hero-banner-holder {
    min-height: 540px;
  }
}

@media (min-width: 1420px) {
  .hero-banner-light .hero-banner-holder {
    min-height: 500px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .hero-banner-holder {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .hero-banner-holder {
    min-height: 450px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-holder {
    min-height: 500px;
  }
}

@media (min-width: 1420px) {
  .hero-banner-holder {
    min-height: 500px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1199px) and (max-height: 540px) and (landscape) {
  .hero-banner-holder {
    min-height: 100vh !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) and (min-height: 541px) and (max-height: 800px) {
  .hero-banner-holder {
    min-height: 100vh !important;
  }
}

.hero-banner-holder .container {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.hero-banner-holder h1,
.hero-banner-holder .h1,
.hero-banner-holder h2,
.hero-banner-holder .h2,
.hero-banner-holder h3,
.hero-banner-holder .h3 {
  margin-bottom: 0.1875rem;
}

@media (min-width: 480px) {
  .hero-banner-holder h1,
  .hero-banner-holder .h1,
  .hero-banner-holder h2,
  .hero-banner-holder .h2,
  .hero-banner-holder h3,
  .hero-banner-holder .h3 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .hero-banner-holder h1,
  .hero-banner-holder .h1,
  .hero-banner-holder h2,
  .hero-banner-holder .h2,
  .hero-banner-holder h3,
  .hero-banner-holder .h3 {
    font-size: 3rem;
    margin-bottom: 0.5625rem;
  }
}

@media (min-width: 992px) {
  .hero-banner-holder h1,
  .hero-banner-holder .h1,
  .hero-banner-holder h2,
  .hero-banner-holder .h2,
  .hero-banner-holder h3,
  .hero-banner-holder .h3 {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .hero-banner-holder h1,
  .hero-banner-holder .h1,
  .hero-banner-holder h2,
  .hero-banner-holder .h2,
  .hero-banner-holder h3,
  .hero-banner-holder .h3 {
    font-size: 4.5rem;
    margin-bottom: 1.1875rem;
  }
}

.hero-banner-dark {
  background-color: #171717;
  color: #fff;
}

.section-banner {
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}

.section-banner > * {
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.section-banner .banner-text {
  color: #fff;
}

@media (min-width: 768px) {
  .section-banner .banner-text {
    max-width: 70%;
  }
}

.section-banner .title {
  margin-bottom: 10px;
}

.section-cards {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .section-cards {
    padding: 40px 0;
  }
}

.section-cards .card-img {
  text-align: center;
  margin-bottom: 10px;
}

.section-cards .card-title {
  margin-bottom: 10px;
}

.section-cards .btn-wrap {
  -ms-flex-pack: center;
  justify-content: center;
}

.section-technology {
  color: #171717;
}

.section-technology .column-text-holder {
  padding: 0 0 1.5rem;
}

@media (min-width: 992px) {
  .main-has-anchor-nav .section-technology-video,
  .main-has-anchor-nav
  .section-image-fullwidth,
  .main-has-anchor-nav
  .section-image-left {
    margin-left: -105px;
    margin-right: -105px;
  }
}

@media (max-width: 578px) {
  .section-technology-video.image-mobile-reverse .column-text,
  .section-image-fullwidth.image-mobile-reverse .column-text,
  .section-image-left.image-mobile-reverse .column-text {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 578px) {
  .section-technology-video.image-mobile-reverse .column-image,
  .section-image-fullwidth.image-mobile-reverse .column-image,
  .section-image-left.image-mobile-reverse .column-image {
    -ms-flex-order: 2;
    order: 2;
  }
}

.section-technology-video .embed-video-holder,
.section-technology-video .visual-holder,
.section-image-fullwidth .embed-video-holder,
.section-image-fullwidth .visual-holder,
.section-image-left .embed-video-holder,
.section-image-left .visual-holder {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1259px) {
  .section-technology-video .embed-video-holder img,
  .section-technology-video .visual-holder img,
  .section-image-fullwidth .embed-video-holder img,
  .section-image-fullwidth .visual-holder img,
  .section-image-left .embed-video-holder img,
  .section-image-left .visual-holder img {
    margin: 0 0 0 7.5%;
  }
}

@media (min-width: 1259px) {
  .section-technology-video .image-holder img,
  .section-technology-video .visual-holder img,
  .section-image-fullwidth .image-holder img,
  .section-image-fullwidth .visual-holder img,
  .section-image-left .image-holder img,
  .section-image-left .visual-holder img {
    margin: 0 0 0 16px;
  }
}

.section-technology-video .embed-video-holder,
.section-technology-video .image-holder,
.section-image-fullwidth .embed-video-holder,
.section-image-fullwidth .image-holder,
.section-image-left .embed-video-holder,
.section-image-left .image-holder {
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-technology-video .embed-video-holder,
  .section-technology-video .image-holder,
  .section-image-fullwidth .embed-video-holder,
  .section-image-fullwidth .image-holder,
  .section-image-left .embed-video-holder,
  .section-image-left .image-holder {
    margin-left: -20px;
  }
}

@media (min-width: 992px) {
  .section-technology-video .embed-video-holder,
  .section-technology-video .image-holder,
  .section-image-fullwidth .embed-video-holder,
  .section-image-fullwidth .image-holder,
  .section-image-left .embed-video-holder,
  .section-image-left .image-holder {
    margin-left: -12vw;
  }
}

@media (min-width: 1259px) {
  .section-technology-video .embed-video-holder,
  .section-technology-video .image-holder,
  .section-image-fullwidth .embed-video-holder,
  .section-image-fullwidth .image-holder,
  .section-image-left .embed-video-holder,
  .section-image-left .image-holder {
    margin-left: -260px;
  }
}

@media (min-width: 768px) {
  .section-technology-video .visual-holder,
  .section-image-fullwidth .visual-holder,
  .section-image-left .visual-holder {
    margin-left: -20px;
  }
}

@media (min-width: 992px) {
  .section-technology-video .visual-holder,
  .section-image-fullwidth .visual-holder,
  .section-image-left .visual-holder {
    margin-left: -2vw;
  }
}

@media (min-width: 1200px) {
  .section-technology-video .visual-holder,
  .section-image-fullwidth .visual-holder,
  .section-image-left .visual-holder {
    margin-left: -8vw;
  }
}

@media (min-width: 1420px) {
  .section-technology-video .visual-holder,
  .section-image-fullwidth .visual-holder,
  .section-image-left .visual-holder {
    margin-left: -9.5vw;
  }
}

.section-technology-video .column-text:only-child,
.section-image-fullwidth .column-text:only-child,
.section-image-left .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .section-technology-video .column-text,
  .section-image-fullwidth .column-text,
  .section-image-left .column-text {
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  #forDevelopers .section-technology-video .column-text,
  #forDevelopers
  .section-image-fullwidth .column-text,
  #forDevelopers
  .section-image-left .column-text {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  #forDevelopers .section-technology-video .column-text,
  #forDevelopers
  .section-image-fullwidth .column-text,
  #forDevelopers
  .section-image-left .column-text {
    padding-left: 65px;
  }
}

@media (min-width: 1200px) {
  #forDevelopers .section-technology-video .column-text,
  #forDevelopers
  .section-image-fullwidth .column-text,
  #forDevelopers
  .section-image-left .column-text {
    padding-left: 80px;
  }
}

@media (min-width: 1420px) {
  #forDevelopers .section-technology-video .column-text,
  #forDevelopers
  .section-image-fullwidth .column-text,
  #forDevelopers
  .section-image-left .column-text {
    padding-left: 109px;
  }
}

@media (min-width: 992px) {
  .section-technology-video .column-video,
  .section-technology-video .column-image,
  .section-image-fullwidth .column-video,
  .section-image-fullwidth .column-image,
  .section-image-left .column-video,
  .section-image-left .column-image {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .section-technology-video .column-video,
  .section-technology-video .column-image,
  .section-image-fullwidth .column-video,
  .section-image-fullwidth .column-image,
  .section-image-left .column-video,
  .section-image-left .column-image {
    padding-right: 80px;
  }
}

@media (min-width: 1420px) {
  .section-technology-video .column-video,
  .section-technology-video .column-image,
  .section-image-fullwidth .column-video,
  .section-image-fullwidth .column-image,
  .section-image-left .column-video,
  .section-image-left .column-image {
    padding-right: 115px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .section-technology-video .column-text-holder,
  .section-image-fullwidth .column-text-holder,
  .section-image-left .column-text-holder {
    padding-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .section-technology-video .column-text-holder,
  .section-image-fullwidth .column-text-holder,
  .section-image-left .column-text-holder {
    padding-top: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .section-technology-video .column-text-holder,
  .section-image-fullwidth .column-text-holder,
  .section-image-left .column-text-holder {
    padding-top: 2.25rem;
  }
}

@media (max-width: 578px) {
  .section-technology-video .column-video {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 578px) {
  .section-technology-video .column-text {
    -ms-flex-order: 1;
    order: 1;
  }
}

.section-image-left .image-holder,
.embed-video-holder {
  margin-bottom: 1.5rem;
  position: relative;
}

.section-image-left .image-holder .btn-play-holder,
.embed-video-holder .btn-play-holder {
  line-height: 0;
  z-index: 5;
  min-width: 50px;
}

@media (max-width: 767px) {
  .section-image-left .image-holder .btn-play-holder,
  .embed-video-holder .btn-play-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .section-image-left .image-holder .btn-play-holder,
  .embed-video-holder .btn-play-holder {
    position: absolute;
    bottom: 25px;
    right: 2vw;
    right: 45%;
    min-width: 145px;
  }
}

@media (min-width: 992px) {
  .section-image-left .image-holder .btn-play-holder,
  .embed-video-holder .btn-play-holder {
    bottom: 40px;
    right: 47%;
  }
}

@media (min-width: 1200px) {
  .section-image-left .image-holder .btn-play-holder,
  .embed-video-holder .btn-play-holder {
    bottom: 54px;
    right: 52%;
  }
}

@media (min-width: 1259px) {
  .section-image-left .image-holder .btn-play-holder,
  .embed-video-holder .btn-play-holder {
    right: 46.7%;
  }
}

@media (min-width: 992px) {
  .main-has-anchor-nav .section-image-left .image-holder .btn-play-holder,
  .main-has-anchor-nav
      .embed-video-holder .btn-play-holder {
    left: auto;
    right: 25%;
  }
}

@media (min-width: 1200px) {
  .main-has-anchor-nav .section-image-left .image-holder .btn-play-holder,
  .main-has-anchor-nav
      .embed-video-holder .btn-play-holder {
    right: 34.7%;
  }
}

.section-image-left .image-holder .play-text,
.embed-video-holder .play-text {
  color: #fff;
}

@media (min-width: 768px) {
  .section-image-right .image-holder .btn-play-holder,
  .embed-video-holder.img-desktop-right .btn-play-holder,
  .img-desktop-right .btn-play-holder {
    right: auto;
    left: 60px;
  }
}

@media (min-width: 992px) {
  .section-image-right .image-holder .btn-play-holder,
  .embed-video-holder.img-desktop-right .btn-play-holder,
  .img-desktop-right .btn-play-holder {
    left: 90px;
  }
}

@media (min-width: 1200px) {
  .section-image-right .image-holder .btn-play-holder,
  .embed-video-holder.img-desktop-right .btn-play-holder,
  .img-desktop-right .btn-play-holder {
    left: 129px;
  }
}

@media (min-width: 579px) {
  .column-video .embed-video-holder,
  .column-image .embed-video-holder {
    margin-bottom: 0;
  }
}

.embed-video-holder img {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-play-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.btn-play-holder .play-text {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
}

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

@media (min-width: 768px) {
  .btn-play-holder .play-text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1rem;
    margin: 0 0 0 15px;
  }
}

@media (min-width: 992px) {
  .btn-play-holder .play-text {
    font-size: 1.125rem;
    margin-left: 20px;
  }
}

.section-technology-content .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-technology-content .column-text ol {
    margin-right: -7px;
  }
}

.section-technology-content .img-holder {
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-technology-content .img-holder {
    width: 250px;
    margin-left: 6vw;
  }
}

@media (min-width: 992px) {
  .section-technology-content .img-holder {
    width: 325px;
    margin-left: 4.5vw;
  }
}

@media (min-width: 1200px) {
  .section-technology-content .img-holder {
    width: 400px;
    margin-left: 190px;
  }
}

.section-testimonials .gallery-fullwidth-container {
  margin-right: 0;
}

@media (min-width: 1420px) {
  .section-testimonials .gallery-fullwidth-container {
    padding-right: calc((100% - 1242px) / 2 + 123px);
  }
}

.section-testimonials .img-holder {
  margin: 0 0 2.25rem;
}

.section-testimonials .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-testimonials .column-text {
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 5px;
  }
}

@media (min-width: 1420px) {
  .section-testimonials .column-text {
    padding-left: 64px;
    padding-right: 40px;
  }
}

.blockquote-block > p:last-child {
  margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
  .section-overview-special.section-image-right .container .column-image .img-holder {
    margin-right: 0;
    right: auto;
    transform: translateX(-16vw);
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .section-overview-special.section-image-right .container .column-image .img-holder {
    transform: translateX(-24vw);
  }
}

@media (min-width: 1420px) {
  .section-overview-special.section-image-right .container .column-image .img-holder {
    transform: translateX(-75.87%);
  }
}

@media (min-width: 768px) {
  .section-overview-special.section-image-right .column-image {
    position: absolute;
    right: auto;
    left: 100%;
  }
}

@media (max-width: 767px) {
  .section-overview-special.section-image-right .column-image .img-holder {
    margin: 0 0 1.5rem;
  }
}

@media (min-width: 768px) {
  .section-overview-special.section-image-right .column-image .img-holder {
    width: 200px;
    height: 295px;
    margin: 0 -100px 0 0;
    position: absolute;
    right: 100%;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .section-overview-special.section-image-right .column-image .img-holder {
    width: 300px;
    height: 443px;
    margin-right: -40px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .section-overview-special.section-image-right .column-image .img-holder {
    width: 400px;
    height: 590px;
    margin: 4px 0 0 56px;
  }
}

@media (min-width: 1420px) {
  .section-overview-special.section-image-right .column-image .img-holder {
    margin-left: 120px;
  }
}

@media (max-width: 767px) {
  .section-overview-special .column-image .img-holder {
    margin: 0 0 1.5rem;
  }
}

@media (min-width: 768px) {
  .section-overview-special .column-image .img-holder {
    width: 200px;
    height: 295px;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .section-overview-special .column-image .img-holder {
    width: 300px;
    height: 443px;
    transform: translateX(-100%);
  }
}

@media (min-width: 1200px) {
  .section-overview-special .column-image .img-holder {
    width: 400px;
    height: 590px;
    margin: 4px 56px 0 -75px;
  }
}

.section-overview-special .content-block .img-holder {
  text-align: center;
}

.section-overview-content {
  position: relative;
}

@media (min-width: 992px) {
  .section-overview-content .column-image {
    position: absolute;
    right: 100%;
  }
}

@media (min-width: 768px) {
  .section-industries.section-interested .img-mobile-fullwidth,
  .section-intro.section-interested .img-mobile-fullwidth {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .home .section-industries .text-lead,
  .home
  .section-intro .text-lead {
    font-size: 1.125rem;
    line-height: 1.50056;
  }
}

.section-industries .column-text:only-child,
.section-intro .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .section-industries .column-text,
  .section-intro .column-text {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .section-industries .column-image,
  .section-industries .column-video,
  .section-intro .column-image,
  .section-intro .column-video {
    padding-left: 13px;
  }
}

@media (max-width: 767px) {
  .section-industries .img-mobile-fullwidth,
  .section-intro .img-mobile-fullwidth {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-industries .img-mobile-fullwidth,
  .section-intro .img-mobile-fullwidth {
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  .section-industries .img-mobile-fullwidth,
  .section-intro .img-mobile-fullwidth {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .section-industries .img-mobile-fullwidth,
  .section-intro .img-mobile-fullwidth {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .section-industries .img-mobile-fullwidth,
  .section-intro .img-mobile-fullwidth {
    margin-left: 75px;
  }
}

.section-intro {
  color: #171717;
}

@media (min-width: 768px) {
  .section-intro .bottom-block p {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .section-intro .column-text {
    padding-right: 10px;
  }
}

.section-intro .column-text .text-holder {
  padding: 0 0 1.0625rem;
}

@media (min-width: 768px) {
  .section-intro .column-text .text-holder {
    padding-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .section-intro .column-text .text-holder {
    padding-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .section-intro .column-text .text-holder {
    padding-top: 2.3125rem;
  }
}

.section-intro-top {
  padding-top: 2.625rem;
}

@media (min-width: 1200px) {
  .section-intro-top {
    padding-top: 30px;
    padding-bottom: 47px;
  }
}

.section-intro-top .column-text {
  padding-bottom: 0.5625rem;
}

.section-intro-top .column-text:only-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.section-intro-top .column-text .top-block {
  padding: 0 0 1.3125rem;
}

@media (min-width: 1200px) {
  .section-intro-top .column-text .top-block {
    padding-top: 7px;
  }
}

.section-intro-top .column-image .img-holder {
  margin-bottom: 0.5625rem;
}

@media (min-width: 768px) {
  .column-text .text-lead,
  .column-text .text-column-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .column-text .text-lead > *,
  .column-text .text-column-holder > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

.column-text .top-block {
  padding: 0 0 1px;
}

@media (min-width: 768px) {
  .column-text .top-block {
    padding: 0.75rem 0 0;
  }
}

@media (min-width: 992px) {
  .column-text .top-block {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .column-text .top-block {
    padding-top: 1.6875rem;
  }
}

.column-text .top-block .h5 {
  font-weight: normal;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .column-text .top-block .h5 {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 768px) {
  .column-text .bottom-block {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

#footer {
  background: #1B2A41;
  color: #fff;
  padding: 3.375rem 0 2.375rem;
  position: relative;
  z-index: 992;
}

@media (min-width: 768px) {
  #footer {
    padding-top: 4.6875rem;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  #footer {
    padding-top: 6.25rem;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding-top: 9rem;
  }
}

#footer a {
  color: inherit;
  text-decoration: none;
}

#footer a:hover,
#footer a:focus {
  color: #5E56B8;
}

#footer .label-form a {
  text-decoration: underline;
}

#footer .label-form a:hover,
#footer .label-form a:focus {
  color: #fff;
  text-decoration: none;
}

.footer-top .df-row {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-top .df-row [class^="col"],
.footer-top .df-row [class*=" col"],
.footer-top .df-row [class^="col-"],
.footer-top .df-row [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-top .footer-block {
  padding: 0 0 4.8125rem;
}

@media (min-width: 768px) {
  .footer-top .footer-block {
    padding-bottom: 4.25rem;
  }
}

.footer-top .footer-block-nav {
  padding: 0 0 0.5rem;
}

@media (min-width: 768px) {
  .footer-top .footer-block-nav {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .footer-top .footer-block-nav {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer-top .footer-block-nav {
    padding-bottom: 4rem;
  }
}

.footer-top .widget {
  margin-bottom: 2.0625rem;
}

.footer-top .widget ul {
  line-height: 1.33333;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-top .widget ul > li {
  margin: 0 0 0.5625rem;
}

@media (min-width: 992px) {
  .footer-top .widget ul > li {
    margin-bottom: 0.8125rem;
  }
}

.footer-top .widget ul a {
  display: inline-block;
  vertical-align: top;
  padding: 0.25rem 0;
}

@media (min-width: 992px) {
  .footer-top .widget ul a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-top .widget .widget-title {
  font-weight: 400;
  opacity: 0.5;
  margin: 0 0 0.8125rem;
}

@media (min-width: 768px) {
  .footer-top .widget .widget-title {
    font-size: 0.8125rem;
    line-height: 20px;
    margin: 4px 0 0.75rem;
  }
}

@media (min-width: 992px) {
  .footer-top .widget .widget-title {
    margin: 0 0 0.75rem;
  }
}

@media (min-width: 1200px) {
  .footer-top .widget .widget-title {
    line-height: 24px;
  }
}

.footer-title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.22955;
  margin: 0 0 1.6875rem;
}

@media (min-width: 992px) {
  .footer-title {
    font-size: 1.6875rem;
    line-height: 1.25926;
    margin-top: -3px;
  }
}

.logo-footer {
  width: 131px;
  margin: 0 0 2.4375rem;
}

@media (min-width: 768px) {
  .logo-footer {
    width: 142px;
    margin-top: 4px;
  }
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
  line-height: 1.30769;
}

@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.footer-bottom ul {
  list-style: none;
  margin-bottom: 27px;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-bottom p,
  .footer-bottom ul {
    margin-bottom: 0.5rem;
  }
}

.footer-bottom .social-networks {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .footer-bottom .social-networks {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .footer-bottom .social-networks {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }
}

.footer-bottom .social-networks > li {
  padding-left: 13px;
  padding-right: 14px;
}

.footer-bottom-row {
  padding: 2.25rem 0;
  position: relative;
}

@media (min-width: 768px) {
  .footer-bottom-row {
    padding-top: 1.75rem;
    padding-bottom: 1rem;
  }
}

.footer-bottom-row:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .footer-bottom-row .order-mobile-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767px) {
  .footer-bottom-row .order-mobile-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}