/*
Theme Name: Spark Micro
Theme URI: https://spark.com
Author: Spark Micro
Author URI: https://spark.com
Version: 1.0
Text Domain: sparkmicro
*/

/* Fonts styles */

/* 100 */
@font-face {
  font-family: MuseoSansThin;
  src: url("./fonts/MuseoSans-100.woff2");
}

@font-face {
  font-family: MuseoSansThinItalic;
  src: url("./fonts/MuseoSans-100Italic.woff2");
}

/* 300 */
@font-face {
  font-family: MuseoSansLight;
  src: url("./fonts/MuseoSans-300.woff2");
}

@font-face {
  font-family: MuseoSansLightItalic;
  src: url("./fonts/MuseoSans-300Italic.woff2");
}

/* 500 */
@font-face {
  font-family: MuseoSansMedium;
  src: url("./fonts/MuseoSans-500.woff2");
}

@font-face {
  font-family: MuseoSansMediumItalic;
  src: url("./fonts/MuseoSans-500Italic.woff2");
}

/* 700 */
@font-face {
  font-family: MuseoSansBold;
  src: url("./fonts/MuseoSans-700.woff2");
}

@font-face {
  font-family: MuseoSansBoldItalic;
  src: url("./fonts/MuseoSans-700Italic.woff2");
}

/* 900 */
@font-face {
  font-family: MuseoSansBlack;
  src: url("./fonts/MuseoSans-900.woff2");
}

@font-face {
  font-family: MuseoSansBlackItalic;
  src: url("./fonts/MuseoSans-900Italic.woff2");
}

/* Wp bakery Style */
.spark-content .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
  width: 100%;
  max-width: calc(100% - 400px);
  margin: 0 auto;
}

.spark-content .vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.spark-content .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

.spark-content .wpb_button,
.spark-content .wpb_content_element,
.spark-content ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

.spark-padding-120 {
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}

.spark-padding-150 {
  padding-left: 150px;
  padding-right: 150px;
  margin-left: auto;
  margin-right: auto;
}

.vc_column_container.vc_col-sm-6:nth-child(1) {
  padding: 0 50px 0 0;
}

.vc_column_container.vc_col-sm-6:nth-child(2) {
  padding: 0 0 0 50px;
}

.vc_column_container.vc_col-sm-4:nth-child(1) {
  padding: 0 50px 0 0;
}

.vc_column_container.vc_col-sm-4:nth-child(2) {
  padding: 0 25px;
}

.vc_column_container.vc_col-sm-4:nth-child(3) {
  padding: 0 0 0 50px;
}

/* Buttons and Links */

.spark-content .spark-button button,
.spark-content .spark-button a {
  background-image: none !important;
  background-color: #e1171d !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 16px;
  border: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.spark-content .spark-button button:hover,
.spark-content .spark-button a:hover {
  background-color: #57a7b3 !important;
}

.spark-content .spark-button.blue button,
.spark-content .spark-button.blue a {
  background-color: #57a7b3 !important;
}

.spark-content .spark-button.blue button:hover,
.spark-content .spark-button.blue a:hover {
  background-color: #e1171d !important;
}

.spark-content .spark-button.icon button,
.spark-content .spark-button.icon a {
  padding: 15px 60px 15px 25px;
  position: relative;
}

.spark-content .spark-button.icon button:after,
.spark-content .spark-button.icon a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}

body {
  overflow-x: hidden;
  font-family: "MuseoSansMedium", sans-serif;
}

p {
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 35px;
  color: #576870;
  font-family: "MuseoSansMedium", sans-serif;
}

p:last-of-type {
  margin-bottom: 0;
}

.wpb_text_column.light p {
  font-family: "MuseoSansLight", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0 0 30px 0;
}

ul li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
  letter-spacing: 0.0065em;
  font-family: "MuseoSansBlack", sans-serif;
}

/* Top banner */

.spark-banner-top {
  background-color: #e1171d;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 1000;
}

.spark-banner-top .spark-banner-top-button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  font-size: 20px;
  outline: none;
}

.spark-banner-top .spark-banner-top-button i {
  font-size: 20px;
  font-weight: 500;
}

.spark-banner-top .spark-banner-top-content {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.spark-banner-top .spark-banner-top-content p {
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
}

.spark-banner-top .spark-banner-top-content p a {
  background-color: #fff;
  color: #e1171d;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 18px;
  display: block;
  border-radius: 4px;
  margin-left: 12px;
  text-align: center;
  text-decoration: none;
}

/* Header */
.spark_header {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ccd1d4;
}

.has-banner .spark_header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.has-banner .spark_header.fixed-header,
.spark_header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #ccd1d4;
  /* box-shadow: 0 -0.5rem 2.6rem 0 rgba(5, 22, 70, 0.1); */
}

.spark_header .navbar.spark_header-menu {
  width: 100%;
  max-width: calc(100% - 400px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.spark_header .spark_header-menu-link {
  width: 150px;
}

.spark_header-menu-link .navbar-brand {
  width: 100%;
  padding: 16px 0;
}

.spark_header-menu-link .navbar-brand svg .cls-1 {
  fill: #576870;
}

.has-banner .spark_header .spark_header-menu-link .navbar-brand svg .cls-1 {
  fill: #fff;
}

.has-banner .spark_header.fixed-header .spark_header-menu-link .navbar-brand svg .cls-1 {
  fill: #576870;
}

.spark_header .navbar-toggler {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  outline: none;
}

.spark_header .navbar-toggler span.line {
  width: 32px;
  height: 2px;
  background-color: #50626a;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.spark_header .navbar-toggler:not(.collapsed) {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spark_header .navbar-toggler:not(.collapsed) span.line:nth-child(2) {
  width: 0;
}

.spark_header .navbar-toggler:not(.collapsed) span.line:nth-child(1),
.spark_header .navbar-toggler:not(.collapsed) span.line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.spark_header .navbar-toggler:not(.collapsed) span.line:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.spark_header .navbar-toggler:not(.collapsed) span.line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}

.has-banner .spark_header .navbar-toggler span.line {
  background-color: #fff;
}

.has-banner .spark_header.fixed-header .navbar-toggler span.line {
  background-color: #50626a;
}

.spark_header-menu .navbar-collapse {
  height: 100%;
  padding-left: 15px;
}

.spark_header-menu .navbar-collapse .mobile-menu-header {
  display: none;
}

.spark_header-menu .navbar-collapse>div {
  width: 100%;
  height: 100%;
}

.spark_header-menu .navbar-collapse>div>.menu {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.navbar-collapse>div>.menu li {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
  margin: 0 35px 0 0;
}

.navbar-collapse>div>.menu li:last-child {
  margin-right: 0;
}

.navbar-collapse>div>.menu li a {
  color: #576870;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "MuseoSansBold", sans-serif;
  text-decoration: none;
  letter-spacing: 0.0325em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.has-banner .navbar-collapse>div>.menu li a {
  color: #fff;
}

.has-banner .navbar-collapse>div>.menu li.menu-item-type-wpml_ls_menu_item,
.navbar-collapse>div>.menu li.menu-item-type-wpml_ls_menu_item {
  margin-left: 100px;
}

.has-banner .navbar-collapse>div>.menuli.menu-item-type-wpml_ls_menu_item:hover:before,
.navbar-collapse>div>.menu li.menu-item-type-wpml_ls_menu_item:hover:before {
  display: none;
}

.has-banner .navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a,
.navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a {
  width: 38px;
  height: 38px;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  padding: 0;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.has-banner .spark_header.fixed-header .navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a,
.spark_header .navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a {
  color: #e1171d;
  border-color: #e1171d;
}

.has-banner .spark_header.fixed-header .navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a:hover,
.spark_header .navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a:hover,
.spark_header.fixed-header .navbar-collapse>div>.menu li.menu-item-type-wpml_ls_menu_item a:hover {
  color: #fff;
  background-color: #e1171d;
  border-color: #e1171d;
}

.has-banner .navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a:hover,
.navbar-collapse>div>.menu>li.menu-item-type-wpml_ls_menu_item a,
.spark_header.fixed-header .navbar-collapse>div>.menu li.menu-item-type-wpml_ls_menu_item a {
  background-color: #fff;
  color: #e1171d;
}

.navbar-collapse>div>.menu>li {
  position: relative;
}

.navbar-collapse>div>.menu>li:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-collapse>div>.menu li:hover:before,
.navbar-collapse>div>.menu li.current-menu-item:before,
.navbar-collapse>div>.menu li.current-page-ancestor:before,
.navbar-collapse>div>.menu li.current-menu-ancestor:before {
  top: 0;
  background-color: #e1171d;
}

/* .navbar-collapse div>.menu li.current-menu-item a,
.spark_header.fixed-header .navbar-collapse div>.menu li:hover a,
.spark_header.fixed-header .navbar-collapse div>.menu li.current-menu-item a,
.navbar-collapse div>.menu>li:hover>a {
  color: #e1171d;
} */

.spark_header.fixed-header .navbar-collapse>div>.menu li a {
  color: #576870;
}

.navbar-collapse>div>.menu li.menu-item-has-children>ul {
  width: 300px;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 35px 0;
  margin: 0;
  pointer-events: none;
  z-index: 100000;
  transition: transform 0.5s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transform: translateY(100px);
}

.navbar-collapse>div>.menu li.menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(0, 0);
}

.navbar-collapse>div>.menu li.menu-item-has-children>ul:before {
  content: "";
  width: calc(100vw + 100vw);
  height: 100%;
  background-color: rgba(87, 104, 112, 0.9);
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100vw;
}

.navbar-collapse>div>.menu li.menu-item-has-children>ul li {
  margin: 0;
  margin-bottom: 17px;
}

.navbar-collapse>div>.menu li.menu-item-has-children>ul li:last-child {
  margin-bottom: 0;
}

.has-banner .spark_header.fixed-header .navbar-collapse>div>.menu li.menu-item-has-children>ul li a,
.navbar-collapse>div>.menu li.menu-item-has-children>ul li a,
.spark_header.fixed-header .navbar-collapse>div>.menu li.menu-item-has-children>ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.spark_header.fixed-header .navbar-collapse>div>.menu li.menu-item-has-children>ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.navbar-collapse>div>.menu li.menu-item-has-children>ul li a:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #57a7b3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-collapse>div>.menu li.menu-item-has-children>ul li a:hover:after {
  opacity: 1;
  right: -10px;
  visibility: visible;
}

.has-banner .spark_header.fixed-header .navbar-collapse>div>.menu li.menu-item-has-children>ul li a:hover,
.navbar-collapse>div>.menu li.menu-item-has-children>ul li:hover a {
  color: #fff;
}

.navbar .social-media {
  margin: 0 0 0 20px;
}

.navbar .social-media ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar .social-media ul li {
  margin: 0 15px 0 0;
}

.navbar .social-media ul li:last-child {
  margin-right: 0;
}

.navbar .social-media ul li a {
  display: flex;
  text-decoration: none;
}

.navbar .social-media ul li a i {
  color: #e1171d;
  font-size: 20px;
}

/* Spark Content */

.spark-content {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 159px);
}

/* Spark carousel */

.vc_row.spark-carousel {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: -76px 0 0 0;
  background-color: #fff;
}

.vc_row.spark-carousel>.wpb_column.vc_col-sm-12>.vc_column-inner,
.vc_row.spark-carousel>.wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper,
.vc_row.spark-carousel>.wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.wpb_raw_code.wpb_raw_html,
.vc_row.spark-carousel>.wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.wpb_raw_code.wpb_raw_html>.wpb_wrapper {
  width: 100%;
  height: 100%;
}

.vc_row.spark-carousel #sparkCarousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 70px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: calc(100% - 400px);
  margin: 0 auto;
  padding: 0;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators li {
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0;
  background-clip: unset;
  text-indent: initial;
  margin: 0 15px;
  opacity: 1;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators li:first-child {
  margin-left: 0;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators li:last-child {
  margin-right: 0;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators li span {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  display: block;
  font-family: "MuseoSansLight", sans-serif;
  position: relative;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators li span:after {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 8px);
  height: 3px;
  background-color: #e1171d;
  position: absolute;
  left: -4px;
  bottom: -4px;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators li.active span {
  font-family: "MuseoSansBlack", sans-serif;
}

.vc_row.spark-carousel #sparkCarousel .carousel-indicators li.active span:after {
  opacity: 1;
  visibility: visible;
}

.vc_row.spark-carousel #sparkCarousel .carousel-progress {
  width: 0;
  height: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #57a7b3;
  z-index: 11;
  transition: all;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text {
  width: 100%;
  max-width: calc(100% - 400px);
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 200px 160px 0;
  margin: 0 auto;
  position: relative;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .slide-2.carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
  margin: -80px 0 0 0;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title h4 {
  text-align: right;
  color: #fff;
  font-family: "MuseoSansBlackItalic", sans-serif;
  font-size: 85px;
  line-height: 85px;
  margin: 0;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title p {
  text-align: right;
  font-size: 25px;
  line-height: 25px;
  font-family: "MuseoSansThinItalic", sans-serif;
  color: rgba(255, 255, 255, .7);
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description {
  width: 100%;
  margin: 100px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description p {
  font-size: 27px;
  line-height: 35px;
  color: #fff;
  text-align: right;
  font-family: "MuseoSansThin", sans-serif;
  max-width: 700px;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 60px 0 0 0;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-link a {
  background-color: #e1171d;
  color: #fff;
  border-radius: 30px;
  padding: 12px 60px 12px 25px;
  position: relative;
  outline: none;
  border: none;
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-link a:hover {
  background-color: #64adb8;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-link a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
  position: absolute;
  top: 75px;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 460px);
  pointer-events: none;
  z-index: 12;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle1,
.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle2 {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #e1171d;
  border-radius: 50%;
  position: absolute;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle1 {
  top: -25px;
  left: 0;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle2 {
  right: -4px;
  bottom: -12px;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .arc {
  display: block;
  box-sizing: content-box;
  position: absolute;
  top: -10px;
  right: 12px;
  width: 60px;
  height: 60px;
  border: 10px solid #e1171d;
  border-left: none;
  border-bottom: 0;
  border-radius: 0 82px 0 0;
  transform: rotate(0deg);
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper:before {
  content: "";
  display: block;
  background-color: #e1171d;
  width: calc(100% - 120px);
  height: 10px;
  position: absolute;
  top: -10px;
  left: 38px;
}

.vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper:after {
  content: "";
  display: block;
  background-color: #e1171d;
  width: 10px;
  height: calc(100% - 80px);
  position: absolute;
  top: 55px;
  right: 12px;
}

/* Spark carousel end */

/* Spark banner start here */

.spark-banner {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 900px;
  /* min-height: 800px; */
  top: 0;
  margin: -76px 0 0 0;
  background-color: #242525;
  position: relative;
}

.spark-banner.career {
  height: 100vh;
  min-height: 1000px;
}

.spark-banner>.vc_column-inner>.wpb_wrapper {
  width: 100%;
  height: 100%;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb {
  height: 100%;
  padding: 0;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row {
  height: calc(100vh - 75px);
  position: relative;
  top: 75px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_single_image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_wrapper.vc_figure .vc_single_image-wrapper {
  width: auto;
  height: 130px;
  margin: 30px 0 0 0;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .vc_custom_heading {
  max-width: 500px;
  font-family: "MuseoSansBlackItalic", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  margin: 40px auto 0 auto;
  text-align: center !important;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_text_column.wpb_content_element {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 800px;
  margin: 25px auto 0 auto;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_text_column.wpb_content_element p {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-family: "MuseoSansLight", sans-serif;
}

.spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .vc_btn3-container {
  margin: 50px 0 0 0;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
  width: calc(100% - 400px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.spark-banner .spark-banner-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 280px 0 0 0;
}

.spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb,
.spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb,
.spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb,
.company-banner .spark-breadcrumb,
.spark-banner.career .spark-breadcrumb {
  width: 100%;
}


.spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul,
.spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul,
.spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul,
.company-banner .spark-breadcrumb ul,
.spark-banner.career .spark-breadcrumb ul,
.spark-breadcrumb {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
.spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
.spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
.company-banner .spark-breadcrumb ul li,
.spark-banner.career .spark-breadcrumb ul li {
  font-size: 18px;
  line-height: 26px;
  font-family: "MuseoSansLight", sans-serif;
  margin: 0;
  color: #fff;
}

.spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
.spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li {
  text-shadow: 1px 1px 2px rgba(100, 100, 100, .5);
}

.company-banner .spark-breadcrumb ul li,
.spark-breadcrumb li {
  color: #50626a;
}

.spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li.separator,
.spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li.separator,
.spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li.separator,
.company-banner .spark-breadcrumb ul li.separator,
.spark-banner.career .spark-breadcrumb ul li.separator,
.spark-breadcrumb li.separator {
  margin: 0 10px;
}

.spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
.spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
.spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
.company-banner .spark-breadcrumb ul li a,
.spark-banner.career .spark-breadcrumb ul li a,
.spark-breadcrumb li a {
  text-decoration: underline;
  color: #e1171d;
  font-size: 18px;
  line-height: 26px;
}

.spark-banner .spark-banner-title .vc_custom_heading {
  width: 100%;
  max-width: 1000px;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  margin: 40px 0 0 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
  text-transform: uppercase;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description,
.vc_row.company-banner-description {
  width: calc(100% - 200px) !important;
  background-color: #edeff0;
  padding: 120px 150px;
  margin: 0;
  position: absolute;
  left: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description:before,
.vc_row.company-banner-description:before {
  content: "";
  display: block;
  width: 818px;
  height: 158px;
  background: url("./images/left-stroke.png") no-repeat center center;
  background-size: 818px 158px;
  position: absolute;
  left: calc(-818px + 160px);
  top: -85px;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_raw_code.wpb_content_element p,
.vc_row.company-banner-description .wpb_raw_code.wpb_content_element p {
  width: 100%;
  max-width: 920px;
  font-family: "MuseoSansLight", sans-serif;
  font-size: 30px;
  line-height: 45px;
  color: #576870;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_raw_code.wpb_content_element p span,
.vc_row.company-banner-description .wpb_raw_code.wpb_content_element p span {
  font-family: "MuseoSansMedium", sans-serif;
  color: #57a7b3;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_wrapper.vc_figure,
.vc_row.company-banner-description .wpb_wrapper.vc_figure {
  width: 100%;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper,
.vc_row.company-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper {
  width: 100%;
  height: 180px;
}

.spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper img,
.vc_row.company-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
}

/* Spark banner end here */

/* Spark blog banner start here */

.spark-blog-banner,
.spark-event-banner {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 1000px;
  top: 0;
  margin: 0;
  background-color: #242525;
  position: relative;
}

.spark-blog-banner>.vc_column-inner>.wpb_wrapper,
.spark-event-banner>.vc_column-inner>.wpb_wrapper {
  width: 100%;
  height: 100%;
}

.spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb,
.spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
.spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
  width: calc(100% - 400px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark-blog-banner .spark-blog-banner-title,
.spark-event-banner .spark-event-banner-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
}

.spark-blog-banner .spark-blog-banner-title .vc_custom_heading.sub-title,
.spark-event-banner .spark-event-banner-title .vc_custom_heading.sub-title {
  width: 100%;
  font-size: 18px;
  color: #57a7b3;
  font-family: "MuseoSansBlack", sans-serif;
  text-transform: uppercase;
  margin: 60px 0 0 0;
  padding: 0 150px;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, .5);
}

.spark-blog-banner .spark-blog-banner-title .vc_custom_heading.title,
.spark-event-banner .spark-event-banner-title .vc_custom_heading.title {
  width: 100%;
  max-width: 1000px;
  padding: 0 150px;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  margin: 25px 0 0 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, .5);
}

.spark-blog-banner .spark-blog-banner-title .vc_btn3-container.spark-button,
.spark-event-banner .spark-event-banner-title .vc_btn3-container.spark-button {
  width: 100%;
  padding: 0 150px;
  margin: 80px 0 0 0;
}

/* Spark blog banner end here */

/* Spark Revolution */

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner {
  padding: 0 50px 0 150px;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .vc_custom_heading {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
  font-family: "MuseoSansBlackItalic", sans-serif;
  max-width: 300px;
  color: #576875;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column {
  margin: 50px 0 0 0;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column .wpb_wrapper {
  max-width: 460px;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column p {
  font-size: 20px;
  line-height: 30px;
  font-family: "MuseoSansMedium", sans-serif;
  color: #576875;
  margin: 0;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .spark-button {
  margin: 60px 0 0 0;
}

.spark-icon-with-text-wrapper {
  padding: 0 100px 0 0;
}

.spark-icon-with-text-wrapper .wpb_wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner {
  padding: 0 0 0 50px;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text {
  width: 50%;
  margin: 0 0 60px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text:nth-child(2n + 1) {
  padding: 0 25px 0 0;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text:nth-child(2n) {
  padding: 0 0 0 25px;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .text {
  margin: 50px 0 0 0;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .text h4 {
  font-size: 24px;
  line-height: 24px;
  font-family: "MuseoSansBlack";
  color: #576875;
  max-width: 200px;
}

.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .text P {
  font-family: "MuseoSansThin", sans-serif;
  font-size: 16px;
  color: #576875;
  margin: 15px 0 0 0;
  max-width: 250px;
}

/* End spark revolution */

/* Spark Discover */

.vc_row.spark-discover-wrapper {
  margin: 250px 0 0 0;
  background-size: calc(100% - 350px) 100% !important;
  background-repeat: no-repeat !important;
  background-position: right;
}

.vc_row.spark-discover-wrapper>.wpb_column.vc_col-sm-12>.vc_column-inner {
  padding-top: 0;
}

.spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid.spark-discover {
  max-width: 100%;
  padding: 200px 0;
  display: flex;
  align-items: flex-end;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(1) {
  padding: 0 200px;
  margin: -450px 0 0 0;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
  background-color: #ecf0f3;
  padding: 150px;
  max-width: 700px;
}

.spark-icon-with-text-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}

.spark-icon-with-text-right+.spark-icon-with-text-right {
  margin-top: 150px;
}

.spark-icon-with-text-right .icon {
  width: 100px;
  height: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.spark-icon-with-text-right .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spark-icon-with-text-right .text {
  width: calc(100% - 100px);
  padding: 0 0 0 60px;
}

.spark-icon-with-text-right .text p {
  color: #576875;
  font-size: 30px;
  line-height: 36px;
  font-family: "MuseoSansLight", sans-serif;
}

.spark-icon-with-text-right .text p span {
  font-family: "MuseoSansBold", sans-serif;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner {
  max-width: 750px;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner:before {
  content: "";
  display: block;
  width: 150px;
  height: 774px;
  position: absolute;
  left: 15px;
  bottom: 7px;
  background: url("./images/l-icon.png") no-repeat center center;
  background-size: 150px 774px;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner>.wpb_wrapper {
  width: auto;
  display: flex;
  flex-direction: column;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner h2 {
  font-family: "MuseoSansBlackItalic", sans-serif;
  font-size: 40px;
  line-height: 42px;
  max-width: 270px;
  text-transform: uppercase;
  color: #fff;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_text_column.wpb_content_element {
  margin: 40px 0 0 0;
  max-width: 290px;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_text_column.wpb_content_element p {
  color: #fff;
  font-family: "MuseoSansLight", sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .spark-button {
  margin: 90px 0 0 0;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image {
  margin-bottom: 0;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper {
  width: 120px;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
}

.spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper img {
  width: 100%;
}

/* End Spark Discover */

/* Home news */

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner {
  padding: 130px 0;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
  padding: 0 150px;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .vc_column-inner {
  max-width: 300px;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1) .vc_column-inner {
  margin: 0 auto 0 0;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(2) .vc_column-inner {
  margin: 0 auto;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(3) .vc_column-inner {
  margin: 0 0 0 auto;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_custom_heading {
  font-family: "MuseoSansBlack", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_custom_heading:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  margin: 15px 0 0 0;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #ecf0ef;
}

.vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .spark-button {
  margin: 70px 0 0 0;
}

.news-items,
.event-items,
.blog-items {
  margin: 70px 0 0 0;
}

.news-items .news-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.news-items .news-item+.news-item {
  margin-top: 50px;
}

.news-items .news-item .news-item-date,
.blog-items .blog-item .blog-item-date,
.event-items .event-item .event-item-date {
  width: 100%;
  margin: 20px 0 0 0;
}

.news-items .news-item .news-item-date {
  margin-top: 0;
}

.news-items .news-item .news-item-date p,
.blog-items .blog-item .blog-item-date p,
.event-items .event-item .event-item-date p {
  color: #95a4aa;
  margin: 0;
  font-size: 14px;
  font-family: "MuseoSansLight", sans-serif;
}

.news-items .news-item .news-item-title,
.blog-items .blog-item .blog-item-title,
.event-items .event-item .event-item-title {
  width: 100%;
  margin: 5px 0 0 0;
}

.news-items .news-item .news-item-title h3,
.blog-items .blog-item .blog-item-title h3,
.event-items .event-item .event-item-title h3 {
  font-family: "MuseoSansBlack", sans-serif;
  font-size: 16px;
  color: #50626a;
}

.news-items .news-item .news-item-more,
.blog-items .blog-item .blog-item-more,
.event-items .event-item .event-item-more {
  width: 100%;
  margin: 12px 0 0 0;
}

.news-items .news-item .news-item-more a,
.blog-items .blog-item .blog-item-more a,
.event-items .event-item .event-item-more a {
  font-size: 14px;
  color: #e1171d;
  font-family: "MuseoSansBold", sans-serif;
  text-decoration: none;
}

.blog-items .blog-item .blog-item-image,
.event-items .event-item .event-item-image {
  width: 100%;
  height: 130px;
  background-color: #ecf0ef;
  margin-bottom: 45px;
}

.blog-items .blog-item .blog-item-image img,
.event-items .event-item .event-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Applications & products */

.vc_row.spark-image-with-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.vc_row.spark-image-with-text .wpb_column.vc_col-sm-6 {
  padding: 0;
}

.spark-image-with-text.icon:after {
  content: "";
  display: block;
  width: 200px;
  height: 44px;
  background: url("./images/straight-stroke.png") no-repeat center center;
  background-size: 200px 44px;
  position: absolute;
  top: 0;
  right: 0;
}

.vc_row.spark-image-with-text>.vc_column_container.vc_col-sm-6>.vc_column-inner,
.vc_row.spark-image-with-text>.vc_column_container.vc_col-sm-6>.vc_column-inner>.wpb_wrapper,
.vc_row.spark-image-with-text>.vc_column_container.vc_col-sm-6>.vc_column-inner>.wpb_wrapper>.wpb_single_image,
.vc_row.spark-image-with-text>.vc_column_container.vc_col-sm-6>.vc_column-inner>.wpb_wrapper>.wpb_single_image>.wpb_wrapper.vc_figure,
.vc_row.spark-image-with-text>.vc_column_container.vc_col-sm-6>.vc_column-inner>.wpb_wrapper>.wpb_single_image>.wpb_wrapper.vc_figure>.vc_single_image-wrapper {
  width: 100%;
  height: 100%;
}

.spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner,
.spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 200px;
}

.spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner {
  justify-content: flex-end;
}

.spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper,
.spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Icon with text */

.spark-icon-text {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark-icon-text .icon {
  width: auto;
  height: auto;
}

.spark-icon-text .icon img {
  width: auto;
  height: 100px;
}

.spark-icon-text .text {
  width: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 0 45px;
}

.spark-icon-text .text p {
  font-size: 22px;
  line-height: 28px;
  color: #57a7b3;
  font-family: "MuseoSansBlack", sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.spark-icon-text .text h3 {
  font-size: 50px;
  line-height: 60px;
  color: #576870;
  margin: 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.download-block {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 40px 0 0 0;
  outline: none;
}

.download-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #edeff0;
}

.download-block-switch:checked+.download-block-options-filter .download-block-select {
  transform: scaleY(1);
}

.download-block-switch:checked+.download-block-options-filter .download-block-filter:after {
  transform: rotate(-135deg);
}

.download-block-options-filter {
  width: auto;
  min-width: 240px;
  cursor: pointer;
  outline: none;
}

.download-block-filter {
  position: relative;
  display: flex;
  padding: 10px 35px 10px 15px;
  color: #57a7b3;
  background-color: #edeff0;
  text-transform: uppercase;
  font-family: "MuseoSansBlack", sans-serif;
  font-size: 20px;
  transition: 0.3s;
}

.download-block-filter li {
  margin: 0;
}

.download-block-filter::after {
  position: absolute;
  top: 45%;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #57a7b3;
  border-bottom: 2px solid #57a7b3;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.2s ease-in-out;
}

.download-block-select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.2s ease-in-out;
  max-height: 300px;
  overflow-y: auto;
}

.download-block-select-option {
  display: block;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 20px;
  background-color: #edeff0;
  border-top: 1px solid #ddd;
  transition: 0.3s;
  font-family: "MuseoSansBold", sans-serif;
}

.download-block-select-option:last-of-type {
  border-bottom: 0;
}

.download-block-select-option:hover {
  background-color: #f9f9f9;
}

.file-download-modal {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 40px 0 0 0;
  outline: none;
}

.file-download-modal .modal {
  z-index: 1000001;
  background-color: rgba(0, 0, 0, .5);
}

.file-download-modal .modal .modal-dialog {
  max-width: 600px;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-header h5 {
  font-family: "MuseoSansBold", sans-serif;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-header button {
  outline: none;
  opacity: 1;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-header button:hover span {
  color: #e1171d;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form p {
  margin-bottom: 10px;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label {
  width: 100%;
  font-size: 18px;
  font-family: "MuseoSansBold", sans-serif;
  color: #576870;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label span {
  display: flex;
  flex-direction: column;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label span .wpcf7-not-valid-tip {
  font-size: 15px;
  margin-top: 5px;
  font-family: "MuseoSansLight", sans-serif;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label span input,
.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label span textarea {
  width: 100%;
  border: solid 1px #95a4aa;
  min-height: 40px;
  outline: none;
  font-size: 18px;
  color: #576870;
  padding: 0 10px;
  border-radius: 0;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label span textarea {
  resize: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background-image: none;
  background-color: #e1171d;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
  border: none;
  margin-top: 10px;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .success-message h6 {
  font-family: "MuseoSansBold", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .success-message p {
  text-align: center;
  margin: 15px 0 0 0;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .success-message p a {
  color: #e1171d;
}

.file-download-modal .modal .modal-dialog .modal-content .modal-body .success-message p a:hover {
  text-decoration: underline;
}

.vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element {
  margin: 60px 0 0 0;
}

.vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p {
  font-size: 20px;
  line-height: 32px;
  font-family: "MuseoSansLight", sans-serif;
  margin: 0 0 25px 0;
  color: #576870;
}

.vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p:last-child {
  margin-bottom: 0;
}

.vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p strong {
  font-family: "MuseoSansMedium", sans-serif;
}

/* Products page */

.spark-text-with-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.spark-text-with-menu .text {
  width: auto;
  display: flex;
  flex-direction: column;
}

.spark-text-with-menu .text p {
  font-size: 22px;
  line-height: 28px;
  color: #57a7b3;
  font-family: "MuseoSansBlack", sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.spark-text-with-menu .text h3 {
  font-size: 50px;
  line-height: 46px;
  color: #576870;
  margin: 0;
  text-transform: uppercase;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.spark-text-with-menu .menu {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.spark-text-with-menu .menu ul {
  display: flex;
  flex-direction: row;
  position: relative;
  top: -4px;
}

.spark-text-with-menu .menu ul li {
  font-family: "MuseoSansBold", sans-serif;
  list-style: none;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}

.spark-text-with-menu .menu ul li a {
  color: #e1171d;
  font-size: 14px;
  line-height: 25px;
}

.spark-text-with-menu .menu ul li:first-child a {
  font-family: "MuseoSansBlack", sans-serif;
  color: #576870;
}

.spark-text-with-menu .menu ul li:last-child {
  margin-right: 0;
}

.vc_custom_heading.spark-product-title {
  width: 100%;
  text-align: center;
  font-family: "MuseoSansThin", sans-serif;
  font-size: 70px;
  line-height: 45px;
  color: #57a7b3;
  padding: 0;
  margin: 0;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element {
  margin: 60px 0 0 0;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p {
  font-size: 20px;
  line-height: 32px;
  font-family: "MuseoSansLight", sans-serif;
  margin: 0 0 25px 0;
  color: #576870;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p:last-child {
  margin-bottom: 0;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p strong {
  font-family: "MuseoSansBold", sans-serif;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element ul {
  padding: 0 0 0 20px;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element ul li {
  font-size: 20px;
  line-height: 32px;
  font-family: "MuseoSansLight", sans-serif;
  margin: 0 0 25px 0;
  color: #576870;
  list-style: disc;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_wrapper.vc_figure {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_single_image-wrapper {
  width: 100%;
  max-width: 450px;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_single_image-wrapper img {
  width: 100%;
}

/* Blog */

.vc_row-fluid.blog-items-wrapper,
.vc_row-fluid.event-items-wrapper {
  width: 100%;
  padding: 0 150px;
  margin: 0;
}

.blog-filter,
.event-filter {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.blog-filter .blog-filter-title,
.event-filter .event-filter-title {
  width: 200px;
}

.blog-filter .blog-filter-title p,
.event-filter .event-filter-title p {
  color: #57a7b3;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "MuseoSansBlack", sans-serif;
  letter-spacing: 4px;
}

.blog-filter form,
.event-filter form {
  width: calc(100% - 200px);
}

.blog-filter form .blog-filter-form,
.event-filter form .event-filter-form {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.blog-filter form .blog-filter-form .blog-filter-form-item,
.event-filter form .event-filter-form .event-filter-form-item {
  width: auto;
  padding: 0 0 20px 0;
  margin: 0 15px;
  border-bottom: solid 10px #eef0f0;
  position: relative;
}

.blog-filter form .blog-filter-form .blog-filter-form-item:first-child,
.event-filter form .event-filter-form .event-filter-form-item:first-child {
  margin-left: 0;
}

.blog-filter form .blog-filter-form .blog-filter-form-item:last-child,
.event-filter form .event-filter-form .event-filter-form-item:last-child {
  margin-right: 0;
}

.blog-filter form .blog-filter-form .blog-filter-form-item.month,
.blog-filter form .blog-filter-form .blog-filter-form-item.year,
.event-filter form .event-filter-form .event-filter-form-item.month,
.event-filter form .event-filter-form .event-filter-form-item.year {
  width: 16%;
}

.blog-filter form .blog-filter-form .blog-filter-form-item.categories,
.event-filter form .event-filter-form .event-filter-form-item.categories {
  width: 28%;
}

.blog-filter form .blog-filter-form .blog-filter-form-item.keywords,
.event-filter form .event-filter-form .event-filter-form-item.keywords {
  width: 40%;
}

.blog-filter form .blog-filter-form .blog-filter-form-item .blog-filter-form-item-select-inner,
.event-filter form .event-filter-form .event-filter-form-item .event-filter-form-item-select-inner {
  position: relative;
  width: fit-content;
  padding: 0;
}

.blog-filter form .blog-filter-form .blog-filter-form-item .blog-filter-form-item-select-inner:before,
.event-filter form .event-filter-form .event-filter-form-item .event-filter-form-item-select-inner:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #57a7b3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}

.blog-filter form .blog-filter-form .blog-filter-form-item select,
.event-filter form .event-filter-form .event-filter-form-item select {
  width: fit-content;
  border: none;
  outline: none;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
  appearance: none;
  color: #50626a;
  font-size: 16px;
  padding: 0 40px 0 0;
  font-family: "MuseoSansLight", sans-serif;
  background-color: transparent;
}

.blog-filter form .blog-filter-form .blog-filter-form-item select:focus,
.event-filter form .event-filter-form .event-filter-form-item select:focus {
  width: auto;
}

.blog-filter form .blog-filter-form .blog-filter-form-item.keywords input,
.event-filter form .event-filter-form .event-filter-form-item.keywords input {
  width: 100%;
  border: none;
  outline: none;
  padding: 0 40px 0 0;
  color: #50626a;
  background-color: transparent;
}

.blog-filter form .blog-filter-form .blog-filter-form-item.keywords input::placeholder,
.event-filter form .event-filter-form .event-filter-form-item.keywords input::placeholder {
  color: #50626a;
}

.blog-filter form .blog-filter-form .blog-filter-form-item.keywords button,
.event-filter form .event-filter-form .event-filter-form-item.keywords button {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-filter form .blog-filter-form .blog-filter-form-item.keywords button i,
.event-filter form .event-filter-form .event-filter-form-item.keywords button i {
  color: #57a7b3;
  font-size: 22px;
}

.blog-list-content,
.event-list-content,
.news-list-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.blog-list-content .blog-list-content-item,
.event-list-content .event-list-content-item,
.news-list-content .news-list-content-item {
  width: 25%;
  margin-bottom: 50px;
}

.blog-list-content .blog-list-content-item:nth-child(4n+1),
.event-list-content .event-list-content-item:nth-child(4n+1),
.news-list-content .news-list-content-item:nth-child(4n+1) {
  padding: 0 30px 0 0;
}

.blog-list-content .blog-list-content-item:nth-child(4n+2),
.event-list-content .event-list-content-item:nth-child(4n+2),
.news-list-content .news-list-content-item:nth-child(4n+2) {
  padding: 0 20px 0 10px;
}

.blog-list-content .blog-list-content-item:nth-child(4n+3),
.event-list-content .event-list-content-item:nth-child(4n+3),
.news-list-content .news-list-content-item:nth-child(4n+3) {
  padding: 0 10px 0 20px;
}

.blog-list-content .blog-list-content-item:nth-child(4n+4),
.event-list-content .event-list-content-item:nth-child(4n+4),
.news-list-content .news-list-content-item:nth-child(4n+4) {
  padding: 0 0 0 30px;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner,
.event-list-content .event-list-content-item .event-list-content-item-inner,
.news-list-content .news-list-content-item .blog-list-content-item-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner a,
.event-list-content .event-list-content-item .event-list-content-item-inner a,
.news-list-content .news-list-content-item .blog-list-content-item-inner a {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-decoration: none;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
.event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image img,
.event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner:hover a .blog-list-content-item-inner-image img,
.event-list-content .event-list-content-item .event-list-content-item-inner:hover a .event-list-content-item-inner-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-date,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-date,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-date {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-date p,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-date p,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-date p {
  color: #95a4aa;
  margin: 0;
  font-size: 14px;
  font-family: "museosanslight", sans-serif;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-text,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-text,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 45px 0 0 0;
}

.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-text {
  margin-top: 0;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-text p,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-text p,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-text p {
  width: 100%;
  font-size: 12px;
  color: #57a7b3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "MuseoSansBold", sans-serif;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-text h3,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-text h3,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-text h3 {
  max-width: 280px;
  font-family: "MuseoSansBlack", sans-serif;
  margin: 5px 0 0 0;
}

.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-text h3 {
  line-height: 16px;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-text h3 a,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-text h3 a,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-text h3 a {
  color: #50626a;
  text-decoration: none;
  font-size: 16px;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-link,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-link,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-link {
  width: 100%;
  margin: 12px 0 0 0;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-link a,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-link a,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-link a {
  font-size: 14px;
  color: #e1171d;
  font-family: "MuseoSansBold", sans-serif;
  text-decoration: none;
}

.blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-link a:hover,
.event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-link a:hover,
.news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-link a:hover {
  text-decoration: underline;
}

.blog-list-content-loader,
.event-list-content-loader,
.news-list-content-loader {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 0 0;
}

.blog-list-content-loader .blog-list-content-loader-loading,
.event-list-content-loader .event-list-content-loader-loading,
.news-list-content-loader .news-list-content-loader-loading {
  display: flex;
  flex-direction: row;
  margin: 0 0 15px 0;
}

.blog-list-content-loader .blog-list-content-loader-loading .sp,
.event-list-content-loader .event-list-content-loader-loading .sp,
.news-list-content-loader .news-list-content-loader-loading .sp {
  width: 32px;
  height: 32px;
  clear: both;
  margin: 20px auto;
}

.blog-list-content-loader .blog-list-content-loader-loading .sp.sp-circle,
.event-list-content-loader .event-list-content-loader-loading .sp.sp-circle,
.news-list-content-loader .news-list-content-loader-loading .sp.sp-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px #57a7b3 solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 0.6s infinite linear;
}

.blog-list-content-loader .blog-list-content-loader-loading p,
.event-list-content-loader .event-list-content-loader-loading p,
.news-list-content-loader .news-list-content-loader-loading p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.blog-list-content-loader button,
.event-list-content-loader button,
.news-list-content-loader button {
  width: auto;
  padding: 10px 40px;
  border: solid 2px #57a7b3;
  color: #57a7b3;
  background-color: transparent;
  border-radius: 30px;
  font-family: "MuseoSansBold", sans-serif;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
}

.blog-list-content-loader button:hover,
.event-list-content-loader button:hover,
.news-list-content-loader button:hover {
  background-color: #57a7b3;
  color: #fff;
}

/* Blog details */

.vc_row.blog-details-wrapper,
.vc_row.event-details-wrapper {
  width: 100%;
}

.vc_row.blog-details-wrapper .blog-details-header,
.vc_row.event-details-wrapper .event-details-header {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vc_row.blog-details-wrapper .blog-details-header .blog-details-header-back,
.vc_row.event-details-wrapper .event-details-header .event-details-header-back {
  width: 150px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.vc_row.blog-details-wrapper .blog-details-header .blog-details-header-back a,
.vc_row.event-details-wrapper .event-details-header .event-details-header-back a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 2px #e1171d;
  color: #e1171d;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.vc_row.blog-details-wrapper .blog-details-header .blog-details-header-back a:hover,
.vc_row.event-details-wrapper .event-details-header .event-details-header-back a:hover {
  background-color: #e1171d;
  color: #fff;
}

.vc_row.blog-details-wrapper .blog-details-header .blog-details-header-back a i,
.vc_row.event-details-wrapper .event-details-header .event-details-header-back a i {
  font-size: 26px;
}

.vc_row.blog-details-wrapper .blog-details-header .blog-details-header-category,
.vc_row.event-details-wrapper .event-details-header .event-details-header-category {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.vc_row.blog-details-wrapper .blog-details-header .blog-details-header-category p,
.vc_row.event-details-wrapper .event-details-header .event-details-header-category p {
  font-size: 18px;
  line-height: 22px;
  font-family: "MuseoSansBlack", sans-serif;
  color: #57a7b3;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.vc_row.blog-details-wrapper .blog-details-container,
.vc_row.event-details-wrapper .event-details-container {
  width: 100%;
  margin: 0;
  padding: 0 150px;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-title,
.vc_row.event-details-wrapper .event-details-container .event-details-container-title {
  width: 100%;
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-title h1,
.vc_row.event-details-wrapper .event-details-container .event-details-container-title h1 {
  width: 100%;
  margin: 0;
  max-width: 700px;
  color: #576870;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-date,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-date {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 50px 0 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-date ul,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-date ul {
  display: flex;
  flex-direction: row;
  margin: 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-date ul li,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-date ul li {
  color: #95a4aa;
  font-size: 14px;
  font-family: "MuseoSansLight", sans-serif;
  margin-bottom: 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-date ul li.divider,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-date ul li.divider {
  margin: 0 6px;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-date ul li a,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-date ul li a {
  color: #57a7b3;
  text-decoration: underline;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share p,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share p {
  font-size: 14px;
  color: #95a4aa;
  margin: 0 16px 0 0;
  font-family: "MuseoSansLight", sans-serif;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share ul,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share ul {
  display: flex;
  flex-direction: row;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share ul li,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share ul li {
  margin: 0 8px;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share ul li:first-child,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share ul li:first-child {
  margin-left: 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share ul li:last-child,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share ul li:last-child {
  margin-right: 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share ul li a,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share ul li a {
  text-decoration: none;
  color: #57a7b3;
  display: block;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-share ul li a i,
.vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-share ul li a i {
  font-size: 20px;
  color: #57a7b3;
  line-height: inherit;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-image,
.vc_row.event-details-wrapper .event-details-container .event-details-container-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-image .blog-details-container-image-inner,
.vc_row.event-details-wrapper .event-details-container .event-details-container-image .event-details-container-image-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-image .blog-details-container-image-inner img,
.vc_row.event-details-wrapper .event-details-container .event-details-container-image .event-details-container-image-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-image .blog-details-container-image-credit,
.vc_row.event-details-wrapper .event-details-container .event-details-container-image .event-details-container-image-credit {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 18px 0 0 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-image .blog-details-container-image-credit p,
.vc_row.event-details-wrapper .event-details-container .event-details-container-image .event-details-container-image-credit p {
  font-size: 12px;
  color: #95a4aa;
  font-family: "MuseoSansLight", sans-serif;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  margin: 70px auto 0 auto;
  padding: 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h1,
.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h2,
.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h3,
.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h4,
.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h5,
.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h6,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content h1,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content h2,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content h3,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content h4,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content h5,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content h6 {
  font-family: "MuseoSansBlack", sans-serif;
  color: #576870;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h2,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content h2 {
  font-size: 30px;
  line-height: 35px;
  color: #576870;
  font-family: "MuseoSansLight", sans-serif;
  margin: 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content ul,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content ul {
  padding: 0 0 0 25px;
  margin: 0 0 30px 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content ul li,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content ul li {
  list-style: disc;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content p,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content p {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-family: "MuseoSansLight", sans-serif;
  margin: 0 0 30px 0;
  color: #576870;
  text-align: left;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content p i,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content p i {
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content .vc_separator.wpb_content_element,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content .vc_separator.wpb_content_element {
  margin: 30px 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content .vc_separator.wpb_content_element .vc_sep_holder,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content .vc_separator.wpb_content_element .vc_sep_holder {
  display: block;
  height: auto;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content .vc_separator.wpb_content_element .vc_sep_holder .vc_sep_line,
.vc_row.event-details-wrapper .event-details-container .event-details-container-content .vc_separator.wpb_content_element .vc_sep_holder .vc_sep_line {
  display: block;
  border-color: #edeff0;
  border-top-width: 8px;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-back,
.vc_row.event-details-wrapper .event-details-container .event-details-container-back {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  margin: 100px 0 0 0;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-back a,
.vc_row.event-details-wrapper .event-details-container .event-details-container-back a {
  text-decoration: none;
  display: block;
  background-color: #e1171d;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px 12px 60px;
  font-size: 16px;
  border: none;
  position: relative;
}

.vc_row.blog-details-wrapper .blog-details-container .blog-details-container-back a i,
.vc_row.event-details-wrapper .event-details-container .event-details-container-back a i {
  position: absolute;
  transform: translateY(-50%);
  left: 30px;
  top: 50%;
  color: #fff;
  font-size: 18px;
}

.vc_row.related-section-wrapper {
  padding: 100px 0;
  background-color: #edeff0;
}

.vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 240px);
}

.vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
  width: 100%;
  margin: 0;
  padding: 0 150px;
}

.vc_row.related-section-wrapper .vc_custom_heading {
  font-size: 18px;
  line-height: 22px;
  font-family: "MuseoSansBlack", sans-serif;
  color: #57a7b3;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.vc_row.related-section-wrapper .related-articles-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 50px 0 0 0;
}

.related-articles-wrapper .related-articles-wrapper-item {
  width: 25%;
  margin: 0;
}

.related-articles-wrapper .related-articles-wrapper-item:nth-child(4n+1) {
  padding: 0 25px 0 0;
}

.related-articles-wrapper .related-articles-wrapper-item:nth-child(4n+2) {
  padding: 0 15px 0 10px;
}

.related-articles-wrapper .related-articles-wrapper-item:nth-child(4n+3) {
  padding: 0 10px 0 15px;
}

.related-articles-wrapper .related-articles-wrapper-item:nth-child(4n+4) {
  padding: 0 0 0 25px;
}

.vc_row.related-section-wrapper .related-articles-wrapper-item-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-image {
  width: 100%;
  height: 140px;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-image a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 45px 0 0 0;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-text p {
  width: 100%;
  font-size: 12px;
  color: #57a7b3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "MuseoSansBold", sans-serif;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-text h3 {
  max-width: 280px;
  font-family: "MuseoSansBlack", sans-serif;
  margin: 5px 0 0 0;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-text h3 a {
  color: #50626a;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-link {
  width: 100%;
  margin: 4px 0 0 0;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-link a {
  font-size: 14px;
  color: #e1171d;
  font-family: "MuseoSansBold", sans-serif;
  text-decoration: none;
}

.related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-link a:hover {
  text-decoration: underline;
}

.blog-details-categories,
.event-details-categories {
  width: 100%;
  max-width: 300px;
  margin: 20px 0 0 0;
}

.blog-details-categories ul,
.event-details-categories ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.blog-details-categories ul li,
.event-details-categories ul li {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #ccd1d4;
}

.blog-details-categories ul li a,
.event-details-categories ul li a {
  font-size: 16px;
  color: #50626a;
  font-family: "MuseoSansBold", sans-serif;
}

.blog-details-categories ul li.more-link,
.event-details-categories ul li.more-link {
  border-bottom: none;
}

.blog-details-categories ul li.more-link a,
.event-details-categories ul li.more-link a {
  color: #e1171d;
}

.blog-details-categories ul li.more-link a:hover,
.event-details-categories ul li.more-link a:hover {
  text-decoration: underline;
}

/* Company */

.company-banner>.wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(1) {
  padding: 0 20px 0 0;
}

.company-banner>.wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(2) {
  padding: 0 0 0 20px;
}

.company-banner .vc_custom_heading.company-banner-title {
  width: 100%;
  max-width: 650px;
  color: #576870;
  font-size: 40px;
  line-height: 45px;
  font-family: "MuseoSansBlackItalic", sans-serif;
  margin: 40px 0 0 0;
}

.company-banner .company-banner-icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 70px 0 0 0;
}

.company-banner-icons .company-banner-icons-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.company-banner-icons .company-banner-icons-item .company-banner-icons-item-icon {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.company-banner-icons .company-banner-icons-item .company-banner-icons-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-banner-icons .company-banner-icons-item .company-banner-icons-item-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 35px 0 0 0;
}

.company-banner-icons .company-banner-icons-item .company-banner-icons-item-text h4 {
  max-width: 140px;
  font-size: 24px;
  line-height: 25px;
  color: #576870;
  margin: 0;
  font-family: "MuseoSansBlack", sans-serif;
}

.company-banner .vc_row.company-banner-description {
  max-width: 100% !important;
  position: relative;
  left: 100px;
}

.vc_row.team-content-header .wpb_column.vc_col-sm-12 .wpb_wrapper>.vc_row.vc_row-fluid {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vc_row.team-content-header .vc_custom_heading {
  width: 100%;
  /* max-width: 300px; */
  text-transform: uppercase;
  font-size: 70px;
  line-height: 60px;
  color: #576870;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

/* .vc_row.team-content-header .vc_custom_heading.board {
  max-width: 420px;
} */

.vc_row.team-content-header .wpb_text_column.wpb_content_element p {
  width: 100%;
  max-width: 1000px;
  font-size: 18px;
  line-height: 30px;
  font-family: "MuseoSansLight", sans-serif;
  color: #576870;
}

.company-spark-team .wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid,
.company-investors-partners .wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
  max-width: 100% !important;
}

.company-spark-team-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item {
  width: 25%;
  height: 600px;
  position: relative;
}

.company-spark-team-wrapper.board .company-spark-team-wrapper-item {
  width: 20%;
  height: 450px;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #576870;
  z-index: 1;
  mix-blend-mode: color;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item:hover:before {
  opacity: 0;
  visibility: hidden;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-image {
  width: 100%;
  height: 100%;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item:hover .company-spark-team-wrapper-item-image img {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  padding: 25px 60px 25px 25px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(36, 37, 37);
  background: linear-gradient(180deg, rgba(36, 37, 37, 0.01726628151260501) 30%, rgba(87, 104, 112, 0.7231486344537815) 100%);
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text .company-spark-team-wrapper-item-text-name {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  text-shadow: 1px 0 1px rgba(0, 0, 0, .3);
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text .company-spark-team-wrapper-item-text-post {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  text-shadow: 1px 0 1px rgba(0, 0, 0, .3);
  font-family: "MuseoSansLight", sans-serif;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text button,
.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  border: solid 2px #e1171d;
  background-color: transparent;
  right: 20px;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  outline: none;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text button:hover,
.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text a:hover {
  background-color: #e1171d;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item:hover .company-spark-team-wrapper-item-text button,
.company-spark-team-wrapper .company-spark-team-wrapper-item:hover .company-spark-team-wrapper-item-text a {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text button i,
.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text a i {
  color: #e1171d;
  font-size: 24px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text button:hover i,
.company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text a:hover i {
  color: #fff;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_custom_heading {
  width: 100%;
  background-color: #fff;
  margin: 100px 0;
  padding: 0 200px;
  font-size: 40px;
  line-height: 60px;
  color: #576870;
  font-family: "MuseoSansBlackItalic", sans-serif;
  text-transform: uppercase;
}

.vc_row.company-investors-partners .wpb_wrapper .wpb_gallery.wpb_content_element {
  padding: 120px 200px;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container:nth-child(1) .wpb_gallery.wpb_content_element {
  background-color: #f6f7f7;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container:nth-child(2) .wpb_gallery.wpb_content_element {
  background-color: #edeff0;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul {
  width: 100%;
  /* height: 200px !important; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li.isotope-item {
  width: 240px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li.isotope-item a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li.isotope-item a img {
  max-width: 90%;
  height: auto;
}

/* .vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li:first-child {
  padding-left: 0;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li:last-child {
  padding-right: 0;
} */

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container:nth-child(2) .wpb_gallery.wpb_content_element .wpb_image_grid_ul li {
  width: 45%;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li img {
  width: calc(100% - 25px);
  height: auto;
  object-fit: contain;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container:nth-child(1) .wpb_gallery.wpb_content_element .wpb_image_grid_ul li img {
  max-width: 160px;
}

.vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container:nth-child(2) .wpb_gallery.wpb_content_element .wpb_image_grid_ul li img {
  max-width: 210px;
}

/* Contact us */

.vc_row.contact-us-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container {
  padding: 0 120px;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>p {
  font-size: 18px;
  font-family: "MuseoSansBold", sans-serif;
  color: #57a7b3;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper h1.vc_custom_heading {
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
  color: #576870;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_btn3-container button,
.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_btn3-container a {
  background-image: none !important;
  background-color: #64adb8 !important;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 50px 10px 25px;
  position: relative;
  font-size: 16px;
  border: none !important;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_btn3-container button:after,
.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_btn3-container a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f124";
  font-family: "Font Awesome 5 Pro";
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  pointer-events: none;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element p {
  font-family: "MuseoSansLight", sans-serif;
  color: #576870;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element p a {
  color: #576870;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element p strong,
.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.contact-links .wpb_wrapper p {
  font-family: "MuseoSansBoldItalic", sans-serif;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.contact-links .wpb_wrapper p {
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.contact-links .wpb_wrapper p:last-child {
  margin-bottom: 0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.contact-links p a {
  color: #e1171d;
  font-family: "MuseoSansLight", sans-serif;
  margin-bottom: 32px;
  position: relative;
  padding-left: 30px;
  display: block;
  text-transform: none;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.contact-links p a:before {
  content: "\f0e0";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #e1171d;
  font-size: 18px;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.contact-links .wpb_wrapper p:last-child {
  margin-bottom: 0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .wpb_text_column.contact-links .wpb_wrapper p:last-child a {
  margin-bottom: 0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) {
  border-left: solid 10px #edeff0;
  display: flex;
  padding-bottom: 40px;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form {
  width: 100%;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper {
  width: 100%;
  padding: 0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span {
  display: block;
  margin-bottom: 12px;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span .wpcf7-not-valid-tip {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  line-height: 18px;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span input,
.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span select,
.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span textarea {
  width: 100%;
  height: 55px;
  background-color: #eef0f0;
  border: none;
  outline: none;
  padding: 12px 18px;
  color: #576870;
  font-family: "MuseoSansLight", sans-serif;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span input::placeholder,
.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span textarea::placeholder {
  color: #576870;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span textarea {
  height: 200px;
  resize: none;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.select {
  position: relative;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.select span:after {
  content: "\f078";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  right: 15px;
  position: absolute;
  top: 18px;
  /* transform: translateY(-50%); */
  color: #57a7b3;
  font-size: 15px;
  pointer-events: none;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span select {
  /* for Firefox */
  -moz-appearance: none;
  appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

/* for IE10 */
.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper span select::-ms-expand {
  display: none;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  width: 100%;
  cursor: pointer;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  position: absolute;
  left: -9999px;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span {
  width: calc(100% - 30px);
  font-size: 18px;
  line-height: 23px;
  color: #576870;
  padding-left: 35px;
  display: inline-block;
  font-family: "MuseoSansLight", sans-serif;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 20px;
  width: 20px;
  top: 7px;
  left: 0px;
  background-color: #eef0f0;
  border-radius: 0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]+span:after {
  display: block;
  visibility: hidden;
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #57a7b3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked+span:before {
  background: #eef0f0;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked+span:after {
  visibility: visible;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit .form-wrapper-inner input {
  background-image: none;
  background-color: #e1171d;
  color: #fff;
  border-radius: 30px;
  padding: 10px 65px 10px 30px;
  font-size: 16px;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit .form-wrapper-inner input:hover {
  background-color: #64adb8;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit .form-wrapper-inner {
  position: relative;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit .form-wrapper-inner:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  pointer-events: none;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit .form-wrapper-inner:hover input {
  color: #fff;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit .form-wrapper-inner:hover:after {
  color: #fff;
}

.vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form .form-wrapper.submit .form-wrapper-inner .wpcf7-spinner {
  position: absolute;
  top: 10px;
  right: -13px;
}

/* Career */

.career-colored-background {
  position: relative;
}

.career-colored-background>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row {
  width: 100%;
  padding: 60px 120px;
  background-color: #edeff0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.career-colored-background>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row .wpb_column.vc_col-sm-9 {
  padding: 0 0 0 100px;
}

.career-colored-background .wpb_single_image .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  mix-blend-mode: multiply;
}

.career-colored-background .wpb_raw_code.wpb_raw_html .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.career-colored-background .wpb_raw_code.wpb_raw_html .wpb_wrapper p {
  font-size: 20px;
  line-height: 35px;
  color: #50626a;
  max-width: 780px;
  font-family: "MuseoSansLight";
}

.career-colored-background .wpb_raw_code.wpb_raw_html .wpb_wrapper p span {
  color: #57a7b3;
}

.spark-italic-title {
  font-size: 40px;
  line-height: 37px;
  text-transform: uppercase;
  color: #50626a;
  margin: 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.spark-middle-italic-title {
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  color: #50626a;
  margin: 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.spark-italic-title.white {
  color: #fff;
}

.career-offers-items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}

.career-offers-items .career-offers-items-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  margin: 0 0 90px 0;
}

.career-offers-items .career-offers-items-item:nth-child(4n+1) {
  padding: 0 15px 0 0;
}

.career-offers-items .career-offers-items-item:nth-child(4n+2) {
  padding: 0 10px 0 5px;
}

.career-offers-items .career-offers-items-item:nth-child(4n+3) {
  padding: 0 5px 0 10px;
}

.career-offers-items .career-offers-items-item:nth-child(4n+4) {
  padding: 0 0 0 10px;
}

.career-offers-items-item .career-offers-items-item-image {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.career-offers-items-item .career-offers-items-item-image img {
  width: 100px;
}

.career-offers-items-item .career-offers-items-item-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 50px 0 0 0;
}

.career-offers-items-item .career-offers-items-item-text h4 {
  font-size: 24px;
  line-height: 25px;
  color: #50626a;
  font-family: "MuseoSansBlack", sans-serif;
  margin: 0;
  text-align: center;
  max-width: 270px;
}

.vc_separator.spark-divider .vc_sep_holder {
  background: #edeff0;
  height: 8px;
}

.spark-career-team .wpb_text_column.wpb_content_element p {
  color: #576870;
  font-size: 20px;
  line-height: 35px;
}

.spark-career-team .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column.wpb_content_element p {
  max-width: 400px;
}

.spark-career-team .wpb_text_column.wpb_content_element ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 0px;
  margin: 40px 0 0 0;
}

.spark-career-team .wpb_text_column.wpb_content_element ul li {
  color: #576870;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  font-family: "MuseoSansLight", sans-serif;
  position: relative;
  padding: 0 0 0 26px;
}

.spark-career-team .wpb_text_column.wpb_content_element ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 14px;
  color: #e1171d;
  position: absolute;
  top: 3px;
  left: 0;
}

.Job-postings {
  background-color: #edeff0;
  padding: 0 320px;
  position: relative;
}

.Job-postings.details {
  padding: 0 350px;
}

.Job-postings.decoration:before {
  content: "";
  display: block;
  width: 482px;
  height: 207px;
  background: url("./images/career-shape.png") no-repeat center center;
  background-size: 482px 207px;
  position: absolute;
  right: calc(-340px + 200px);
  top: -100px;
}

.custom-jobings-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.custom-jobings-list .custom-jobings-list-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.custom-jobings-list .custom-jobings-list-item ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 25px 50px 25px 0;
  border-bottom: solid 8px #fff;
  position: relative;
}

.custom-jobings-list .custom-jobings-list-item ul li {
  margin: 0;
}

.custom-jobings-list .custom-jobings-list-item ul li:nth-child(1) {
  font-size: 24px;
  line-height: 27px;
  color: #576870;
  font-family: "MuseoSansBlackItalic", sans-serif;
  text-transform: uppercase;
}

.custom-jobings-list .custom-jobings-list-item ul li:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #57a7b3;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.custom-jobings-list .custom-jobings-list-item ul li:nth-child(2):hover {
  background-color: #e1171d;
}

.custom-jobings-list .custom-jobings-list-item ul li:nth-child(2) a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.custom-jobings-list .custom-jobings-list-item ul li:nth-child(2) a i {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}

.spark-content .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
  padding: 0 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
  width: auto;
  height: 120px;
}

.spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
}

.spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .vc_custom_heading {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-family: "MuseoSansBold", sans-serif;
  margin: 0 0 0 30px;
  max-width: 600px;
}

/* Job details */

.job-details-wrapper {
  width: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.job-details-wrapper .job-details-wrapper-header {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back {
  width: 150px;
  display: flex;
  padding: 0 0 0 30px;
  flex-direction: row;
  justify-content: flex-start;
}

.job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 2px #e1171d;
  color: #e1171d;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a:hover {
  background-color: #e1171d;
  color: #fff;
}

.job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a i {
  font-size: 26px;
}

.job-details-wrapper .job-details-header .job-details-header-category {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-category p {
  font-size: 18px;
  line-height: 22px;
  font-family: "MuseoSansBlack", sans-serif;
  color: #57a7b3;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.job-details-wrapper .job-details-wrapper-container {
  width: 100%;
  margin: 0;
  padding: 0 150px;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title {
  width: 100%;
  margin: 25px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title h1 {
  width: auto;
  max-width: 700px;
  color: #576870;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  font-family: "MuseoSansBlackItalic", sans-serif;
  margin: 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share p {
  font-size: 14px;
  color: #95a4aa;
  margin: 0 16px 0 0;
  font-family: "MuseoSansLight", sans-serif;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share ul {
  display: flex;
  flex-direction: row;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share ul li {
  margin: 0 8px;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share ul li:first-child {
  margin-left: 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share ul li:last-child {
  margin-right: 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share ul li a {
  text-decoration: none;
  color: #57a7b3;
  display: block;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share ul li a i {
  font-size: 20px;
  color: #57a7b3;
  line-height: inherit;
}

.job-details-wrapper .job-details-wrapper-container .vc_separator .vc_sep_holder.vc_sep_holder_l {
  display: block;
  background: #edeff0;
  height: 8px;
  margin: 40px 0 0 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 50px auto 0 auto;
  padding: 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h1,
.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h2,
.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h3,
.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h4,
.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h5,
.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h6 {
  font-family: "MuseoSansBlack", sans-serif;
  color: #576870;
  margin: 0 0 30px 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h2 {
  font-size: 30px;
  line-height: 35px;
  color: #576870;
  font-family: "MuseoSansLight", sans-serif;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content p {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-family: "MuseoSansLight", sans-serif;
  margin: 0 0 30px 0;
  color: #576870;
  text-align: left;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul li {
  font-size: 18px;
  line-height: 30px;
  font-family: "MuseoSansLight", sans-serif;
  padding: 0 0 0 18px;
  position: relative;
  color: #576870;
  margin-bottom: 5px;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background-color: #e1171d;
  position: absolute;
  top: 14px;
  left: 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul>ul {
  padding: 0 0 0 20px;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul>ul li {
  color: #576870;
  font-size: 16px;
  line-height: 27px;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul>ul li:before {
  content: "-";
  width: 0;
  height: 0;
  border-radius: 0;
  display: block;
  color: #e1171d;
  position: absolute;
  top: 0;
  left: 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-apply {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  margin: 0 0 150px 0;
}

.job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-apply a {
  text-decoration: none;
  display: block;
  background-color: #e1171d;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  position: relative;
}

/* Technology */

.technology-1-2>.wpb_column.vc_col-sm-4 {
  padding: 0 100px 0 0;
}

.traditional-wireless-solutions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.traditional-wireless-solutions .vc_custom_heading {
  font-size: 30px;
  line-height: 45px;
  font-family: "MuseoSansLight", sans-serif;
  color: #70b1bb;
}

.ultra-wideband-solution {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.ultra-wideband-solution .vc_custom_heading {
  font-size: 30px;
  line-height: 45px;
  font-family: "MuseoSansLight", sans-serif;
  color: #e1171d;
}

.traditional-wireless-solutions>.vc_column-inner,
.ultra-wideband-solution>.vc_column-inner {
  max-width: 500px;
}

.narrow-band-radio,
.impulse-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.narrow-band-radio li,
.impulse-radio li {
  font-size: 16px;
  line-height: 35px;
}

.narrow-band-radio li:nth-child(1),
.impulse-radio li:nth-child(1) {
  padding: 0 15px;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  color: #fff;
}

.narrow-band-radio li:nth-child(1) {
  background-color: #57a7b3;
}

.narrow-band-radio li:nth-child(2) {
  color: #57a7b3;
}

.impulse-radio li:nth-child(1) {
  background-color: #e1171d;
}

.impulse-radio li:nth-child(2) {
  color: #e1171d;
}

.traditional-wireless-solutions .wpb_text_column.wpb_content_element ul li,
.ultra-wideband-solution .wpb_text_column.wpb_content_element ul li {
  color: #50626a;
  font-size: 16px;
  line-height: 35px;
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  font-family: "MuseoSansLight", sans-serif;
}

.traditional-wireless-solutions .wpb_text_column.wpb_content_element ul li:before,
.ultra-wideband-solution .wpb_text_column.wpb_content_element ul li:before {
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.traditional-wireless-solutions .wpb_text_column.wpb_content_element ul li:before {
  content: "\f056";
  color: #57a7b3;
}

.ultra-wideband-solution .wpb_text_column.wpb_content_element ul li:before {
  content: "\f055";
  color: #e1171d;
}

.technology-colored-block {
  background-color: transparent;
  position: relative;
}

.technology-colored-block .vc_column_container.vc_col-sm-6 {
  padding: 0;
}

.spark-content .technology-colored-block .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
  max-width: 100%;
  display: flex;
  align-items: center;
}

.technology-colored-block:before {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #50626a;
}

.technology-colored-block.left:before {
  left: 200px;
}

.technology-colored-block.right:before {
  right: 200px;
}

.technology-colored-block.left .vc_single_image-wrapper {
  padding: 0 180px 0 0;
}

.technology-colored-block.right .vc_single_image-wrapper {
  padding: 0 0 0 180px;
}

.technology-colored-block .vc_custom_heading {
  max-width: 600px;
}

.technology-colored-block .wpb_text_column.wpb_content_element .wpb_wrapper {
  max-width: 650px;
}

.technology-colored-block .wpb_text_column.wpb_content_element .wpb_wrapper p {
  color: rgba(255, 255, 255, .7)
}

.technology-colored-block.left .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 0 350px 0 0;
}

.technology-colored-block.right .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 350px;
}

.technology-colored-gray {
  background-color: #f6f7f7;
}

.spectrum-block {
  position: relative;
}

.spectrum-block:before {
  width: 100%;
  height: calc(100% / 2);
  top: calc(-100% / 2);
  left: 0;
  position: absolute;
  background: #f6f7f7;
  z-index: -1;
}

.spectrum-block .vc_custom_heading {
  max-width: 200px;
}

.spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element h4 {
  font-size: 24px;
  color: #576870;
  line-height: 35px;
  margin: 0;
}

.spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element ul {
  margin: 15px 0 0 0;
}

.spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element ul li {
  font-size: 20px;
  line-height: 35px;
  font-family: "MuseoSansMedium", sans-serif;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
  color: #576870;
}

.spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element ul li:before {
  content: "\f055";
  color: #e1171d;
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element ul+p {
  color: #576870;
  font-size: 12px;
  line-height: 35px;
  margin: 2px 0 0 0;
}

.technology-icon-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 40px 0;
}

.technology-icon-title .technology-icon-title-image {
  width: 80px;
}

.technology-icon-title .technology-icon-title-image img {
  width: 100%;
}

.technology-icon-title .technology-icon-title-text {
  margin: 0 0 0 70px;
}

.technology-icon-title .technology-icon-title-text h2 {
  font-size: 40px;
  line-height: 37px;
  margin: 0;
  text-transform: uppercase;
  color: #50626a;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.spark-content .vc_column_container .radio-power .vc_column-inner {
  padding: 0 150px;
}

.radio-power .vc_column-inner .table-title {
  font-size: 24px;
  line-height: 35px;
  font-family: "MuseoSansBlack", sans-serif;
  color: #576870;
}

.radio-power .vc_column-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 0 0;
}

.radio-power .vc_column-inner table thead tr th {
  width: 50%;
  color: #e1171d;
  font-size: 20px;
  line-height: 45px;
  border-bottom: solid 2px rgba(80, 98, 106, .2);
}

.radio-power .vc_column-inner table tbody tr td {
  width: 50%;
  color: #576870;
  font-size: 20px;
  line-height: 45px;
  border-bottom: solid 2px rgba(80, 98, 106, .2);
}

.radio-power .wpb_text_column.wpb_content_element .wpb_wrapper {
  width: 100%;
  padding: 50px;
  background-color: #edeff0;
}

.radio-power .wpb_text_column.wpb_content_element p {
  color: #576870;
  font-size: 20px;
  line-height: 35px;
  font-family: "MuseoSansLight", sans-serif;
}

.reflections-block {
  display: flex;
}

.technology-moving-item>.vc_column-inner {
  height: 100%;
}

.technology-moving-item>.vc_column-inner>.wpb_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.technology-moving-item>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
  color: #576870;
  font-size: 24px;
  line-height: 35px;
  font-family: "MuseoSansBlack", sans-serif;
}

.technology-moving-item>.vc_column-inner>.wpb_wrapper .wpb_single_image {
  display: flex;
  height: 100%;
}

.technology-moving-item>.vc_column-inner>.wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
  margin: 20px 0 0 0;
  padding: 0 30px;
  display: flex;
  height: 100%;
  align-items: center;
}

.technology-colored-gray-text {
  width: 100%;
  padding: 50px;
  background-color: #edeff0;
}

.technology-colored-gray-text p {
  color: #576870;
  font-size: 20px;
  line-height: 35px;
  font-family: "MuseoSansLight", sans-serif;
}

.technology-pre-footer .vc_row.vc_row-fluid {
  display: flex;
  align-items: center;
}

.technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1)>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
  margin: 0 0 0 30px;
  color: #fff;
  font-size: 40px;
  line-height: 37px;
  font-family: "MuseoSansBlackItalic", sans-serif;
  max-width: 280px;
  text-transform: uppercase;
}

.technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
  width: auto;
  height: 140px;
}

.technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  width: auto;
  height: 100%;
}

.technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_text_column.wpb_content_element p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-family: "MuseoSansLight", sans-serif;
  max-width: 380px;
}

/* Privacy policy */

.privacy-policy p,
.terms-of-use p {
  margin: 0 0 30px 0;
}

.privacy-policy h1,
.terms-of-use h1,
.privacy-policy h2,
.terms-of-use h2,
.privacy-policy h3,
.terms-of-use h3,
.privacy-policy h4,
.terms-of-use h4,
.privacy-policy h5,
.terms-of-use h5,
.privacy-policy h6,
.terms-of-use h6 {
  margin: 0 0 30px 0;
  color: #576870;
}

/* Sales representatives */

.spark-sales-continent {
  margin: 0;
  color: #576870;
  font-size: 30px;
  line-height: 35px;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.spark-sales-country {
  margin: 25px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  color: #57a7b3;
  text-transform: uppercase;
  font-family: "MuseoSansBlack", sans-serif;
}

.spark-sales-block .wpb_single_image {
  margin: 30px 0 50px 0;
  display: inline-flex;
}

.spark-sales-block .wpb_single_image+.wpb_single_image {
  margin-left: 60px;
}

.spark-sales-block .wpb_single_image .vc_single_image-wrapper img {
  width: auto;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

/* Custom breadcrumb */

.spark-breacrumb li {
  color: #576870 !important;
}

/* Not found */

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
  display: flex;
  flex-direction: row;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_custom_heading {
  margin: 0;
  font-size: 42px;
  line-height: 50px;
  color: #576870;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_text_column.wpb_content_element {
  margin: 0;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_text_column.wpb_content_element p {
  margin: 0;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_btn3-container.not-found-go-back {
  margin-right: 20px;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_btn3-container.not-found-go-back button,
.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_btn3-container.not-found-go-back a {
  background-image: none !important;
  background-color: transparent !important;
  color: #e1171d !important;
  border-radius: 30px;
  padding: 15px 25px 15px 55px;
  font-size: 16px;
  border: solid 1px #e1171d !important;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_btn3-container.not-found-go-back button:hover,
.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_btn3-container.not-found-go-back a:hover {
  background-color: #e1171d !important;
  color: #fff !important;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_btn3-container.not-found-go-back button:before,
.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_btn3-container.not-found-go-back a:before {
  content: "\f060";
  font-family: "Font Awesome 5 Pro", sans-serif;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_wrapper.vc_figure,
.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_wrapper.vc_figure .vc_single_image-wrapper {
  width: 100%;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_wrapper.vc_figure .vc_single_image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_wrapper.vc_figure .vc_single_image-wrapper img {
  width: 120px;
}

/* Company details */

.company-details {
  width: 100%;
  margin: 70px 0 0 0;
  display: flex;
  flex-direction: row;
  padding: 0;
}

.company-details-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company-details-arrow a {
  display: block;
  outline: none;
  text-decoration: none;
}

.company-details-arrow a i {
  font-size: 50px;
  color: #e1171d;
}

.company-details-arrow.left {
  left: -50px;
}

.company-details-arrow.right {
  right: -50px;
}

.company-details .company-details-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0 100px;
}

.company-details-content .company-details-content-image {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
}

.company-details-content .company-details-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company-details-content .company-details-content-text {
  width: calc(100% - 500px);
  display: flex;
  flex-direction: column;
  padding: 0 50px 0 120px;
}

.company-details-content-text .name {
  font-size: 40px;
  line-height: 45px;
  color: #576870;
  font-family: "MuseoSansBlackItalic", sans-serif;
  margin: 0;
}

.company-details-content-text .post {
  margin: 5px 0 0 0;
  font-size: 40px;
  line-height: 45px;
  color: #576870;
  font-family: "MuseoSansLight", sans-serif;
}

.company-details-content-text .description {
  margin: 30px 0 0 0;
  font-family: "MuseoSansLight", sans-serif;
}

.company-details-content-text .social-media {
  display: none;
  /* display: flex; */
  flex-direction: row;
  margin: 50px 0 0 0;
}

.company-details-content-text .social-media li {
  list-style: none;
  margin-right: 12px;
  margin-bottom: 0;
}

.company-details-content-text .social-media li:last-child {
  margin-right: 0;
}

.company-details-content-text .social-media li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #edeff0;
  text-decoration: none;
}

.company-details-content-text .social-media li a i {
  font-size: 20px;
  color: #e1171d;
}

.company-details-others {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.company-details-others .company-details-others-item {
  width: 25%;
  height: 500px;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  position: relative;
}

.company-details-others .company-details-others-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #576870;
  z-index: 1;
  mix-blend-mode: color;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.company-details-others .company-details-others-item:hover:before {
  opacity: 0;
  visibility: hidden;
}

.company-details-others .company-details-others-item .company-details-others-item-image {
  width: 100%;
  height: 100%;
}

.company-details-others .company-details-others-item .company-details-others-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.company-details-others .company-details-others-item:hover .company-details-others-item-image img {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.company-details-others .company-details-others-item .company-details-others-item-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  padding: 25px 60px 25px 25px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(36, 37, 37);
  background: linear-gradient(180deg, rgba(36, 37, 37, 0.01726628151260501) 30%, rgba(87, 104, 112, 0.7231486344537815) 100%);
}

.company-details-others .company-details-others-item .company-details-others-item-text .company-details-others-item-text-name {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.company-details-others .company-details-others-item .company-details-others-item-text .company-details-others-item-text-post {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-family: "MuseoSansLight", sans-serif;
}

.company-details-others .company-details-others-item .company-details-others-item-text button,
.company-details-others .company-details-others-item .company-details-others-item-text a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  border: solid 2px #e1171d;
  background-color: transparent;
  right: 20px;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  outline: none;
}

.company-details-others .company-details-others-item .company-details-others-item-text button:hover,
.company-details-others .company-details-others-item .company-details-others-item-text a:hover {
  background-color: #e1171d;
}

.company-details-others .company-details-others-item:hover .company-details-others-item-text button,
.company-details-others .company-details-others-item:hover .company-details-others-item-text a {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.company-details-others .company-details-others-item .company-details-others-item-text button i,
.company-details-others .company-details-others-item .company-details-others-item-text a i {
  color: #e1171d;
  font-size: 24px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.company-details-others .company-details-others-item .company-details-others-item-text button:hover i,
.company-details-others .company-details-others-item .company-details-others-item-text a:hover i {
  color: #fff;
}

/*  Footer */

footer {
  background-color: #576870;
}

footer .spark_footer_container {
  width: 100%;
  max-width: calc(100% - 400px);
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Footer menu */

footer .spark_footer_container .spark_footer_container_menu {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .spark_footer_container .spark_footer_container_menu>p {
  font-size: 12px;
  line-height: 14px;
  margin: 0 20px 0 0;
  font-family: "MuseoSansLight", sans-serif;
  color: #fff;
}

footer .spark_footer_container .spark_footer_container_menu .menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

footer .spark_footer_container .spark_footer_container_menu .menu li {
  list-style: none;
  margin: 0 20px 0 0;
}

footer .spark_footer_container .spark_footer_container_menu .menu li:last-child {
  margin-right: 0;
}

footer .spark_footer_container .spark_footer_container_menu .menu li a {
  display: flex;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  font-family: "MuseoSansLight", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* Newsletter */

.spark_footer_container_newsletter .newsletter-wrapper {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark_footer_container_newsletter .newsletter-wrapper ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0 10px 0 0;
}

.spark_footer_container_newsletter .newsletter-wrapper ul li {
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MuseoSansBlack", sans-serif;
  color: #fff;
  line-height: 16px;
  margin: 0 10px 0 0;
}

.spark_footer_container_newsletter .newsletter-wrapper ul li i {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.5);
}

.spark_footer_container_newsletter .newsletter-wrapper ul li:last-child {
  max-width: 90px;
}

.spark_footer_container_newsletter form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.spark_footer_container_newsletter form .form-group {
  margin: 0 10px 0 0;
}

.spark_footer_container_newsletter form .form-group:last-child {
  margin-right: 0;
}

.spark_footer_container_newsletter form .form-group:nth-child(1),
.spark_footer_container_newsletter form .form-group:nth-child(2) {
  width: 180px;
}

.spark_footer_container_newsletter form .form-group input {
  width: 100%;
  background-color: #8a969b;
  padding: 7px 15px;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "MuseoSansLight", sans-serif;
  color: #fff;
}

.spark_footer_container_newsletter form .form-group input::placeholder {
  color: #fff;
}

.spark_footer_container_newsletter form .form-group button {
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  padding: 0;
  background-color: #e1171d;
  outline: none;
}

.spark_footer_container_newsletter form .form-group button i {
  color: #fff;
  font-size: 12px;
}

/* Logo */

footer .spark_footer_container .spark_footer_container_logo .wp-block-image {
  width: 130px;
  margin: 0;
}

footer .spark_footer_container .spark_footer_container_logo .wp-block-image img {
  width: 100%;
}

/* Products details */
/* .page-template-single-product .spark_header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
} */

.single-product .spark-content .products-details-banner {
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  margin: -76px 0 0 0;
  position: relative;
  height: auto !important;
}

.products-details-banner>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

.products-details-banner .products-details-banner-inner {
  width: 100%;
  max-width: 1413px;
  margin: 0 auto;
  padding: 230px 0 200px 0;
  z-index: 2;
}

.products-details-banner .products-details-banner-inner ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.products-details-banner .products-details-banner-inner ul li {
  font-family: "MuseoSansLight", sans-serif;
  margin: 0;
  color: #fff;
}

.products-details-banner .products-details-banner-inner ul li.separator {
  margin: 0 10px;
}

.products-details-banner .products-details-banner-inner ul li a {
  text-decoration: underline;
  color: #e1171d;
  font-size: 18px;
  line-height: 26px;
}

.products-details-banner .products-details-banner-inner h1 {
  width: 100%;
  max-width: 1000px;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  margin: 40px 0 0 0;
  font-family: "MuseoSansBlackItalic", sans-serif;
  text-transform: uppercase;
}

/* Product details body */
.product-details-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-details-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 50px;
  position: relative;
}

.product-details-body:after {
  content: "";
  width: 579px;
  height: 256px;
  background: url("./images/product-decoration-arc.png");
  background-size: 579px 256px;
  position: absolute;
  top: -100px;
  right: -110px;
}

.product-details-body .product-details-body-inner {
  width: 100%;
  max-width: 1200px;
  margin: 220px auto;
  display: flex;
  flex-direction: column;
  padding: 0;

}

.product-details-body-inner .product-description {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-description .product-description-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 15px 0 0;
}

.product-description .product-description-left h2 {
  font-size: 40px;
  line-height: 37px;
  margin: 0;
  text-transform: uppercase;
  color: #50626a;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.product-description .product-description-left p {
  color: #576870;
  font-size: 20px;
  line-height: 35px;
  font-family: "MuseoSansLight", sans-serif;
  margin: 40px 0 0 0;
}

.product-description .product-description-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 0 0 150px;
}

.product-description-right img {
  width: 100%;
  height: auto;
  position: relative;
  top: 20px;
}

.product-features {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 100px 0 0 0;
  padding: 0 0 100px 0;
  border-bottom: solid 8px #eef0f0;
}

.product-features h3 {
  width: 100%;
  color: #57a7b3;
  font-size: 30px;
  line-height: 34px;
  font-family: "MuseoSansBlackItalic", sans-serif;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.product-features h3:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #eef0f0;
  position: absolute;
  bottom: -18px;
  padding: 0;
  left: 0;
}

.product-features-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 18px 0 0;
  margin: 0;
}

.product-features-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 18px;
  margin: 0;
}

.product-features-left .item,
.product-features-right .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 0;
}

.product-features-left .item p,
.product-features-right .item p {
  width: 100%;
  color: #576870;
  font-size: 18px;
  line-height: 24px;
  font-family: "MuseoSansBlack", sans-serif;
}

.product-features-left .item ul,
.product-features-right .item ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 12px 0 0 0;
}

.product-features-left .item ul li,
.product-features-right .item ul li {
  color: #50626a;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  font-family: "MuseoSansLight", sans-serif;
}

.product-features-left .item ul li:before,
.product-features-right .item ul li:before {
  content: "\f055";
  color: #e1171d;
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-features-left .item a,
.product-features-right .item a {
  color: #57a7b3;
  font-size: 18px;
  line-height: 24px;
  font-family: "MuseoSansBlack", sans-serif;
  text-decoration: underline;
}

.product-advantages {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 100px 0 0 0;
  padding: 0 0 120px 0;
  border-bottom: solid 8px #eef0f0;
}

.product-advantages h2 {
  max-width: 850px;
  font-size: 40px;
  line-height: 37px;
  margin: 0;
  text-transform: uppercase;
  color: #50626a;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.product-advantages .product-advantages-items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px 0 0 0;
  padding: 0;
}

.product-advantages-items .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.product-advantages-items .item .image {
  width: 300px;
  height: auto;
}

.product-advantages-items .item .image img {
  width: 100%;
  height: auto;
}

.product-advantages-items .item .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 0;
}

.product-advantages-items .item .title p {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  color: #50626a;
  font-family: "MuseoSansBlack", sans-serif;
}

.product-advantages-items .item .list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 12px 0 0 0;
}

.product-advantages-items .item .list ul li {
  color: #50626a;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  font-family: "MuseoSansLight", sans-serif;
}

.product-advantages-items .item .list ul li:before {
  content: "\f055";
  color: #e1171d;
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-applications {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 120px 0 0 0;
  padding: 0 0 120px 0;
}

.product-applications h2 {
  max-width: 850px;
  font-size: 40px;
  line-height: 37px;
  margin: 0;
  text-transform: uppercase;
  color: #50626a;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.product-applications p {
  color: #50626a;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 30px 0 0 0;
  position: relative;
  font-family: "MuseoSansLight", sans-serif;
}

.product-applications .product-applications-items {
  width: 100%;
  margin: 100px 0 0 0;
  display: flex;
  /* flex-direction: row;
    flex-wrap: wrap; */
  flex-flow: column wrap;
  max-height: 800px;
}

.product-applications-items .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: 0 0 80px 0;
  position: relative;
}

.product-applications-items .item.has-sub:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e1171d;
  position: absolute;
  top: 150px;
  left: 56px;
}

.product-applications-items .item.has-sub:after {
  content: "";
  width: 2px;
  height: calc(100% - 240px);
  background-color: #e1171d;
  position: absolute;
  top: 150px;
  left: 60px;
}

.product-applications-items .item .item-wrapper {
  display: flex;
  flex-direction: row;
}

.product-applications-items .item .item-wrapper .item-wrapper-image {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  display: flex;
  flex-direction: row;
}

.product-applications-items .item .item-wrapper .item-wrapper-image img,
.products-applications-items .item .item-wrapper .item-wrapper-image img,
.products-applications-items .item .item-wrapper .item-wrapper-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-applications-items .item .item-wrapper .item-wrapper-list {
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-applications-items .item .item-wrapper .item-wrapper-list h3 {
  margin: 0;
  color: #576870;
  font-size: 24px;
  line-height: 28px;
  font-family: "MuseoSansBlack", sans-serif;
}

.product-applications-items .item .item-wrapper .item-wrapper-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
}

.product-applications-items .item .item-wrapper .item-wrapper-list ul li {
  color: #50626a;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  font-family: "MuseoSansLight", sans-serif;
}

.product-applications-items .item .item-wrapper .item-wrapper-list ul li:before {
  content: "\f055";
  color: #e1171d;
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-applications-items .item .sub-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 100px 0 0 0;
  padding: 0px 0 0 165px;
}

.product-applications-items .item .sub-items .sub-items-element {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 60px 0;
  position: relative;
}

.product-applications-items .item .sub-items .sub-items-element:before {
  content: "";
  width: 62.5px;
  height: 53px;
  background: url("./images/arc-shape.png") no-repeat center center;
  background-size: 62.5px 53px;
  position: absolute;
  top: -10px;
  left: -105px;
}

.product-applications-items .item .sub-items .sub-items-element:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e1171d;
  position: absolute;
  top: 36px;
  left: -45px;
}

.product-applications-items .item .sub-items .sub-items-element:last-of-type {
  margin: 0;
}

.product-applications-items .item .sub-items .sub-items-element .item-image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.product-applications-items .item .sub-items .sub-items-element .item-image img {
  width: 100%;
  height: auto;
}

.product-applications-items .item .sub-items .sub-items-element .item-list {
  width: auto;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 30px;
}

.product-applications-items .item .sub-items .sub-items-element .item-list h3 {
  margin: 0;
  color: #576870;
  font-size: 20px;
  line-height: 24px;
  font-family: "MuseoSansBlack", sans-serif;
}

.product-applications-items .item .sub-items .sub-items-element .item-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 12px 0 0 0;
}

.product-applications-items .item .sub-items .sub-items-element .item-list ul li {
  color: #50626a;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  font-family: "MuseoSansLight", sans-serif;
}

.product-applications-items .item .sub-items .sub-items-element .item-list ul li:before {
  content: "\f055";
  color: #e1171d;
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-references {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
  padding: 0;
  /* border-top: solid 8px #eef0f0; */
  border-bottom: solid 8px #eef0f0;
}

.product-references h2 {
  font-size: 40px;
  line-height: 37px;
  color: #50626a;
  text-transform: uppercase;
  font-family: "MuseoSansBlackItalic", sans-serif;
  margin: 0;
}

.product-references .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
  padding: 0;
  border-top: solid 8px #eef0f0;
}

.product-references .accordion .accordion-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  /*border-bottom: solid 8px #eef0f0;*/
}

.product-references .accordion .accordion-item:last-of-type {
  border: none;
}

.product-references .accordion .accordion-item .accordion-item-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 25px 0;
  position: relative;
  cursor: pointer;
}

.product-references .accordion .accordion-item .accordion-item-header:before {
  content: "";
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #57a7b3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.product-references .accordion .accordion-item .accordion-item-header:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  transform: translateY(-50%);
}

.product-references .accordion .accordion-item .accordion-item-header[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(-180deg);
}

.product-references .accordion .accordion-item .accordion-item-header[aria-expanded="false"]:after {
  transform: translateY(-50%) rotate(0deg);
}

.product-references .accordion .accordion-item .accordion-item-header h2 {
  margin: 0;
  padding: 0 50px 0 0;
  font-size: 30px;
  line-height: 27px;
  color: #576870;
  font-family: "MuseoSansBlackItalic", sans-serif;
  text-transform: uppercase;
}

.product-references .accordion .accordion-item .accordion-item-body {
  width: 100%;
  padding: 0;
  position: relative;
}

.product-references .accordion .accordion-item .accordion-item-body .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  padding: 50px 0 50px 50px;
  z-index: 2;
  position: relative;
  background: url("./images/applications-references-design.jpg") no-repeat bottom right;
  background-size: cover;
}

.product-references .accordion .accordion-item .accordion-item-body .card:before {
  content: "";
  background-color: rgba(87, 104, 112, .05);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-header {
  padding: 0 50px 0 0;
  border: none;
  background-color: transparent;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-header h3 {
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  color: #576870;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body {
  display: flex;
  flex-direction: row;
  margin: 30px 0 0 0;
  padding: 0;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description {
  width: calc(100% - 470px);
  display: flex;
  flex-direction: column;
  padding: 0 50px 0 0;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description h3 {
  font-size: 24px;
  line-height: 35px;
  color: #576870;
  font-family: "MuseoSansBlack", sans-serif;
  margin: 15px 0 0 0;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description p {
  font-size: 20px;
  line-height: 35px;
  color: #576870;
  font-family: "MuseoSansLight", sans-serif;
  margin: 12px 0 0 0;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description p.bold {
  font-family: "MuseoSansBlack", sans-serif;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 3px 0 0 0;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description ul li {
  color: #50626a;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  font-family: "MuseoSansLight", sans-serif;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description ul li:before {
  content: "\f055";
  color: #e1171d;
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-image {
  width: 470px;
}

.product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-image img {
  width: 100%;
  height: auto;
}

.product-documentation {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 150px 0 0 0;
  padding: 0 0 60px 0;
  border-bottom: solid 8px #eef0f0;
}

.product-documentation h2 {
  font-size: 40px;
  line-height: 37px;
  color: #50626a;
  text-transform: uppercase;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.product-documentation-items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  justify-content: space-between;
}

.product-documentation-items .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
}

.product-documentation-items .item.half {
  width: calc(50% - 10px);
}

.product-documentation-items .item .item-title {
  width: 100%;
  border-bottom: solid 8px #eef0f0;
  padding: 0 0 6px 0;
}

.product-documentation-items .item .item-title h4 {
  color: #57a7b3;
  font-size: 18px;
  line-height: 22px;
  font-family: "MuseoSansBlack", sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.product-documentation-items .item .item-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-documentation-items .item .item-list ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.product-documentation-items .item .item-list ul li {
  width: 50%;
  margin: 0;
}

.product-documentation-items .item.half ul li {
  width: 100%;
}

.product-documentation-items .item .item-list ul li a {
  color: #57a7b3;
  font-size: 20px;
  line-height: 35px;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 25px;
}

.product-documentation-items .item .item-list ul li a:before {
  content: "\f055";
  color: #e1171d;
  display: block;
  font-family: "Font Awesome 5 pro", sans-serif;
  font-size: 14px;
  position: absolute;
  top: -5px;
  left: 0;
}

.product-related {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 150px 0 0 0;
  padding: 0 0 120px 0;
  border-bottom: solid 8px #eef0f0;
}

.product-related h2 {
  font-size: 40px;
  line-height: 37px;
  color: #50626a;
  text-transform: uppercase;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.product-related-items {
  width: calc(100% + 40px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px -20px 0 -20px;
  padding: 0;
}

.product-related-items .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.product-related-items .item:nth-child(3n+1) {
  align-items: flex-start;
}

.product-related-items .item:nth-child(3n+2) {
  align-items: center;
}

.product-related-items .item:nth-child(3n+3) {
  align-items: flex-end;
}

.product-related-items .item .item-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding: 30px;
  background-color: rgba(80, 98, 106, .1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product-related-items .item .item-image img {
  width: 100%;
  height: auto;
}

.product-related-items .item .item-title {
  width: 100%;
  max-width: 250px;
  margin: 30px 0 0 0;
}

.product-related-items .item .item-title h3 {
  margin: 0;
  font-size: 24px;
  line-height: 27px;
  color: #64adb8;
  text-align: center;
  text-transform: uppercase;
}

.product-related-items .item .item-title h3 a {
  text-decoration: none;
  font-size: 24px;
  line-height: 27px;
  color: #64adb8;
}

.product-related-buy {
  margin: 60px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}

.product-related-buy a {
  background-image: none;
  background-color: #e1171d;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
  border-radius: 30px;
  padding: 0 25px;
  border: none;
  outline: none;
  font-family: "MuseoSansLight", sans-serif;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-related-buy a:hover {
  color: #57a7b3;
}

.product-additional-resources {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 150px 0 0 0;
  padding: 0;
}

.product-additional-resources h2 {
  font-size: 40px;
  line-height: 37px;
  color: #50626a;
  text-transform: uppercase;
  font-family: "MuseoSansBlackItalic", sans-serif;
}

.product-additional-resources-items {
  width: calc(100% + 30px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px -15px 0 -15px;
}

.product-additional-resources-items .item {
  width: calc(33.33% - 30px);
  display: flex;
  flex-direction: column;
  background-color: #edeff0;
  margin: 0 15px;
}

.product-additional-resources-items .item .item-image {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: row;
  position: relative;
}

.product-additional-resources-items .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-additional-resources-items .item.video .item-image:after {
  content: "\f144";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 90px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-additional-resources-items .item .item-text {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.product-additional-resources-items .item .item-text p {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #64adb8;
  text-transform: uppercase;
  font-family: "MuseoSansBlack", sans-serif;
  letter-spacing: 2px;
}

.product-additional-resources-items .item .item-text h4 {
  width: 100%;
  margin: 6px 0 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #50626a;
}

.product-additional-resources-items .item .item-text a {
  margin: 6px 0 0 0;
  color: #e1171d;
  font-size: 14px;
  line-height: 27px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Quick guide style */
.quick-selector-guide {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 40px 0 60px 0;
  /* padding: 0 200px 60px; */
}

.quick-selector-guide h3 {
  font-size: 26px;
  line-height: 36px;
  color: #57a7b3;
  font-family: "MuseoSansBold", sans-serif;
  margin: 0;
}

.quick-selector-guide table {
  width: 100%;
  margin: 20px 0 0 0;
}

.quick-selector-guide table thead {
  width: 100%;
}

.quick-selector-guide table thead tr th {
  background-color: #edeff0;
  font-size: 16px;
  color: #57a7b3;
  line-height: 20px;
  padding: 7px 12px;
  text-transform: uppercase;
  font-family: "MuseoSansBold", sans-serif;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .quick-selector-guide table tbody tr td {
  background-color: #f6f7f7;
  border-bottom: solid 1px #fff;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 18px;
  color: #576870;
  font-family: "MuseoSansLight", sans-serif;
  min-width: 140px;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .quick-selector-guide table tbody tr td p {
  font-size: 16px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .quick-selector-guide table tbody tr td a {
  color: #57a7b3;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 18px;
  font-family: "MuseoSansMedium", sans-serif;
  text-decoration: underline;
}

.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .quick-selector-guide table tbody tr td a:hover,
.vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .quick-selector-guide table tbody tr td a:visited {
  color: #57a7b3;
}

/* Series wrapper */
.series-wrapper {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  position: relative;
}

.series-wrapper:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #edeff0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.series-wrapper ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.series-wrapper ul li {
  margin: 0 10px 0 0;
}

.series-wrapper ul li:last-of-type {
  margin: 0;
}

.series-wrapper ul li a {
  width: auto;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MuseoSansBold", sans-serif;
  padding: 10px 45px 10px 20px;
  color: #57a7b3;
  background-color: #edeff0;
  position: relative;
}

.series-wrapper ul li a:after {
  position: absolute;
  top: 45%;
  right: 18px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #57a7b3;
  border-top: 2px solid #57a7b3;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.2s ease-in-out;
  pointer-events: none;
}

/* New newsletter */
.spark-newsletter {
  width: 100%;
  padding: 300px 50px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: url("./images/newsletter-background-image.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.spark-newsletter:before {
  content: "";
  width: 650px;
  height: 650px;
  background: url("./images/spark-icon.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: -180px;
  opacity: .3;
  background-size: 650px 650px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.spark-newsletter .spark-newsletter-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper h3 {
  color: #fff;
  font-family: "museosansblackitalic", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 38px;
  max-width: 380px;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group {
  width: auto;
  display: flex;
  flex-direction: column;
  margin: 0 0 25px 0;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group:last-of-type {
  margin-bottom: 0;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group.half {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group.full {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group p {
  width: 100%;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group p .wpcf7-form-control-wrap {
  width: 100%;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 0 0;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group p .wpcf7-form-control-wrap input {
  width: 100%;
  min-height: 60px;
  border: none;
  border-bottom: solid 1px #fff;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
  font-family: "MuseoSansLight", sans-serif;
  outline: none;
  color: #fff;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group p .wpcf7-form-control-wrap input::placeholder {
  color: #fff;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group.submit {
  margin: 10px 0 0 0;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group.submit p input {
  background-image: none;
  background-color: #e1171d;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
  border-radius: 30px;
  padding: 0 25px;
  border: none;
  outline: none;
  font-family: "MuseoSansLight", sans-serif;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .wpcf7-response-output {
  font-size: 14px;
  line-height: 20px;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  border-color: #ffb900;
  color: #fff;
}

.spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form.sent .wpcf7-response-output {
  background-color: #46b450;
  border-color: #46b450;
  color: #fff;
}

/* Responsive start here */

/* 8K */
@media screen and (max-width: 7680px) {

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 320px;
  }
}

/* 7K */
@media screen and (max-width: 6720px) {

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 300px;
  }
}

/* 6K */
@media screen and (max-width: 5568px) {

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 280px;
  }
}

/* 5K */
@media screen and (max-width: 4880px) {

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 260px;
  }
}

/* 4K */
@media screen and (max-width: 3840px) {

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 240px;
  }
}

/* 3K */
@media screen and (max-width: 2840px) {

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 220px;
  }
}

/* 2K */
@media screen and (max-width: 2000px) {
  .spark-padding-150 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .vc_column_container.vc_col-sm-6:nth-child(1) {
    padding-right: 30px;
  }

  .vc_column_container.vc_col-sm-6:nth-child(2) {
    padding-left: 30px;
  }

  .vc_column_container.vc_col-sm-4:nth-child(1) {
    padding-right: 30px;
  }

  .vc_column_container.vc_col-sm-4:nth-child(2) {
    padding: 0 15px;
  }

  .vc_column_container.vc_col-sm-4:nth-child(3) {
    padding-left: 30px;
  }

  .spark-banner .spark-banner-title .vc_custom_heading {
    font-size: 60px;
    line-height: 52px;
  }

  /* Menu */

  .spark_header .navbar.spark_header-menu {
    max-width: calc(100% - 200px);
  }

  .has-banner .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item,
  .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item {
    margin-left: 50px;
  }

  .navbar-collapse div>.menu li {
    margin-right: 28px;
  }

  /* Technology */

  .technology-colored-block.left:before {
    left: 120px;
  }

  .technology-colored-block.right:before {
    right: 120px;
  }

  .spark-content .vc_column_container .radio-power .vc_column-inner {
    padding-left: 80px;
    padding-right: 80px;
  }

  .radio-power .wpb_text_column.wpb_content_element .wpb_wrapper {
    padding: 30px;
  }

  .technology-colored-block.left .vc_single_image-wrapper {
    padding-right: 120px;
  }

  .technology-colored-block.right .vc_single_image-wrapper {
    padding-left: 120px;
  }

  .technology-colored-block.left .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    padding-right: 250px;
  }

  .technology-colored-block.right .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
    padding-left: 250px;
  }

  .technology-moving-item>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
    font-size: 20px;
  }

  /* Carousel */

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text,
  .vc_row.spark-carousel #sparkCarousel .carousel-indicators {
    max-width: calc(100% - 240px);
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner {
    padding: 0 120px 150px 0;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description {
    margin-top: 100px;
  }

  /* Home discover */

  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    max-width: calc(100% - 240px);
  }

  .vc_row.spark-discover-wrapper {
    background-size: calc(100% - 220px) 100% !important;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
    max-width: calc(100% - 520px);
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) {
    padding: 0 150px 0 120px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 0 50px 0 100px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    background-color: #ecf0f3;
    padding: 120px 100px;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    padding: 0 100px;
  }

  /* Applications */

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
    width: calc(100% - 240px);
  }

  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a {
    font-size: 16px;
    line-height: 24px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description,
  .vc_row.company-banner-description {
    width: calc(100% - 120px) !important;
    left: 120px;
    padding: 120px;
  }

  .company-banner .vc_row.company-banner-description {
    max-width: calc(100% - 100px) !important;
    left: 60px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description .wpb_column.vc_col-sm-8,
  .vc_row.company-banner-description .wpb_column.vc_col-sm-8 {
    width: calc(100% - 350px);
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description .wpb_column.vc_col-sm-4,
  .vc_row.company-banner-description .wpb_column.vc_col-sm-4 {
    width: 350px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_raw_code.wpb_content_element p,
  .vc_row.company-banner-description .wpb_raw_code.wpb_content_element p {
    max-width: 100%;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description:before,
  .vc_row.company-banner-description .vc_row.spark-banner-description:before {
    left: calc(-818px + 140px);
  }

  .spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner,
  .spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 150px;
  }

  .spark-icon-text .icon img {
    height: 80px;
  }

  .spark-icon-text .text p {
    font-size: 18px;
    line-height: 24px;
  }

  .spark-icon-text .text h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 30px;
  }

  .download-block-filter {
    font-size: 18px;
  }

  /* Banner */

  .spark-blog-banner,
  .spark-event-banner {
    height: 900px;
  }

  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.sub-title,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.sub-title {
    font-size: 18px;
  }

  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.title,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.title {
    max-width: 950px;
    font-size: 40px;
    line-height: 45px;
  }

  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.sub-title,
  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.title,
  .spark-blog-banner .spark-blog-banner-title .vc_btn3-container.spark-button,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.sub-title,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.title,
  .spark-event-banner .spark-event-banner-title .vc_btn3-container.spark-button {
    padding: 0 100px;
  }

  /* Blog */

  .vc_row-fluid.blog-items-wrapper,
  .vc_row-fluid.event-items-wrapper {
    padding: 0 100px;
  }

  .blog-list-content .blog-list-content-item:nth-child(4n+1),
  .event-list-content .event-list-content-item:nth-child(4n+1),
  .news-list-content .news-list-content-item:nth-child(4n+1) {
    padding: 0 15px 0 0;
  }

  .blog-list-content .blog-list-content-item:nth-child(4n+2),
  .event-list-content .event-list-content-item:nth-child(4n+2),
  .news-list-content .news-list-content-item:nth-child(4n+2) {
    padding: 0 10px 0 5px;
  }

  .blog-list-content .blog-list-content-item:nth-child(4n+3),
  .event-list-content .event-list-content-item:nth-child(4n+3),
  .news-list-content .news-list-content-item:nth-child(4n+3) {
    padding: 0 5px 0 10px;
  }

  .blog-list-content .blog-list-content-item:nth-child(4n+4),
  .event-list-content .event-list-content-item:nth-child(4n+4),
  .news-list-content .news-list-content-item:nth-child(4n+4) {
    padding: 0 0 0 15px;
  }

  /* Company */

  .company-spark-team-wrapper .company-spark-team-wrapper-item {
    height: 500px;
    position: relative;
  }

  .company-spark-team-wrapper.board .company-spark-team-wrapper-item {
    width: 20%;
    height: 400px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .vc_custom_heading {
    padding: 0 120px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .wpb_gallery.wpb_content_element {
    padding: 70px 120px;
  }

  /* News and Blog */

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 200px;
  }

  /* Career */

  .Job-postings {
    padding: 0 120px;
  }

  .spark-content .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    padding: 0 100px;
  }

  /* Job postings * details */

  .job-details-wrapper {
    width: calc(100% - 240px);
  }

  .job-details-wrapper .job-details-wrapper-container {
    padding: 0 120px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back {
    width: 120px;
    padding: 0;
  }

  .Job-postings.details {
    padding: 0 240px;
  }

  /* Company details */

  .company-details .company-details-content {
    padding: 0 80px;
  }

  .company-details-content .company-details-content-text {
    padding-left: 100px;
  }

  /* Footer */
  footer .spark_footer_container {
    max-width: calc(100% - 240px);
  }
}

/* 1550px */
@media screen and (max-width: 1550px) {

  p {
    font-size: 18px;
    line-height: 32px;
  }

  .spark-padding-150 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-padding-120 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .spark-banner .spark-banner-title .vc_custom_heading {
    font-size: 50px;
    line-height: 42px;
  }

  .products-details-banner .products-details-banner-inner h1 {
    font-size: 50px;
    line-height: 42px;
  }

  /* Menu */

  .spark_header .navbar.spark_header-menu {
    width: 100%;
    max-width: 100%;
    padding: 0 80px;
  }

  .navbar-collapse div>.menu li {
    margin-right: 20px;
  }

  .navbar-collapse div>.menu li a {
    font-size: 12px;
  }

  .has-banner .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item,
  .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item {
    margin-left: 20px;
  }

  /* Technology */

  .technology-colored-block.left:before {
    left: 80px;
  }

  .technology-colored-block.right:before {
    right: 80px;
  }

  .spark-content .vc_column_container .radio-power .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .radio-power .wpb_text_column.wpb_content_element .wpb_wrapper {
    padding: 30px;
  }

  .technology-colored-block.left .vc_single_image-wrapper {
    padding-right: 80px;
  }

  .technology-colored-block.right .vc_single_image-wrapper {
    padding-left: 80px;
  }

  .technology-colored-block.left .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    padding-right: 80px;
  }

  .technology-colored-block.right .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
    padding-left: 80px;
  }

  /* Carousel */

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
    width: 380px;
  }

  /*  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
    max-width: calc(100% - 520px);
  } */

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title h4 {
    font-size: 80px;
    line-height: 80px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description {
    margin-top: 40px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text,
  .vc_row.spark-carousel #sparkCarousel .carousel-indicators {
    max-width: calc(100% - 160px);
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner {
    padding: 0 100px 130px 0;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
    max-width: calc(100% - 480px);
  }

  /* Home discover */

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) {
    padding: 0 80px;
    margin: -330px 0 0 0;
  }

  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    max-width: calc(100% - 160px);
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 0 0 0 60px;
  }

  .spark-icon-with-text-wrapper {
    padding: 0 60px 0 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding: 120px 80px;
  }

  .spark-icon-with-text-right .text {
    width: calc(100% - 90px);
    padding: 0 0 0 50px;
  }

  .spark-icon-with-text-right .text p {
    font-size: 26px;
    line-height: 30px;
    max-width: 220px;
  }

  .spark-icon-with-text-right .icon {
    width: 90px;
    height: 90px;
  }

  .spark-icon-with-text-right+.spark-icon-with-text-right {
    margin-top: 160px;
  }

  .vc_row.spark-discover-wrapper {
    background-size: calc(100% - 160px) 100% !important;
    margin: 120px 0 0 0
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper {
    width: 100px;
    bottom: -50px;
    right: 50px;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    padding: 0 80px;
  }

  /* Applications */

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
    width: calc(100% - 160px);
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description,
  .vc_row.company-banner-description {
    width: calc(100% - 80px) !important;
    left: 80px;
    padding: 100px;
  }

  .company-banner .vc_row.company-banner-description {
    max-width: calc(100% - 80px) !important;
    left: 40px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description:before,
  .vc_row.company-banner-description:before {
    left: calc(-818px + 120px);
  }

  .spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner,
  .spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 140px 120px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_raw_code.wpb_content_element p,
  .vc_row.company-banner-description .wpb_raw_code.wpb_content_element p {
    font-size: 26px;
    line-height: 40px;
  }

  .spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner,
  .spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 100px;
  }

  .spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper,
  .spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
    max-width: 100%;
  }

  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 20px 0 0 0;
  }

  /* Blog Banner */

  .spark-blog-banner,
  .spark-event-banner {
    height: 800px;
  }

  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.sub-title,
  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.title,
  .spark-blog-banner .spark-blog-banner-title .vc_btn3-container.spark-button,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.sub-title,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.title,
  .spark-event-banner .spark-event-banner-title .vc_btn3-container.spark-button {
    padding: 0;
  }

  /* Blog */

  .vc_row-fluid.blog-items-wrapper,
  .vc_row-fluid.event-items-wrapper {
    padding: 0;
  }

  /* Company */

  .company-spark-team-wrapper .company-spark-team-wrapper-item,
  .company-details-others .company-details-others-item {
    width: 33.33%;
    height: 500px;
  }

  .company-spark-team-wrapper.board .company-spark-team-wrapper-item {
    width: 25%;
    height: 400px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li {
    width: 200px;
    height: 100px;
  }

  .vc_row.team-content-header .vc_custom_heading {
    /* max-width: 250px; */
    font-size: 55px;
    line-height: 45px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .vc_custom_heading {
    padding: 0 80px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .wpb_gallery.wpb_content_element {
    padding: 50px 80px;
  }

  /* Company details */

  .company-details .company-details-content {
    padding: 0 60px;
  }

  .company-details-content .company-details-content-text {
    padding-left: 80px;
    padding-right: 30px;
  }

  /* News and blog */

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 160px;
  }

  .vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    padding: 0 90px;
  }

  /* Contact */

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container {
    padding: 0 80px;
  }

  /* Career */

  .Job-postings {
    padding: 0 80px;
  }

  .career-colored-background>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row {
    padding: 50px 80px;
  }

  .spark-content .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    padding: 0;
  }

  /* Job postings details */

  .job-details-wrapper,
  .vc_row.blog-details-wrapper .blog-details-container,
  .vc_row.event-details-wrapper .event-details-container {
    width: 100%;
    padding: 0 80px;
  }

  .job-details-wrapper .job-details-wrapper-container {
    padding: 0 0 0 80px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back {
    width: 80px;
    padding: 0;
  }

  .Job-postings.details {
    padding: 0 80px;
  }

  /* Footer */

  footer .spark_footer_container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  footer .spark_footer_container .spark_footer_container_menu .menu li {
    margin: 0 10px 0 0;
  }

  .spark_footer_container_newsletter .newsletter-wrapper ul {
    margin: 0;
  }

  .spark_footer_container_newsletter form .form-group:nth-child(1),
  .spark_footer_container_newsletter form .form-group:nth-child(2) {
    width: 170px;
  }

  .spark_footer_container_newsletter form .form-group input {
    font-size: 14px;
  }

  footer .spark_footer_container .spark_footer_container_logo .wp-block-image {
    width: 115px;
  }
}

/* 1300px */

@media screen and (max-width: 1300px) {

  .spark-italic-title {
    font-size: 32px;
    line-height: 30px;
  }

  .spark-middle-italic-title {
    font-size: 22px;
    line-height: 32px;
  }

  .spark-padding-120 {
    padding-left: 0;
    padding-right: 0;
  }

  .vc_empty_space {
    max-height: 150px;
  }

  /* Menu */

  .spark_header .spark_header-menu-link {
    width: 120px;
  }

  .spark_header .navbar.spark_header-menu {
    padding: 0 50px;
  }

  .navbar-collapse div>.menu li {
    margin: 0 20px 0 0;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner {
    padding: 0 80px 120px 0;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
    max-width: calc(100% - 420px);
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle1,
  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle2 {
    width: 32px;
    height: 32px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle1 {
    top: -22px;
    left: 0;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper:before {
    width: calc(100% - 105px);
    height: 8px;
    top: -10px;
    left: 28px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .arc {
    border-width: 8px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper:after {
    width: 8px;
    height: calc(100% - 70px);
    top: 55px;
    right: 12px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper .circle2 {
    right: 0px;
    bottom: -12px;
  }

  .has-banner .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item,
  .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item {
    margin-left: 0;
  }

  .has-banner .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item a,
  .navbar-collapse div>.menu>li.menu-item-type-wpml_ls_menu_item a {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  /* Technology */

  .technology-colored-block.left:before {
    left: 60px;
  }

  .technology-colored-block.right:before {
    right: 60px;
  }

  .spark-content .vc_column_container .radio-power .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .radio-power .wpb_text_column.wpb_content_element .wpb_wrapper {
    padding: 25px;
  }

  .technology-colored-block.left .vc_single_image-wrapper {
    padding-right: 60px;
  }

  .technology-colored-block.right .vc_single_image-wrapper {
    padding-left: 60px;
  }

  .technology-colored-block.left .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    padding-right: 60px;
  }

  .technology-colored-block.right .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
    padding-left: 60px;
  }

  .technology-icon-title .technology-icon-title-image {
    width: 60px;
  }

  .technology-icon-title .technology-icon-title-text {
    margin-left: 50px;
  }

  .technology-icon-title .technology-icon-title-text h2 {
    font-size: 32px;
    line-height: 30px;
  }

  /* Carousel */
  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
    width: 350px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .slide-2.carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
    margin: -65px 0 0 0;
  }

  /* .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
    max-width: calc(100% - 480px);
  } */

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title h4 {
    font-size: 70px;
    line-height: 70px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description {
    margin-top: 30px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text,
  .vc_row.spark-carousel #sparkCarousel .carousel-indicators {
    max-width: calc(100% - 100px);
  }

  /* Home discover */
  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid.spark-discover {
    padding: 150px 0;
  }

  .vc_row.spark-discover-wrapper {
    background-size: calc(100% - 100px) 100% !important;
    margin: 120px 0 0 0;
  }

  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    max-width: calc(100% - 100px);
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 0 50px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) {
    padding: 0 50px;
  }

  .spark-icon-with-text-wrapper {
    padding: 0 50px 0 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding: 100px 50px;
  }

  .spark-icon-with-text-right .icon {
    width: 70px;
    height: 70px;
  }

  .spark-icon-with-text-right .text {
    width: calc(100% - 70px);
    padding: 0 0 0 40px;
  }

  .spark-icon-with-text-right+.spark-icon-with-text-right {
    margin-top: 140px;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    padding: 0 50px;
  }

  /* Applications & products */
  .spark-banner {
    height: 800px;
  }

  .spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
    width: calc(100% - 100px);
  }

  .spark-banner .spark-banner-title {
    margin: 230px 0 0 0;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description,
  .vc_row.company-banner-description {
    width: calc(100% - 50px) !important;
    left: 50px;
    padding: 80px;
  }

  .company-banner .vc_row.company-banner-description {
    max-width: calc(100% - 50px) !important;
    left: 25px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description:before,
  .vc_row.company-banner-description:before {
    left: calc(-818px + 100px);
    top: -100px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description .wpb_column.vc_col-sm-8,
  .vc_row.company-banner-description .wpb_column.vc_col-sm-8 {
    width: calc(100% - 280px);
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description .wpb_column.vc_col-sm-4,
  .vc_row.company-banner-description .wpb_column.vc_col-sm-4 {
    width: 280px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper,
  .vc_row.company-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    height: 140px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_raw_code.wpb_content_element p,
  .vc_row.company-banner-description .wpb_raw_code.wpb_content_element p {
    font-size: 22px;
    line-height: 34px;
  }

  .spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner,
  .spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 80px;
  }

  .spark-icon-text .icon img {
    height: 70px;
  }

  .vc_custom_heading.spark-product-title {
    font-size: 50px;
    line-height: 30px;
  }

  .spark-text-with-menu .text h3 {
    font-size: 42px;
    line-height: 38px;
  }

  .spark-text-with-menu .text p {
    font-size: 20px;
  }

  /* Banner */
  .spark-blog-banner,
  .spark-event-banner {
    height: 700px;
  }

  /* Company */

  .vc_row.company-investors-partners .wpb_wrapper .vc_custom_heading {
    padding: 0 50px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .wpb_gallery.wpb_content_element {
    padding: 40px 50px;
  }

  .vc_row.team-content-header .vc_custom_heading {
    /* max-width: 200px; */
    font-size: 45px;
    line-height: 40px;
  }

  .company-spark-team-wrapper.board .company-spark-team-wrapper-item,
  .company-details-others .company-details-others-item {
    width: 33.33%;
    height: 420px;
  }

  /* Company Details */
  .company-details .company-details-content {
    padding: 0 30px;
  }

  .company-details-arrow a i {
    font-size: 40px;
  }

  .company-details-arrow.left {
    left: -30px;
  }

  .company-details-arrow.right {
    right: -30px;
  }

  .company-details-content .company-details-content-image {
    width: 400px;
    height: 400px;
  }

  .company-details-content .company-details-content-text {
    width: calc(100% - 400px);
    padding-right: 0;
  }

  /* News and blog */
  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 140px;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item,
  .wpb_wrapper .event-list-content .event-list-content-item,
  .wpb_wrapper .news-list-content .news-list-content-item {
    width: 33.33%;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item:nth-child(3n+1),
  .wpb_wrapper .event-list-content .event-list-content-item:nth-child(3n+1),
  .wpb_wrapper .news-list-content .news-list-content-item:nth-child(3n+1) {
    padding: 0 10px 0 0;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item:nth-child(3n+2),
  .wpb_wrapper .event-list-content .event-list-content-item:nth-child(3n+2),
  .wpb_wrapper .news-list-content .news-list-content-item:nth-child(3n+2) {
    padding: 0 5px;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item:nth-child(3n+3),
  .wpb_wrapper .event-list-content .event-list-content-item:nth-child(3n+3),
  .wpb_wrapper .news-list-content .news-list-content-item:nth-child(3n+3) {
    padding: 0 0 0 10px;
  }

  .vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner {
    max-width: 100%;
    padding: 0 50px;
  }

  /* Contact */
  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container {
    padding: 0 50px;
  }

  /* Career */
  .Job-postings {
    padding: 0 50px;
  }

  .career-colored-background>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row {
    padding: 40px 50px;
  }

  .custom-jobings-list .custom-jobings-list-item ul li:nth-child(1) {
    font-size: 20px;
    line-height: 24px;
  }

  /* Technology */
  .vc_row.technology-colored-block .vc_empty_space {
    max-height: 100px;
  }

  .technology-colored-block.left .vc_single_image-wrapper {
    padding-right: 0;
  }

  .technology-colored-block.right .vc_single_image-wrapper {
    padding-left: 0;
  }

  .vc_row.technology-pre-footer .vc_empty_space {
    max-height: 120px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 80px;
    height: auto;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
    font-size: 32px;
    line-height: 30px;
    margin-left: 20px;
  }

  /* Job postings details */
  .job-details-wrapper {
    width: 100%;
    padding: 0 50px;
  }

  .job-details-wrapper .job-details-wrapper-container,
  .vc_row.blog-details-wrapper .blog-details-container,
  .vc_row.event-details-wrapper .event-details-container {
    padding: 0;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back,
  .vc_row.blog-details-wrapper .blog-details-header .blog-details-header-back,
  .vc_row.event-details-wrapper .event-details-header .event-details-header-back {
    width: 50px;
    padding: 0;
  }

  .Job-postings.details {
    padding: 0 50px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a,
  .vc_row.blog-details-wrapper .blog-details-header .blog-details-header-back a,
  .vc_row.event-details-wrapper .event-details-header .event-details-header-back a {
    width: 36px;
    height: 36px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a i {
    font-size: 20px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content {
    margin: 50px auto 0 auto;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title h1 {
    font-size: 32px;
    line-height: 35px;
  }

  /* Blog and news details */
  .vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    padding: 0;
  }

  /* Product details */
  .product-details-body:after {
    width: 463px;
    height: 207px;
    background-size: 463px 207px;
  }

  .product-description .product-description-right {
    padding-left: 80px;
  }

  .product-details-body .product-details-body-inner {
    margin: 150px 0;
  }

  .product-features {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .product-advantages {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .product-advantages .product-advantages-items {
    margin-top: 50px;
  }

  .product-advantages-items .item .title {
    margin-top: 30px;
  }

  .product-applications {
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .product-applications .product-applications-items {
    margin-top: 80px;
    max-height: 880px;
  }

  .product-applications-items .item {
    margin-bottom: 50px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card {
    padding: 30px 0 30px 30px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-header {
    padding-right: 30px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-header h3 {
    font-size: 34px;
    line-height: 38px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description {
    width: calc(100% - 340px);
    padding: 0 30px 0 0;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-image {
    width: 340px;
  }

  .product-documentation,
  .product-related,
  .product-additional-resources {
    margin-top: 100px;
  }

  /* Footer */
  footer .spark_footer_container {
    padding-left: 50px;
    padding-right: 50px;
  }

  footer .spark_footer_container .spark_footer_container_menu {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark_footer_container_newsletter .newsletter-wrapper ul {
    margin-right: 0;
  }

  footer .spark_footer_container .spark_footer_container_menu>p {
    margin-right: 0;
  }

  footer .spark_footer_container .spark_footer_container_menu .menu {
    margin-bottom: 5px;
  }
}

/* 1200px */
@media screen and (max-width: 1200px) {

  .spark-italic-title {
    font-size: 28px;
    line-height: 25px;
  }

  .spark-middle-italic-title {
    font-size: 20px;
    line-height: 24px;
  }

  .vc_empty_space {
    max-height: 120px;
  }

  /* Menu */
  .spark_header .navbar.spark_header-menu {
    padding: 0 25px;
  }

  .navbar-collapse div>.menu li {
    margin: 0 15px 0 0;
  }

  .navbar-collapse div>.menu li a {
    font-size: 11px;
  }

  /* Carousel */

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text,
  .vc_row.spark-carousel #sparkCarousel .carousel-indicators {
    max-width: calc(100% - 70px);
  }

  /* Home discover */

  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    max-width: calc(100% - 70px);
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 0 35px;
  }

  .vc_row.spark-discover-wrapper {
    background-size: calc(100% - 70px) 100% !important;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) {
    padding: 0 35px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column {
    margin: 30px 0 0 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding: 100px 35px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner {
    padding: 0 0 0 35px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .text {
    margin: 30px 0 0 0;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text {
    margin: 0 0 30px 0;
  }

  .vc_row.spark-discover-wrapper {
    margin: 160px 0 0 0;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 {
    width: 33.33%;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1) {
    padding: 0 20px 0 0;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(2) {
    padding: 0 10px;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(3) {
    padding: 0 0 0 20px;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .vc_column-inner {
    max-width: 100%;
  }

  /* News and blog */

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 130px;
  }

  .blog-filter .blog-filter-title,
  .event-filter .event-filter-title {
    width: 140px;
  }

  .blog-filter form,
  .event-filter form {
    width: calc(100% - 140px);
  }

  /* Applications & products */

  .spark-text-with-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-text-with-menu .menu {
    margin-top: 10px;
  }

  /* Company */

  .company-banner .vc_custom_heading.company-banner-title {
    font-size: 32px;
    line-height: 40px;
  }

  .company-banner .company-banner-icons {
    margin: 50px 0 0 0;
  }

  .company-banner-icons .company-banner-icons-item .company-banner-icons-item-icon {
    width: 80px;
    height: 80px;
  }

  .company-banner-icons .company-banner-icons-item .company-banner-icons-item-text,
  .company-details-others .company-details-others-item .company-details-others-item-text {
    margin: 25px 0 0 0;
  }

  .company-banner-icons .company-banner-icons-item .company-banner-icons-item-text h4,
  .company-details-others .company-details-others-item .company-details-others-item-text h4 {
    font-size: 20px;
    line-height: 22px;
  }

  /* Career */

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .vc_custom_heading {
    font-size: 50px;
    line-height: 54px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_text_column.wpb_content_element p {
    font-size: 20px;
    line-height: 28px;
  }

  .Job-postings {
    padding: 0 35px;
  }

  .career-offers-items .career-offers-items-item {
    margin-bottom: 50px;
  }

  .career-offers-items-item .career-offers-items-item-image img {
    width: 80px;
  }

  .career-offers-items-item .career-offers-items-item-text h4 {
    font-size: 22px;
    line-height: 22px;
  }

  .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 80PX;
    height: auto;
  }

  .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .vc_custom_heading {
    font-size: 20px;
    line-height: 30px;
  }

  /* Technonlogy */

  .vc_row.technology-pre-footer .vc_empty_space {
    max-height: 100px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 60px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
    font-size: 28px;
    line-height: 26px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 26px;
  }

  /* Job postings * details */

  .job-details-wrapper {
    width: 100%;
    padding: 0 25px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back {
    width: 50px;
  }

  .Job-postings.details {
    padding: 0 25px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a {
    width: 32px;
    height: 32px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a i {
    font-size: 18px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content {
    margin: 30px auto 0 auto;
  }

  /* Blog and news details */

  .vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    padding: 0;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-title h1,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-title h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content h2,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-content h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-content {
    margin-top: 50px;
  }

  .blog-details-container-content .wp-block-spacer,
  .event-details-container-content .wp-block-spacer {
    height: 20px;
  }

  /* Products details */
  .page-template-single-product .spark-content .products-details-banner,
  .product-details-body {
    padding: 0 25px;
  }

  .spark-newsletter {
    padding: 220px 25px;
  }

  .spark-newsletter:before {
    width: 500px;
    height: 500px;
    background-size: 500px 500px;
  }

  /* Footer */

  footer .spark_footer_container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/* 1024px */
@media screen and (max-width: 1024px) {

  /* Menu */
  .spark_header .spark_header-menu-link {
    width: 110px;
  }

  .navbar-collapse div>.menu li {
    margin: 0 15px 0 0;
  }

  /* Carousel */

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
    width: 300px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description {
    margin-top: 35px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
    max-width: calc(100% - 325px);
    top: 60px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title p {
    font-size: 20px;
    line-height: 20px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title h4 {
    font-size: 60px;
    line-height: 60px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description p {
    font-size: 22px;
    line-height: 30px;
  }

  /* Home discover */

  .wpb_wrapper .vc_row.spark-revolution {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .wpb_wrapper .vc_row.spark-revolution .wpb_column.vc_col-sm-6 {
    width: 100%;
  }

  .wpb_wrapper .vc_row.spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) {
    margin-top: 50px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .vc_custom_heading,
  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column .wpb_wrapper {
    max-width: 100%;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .text P {
    max-width: 100%;
  }

  .vc_row.spark-discover-wrapper {
    margin: 60px 0 0 0;
    background-size: cover !important;
  }

  .spark-icon-with-text-wrapper {
    padding-right: 0;
  }

  .spark-icon-with-text-wrapper .wpb_wrapper {
    max-width: 100%;
  }

  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid.spark-discover {
    padding: 0;
    flex-direction: column;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) {
    margin: 0;
    padding: 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6 {
    width: 100%;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner,
  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner {
    padding: 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    max-width: 100%;
    padding: 80px 35px;
    background-color: transparent;
  }

  .spark-icon-with-text-right .text p {
    max-width: 280px;
    color: #fff;
  }

  .spark-icon-with-text-right .text p br {
    display: none;
  }

  .spark-icon-with-text-right+.spark-icon-with-text-right {
    margin-top: 50px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 35px 80px 35px;
    justify-content: flex-start;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) {
    margin: 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper {
    bottom: 80px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .spark-button {
    margin: 50px 0 0 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner:before {
    display: none;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    padding: 0;
  }

  .news-items,
  .event-items,
  .blog-items,
  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .spark-button {
    margin-top: 50px;
  }

  /* News and blog */

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 120px;
  }
}

/* 992px */
@media screen and (max-width: 992px) {

  .traditional-wireless-solutions .vc_custom_heading .vc_empty_space {
    max-height: 100px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  .has-banner .spark-content {
    padding: 0;
  }

  .spark-content {
    padding: 30px 0 0 0;
  }

  /* Top banner */
  .spark-banner-top {
    position: fixed;
    top: 0;
    left: 0;
  }

  .spark-banner-top+.spark_header {
    top: 50px;
  }

  .spark-banner-top .spark-banner-top-button {
    right: 10px;
  }

  /* Menu */
  .spark_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  body .spark_header {
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .spark_header .navbar.spark_header-menu {
    padding: 0;
  }

  .spark_header .spark_header-menu-link {
    width: 120px;
    order: 1;
  }

  .spark_header .navbar-toggler {
    display: flex;
    margin-right: 35px;
    flex-direction: column;
    justify-content: space-between;
    order: 3;
  }

  .navbar .social-media {
    order: 2;
    margin: 0;
  }

  body .spark_header.menu-open {
    background-color: #fff;
  }

  body .spark_header.menu-open .spark_header-menu-link .navbar-brand svg .cls-1 {
    fill: #576870;
  }

  body .spark_header.menu-open .navbar-toggler span.line {
    background-color: #50626a;
  }

  .spark_header.fixed-header .navbar.spark_header-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 100;
  }

  .spark_header .spark_header-menu-link {
    padding-left: 35px;
  }

  .spark_header-menu .navbar-collapse.collapse {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100% !important;
    z-index: 1000;
    background-color: #fff;
    padding: 0;
  }

  .spark_header-menu .navbar-collapse.collapse .menu-spark-main-menu-container {
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .spark_header-menu .navbar-collapse.collapse .mobile-menu-header {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }

  .spark_header-menu .navbar-collapse.collapse .mobile-menu-header .logo {
    width: 100px;
  }

  .spark_header-menu .navbar-collapse.collapse .mobile-menu-header .logo svg {
    width: 100%;
  }

  .spark_header-menu .navbar-collapse.collapse .mobile-menu-header .logo svg .cls-1 {
    fill: #576870;
  }

  .spark_header-menu .navbar-collapse.collapse .mobile-menu-header button {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
  }

  .spark_header-menu .navbar-collapse.collapse .mobile-menu-header button i {
    font-size: 26px;
    color: #50626a;
    font-weight: 300;
  }

  .spark_header-menu .navbar-collapse div>.menu {
    width: 100%;
    overflow-y: scroll;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 0 100px 0;
    border-top: solid 1px #50626a;
  }

  .spark_header-menu .navbar-collapse div>.menu li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #fff;
  }

  .spark_header-menu .navbar-collapse div>.menu li:before {
    width: 4px;
    height: 36px;
    top: 0;
    left: -4px;
  }

  .navbar-collapse div>.menu li.current-menu-item:before,
  .navbar-collapse div>.menu li.current-page-ancestor:before,
  .navbar-collapse div>.menu li.current-menu-ancestor:before,
  .navbar-collapse div>.menu li.current-menu-parent:before {
    left: 0;
  }

  .navbar-collapse div>.menu li:hover:before {
    background-color: transparent;
  }

  .navbar-collapse div>.menu .current-menu-item:before {
    background-color: #e1171d !important;
  }

  .spark_header-menu .navbar-collapse div>.menu li:last-child {
    border-bottom: none;
  }

  .spark_header-menu .navbar-collapse div>.menu li a {
    width: 100%;
    color: #576870;
    font-size: 14px;
    padding: 8px 35px;
  }

  .has-banner .spark_header.fixed-header .navbar-collapse div>.menu li.menu-item-has-children>ul li a,
  .navbar-collapse div>.menu li.menu-item-has-children>ul li a,
  .spark_header.fixed-header .navbar-collapse div>.menu li.menu-item-has-children>ul li a {
    color: #576870;
  }

  .spark_header.fixed-header .navbar-collapse div>.menu li.menu-item-has-children>ul li a:hover {
    color: #576870;
  }

  .spark_header-menu .navbar-collapse div>.menu li.menu-item-type-wpml_ls_menu_item {
    align-items: flex-start;
    padding: 10px 28px;
  }

  .spark_header-menu .navbar-collapse div>.menu li.menu-item-type-wpml_ls_menu_item a {
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .navbar-collapse div>.menu li.menu-item-has-children>ul {
    width: 100%;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0 50px;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .navbar-collapse div>.menu li.menu-item-has-children>ul:before {
    display: none;
  }

  .navbar-collapse div>.menu li.menu-item-has-children>ul li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }

  .has-banner .spark_header.fixed-header .navbar-collapse div>.menu li.menu-item-has-children>ul li a,
  .navbar-collapse div>.menu li.menu-item-has-children>ul li a,
  .has-banner .spark_header.fixed-header .navbar-collapse div>.menu li.menu-item-has-children>ul li a:hover,
  .navbar-collapse div>.menu li.menu-item-has-children>ul li:hover a {
    color: #576870;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  /* Spark banner */
  .spark-banner,
  .vc_row.spark-carousel {
    margin: 0;
  }

  /*.vc_row.spark-carousel {
    overflow-x: hidden;
  }*/

  .spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
    width: calc(100% - 70px);
  }

  .spark-banner .spark-banner-title {
    margin-top: 100px;
  }

  .spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
    width: calc(100% - 60px);
    padding: 80px 0;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid:nth-child(1) {
    margin-top: 64px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description,
  .vc_row.company-banner-description {
    padding-left: 50px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .vc_custom_heading {
    font-size: 30px;
    line-height: 38px;
  }

  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .company-banner .spark-breadcrumb ul li,
  .spark-banner.career .spark-breadcrumb ul li,
  .spark-breacrumb li {
    font-size: 18px;
    line-height: 24px;
  }

  /* Home carousel */
  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text {
    align-items: center;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner {
    padding: 0;
    min-height: 300px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .stroke-wrapper {
    display: none;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .slide-2.carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title {
    margin: 0;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-title h4 {
    text-align: left;
    font-size: 50px;
    line-height: 50px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description {
    justify-content: flex-start;
    margin: 30px 0 0 0;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-description p {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text .carousel-text-inner .carousel-text-inner-link {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-indicators {
    bottom: 30px;
  }

  /* Home discover */

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding: 60px 35px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding-bottom: 60px;
  }

  .spark-icon-with-text-right+.spark-icon-with-text-right {
    margin-top: 30px;
  }

  .spark-icon-with-text-right .text p,
  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner h2,
  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_text_column.wpb_content_element {
    max-width: 100%;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner h2 {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_text_column.wpb_content_element {
    margin-top: 20px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_text_column.wpb_content_element p {
    line-height: 28px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .spark-button {
    margin-top: 25px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner>.wpb_wrapper {
    padding-left: 120px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper {
    width: 80px;
    top: 0;
    left: 35px;
  }

  .spark-icon-with-text-right .icon {
    width: 50px;
    height: 50px;
  }

  /* Home news */
  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner {
    padding: 80px 0;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    display: flex;
    flex-direction: column;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1),
  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(2),
  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(3) {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
  }

  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(3) {
    margin-bottom: 0;
  }

  .news-items .news-item .news-item-title h3,
  .blog-items .blog-item .blog-item-title h3,
  .event-items .event-item .event-item-title h3 {
    margin-bottom: 0;
  }

  .news-items .news-item .news-item-more {
    margin-top: 5px;
  }

  .blog-items .blog-item .blog-item-more,
  .event-items .event-item .event-item-more {
    margin-top: 5px;
  }

  .news-items .news-item+.news-item {
    margin-top: 30px;
  }

  .blog-items .blog-item .blog-item-image,
  .event-items .event-item .event-item-image {
    height: auto;
    margin-bottom: 25px;
  }

  .news-items,
  .event-items,
  .blog-items,
  .vc_row.home-news .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .spark-button {
    margin-top: 20px;
  }

  .event-items .event-item .event-item-date {
    margin-top: 5px;
  }

  .event-items .event-item .event-item-more {
    margin-top: 0;
  }

  /* News and blog */
  .blog-list-content .blog-list-content-item,
  .event-list-content .event-list-content-item,
  .news-list-content .news-list-content-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item,
  .wpb_wrapper .event-list-content .event-list-content-item,
  .wpb_wrapper .news-list-content .news-list-content-item {
    width: 50%;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item:nth-child(2n+1),
  .wpb_wrapper .event-list-content .event-list-content-item:nth-child(2n+1),
  .wpb_wrapper .news-list-content .news-list-content-item:nth-child(2n+1) {
    padding: 0 10px 0 0;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item:nth-child(2n+2),
  .wpb_wrapper .event-list-content .event-list-content-item:nth-child(2n+2),
  .wpb_wrapper .news-list-content .news-list-content-item:nth-child(2n+2) {
    padding: 0 0 0 10px;
  }

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: 200px;
  }

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-text h3,
  .event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-text h3,
  .news-list-content .news-list-content-item .news-list-content-item-inner .news-list-content-item-inner-text h3 {
    max-width: 100%;
  }

  .blog-filter,
  .event-filter {
    flex-direction: column;
  }

  .blog-filter .blog-filter-title,
  .event-filter .event-filter-title {
    width: 100%;
  }

  .blog-filter form,
  .event-filter form {
    width: 100%;
    margin: 20px 0 0 0;
  }

  /* Applications & products */
  .vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element ul li,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 30px;
  }

  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_wrapper.vc_figure {
    padding-right: 40px;
  }

  .vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-top: 0;
  }

  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element ul li {
    margin-bottom: 15px;
  }

  .download-block-filter {
    font-size: 16px;
  }

  .spark-icon-text .text h3,
  .spark-text-with-menu .text h3 {
    font-size: 36px;
    line-height: 32px;
  }

  .spark-icon-text .text p,
  .spark-text-with-menu .text p {
    font-size: 18px;
  }

  .spark-image-with-text.left .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner,
  .spark-image-with-text.right .vc_column_container.vc_col-sm-6:nth-child(1)>.vc_column-inner {
    padding: 45px 30px;
  }

  .spark-image-with-text.icon:after {
    top: -40px;
  }

  .spark-icon-text .icon img {
    height: 50px;
  }

  .spark-icon-text .text {
    width: calc(100% - 60px);
    padding: 0 0 0 25px;
  }

  /* Company banner */
  .company-banner .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row-fluid.company-banner-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .company-banner .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row-fluid.company-banner-inner .wpb_column.vc_col-sm-6 {
    width: 100%;
  }

  .company-banner .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row-fluid.company-banner-inner .wpb_column.vc_col-sm-6:nth-child(1),
  .company-banner .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row-fluid.company-banner-inner .wpb_column.vc_col-sm-6:nth-child(2) {
    padding: 0;
  }

  .company-banner .company-banner-icons {
    margin: 30px 0 0 0;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item,
  .company-spark-team-wrapper.board .company-spark-team-wrapper-item,
  .company-details-others .company-details-others-item {
    width: 50%;
    height: 430px;
  }

  .vc_row.team-content-header .vc_custom_heading {
    font-size: 32px;
    line-height: 28px;
    /*  max-width: 300px; */
  }

  /* Contact */
  .vc_row.contact-us-wrapper .wpb_column.vc_column_container:nth-child(1) {
    padding: 0 25px 0 0;
  }

  .vc_row.contact-us-wrapper .wpb_column.vc_column_container:nth-child(2) {
    padding: 0 0 0 25px;
  }

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper h1.vc_custom_heading {
    font-size: 32px;
    line-height: 40px;
  }

  /* Career */
  .spark-banner.career {
    min-height: 870px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .vc_custom_heading {
    font-size: 42px;
    line-height: 46px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 24px;
  }

  .Job-postings {
    padding: 0 30px;
  }

  .career-offers-items .career-offers-items-item {
    width: 33.33%
  }

  .wpb_wrapper .career-offers-items .career-offers-items-item:nth-child(3n+1) {
    padding-right: 15px;
  }

  .wpb_wrapper .career-offers-items .career-offers-items-item:nth-child(3n+2) {
    padding: 0 7.5px;
  }

  .wpb_wrapper .career-offers-items .career-offers-items-item:nth-child(3n+3) {
    padding: 0 0 0 15px;
  }

  .career-offers-items-item .career-offers-items-item-text h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .Job-postings.decoration:before {
    width: 344.5px;
    height: 147.5px;
    background-size: 344.5px 147.5px;
    right: calc(-340px + 100px);
    top: -90px;
    display: none;
  }

  .spark-career-team .wpb_text_column.wpb_content_element p,
  .spark-career-team .wpb_text_column.wpb_content_element ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .Job-postings .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
    font-size: 20px;
    line-height: 26px;
  }

  .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .vc_custom_heading {
    font-size: 20px;
    line-height: 28px;
  }

  /* Technology */
  .narrow-band-radio li:nth-child(1),
  .impulse-radio li:nth-child(1) {
    padding: 8px 12px;
  }

  .narrow-band-radio li,
  .impulse-radio li {
    font-size: 14px;
    line-height: 20px;
  }

  .traditional-wireless-solutions .vc_custom_heading,
  .ultra-wideband-solution .vc_custom_heading {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }

  .narrow-band-radio,
  .impulse-radio {
    margin-bottom: 25px;
  }

  .vc_row.technology-colored-block .vc_empty_space {
    max-height: 60px;
  }

  .technology-icon-title .technology-icon-title-text {
    margin-left: 30px;
  }

  .technology-icon-title .technology-icon-title-text h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .vc_row.technology-pre-footer .vc_empty_space {
    max-height: 80px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 60px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
    font-size: 24px;
    line-height: 22px;
  }

  /* Job postings * details */
  .job-details-wrapper {
    width: 100%;
    padding: 0 30px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back {
    width: 50px;
  }

  .Job-postings.details,
  .vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner {
    padding: 0 35px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a {
    width: 30px;
    height: 30px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-back a i {
    font-size: 18px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content {
    margin: 30px auto 0 auto;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .job-details-wrapper .job-details-wrapper-container .vc_separator .vc_sep_holder.vc_sep_holder_l {
    margin-top: 30px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-apply {
    margin-bottom: 100px;
  }

  /* News and blog */
  .vc_row.related-section-wrapper {
    padding: 70px 0;
  }

  .vc_row.related-section-wrapper .related-articles-wrapper {
    margin-top: 30px;
  }

  .related-articles-wrapper .related-articles-wrapper-item {
    width: 33.33%;
  }

  .related-articles-wrapper .related-articles-wrapper-item:nth-child(3n+1) {
    padding: 0 20px 0 0;
  }

  .related-articles-wrapper .related-articles-wrapper-item:nth-child(3n+2) {
    padding: 0 10px;
  }

  .related-articles-wrapper .related-articles-wrapper-item:nth-child(3n+3) {
    padding: 0 0 0 20px;
  }

  .related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-text {
    margin-top: 30px;
  }

  .vc_row.blog-details-wrapper .blog-details-header .blog-details-header-category,
  .vc_row.event-details-wrapper .event-details-header .event-details-header-category {
    width: calc(100% - 50px);
  }

  /* Company details */
  .company-details .company-details-content {
    flex-direction: column;
  }

  .company-details-content .company-details-content-text {
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
  }

  .company-details-content-text .name,
  .company-details-content-text .post {
    text-align: center;
  }

  .company-details-content-text .social-media {
    justify-content: center;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text button,
  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text a,
  .company-details-others .company-details-others-item .company-details-others-item-text button,
  .company-details-others .company-details-others-item .company-details-others-item-text a {
    opacity: 1;
    visibility: visible;
  }

  /* Product details */
  .product-details-body:after {
    width: 386px;
    height: 172px;
    background-size: 386px 172px;
  }

  .product-details-body .product-details-body-inner {
    margin: 100px 0;
  }

  .product-description .product-description-right {
    padding-left: 50px;
  }

  .product-features {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .product-advantages {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .product-advantages .product-advantages-items {
    margin-top: 50px;
  }

  .product-advantages-items .item .image {
    width: 220px;
  }

  .product-advantages-items .item .title {
    margin-top: 30px;
  }

  .product-applications {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .product-applications .product-applications-items {
    margin-top: 60px;
    max-height: 920px;
  }

  .product-applications-items .item {
    margin-bottom: 50px;
  }

  .product-applications-items .item .item-wrapper .item-wrapper-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .product-applications-items .item .item-wrapper .item-wrapper-list h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .product-applications-items .item .item-wrapper .item-wrapper-list ul {
    margin: 10px 0 0 0;
  }

  .product-applications-items .item .sub-items {
    margin: 80px 0 0 0;
    padding-left: 120px;
  }

  .product-applications-items .item.has-sub:before {
    top: 125px;
    left: 46px;
  }

  .product-applications-items .item.has-sub:after {
    height: calc(100% - 196px);
    top: 130px;
    left: 50px;
  }

  .product-applications-items .item .sub-items .sub-items-element:before {
    width: 52.5px;
    height: 43px;
    background-size: 52.5px 43px;
    top: -10px;
    left: -70px;
  }

  .product-applications-items .item .sub-items .sub-items-element:after {
    top: 26px;
    left: -25px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list {
    padding: 0 0 0 15px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list ul {
    margin: 8px 0 0 0;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card {
    padding: 30px 0 30px 30px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-header {
    padding-right: 30px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-header h3 {
    font-size: 34px;
    line-height: 38px;
  }

  .product-documentation,
  .product-related,
  .product-additional-resources {
    margin-top: 80px;
  }

  .product-additional-resources-items {
    width: calc(100% + 20px);
    margin: 20px -10px 0 -10px;
  }

  .product-additional-resources-items .item .item-text {
    padding: 20px;
  }

  .product-additional-resources-items .item {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }

  .product-related-items .item {
    padding: 0 10px;
  }

  .product-related-items .item .item-image {
    width: 180px;
    height: 180px;
    padding: 20px;
  }

  /* Footer */
  footer .spark_footer_container {
    flex-direction: column;
  }

  .spark_footer_container_logo {
    order: 1;
  }

  .spark_footer_container_newsletter {
    order: 2;
    margin: 30px 0 0 0;
  }

  footer .spark_footer_container .spark_footer_container_menu {
    align-items: center;
    order: 3;
    margin: 25px 0 0 0;
  }

  footer .spark_footer_container .spark_footer_container_logo .wp-block-image {
    width: 130px;
  }
}

/* 768px */
@media screen and (max-width: 768px) {

  .vc_column_container.vc_col-sm-6:nth-child(1),
  .vc_column_container.vc_col-sm-6:nth-child(2),
  .vc_column_container.vc_col-sm-4:nth-child(1),
  .vc_column_container.vc_col-sm-4:nth-child(2),
  .vc_column_container.vc_col-sm-4:nth-child(3) {
    padding: 0;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1),
  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) {
    padding: 0;
  }

  .vc_empty_space {
    max-height: 60px;
  }

  .spark-italic-title {
    font-size: 24px;
    line-height: 22px;
  }

  ul li {
    margin-bottom: 20px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .spark-content {
    padding: 17px 0 0 0;
  }

  .spark-banner-top .spark-banner-top-content {
    padding: 0 40px 0 0;
  }

  .spark-banner-top .spark-banner-top-content p a {
    padding: 6px 10px;
    font-size: 13px;
  }

  .spark-banner-top+.spark_header {
    top: 74px;
  }

  /* Menu */
  .spark_header .spark_header-menu-link {
    padding-left: 25px;
  }

  .spark_header-menu .navbar-collapse div>.menu li a {
    padding: 6px 25px;
  }

  .spark_header .navbar-toggler {
    margin-right: 25px;
  }

  .spark_header .navbar.spark_header-menu {
    padding: 0;
  }

  /* Spark banner */
  .spark-blog-banner,
  .spark-event-banner {
    height: auto;
  }

  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul,
  .spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul,
  .spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul,
  .company-banner .spark-breadcrumb ul,
  .spark-banner.career .spark-breadcrumb ul,
  .spark-breacrumb {
    flex-wrap: wrap;
  }

  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li,
  .company-banner .spark-breadcrumb ul li,
  .spark-banner.career .spark-breadcrumb ul li,
  .spark-breacrumb li {
    font-size: 15px;
    line-height: 22px;
  }

  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li.separator,
  .spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li.separator,
  .spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li.separator,
  .company-banner .spark-breadcrumb ul li.separator,
  .spark-banner.career .spark-breadcrumb ul li.separator,
  .spark-breacrumb li.separator {
    margin: 0 8px;
  }

  .spark-banner .spark-banner-title .vc_custom_heading {
    font-size: 42px;
    line-height: 42px;
  }

  .spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
    width: calc(100% - 60px);
    padding: 60px 0;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid:nth-child(1) {
    margin-top: 0;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_raw_code.wpb_content_element p,
  .vc_row.company-banner-description .wpb_raw_code.wpb_content_element p {
    font-size: 18px;
    line-height: 30px;
  }

  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.sub-title,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.sub-title {
    margin-top: 40px;
  }

  .spark-blog-banner .spark-blog-banner-title .vc_custom_heading.title,
  .spark-event-banner .spark-event-banner-title .vc_custom_heading.title {
    font-size: 32px;
    line-height: 38px;
  }

  .spark-blog-banner .spark-blog-banner-title .vc_btn3-container.spark-button,
  .spark-event-banner .spark-event-banner-title .vc_btn3-container.spark-button {
    margin-top: 30px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description:before,
  .vc_row.company-banner-description:before {
    top: -90px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description,
  .vc_row.company-banner-description {
    width: 100% !important;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column-reverse;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description .wpb_column.vc_col-sm-8,
  .vc_row.company-banner-description .wpb_column.vc_col-sm-8 {
    margin: 20px 0 0 0;
  }

  .spark-text-with-menu {
    margin-top: 50px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(1) .vc_custom_heading {
    font-size: 26px;
    line-height: 30px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper,
  .vc_row.company-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    height: 100px;
  }

  /* Home carousel */
  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner h2 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_text_column.wpb_content_element p {
    font-size: 18px;
  }

  /* Home discover */
  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    max-width: calc(100% - 50px);
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner,
  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text {
    width: 100%;
    margin-bottom: 35px;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text:nth-child(2n + 1),
  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text:nth-child(2n) {
    padding: 0;
  }

  .spark-revolution .wpb_column.vc_col-sm-6:nth-child(2) .spark-icon-with-text .text {
    margin-top: 25px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner>.wpb_wrapper {
    padding-left: 90px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper {
    width: 60px;
    top: 0;
    left: 25px;
  }

  .vc_row.spark-carousel #sparkCarousel .carousel-inner .carousel-item .carousel-text,
  .vc_row.spark-carousel #sparkCarousel .carousel-indicators {
    max-width: calc(100% - 50px);
  }

  /* News and blog */
  .blog-list-content,
  .event-list-content,
  .news-list-content {
    flex-direction: column;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item,
  .wpb_wrapper .event-list-content .event-list-content-item,
  .wpb_wrapper .news-list-content .news-list-content-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .wpb_wrapper .blog-list-content .blog-list-content-item:nth-child(2n+1),
  .wpb_wrapper .event-list-content .event-list-content-item:nth-child(2n+1),
  .wpb_wrapper .news-list-content .news-list-content-item:nth-child(2n+1),
  .wpb_wrapper .blog-list-content .blog-list-content-item:nth-child(2n+2),
  .wpb_wrapper .event-list-content .event-list-content-item:nth-child(2n+2),
  .wpb_wrapper .news-list-content .news-list-content-item:nth-child(2n+2) {
    padding: 0;
  }

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner a .blog-list-content-item-inner-image,
  .event-list-content .event-list-content-item .event-list-content-item-inner a .event-list-content-item-inner-image {
    height: auto;
  }

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-text,
  .event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-text {
    margin-top: 25px;
  }

  .blog-filter form .blog-filter-form,
  .event-filter form .event-filter-form {
    flex-direction: column;
  }

  .blog-filter form .blog-filter-form .blog-filter-form-item.categories,
  .event-filter form .event-filter-form .event-filter-form-item.categories {
    width: 100%;
    margin: 0;
  }

  .blog-filter form .blog-filter-form .blog-filter-form-item.month,
  .blog-filter form .blog-filter-form .blog-filter-form-item.year,
  .event-filter form .event-filter-form .event-filter-form-item.month,
  .event-filter form .event-filter-form .event-filter-form-item.year {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .blog-filter form .blog-filter-form .blog-filter-form-item.keywords,
  .event-filter form .event-filter-form .event-filter-form-item.keywords {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .blog-filter form .blog-filter-form .blog-filter-form-item .blog-filter-form-item-select-inner,
  .event-filter form .event-filter-form .event-filter-form-item .event-filter-form-item-select-inner {
    width: 100%;
  }

  .blog-filter form .blog-filter-form .blog-filter-form-item select,
  .event-filter form .event-filter-form .event-filter-form-item select {
    width: 100%;
  }

  /* Applications & products */
  .vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element ul li,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 24px;
  }

  .vc_custom_heading.spark-product-title {
    font-size: 42px;
    line-height: 40px;
  }

  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_wrapper.vc_figure {
    padding-right: 0;
  }

  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    max-width: 100%;
  }

  .vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-top: 0;
  }

  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element ul li {
    margin-bottom: 10px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description .wpb_column.vc_col-sm-8,
  .vc_row.company-banner-description .wpb_column.vc_col-sm-8 {
    width: 100%;
  }

  .spark-image-with-text.icon:after {
    top: -41px;
  }

  .spark-icon-text .text h3,
  .spark-text-with-menu .text h3 {
    font-size: 32px;
    line-height: 28px;
  }

  .spark-text-with-menu .text p {
    font-size: 18px;
  }

  .vc_row.spark-image-with-text {
    flex-direction: column;
  }

  .vc_row.spark-image-with-text.right {
    flex-direction: column-reverse;
  }

  .spark-text-with-menu .menu ul {
    flex-wrap: wrap;
  }

  /* Company */
  .company-banner .wpb_column.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row-fluid.company-banner-inner {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .company-banner .vc_custom_heading.company-banner-title {
    font-size: 28px;
    line-height: 34px;
  }

  .company-banner .vc_row.company-banner-description {
    max-width: 100% !important;
    left: 0;
  }

  .vc_row.team-content-header .wpb_column.vc_col-sm-12 .wpb_wrapper>.vc_row.vc_row-fluid {
    flex-direction: column;
  }

  .vc_row.team-content-header .wpb_column.vc_col-sm-12 .wpb_wrapper>.vc_row.vc_row-fluid .vc_column_container .vc_col-sm-3\/5 {
    margin-top: 25px;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item,
  .company-spark-team-wrapper.board .company-spark-team-wrapper-item,
  .company-details-others .company-details-others-item {
    width: 100%;
    height: auto;
  }

  .company-banner-icons .company-banner-icons-item {
    padding: 0 20px 0 0;
  }

  .vc_row.team-content-header .vc_custom_heading {
    font-size: 24px;
    line-height: 22px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .vc_row.vc_row-fluid .wpb_column.vc_column_container .wpb_gallery.wpb_content_element .wpb_image_grid_ul li {
    width: 150px;
    height: 80px;
  }

  /* .vc_row.team-content-header .vc_custom_heading.board {
    max-width: 270px;
  } */

  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text .company-spark-team-wrapper-item-text-name {
    font-size: 26px;
    line-height: 26px;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text .company-spark-team-wrapper-item-text-post {
    font-size: 20px;
    line-height: 26px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .vc_custom_heading {
    padding: 0 30px;
    margin: 30px 0;
    font-size: 24px;
    line-height: 22px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .wpb_gallery.wpb_content_element {
    padding: 20px 30px;
  }

  .company-banner-icons .company-banner-icons-item .company-banner-icons-item-icon {
    width: 60px;
    height: 60px;
  }

  .company-banner-icons .company-banner-icons-item .company-banner-icons-item-text h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .company-banner .company-banner-icons {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 25px;
  }

  .company-banner-icons .company-banner-icons-item {
    width: calc(50% - 10px);
    padding: 0;
  }

  /* Company details */
  .company-details-content .company-details-content-image {
    width: 350px;
    height: 350px;
  }

  .company-details-arrow.left {
    left: -20px;
  }

  .company-details-arrow.right {
    right: -20px;
  }

  .company-details-content-text .name,
  .company-details-content-text .post {
    font-size: 32px;
    line-height: 36px;
  }

  .company-details-content-text .description {
    margin-top: 25px;
  }

  .company-details-content-text .social-media {
    margin-top: 40px;
  }

  .company-details-content-text .social-media li a {
    width: 40px;
    height: 40px;
  }

  .company-details-content-text .social-media li a i {
    font-size: 16px;
  }

  /* Contact */
  .vc_row.contact-us-wrapper {
    flex-direction: column;
  }

  .vc_row.contact-us-wrapper .wpb_column.vc_column_container:nth-child(1),
  .vc_row.contact-us-wrapper .wpb_column.vc_column_container:nth-child(2) {
    padding: 0;
  }

  .vc_row.contact-us-wrapper .wpb_column.vc_column_container:nth-child(1) .vc_btn3-container.vc_btn3-inline {
    margin: 0 0 20px 0;
  }

  .vc_row.contact-us-wrapper .wpb_column.vc_column_container:nth-child(2) {
    margin: 50px 0 0 0;
    border-left: none;
  }

  .vc_row.contact-us-wrapper .vc_empty_space {
    max-height: 50px;
  }

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_empty_space {
    max-height: 20px !important;
  }

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span:before {
    top: 2px;
  }

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]+span:after {
    top: 3px;
  }

  /* Career */
  .spark-banner.career {
    min-height: 620px;
  }

  .career-colored-background {
    margin-bottom: -80px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .vc_custom_heading {
    font-size: 34px;
    line-height: 40px;
    margin-top: 25px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_text_column.wpb_content_element {
    margin-top: 18px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 24px;
  }

  .career-colored-background>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row {
    flex-direction: column;
  }

  .career-colored-background>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row .wpb_column.vc_col-sm-9 {
    padding-left: 0;
  }

  .career-colored-background .wpb_raw_code.wpb_raw_html .wpb_wrapper p {
    font-size: 18px;
    line-height: 24px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .vc_btn3-container {
    margin-top: 30px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    margin-top: 40;
    height: 100px;
  }

  .career-offers-items .career-offers-items-item {
    width: 50%;
  }

  .wpb_wrapper .career-offers-items .career-offers-items-item:nth-child(2n+1) {
    padding: 0 15px 0 0;
  }

  .wpb_wrapper .career-offers-items .career-offers-items-item:nth-child(2n) {
    padding: 0 0 0 15px;
  }

  .Job-postings {
    padding: 0 20px;
  }

  .Job-postings.decoration {
    margin-top: 40px;
  }

  .spark-career-team .wpb_column.vc_col-sm-6:nth-child(1) .wpb_text_column.wpb_content_element p {
    max-width: 100%;
  }

  .custom-jobings-list .custom-jobings-list-item ul {
    padding: 20px 42px 20px 0;
  }

  .custom-jobings-list .custom-jobings-list-item ul li:nth-child(1) {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-jobings-list .custom-jobings-list-item ul li:nth-child(2) {
    width: 36px;
    height: 36px;
  }

  .custom-jobings-list .custom-jobings-list-item ul li:nth-child(2) a i {
    font-size: 18px;
  }

  .spark-content .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    flex-direction: column;
  }

  .spark-content .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 {
    margin: 30px 0;
  }

  .spark-content .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .vc_btn3-container.spark-button {
    text-align: center;
    margin-bottom: 0;
  }

  .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8>.vc_column-inner>.wpb_wrapper {
    flex-direction: column;
  }

  .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 65px;
  }

  .spark-career-contact .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-8 .vc_custom_heading {
    margin: 20px 0 0 0;
    text-align: center !important;
  }

  /* Technology */
  .vc_row.technology-1-2>.wpb_column.vc_col-sm-8 {
    margin-top: 30px;
  }

  .traditional-wireless-solutions>.vc_column-inner,
  .ultra-wideband-solution>.vc_column-inner {
    max-width: 100%;
  }

  .ultra-wideband-solution {
    margin-top: 40px;
  }

  .traditional-wireless-solutions .vc_empty_space,
  .ultra-wideband-solution .vc_empty_space {
    max-height: 10px;
  }

  .vc_row.technology-colored-block .vc_empty_space {
    max-height: 0;
  }

  .spark-content .technology-colored-block.left .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    flex-direction: column;
  }

  .spark-content .technology-colored-block.right .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    flex-direction: column-reverse;
  }

  .technology-colored-block.left .wpb_column.vc_col-sm-6:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    padding-right: 0;
  }

  .technology-colored-block.right .wpb_column.vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
    padding-left: 0;
  }

  .technology-colored-block .wpb_text_column.wpb_content_element .wpb_wrapper {
    max-width: 100%;
  }

  .spark-content .technology-colored-block.left .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner,
  .spark-content .technology-colored-block.right .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding: 40px 30px;
  }

  .technology-colored-block .vc_custom_heading {
    max-width: 100%;
  }

  .technology-colored-block .wpb_text_column.wpb_content_element {
    margin-top: 25px;
  }

  .technology-colored-block.left:before {
    left: 0;
  }

  .technology-colored-block.right:before {
    right: 0;
  }

  .vc_row.spectrum-block .vc_row.vc_row-fluid .wpb_column.vc_col-sm-6+.vc_col-sm-6 {
    margin-top: 30px;
  }

  .spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .technology-icon-title .technology-icon-title-image {
    width: 45px;
  }

  .technology-icon-title .technology-icon-title-text {
    margin-left: 25px;
  }

  .technology-icon-title .technology-icon-title-text h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .table-title h4 {
    margin-bottom: 20px;
  }

  .radio-power.vc_col-sm-6 {
    margin-top: 30px;
  }

  .radio-power.vc_col-sm-6 .vc_empty_space {
    max-height: 40px;
  }

  .radio-power .vc_column-inner table thead tr th,
  .radio-power .vc_column-inner table tbody tr td,
  .radio-power .wpb_text_column.wpb_content_element p {
    font-size: 18px;
    line-height: 30px;
    padding: 8px 0;
  }

  .radio-power .wpb_text_column.wpb_content_element p {
    padding: 0;
  }

  .reflections-block {
    flex-direction: column;
  }

  .reflections-block .technology-moving-item+.technology-moving-item {
    margin-top: 40px;
  }

  .technology-moving-item>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .technology-moving-item>.vc_column-inner>.wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    max-width: 400px;
  }

  .technology-moving-item>.vc_column-inner>.wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    padding: 0;
  }

  .traditional-wireless-solutions .wpb_single_image .vc_single_image-wrapper,
  .ultra-wideband-solution .wpb_single_image .vc_single_image-wrapper {
    max-width: 320px;
  }

  .technology-colored-gray-text p {
    font-size: 18px;
    line-height: 30px;
  }

  .technology-moving-item>.vc_column-inner>.wpb_wrapper {
    align-items: flex-start;
  }

  .technology-colored-gray-text {
    padding: 30px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid {
    flex-direction: column;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4+.vc_col-sm-4 {
    margin-top: 25px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4>.vc_column-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .vc_row.technology-pre-footer .vc_empty_space {
    max-height: 50px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 40px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4:nth-child(1)>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
    font-size: 20px;
    line-height: 18px;
  }

  .technology-pre-footer .vc_row.vc_row-fluid .wpb_column.vc_col-sm-4 .wpb_text_column.wpb_content_element p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .technology-icon-title {
    margin-bottom: 30px;
  }

  .vc_row.spectrum-block .spark-italic-title+.vc_empty_space {
    max-height: 20px;
  }

  .spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element h4 {
    font-size: 20px;
    line-height: 26px;
  }

  /* Sales */
  .vc_row.sales-block {
    margin-top: 64px;
  }

  .spark-breacrumb {
    flex-wrap: wrap;
  }

  .spark-breacrumb li,
  .spark-breacrumb li a {
    font-size: 15px;
    line-height: 20px;
  }

  .spark-sales-continent {
    font-size: 22px;
    line-height: 26px;
  }

  .spark-sales-block .wpb_single_image+.wpb_single_image {
    margin-left: 0;
    margin-top: 0;
    display: block;
  }

  .spark-sales-block .wpb_single_image {
    margin: 30px 0;
  }

  .spark-sales-block .wpb_single_image .vc_single_image-wrapper img {
    max-height: 50px;
  }

  /* Job postings details */
  .job-details-wrapper {
    margin-top: 50px;
  }

  .Job-postings.details,
  .vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner {
    padding: 0 25px;
  }

  .job-details-wrapper .job-details-wrapper-header .job-details-wrapper-header-category p {
    font-size: 16px;
    line-height: 20px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title {
    flex-direction: column;
    margin-top: 20px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title h1 {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share p {
    margin-right: 10px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-title-share ul li {
    margin-right: 5px;
  }

  .job-details-wrapper .job-details-wrapper-container .vc_separator .vc_sep_holder.vc_sep_holder_l {
    margin-top: 20px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content {
    margin-top: 25px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-apply {
    margin-bottom: 50px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul {
    margin-bottom: 20px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content p,
  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul li,
  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content p,
  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content li,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-content p,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-content li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul li {
    padding-left: 12px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content ul li:before {
    top: 8px;
  }

  .Job-postings.details .spark-italic-title+.vc_empty_space {
    max-height: 30px;
  }

  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h1,
  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h2,
  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h3,
  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h4,
  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h5,
  .job-details-wrapper .job-details-wrapper-container .job-details-wrapper-container-content h6 {
    margin-bottom: 20px;
  }

  /* News and blog */
  .vc_row.related-section-wrapper {
    padding: 50px 0;
  }

  .vc_row.related-section-wrapper .related-articles-wrapper {
    flex-direction: column;
    margin-top: 30px;
  }

  .wpb_wrapper .related-articles-wrapper .related-articles-wrapper-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .wpb_wrapper .related-articles-wrapper .related-articles-wrapper-item:last-child {
    margin-bottom: 0;
  }

  .related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-image {
    height: auto;
  }

  .related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-text {
    margin-top: 25px;
  }

  .related-articles-wrapper .related-articles-wrapper-item-inner .related-articles-wrapper-item-inner-text h3 {
    max-width: 100%;
  }

  .vc_row.blog-details-wrapper,
  .vc_row.event-details-wrapper {
    margin-top: 40px;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-title h1,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-image,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-image {
    margin-top: 30px;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-content,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-content {
    margin-top: 30px;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-others {
    flex-direction: column;
  }

  .vc_row.blog-details-wrapper .blog-details-container .blog-details-container-others .blog-details-container-others-date,
  .vc_row.event-details-wrapper .event-details-container .event-details-container-others .event-details-container-others-date {
    margin-right: 0;
  }

  .vc_row.blog-details-wrapper .blog-details-header .blog-details-header-category p,
  .vc_row.event-details-wrapper .event-details-header .event-details-header-category p {
    font-size: 16px;
    line-height: 20px;
  }

  /* Not found */
  .spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }

  .spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(1) {
    margin-top: 40px;
  }

  .spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_col-sm-6:nth-child(1)>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .vc_custom_heading {
    text-align: center !important;
    font-size: 32px;
    line-height: 40px;
  }

  .spark-content .vc_row.page-not-found-wrapper .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_text_column.wpb_content_element p {
    text-align: center;
  }

  /* Product details */
  .products-details-banner .products-details-banner-inner {
    padding: 200px 0 150px 0;
  }

  .products-details-banner .products-details-banner-inner h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .product-details-body:after {
    display: none;
  }

  .product-details-body .product-details-body-inner {
    margin: 60px 0;
  }

  .product-details-body-inner .product-description {
    flex-direction: column-reverse;
  }

  .product-description .product-description-left {
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
  }

  .product-description .product-description-left h2,
  .product-advantages h2,
  .product-applications h2,
  .product-documentation h2,
  .product-related h2,
  .product-additional-resources h2,
  .product-references h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }

  .product-description .product-description-left p {
    font-size: 18px;
    line-height: 26px;
    margin: 25px 0 0 0;
  }

  .product-description .product-description-right {
    width: 100%;
    padding-left: 0;
  }

  .product-features {
    margin-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .product-features h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .product-features .product-features-left {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .product-features-left .item,
  .product-features-right .item {
    margin: 20px 0 0 0;
  }

  .product-features .product-features-right {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
  }

  .product-advantages {
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .product-advantages .product-advantages-items {
    margin-top: 30px;
    flex-direction: column;
  }

  .product-advantages .product-advantages-items .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .product-advantages .product-advantages-items .item:last-of-type {
    margin: 0;
  }

  .product-advantages-items .item .image {
    width: 300px;
    margin: 0 auto;
  }

  .product-advantages-items .item .title {
    margin-top: 30px;
  }

  .product-applications {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .product-applications .product-applications-items {
    margin-top: 40px;
    max-height: none;
  }

  .product-applications-items .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .product-applications-items .item .item-wrapper .item-wrapper-image {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .product-applications-items .item .item-wrapper .item-wrapper-list h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .product-applications-items .item .item-wrapper .item-wrapper-list ul {
    margin: 10px 0 0 0;
  }

  .product-applications-items .item .sub-items {
    margin: 80px 0 0 0;
    padding-left: 120px;
  }

  .product-applications-items .item.has-sub:before {
    top: 170px;
    left: 46px;
  }

  .product-applications-items .item.has-sub:after {
    height: calc(100% - 240px);
    top: 175px;
    left: 50px;
  }

  .product-applications-items .item .sub-items .sub-items-element:before {
    width: 52.5px;
    height: 43px;
    background-size: 52.5px 43px;
    top: -10px;
    left: -70px;
  }

  .product-applications-items .item .sub-items .sub-items-element:after {
    top: 26px;
    left: -25px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list {
    padding: 0 0 0 15px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list ul {
    margin: 8px 0 0 0;
  }

  .product-applications-items .item .sub-items .sub-items-element .item-list ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .product-references {
    margin: 30px 0 0 0;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card {
    padding: 25px 0 25px 20px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-header {
    padding-right: 20px;
  }

  .product-references .accordion .accordion-item .accordion-item-header h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .product-references .accordion .accordion-item .accordion-item-header:before {
    width: 34px;
    height: 34px;
  }

  .product-references .accordion .accordion-item .accordion-item-header:after {
    font-size: 14px;
    right: 11px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-header h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body {
    margin: 20px 0 0 0;
    flex-direction: column-reverse;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description p {
    font-size: 18px;
    line-height: 28px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-description h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0 0;
  }

  .product-references .accordion .accordion-item .accordion-item-body .card .card-body .card-body-image img {
    max-width: 400px;
  }

  .product-documentation,
  .product-related,
  .product-additional-resources {
    margin-top: 40px;
  }

  .product-related,
  .product-documentation {
    padding-bottom: 40px;
  }

  .product-documentation-items .item {
    margin: 30px 0 0 0;
  }

  .product-documentation-items .item.half {
    width: 100%;
  }

  .product-documentation-items .item .item-list ul li {
    width: 100%;
  }

  .product-documentation-items .item .item-list ul {
    margin: 20px 0 0 0;
  }

  .product-documentation-items .item .item-list ul li a {
    font-size: 18px;
    line-height: 30px;
  }

  .product-related-items {
    flex-direction: column;
  }

  .product-related-items .item:nth-child(3n+1),
  .product-related-items .item:nth-child(3n+2),
  .product-related-items .item:nth-child(3n+3) {
    align-items: center;
  }

  .product-related-items .item .item-image {
    width: 300px;
    height: 300px;
    padding: 30px;
  }

  .product-related-buy {
    margin: 40px 0 0 0;
  }

  .product-additional-resources-items {
    width: 100%;
    margin: 30px 0 0 0;
    flex-direction: column;
    padding: 0;
  }

  .product-additional-resources-items .item .item-text {
    padding: 20px;
  }

  .product-additional-resources-items .item .item-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .product-additional-resources-items .item .item-text h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .product-additional-resources-items .item,
  .product-related-items .item {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }

  .product-related-items .item:last-of-type,
  .product-additional-resources-items .item:last-of-type {
    margin: 0;
  }

  .product-additional-resources-items .item .item-image {
    height: auto;
  }

  .product-additional-resources-items .item .item-image img {
    max-height: 400px;
  }

  /* Quick table section */
  .quick-selector-guide {
    margin: 40px 0 0 0;
  }

  .quick-selector-guide h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .quick-selector-guide table {
    margin: 15px 0 0 0;
  }

  .quick-selector-guide table thead tr th {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
  }

  table tbody tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }

  /* Newsletter */
  .spark-newsletter:before {
    width: 400px;
    height: 400px;
    background-size: 400px 400px;
    left: -150px;
  }

  .spark-newsletter .spark-newsletter-inner .form-wrapper h3 {
    font-size: 34px;
    line-height: 34px;
  }

  .spark-newsletter {
    padding: 150px 25px;
  }

  .spark-newsletter .spark-newsletter-inner .form-wrapper {
    max-width: 100%;
  }

  /* Footer */
  footer .spark_footer_container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .spark_footer_container_newsletter .newsletter-wrapper {
    flex-direction: column;
  }

  .spark_footer_container_newsletter .newsletter-wrapper ul li:last-child {
    margin-right: 0;
  }

  .spark_footer_container_newsletter form {
    margin-top: 20px;
  }

  footer .spark_footer_container .spark_footer_container_menu .menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
  }

  .spark_footer_container_newsletter form .form-group input {
    padding: 10px 15px;
  }

  .spark_footer_container_newsletter form .form-group button {
    width: 41px;
    height: 41px;
  }

  footer .spark_footer_container .spark_footer_container_menu>p {
    text-align: center;
  }
}

/* 480px */
@media screen and (max-width: 480px) {

  .vc_empty_space {
    max-height: 45px;
  }

  .spark-italic-title,
  .vc_row.company-investors-partners .wpb_wrapper .vc_custom_heading {
    font-size: 22px;
    line-height: 20px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .vc_custom_heading {
    padding: 0 20px;
  }

  /* Menu */

  .spark_header .spark_header-menu-link {
    padding-left: 20px;
  }

  .spark_header .navbar-toggler {
    margin-right: 20px;
  }

  /* Spark banner */

  .spark-blog-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-event-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid,
  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row.vc_row-fluid {
    width: calc(100% - 40px);
  }

  .spark-banner .spark-banner-title .vc_custom_heading {
    font-size: 32px;
    line-height: 32px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper,
  .vc_row.company-banner-description .wpb_wrapper.vc_figure .vc_single_image-wrapper {
    height: 80px;
  }

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .vc_row.spark-banner-description,
  .vc_row.company-banner-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Home carousel */

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner h2 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_text_column.wpb_content_element p {
    font-size: 18px;
  }

  /* Home discover */

  .spark-content .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid {
    max-width: calc(100% - 40px);
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner,
  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_single_image .wpb_wrapper {
    width: 50px;
    top: 0;
    left: 20px;
  }

  .spark-discover .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner>.wpb_wrapper {
    padding-left: 80px;
  }

  /* News and blog */

  .wpb_wrapper .blog-list-content .blog-list-content-item,
  .wpb_wrapper .event-list-content .event-list-content-item,
  .wpb_wrapper .news-list-content .news-list-content-item {
    margin-bottom: 25px;
  }

  .blog-list-content .blog-list-content-item .blog-list-content-item-inner .blog-list-content-item-inner-text,
  .event-list-content .event-list-content-item .event-list-content-item-inner .event-list-content-item-inner-text {
    margin-top: 25px;
  }

  /* Applications & products */

  .spark-banner>.vc_column-inner>.wpb_wrapper .nk-awb .spark-banner-description .wpb_raw_code.wpb_content_element p,
  .vc_row.company-banner-description .wpb_raw_code.wpb_content_element p {
    font-size: 16px;
    line-height: 24px;
  }

  .vc_row.spark-image-with-text .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element ul li,
  .vc_row.spark-product-wrapper .vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element p {
    font-size: 16px;
    line-height: 22px;
  }

  .vc_custom_heading.spark-product-title {
    font-size: 36px;
    line-height: 34px;
  }

  .spark-icon-text .text h3,
  .spark-text-with-menu .text h3 {
    font-size: 26px;
    line-height: 24px;
  }

  .spark-icon-text .icon img {
    height: 40px;
  }

  .spark-icon-text .text {
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
  }

  .file-download-modal .modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
  }

  .file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form p {
    margin-bottom: 0;
  }

  .file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label {
    font-size: 16px;
  }

  .file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form label span textarea {
    max-height: 200px;
  }

  .file-download-modal .modal .modal-dialog .modal-content .modal-body .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    padding: 8px 22px;
    font-size: 16px;
  }

  .spark-text-with-menu .text p {
    font-size: 16px;
    line-height: 22px;
  }

  .download-block,
  .file-download-modal {
    margin-top: 25px;
  }

  /* Company */

  .company-details-arrow.left {
    left: -15px;
  }

  .company-details-arrow.right {
    right: -15px;
  }

  .company-banner-icons .company-banner-icons-item .company-banner-icons-item-text,
  .company-details-others .company-details-others-item .company-details-others-item-text {
    margin: 20px 0 0 0;
  }

  .company-banner-icons .company-banner-icons-item .company-banner-icons-item-text h4,
  .company-details-others .company-details-others-item .company-details-others-item-text h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text .company-spark-team-wrapper-item-text-name,
  .company-details-others .company-details-others-item .company-details-others-item-text .company-details-others-item-text-name {
    font-size: 20px;
    line-height: 20px;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text .company-spark-team-wrapper-item-text-post,
  .company-details-others .company-details-others-item .company-details-others-item-text .company-details-others-item-text-post {
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
  }

  .vc_row.company-investors-partners .wpb_wrapper .wpb_gallery.wpb_content_element {
    padding: 0 20px;
  }

  .vc_row.team-content-header .wpb_text_column.wpb_content_element p {
    font-size: 16px;
    line-height: 24px;
  }

  /* Company details */

  .company-details-arrow a i {
    font-size: 32px;
  }

  .company-details .company-details-content {
    padding: 0 25px;
  }

  .company-details-content .company-details-content-image {
    width: 300px;
    height: 300px;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text button,
  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text a,
  .company-details-others .company-details-others-item .company-details-others-item-text button,
  .company-details-others .company-details-others-item .company-details-others-item-text a {
    width: 32px;
    height: 32px;
  }

  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text button i,
  .company-spark-team-wrapper .company-spark-team-wrapper-item .company-spark-team-wrapper-item-text a i,
  .company-details-others .company-details-others-item .company-details-others-item-text button i,
  .company-details-others .company-details-others-item .company-details-others-item-text a i {
    font-size: 16px;
  }

  /* Career */

  .career-colored-background {
    margin-bottom: -100px;
  }

  .spark-banner .spark-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
  .spark-blog-banner .spark-blog-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
  .spark-event-banner .spark-event-banner-title .wpb_raw_code.wpb_raw_html .spark-breadcrumb ul li a,
  .company-banner .spark-breadcrumb ul li a,
  .spark-banner.career .spark-breadcrumb ul li a {
    font-size: 16px;
    line-height: 22px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .vc_custom_heading {
    font-size: 28px;
    line-height: 34px;
    margin-top: 25px;
  }

  .spark-banner.career>.vc_column-inner>.wpb_wrapper .nk-awb>.vc_row .wpb_text_column.wpb_content_element p {
    font-size: 16px;
    line-height: 22px;
  }

  .career-colored-background>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.vc_row {
    padding: 30px 35px;
  }

  .career-colored-background .wpb_raw_code.wpb_raw_html .wpb_wrapper p {
    font-size: 16px;
    line-height: 22px;
  }

  .career-offers-items-item .career-offers-items-item-image img {
    width: 65px;
  }

  .career-offers-items-item .career-offers-items-item-text {
    margin-top: 35px;
  }

  .career-offers-items-item .career-offers-items-item-text h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .spark-career-team .wpb_text_column.wpb_content_element p,
  .spark-career-team .wpb_text_column.wpb_content_element ul li {
    font-size: 16px;
    line-height: 22px;
  }

  /* Contact */

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(2) .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span {
    font-size: 16px;
    line-height: 22px;
  }

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>p {
    font-size: 16px;
    line-height: 22px;
  }

  .vc_row.contact-us-wrapper>.wpb_column.vc_column_container:nth-child(1)>.vc_column-inner>.wpb_wrapper h1.vc_custom_heading {
    font-size: 26px;
    line-height: 32px;
  }

  /* Technology */

  .traditional-wireless-solutions .vc_custom_heading,
  .ultra-wideband-solution .vc_custom_heading {
    font-size: 20px;
    line-height: 26px;
  }

  .table-title h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .radio-power .vc_column-inner table thead tr th,
  .radio-power .vc_column-inner table tbody tr td,
  .radio-power .wpb_text_column.wpb_content_element p {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 0;
  }

  .radio-power .wpb_text_column.wpb_content_element p {
    padding: 0;
  }

  .technology-moving-item>.vc_column-inner>.wpb_wrapper .vc_custom_heading {
    font-size: 16px;
    line-height: 24px;
  }

  .technology-colored-gray-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .technology-icon-title .technology-icon-title-image {
    width: 40px;
  }

  .technology-icon-title .technology-icon-title-text {
    margin-left: 18px;
  }

  .technology-icon-title .technology-icon-title-text h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .spectrum-block .wpb_column.vc_col-sm-6 .wpb_text_column.wpb_content_element ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .technology-icon-title {
    margin-bottom: 25px;
  }

  .spark-content .technology-colored-block.left .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(2) .vc_column-inner,
  .spark-content .technology-colored-block.right .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper>.vc_row.vc_row-fluid .wpb_column.vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding: 30px 20px;
  }

  .technology-colored-gray-text {
    padding: 20px;
  }

  /* Job postings details */

  .job-details-wrapper {
    padding: 0 20px;
  }

  .Job-postings.details,
  .vc_row.related-section-wrapper .wpb_column.vc_col-sm-12>.vc_column-inner {
    padding: 0 20px;
  }

  /* News and Blog */

  .vc_row.blog-details-wrapper,
  .vc_row.event-details-wrapper {
    margin-top: 60px;
  }

  /* Footer */

  footer .spark_footer_container .spark_footer_container_logo .wp-block-image {
    width: 100px;
  }

  .spark_footer_container_newsletter {
    margin-top: 20px;
  }

  .spark_footer_container_newsletter .newsletter-wrapper {
    flex-direction: column;
  }

  .spark_footer_container_newsletter form {
    flex-wrap: wrap;
  }

  .spark_footer_container_newsletter form .form-group:nth-child(1),
  .spark_footer_container_newsletter form .form-group:nth-child(2) {
    width: 100%;
    margin: 0;
  }

  .spark_footer_container_newsletter form .form-group:nth-child(1) {
    margin-bottom: 10px;
  }

  .spark_footer_container_newsletter form .form-group:nth-child(2) {
    width: calc(100% - 51px);
    margin-right: 10px;
  }

  /* Product details */
  .page-template-single-product .spark-content .products-details-banner,
  .product-details-body {
    padding: 0 20px;
  }

  .product-applications-items .item .item-wrapper .item-wrapper-image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }

  .product-applications-items .item .sub-items {
    margin: 50px 0 0 0;
    padding: 0 0 0 60px;
  }

  .product-applications-items .item.has-sub:after {
    height: calc(100% - 205px);
    top: 140px;
    left: 0;
  }

  .product-applications-items .item.has-sub:before {
    top: 134px;
    left: -4px;
  }

  .product-applications-items .item .sub-items .sub-items-element:before {
    width: 47.5px;
    height: 38px;
    background-size: 47.5px 38px;
    top: -6px;
    left: -60px;
  }

  .product-applications-items .item .sub-items .sub-items-element:after {
    top: 26px;
    left: -18px;
  }

  /* Newsletter */
  .spark-newsletter .spark-newsletter-inner .form-wrapper .wpcf7-form .form-group.half {
    width: 100%;
  }
}

/* 320px */

@media screen and (max-width: 320px) {}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}