/*
Author: A. M. @ CAMP
Author URI: https://campdigital.it
Version: 1.0
License: Proprietary
Date: 01/04/2025
*/
:root {
  --elmec-black: #000000;
  --elmec-white: #FFFFFF;
  --elmec-red: #860217;
  --elmec-red65: #650313;
  --elmec-green: #73B95A;
  --elmec-grey3B: #3B3E3E;
  --elmec-whiteF2: #F2F2F2;
  --elmec-grey4F: #4F5656;
  --elmec-greyC3: #C3C3C3;
  --elmec-grey48: #484747;
  --elmec-grey7C: #7C7C7C;
  --elmec-grey2A: #2A2E2E;
  --elmec-grey4A: #4A4A4A;
  --elmec-greyDE: #DEDEDE;
  --elmec-orange: #FF9239;
  --elmec-grey1A: #1A1A1A;
}

html, body {
  color: #7C7C7C;
  font-family: "Barlow", sans-serif;
}

p {
  color: #7C7C7C;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 25px;
  margin-top: 0;
}

body {
  font-family: "Barlow", sans-serif;
  background-color: #FFFFFF !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: #860217;
}

.grecaptcha-badge {
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .grecaptcha-badge {
    opacity: 0;
  }
}

.grecaptcha-badge:hover {
  opacity: 1;
}

::-moz-selection {
  color: #FFFFFF;
  background: #860217;
}

::selection {
  color: #FFFFFF;
  background: #860217;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: rgba(124, 124, 124, 0.5);
}

body::-webkit-scrollbar-thumb {
  background-color: #7C7C7C;
  border-radius: 20px;
  border: 3px solid transparent;
}

.uicore-navbar .uicore-branding {
  margin: 35px 0;
}
@media only screen and (max-width: 767px) {
  .uicore-navbar .uicore-branding {
    height: 40px;
    margin: 25px 0;
  }
}

.uicore-navigation-wrapper {
  height: -webkit-calc(100vh - 110px);
  height: calc(100vh - 110px);
  top: 110px;
}
@media only screen and (max-width: 767px) {
  .uicore-navigation-wrapper {
    height: -webkit-calc(100vh - 90px);
    height: calc(100vh - 90px);
    top: 90px;
  }
}
.uicore-navigation-wrapper > .uicore.elementor-container {
  display: none !important;
}

.uicore-navbar .uicore-ham {
  width: 60px;
  height: 60px;
  padding-left: 0 !important;
  display: flex;
  border-radius: 50%;
  background-color: #1A1A1A;
}
@media only screen and (max-width: 767px) {
  .uicore-navbar .uicore-ham {
    width: 50px;
    height: 50px;
  }
}
.uicore-navbar .uicore-ham:hover, .uicore-navbar .uicore-ham:focus, .uicore-navbar .uicore-ham:active {
  background-color: rgba(26, 26, 26, 0.9);
}

.uicore-navbar:not(.uicore-transparent) .uicore-ham .bar, .uicore-transparent-color .uicore-ham .bar, .uicore-transparent.uicore-scrolled .uicore-ham .bar {
  background-color: #FFFFFF;
}

.uicore-navbar:not(.uicore-transparent) .uicore-ham:hover .bar, .uicore-transparent-color .uicore-ham:hover .bar, .uicore-transparent.uicore-scrolled .uicore-ham:hover .bar {
  background-color: #C3C3C3;
}

.uicore-ham .bars {
  -webkit-transform: rotate(0) translateX(-0.5px);
  transform: rotate(0) translateX(-0.5px);
}

@media (min-width: 1025px) {
  .uicore-mobile-nav-show #wrapper-navbar .uicore-ham {
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .uicore-navigation-wrapper {
    background-color: rgba(26, 26, 26, 0.5);
  }
}
.uicore-navigation-wrapper .uicore-navigation-content {
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  border-top: 1px solid #C3C3C3;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media only screen and (min-width: 1440px) {
  .uicore-navigation-wrapper .uicore-navigation-content {
    width: 77%;
    margin-left: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .uicore-navigation-wrapper .uicore-navigation-content {
    overflow-y: auto;
  }
}

.uicore-mobile-nav-show .uicore-navigation-wrapper .uicore-navigation-content {
  opacity: 1;
  transition-delay: 0s;
  transition-timing-function: linear;
}

body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
  width: 20px;
}

@media (min-width: 1025px) {
  .uicore-is-ham .uicore-ham-reveal:after {
    content: "";
    display: block;
    background: url("../images/ELMEC-logo-no-text-.png");
    width: 356px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes uiCoreAnimationsHamReveal {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
@media only screen and (min-width: 1025px) {
  .uicore-is-ham .uicore-ham-reveal {
    animation-duration: 1.5s;
  }
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden {
    overflow: clip !important;
  }
}

.uicore-is-ham .uicore-mobile-head-right {
  flex-flow: row-reverse;
}
.uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header {
  background-color: #FFFFFF;
}
.uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header .elmec-grid {
  display: flex;
}
.uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header .elmec-grid .elmec-icon-mecky {
  display: block;
}
.uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header .elmec-grid .elmec-icon-mecky svg {
  display: block;
}
.uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header .elmec-grid .elmec-button-contacts {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #4F5656;
  border-radius: 30px;
  padding: 13px 30px 15px;
  margin-left: 20px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header .elmec-grid .elmec-button-contacts:hover {
  background-color: rgb(66.7909090909, 72.7090909091, 72.7090909091);
}

.c-scrollbar {
  height: 100vh;
}

@media only screen and (min-width: 1025px) {
  body.uicore-overflow-hidden .elmec-locomotive {
    padding-top: 110px;
  }
  body.uicore-overflow-hidden .elmec-locomotive .uicore-navbar.uicore-sticky {
    position: fixed;
  }
}
body.uicore-overflow-hidden .c-scrollbar {
  display: none;
}

.bdt-cursor-effects-yes .bdt-cursor-effects {
  display: none;
}

.elmec-locomotive {
  padding-top: 110px;
}

.uicore-navbar.uicore-sticky {
  position: fixed;
}

body {
  overflow-x: hidden;
}

.uicore-mobile-nav-show .ui-hide .uicore-header-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: none;
}

.elementor-section.elementor-section-boxed nav.elementor-container, .elementor-section.elementor-section-boxed > .elementor-container, .uicore-ham-creative .uicore-navigation-content, .container-width .uicore-megamenu > .elementor, #wrapper-navbar.elementor-section.elementor-section-boxed .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container, #wrapper-navbar.elementor-section.elementor-section-full_width .elementor-container .uicore-megamenu .elementor-section.elementor-section-boxed .elementor-container {
  max-width: none;
}

.elementor-section.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper > .elementor-container,
.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
  width: 90%;
}

.elementor-invisible {
  visibility: hidden;
  opacity: 0;
}

.bdt-arrows-dots-container .bdt-navigation-prev i,
.bdt-arrows-dots-container .bdt-navigation-next i {
  color: #FFFFFF !important;
}

.uicore-navbar:not(.uicore-left-menu) li.menu-item {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  display: block !important;
}

.uicore-navigation-wrapper .uicore-menu-container ul .menu-item.uicore-visible {
  animation: none !important;
}

.elmec-mega-menu {
  position: relative;
  height: 100%;
}
.elmec-mega-menu .elmec-mega-menu-columns {
  height: -webkit-calc(100% - 150px);
  height: calc(100% - 150px);
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 1439px) {
  .elmec-mega-menu .elmec-mega-menu-columns {
    height: -webkit-calc(100% - 130px);
    height: calc(100% - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns {
    height: unset;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column {
  position: relative;
  padding: 4% 4% 3%;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column.col-3 {
  width: 33.3333333333%;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2), .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2), .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 1199px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(1) {
    width: 28%;
  }
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(1) {
    width: 40%;
    padding-top: 6%;
  }
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(1):after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(1) {
    width: 100%;
    padding: 30px 30px 30px;
  }
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(1):after {
    display: block;
    border-right: unset;
    border-bottom: 1px solid #C3C3C3;
    height: 1px;
    right: unset;
    top: unset;
    left: unset;
    bottom: 0;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 1199px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2) {
    width: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2) {
    width: 60%;
    padding-bottom: 0;
    padding-left: 10%;
    padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2) {
    width: 100%;
    padding: 25px 30px 20px;
  }
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2):after {
    display: block;
    border-right: unset;
    border-bottom: 1px solid #C3C3C3;
    height: 1px;
    right: unset;
    top: unset;
    left: unset;
    bottom: 0;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1199px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
    width: 32%;
  }
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
    width: 60%;
    margin-left: 40%;
    margin-top: -155px;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
    width: 100%;
    padding: 25px 30px 30px;
    margin-left: 0;
    margin-top: 0;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #C3C3C3;
  top: 60px;
  height: -webkit-calc(100% - 120px);
  height: calc(100% - 120px);
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:after {
    right: unset;
    left: 0;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-last-child(1):after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-last-child(1):after {
    display: block;
    top: -25px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-button {
  padding-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media only screen and (min-width: 1921px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-button {
    padding-top: 2.1vw;
  }
}
@media only screen and (min-width: 768px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-button.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-button.not-mobile {
    display: none !important;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-button .elementor-widget-container {
  position: relative;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-button a {
  color: #FFFFFF !important;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal + .elmec-mega-menu-normal {
  padding-top: 15%;
}
@media only screen and (max-width: 1199px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal + .elmec-mega-menu-normal {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal + .elmec-mega-menu-normal {
    border-top: 1px solid #C3C3C3;
    margin-top: 15px;
    padding-top: 25px;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 {
  margin: 0;
  position: relative;
  padding-bottom: 7%;
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
}
@media only screen and (max-width: 1439px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 .elmec-icon-toggle:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    width: 16px;
    height: 2px;
    border-bottom: 2px solid #860217;
  }
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 .elmec-icon-toggle:after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 2px;
    height: 16px;
    border-right: 2px solid #860217;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 .text {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 .text.text-with-link {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 .text.text-with-link:after {
    content: "\e628";
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 12px;
    font-weight: 700;
    font-size: 68%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
}
@media only screen and (min-width: 1024px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5:hover.text-with-link {
    color: #860217;
  }
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5:hover.text-with-link:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 a {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title h5 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title.elmec-open .elmec-icon-toggle:after {
    height: 0px;
    top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title.elmec-open + .elmec-mega-menu-simple > .menu {
    max-height: 100vh;
    opacity: 1;
    margin-bottom: 25px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title:hover h5 .text.text-with-link {
    color: #860217;
  }
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .elmec-mega-menu-title:hover h5 .text.text-with-link:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .menu {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .menu > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #7C7C7C;
  margin-top: 15px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media only screen and (max-width: 1439px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .menu > li > a {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .menu > li > a {
    margin-top: 5px;
    font-size: 16px;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .menu > li > a:hover {
  color: #860217;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-normal .menu > li.current_page_item > a {
  color: #860217;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-main .menu {
  margin: 0;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li {
  opacity: 0 !important;
  -webkit-transform: translateY(50px) !important;
  transform: translateY(50px) !important;
  -moz-transition-property: all !important;
  -o-transition-property: all !important;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -moz-transition-duration: 0.33s !important;
  -o-transition-duration: 0.33s !important;
  -webkit-transition-duration: 0.33s !important;
  transition-duration: 0.33s !important;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li > a {
  font-size: 40px;
  font-weight: 600;
  color: #2A2E2E;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li > a:hover {
  color: #860217;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media only screen and (min-width: 1921px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li > a {
    font-size: 2.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li > a {
    font-size: 25px;
  }
}
.elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li.current_page_item > a {
  color: #860217;
}
.elmec-mega-menu .elmec-mega-menu-footer {
  height: 150px;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media only screen and (max-width: 1439px) {
  .elmec-mega-menu .elmec-mega-menu-footer {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-footer {
    position: relative;
    height: unset;
    left: unset;
    bottom: unset;
  }
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px 0 70px;
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns {
    padding: 30px;
    flex-direction: column;
  }
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns .elmec-mega-menu-footer-text p {
  margin-bottom: 0;
  font-size: 22px;
  color: #1A1A1A;
}
@media only screen and (max-width: 1023px) {
  .elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns .elmec-mega-menu-footer-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns .elmec-mega-menu-footer-text p {
    font-size: 16px;
  }
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns .elmec-mega-menu-footer-text p a {
  color: #860217;
  font-weight: 700;
  text-decoration: underline;
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-columns .elmec-mega-menu-footer-text p a:hover {
  color: rgb(108.875, 1.625, 18.6875);
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-text {
    width: 100%;
  }
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social {
    width: 100%;
    padding-top: 30px;
  }
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon {
    margin-left: 0;
    margin-right: 18px;
  }
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon a {
  display: block;
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon a svg {
  display: block;
  height: 30px;
  width: auto;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon a svg path {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon a:hover svg,
.elmec-mega-menu .elmec-mega-menu-footer .elmec-mega-menu-footer-social .elmec-mega-menu-icon a:hover svg path {
  fill: #860217;
}

.uicore-overflow-hidden .elmec-mega-menu .elmec-mega-menu-footer {
  transition-delay: 0.7s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu .elmec-mega-menu-footer {
    transition-delay: 0.5s;
  }
}
@media only screen and (max-width: 767px) {
  .uicore-overflow-hidden .elmec-mega-menu .elmec-mega-menu-footer {
    transition-delay: 1.2s;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(1) {
  transition-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(1) {
    transition-delay: 0.5s;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(2) {
  transition-delay: 0.6s;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(2) {
    transition-delay: 0.6s;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(3) {
  transition-delay: 0.7s;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(3) {
    transition-delay: 0.7s;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(4) {
  transition-delay: 0.8s;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(4) {
    transition-delay: 0.8s;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(5) {
  transition-delay: 0.9s;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-main .menu > li:nth-child(5) {
    transition-delay: 0.9s;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-button {
  transition-delay: 1s;
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-button {
    transition-delay: 1s;
  }
}
@media only screen and (max-width: 767px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-button {
    border-top: 1px solid #C3C3C3;
    padding-top: 30px;
    margin-top: 15px;
    transition-delay: 0;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-column {
  opacity: 1 !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2) {
  transition-delay: 1.1s;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2) {
    transition-delay: 1s;
  }
}
@media only screen and (max-width: 767px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(2) {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}
.uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
  transition-delay: 1.2s;
}
@media only screen and (max-width: 1024px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
    transition-delay: 1.1s;
  }
}
@media only screen and (max-width: 767px) {
  .uicore-overflow-hidden .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(3) {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .uicore-overflow-hidden .elmec-mega-menu .elmec-mega-menu-columns .elmec-mega-menu-column:nth-child(1):after {
    transition-delay: 0.9s;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 1025px) {
  .uicore-navbar .uicore-ham:not(.uicore-drawer-toggle) {
    display: flex !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uicore-mobile-nav-show .uicore-navbar.uicore-sticky {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
  }
}

.elmec-languages {
  order: 3;
}
@media only screen and (max-width: 1023px) {
  .elmec-languages {
    order: unset;
  }
}
.elmec-languages .wpml-ls-legacy-dropdown {
  width: 85px;
}
.elmec-languages .wpml-ls-legacy-dropdown a {
  border: none;
  background-color: #FFFFFF !important;
  font-size: 15px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #1A1A1A;
}
.elmec-languages .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 30px;
}

.elementor-widget-uicore-icon-box.ui-e-right:not(.ui-e-inline-yes) .ui-e-ico-box {
  flex-direction: row-reverse;
}

.elementor-widget-uicore-icon-box.ui-e-left .ui-e-ico-box, .elementor-widget-uicore-icon-box.ui-e-right .ui-e-ico-box {
  display: inline-flex;
  flex-direction: column;
}

.elementor-widget-uicore-icon-box .ui-e-ico-box {
  text-align: var(--ui-e-ico-box-text-align);
  width: 100%;
}

.elementor-widget-uicore-icon-box .ui-e-title {
  line-height: 1em;
  transition: color 0.3s cubic-bezier(0.24, 1, 0.3, 1);
  margin: 0;
}

.elementor-widget-uicore-icon-box .ui-e-icon-wrp {
  display: inline-block;
  min-width: fit-content;
  height: fit-content;
  box-sizing: content-box;
  overflow: hidden;
  transition: background-color 0.3s cubic-bezier(0.24, 1, 0.3, 1), border-radius 0.3s cubic-bezier(0.24, 1, 0.3, 1);
  transform: translate3d(var(--ui-e-ico-box-horizontal-off, 0), var(--ui-e-ico-box-vertical-off, 0), 0) rotate(var(--ui-e-ico-box-icon-wrp-rotate, 0));
}

.elementor-widget-uicore-icon-box .ui-e-icon-wrp > * {
  display: block;
  margin: auto;
  transition: opacity 0.3s cubic-bezier(0.24, 1, 0.3, 1), transform 0.3s cubic-bezier(0.24, 1, 0.3, 1), filter 0.3s cubic-bezier(0.24, 1, 0.3, 1);
  transform: rotate(var(--ui-e-ico-box-icon-rotate));
}

.elementor-widget-uicore-icon-box .ui-e-icon-wrp i {
  font-size: var(--ui-e-media-size);
  width: var(--ui-e-media-size);
  height: var(--ui-e-media-size);
  color: var(--e-global-color-uicore_primary, var(--e-global-color-primary));
}

.elementor-widget-uicore-icon-box .ui-e-flex-wrp {
  width: 100%;
  transform: none;
}

.elementor-widget-uicore-icon-box.ui-e-left .ui-e-flex-wrp, .elementor-widget-uicore-icon-box.ui-e-right .ui-e-flex-wrp {
  display: inline-flex;
}

.elementor-widget-uicore-icon-box.ui-e-right .ui-e-flex-wrp {
  flex-direction: row-reverse;
  justify-content: end;
}

.elementor-widget-uicore-icon-box.ui-e-right:not(.ui-e-inline-yes) .ui-e-flex-wrp {
  width: fit-content;
}

.elementor-widget-uicore-icon-box.elmec-button {
  --ui-e-ico-box-text-align: center;
  --ui-e-ico-box-icon-spacing: 30px !important;
  --ui-e-ico-box-icon-rotate: 0deg;
  width: auto;
  max-width: auto !important;
  cursor: pointer !important;
  visibility: visible;
  display: inline-block;
}
.elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container {
  padding: 19px 11px 1px 20px !important;
  background-color: #2A2E2E !important;
  border-radius: 100px 100px 100px 100px;
  transform: none;
  transform-origin: unset !important;
}
@media only screen and (max-width: 767px) {
  .elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container {
    padding: 6px 11px 1px 20px !important;
  }
}
.elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
  -webkit-transform: translateX(10px) !important;
  transform: translateX(10px) !important;
}
.elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container .ui-e-icon-wrp {
  background-color: #4F5656 !important;
  border-radius: 100px 100px 100px 100px;
  padding: 12px 12px 12px 12px;
  --ui-e-media-size: 16px;
  --ui-e-ico-box-icon-wrp-rotate: 0deg;
  --ui-e-ico-box-vertical-off: -10px;
}
@media only screen and (max-width: 767px) {
  .elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container .ui-e-icon-wrp {
    -webkit-transform: translate(4px, -5px);
    transform: translate(4px, -5px);
  }
}
.elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container .ui-e-title {
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
}
@media only screen and (max-width: 767px) {
  .elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container .ui-e-title {
    font-size: 16px;
    -webkit-transform: translateY(6px) !important;
    transform: translateY(6px) !important;
  }
}
.elementor-widget-uicore-icon-box.elmec-button .ui-e-icon-wrp i {
  color: #FFFFFF !important;
}
.elementor-widget-uicore-icon-box.elmec-button.ui-e-right .ui-e-icon-wrp {
  margin-left: 12px !important;
  margin-bottom: 0 !important;
}

.elmec-mega-menu .elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container:hover {
  background-color: #73B95A !important;
}
.elmec-mega-menu .elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container:hover .ui-e-icon-wrp {
  background-color: #8fc77a !important;
}

.elmec-home-header-banner {
  min-height: 100vh;
  padding: 200px 0 !important;
  overflow: hidden;
}
.elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: relative;
}
.elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.5;
  text-transform: none;
}
.elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget {
  z-index: 1;
}
.elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-big-icon-red {
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-55%);
  z-index: 0;
  text-align: left;
}
.elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-big-icon-red img {
  height: 160vh;
  width: auto;
  opacity: 0.85;
}
.elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-heading {
  padding-bottom: 200px;
}
.elmec-home-header-banner .elementor-widget-heading h1.elementor-heading-title {
  font-size: 6.8vw;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
.elmec-home-header-banner .elementor-button-link {
  font-size: 1.15vw !important;
}

.elmec-title-hightline {
  padding-top: 100px;
  padding-top: 5vw !important;
  padding-bottom: 5vw !important;
}
.elmec-title-hightline .elementor-widget-heading {
  max-width: 70%;
}
.elmec-title-hightline .elementor-widget-heading h2.elementor-heading-title {
  font-weight: 500;
  font-size: 3.4vw;
  color: #1A1A1A;
  line-height: 1.1;
}
.elmec-title-hightline .elementor-widget-heading h2.elementor-heading-title strong {
  color: #860217;
  font-weight: 500;
}
.elmec-title-hightline.target {
  padding-bottom: 3.4vw !important;
}
.elmec-title-hightline.target > .elementor-container {
  width: 65% !important;
}
.elmec-title-hightline.target.team-acc-1 > .elementor-container {
  width: 76% !important;
}
.elmec-title-hightline.target .elementor-widget-heading {
  max-width: none;
}
.elmec-title-hightline.target .elementor-widget-text-editor {
  padding-top: 1.6vw !important;
}
.elmec-title-hightline.target .elementor-widget-text-editor + .elementor-widget-text-editor {
  padding-top: 4vw !important;
}
.elmec-title-hightline.target .elementor-widget-text-editor p {
  font-size: 1.15vw !important;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-custom-icon {
  margin-right: 0 !important;
  padding-right: 1vw !important;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-custom-icon svg {
  width: 4.7vw !important;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content p {
  font-size: 1.15vw !important;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-icon i {
  font-size: 3.65vw !important;
  width: 3.65vw !important;
  height: 3.65vw !important;
  color: #860217;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-icon i:hover {
  color: #1A1A1A;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-title {
  font-size: 2.9vw !important;
  color: #1A1A1A;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-item {
  padding: 3vw 0 3vw !important;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-item.ui-open .ui-e-custom-icon svg #Tracciato_6751 {
  display: none;
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content {
  width: 67% !important;
  padding-left: 5.7vw !important;
  padding-right: 0 !important;
}
.elmec-title-hightline.target.see > .elementor-container {
  margin-left: auto;
  margin-right: 5vw;
}
.elmec-title-hightline.target.see .elementor-widget-heading {
  margin-bottom: 0;
  padding-bottom: 3.1vw;
}
.elmec-title-hightline.target.see .elementor-widget-heading h2.elementor-heading-title {
  font-size: 6.8vw;
  line-height: 1;
}
.elmec-title-hightline.target.see .elementor-widget-uicore-accordion .ui-e-content {
  width: 100% !important;
}
.elmec-title-hightline.target.see.title-left > .elementor-container {
  margin-left: auto;
  width: 90% !important;
}
.elmec-title-hightline.target.see.title-left > .elementor-container .col-text {
  width: 70%;
}
.elmec-title-hightline.target.see.title-left > .elementor-container .col-text .elementor-widget-text-editor p {
  font-size: 1.9vw !important;
}
.elmec-title-hightline.target.see.title-left > .elementor-container .col-button {
  width: 30%;
}
.elmec-title-hightline.target.see.title-left.team-acc > .elementor-container {
  width: 76% !important;
  margin-left: auto !important;
  margin-right: 5vw;
}
.elmec-title-hightline.target.see.title-left + .see {
  padding-top: 0 !important;
}
.elmec-title-hightline.target.see.title-left.title-h1 h1.elementor-heading-title {
  font-size: 6.8vw;
  line-height: 1;
}
.elmec-title-hightline.target.see.title-left.title-h1 h1.elementor-heading-title strong {
  font-weight: 500;
  color: #860217;
}
.elmec-title-hightline.target.see.title-left.title-h1 .elmec-scroll-to.elementor-widget-button a {
  font-size: 1.25vw !important;
  color: #1A1A1A !important;
  font-weight: 500;
}

.elmec-vertical-images {
  padding-bottom: 6.5vw !important;
}
.elmec-vertical-images .elementor-widget-heading h5.elementor-heading-title {
  font-size: 1.15vw;
}
.elmec-vertical-images .elementor-widget-heading h3.elementor-heading-title {
  font-size: 1.9vw;
  font-weight: 600;
}
.elmec-vertical-images .elementor-widget-heading h3.elementor-heading-title a {
  color: #2A2E2E;
}
.elmec-vertical-images .elementor-widget-heading h3.elementor-heading-title a:hover {
  color: #860217;
}
.elmec-vertical-images .elementor-widget-image a {
  display: block;
  position: relative;
  aspect-ratio: 39/54;
}
.elmec-vertical-images .elementor-widget-image a img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  border-radius: 1vw !important;
}
.elmec-vertical-images .elementor-inner-section .elementor-column > .elementor-widget-wrap {
  padding: 0 1vw !important;
}

.elmec-text-button-image {
  aspect-ratio: 16/9;
  padding-bottom: 4vw !important;
}
.elmec-text-button-image > .elementor-container {
  height: 100%;
}
.elmec-text-button-image > .elementor-container > .elementor-column {
  height: 100%;
}
.elmec-text-button-image > .elementor-container > .elementor-column > .elementor-widget-wrap {
  height: 100%;
  align-content: flex-end !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.elmec-text-button-image .elementor-widget-heading {
  max-width: 62% !important;
}
.elmec-text-button-image .elementor-widget-heading h2.elementor-heading-title {
  font-size: 3.5vw !important;
}

.elmec-title-hightline.elmec-title-horiz-scroll .col-text {
  width: 62% !important;
}
.elmec-title-hightline.elmec-title-horiz-scroll .col-mecky {
  width: 38% !important;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elementor-widget-shortcode {
  padding-top: 4.7vw;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elementor-widget-text-editor p {
  font-size: 1.15vw !important;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elementor-widget-heading {
  margin-bottom: 0 !important;
  padding-bottom: 1.05vw !important;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container {
  display: flex;
  width: -webkit-calc((159vw));
  width: 159vw;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide {
  width: 20%;
  padding: 0 2.4vw 0 0;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content {
  position: relative;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-image {
  position: relative;
  aspect-ratio: 53/44;
  overflow: hidden;
  border-radius: 1.05vw;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-title h3 {
  font-size: 1.88vw;
  margin: 1.3vw 0 1.88vw;
  color: #2A2E2E;
  font-weight: 500;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-text p {
  font-size: 1.15vw !important;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content:hover .elmec-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content:hover .elmec-title h3 {
  color: #860217;
}

.elmec-mecky-popup {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 26.56vw;
  margin-left: auto;
  position: relative;
  -webkit-animation: elmecFloat 2.5s ease-in-out infinite;
  animation: elmecFloat 2.5s ease-in-out infinite;
}
.elmec-mecky-popup .mecky-popup-fancy {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 64%;
  left: -50px;
  bottom: 25%;
  height: 100%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content {
  background-color: #FFFFFF;
  padding: 1.05vw;
  border-top-left-radius: 0.78vw;
  border-bottom-left-radius: 0.78vw;
  border-top-right-radius: 0.78vw;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content.color-grigia {
  background-color: #F2F2F2;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content p {
  font-size: 1.05vw;
  font-weight: 500;
  color: #2A2E2E;
  margin-bottom: 0.78vw;
  line-height: 1.2;
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a {
  color: #860217;
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a .text {
  text-decoration: underline;
  font-weight: 500;
  font-size: 0.73vw;
  margin-right: 0.25vw;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a .icon {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.6vw;
  font-weight: 900;
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a .icon:before {
  content: "\e628";
}
.elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a:hover .text {
  margin-right: 0.5vw;
}
.elmec-mecky-popup .mecky-popup-icon {
  width: 100%;
}
.elmec-mecky-popup .mecky-popup-icon svg {
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-mecky-popup .mecky-popup-icon.color-grigia svg {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}
.elmec-mecky-popup .elmec-mecky-popup-container {
  width: 42%;
  padding-left: 12%;
}
.elmec-mecky-popup .elmec-mecky-popup-container:hover .mecky-popup-fancy {
  visibility: visible;
  left: 0;
  opacity: 1;
}
.elmec-mecky-popup .elmec-mecky-popup-container:hover .mecky-popup-icon svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.elmec-title-hightline.mecky {
  background-color: #F2F2F2 !important;
}
.elmec-title-hightline.mecky .elementor-widget-heading {
  max-width: 100%;
}
.elmec-title-hightline.mecky .elementor-widget-heading h2.elementor-heading-title {
  color: #FFFFFF;
}
.elmec-title-hightline.mecky .elementor-widget-text-editor {
  padding: 2vh 0 3vh;
}
.elmec-title-hightline.mecky .elementor-widget-text-editor p {
  font-size: 1.15vw;
  color: #FFFFFF;
  line-height: 1.2;
  font-weight: 500;
}
.elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap {
  border-radius: 1.05vw;
  padding: 3.1vw 3.7vw 3.7vw;
}
.elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-background-overlay {
  background-color: #860217;
  opacity: 0.9;
  border-radius: 1.05vw;
}
.elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-image {
  height: 100%;
}
.elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container {
  height: 100%;
}
.elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container img {
  position: absolute;
  bottom: -5vw;
  right: 0;
  height: -webkit-calc(100% + 15vw);
  height: calc(100% + 15vw);
  width: auto;
}

.col-mecky.mecky-left .elmec-mecky-popup {
  justify-content: flex-start;
  margin-left: unset;
}
.col-mecky.mecky-left .elmec-mecky-popup .mecky-popup-fancy {
  left: unset;
  right: -50px;
}
.col-mecky.mecky-left .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content {
  border-bottom-right-radius: 0.78vw;
  border-bottom-left-radius: 0;
}
.col-mecky.mecky-left .elmec-mecky-popup .elmec-mecky-popup-container {
  padding-left: 0;
  padding-right: 12%;
}
.col-mecky.mecky-left .elmec-mecky-popup .elmec-mecky-popup-container:hover .mecky-popup-fancy {
  left: unset;
  right: 0;
}

.elmec-case-studies-title.contacts.mecky .elementor-widget-uicore-icon-box {
  margin-top: 3.7vw;
}
.elmec-case-studies-title.contacts.mecky .elementor-widget-image {
  max-width: 55%;
  margin-left: auto;
  margin-bottom: -11vw;
}
.elmec-case-studies-title.contacts.mecky .col-mecky .elementor-widget-text-editor {
  position: absolute;
  top: 5vw;
  left: 10vw;
}
.elmec-case-studies-title.contacts.mecky .col-mecky .elementor-widget-text-editor p {
  color: #2A2E2E !important;
  background-color: #FFFFFF;
  padding: 30px 45px;
  border-top-left-radius: 1.05vw;
  border-bottom-left-radius: 1.05vw;
  border-top-right-radius: 1.05vw;
  font-weight: 500;
  font-size: 1.25vw !important;
  display: inline-block;
  width: 15.5vw;
}

.elmec-title-hightline.contacts-page.my-journey .elementor-widget-text-editor p {
  font-size: 1.15vw !important;
}

.mecky-books {
  padding-bottom: 7vw;
}
.mecky-books .elementor-widget-image img {
  max-width: 90%;
}
.mecky-books .elementor-column > .elementor-widget-wrap {
  padding: 1.2vw !important;
}
.mecky-books .elementor-image-box-wrapper {
  background-color: #F2F2F2;
  border-radius: 1.05vw;
  padding: 3.1vw 2.6vw;
}
.mecky-books .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0 !important;
}
.mecky-books .elementor-image-box-wrapper .elementor-image-box-img img {
  width: auto;
  height: 31.25vw;
  -webkit-box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, 0.25);
}
.mecky-books .elementor-image-box-wrapper .elementor-image-box-title {
  margin: 0;
  padding-top: 2.1vw;
}
.mecky-books .elementor-image-box-wrapper .elementor-image-box-title a {
  padding: 16px 73px 18px 25px !important;
  background-color: #2A2E2E !important;
  border-radius: 34px;
  font-size: 24px !important;
  color: #FFFFFF !important;
  font-weight: 600;
  position: relative;
  transition: none;
  letter-spacing: normal;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  display: inline-block;
}
.mecky-books .elementor-image-box-wrapper .elementor-image-box-title a:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../images/ELMEC-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}
.mecky-books .elementor-image-box-wrapper .elementor-image-box-title a:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.elmec-title-hightline.contacts-page.text-center .elementor-widget-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 55%;
  padding-bottom: 20px;
}
.elmec-title-hightline.contacts-page.text-center .elementor-widget-text-editor p {
  font-size: 1.15vw;
}

.mecky-speak {
  z-index: 2;
}
.mecky-speak .elementor-widget-image {
  margin-bottom: -3vw;
}
.mecky-speak .elementor-widget-text-editor p {
  display: inline-block;
  background-color: #FFFFFF;
  color: #4F5656;
  font-weight: 500;
  font-size: 1.55vw !important;
  padding: 28px 50px 30px;
  border-radius: 1.05vw;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.mecky-speak .elementor-widget-text-editor p:hover {
  background-color: #860217;
  color: #FFFFFF;
}
.mecky-speak .col-text-1 .elementor-widget-text-editor p {
  margin-left: auto;
  display: block;
  width: max-content;
}
.mecky-speak .col-text-1 .elementor-widget-text-editor:nth-child(1) {
  padding-right: 2.2vw;
  padding-bottom: 4vw;
}
.mecky-speak .col-text-1 .elementor-widget-text-editor:nth-child(2) {
  padding-right: 6vw;
  padding-bottom: 4vw;
}
.mecky-speak .col-text-1 .elementor-widget-text-editor:nth-child(3) {
  padding-right: 2.2vw;
}
.mecky-speak .col-text-2 .elementor-widget-text-editor:nth-child(1) {
  padding-left: 2.2vw;
  padding-bottom: 2vw;
}
.mecky-speak .col-text-2 .elementor-widget-text-editor:nth-child(2) {
  padding-left: 6vw;
  padding-bottom: 2vw;
}
.mecky-speak .col-text-2 .elementor-widget-text-editor:nth-child(3) {
  padding-left: 6vw;
  padding-bottom: 2vw;
}
.mecky-speak .col-text-2 .elementor-widget-text-editor:nth-child(4) {
  padding-left: 2.2vw;
}

@keyframes elmecFloat {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.elmec-title-hightline.elementary {
  overflow-x: hidden;
}
.elmec-title-hightline.elementary .elementor-widget-heading h2.elementor-heading-title {
  color: #FFFFFF;
}
.elmec-title-hightline.elementary .elementor-widget-heading h2.elementor-heading-title strong {
  color: #FFFFFF;
}
.elmec-title-hightline.elementary p {
  font-size: 1.15vw !important;
  color: #FFFFFF;
  font-weight: 400;
}
.elmec-title-hightline.elementary .bdt-ep-static-carousel-image {
  border-radius: 1.05vw;
  overflow: hidden;
}
.elmec-title-hightline.elementary .bdt-ep-static-carousel-image img {
  display: block;
  width: 100%;
  height: auto;
}
.elmec-title-hightline.elementary .bdt-ep-static-carousel-content {
  padding: 1vw 0 0 !important;
}
.elmec-title-hightline.elementary .bdt-ep-static-carousel-content h3.bdt-ep-static-carousel-title {
  font-size: 1.15vw !important;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: none;
}
.elmec-title-hightline.elementary .bdt-ep-static-carousel-content h3.bdt-ep-static-carousel-title:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url("../images/ELMEC-icona-home-plus-new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(0.3vw);
  transform: translateY(0.3vw);
}
.elmec-title-hightline.elementary [class*=elementor-widget-bdt-] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1 !important;
  background-color: #F2F2F2;
}
.elmec-title-hightline.elementary [class*=elementor-widget-bdt-] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #484747;
}
.elmec-title-hightline.elementary .bdt-dots-container {
  transform: none !important;
}
.elmec-title-hightline.elementary .bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination {
  position: relative !important;
}
.elmec-title-hightline.elementary .bdt-position-bottom {
  position: relative !important;
  left: unset;
  right: unset;
  bottom: unset;
  max-width: 90vw;
  padding-top: 40px;
}

.elmec-elementary-slider {
  margin-left: -1.15vw;
  padding: 5vw 0 3vw;
}
.elmec-elementary-slider .swiper-pagination {
  position: relative;
}
.elmec-elementary-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #F2F2F2;
  opacity: 1 !important;
}
.elmec-elementary-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #484747;
}
.elmec-elementary-slider .elmec-slide-content {
  padding: 1.15vw;
}
.elmec-elementary-slider .elmec-slide-content .elmec-image {
  position: relative;
  overflow: hidden;
  border-radius: 1.05vw;
  aspect-ratio: 53/65;
}
.elmec-elementary-slider .elmec-slide-content .elmec-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(26, 26, 26, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-elementary-slider .elmec-slide-content .elmec-image a svg {
  width: 5.3vw;
  height: auto;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-elementary-slider .elmec-slide-content .elmec-image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
.elmec-elementary-slider .elmec-slide-content .elmec-image:hover a {
  opacity: 1;
}
.elmec-elementary-slider .elmec-slide-content .elmec-image:hover a svg {
  width: 7.3vw;
}
.elmec-elementary-slider .elmec-slide-content .elmec-title {
  display: flex;
  padding-top: 1.6vw;
}
.elmec-elementary-slider .elmec-slide-content .elmec-title .icon svg {
  width: 1.57vw;
  height: auto;
}
.elmec-elementary-slider .elmec-slide-content .elmec-title .text {
  padding-left: 0.9vw;
}
.elmec-elementary-slider .elmec-slide-content .elmec-title .text h3 {
  color: #FFFFFF;
  font-size: 1.15vw !important;
  margin: 0;
  padding-bottom: 0.4vw;
  font-weight: 400;
}
.elmec-elementary-slider .elmec-slide-content .elmec-title .text h4 {
  color: #FFFFFF;
  font-size: 1vw !important;
  margin: 0;
  font-weight: 400;
}

.fancybox__container {
  --fancybox-bg: rgba(26, 26, 26, 0.9);
}

.bdt-lightbox-items > * {
  max-width: 80%;
  left: 10%;
  right: unset;
}
.bdt-lightbox-items > * iframe {
  border: none !important;
}

.bdt-lightbox {
  background-color: rgba(26, 26, 26, 0.9);
}
.bdt-lightbox .bdt-lightbox-toolbar {
  background: transparent !important;
}

#elmec-download-popup,
#elmec-work-popup {
  padding: 3vw;
}
#elmec-download-popup h2,
#elmec-work-popup h2 {
  margin: 0;
  font-weight: 500;
  font-size: 3.4vw;
  color: #1A1A1A;
  line-height: 1.1;
  padding-bottom: 1vw;
  text-align: center;
}
#elmec-download-popup h2 strong,
#elmec-work-popup h2 strong {
  color: #860217;
  font-weight: 500;
}
#elmec-download-popup p,
#elmec-work-popup p {
  text-align: center;
  font-size: 1.15vw;
}
#elmec-download-popup form input, #elmec-download-popup form select, #elmec-download-popup form textarea,
#elmec-work-popup form input, #elmec-work-popup form select, #elmec-work-popup form textarea {
  color: #7C7C7C !important;
  border-color: #C3C3C3 !important;
}
#elmec-download-popup form input::placeholder, #elmec-download-popup form select::placeholder, #elmec-download-popup form textarea::placeholder,
#elmec-work-popup form input::placeholder, #elmec-work-popup form select::placeholder, #elmec-work-popup form textarea::placeholder {
  color: #7C7C7C !important;
}
#elmec-download-popup .wpcf7-list-item-label,
#elmec-work-popup .wpcf7-list-item-label {
  color: #7C7C7C !important;
}
#elmec-download-popup .wpcf7-form-control-wrap[data-name=your-privacy] .wpcf7-form-control a,
#elmec-download-popup .wpcf7-form-control-wrap[data-name=your-brevo] .wpcf7-form-control a,
#elmec-work-popup .wpcf7-form-control-wrap[data-name=your-privacy] .wpcf7-form-control a,
#elmec-work-popup .wpcf7-form-control-wrap[data-name=your-brevo] .wpcf7-form-control a {
  color: #7C7C7C !important;
}
#elmec-download-popup .wpcf7-form-control,
#elmec-work-popup .wpcf7-form-control {
  margin-top: 25px;
}

.elmec-video-slider-section {
  background-color: #3B3E3E;
  position: relative;
  z-index: 0;
}
.elmec-video-slider-section > .elementor-container {
  width: 100% !important;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video {
  height: -webkit-calc(100vh - 110px);
  height: calc(100vh - 110px);
  background-color: #3B3E3E;
  position: relative;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-video {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-slide-video-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-slide-video-image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-title {
  position: absolute;
  top: 4.5vw;
  max-width: 29vw;
  right: 5vw;
  z-index: 4;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-title h2 {
  color: #FFFFFF;
  font-size: 3.35vw;
  font-weight: 400;
  margin: 0;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination {
  position: absolute;
  bottom: 2.6vw;
  right: 5vw;
  z-index: 9;
  display: flex;
  align-items: center;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .swiper-pagination {
  position: relative;
  left: unset;
  padding-right: 30px;
  padding-top: 5px;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 4.2vw;
  border-radius: 0;
  height: 0.21vw;
  background-color: #FFFFFF;
  opacity: 0.5;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  opacity: 1;
}
.elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .elmec-fraction .elmec-fraction-current {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 2.6vw;
  width: 7vw;
  text-align: right;
}

.elmec-scrolly-video #scrolly-video {
  position: fixed !important;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-scrolly-video.hidden #scrolly-video {
  opacity: 0 !important;
  visibility: hidden !important;
}
.elmec-scrolly-video.loading #scrolly-video {
  opacity: 0.2 !important;
}
.elmec-scrolly-video.loading:after {
  display: inline-block;
  content: "";
  width: 48px;
  height: 48px;
  border: 4px solid #860217;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: elm-rotation 1s linear infinite;
  position: fixed;
  top: -webkit-calc(50% - 24px);
  top: calc(50% - 24px);
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
}
.elmec-scrolly-video.loading.hidden:after {
  display: none;
}

@keyframes elm-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red {
  background-color: rgba(134, 2, 23, 0.8);
  width: 65% !important;
  border-radius: 1.05vw;
  padding: 3vw !important;
  -webkit-transform: translateY(-25vw);
  transform: translateY(-25vw);
  margin-bottom: -25vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-heading h1.elementor-heading-title {
  font-size: 6.8vw;
  line-height: 1;
  color: #FFFFFF;
  padding-bottom: 4.2vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-heading {
  max-width: 100%;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list {
  width: 65%;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list .elementor-icon-list-icon svg {
  width: 1.6vw;
  height: auto;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list .elementor-icon-list-text {
  font-size: 1.15vw !important;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: none;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-button {
  -webkit-transform: translateY(2vw);
  transform: translateY(2vw);
}
.elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-button .elementor-button {
  font-size: 1.25vw !important;
}
.elmec-title-hightline.elmec-box-red-sec .col-mecky {
  width: 35% !important;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons {
  padding-top: 7.3vw !important;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-heading h2.elementor-heading-title {
  font-size: 4.5vw;
  padding-bottom: 1vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-text-editor {
  padding-top: 1.5vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-text-editor p {
  font-size: 1.9vw;
  line-height: 1.3;
  max-width: 85%;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box {
  width: 50%;
  padding-left: 2.1vw;
  padding-right: 2.1vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box:nth-child(3) {
  padding-top: 7vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box:nth-child(4) {
  padding-top: 4vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: 1.8vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-content h3 {
  color: #2A2E2E;
  font-weight: 600;
  font-size: 1.9vw;
  margin-bottom: 0.5vw;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-content p {
  font-size: 1.15vw !important;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon svg {
  width: 5.2vw;
  height: auto;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-wrapper {
  text-align: left;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .col-text {
  width: 40% !important;
}
.elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .col-mecky {
  width: 60% !important;
}

.elmec-flux {
  background-color: #2A2E2E;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.elmec-flux .elementor-inner-section {
  border-radius: 1.05vw;
  overflow: hidden;
  padding: 6vw 0 8vw;
}
.elmec-flux .elementor-inner-section .elementor-widget-heading h2 {
  color: #FFFFFF;
  font-size: 6.8vw;
  line-height: 1;
  padding: 0 2vw;
}
.elmec-flux .elementor-inner-section .elementor-widget-heading h2 strong {
  color: #FFFFFF;
}
.elmec-flux .elementor-inner-section .elementor-widget-text-editor {
  padding: 1vw 0 3vw;
}
.elmec-flux .elementor-inner-section .elementor-widget-text-editor p {
  color: #FFFFFF;
  font-size: 1.9vw;
  line-height: 1.3;
  max-width: 85%;
  margin: 0 auto;
}

.elmec-title-hightline.counter .elmec-scroll-to.elementor-widget-button a {
  font-size: 1.25vw !important;
  color: #1A1A1A !important;
  font-weight: 500;
}
.elmec-title-hightline.counter .col-text {
  width: 60% !important;
}
.elmec-title-hightline.counter .col-mecky {
  width: 40% !important;
}
.elmec-title-hightline.counter .elmec-counter-inner {
  padding-top: 3vw !important;
}
.elmec-title-hightline.counter .elmec-counter-inner .elementor-column > .elementor-element-populated {
  padding: 1vw;
}
.elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter {
  background-color: #F2F2F2;
  padding: 2vw 2vw 2vw;
  border-radius: 1.05vw;
  overflow: hidden;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  color: #2A2E2E;
  font-size: 4.2vw;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter .elementor-counter .elementor-counter-title {
  font-size: 1.15vw !important;
  color: #7C7C7C;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter:hover {
  background-color: #860217;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter:hover .elementor-counter .elementor-counter-number-wrapper {
  color: #FFFFFF;
}
.elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter:hover .elementor-counter .elementor-counter-title {
  color: #FFFFFF;
}
.elmec-title-hightline.counter .elementor-widget-heading {
  max-width: 100%;
}

body.single-portfolio .elmec-title-case-study h1.elementor-heading-title {
  color: #FFFFFF;
  font-size: 6.8vw;
  line-height: 1;
  max-width: 54vw;
  padding-top: 12.5vw !important;
  padding-bottom: 11vw !important;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode {
  background-color: #860217 !important;
  border-radius: 1.05vw !important;
  padding: 2.6vw 0 !important;
  margin-top: -7vw !important;
  width: 71%;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container {
  display: flex;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px solid #FFFFFF;
  top: 0;
  right: 0;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(1) {
  width: 30%;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(1):after {
  display: none;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(2) {
  width: 40%;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(3) {
  width: 30%;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h3 {
  margin: 0;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 2.1vw;
  padding-bottom: 1.6vw;
  ine-height: 1.2;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h3 a {
  color: #FFFFFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h3 a:hover {
  opacity: 0.8;
}
body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h4 {
  margin: 0;
  font-size: 1.15vw !important;
  text-transform: none;
  color: #FFFFFF;
  opacity: 0.5;
  font-weight: 400;
  padding-top: 1.6vw;
  padding-bottom: 1vw;
}
body.single-portfolio .elementor-widget-button .elementor-button {
  font-size: 1.25vw !important;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-button .elementor-button {
  font-size: 1.25vw !important;
  color: #1A1A1A !important;
  font-weight: 500;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-button .elementor-button:hover {
  color: #860217 !important;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-heading {
  max-width: 97%;
}
body.single-portfolio .elmec-title-hightline.case-study h2.elementor-heading-title {
  padding-top: 2vw !important;
}
body.single-portfolio .elmec-title-hightline.case-study h3.elementor-heading-title {
  padding-top: 1.5vw !important;
  color: #7C7C7C !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.9vw !important;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor {
  padding-top: 2vw !important;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor p, body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor li {
  font-size: 1.15vw !important;
  color: #7C7C7C !important;
  line-height: 1.6;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor li {
  line-height: 1.9;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor ul {
  padding-left: 1.15vw;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-inner-section + .elementor-inner-section .col-text {
  width: 35%;
}
body.single-portfolio .elmec-title-hightline.case-study .elementor-inner-section + .elementor-inner-section .col-text + .col-text {
  width: 65%;
}
body.single-portfolio .elmec-gallery {
  background-color: #2A2E2E;
  padding: 5vw 0;
}
body.single-portfolio .elmec-gallery .elementor-widget-button .elementor-button {
  color: #FFFFFF !important;
  margin-bottom: 1vw !important;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 100vh;
  height: 45.17vw;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .break-1 {
  order: 1;
  flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
  box-sizing: border-box;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .break-2 {
  order: 2;
  flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
  box-sizing: border-box;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .break-3 {
  order: 3;
  flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
  box-sizing: border-box;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image {
  position: relative;
  aspect-ratio: 4/3;
  margin-bottom: 2vw;
  border-radius: 1.05vw;
  overflow: hidden;
  box-sizing: border-box;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-0 {
  aspect-ratio: 710/440;
  width: 37vw;
  order: 1;
  width: 42%;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-1 {
  aspect-ratio: 710/373;
  width: 37vw;
  order: 1;
  width: 42%;
  margin-bottom: 0;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-2 {
  aspect-ratio: 430/865;
  width: 22.4vw;
  order: 2;
  width: 25%;
  margin-bottom: 0;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-3 {
  aspect-ratio: 460/285;
  width: 24vw;
  order: 3;
  width: 27%;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4 {
  aspect-ratio: 460/535;
  width: 24vw;
  order: 3;
  width: 27%;
  margin-bottom: 0;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: url("../images/ELMEC-icona-zoom.svg"), auto;
}
body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image a i {
  position: absolute;
  top: 0;
  left: 0;
}
body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-custom-icon {
  display: none !important;
}
body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content {
  padding-left: 0 !important;
  padding-top: 20px;
}
body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul {
  padding-left: 1.15vw;
}
body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li {
  font-size: 1.15vw;
  color: #7C7C7C;
}
body.single-portfolio .elmec-title-hightline.target.see.title-left > .elementor-container .col-button {
  width: 27.5%;
}

.elmec-case-studies-title {
  padding: 4vw 0 4.5vw !important;
}
.elmec-case-studies-title h1.elementor-heading-title {
  color: #FFFFFF !important;
}
.elmec-case-studies-title .elementor-widget-text-editor p {
  font-weight: 600;
  font-size: 1.9vw !important;
  color: #FFFFFF !important;
  max-width: 27.25vw;
  margin-left: auto;
  line-height: 1.2;
}

.elmec-case-studies-page .elmec-case-studies-filters {
  position: relative;
  z-index: 0;
  padding: 1.9vw 0;
  margin-top: -10px;
}
.elmec-case-studies-page .elmec-case-studies-filters:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: #F2F2F2;
}
.elmec-case-studies-page .elmec-case-studies-filters:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: rgba(242, 242, 242, 0.5);
  visibility: hidden;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-case-studies-page .elmec-case-studies-filters.loading:after {
  z-index: 4;
  visibility: visible;
  cursor: wait;
  opacity: 1;
}
.elmec-case-studies-page .elmec-case-studies-filters .elmec-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elmec-case-studies-page .elmec-case-studies-filters .elmec-container select {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF !important;
  padding: 15px 63px 16px 31px;
  cursor: pointer;
  background: url("../images/ELMEC-icona-plus-select.svg"), #2A2E2E;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 10px) center;
  background-position: calc(100% - 10px) center;
  border-radius: 33px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-case-studies-page .elmec-case-studies-filters .elmec-container select:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
}
.elmec-case-studies-page .elmec-case-studies-filters .elmec-container .order-inputs {
  display: none !important;
}
.elmec-case-studies-page .elmec-case-studies-filters .elmec-container .order-button {
  font-weight: 600;
  color: #2A2E2E;
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.elmec-case-studies-page .elmec-case-studies-filters .elmec-container .order-button .icon {
  margin-left: 8px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-case-studies-page .elmec-case-studies-filters .elmec-container .order-button.asc .icon {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.elmec-case-studies-page .elmec-case-studies-results {
  position: relative;
  z-index: 0;
  padding: 3.7vw 0 5vw;
}
.elmec-case-studies-page .elmec-case-studies-results:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-case-studies-page .elmec-case-studies-results.loading:after {
  z-index: 4;
  visibility: visible;
  cursor: wait;
  opacity: 1;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid {
  display: flex;
  widows: 100%;
  flex-flow: wrap;
  margin-left: -1.6vw;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio {
  width: 50%;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer {
  padding: 1.6vw 1.6vw 4vw;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content {
  position: relative;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .image {
  position: relative;
  aspect-ratio: 81/55;
  overflow: hidden;
  border-radius: 1.05vw;
  z-index: 0;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text {
  padding-top: 1.6vw;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text h3 {
  font-size: 1.9vw;
  margin: 0;
  color: #2A2E2E;
  line-height: 1.2;
  padding-bottom: 0.5vw;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text p {
  font-size: 1.15vw !important;
  margin-bottom: 0;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content:hover .text h3 {
  color: #860217;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-navigation {
  border-top: 1px solid #C3C3C3;
  padding-top: 1.6vw;
  display: flex;
  width: 100%;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-navigation > .page-numbers {
  border: 1px solid #C3C3C3;
  width: 4.7vw;
  height: 4.7vw;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.6vw;
  font-size: 1.9vw;
  color: #2A2E2E;
  background-color: #FFFFFF;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-navigation > .page-numbers.current, .elmec-case-studies-page .elmec-case-studies-results .elmec-navigation > .page-numbers:hover {
  border-color: #860217;
  background-color: #860217;
  color: #FFFFFF;
}
.elmec-case-studies-page .elmec-case-studies-results .elmec-navigation > .page-numbers .icon-right,
.elmec-case-studies-page .elmec-case-studies-results .elmec-navigation > .page-numbers .icon-left {
  -webkit-transform: translateY(0.15vw);
  transform: translateY(0.15vw);
}

.elmec-video-image-placeholder {
  padding: 5vw 0;
}
.elmec-video-image-placeholder img {
  width: 100%;
}

body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li h3,
body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol li h3 {
  font-size: 1.9vw !important;
  color: #1A1A1A;
  margin: 18px 0;
}

body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol li h3 strong {
  color: #860217;
  background-color: #F2F2F2;
  width: 3vw;
  height: 3vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
  margin-right: 5px;
  font-weight: 600;
}

form input, form select, form textarea {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  color: #FFFFFF !important;
  font-size: 1.15vw !important;
  padding: 0.5vw 0 !important;
}
form input::placeholder, form select::placeholder, form textarea::placeholder {
  color: #FFFFFF;
}

form textarea {
  resize: none;
}

.wpcf7 input[type=checkbox] {
  width: 1.5vw;
  height: 1.5vw;
  margin-top: 0;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.3);
  appearance: none;
  border-radius: 0.5vw;
  print-color-adjust: exact;
  background-size: 60% 60%;
  margin-right: 0.5vw;
}

.wpcf7 input[type=checkbox]:checked {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23242424'/%3e%3c/svg%3e");
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-form-control-wrap[data-name=your-privacy],
.wpcf7-form-control-wrap[data-name=your-brevo] {
  margin-top: 25px;
  display: block;
}
.wpcf7-form-control-wrap[data-name=your-privacy] .wpcf7-form-control,
.wpcf7-form-control-wrap[data-name=your-brevo] .wpcf7-form-control {
  display: block;
}
.wpcf7-form-control-wrap[data-name=your-privacy] .wpcf7-form-control a,
.wpcf7-form-control-wrap[data-name=your-brevo] .wpcf7-form-control a {
  color: #FFFFFF !important;
  text-decoration: underline;
}

.wpcf7 .wpcf7-submit {
  margin-top: 3vw;
  background-color: #2A2E2E;
  padding: 10px 11px 10px 31px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.wpcf7 .wpcf7-submit .text {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF !important;
}
.wpcf7 .wpcf7-submit .icon {
  border-radius: 50%;
  background-color: #4F5656;
  padding: 12px 12px 12px 12px;
  display: flex;
  color: #FFFFFF;
  margin-left: 15px;
}
.wpcf7 .wpcf7-submit[disabled] {
  opacity: 0.5;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
  -webkit-transform: translateX(10px) !important;
  transform: translateX(10px) !important;
}

.wpcf7-list-item-label {
  color: #FFFFFF;
  font-size: 1vw;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 2em 0 0;
  color: #FFFFFF;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
}

.elmec-form-prefooter {
  padding: 5vw 0 !important;
}
.elmec-form-prefooter h3.elementor-heading-title {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2vw !important;
}
.elmec-form-prefooter h2.elementor-heading-title {
  font-weight: 500 !important;
  color: #FFFFFF !important;
  font-size: 3.7vw !important;
  line-height: 1.1 !important;
  padding-right: 4vw;
}
.elmec-form-prefooter p {
  font-size: 1.9vw !important;
  color: #FFFFFF !important;
  line-height: 1.2;
  padding-top: 0.5vw;
  padding-right: 3vw;
}

.elmec-blog-uber-section .elementor-inner-section {
  position: relative;
}
.elmec-blog-uber-section .elementor-inner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  z-index: -1;
  pointer-events: all;
  cursor: wait;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-uber-section .elementor-inner-section .elementor-widget-text-editor {
  padding-bottom: 3.7vw !important;
}
.elmec-blog-uber-section .elementor-inner-section .elementor-widget-text-editor p {
  font-size: 1.15vw !important;
}
.elmec-blog-uber-section .elementor-inner-section.elmec-title-sociale {
  border-bottom: 1px solid #C3C3C3;
}
.elmec-blog-uber-section .elementor-inner-section.elmec-title-sociale .col-mecky {
  padding-bottom: 2vw;
}
.elmec-blog-uber-section .elementor-inner-section.elmec-title-sociale .elementor-widget-text-editor {
  padding-top: 0.5vw;
}
.elmec-blog-uber-section .elementor-inner-section.elmec-title-sociale .elementor-widget-text-editor p {
  font-size: 1.9vw !important;
  line-height: 1.2;
}
.elmec-blog-uber-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #860217;
  width: 0;
  z-index: 6;
}
.elmec-blog-uber-section.elmec-loading-ajax .elementor-inner-section {
  pointer-events: none;
}
.elmec-blog-uber-section.elmec-loading-ajax .elementor-inner-section:before {
  visibility: visible;
  z-index: 4;
  opacity: 1;
  pointer-events: all;
}
.elmec-blog-uber-section.elmec-loading-ajax-aniamtion:after {
  width: 100%;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.elmec-blog-uber-section .elmec-elementary-slider .elmec-slide-content .elmec-title .text h4 {
  color: #7C7C7C;
  font-size: 1.15vw !important;
}
.elmec-blog-uber-section .elementor-widget-button {
  padding-bottom: 1vw;
}
.elmec-blog-uber-section .elementor-widget-button .elementor-button {
  font-size: 1.25vw !important;
  color: #2A2E2E !important;
  font-weight: 600;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode {
  padding-top: 4.7vw;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .elmec-elementary-slider {
  padding: 1.5vw 0 0;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .elmec-elementary-slider .elmec-slide-content .elmec-image {
  aspect-ratio: 1/1;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid {
  display: flex;
  flex-flow: wrap;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .title {
  width: 34%;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .title h2 {
  margin: 0;
  font-size: 1.9vw;
  text-transform: uppercase;
  font-weight: 400;
  color: #7C7C7C;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .desc {
  width: 66%;
}
.elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .desc p {
  font-size: 1.15vw !important;
}
.elmec-blog-uber-section .elmec-load-more-container {
  text-align: center;
}
.elmec-blog-uber-section .elmec-load-more-container .elmec-load-more {
  display: inline-flex;
}
.elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button {
  display: flex;
  cursor: pointer;
  margin-top: 3vw;
  background-color: #2A2E2E;
  padding: 10px 11px 10px 31px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 32px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button .text {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF !important;
}
.elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button .icon {
  border-radius: 50%;
  background-color: #4F5656;
  padding: 12px 12px 12px 12px;
  display: flex;
  color: #FFFFFF;
  margin-left: 15px;
}
.elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
  -webkit-transform: translateX(10px) !important;
  transform: translateX(10px) !important;
}
.elmec-blog-uber-section .elmec-load-more-container .elmec-load-more.loading {
  opacity: 0.5;
  pointer-events: none;
}
.elmec-blog-uber-section .elmec-load-more-container .elmec-load-more.loading .elmec-load-more-button {
  cursor: wait;
}

.elmec-blog-navigation {
  background-color: #2A2E2E !important;
  padding: 1vw 0 !important;
}
.elmec-blog-navigation .elmec-select-container .elmec-buttons {
  display: flex;
}
.elmec-blog-navigation .elmec-select-container .elmec-buttons .elmec-ajax-button {
  margin-right: 1.1vw;
}
.elmec-blog-navigation .elmec-select-container .elmec-buttons .elmec-ajax-button button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #2A2E2E;
  padding: 16.5px 42px 17.5px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-navigation .elmec-select-container .elmec-buttons .elmec-ajax-button button:hover, .elmec-blog-navigation .elmec-select-container .elmec-buttons .elmec-ajax-button button.active {
  background-color: #860217;
  color: #FFFFFF;
}
.elmec-blog-navigation .elmec-select-container .elmec-buttons .elmec-ajax-button button[disabled] {
  opacity: 0.5;
  cursor: wait;
}
@media only screen and (max-width: 1023px) {
  .elmec-blog-navigation .elmec-select-container .elmec-buttons {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .elmec-blog-navigation .elmec-select-container .elmec-select {
    display: none;
  }
  #elmec-download-popup, 
  #elmec-work-popup {
    max-width: 75vw;
  }
  .elmec-grid-form {
    display: flex;
    flex-flow: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .elmec-grid-form {
    .input-container {
      width: 100%;
      padding: 0 20px;
    }
    .input-container.half {
      width: 50%;
    }
  }
}

.elmec-blog-tech-page .elmec-tech-filters {
  position: relative;
  z-index: 0;
  padding: 1.9vw 0;
  margin-top: -10px;
}
.elmec-blog-tech-page .elmec-tech-filters:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: #F2F2F2;
}
.elmec-blog-tech-page .elmec-tech-filters:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: rgba(242, 242, 242, 0.5);
  visibility: hidden;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-filters.loading:after {
  z-index: 4;
  visibility: visible;
  cursor: wait;
  opacity: 1;
}
.elmec-blog-tech-page .elmec-tech-filters .elmec-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elmec-blog-tech-page .elmec-tech-filters .elmec-container select {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF !important;
  padding: 15px 63px 16px 31px;
  cursor: pointer;
  background: url("../images/ELMEC-icona-plus-select.svg"), #2A2E2E;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 10px) center;
  background-position: calc(100% - 10px) center;
  border-radius: 33px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-filters .elmec-container select:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
}
.elmec-blog-tech-page .elmec-tech-filters .elmec-container .order-inputs {
  display: none !important;
}
.elmec-blog-tech-page .elmec-tech-filters .elmec-container .order-button {
  font-weight: 600;
  color: #2A2E2E;
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.elmec-blog-tech-page .elmec-tech-filters .elmec-container .order-button .icon {
  margin-left: 8px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-filters .elmec-container .order-button.asc .icon {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.elmec-blog-tech-page .elmec-tech-results {
  position: relative;
  z-index: 0;
  padding: 3.7vw 0 0;
}
.elmec-blog-tech-page .elmec-tech-results:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-results.loading:after {
  z-index: 4;
  visibility: visible;
  cursor: wait;
  opacity: 1;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid {
  display: flex;
  widows: 100%;
  flex-flow: wrap;
  margin-left: -1.6vw;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech {
  width: 25%;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer {
  padding: 1.6vw 1.6vw 4vw;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content {
  position: relative;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1.05vw;
  z-index: 0;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text {
  padding-top: 1.6vw;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text h3 {
  font-size: 1.9vw;
  margin: 0;
  color: #2A2E2E;
  line-height: 1.2;
  padding-bottom: 1.25vw;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text p {
  font-size: 1.15vw !important;
  margin-bottom: 0;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text span.read-more {
  color: #860217;
  font-size: 1.25vw;
  display: flex;
  font-weight: 600;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text span.read-more .text {
  padding-top: 0;
  margin-right: 15px;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text span.read-more .icon {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content:hover .text h3 {
  color: #860217;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content:hover .text span.read-more .icon {
  -webkit-transform: translateX(10px) !important;
  transform: translateX(10px) !important;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-navigation {
  border-top: 1px solid #C3C3C3;
  padding-top: 1.6vw;
  display: flex;
  width: 100%;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers {
  border: 1px solid #C3C3C3;
  width: 4.7vw;
  height: 4.7vw;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.6vw;
  font-size: 1.9vw;
  color: #2A2E2E;
  background-color: #FFFFFF;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers.current, .elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers:hover {
  border-color: #860217;
  background-color: #860217;
  color: #FFFFFF;
}
.elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers .icon-right,
.elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers .icon-left {
  -webkit-transform: translateY(0.15vw);
  transform: translateY(0.15vw);
}
.elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers.dots {
  background-color: #2A2E2E !important;
  color: #FFFFFF !important;
  cursor: default !important;
  border-color: #2A2E2E !important;
}

.elmec-blog-soc-page .elmec-soc-filters {
  position: relative;
  z-index: 0;
  padding: 1.9vw 0;
  margin-top: -10px;
}
.elmec-blog-soc-page .elmec-soc-filters:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: #F2F2F2;
}
.elmec-blog-soc-page .elmec-soc-filters:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: rgba(242, 242, 242, 0.5);
  visibility: hidden;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-filters.loading:after {
  z-index: 4;
  visibility: visible;
  cursor: wait;
  opacity: 1;
}
.elmec-blog-soc-page .elmec-soc-filters .elmec-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elmec-blog-soc-page .elmec-soc-filters .elmec-container select {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF !important;
  padding: 15px 63px 16px 31px;
  cursor: pointer;
  background: url("../images/ELMEC-icona-plus-select.svg"), #2A2E2E;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 10px) center;
  background-position: calc(100% - 10px) center;
  border-radius: 33px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-filters .elmec-container select:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
}
.elmec-blog-soc-page .elmec-soc-filters .elmec-container .order-inputs {
  display: none !important;
}
.elmec-blog-soc-page .elmec-soc-filters .elmec-container .order-button {
  font-weight: 600;
  color: #2A2E2E;
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.elmec-blog-soc-page .elmec-soc-filters .elmec-container .order-button .icon {
  margin-left: 8px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-filters .elmec-container .order-button.asc .icon {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.elmec-blog-soc-page .elmec-soc-results {
  position: relative;
  z-index: 0;
  padding: 3.7vw 0 0;
}
.elmec-blog-soc-page .elmec-soc-results:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  height: 100%;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-results.loading:after {
  z-index: 4;
  visibility: visible;
  cursor: wait;
  opacity: 1;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid {
  display: flex;
  widows: 100%;
  flex-flow: wrap;
  margin-left: -1.6vw;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc {
  width: 33.333333333%;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer {
  padding: 1.6vw 1.6vw 4vw;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content {
  position: relative;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content .image {
  position: relative;
  aspect-ratio: 53/55;
  overflow: hidden;
  border-top-left-radius: 1.05vw;
  border-top-right-radius: 1.05vw;
  z-index: 0;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content .image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text {
  text-align: center;
  background-color: #F2F2F2;
  padding: 2.1vw;
  border-bottom-left-radius: 1.05vw;
  border-bottom-right-radius: 1.05vw;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text h3 {
  font-size: 1.9vw;
  margin: 0;
  color: #2A2E2E;
  line-height: 1.2;
  padding-bottom: 1.9vw;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text p {
  font-size: 1.15vw !important;
  margin-bottom: 0;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more {
  cursor: pointer;
  background-color: #2A2E2E;
  padding: 10px 11px 10px 31px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 32px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more .text {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF !important;
  -werbkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more .icon {
  border-radius: 50%;
  background-color: #4F5656;
  padding: 12px 12px 12px 12px;
  display: flex;
  color: #FFFFFF;
  margin-left: 15px;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
  -webkit-transform: translateX(10px) !important;
  transform: translateX(10px) !important;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content:hover > .text {
  background-color: rgb(229.25, 229.25, 229.25);
}
.elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content:hover > .text h3 {
  color: #860217;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-navigation {
  border-top: 1px solid #C3C3C3;
  padding-top: 1.6vw;
  display: flex;
  width: 100%;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers {
  border: 1px solid #C3C3C3;
  width: 4.7vw;
  height: 4.7vw;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.6vw;
  font-size: 1.9vw;
  color: #2A2E2E;
  background-color: #FFFFFF;
  font-weight: 600;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers.current, .elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers:hover {
  border-color: #860217;
  background-color: #860217;
  color: #FFFFFF;
}
.elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers .icon-right,
.elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers .icon-left {
  -webkit-transform: translateY(0.15vw);
  transform: translateY(0.15vw);
}
.elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers.dots {
  background-color: #2A2E2E !important;
  color: #FFFFFF !important;
  cursor: default !important;
  border-color: #2A2E2E !important;
}

body.single-post article.post {
  width: 73vw;
  padding: 2.5vw 0 7vw;
}
body.single-post article.post > nav ul {
  padding: 0;
  margin: 0;
}
body.single-post article.post > nav ul li {
  list-style: none;
}
body.single-post article.post > nav ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.25vw;
  color: #2A2E2E;
}
body.single-post article.post > nav ul li a i {
  margin-right: 20px;
  font-weight: 900;
}
body.single-post article.post > nav ul li a:hover {
  color: #860217;
}
body.single-post article.post .entry-content {
  padding: 3vw 0 2vw;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 3vw;
}
body.single-post article.post .entry-content p {
  font-size: 1.15vw;
}
body.single-post article.post .entry-content p a {
  color: #860217;
  font-weight: 500;
  text-decoration: underline;
}
body.single-post article.post .entry-content p a:hover {
  text-decoration: none;
}
body.single-post article.post .entry-content ul, body.single-post article.post .entry-content ol {
  padding-left: 1.15vw;
}
body.single-post article.post .entry-content ul li, body.single-post article.post .entry-content ol li {
  font-size: 1.15vw;
  color: #7C7C7C;
}
body.single-post article.post .entry-content ul li a, body.single-post article.post .entry-content ol li a {
  color: #860217;
  font-weight: 500;
  text-decoration: underline;
}
body.single-post article.post .entry-content ul li a:hover, body.single-post article.post .entry-content ol li a:hover {
  text-decoration: none;
}
body.single-post article.post .entry-content .elmec-single-post-contacts {
  background-color: #860217;
  padding: 3vw;
  margin: 5vw 0 3vw;
  border-radius: 1.15vw;
}
body.single-post article.post .entry-content .elmec-single-post-contacts .input-container + .input-container .wpcf7-form-control {
  margin-top: 25px;
  max-height: 150px;
}
body.single-post article.post .entry-content h2 {
  font-size: 3.4vw;
  font-weight: 500;
  color: #2A2E2E;
  padding: 4vw 0 1vw;
  margin: 0 0 3vw !important;
  border-bottom: 1px solid #C3C3C3;
}
body.single-post article.post .entry-content h2 strong {
  font-weight: 500;
}
body.single-post article.post .uicore-single-header {
  margin-bottom: 0;
  padding: 3.2vw 0 2.7vw;
}
body.single-post article.post figure.elmec-post-image {
  position: relative;
  aspect-ratio: 2/1;
  border-radius: 1.05vw;
  overflow: hidden;
  margin: 0;
}
body.single-post article.post figure.elmec-post-image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
body.single-post article.post .uicore-single-header h1.entry-title {
  font-size: 3.4vw;
  font-weight: 500;
  color: #2A2E2E;
  margin: 0;
}

.elmec-case-studies-title.contacts h1.elementor-heading-title {
  font-size: 6.8vw;
  line-height: 1;
  padding-right: 6.5vw;
  padding-bottom: 1.5vw;
}
.elmec-case-studies-title.contacts h2.elementor-heading-title {
  color: #1A1A1A !important;
  font-weight: 500;
  font-size: 3.4vw;
  line-height: 1.1;
}
.elmec-case-studies-title.contacts .col-text p {
  max-width: 100%;
  font-weight: 400;
}
.elmec-case-studies-title.contacts .col-form {
  padding-left: 2.7vw;
}
.elmec-case-studies-title.contacts .col-form > .elementor-widget-wrap {
  background-color: #FFFFFF;
  border-radius: 1.05vw;
  padding: 2.9vw 3.3vw;
}
.elmec-case-studies-title.contacts .col-form .elementor-widget-text-editor p {
  color: #7C7C7C !important;
  font-size: 1.15vw !important;
  font-weight: 400;
  margin-left: 0;
  max-width: 100%;
}
.elmec-case-studies-title.contacts .col-form .wpcf7-list-item-label {
  color: #7C7C7C !important;
}
.elmec-case-studies-title.contacts .col-form .elementor-widget-bdt-contact-form-7 {
  padding-top: 1vw;
}
.elmec-case-studies-title.contacts .col-form .wpcf7-form-control-wrap[data-name=your-privacy] .wpcf7-form-control a,
.elmec-case-studies-title.contacts .col-form .wpcf7-form-control-wrap[data-name=your-brevo] .wpcf7-form-control a {
  color: #7C7C7C !important;
}
.elmec-case-studies-title.contacts .col-form form input, .elmec-case-studies-title.contacts .col-form form select, .elmec-case-studies-title.contacts .col-form form textarea {
  color: #7C7C7C !important;
  border-color: #C3C3C3 !important;
}
.elmec-case-studies-title.contacts .col-form form input::placeholder, .elmec-case-studies-title.contacts .col-form form select::placeholder, .elmec-case-studies-title.contacts .col-form form textarea::placeholder {
  color: #7C7C7C !important;
}

.elmec-contacts-band {
  padding: 2.5vw 0 !important;
}
.elmec-contacts-band .elementor-widget-icon-box {
  padding: 15px 0;
}
.elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-title {
  font-weight: 400;
  font-size: 1.4vw;
}
.elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-title a {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-title a:hover {
  color: white;
}
.elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-icon svg {
  height: 3.5vw;
  width: 3.5vw;
}
.elmec-contacts-band .elementor-column:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.elmec-title-hightline.contacts-page .elementor-widget-button .elementor-button-link {
  color: #2A2E2E !important;
  font-size: 1.25vw !important;
  cursor: default !important;
  padding-bottom: 15px;
}
.elmec-title-hightline.contacts-page .elementor-widget-heading {
  max-width: 60%;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta {
  width: 61%;
  margin-left: auto;
  border-bottom: 1px solid #C3C3C3;
  padding: 15px 0;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta:nth-last-child(1) {
  border-bottom: none;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-heading h3.elementor-heading-title {
  font-size: 2.1vw !important;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-heading h3.elementor-heading-title a {
  color: #2A2E2E;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-heading h3.elementor-heading-title a:hover {
  color: #860217;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box svg {
  width: 3.3vw;
  height: 3.3vw;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box .elementor-icon-box-wrapper {
  align-items: center;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box h3.elementor-icon-box-title {
  font-size: 1.25vw !important;
  font-weight: 400 !important;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box h3.elementor-icon-box-title a {
  color: #7C7C7C !important;
}
.elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box h3.elementor-icon-box-title a:hover {
  color: #860217 !important;
}

.elmec-title-hightline.case-study.page .elementor-widget-button .elementor-button {
  font-size: 1.25vw !important;
  color: #1A1A1A !important;
  font-weight: 500;
}
.elmec-title-hightline.case-study.page .elementor-widget-button .elementor-button:hover {
  color: #860217 !important;
}
.elmec-title-hightline.case-study.page .bdt-toggler-poster {
  min-height: unset !important;
  aspect-ratio: 1080/700;
  position: relative;
  border-radius: 1.05vw;
}
.elmec-title-hightline.case-study.page .bdt-toggler-poster:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-image: url("../images/ELMEC-icona-play-video.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-title-hightline.case-study.page .bdt-toggler-poster:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.elmec-title-hightline.case-study.page .elementor-widget-lightbox {
  padding-top: 2.5vw;
}
.elmec-title-hightline.case-study.page .elmec-requirements {
  padding-top: 3vw;
}
.elmec-title-hightline.case-study.page .elementor-widget-heading {
  max-width: 97%;
}
.elmec-title-hightline.case-study.page .elementor-widget-image {
  padding-top: 2.5vw;
}
.elmec-title-hightline.case-study.page .elementor-widget-image img {
  border-radius: 1.05vw;
}
.elmec-title-hightline.case-study.page h2.elementor-heading-title {
  padding-top: 2vw !important;
}
.elmec-title-hightline.case-study.page h3.elementor-heading-title {
  padding-top: 1.5vw !important;
  color: #7C7C7C !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.9vw !important;
}
.elmec-title-hightline.case-study.page .elementor-widget-text-editor {
  padding-top: 2vw !important;
}
.elmec-title-hightline.case-study.page .elementor-widget-text-editor p, .elmec-title-hightline.case-study.page .elementor-widget-text-editor li {
  font-size: 1.15vw !important;
  color: #7C7C7C !important;
  line-height: 1.6;
}
.elmec-title-hightline.case-study.page .elementor-widget-text-editor li {
  line-height: 1.9;
}
.elmec-title-hightline.case-study.page .elementor-widget-text-editor ul {
  padding-left: 1.15vw;
}
.elmec-title-hightline.case-study.page .elementor-inner-section + .elementor-inner-section .col-text {
  width: 35%;
}
.elmec-title-hightline.case-study.page .elementor-inner-section + .elementor-inner-section .col-text + .col-text {
  width: 65%;
}

body.page-template-default .elmec-gallery {
  background-color: #2A2E2E;
  padding: 5vw 0;
}
body.page-template-default .elmec-gallery .elementor-widget-button .elementor-button {
  color: #FFFFFF !important;
  margin-bottom: 1vw !important;
  font-size: 1.25vw;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 100vh;
  height: 45.17vw;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .break-1 {
  order: 1;
  flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
  box-sizing: border-box;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .break-2 {
  order: 2;
  flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
  box-sizing: border-box;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .break-3 {
  order: 3;
  flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
  box-sizing: border-box;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image {
  position: relative;
  aspect-ratio: 4/3;
  margin-bottom: 2vw;
  border-radius: 1.05vw;
  overflow: hidden;
  box-sizing: border-box;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-0 {
  aspect-ratio: 710/440;
  width: 37vw;
  order: 1;
  width: 42%;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-1 {
  aspect-ratio: 710/373;
  width: 37vw;
  order: 1;
  width: 42%;
  margin-bottom: 0;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-2 {
  aspect-ratio: 430/865;
  width: 22.4vw;
  order: 2;
  width: 25%;
  margin-bottom: 0;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-3 {
  aspect-ratio: 460/285;
  width: 24vw;
  order: 3;
  width: 27%;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4 {
  aspect-ratio: 460/535;
  width: 24vw;
  order: 3;
  width: 27%;
  margin-bottom: 0;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: url("../images/ELMEC-icona-zoom.svg"), auto;
}
body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image a i {
  position: absolute;
  top: 0;
  left: 0;
}

.elmec-team {
  padding-top: 5vw;
}
.elmec-team .elmec-grid {
  display: flex;
  flex-flow: wrap;
  margin-left: -1vw;
}
.elmec-team .elmec-grid .elmec-single-team {
  width: 25%;
  padding: 1vw;
}
.elmec-team .elmec-grid .elmec-single-team .team-content {
  position: relative;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .image-container {
  aspect-ratio: 6/7;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .image {
  position: relative;
  border-radius: 1.05vw;
  overflow: hidden;
  aspect-ratio: 6/7;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  z-index: 0;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .image .video video {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  aspect-ratio: 6/7;
  opacity: 0;
  z-index: 3;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .text {
  padding-top: 1.3vw;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .text h4 {
  margin: 0;
  color: #860217;
  padding-top: 10px;
  font-size: 1.25vw;
  font-weight: 600;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .text h3 {
  font-size: 1.9vw;
  margin: 0;
  color: #2A2E2E;
  font-weight: 600;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .text .desc-container {
  padding-top: 15px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-team .elmec-grid .elmec-single-team .team-content .text .desc-container p {
  margin: 0;
  font-size: 1.15vw !important;
}
.elmec-team .elmec-grid .elmec-single-team .team-content:hover .image {
  aspect-ratio: 6/7;
}
.elmec-team .elmec-grid .elmec-single-team .team-content:hover .video video {
  opacity: 1;
}

.elmec-title-hightline.counter.big-title .elementor-widget-heading h1.elementor-heading-title {
  font-size: 6.8vw;
  line-height: 1;
}
.elmec-title-hightline.counter.big-title .elementor-widget-heading h1.elementor-heading-title strong {
  font-weight: 500;
  color: #860217;
}
.elmec-title-hightline.counter.big-title .elmec-scroll-to.elementor-widget-button a {
  font-size: 1.25vw !important;
  color: #1A1A1A !important;
  font-weight: 500;
  margin-top: 2vw;
}
.elmec-title-hightline.counter.big-title .elementor-widget-text-editor {
  margin-top: 20px;
}
.elmec-title-hightline.counter.big-title .elementor-widget-text-editor p {
  font-size: 1.9vw;
}

.elmec-sectors {
  padding: 5vw 0 2vw;
}
.elmec-sectors .elmec-sectors-grid {
  display: flex;
  flex-flow: wrap;
  margin-left: -1.2vw;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector {
  padding: 1.2vw;
  width: 25%;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .image {
  position: relative;
  aspect-ratio: 395/550;
  overflow: hidden;
  border-radius: 1.05vw;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .image img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .image a {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(134, 2, 23, 0.8);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .image a span {
  width: 7vw;
  height: 7vw;
  background-color: #FFFFFF;
  padding: 1vw;
  border-radius: 50%;
  color: #860217;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-align: center;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .image:hover a {
  opacity: 1;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title {
  padding-top: 1vw;
  padding-bottom: 2vw;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title h3 {
  margin: 0;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title h3 a {
  font-size: 1.9vw;
  color: #2A2E2E;
}
.elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title h3 a:hover {
  color: #860217;
}

.elmec-title-hightline.sectors-title-acc {
  padding-bottom: 0 !important;
}
.elmec-title-hightline.sectors-title-acc .elmec-scroll-to.elementor-widget-button a {
  font-size: 1.25vw !important;
  color: #1A1A1A !important;
  font-weight: 500;
}
.elmec-title-hightline.sectors-title-acc .elementor-widget-text-editor p {
  font-size: 1.9vw;
}
.elmec-title-hightline.sectors-title-acc .col-text {
  width: 31%;
}
.elmec-title-hightline.sectors-title-acc .col-button {
  width: 69%;
}

.elmec-title-hightline.target.see.sectors-acc > .elementor-container {
  width: 62.5% !important;
}
.elmec-title-hightline.target.see.sectors-acc > .elementor-container .elementor-widget-uicore-accordion .ui-e-content {
  padding-left: 0 !important;
  padding-right: 5vw !important;
}

.elmec-sectors-download {
  padding: 5vw 0;
}
.elmec-sectors-download h2.elementor-heading-title {
  font-weight: 500;
  font-size: 4.7vw;
  color: #1A1A1A;
  line-height: 1.1;
  padding-bottom: 20px;
}
.elmec-sectors-download h2.elementor-heading-title strong {
  color: #860217;
  font-weight: 500;
}
.elmec-sectors-download .elementor-widget-text-editor {
  padding-top: 1.6vw !important;
}
.elmec-sectors-download .elementor-widget-text-editor p {
  font-size: 1.15vw;
}
.elmec-sectors-download .col-mecky {
  padding-right: 2vw;
}
.elmec-sectors-download .col-image {
  padding-left: 2vw;
}
.elmec-sectors-download .col-image img {
  border-radius: 1.05vw;
}

.elmec-title-hightline.case-studies-text {
  padding-bottom: 1vw !important;
}
.elmec-title-hightline.case-studies-text .elementor-widget-heading,
.elmec-title-hightline.case-studies-text .elementor-widget-text-editor {
  max-width: 57%;
}
.elmec-title-hightline.case-studies-text .elementor-widget-heading p,
.elmec-title-hightline.case-studies-text .elementor-widget-text-editor p {
  font-size: 1.15vw;
}
.elmec-title-hightline.case-studies-text .elementor-widget-text-editor {
  padding-top: 15px;
}

.elmec-case-studies-page.sectors .elmec-case-studies-results {
  padding: 0 !important;
}
.elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid {
  margin-left: -1.2vw;
}
.elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid .elmec-single-portfolio {
  width: 33.33333333%;
}
.elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer {
  padding: 1.6vw 1.2vw 4vw;
}
.elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .image {
  aspect-ratio: 53/50;
}

.elmec-works-det {
  padding-bottom: 7vw;
}
.elmec-works-det .col-text {
  width: 22%;
}
.elmec-works-det .col-det {
  width: 39%;
  padding-left: 1.9vw;
}
.elmec-works-det p {
  font-size: 1.15vw;
}
.elmec-works-det .elementor-widget-image-box .elementor-image-box-img {
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 1.05vw;
  overflow: hidden;
  margin: 0 !important;
}
.elmec-works-det .elementor-widget-image-box .elementor-image-box-img img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
}
.elmec-works-det .elementor-widget-image-box .elementor-image-box-content h3 {
  padding-top: 30px;
  margin: 0;
  color: #2A2E2E;
  font-size: 1.9vw;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 30px;
}

.elmec-solutions .elementor-widget-icon-box.elmec-svg-car svg {
  height: auto;
  width: 8vw;
}

.elmec-requirements.elmec-sec-bg-video {
  width: -webkit-calc(65% - 20px);
  width: calc(65% - 20px);
  margin-left: -webkit-calc(35% + 10px);
  margin-left: calc(35% + 10px);
  aspect-ratio: 16/9;
  border-radius: 1.05vw;
  overflow: hidden;
  margin-top: 2.5vw !important;
  padding: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .elmec-requirements.elmec-sec-bg-video {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 10px;
    border-radius: 15px;
  }
}

.elmec-requirements .elementor-custom-embed-play svg {
  filter: none;
  opacity: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.elmec-requirements .elementor-custom-embed-image-overlay {
  margin-top: 2.5vw !important;
  border-radius: 1.05vw;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .elmec-requirements .elementor-custom-embed-image-overlay {
    border-radius: 15px;
  }
}
.elmec-requirements .elementor-widget-video iframe {
  border-radius: 1.05vw;
}
@media only screen and (max-width: 1023px) {
  .elmec-requirements .elementor-widget-video iframe {
    border-radius: 15px;
  }
}
.elmec-requirements .elementor-widget.elementor-widget-video:after {
  content: "";
  width: 100%;
  display: block;
  height: -webkit-calc(100% - 2.5vw);
  height: calc(100% - 2.5vw);
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.5vw;
  z-index: 2;
  cursor: pointer;
}
.elmec-requirements .elementor-widget.elementor-widget-video.elmec-playing:after {
  cursor: default;
}
.elmec-requirements .elementor-widget.elementor-widget-video:hover .elementor-custom-embed-play svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul {
  padding-left: 1.15vw;
}
@media only screen and (max-width: 1023px) {
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul {
    padding-left: 18px !important;
  }
}
.elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li {
  font-size: 1.15vw !important;
  color: #7C7C7C;
}
@media only screen and (max-width: 1023px) {
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li {
    font-size: 18px !important;
  }
}

.elmec-title-hightline.target.elmec-404 .elementor-widget-text-editor {
  padding-top: 0 !important;
  padding-bottom: 40px;
}
.elmec-title-hightline.target.elmec-404 .col-mecky .elementor-widget-text-editor {
  position: absolute;
  top: 8vw;
  left: 1vw;
  z-index: 2;
}
.elmec-title-hightline.target.elmec-404 .col-mecky .elementor-widget-text-editor p {
  color: #FFFFFF !important;
  background-color: #860217;
  padding: 30px 45px;
  border-top-left-radius: 1.05vw;
  border-bottom-left-radius: 1.05vw;
  border-top-right-radius: 1.05vw;
  font-weight: 500;
  font-size: 1.25vw !important;
  display: inline-block;
  max-width: 20vw;
}
.elmec-title-hightline.target.elmec-404.download h1 {
  font-size: 6.8vw;
  line-height: 1;
  margin-top: 0;
}
.elmec-title-hightline.target.elmec-404.download h1 strong {
  font-weight: 500;
  color: #860217;
}
.elmec-title-hightline.target.elmec-404.download .elmec-download-section p {
  font-size: 1.15vw;
}
.elmec-title-hightline.target.elmec-404.download .elmec-download-section .elementor-button {
  padding-top: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  font-weight: 500;
  background-color: #2A2E2E !important;
  font-size: 18px;
  color: #FFFFFF !important;
}
.elmec-title-hightline.target.elmec-404.download .elmec-download-section .elementor-button:hover {
  background-color: rgb(29.8295454545, 32.6704545455, 32.6704545455) !important;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.elmec-title-hightline.target.elmec-404.download .elmec-download-section .elementor-button .elementor-button-icon {
  margin-left: 15px;
}
.elmec-title-hightline.target.elmec-404.download .elmec-download-section .elementor-button .elementor-button-icon svg {
  width: 40px;
  height: 40px;
}
.elmec-title-hightline.target.elmec-404.download .elmec-download-section .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}

.elmec-title-hightline.elmec-box-red-sec.product {
  padding-bottom: 0 !important;
}

.mecky-books.product.no-pd {
  padding-bottom: 0 !important;
}
.mecky-books.product .elementor-widget-image-box .elementor-image-box-content {
  display: flex;
  flex-direction: column-reverse;
}
.mecky-books.product .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
  font-size: 1.9vw;
  color: #2A2E2E;
  font-weight: 600;
  padding-top: 30px;
}

.elmec-solutions {
  padding: 6vw 0;
}
.elmec-solutions .elementor-widget-button a {
  font-size: 1.25vw !important;
  color: #FFFFFF !important;
  font-weight: 500;
}
.elmec-solutions h2.elementor-heading-title {
  font-weight: 600;
  font-size: 4.2vw;
  color: #FFFFFF;
  line-height: 1.1;
  padding-bottom: 2vw;
}
.elmec-solutions .elementor-widget-icon-box svg {
  width: 6.2vw;
  height: 6.2vw;
}
.elmec-solutions .elementor-widget-icon-box + .elementor-widget-icon-box {
  padding-top: 3vw;
}
.elmec-solutions .col-right {
  padding-top: 8vw;
}
.elmec-solutions h3.elementor-icon-box-title {
  color: #FFFFFF;
  font-size: 3vw;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 1.5vw;
}
.elmec-solutions p {
  font-size: 1.5vw;
  color: #FFFFFF;
  padding-right: 1.5vw;
}

.elmec-circle-tabs {
  padding-top: 3vw;
  width: 72vw;
  margin: 0 auto;
}
.elmec-circle-tabs .elmec-circle-grid {
  display: flex;
  flex-flow: wrap;
}
.elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-titles {
  position: relative;
  width: 42%;
}
.elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-titles .elmec-circle-tab-title {
  background-color: #7C7C7C;
}
.elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-titles .elmec-circle-tab-title:nth-child(1) {
  background-color: #860217;
}
.elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-texts {
  position: relative;
  width: 26%;
}

.elmec-title-horiz-scroll {
  overflow: hidden;
}

.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-slider {
  position: relative;
}
.elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-slider .sticky .elmec-processes-container {
  position: fixed;
  top: 0;
  bottom: auto;
}

.elmec-title-hightline.elmec-title-horiz-scroll #horizontal-wrapper {
  height: 400vh;
  position: relative;
}
.elmec-title-hightline.elmec-title-horiz-scroll #horizontal-wrapper.sticky .inner {
  position: fixed;
  bottom: -150px;
}
.elmec-title-hightline.elmec-title-horiz-scroll #horizontal-wrapper.post-sticky .inner {
  position: absolute;
  top: 150px;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
.elmec-title-hightline.elmec-title-horiz-scroll #horizontal-wrapper.pre-sticky .inner {
  position: absolute;
  top: unset;
  bottom: -150px;
}

.elmec-title-hightline.elmec-title-horiz-scroll .inner {
  height: 100vh;
  width: 159vw;
}

.gmp_map_opts .gm-style-iw-a .gm-style-iw > div:first-child {
  overflow: visible !important;
  z-index: 3;
  background-color: transparent !important;
}

.gm-style .gm-style-iw-c.gm-style-iw {
  border-radius: 1.05vw !important;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
  padding: 20px !important;
}

button.gm-ui-hover-effect {
  background-color: #860217 !important;
  opacity: 1;
  border-radius: 50%;
  color: #FFFFFF !important;
  -webkit-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}

.gm-ui-hover-effect > span {
  background-color: #FFFFFF !important;
}

.gmpInfoWindowtitle {
  display: none !important;
}

.gm-style .gm-style-iw-c.gm-style-iw br {
  display: none !important;
}
.gm-style .gm-style-iw-c.gm-style-iw pre {
  border: none;
  padding: 0;
  position: relative;
  display: block;
  aspect-ratio: 16/11;
  overflow: hidden;
  min-height: 200px;
}
.gm-style .gm-style-iw-c.gm-style-iw pre img {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  border-radius: 1.05vw !important;
}
.gm-style .gm-style-iw-c.gm-style-iw h4 {
  font-size: 1.9vw;
  margin: 0;
  font-weight: 600;
}
.gm-style .gm-style-iw-c.gm-style-iw h5 {
  color: #860217;
  font-weight: 600;
  font-weight: 600;
  font-size: 1.1vw;
  margin: 15px 0;
}
.gm-style .gm-style-iw-c.gm-style-iw p {
  font-size: 0.8vw;
  margin-bottom: 0;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
  padding: 0 !important;
  max-height: unset !important;
  margin-top: -66px;
}

.elmec-circle-tab-title h3 {
  font-size: 1.15vw !important;
  font-weight: 400;
  margin: 0 auto;
  color: #FFFFFF;
  max-width: 7vw;
}

.elmec-circle-tab-title {
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

.elmec-circle-tab-title:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.elmec-circle-tab-title .tab-content {
  text-align: center;
  padding-top: 1vw;
}

.elmec-circle-tab-title[data-tab="2"] {
  background-color: #860217 !important;
  width: 100%;
  position: relative;
  z-index: 1;
}

.elmec-circle-tab-title[data-tab="1"] {
  background-color: #C3C3C3 !important;
  width: 75%;
  position: absolute;
  z-index: 2;
  top: 5vw;
  left: 6vw;
}

.elmec-circle-tab-title[data-tab="0"] {
  background-color: #FFFFFF !important;
  width: 50%;
  position: absolute;
  z-index: 3;
  top: 10.6vw;
  left: 11vw;
}

.elmec-circle-tab-title[data-tab="0"] h3 {
  color: #7C7C7C;
}

.elmec-circle-tab-title[data-tab="0"] .tab-content {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-texts {
  width: 40%;
}

.elmec-circle-tabs .elmec-circle-grid {
  justify-content: space-between;
}

.elmec-circle-tab-text {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  transition-property: opacity, transform;
  transition-duration: 0.333s;
  height: 0;
  overflow: hidden;
}

.elmec-circle-tab-text.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: unset;
}

.elmec-circle-tab-text h3 {
  font-size: 1.9vw;
  font-weight: 600;
  color: #3B3E3E;
}

.elmec-circle-tab-text ul {
  padding-left: 1.25vw;
  list-style: none;
}

.elmec-circle-tab-text ul li {
  font-size: 1.25vw;
  color: #7C7C7C;
}

.otgs-development-site-front-end {
  display: none;
}

footer .elementor-section.elementor-section-boxed > .elementor-container {
  width: 100% !important;
  padding: 0 70px;
}
@media only screen and (min-width: 1921px) {
  footer .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 4vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 36px;
  }
}
@media only screen and (max-width: 767px) {
  footer .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 30px;
  }
}
footer .elmec-footer-top {
  border-bottom: 1px solid #860217;
  padding: 0 !important;
}
footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 {
  width: 50% !important;
}
@media only screen and (max-width: 1023px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 {
    width: 100% !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 > .elementor-widget-wrap {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 > .elementor-widget-wrap {
    padding-top: 60px !important;
    margin-bottom: 0 !important;
  }
}
footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-1 {
  width: 18% !important;
}
@media only screen and (max-width: 1023px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-1 {
    width: 33% !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-1 > .elementor-widget-wrap {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-1 {
    width: 100% !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-1 > .elementor-widget-wrap {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
  }
}
footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-2 {
  width: 17% !important;
}
@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-2 {
    width: 17% !important;
  }
}
@media only screen and (max-width: 1023px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-2 {
    width: 48% !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-2 > .elementor-widget-wrap {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-2 {
    width: 100% !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-2 > .elementor-widget-wrap {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
  }
}
footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 {
  width: 17% !important;
}
@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 {
    width: 17% !important;
  }
}
@media only screen and (max-width: 1023px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 {
    width: 19% !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 > .elementor-widget-wrap {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 {
    width: 100% !important;
  }
}
footer .elmec-footer-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 70px 0 !important;
}
footer .elmec-footer-top .elementor-widget-image {
  margin-bottom: 25px !important;
}
footer .elmec-footer-top .elementor-widget-image img {
  height: 40px;
  width: auto !important;
}
@media only screen and (min-width: 1921px) {
  footer .elmec-footer-top .elementor-widget-image img {
    height: 2.08vw;
  }
}
footer .elmec-footer-top .elementor-widget-text-editor {
  max-width: 90% !important;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  footer .elmec-footer-top .elementor-widget-text-editor {
    max-width: 85% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top .elementor-widget-text-editor {
    max-width: 100% !important;
  }
}
footer .elmec-footer-top .elementor-widget-text-editor p {
  color: #FFFFFF;
  font-size: 22px;
}
@media only screen and (max-width: 1439px) {
  footer .elmec-footer-top .elementor-widget-text-editor p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top .elementor-widget-text-editor p {
    font-size: 16px;
  }
}
footer .elmec-footer-top .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item > .elementor-icon-list-text {
  color: #FFFFFF;
  font-size: 22px;
  margin-right: 30px;
}
@media only screen and (max-width: 1439px) {
  footer .elmec-footer-top .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item > .elementor-icon-list-text {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item > .elementor-icon-list-text {
    font-size: 16px;
    margin-right: 10px;
  }
}
footer .elmec-footer-top .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item > a {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item > a {
    margin-right: 0;
  }
}
footer .elmec-footer-top .elementor-widget .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item > a {
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1439px) {
  footer .elmec-footer-top .elementor-widget .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item > a {
    font-size: 20px;
    font-weight: 600;
  }
}
footer .elmec-footer-top .elementor-widget .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item > a > .elementor-icon-list-text {
  color: #FFFFFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
footer .elmec-footer-top .elementor-widget .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:hover > a > .elementor-icon-list-text {
  color: #C3C3C3;
}
footer .elmec-footer-botttom {
  padding: 0 !important;
  border-bottom: 1px solid #650313;
}
footer .elmec-footer-botttom p {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
}
@media only screen and (max-width: 1439px) {
  footer .elmec-footer-botttom p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-botttom p {
    font-size: 16px;
    text-align: center;
  }
}
footer .elmec-footer-botttom p > a {
  color: rgba(255, 255, 255, 1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
footer .elmec-footer-botttom p > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer .elmec-footer-botttom > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 42px 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .elementor-section.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper > .elementor-container, .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    width: 95%;
  }
  .elmec-title-hightline.target.see.title-left.title-h1 .elmec-scroll-to.elementor-widget-button.elementor-align-right {
    text-align: left;
  }
  .uicore-is-ham .uicore-mobile-head-right {
    flex-flow: row;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-big-icon-red img {
    height: 100vh;
    width: auto;
    max-width: none;
  }
  .elmec-home-header-banner .elementor-widget-heading h1.elementor-heading-title {
    font-size: 50px;
    line-height: 1.2;
    padding-top: 130px;
  }
  .elmec-home-header-banner .elementor-inner-section > .elementor-container {
    justify-content: space-between;
  }
  .elmec-home-header-banner .elementor-inner-section {
    padding-top: 90px !important;
  }
  .elmec-vertical-images .elementor-column {
    width: 100% !important;
  }
  .elmec-vertical-images .elementor-inner-section .elementor-column {
    width: 33.33333333% !important;
  }
  .elmec-home-header-banner .elementor-inner-section .elementor-column {
    width: 50% !important;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-heading {
    padding-bottom: 50px;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    font-size: 18px;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget .elementor-icon-list-icon svg {
    width: 24px;
    height: 24px;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-big-icon-red {
    left: -35%;
  }
  .elmec-home-header-banner {
    padding: 85px 0 !important;
  }
  .elmec-home-header-banner .elementor-button-link {
    font-size: 20px !important;
    margin-top: 60px;
  }
  .elmec-title-hightline .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px !important;
  }
  .elmec-title-hightline .elementor-widget-heading {
    max-width: 100% !important;
  }
  .elmec-title-hightline {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .elmec-title-hightline.elementary {
    overflow: hidden;
  }
  .elmec-vertical-images .elementor-widget-heading h5.elementor-heading-title {
    font-size: 18px !important;
    font-weight: 400;
    color: #7C7C7C;
  }
  .elmec-vertical-images .elementor-inner-section .elementor-column > .elementor-widget-wrap {
    padding: 30px 0;
  }
  .elmec-vertical-images .elementor-widget-image a img {
    border-radius: 15px !important;
  }
  .elmec-vertical-images .elementor-widget-heading h3.elementor-heading-title {
    font-size: 22px;
    padding-bottom: 50px;
  }
  .elmec-vertical-images .elementor-inner-section {
    padding-bottom: 0 !important;
  }
  .elmec-vertical-images {
    padding-bottom: 0 !important;
  }
  .elmec-text-button-image {
    aspect-ratio: 4/6;
    padding-bottom: 50px !important;
  }
  .elmec-text-button-image .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px !important;
    padding-bottom: 50px !important;
  }
  .elmec-text-button-image .elementor-widget-heading {
    max-width: 100% !important;
  }
  .elmec-title-hightline.target > .elementor-container {
    width: 95% !important;
  }
  .elmec-title-hightline.target .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-title {
    font-size: 30px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-custom-icon svg {
    width: 28px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content {
    width: 95% !important;
    padding-left: 40px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-icon i {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-custom-icon {
    padding-right: 10px !important;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .col-text {
    width: 100% !important;
  }
  .elmec-title-hightline.target {
    padding-bottom: 35px !important;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elementor-widget-text-editor p {
    font-size: 18px !important;
    padding-top: 20px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .col-mecky {
    width: 100% !important;
  }
  .elmec-mecky-popup {
    max-width: 280px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elementor-widget-shortcode {
    padding-top: 50px;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content {
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .elmec-mecky-popup .mecky-popup-fancy {
    width: 86%;
  }
  .elmec-mecky-popup .elmec-mecky-popup-container:hover .mecky-popup-fancy {
    left: -60px;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a .text {
    font-size: 14px;
    margin-right: 15px;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a .icon {
    font-size: 14px;
  }
  .elmec-mecky-popup .mecky-popup-fancy {
    top: -105%;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container {
    width: 100%;
    flex-flow: wrap;
    margin-left: -20px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-image {
    border-radius: 15px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-title h3 {
    font-size: 24px;
    margin: 20px 0;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-text p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-text {
    padding-bottom: 50px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll {
    padding-bottom: 0 !important;
  }
  .elmec-title-hightline.target.see > .elementor-container {
    margin-right: auto;
  }
  .elmec-title-hightline.target.see .elementor-widget-heading h2.elementor-heading-title {
    font-size: 50px !important;
  }
  .elmec-title-hightline.target.see .elementor-widget-heading {
    padding-bottom: 40px;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-item {
    padding: 30px 0 30px !important;
  }
  .elmec-title-hightline.elementary p {
    font-size: 18px !important;
    text-align: left;
    padding-top: 20px;
  }
  .elmec-elementary-slider {
    margin-left: 0;
    padding: 50px 0;
  }
  .elmec-elementary-slider .elmec-slide-content {
    padding: 0;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-image {
    border-radius: 15px;
  }
  .elmec-elementary-slider .swiper-pagination {
    position: relative;
    padding-top: 30px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .text h3 {
    font-size: 18px !important;
    padding-bottom: 10px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .text h4 {
    font-size: 16px !important;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .icon svg {
    width: 24px;
  }
  .elmec-elementary-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 15px;
    height: 15px;
  }
  .elmec-elementary-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title {
    padding-top: 20px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .text {
    padding-left: 15px;
  }
  .elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap {
    border-radius: 15px;
    padding: 20px;
  }
  .elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-background-overlay {
    border-radius: 15px;
  }
  .elmec-title-hightline.mecky .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container img {
    height: -webkit-calc(100% + 15vw);
    height: calc(100% + 15vw);
    bottom: -4vw;
  }
  .elmec-title-hightline.mecky .elementor-widget-text-editor {
    padding: 15px 0 20px;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-title h2 {
    font-size: 32px !important;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-title {
    top: 40%;
    max-width: 70%;
    left: 5%;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list .elementor-icon-list-text {
    font-size: 18px !important;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-heading h1.elementor-heading-title {
    font-size: 32px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list .elementor-icon-list-icon svg {
    width: 24px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red {
    width: 100% !important;
    border-radius: 15px;
    padding: 20px !important;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
    margin-bottom: -110px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list {
    width: 100%;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-button .elementor-button {
    font-size: 14px !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .elmec-title-hightline.elmec-box-red-sec .col-mecky {
    width: 100% !important;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .elmec-fraction .elmec-fraction-current {
    font-size: 18px;
    width: 50px;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination {
    bottom: 150px;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .col-text {
    width: 100% !important;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .col-mecky {
    width: 100% !important;
    padding-top: 30px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-text-editor p {
    font-size: 20px;
    max-width: 100%;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon svg {
    width: 50px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-content p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box + .elementor-widget-icon-box {
    padding-top: 20px;
  }
  .elmec-flux .elementor-inner-section .elementor-widget-heading h2 {
    font-size: 32px;
  }
  .elmec-flux .elementor-inner-section .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.counter .col-text {
    width: 100% !important;
  }
  .elmec-title-hightline.counter .col-mecky {
    width: 100% !important;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter {
    padding: 20px;
    border-radius: 15px;
    height: 100%;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter .elementor-counter .elementor-counter-title {
    font-size: 18px !important;
    line-height: 1.2;
    text-align: center;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-column > .elementor-element-populated {
    padding: 15px 3%;
  }
  .elmec-title-hightline.target.see.title-left > .elementor-container .col-text .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.target.see.title-left > .elementor-container .col-text {
    width: 100%;
  }
  .elmec-title-hightline.target.see.title-left > .elementor-container .col-button {
    width: 100%;
  }
  .elmec-title-hightline.target .elementor-widget-text-editor {
    padding-top: 0 !important;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content {
    padding: 20px 0 0 !important;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content h3.bdt-ep-static-carousel-title {
    font-size: 24px !important;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content .bdt-ep-static-carousel-sub-title {
    display: none !important;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content h3.bdt-ep-static-carousel-title:before {
    width: 24px;
    height: 24px;
  }
  .elmec-title-hightline.target.see.title-left .elementor-widget-wrap {
    padding-left: 0 !important;
    justify-content: flex-start;
  }
  .elmec-title-hightline.mecky > .elementor-container {
    width: 90% !important;
  }
  .elmec-title-hightline.target.see.title-left.title-h1 .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
  }
  .elmec-title-hightline.counter .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
  }
  .elmec-team .elmec-grid {
    margin-left: -20px;
  }
  .elmec-team .elmec-grid .elmec-single-team {
    width: 50%;
    padding: 0 20px 50px;
  }
  .elmec-team .elmec-grid .elmec-single-team:nth-last-child(1) {
    padding-bottom: 0;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .image {
    border-radius: 15px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text h3 {
    font-size: 24px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text h4 {
    font-size: 18px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text {
    padding-top: 20px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text .desc-container p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .elementor-widget-button .elementor-button {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .elementor-inner-section + .elementor-inner-section .col-text {
    width: 100%;
  }
  .elmec-title-hightline.case-study.page .elementor-inner-section + .elementor-inner-section .col-text + .col-text {
    width: 100%;
  }
  .elmec-title-hightline.case-study.page h3.elementor-heading-title {
    font-size: 20px !important;
  }
  .elmec-title-hightline.case-study.page .elementor-widget-text-editor p, .elmec-title-hightline.case-study.page .elementor-widget-text-editor li {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .bdt-toggler-poster:after {
    width: 70px;
    height: 70px;
  }
  body.page-template-default .elmec-gallery .elementor-widget-button .elementor-button,
  body.single-portfolio .elmec-gallery .elementor-widget-button .elementor-button {
    font-size: 18px !important;
  }
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container {
    height: unset;
  }
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-0,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-1,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-2,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-3,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-0,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-1,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-2,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-3,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4 {
    aspect-ratio: 16/9;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4 {
    margin-bottom: 0;
  }
  body.page-template-default .elmec-gallery,
  body.single-portfolio .elmec-gallery {
    padding: 40px 0 50px;
  }
  .elmec-title-hightline.target.see.title-left.team-acc > .elementor-container {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto;
  }
  .elmec-title-hightline.target.see.title-left.team-acc {
    padding-bottom: 0 !important;
  }
  .elmec-title-hightline.target.see.title-left.team-acc .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .elmec-title-hightline.target.team-acc .elementor-widget-text-editor {
    padding-top: 0 !important;
    margin-top: 0;
    padding-bottom: 0px;
  }
  .elmec-title-hightline.target.team-acc-1 > .elementor-container {
    width: 95% !important;
  }
  .elmec-case-studies-title .elementor-widget-text-editor p {
    font-size: 20px !important;
    max-width: 100%;
    text-align: left;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container select {
    font-size: 16px;
  }
  .elmec-case-studies-page .elmec-case-studies-filters {
    padding: 20px 0;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container {
    flex-flow: wrap;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container .column {
    width: 100%;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container .order-button {
    font-size: 18px;
    margin-top: 15px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid {
    margin-left: -20px;
  }
  .elmec-form-prefooter .elementor-column {
    width: 100% !important;
  }
  .elmec-blog-uber-section .elementor-widget-button {
    text-align: left !important;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio {
    width: 100%;
  }
  .elmec-case-studies-page .elmec-case-studies-results {
    padding: 50px 0 20px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer {
    padding: 0 20px 30px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text p {
    font-size: 18px !important;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text {
    padding-top: 15px;
  }
  body.single-portfolio .elementor-widget-uicore-accordion .ui-e-icon.ui-e-right {
    padding-left: 10px;
  }
  body.single-portfolio .elmec-title-case-study h1.elementor-heading-title {
    font-size: 32px;
    line-height: 1.2;
    max-width: 60%;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container {
    flex-flow: wrap;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(1),
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(2),
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(3) {
    width: 100%;
    text-align: left;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(2) {
    padding: 10px 0 11px;
    margin: 0px 0 10px;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(1) {
    padding-bottom: 11px;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h4 {
    font-size: 18px !important;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h3 {
    font-size: 24px;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode {
    border-radius: 20px !important;
    padding: 20px !important;
    margin-top: -7vw !important;
    width: 100%;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    border-right: none;
    top: unset;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-button .elementor-button {
    font-size: 18px !important;
    margin-top: -20px;
  }
  body.single-portfolio .elmec-title-hightline.case-study h3.elementor-heading-title {
    font-size: 20px !important;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-inner-section + .elementor-inner-section .col-text {
    width: 100%;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-inner-section + .elementor-inner-section .col-text + .col-text {
    width: 100%;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor p, body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor li {
    font-size: 18px !important;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor ul {
    padding-left: 18px;
  }
  body.single-portfolio .elmec-title-hightline.target.see.title-left > .elementor-container .col-button {
    width: 100%;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor {
    padding-top: 10px !important;
    margin-top: 5px;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .elmec-form-prefooter h3.elementor-heading-title {
    font-size: 18px !important;
  }
  .elmec-form-prefooter {
    padding: 50px 0 !important;
  }
  .elmec-form-prefooter h2.elementor-heading-title {
    font-size: 32px !important;
    padding-right: 0;
  }
  .elmec-form-prefooter p {
    font-size: 18px !important;
  }
  form input, form select, form textarea {
    font-size: 18px !important;
    padding: 10px 0 !important;
  }
  .wpcf7-list-item-label {
    font-size: 16px;
  }
  .wpcf7 .wpcf7-submit {
    margin-top: 30px;
    padding: 6px 6px 6px 20px;
  }
  .wpcf7 input[type=checkbox] {
    width: 21px;
    height: 18px;
    border-radius: 4px;
    margin-right: 5px;
  }
  .wpcf7 .wpcf7-submit .text {
    font-size: 16px;
  }
  .elmec-case-studies-title {
    padding: 40px 0 !important;
  }
  .elmec-case-studies-title.contacts .col-form {
    padding: 20px 3%;
  }
  .elmec-case-studies-title.contacts .col-form > .elementor-widget-wrap {
    border-radius: 15px;
    padding: 20px;
  }
  .elmec-case-studies-title.contacts h2.elementor-heading-title {
    font-size: 28px;
  }
  .elmec-case-studies-title.contacts .col-form .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-icon svg {
    height: 50px;
    width: 50px;
  }
  .elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 20px;
  }
  .elementor-section.elmec-contacts-band.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper > .elementor-container, .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    width: 95% !important;
  }
  .elmec-title-hightline.contacts-page .elementor-widget-button .elementor-button-link {
    font-size: 18px !important;
  }
  .elmec-contacts-band {
    padding: 30px 0 !important;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta {
    width: 100%;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-heading h3.elementor-heading-title {
    font-size: 24px !important;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box svg {
    width: 40px;
    height: 40px;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box h3.elementor-icon-box-title {
    font-size: 18px !important;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
    margin-bottom: 5px;
  }
  .elmec-case-studies-title.contacts.mecky .col-mecky .elementor-widget-text-editor p {
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px !important;
    width: 180px;
  }
  .elmec-case-studies-title.contacts.mecky .col-mecky .elementor-widget-text-editor {
    position: absolute;
    left: 10px;
  }
  .elmec-case-studies-title.contacts.mecky .elementor-widget-image {
    margin-bottom: -80px;
  }
  .elmec-title-hightline.contacts-page.my-journey .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .bdt-toggler-poster {
    border-radius: 15px;
  }
  .mecky-books .elementor-widget-image img {
    max-width: 60%;
  }
  .mecky-books .elementor-widget-image {
    text-align: left;
  }
  .mecky-books .elementor-image-box-wrapper {
    border-radius: 15px;
    padding: 30px 20px;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 70%;
    height: auto;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-title a:after {
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-title a {
    font-size: 16px !important;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-title {
    padding-top: 20px;
  }
  .mecky-books .elementor-column > .elementor-widget-wrap {
    padding: 10px 10px 20px;
  }
  .mecky-books .elementor-widget-image-box {
    padding: 5px 5px 15px;
  }
  .elmec-title-hightline.contacts-page.text-center .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .mecky-speak .col-text-1 {
    order: 2;
    width: 50%;
    margin-left: 50%;
    position: absolute;
    top: 0px;
    padding-left: 0px;
  }
  .mecky-speak .col-text-2 {
    width: 50%;
    padding-left: 40px;
  }
  .mecky-books .elementor-col-33:nth-child(1) {
    margin-right: 60% !important;
  }
  .mecky-books .elementor-col-33:nth-child(2),
  .mecky-books .elementor-col-33:nth-child(3) {
    width: 50% !important;
  }
  .product.mecky-books .elementor-column {
    width: 50% !important;
    margin-right: 0 !important;
  }
  .mecky-speak .col-mecky {
    width: 50%;
    padding-bottom: 105px;
  }
  .mecky-speak .elementor-widget-text-editor p {
    font-size: 14px !important;
    padding: 12px 15px;
    border-radius: 15px;
  }
  .mecky-speak .col-text-2 .elementor-widget-text-editor {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .mecky-speak .col-text-1 .elementor-widget-text-editor p {
    margin-left: unset;
  }
  .mecky-speak .col-text-1 .elementor-widget-text-editor {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .elmec-select-container .elmec-select .elmec-select-text {
    display: block;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .elmec-select-container .elmec-select select.elemc-sel {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 15px 63px 16px 31px;
    border: none;
    cursor: pointer;
    border-radius: 33px;
    background-color: #860217;
  }
  .elmec-blog-navigation {
    padding: 20px 0 !important;
  }
  .elmec-blog-uber-section .elementor-inner-section .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elementor-inner-section .elementor-widget-text-editor {
    padding-bottom: 50px !important;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container select {
    font-size: 16px;
    padding: 15px 63px 16px 20px;
  }
  .elmec-blog-tech-page .elmec-tech-filters {
    padding: 20px 0;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container {
    flex-flow: wrap;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container .column {
    width: 100%;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container .order-button {
    font-size: 18px;
    margin-top: 15px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid {
    margin-left: -20px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech {
    width: 50%;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-navigation {
    padding-top: 30px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text {
    padding-top: 20px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text span.read-more {
    font-size: 18px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer {
    padding: 0 20px 40px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text {
    padding-top: 15px;
  }
  .elmec-scrolly-video #scrolly-video {
    height: 50vh !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li {
    font-size: 18px;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul {
    padding-left: 18px;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li h3, body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol li h3 {
    font-size: 24px !important;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol li h3 strong {
    width: 36px;
    height: 36px;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol {
    padding-top: 1px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll #horizontal-wrapper {
    height: unset;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .inner {
    height: unset;
  }
  .elmec-locomotive {
    padding-top: 90px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-navigation > .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-navigation {
    padding-top: 30px;
  }
  .elmec-select-container .elmec-select select.elemc-sel {
    background-image: url("../images/arrow-select.svg");
  }
  .elmec-blog-uber-section .elementor-widget-button .elementor-button {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .title h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .elmec-title-hightline.counter .elementor-widget-heading {
    text-align: left;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .title,
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .desc {
    width: 100%;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode {
    padding-top: 40px;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .desc p {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .elmec-elementary-slider {
    padding: 40px 0 0px;
  }
  .col-mecky.mecky-left .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content {
    border-bottom-right-radius: 15px;
  }
  .elmec-blog-uber-section .elmec-elementary-slider .elmec-slide-content .elmec-title .text h4 {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button {
    margin-top: 40px;
  }
  .elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button .text {
    font-size: 16px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-image a {
    opacity: 1;
    background-color: rgba(26, 26, 26, 0.3);
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-image a svg {
    width: 70px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .image {
    border-radius: 15px;
  }
  .elmec-blog-tech-page .elmec-tech-results {
    padding: 50px 0 0;
  }
  body.single-post article.post > nav ul li a {
    font-size: 18px;
  }
  body.single-post article.post {
    width: 100%;
    padding: 40px 10px 50px;
  }
  body.single-post article.post .uicore-single-header h1.entry-title {
    font-size: 32px;
  }
  body.single-post article.post .uicore-single-header {
    padding: 20px 0 30px;
  }
  body.single-post article.post figure.elmec-post-image {
    border-radius: 15px;
  }
  body.single-post article.post .entry-content p {
    font-size: 18px;
  }
  body.single-post article.post .entry-content {
    padding: 25px 0;
  }
  body.single-post article.post .entry-content h2 {
    font-size: 24px;
    padding: 20px 0 15px;
    margin: 0 0 15px !important;
  }
  body.single-post article.post .entry-content ul, body.single-post article.post .entry-content ol {
    padding-left: 18px;
  }
  body.single-post article.post .entry-content ul li, body.single-post article.post .entry-content ol li {
    font-size: 18px;
  }
  body.single-post article.post .entry-content .elmec-single-post-contacts {
    padding: 20px;
    margin: 40px 0 20px;
    border-radius: 15px;
  }
  .elmec-blog-uber-section .elementor-inner-section.elmec-title-sociale .elementor-widget-text-editor p {
    font-size: 22px !important;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid {
    margin-left: -20px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc {
    width: 50%;
  }
  .elmec-blog-soc-page .elmec-soc-results {
    padding: 40px 0px 0px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer {
    padding: 0 20px 40px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content .image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text {
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more .text {
    font-size: 16px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more {
    padding: 6px 7px 6px 31px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-navigation {
    padding-top: 30px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .elmec-video-slider-section.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    width: 100% !important;
  }
  .elmec-sectors-download h2.elementor-heading-title {
    font-size: 32px;
    padding-bottom: 25px;
  }
  .elmec-sectors-download .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .elmec-sectors-download .col-image {
    padding-left: 0;
  }
  .elmec-solutions .elementor-widget-button a {
    font-size: 18px !important;
  }
  .elmec-solutions h2.elementor-heading-title {
    font-size: 32px;
  }
  .elmec-sectors-download .col-image img {
    border-radius: 15px;
    margin-top: 20px;
  }
  .elmec-sectors-download {
    padding: 0 0 50px;
  }
  .elmec-solutions .elementor-widget-icon-box svg {
    width: 50px;
    height: 50px;
  }
  .elmec-solutions h3.elementor-icon-box-title {
    font-size: 24px;
    padding-right: 0;
  }
  .elmec-solutions p {
    font-size: 18px;
    padding-right: 0;
  }
  .elmec-solutions .elementor-widget-icon-box.elmec-svg-car svg {
    height: auto;
    width: 70px;
  }
  .elmec-solutions .elementor-widget-icon-box + .elementor-widget-icon-box {
    padding-top: 40px;
  }
  .elmec-solutions {
    padding: 40px 0;
  }
  .elmec-title-hightline.sectors-title-acc .col-text,
  .elmec-title-hightline.sectors-title-acc .col-button {
    width: 100%;
  }
  .elmec-title-hightline.sectors-title-acc .col-text > .elementor-element-populated,
  .elmec-title-hightline.sectors-title-acc .col-button > .elementor-element-populated {
    padding: 0px;
  }
  .elmec-title-hightline.sectors-title-acc .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
    margin-bottom: 30px;
  }
  .elmec-title-hightline.sectors-title-acc .elementor-widget-text-editor p {
    font-size: 22px;
  }
  .elmec-title-hightline.target.see.sectors-acc > .elementor-container {
    width: 95% !important;
  }
  .mecky-books.product .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    font-size: 22px;
  }
  .elmec-sectors-download .elementor-widget-text-editor {
    padding-top: 30px !important;
  }
  .elmec-title-hightline.case-studies-text .elementor-widget-heading p,
  .elmec-title-hightline.case-studies-text .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .elmec-title-hightline.case-studies-text .elementor-widget-heading, .elmec-title-hightline.case-studies-text .elementor-widget-text-editor {
    max-width: 100%;
  }
  .elmec-no-results p {
    font-size: 18px;
  }
  .elmec-works-det .col-text {
    width: 100%;
  }
  .elmec-works-det p {
    font-size: 18px;
  }
  .elmec-works-det .col-det {
    width: 100%;
    padding-left: 0;
  }
  .elmec-works-det .elementor-widget-image-box .elementor-image-box-content h3 {
    font-size: 24px;
    padding: 20px 0;
  }
  .elmec-works-det .elementor-widget-image-box .elementor-image-box-img {
    border-radius: 15px;
  }
  .elmec-works-det .col-det + .col-det {
    padding-top: 40px;
  }
  .elmec-works-det {
    padding-bottom: 50px;
  }
  .elmec-sectors-download .col-mecky {
    padding-right: 0;
    padding-top: 30px;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid {
    margin-left: -20px;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid .elmec-single-portfolio {
    width: 50%;
  }
  .elmec-title-hightline.target.elmec-404 .col-mecky .elementor-widget-text-editor {
    top: 5vw;
    left: 0vw;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .image {
    border-radius: 15px;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer {
    padding: 25px 20px;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results {
    padding-bottom: 20px !important;
  }
  .elmec-title-hightline.target.see.title-left.title-h1 h1.elementor-heading-title {
    font-size: 35px;
    line-height: 1.2;
  }
  .elmec-circle-tabs {
    padding-top: 30px;
    width: 100%;
  }
  .elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-titles {
    width: 100%;
  }
  .elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-texts {
    width: 100%;
    padding-top: 20px;
  }
  .elmec-circle-tab-text h3 {
    font-size: 24px;
  }
  .elmec-circle-tab-text ul {
    padding-left: 18px;
  }
  .elmec-circle-tab-text ul li {
    font-size: 18px;
  }
  .elmec-circle-tab-title[data-tab="2"] {
    width: 500px;
    margin-left: -webkit-calc((100% - 500px) / 2);
    margin-left: calc((100% - 500px) / 2);
  }
  .elmec-circle-tab-title[data-tab="2"] .tab-content {
    padding-top: 70px;
  }
  .elmec-circle-tab-title h3 {
    font-size: 16px !important;
    max-width: 100px;
  }
  .elmec-circle-tab-title[data-tab="1"] {
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    width: 300px;
  }
  .elmec-circle-tab-title[data-tab="1"] .tab-content {
    padding-top: 45px;
  }
  .elmec-circle-tab-title[data-tab="0"] {
    width: 156px;
    top: unset;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gm-style .gm-style-iw-c.gm-style-iw pre {
    max-width: 185px;
    min-height: 120px;
  }
  .gm-style .gm-style-iw-c.gm-style-iw h4 {
    font-size: 26px;
  }
  .gm-style .gm-style-iw-c.gm-style-iw h5 {
    font-size: 20px;
    margin: 7px 0;
  }
  .gm-style .gm-style-iw-c.gm-style-iw p {
    font-size: 16px;
  }
  button.gm-ui-hover-effect {
    -webkit-transform: translate(5px, -5px);
    transform: translate(10px, -10px);
  }
  .gm-style .gm-style-iw-c.gm-style-iw {
    border-radius: 15px !important;
    padding: 20px !important;
    width: 225px;
  }
  .gm-style .gm-style-iw-c.gm-style-iw pre img {
    border-radius: 15px !important;
  }
  .elmec-title-hightline.counter.big-title .elementor-widget-text-editor p {
    font-size: 22px;
  }
  .elmec-title-hightline.counter.big-title .elementor-widget-heading h1.elementor-heading-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .elmec-title-hightline.counter.big-title .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
    margin-top: 20px;
  }
  .elmec-sectors .elmec-sectors-grid {
    margin-left: 0;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector {
    padding: 40px 0 0;
    width: 100%;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .image {
    border-radius: 15px;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title h3 a {
    font-size: 24px;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .elmec-sectors {
    padding: 0 0 40px;
  }
  .elmec-title-hightline.target.elmec-404 .col-mecky .elementor-widget-text-editor p {
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px !important;
    max-width: 60%;
  }
  .elmec-title-hightline.target.elmec-404 .col-mecky .elementor-widget-image img {
    -webkit-transform: translate(20%, 5%);
    transform: translate(20%, 5%);
  }
  #elmec-download-popup h2,
  #elmec-work-popup h2 {
    font-size: 35px;
  }
  #elmec-download-popup p,
  #elmec-work-popup p {
    text-align: center;
    font-size: 18px;
  }
  #elmec-work-popup,
  #elmec-download-popup {
    padding: 40px;
  }
  .elmec-title-hightline.target.elmec-404.download .elmec-download-section p {
    font-size: 18px;
  }
  .elmec-title-hightline.target.elmec-404.download h1 {
    font-size: 50px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-section.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper > .elementor-container, .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    width: 95%;
  }
  .uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header .elmec-grid .elmec-icon-mecky svg {
    width: 50px;
    height: 50px;
  }
  .uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header .elmec-grid .elmec-button-contacts {
    font-size: 16px;
    padding: 11.5px 30px 13px;
  }
  .uicore-is-ham .uicore-mobile-head-right {
    flex-flow: row;
  }
  .uicore-is-ham .uicore-mobile-head-right .elmec-buttons-header {
    position: absolute;
    padding-left: calc(100% - 326px);
    left: 47px;
    opacity: 0;
    visibility: hidden;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
  .uicore-is-ham.uicore-mobile-nav-show .uicore-mobile-head-right .elmec-buttons-header {
    opacity: 1;
    visibility: visible;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-big-icon-red img {
    height: 100vh;
    width: auto;
    max-width: none;
  }
  .elmec-home-header-banner .elementor-widget-heading h1.elementor-heading-title {
    text-align: left;
    font-size: 50px;
    line-height: 1.2;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-heading {
    padding-bottom: 50px;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    font-size: 18px;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget .elementor-icon-list-icon svg {
    width: 24px;
    height: 24px;
  }
  .elmec-home-header-banner > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-big-icon-red {
    left: -35%;
  }
  .elmec-home-header-banner {
    padding: 85px 0 !important;
  }
  .elmec-home-header-banner .elementor-button-link {
    font-size: 20px !important;
    margin-top: 60px;
  }
  .elmec-title-hightline .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px !important;
  }
  .elmec-title-hightline .elementor-widget-heading {
    max-width: 100% !important;
  }
  .elmec-title-hightline {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .elmec-title-hightline.elementary {
    overflow: hidden;
  }
  .elmec-vertical-images .elementor-widget-heading h5.elementor-heading-title {
    font-size: 18px !important;
    font-weight: 400;
    color: #7C7C7C;
  }
  .elmec-vertical-images .elementor-inner-section .elementor-column > .elementor-widget-wrap {
    padding: 30px 0;
  }
  .elmec-vertical-images .elementor-widget-image a img {
    border-radius: 15px !important;
  }
  .elmec-vertical-images .elementor-widget-heading h3.elementor-heading-title {
    font-size: 22px;
    padding-bottom: 50px;
  }
  .elmec-vertical-images .elementor-inner-section {
    padding-bottom: 0 !important;
  }
  .elmec-vertical-images {
    padding-bottom: 0 !important;
  }
  .elmec-text-button-image {
    aspect-ratio: 4/6;
    padding-bottom: 50px !important;
  }
  .elmec-text-button-image .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px !important;
    padding-bottom: 50px !important;
  }
  .elmec-text-button-image .elementor-widget-heading {
    max-width: 100% !important;
  }
  .elmec-title-hightline.target > .elementor-container {
    width: 95% !important;
  }
  .elmec-title-hightline.target .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-title {
    font-size: 30px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-custom-icon svg {
    width: 28px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content {
    width: 95% !important;
    padding-left: 40px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-icon i {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-custom-icon {
    padding-right: 10px !important;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .col-text {
    width: 100% !important;
  }
  .elmec-title-hightline.target {
    padding-bottom: 35px !important;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elementor-widget-text-editor p {
    font-size: 18px !important;
    padding-top: 20px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .col-mecky {
    width: 100% !important;
  }
  .elmec-mecky-popup {
    max-width: 280px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elementor-widget-shortcode {
    padding-top: 50px;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content {
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .elmec-mecky-popup .mecky-popup-fancy {
    width: 86%;
  }
  .elmec-mecky-popup .elmec-mecky-popup-container:hover .mecky-popup-fancy {
    left: -60px;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a .text {
    font-size: 14px;
    margin-right: 15px;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content a .icon {
    font-size: 14px;
  }
  .elmec-mecky-popup .mecky-popup-fancy {
    top: -105%;
  }
  .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container {
    width: 100%;
    flex-flow: wrap;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide {
    width: 100%;
    padding-right: 0;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-image {
    border-radius: 15px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-title h3 {
    font-size: 24px;
    margin: 20px 0;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-text p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .elmec-processes-container .elmec-single-process-slide .elmec-slide-content .elmec-text {
    padding-bottom: 50px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll {
    padding-bottom: 0 !important;
  }
  .elmec-title-hightline.target.see > .elementor-container {
    margin-right: auto;
  }
  .elmec-title-hightline.target.see .elementor-widget-heading h2.elementor-heading-title {
    font-size: 50px !important;
  }
  .elmec-title-hightline.target.see .elementor-widget-heading {
    padding-bottom: 40px;
  }
  .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-item {
    padding: 30px 0 30px !important;
  }
  .elmec-title-hightline.elementary p {
    font-size: 18px !important;
    text-align: left;
    padding-top: 20px;
  }
  .elmec-elementary-slider {
    margin-left: 0;
    padding: 50px 0;
  }
  .elmec-elementary-slider .elmec-slide-content {
    padding: 0;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-image {
    border-radius: 15px;
  }
  .elmec-elementary-slider .swiper-pagination {
    position: relative;
    padding-top: 30px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .text h3 {
    font-size: 18px !important;
    padding-bottom: 10px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .text h4 {
    font-size: 16px !important;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .icon svg {
    width: 24px;
  }
  .elmec-elementary-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 15px;
    height: 15px;
  }
  .elmec-elementary-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title {
    padding-top: 20px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-title .text {
    padding-left: 15px;
  }
  .elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap {
    border-radius: 15px;
    padding: 20px;
  }
  .elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-background-overlay {
    border-radius: 15px;
  }
  .elmec-title-hightline.mecky .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .elmec-title-hightline.mecky > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container img {
    height: -webkit-calc(100% + 30vw);
    height: calc(100% + 30vw);
    bottom: -11vw;
  }
  .elmec-title-hightline.mecky .elementor-widget-text-editor {
    padding: 15px 0 20px;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-title h2 {
    font-size: 32px !important;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-slide-video .elmec-title {
    top: 50px;
    max-width: 70%;
    left: 5%;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list .elementor-icon-list-text {
    font-size: 18px !important;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-heading h1.elementor-heading-title {
    font-size: 32px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list .elementor-icon-list-icon svg {
    width: 24px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red {
    width: 100% !important;
    border-radius: 15px;
    padding: 20px !important;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
    margin-bottom: -110px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-icon-list {
    width: 100%;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-box-red .elementor-widget-button .elementor-button {
    font-size: 14px !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .elmec-title-hightline.elmec-box-red-sec .col-mecky {
    width: 100% !important;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .elmec-fraction .elmec-fraction-current {
    font-size: 18px;
    width: 50px;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination {
    bottom: 150px;
  }
  .elmec-video-slider-section > .elementor-container > .elementor-column > .elementor-widget-wrap .elmec-uber-pagination .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .col-text {
    width: 100% !important;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .col-mecky {
    width: 100% !important;
    padding-top: 30px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-text-editor p {
    font-size: 20px;
    max-width: 100%;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon svg {
    width: 50px;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.2;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box .elementor-icon-box-content p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.elmec-box-red-sec .elmec-about-icons .elementor-widget-icon-box + .elementor-widget-icon-box {
    padding-top: 20px;
  }
  .elmec-flux .elementor-inner-section .elementor-widget-heading h2 {
    font-size: 32px;
  }
  .elmec-flux .elementor-inner-section .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.counter .col-text {
    width: 100% !important;
  }
  .elmec-title-hightline.counter .col-mecky {
    width: 100% !important;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
    font-size: 50px;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter {
    padding: 20px;
    border-radius: 15px;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-widget-counter .elementor-counter .elementor-counter-title {
    font-size: 18px !important;
  }
  .elmec-title-hightline.counter .elmec-counter-inner .elementor-column > .elementor-element-populated {
    padding: 15px 3%;
  }
  .elmec-title-hightline.target.see.title-left > .elementor-container .col-text .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.target.see.title-left > .elementor-container .col-text {
    width: 100%;
  }
  .elmec-title-hightline.target.see.title-left > .elementor-container .col-button {
    width: 100%;
  }
  .elmec-title-hightline.target .elementor-widget-text-editor {
    padding-top: 0 !important;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content {
    padding: 20px 0 0 !important;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content h3.bdt-ep-static-carousel-title {
    font-size: 24px !important;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content .bdt-ep-static-carousel-sub-title {
    display: none !important;
  }
  .elmec-title-hightline.elementary .bdt-ep-static-carousel-content h3.bdt-ep-static-carousel-title:before {
    width: 24px;
    height: 24px;
  }
  .elmec-title-hightline.target.see.title-left .elementor-widget-wrap {
    padding-left: 0 !important;
  }
  .elmec-title-hightline.mecky > .elementor-container {
    width: 90% !important;
  }
  .elmec-title-hightline.target.see.title-left.title-h1 .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
  }
  .elmec-title-hightline.counter .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
  }
  .elmec-team .elmec-grid {
    margin-left: 0;
  }
  .elmec-team .elmec-grid .elmec-single-team {
    width: 100%;
    padding: 0 0 50px;
  }
  .elmec-team .elmec-grid .elmec-single-team:nth-last-child(1) {
    padding-bottom: 0;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .image {
    border-radius: 15px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text h3 {
    font-size: 24px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text h4 {
    font-size: 18px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text {
    padding-top: 20px;
  }
  .elmec-team .elmec-grid .elmec-single-team .team-content .text .desc-container p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .elementor-widget-button .elementor-button {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .elementor-inner-section + .elementor-inner-section .col-text {
    width: 100%;
  }
  .elmec-title-hightline.case-study.page .elementor-inner-section + .elementor-inner-section .col-text + .col-text {
    width: 100%;
  }
  .elmec-title-hightline.case-study.page h3.elementor-heading-title {
    font-size: 20px !important;
  }
  .elmec-title-hightline.case-study.page .elementor-widget-text-editor p, .elmec-title-hightline.case-study.page .elementor-widget-text-editor li {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .bdt-toggler-poster:after {
    width: 70px;
    height: 70px;
  }
  body.page-template-default .elmec-gallery .elementor-widget-button .elementor-button,
  body.single-portfolio .elmec-gallery .elementor-widget-button .elementor-button {
    font-size: 18px !important;
  }
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container {
    height: unset;
  }
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-0,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-1,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-2,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-3,
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-0,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-1,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-2,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-3,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4 {
    aspect-ratio: 16/9;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.page-template-default .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4,
  body.single-portfolio .elmec-gallery .elmec-gallery-section .elmec-gallery-container .elmec-single-image.elmec-image-4 {
    margin-bottom: 0;
  }
  body.page-template-default .elmec-gallery,
  body.single-portfolio .elmec-gallery {
    padding: 40px 0 50px;
  }
  .elmec-title-hightline.target.see.title-left.team-acc > .elementor-container {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto;
  }
  .elmec-title-hightline.target.see.title-left.team-acc {
    padding-bottom: 0 !important;
  }
  .elmec-title-hightline.target.see.title-left.team-acc .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .elmec-title-hightline.target.team-acc .elementor-widget-text-editor {
    padding-top: 0 !important;
    margin-top: 0;
    padding-bottom: 0px;
  }
  .elmec-title-hightline.target.team-acc-1 > .elementor-container {
    width: 95% !important;
  }
  .elmec-case-studies-title .elementor-widget-text-editor p {
    font-size: 20px !important;
    max-width: 100%;
    text-align: left;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container select {
    font-size: 16px;
  }
  .elmec-case-studies-page .elmec-case-studies-filters {
    padding: 20px 0;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container {
    flex-flow: wrap;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container .column {
    width: 100%;
  }
  .elmec-case-studies-page .elmec-case-studies-filters .elmec-container .order-button {
    font-size: 18px;
    margin-top: 15px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid {
    margin-left: 0;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio {
    width: 100%;
  }
  .elmec-case-studies-page .elmec-case-studies-results {
    padding: 50px 0 20px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer {
    padding: 0 0 30px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text p {
    font-size: 18px !important;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .text {
    padding-top: 15px;
  }
  body.single-portfolio .elementor-widget-uicore-accordion .ui-e-icon.ui-e-right {
    padding-left: 10px;
  }
  body.single-portfolio .elmec-title-case-study h1.elementor-heading-title {
    font-size: 32px;
    line-height: 1.2;
    max-width: 60%;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container {
    flex-flow: wrap;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(1),
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(2),
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(3) {
    width: 100%;
    text-align: left;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(2) {
    padding: 10px 0 11px;
    margin: 0px 0 10px;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:nth-last-child(1) {
    padding-bottom: 11px;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h4 {
    font-size: 18px !important;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column h3 {
    font-size: 24px;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode {
    border-radius: 20px !important;
    padding: 20px !important;
    margin-top: -7vw !important;
    width: 100%;
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    border-right: none;
    top: unset;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-button .elementor-button {
    font-size: 18px !important;
    margin-top: -20px;
  }
  body.single-portfolio .elmec-title-hightline.case-study h3.elementor-heading-title {
    font-size: 20px !important;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-inner-section + .elementor-inner-section .col-text {
    width: 100%;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-inner-section + .elementor-inner-section .col-text + .col-text {
    width: 100%;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor p, body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor li {
    font-size: 18px !important;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor ul {
    padding-left: 18px;
  }
  body.single-portfolio .elmec-title-hightline.target.see.title-left > .elementor-container .col-button {
    width: 100%;
  }
  body.single-portfolio .elmec-title-hightline.case-study .elementor-widget-text-editor {
    padding-top: 10px !important;
    margin-top: 5px;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .elmec-form-prefooter h3.elementor-heading-title {
    font-size: 18px !important;
  }
  .elmec-form-prefooter {
    padding: 50px 0 !important;
  }
  .elmec-form-prefooter h2.elementor-heading-title {
    font-size: 32px !important;
    padding-right: 0;
  }
  .elmec-form-prefooter p {
    font-size: 18px !important;
  }
  form input, form select, form textarea {
    font-size: 18px !important;
    padding: 10px 0 !important;
  }
  .wpcf7-list-item-label {
    font-size: 16px;
  }
  .wpcf7 .wpcf7-submit {
    margin-top: 30px;
    padding: 6px 6px 6px 20px;
  }
  .wpcf7 input[type=checkbox] {
    width: 21px;
    height: 18px;
    border-radius: 4px;
    margin-right: 5px;
  }
  .wpcf7 .wpcf7-submit .text {
    font-size: 16px;
  }
  .elmec-case-studies-title {
    padding: 40px 0 !important;
  }
  .elmec-case-studies-title.contacts .col-form {
    padding: 20px 3%;
  }
  .elmec-case-studies-title.contacts .col-form > .elementor-widget-wrap {
    border-radius: 15px;
    padding: 20px;
  }
  .elmec-case-studies-title.contacts h2.elementor-heading-title {
    font-size: 28px;
  }
  .elmec-case-studies-title.contacts .col-form .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-icon svg {
    height: 50px;
    width: 50px;
  }
  .elmec-contacts-band .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 20px;
  }
  .elmec-contacts-band .elementor-column:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    border-left: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 10px;
  }
  .elementor-section.elmec-contacts-band.elementor-section-boxed:not(.elementor-inner-section) .uicore-header-wrapper > .elementor-container, .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    width: 95% !important;
  }
  .elmec-title-hightline.contacts-page .elementor-widget-button .elementor-button-link {
    font-size: 18px !important;
  }
  .elmec-contacts-band {
    padding: 30px 0 !important;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta {
    width: 100%;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-heading h3.elementor-heading-title {
    font-size: 24px !important;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box svg {
    width: 40px;
    height: 40px;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
  }
  .elmec-title-hightline.contacts-page .elementor-inner-section.elmec-line-cta .elementor-widget-icon-box h3.elementor-icon-box-title {
    font-size: 18px !important;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
    margin-bottom: 5px;
  }
  .elmec-case-studies-title.contacts.mecky .col-mecky .elementor-widget-text-editor p {
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px !important;
    width: 180px;
  }
  .elmec-case-studies-title.contacts.mecky .col-mecky .elementor-widget-text-editor {
    position: absolute;
    left: 10px;
  }
  .elmec-case-studies-title.contacts.mecky .elementor-widget-image {
    margin-bottom: -80px;
  }
  .elmec-title-hightline.contacts-page.my-journey .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-title-hightline.case-study.page .bdt-toggler-poster {
    border-radius: 15px;
  }
  .mecky-books .elementor-widget-image img {
    max-width: 60%;
  }
  .mecky-books .elementor-widget-image {
    text-align: left;
  }
  .mecky-books .elementor-image-box-wrapper {
    border-radius: 15px;
    padding: 30px 20px;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 70%;
    height: auto;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-title a:after {
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-title a {
    font-size: 16px !important;
  }
  .mecky-books .elementor-image-box-wrapper .elementor-image-box-title {
    padding-top: 20px;
  }
  .mecky-books .elementor-column > .elementor-widget-wrap {
    padding: 10px 10px 20px;
  }
  .mecky-books .elementor-widget-image-box {
    padding: 5px 5px 15px;
  }
  .elmec-title-hightline.contacts-page.text-center .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .mecky-speak .col-text-1 {
    order: 2;
    width: 50%;
    margin-left: 50%;
    position: absolute;
    bottom: 50px;
    padding-left: 10px;
  }
  .mecky-speak .col-text-2 {
    width: 50%;
    padding-left: 10px;
  }
  .mecky-speak .col-mecky {
    width: 50%;
    padding-bottom: 105px;
  }
  .mecky-speak .elementor-widget-text-editor p {
    font-size: 14px !important;
    padding: 12px 15px;
    border-radius: 15px;
  }
  .mecky-speak .col-text-2 .elementor-widget-text-editor {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .mecky-speak .col-text-1 .elementor-widget-text-editor p {
    margin-left: unset;
  }
  .mecky-speak .col-text-1 .elementor-widget-text-editor {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .elmec-select-container .elmec-select .elmec-select-text {
    display: block;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .elmec-select-container .elmec-select select.elemc-sel {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 15px 63px 16px 31px;
    border: none;
    cursor: pointer;
    border-radius: 33px;
    background-color: #860217;
  }
  .elmec-blog-navigation {
    padding: 20px 0 !important;
  }
  .elmec-blog-uber-section .elementor-inner-section .elementor-widget-text-editor p {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elementor-inner-section .elementor-widget-text-editor {
    padding-bottom: 50px !important;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container select {
    font-size: 16px;
    padding: 15px 63px 16px 20px;
  }
  .elmec-blog-tech-page .elmec-tech-filters {
    padding: 20px 0;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container {
    flex-flow: wrap;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container .column {
    width: 100%;
  }
  .elmec-blog-tech-page .elmec-tech-filters .elmec-container .order-button {
    font-size: 18px;
    margin-top: 15px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid {
    margin-left: 0;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech {
    width: 100%;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-navigation > .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-navigation {
    padding-top: 30px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text {
    padding-top: 20px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text span.read-more {
    font-size: 18px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer {
    padding: 0 0 40px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .text {
    padding-top: 15px;
  }
  .elmec-scrolly-video #scrolly-video {
    height: 50vh !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.single-portfolio .elmec-case-study-specs > .elementor-container .elementor-widget-wrap .elementor-widget-shortcode .elmec-specs-container .elmec-column {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li {
    font-size: 18px;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul {
    padding-left: 18px;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ul li h3, body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol li h3 {
    font-size: 24px !important;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol li h3 strong {
    width: 36px;
    height: 36px;
  }
  body.single-portfolio .elmec-title-hightline.target .elementor-widget-uicore-accordion .ui-e-content ol {
    padding-top: 1px;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll #horizontal-wrapper {
    height: unset;
  }
  .elmec-title-hightline.elmec-title-horiz-scroll .inner {
    height: unset;
  }
  .elmec-locomotive {
    padding-top: 90px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-navigation > .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-navigation {
    padding-top: 30px;
  }
  .elmec-select-container .elmec-select select.elemc-sel {
    background-image: url("../images/arrow-select.svg");
  }
  .elmec-blog-uber-section .elementor-widget-button .elementor-button {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .title h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .elmec-title-hightline.counter .elementor-widget-heading {
    text-align: left;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .title,
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .desc {
    width: 100%;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode {
    padding-top: 40px;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .episode-intro .episode-grid .desc p {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elmec-elementary-results .elmec-grid .elmec-single-episode .elmec-elementary-slider {
    padding: 40px 0 0px;
  }
  .col-mecky.mecky-left .elmec-mecky-popup .mecky-popup-fancy .mecky-popup-content {
    border-bottom-right-radius: 15px;
  }
  .elmec-blog-uber-section .elmec-elementary-slider .elmec-slide-content .elmec-title .text h4 {
    font-size: 18px !important;
  }
  .elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button {
    margin-top: 40px;
  }
  .elmec-blog-uber-section .elmec-load-more-container .elmec-load-more .elmec-load-more-button .text {
    font-size: 16px;
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-image a {
    opacity: 1;
    background-color: rgba(26, 26, 26, 0.3);
  }
  .elmec-elementary-slider .elmec-slide-content .elmec-image a svg {
    width: 70px;
  }
  .elmec-blog-tech-page .elmec-tech-results .elmec-grid .elmec-single-tech .single-tech-contentainer .tech-content .image {
    border-radius: 15px;
  }
  .elmec-blog-tech-page .elmec-tech-results {
    padding: 50px 0 0;
  }
  body.single-post article.post > nav ul li a {
    font-size: 18px;
  }
  body.single-post article.post {
    width: 100%;
    padding: 40px 10px 50px;
  }
  body.single-post article.post .uicore-single-header h1.entry-title {
    font-size: 32px;
  }
  body.single-post article.post .uicore-single-header {
    padding: 20px 0 30px;
  }
  body.single-post article.post figure.elmec-post-image {
    border-radius: 15px;
  }
  body.single-post article.post .entry-content p {
    font-size: 18px;
  }
  body.single-post article.post .entry-content {
    padding: 25px 0;
  }
  body.single-post article.post .entry-content h2 {
    font-size: 24px;
    padding: 20px 0 15px;
    margin: 0 0 15px !important;
  }
  body.single-post article.post .entry-content ul, body.single-post article.post .entry-content ol {
    padding-left: 18px;
  }
  body.single-post article.post .entry-content ul li, body.single-post article.post .entry-content ol li {
    font-size: 18px;
  }
  body.single-post article.post .entry-content .elmec-single-post-contacts {
    padding: 20px;
    margin: 40px 0 20px;
    border-radius: 15px;
  }
  .elmec-blog-uber-section .elementor-inner-section.elmec-title-sociale .elementor-widget-text-editor p {
    font-size: 22px !important;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid {
    margin-left: 0;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc {
    width: 100%;
  }
  .elmec-blog-soc-page .elmec-soc-results {
    padding: 40px 0 0px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer {
    padding: 0 0 40px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content .image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text {
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text h3 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more .text {
    font-size: 16px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-grid .elmec-single-soc .single-soc-contentainer .soc-content > .text span.read-more {
    padding: 6px 7px 6px 31px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-navigation {
    padding-top: 30px;
  }
  .elmec-blog-soc-page .elmec-soc-results .elmec-navigation > .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .elmec-video-slider-section.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    width: 100% !important;
  }
  .elmec-sectors-download h2.elementor-heading-title {
    font-size: 32px;
    padding-bottom: 25px;
  }
  .elmec-sectors-download .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .elmec-sectors-download .col-image {
    padding-left: 0;
  }
  .elmec-solutions .elementor-widget-button a {
    font-size: 18px !important;
  }
  .elmec-solutions h2.elementor-heading-title {
    font-size: 32px;
  }
  .elmec-sectors-download .col-image img {
    border-radius: 15px;
    margin-top: 20px;
  }
  .elmec-sectors-download {
    padding: 0 0 50px;
  }
  .elmec-solutions .elementor-widget-icon-box svg {
    width: 50px;
    height: 50px;
  }
  .elmec-solutions h3.elementor-icon-box-title {
    font-size: 24px;
    padding-right: 0;
  }
  .elmec-solutions p {
    font-size: 18px;
    padding-right: 0;
  }
  .elmec-solutions .elementor-widget-icon-box.elmec-svg-car svg {
    height: auto;
    width: 70px;
  }
  .elmec-solutions .elementor-widget-icon-box + .elementor-widget-icon-box {
    padding-top: 40px;
  }
  .elmec-solutions {
    padding: 40px 0;
  }
  .elmec-title-hightline.sectors-title-acc .col-text,
  .elmec-title-hightline.sectors-title-acc .col-button {
    width: 100%;
  }
  .elmec-title-hightline.sectors-title-acc .col-text > .elementor-element-populated,
  .elmec-title-hightline.sectors-title-acc .col-button > .elementor-element-populated {
    padding: 0px;
  }
  .elmec-title-hightline.sectors-title-acc .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
    margin-bottom: 30px;
  }
  .elmec-title-hightline.sectors-title-acc .elementor-widget-text-editor p {
    font-size: 22px;
  }
  .elmec-title-hightline.target.see.sectors-acc > .elementor-container {
    width: 95% !important;
  }
  .mecky-books.product .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    font-size: 22px;
  }
  .elmec-sectors-download .elementor-widget-text-editor {
    padding-top: 30px !important;
  }
  .elmec-title-hightline.case-studies-text .elementor-widget-heading p,
  .elmec-title-hightline.case-studies-text .elementor-widget-text-editor p {
    font-size: 18px;
  }
  .elmec-title-hightline.case-studies-text .elementor-widget-heading, .elmec-title-hightline.case-studies-text .elementor-widget-text-editor {
    max-width: 100%;
  }
  .elmec-no-results p {
    font-size: 18px;
  }
  .elmec-works-det .col-text {
    width: 100%;
  }
  .elmec-works-det p {
    font-size: 18px;
  }
  .elmec-works-det .col-det {
    width: 100%;
    padding-left: 0;
  }
  .elmec-works-det .elementor-widget-image-box .elementor-image-box-content h3 {
    font-size: 24px;
    padding: 20px 0;
  }
  .elmec-works-det .elementor-widget-image-box .elementor-image-box-img {
    border-radius: 15px;
  }
  .elmec-works-det .col-det + .col-det {
    padding-top: 40px;
  }
  .elmec-works-det {
    padding-bottom: 50px;
  }
  .elmec-sectors-download .col-mecky {
    padding-right: 0;
    padding-top: 30px;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid {
    margin-left: 0;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid .elmec-single-portfolio {
    width: 100%;
  }
  .elmec-case-studies-page .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer .portfolio-content .image {
    border-radius: 15px;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results .elmec-grid .elmec-single-portfolio .single-portfolio-contentainer {
    padding: 25px 0 25px 0;
  }
  .elmec-case-studies-page.sectors .elmec-case-studies-results {
    padding-bottom: 20px !important;
  }
  .elmec-title-hightline.target.see.title-left.title-h1 h1.elementor-heading-title {
    font-size: 35px;
    line-height: 1.2;
  }
  .elmec-circle-tabs {
    padding-top: 30px;
    width: 100%;
  }
  .elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-titles {
    width: 100%;
  }
  .elmec-circle-tabs .elmec-circle-grid .elme-circle-tabs-texts {
    width: 100%;
    padding-top: 20px;
  }
  .elmec-circle-tab-text h3 {
    font-size: 24px;
  }
  .elmec-circle-tab-text ul {
    padding-left: 18px;
  }
  .elmec-circle-tab-text ul li {
    font-size: 18px;
  }
  .elmec-circle-tab-title[data-tab="2"] {
    width: 500px;
    margin-left: -webkit-calc((100% - 500px) / 2);
    margin-left: calc((100% - 500px) / 2);
  }
  .elmec-circle-tab-title[data-tab="2"] .tab-content {
    padding-top: 70px;
  }
  .elmec-circle-tab-title h3 {
    font-size: 16px !important;
    max-width: 100px;
  }
  .elmec-circle-tab-title[data-tab="1"] {
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    width: 300px;
  }
  .elmec-circle-tab-title[data-tab="1"] .tab-content {
    padding-top: 45px;
  }
  .elmec-circle-tab-title[data-tab="0"] {
    width: 156px;
    top: unset;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gm-style .gm-style-iw-c.gm-style-iw pre {
    max-width: 185px;
    min-height: 120px;
  }
  .gm-style .gm-style-iw-c.gm-style-iw h4 {
    font-size: 26px;
  }
  .gm-style .gm-style-iw-c.gm-style-iw h5 {
    font-size: 20px;
    margin: 7px 0;
  }
  .gm-style .gm-style-iw-c.gm-style-iw p {
    font-size: 16px;
  }
  button.gm-ui-hover-effect {
    -webkit-transform: translate(5px, -5px);
    transform: translate(10px, -10px);
  }
  .gm-style .gm-style-iw-c.gm-style-iw {
    border-radius: 15px !important;
    padding: 20px !important;
    width: 225px;
  }
  .gm-style .gm-style-iw-c.gm-style-iw pre img {
    border-radius: 15px !important;
  }
  .elmec-title-hightline.counter.big-title .elementor-widget-text-editor p {
    font-size: 22px;
  }
  .elmec-title-hightline.counter.big-title .elementor-widget-heading h1.elementor-heading-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .elmec-title-hightline.counter.big-title .elmec-scroll-to.elementor-widget-button a {
    font-size: 18px !important;
    margin-top: 20px;
  }
  .elmec-sectors .elmec-sectors-grid {
    margin-left: 0;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector {
    padding: 40px 0 0;
    width: 100%;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .image {
    border-radius: 15px;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title h3 a {
    font-size: 24px;
  }
  .elmec-sectors .elmec-sectors-grid .elmec-single-sector .elmec-sector-content .title {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .elmec-sectors {
    padding: 0 0 40px;
  }
  .elmec-title-hightline.target.elmec-404 .col-mecky .elementor-widget-text-editor p {
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px !important;
    max-width: 60%;
  }
  .elmec-title-hightline.target.elmec-404 .col-mecky .elementor-widget-image img {
    -webkit-transform: translate(20%, 5%);
    transform: translate(20%, 5%);
  }
  #elmec-download-popup h2,
  #elmec-work-popup h2 {
    font-size: 35px;
  }
  #elmec-download-popup p,
  #elmec-work-popup p {
    text-align: center;
    font-size: 18px;
  }
  #elmec-download-popup,
  #elmec-work-popup {
    padding: 20px;
  }
  .elmec-title-hightline.target.elmec-404.download .elmec-download-section p {
    font-size: 18px;
  }
  .elmec-title-hightline.target.elmec-404.download h1 {
    font-size: 50px;
    line-height: 1;
  }
}

.elmec-text-button-image .elementor-widget-heading h2.elementor-heading-title small {
  font-size: 2.5vw!important;
  display: block;
  padding-top: 20px;
}

body.single-post article.post .entry-content p iframe {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .elmec-text-button-image .elementor-widget-heading h2.elementor-heading-title small {
    font-size: 20px!important; 
  }
}
/*footer .elmec-footer-botttom p {
  margin: 0;
  text-align: center;
}
*/
/* --------- NUOVO FOOTER ------------ */
footer .elmec-footer-top .elementor-widget-text-editor.elmec-footer-pdf p a {
  color: #FFF!important;
  text-decoration: underline!important;
}

footer .elmec-footer-top .elementor-widget-text-editor.elmec-footer-pdf p span.divider {
  display: inline-block;
  margin: 0 2px;
}

footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 .elementor-inner-section > .elementor-container {
  padding:0!important;
}

footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 .elementor-inner-section .elementor-widget-image {
  display: inline-block;
  width: unset;
  margin-bottom: 0!important;
  margin-right: 20px!important;
}

footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 .elmec-footer-logos {
  max-width: 90%;
}
footer .elmec-footer-top h3 {
 font-size: 30px;
 font-weight: 600;
 margin-bottom: 25px;
 color: #fff;
}

footer .elmec-footer-top .elementor-column.elmec-col-1 .elementor-widget-text-editor p a {
  font-weight: 700;
}


footer .elmec-footer-top .elementor-widget-text-editor p a {
  color: #fff;
}
footer .elmec-footer-top .elementor-widget-text-editor p a:hover {
  color: #C3C3C3;
}
footer .elmec-footer-top .elementor-widget-text-editor.elmec-footer-company-specs {
  padding-top: 66px;
}
footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 .elementor-widget .elementor-icon-list-item {
  padding-bottom: 30px!important;    
}

footer .elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container:hover {
  background-color: #73B95A !important;;
}
footer .elementor-widget-uicore-icon-box.elmec-button > .elementor-widget-container:hover .ui-e-icon-wrp {
  background-color: #8fc77a !important;
}
@media only screen and (min-width: 1700px) {
  footer .elmec-footer-top .elementor-widget-text-editor.elmec-footer-pdf p span.divider {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1440px) {

  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-1 p,
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-2 p {
    line-height: 40px;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 .elementor-inner-section .elementor-widget-image {
    margin-right: 40px!important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  footer .elmec-footer-top .elementor-widget-text-editor p {
    font-size: 15px;
    line-height: 1.7;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 {
    width: 15% !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 .elementor-widget .elementor-icon-list-item {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  footer .elmec-footer-top .elmec-button {
    margin-top: 30px!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 .elementor-inner-section .elementor-widget-image {
    margin-right: 40px !important;
  } 
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 .elementor-widget .elementor-icon-list-item {
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .elmec-footer-top .elementor-widget-text-editor.elmec-footer-company-specs {
    padding-top: 20px;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 .elementor-widget .elementor-icon-list-item {
    padding-bottom: 10px !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-3 .elementor-widget {
    padding-top: 25px!important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
    padding: 50px 0 !important;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 .elmec-footer-logos {
    max-width: 100%;
  }
  footer .elmec-footer-top > .elementor-container > .elementor-column.elmec-col-0 .elementor-inner-section .elementor-widget-image {
    margin: 0 7px 30px !important;
  }
  footer .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
  }
  footer .elmec-footer-top .elementor-widget-text-editor.elmec-footer-pdf p span.divider {
    margin: 0 7px;
  }
}

.elmec-file-upload {
  position: relative;
  margin-top: 25px;
  display: block;
}
.elmec-file-upload span:not(.wpcf7-form-control-wrap):not(.wpcf7-not-valid-tip) {
  cursor: pointer;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 15px;
  display: block;
  padding: 10px 20px 10px 20px;
  background-color: #2A2E2E;
  border-radius: 30px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  width: auto;
  max-width: fit-content;
}
.wpcf7-form-control-wrap[data-name=your-curriculum] input, 
.wpcf7-form-control-wrap[data-name=your-files] input {
  width: 30px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  padding: 0 !important;
  margin-top: 0!Important;
}

.elmec-file-upload i {
  display: block;
  color: #7C7C7C;
  font-size: 12px;
  padding-left: 3px;
}

label.elmec-other-files {
  color: #7c7c7c;
  margin-top: 20px;
  display: block;
}

.mecky-books .mecky-slider .swiper-pagination {
  position: relative;
  bottom: unset!important;
}

.mecky-books .mecky-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #F2F2F2;
  opacity: 1 !important;
}

.mecky-books .mecky-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #484747;
}
.mecky-books .mecky-slider #swiper-books {
  padding-bottom: 30px;
}

.mecky-books .elementor-column.col-books-slider > .elementor-widget-wrap {
  padding: 0!important;
}
