/* Text meant only for screen readers. */
.elementor-header-account {
  display: flex;
  align-items: center;
  height: 100%;
}
.elementor-header-account .header-group-action {
  display: flex;
  padding-right: 0;
}
.elementor-header-account .header-group-action .icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.elementor-header-account .header-group-action .icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-header-account .header-group-action .site-header-account > a {
  display: flex;
  align-items: center;
  color: var(--e-global-color-lighter);
}
.elementor-header-account .header-group-action .site-header-account .account-content {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}

.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp;
}

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown;
}

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft;
}

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight;
}

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp;
}

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip;
}

@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix;
}

@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  animation: rotate 12s linear infinite !important;
}

@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.opal-am-popup {
  animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup;
}

@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.elementor-widget-inlingua-banner-process .swiper {
  position: relative !important;
}
.elementor-widget-inlingua-banner-process .inlingua-con-inner {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item {
  position: relative;
  display: flex;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 27px 57px 57px;
  transform: translateY(68px);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption {
    padding: 0 15px 30px 15px;
    transform: translateY(0px);
    text-align: center;
  }
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .number {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 30px;
  font-size: 1.875rem;
  opacity: 0.1;
  -ms-opacity: 0.1;
  -o-opacity: 0.1;
  -moz-opacity: 0.1;
  -webkit-opacity: 0.1;
  filter: alpha(opacity=10);
  line-height: 34px;
  color: var(--e-global-color-border);
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .number {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    color: var(--e-global-color-primary);
  }
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .banner-process-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  color: #FFFFFF;
  width: 258px;
  padding: 20px 0;
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .banner-process-title a {
  color: #FFFFFF;
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .banner-process-title:hover a {
  color: var(--e-global-color-highlight);
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .banner-process-title {
    width: 100%;
    justify-self: center;
  }
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .banner-process-content {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  width: 286px;
  visibility: hidden;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption .banner-process-content {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    justify-self: center;
  }
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption.active {
  transform: translateY(0);
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption.active .banner-process-content {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item .banner-process-caption.active .number {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item:hover .banner-process-caption {
  transform: translateY(0);
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item:hover .banner-process-caption .banner-process-content {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.elementor-widget-inlingua-banner-process .elementor-banner-process-item:hover .banner-process-caption .number {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-banner-process .banner-process-image-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.elementor-widget-inlingua-banner-process .banner-process-image-list .banner-process-img {
  flex: 0 0 100%;
  position: relative;
}
.elementor-widget-inlingua-banner-process .banner-process-image-list .banner-process-img.showing {
  transform: translateX(-100%);
  z-index: 2;
}
.elementor-widget-inlingua-banner-process .banner-process-image-list .banner-process-img.show {
  z-index: 3;
}
.elementor-widget-inlingua-banner-process .banner-process-image-list .banner-process-img .process-image {
  position: relative;
  overflow: hidden;
}
.elementor-widget-inlingua-banner-process .banner-process-image-list .banner-process-img .process-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(185, 183, 174, 0) 0%, rgba(134, 132, 126, 0.54) 19.25%, rgba(0, 0, 0, 0.64) 64%);
  z-index: 1;
}
.elementor-widget-inlingua-banner-process .banner-process-image-list .banner-process-img .process-image img {
  width: 100%;
  height: 820px;
  object-fit: cover;
}

.elementor-brand-wrapper .elementor-grid {
  justify-content: center;
  align-items: start;
}
.elementor-brand-wrapper .elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.elementor-brand-wrapper .elementor-brand-image {
  display: flex;
  font-size: 0px;
  font-size: 0rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-brand-wrapper .elementor-brand-image:hover img, .elementor-brand-wrapper .elementor-brand-image:hover svg {
  filter: none;
}
.elementor-brand-wrapper img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-brand-wrapper:hover img, .elementor-brand-wrapper:hover svg {
  opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: grayscale(100%);
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper:hover img svg {
  filter: grayscale(100%);
}
.elementor-brand-wrapper .elementor-widget-inlingua-brand .inlingua-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-inlingua-brand .inlingua-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

.elementor-widget-woocommerce-breadcrumb .inlingua-woocommerce-title {
  position: relative;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 82px;
  font-size: 5.125rem;
  line-height: 1.0975609756;
  color: var(--e-global-color-secondary);
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .elementor-widget-woocommerce-breadcrumb .inlingua-woocommerce-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
.elementor-widget-woocommerce-breadcrumb .inlingua-woocommerce-subtitle {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: var(--e-global-color-text);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: var(--e-global-color-text);
  margin: 0;
  text-transform: capitalize;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
  line-height: 1.4444444444;
  text-transform: capitalize;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i {
  color: var(--e-global-color-secondary);
  font-size: 10px;
  font-size: 0.625rem;
  margin: -2px 10px 0 10px;
}

.hidden-inlingua-title-yes .inlingua-woocommerce-title {
  display: none;
}

.hidden-inlingua-subtitle-title-yes .inlingua-woocommerce-subtitle {
  display: none;
}

.single .hidden-inlingua-title-single-yes .inlingua-woocommerce-title,
.single .hidden-inlingua-title-single-yes .inlingua-woocommerce-subtitle {
  display: none;
}

.elementor-widget-inlingua-banner .elementor-cta__content {
  margin: 0;
}
.elementor-widget-inlingua-banner .elementor-cta__heading2,
.elementor-widget-inlingua-banner .elementor-cta__title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 48px;
  font-size: 3rem;
  line-height: 56px;
  position: relative;
  z-index: 1;
}
.elementor-widget-inlingua-banner .elementor-cta__title {
  margin-bottom: 18px;
}
.elementor-widget-inlingua-banner .elementor-cta__heading2 {
  margin-bottom: 15px;
}
.elementor-widget-inlingua-banner .elementor-cta__subtitle {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-banner .elementor-cta__description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: var(--e-global-color-text);
  margin-bottom: 48px;
  padding-right: 72px;
}
.elementor-widget-inlingua-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-inlingua-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-inlingua-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-inlingua-banner.content-stretch-yes .elementor-inlingua-banner {
  height: 100%;
}
.elementor-widget-inlingua-banner:hover .elementor-cta__bg-overlay {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-widget-inlingua-banner:hover .elementor-cta__bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-inlingua-banner:hover .elementor-cta__button-wrapper {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-widget-inlingua-banner.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-inlingua-banner.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-inlingua-banner.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.elementor-cta__button.elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 12px 30px;
  letter-spacing: 0.4px;
}
.elementor-cta__button.elementor-button i, .elementor-cta__button.elementor-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-cta__button.elementor-button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.elementor-cta__button.elementor-button:hover i, .elementor-cta__button.elementor-button:hover:after {
  color: #ffffff;
}

.button-banner-style-inlingua-link .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-secondary);
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.button-banner-style-inlingua-link .elementor-button i, .button-banner-style-inlingua-link .elementor-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-bg-transform-move-down-custom .elementor-bg {
  height: calc(100% + 30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.elementor-bg-transform-move-down-custom:hover .elementor-bg {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.elementor-bg-transform-move-up-custom .elementor-bg {
  height: calc(100% + 30px);
}
.elementor-bg-transform-move-up-custom:hover .elementor-bg {
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 40px);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  width: 100%;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 300px;
  position: relative;
  z-index: 3;
}

.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  display: flex;
}

.elementor-cta__content,
.elementor-cta__content-item {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.elementor-cta_image_layer {
  position: absolute;
  z-index: 1;
}
.elementor-cta_image_layer img {
  object-fit: contain;
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.button-show-yes .elementor-cta__button-wrapper {
  display: none;
}

.background-gradient-yes .elementor-inlingua-banner {
  position: relative;
}
.background-gradient-yes .elementor-inlingua-banner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 66.35%);
  z-index: 2;
  border-radius: 24px;
}

.wpcf7-form {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap input[type=time] {
  width: 100%;
  padding: 9px 19px 9px;
  height: 52px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #EDF2F1;
  color: var(--e-global-color-text);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=date]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=time]::placeholder {
  color: var(--e-global-color-text);
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: inherit;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=text]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=number]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=email]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=url]:hover,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=search]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=date]:hover, .wpcf7-form .wpcf7-form-control-wrap input[type=time]:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=time]:hover {
  border-color: var(--e-global-color-primary);
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  padding: 13px 19px 29px;
  border-radius: 12px;
  border: 1px solid #EDF2F1;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-text);
  text-transform: inherit;
}
.wpcf7-form .wpcf7-form-control-wrap textarea:focus, .wpcf7-form .wpcf7-form-control-wrap textarea:hover {
  border-color: var(--e-global-color-primary);
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-lighter);
  border-radius: 30px;
  height: 52px;
  line-height: 1;
  font-weight: 400;
  padding: 12px 47px 12px 22px;
  backdrop-filter: blur(29px);
  background-position: 100% calc(50% + 0px);
  background-size: 53px 10px;
  background-color: #ffffff;
  border: 1px solid rgba(159, 159, 164, 0.18);
  text-transform: capitalize;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) option {
  color: var(--e-global-color-lighter);
}
.wpcf7-form label {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
  line-height: 24px;
  margin-bottom: 13px;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .wpcf7-form .wpcf7-button {
    margin-top: 0;
  }
}
.wpcf7-form .wpcf7-button p {
  margin: 0;
}
.wpcf7-form .wpcf7-button button, .wpcf7-form .wpcf7-button input[type=button], .wpcf7-form .wpcf7-button input[type=reset], .wpcf7-form .wpcf7-button input[type=submit], .wpcf7-form .wpcf7-button .button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 19px 39px 17px 36px;
  font-size: 16px;
  font-size: 1rem;
}
.wpcf7-form .wpcf7-button button i, .wpcf7-form .wpcf7-button button:after, .wpcf7-form .wpcf7-button input[type=button] i, .wpcf7-form .wpcf7-button input[type=button]:after, .wpcf7-form .wpcf7-button input[type=reset] i, .wpcf7-form .wpcf7-button input[type=reset]:after, .wpcf7-form .wpcf7-button input[type=submit] i, .wpcf7-form .wpcf7-button input[type=submit]:after, .wpcf7-form .wpcf7-button .button i, .wpcf7-form .wpcf7-button .button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7-form .wpcf7-button button:hover, .wpcf7-form .wpcf7-button input[type=button]:hover, .wpcf7-form .wpcf7-button input[type=reset]:hover, .wpcf7-form .wpcf7-button input[type=submit]:hover, .wpcf7-form .wpcf7-button .button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.wpcf7-form .wpcf7-button button:hover i, .wpcf7-form .wpcf7-button button:hover:after, .wpcf7-form .wpcf7-button input[type=button]:hover i, .wpcf7-form .wpcf7-button input[type=button]:hover:after, .wpcf7-form .wpcf7-button input[type=reset]:hover i, .wpcf7-form .wpcf7-button input[type=reset]:hover:after, .wpcf7-form .wpcf7-button input[type=submit]:hover i, .wpcf7-form .wpcf7-button input[type=submit]:hover:after, .wpcf7-form .wpcf7-button .button:hover i, .wpcf7-form .wpcf7-button .button:hover:after {
  color: #ffffff;
}
.wpcf7-form .wpcf7-button button i, .wpcf7-form .wpcf7-button input[type=button] i, .wpcf7-form .wpcf7-button input[type=reset] i, .wpcf7-form .wpcf7-button input[type=submit] i, .wpcf7-form .wpcf7-button .button i {
  margin-left: 12px;
  font-size: 20px;
  font-size: 1.25rem;
}
.wpcf7-form .wpcf7-button button.loading, .wpcf7-form .wpcf7-button input[type=button].loading, .wpcf7-form .wpcf7-button input[type=reset].loading, .wpcf7-form .wpcf7-button input[type=submit].loading, .wpcf7-form .wpcf7-button .button.loading {
  position: relative;
}
.wpcf7-form .wpcf7-button button.loading::after, .wpcf7-form .wpcf7-button input[type=button].loading::after, .wpcf7-form .wpcf7-button input[type=reset].loading::after, .wpcf7-form .wpcf7-button input[type=submit].loading::after, .wpcf7-form .wpcf7-button .button.loading::after {
  position: absolute;
  top: 35%;
  left: 40%;
}
.wpcf7-form .form-2 input[type=text], .wpcf7-form .form-2 input[type=number], .wpcf7-form .form-2 input[type=email], .wpcf7-form .form-2 input[type=tel], .wpcf7-form .form-2 input[type=url],
.wpcf7-form .form-2 input[type=password], .wpcf7-form .form-2 input[type=search], .wpcf7-form .form-2 input[type=date], .wpcf7-form .form-2 input[type=time] {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: var(--e-global-color-border);
  height: 49px;
  padding: 9px 0;
}
.wpcf7-form .form-2 input[type=text]::placeholder, .wpcf7-form .form-2 input[type=number]::placeholder, .wpcf7-form .form-2 input[type=email]::placeholder, .wpcf7-form .form-2 input[type=tel]::placeholder, .wpcf7-form .form-2 input[type=url]::placeholder,
.wpcf7-form .form-2 input[type=password]::placeholder, .wpcf7-form .form-2 input[type=search]::placeholder, .wpcf7-form .form-2 input[type=date]::placeholder, .wpcf7-form .form-2 input[type=time]::placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  text-transform: inherit;
}
.wpcf7-form .form-2 textarea {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: var(--e-global-color-border);
  padding: 13px 0;
}
.wpcf7-form .form-2 textarea::placeholder {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  text-transform: inherit;
}
.wpcf7-form .form-2 select:not([size]):not([multiple]) {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: var(--e-global-color-border);
  height: 49px;
  padding: 9px 0;
}
.wpcf7-form .form-2 label {
  color: #ffffff;
}
.wpcf7-form .form-2 .wpcf7-button {
  margin-top: 29px;
}
.wpcf7-form .form-2 .wpcf7-button button, .wpcf7-form .form-2 .wpcf7-button input[type=button], .wpcf7-form .form-2 .wpcf7-button input[type=reset], .wpcf7-form .form-2 .wpcf7-button input[type=submit], .wpcf7-form .form-2 .wpcf7-button .button {
  color: #ffffff;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
}
.wpcf7-form .form-2 .wpcf7-button button:hover, .wpcf7-form .form-2 .wpcf7-button input[type=button]:hover, .wpcf7-form .form-2 .wpcf7-button input[type=reset]:hover, .wpcf7-form .form-2 .wpcf7-button input[type=submit]:hover, .wpcf7-form .form-2 .wpcf7-button .button:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.wpcf7-form .form-2 .row p {
  margin-bottom: 11px;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
  padding: 0 15px;
}
.wpcf7-form .row p {
  margin-bottom: 30px;
}
.wpcf7-form .row .label-form p {
  margin-bottom: 0;
}
.wpcf7-form .row .title-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  margin-right: 10px;
  margin-top: 2px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.46);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-form .wpcf7-checkbox label {
  display: flex;
  margin-top: -3px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
.wpcf7-form .date-style .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .date-style .wpcf7-form-control-wrap:after {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--e-global-color-accent);
  font-size: 16px;
  font-size: 1rem;
}
.wpcf7-form .time-style .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .time-style .wpcf7-form-control-wrap:after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--e-global-color-text);
  font-size: 20px;
  font-size: 1.25rem;
}
.wpcf7-form input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.wpcf7-form input[type=time]::-webkit-clear-button {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.wpcf7-form input[type=date]::-webkit-clear-button {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}

.elementor-widget-inlingua-content-list .elementor-list-content-item-wrapper {
  list-style: none;
  margin: 0;
}
.elementor-widget-inlingua-content-list .elementor-list-content-item {
  position: relative;
  border-bottom: 1px solid #646a69;
}
.elementor-widget-inlingua-content-list .item-content {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  flex: 1;
}
.elementor-widget-inlingua-content-list .item-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-content-list .elementor-list-content-inner-item {
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.elementor-widget-inlingua-content-list .elementor-list-content-inner-item .item-image-wrapper {
  position: absolute;
  top: -60px;
  right: 500px;
  overflow: hidden;
  width: 172px;
  height: 220px;
  z-index: 1;
  color: initial;
}
.elementor-widget-inlingua-content-list .elementor-list-content-inner-item .item-image-wrapper:before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFC849;
  /* use SVG as a mask */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="172" height="220" viewBox="0 0 172 220" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M132 60C132 48.9543 123.046 40 112 40H40V160C40 171.046 48.9543 180 60 180V220L59.2246 219.995C26.7029 219.583 0.416769 193.297 0.00488281 160.775L0 160V0H112C145.137 0 172 26.8629 172 60V220H60V180H132V60Z" fill="url(%23paint0_linear_1402_11742)"/><defs><linearGradient id="paint0_linear_1402_11742" x1="148.031" y1="-10.4907" x2="20.2585" y2="111.982" gradientUnits="userSpaceOnUse"><stop offset="0.748183" stop-opacity="0"/><stop offset="1"/></linearGradient></defs></svg>') no-repeat center/contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask: url('data:image/svg+xml;utf8,<svg width="172" height="220" viewBox="0 0 172 220" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M132 60C132 48.9543 123.046 40 112 40H40V160C40 171.046 48.9543 180 60 180V220L59.2246 219.995C26.7029 219.583 0.416769 193.297 0.00488281 160.775L0 160V0H112C145.137 0 172 26.8629 172 60V220H60V180H132V60Z" fill="url(%23paint0_linear_1402_11742)"/><defs><linearGradient id="paint0_linear_1402_11742" x1="148.031" y1="-10.4907" x2="20.2585" y2="111.982" gradientUnits="userSpaceOnUse"><stop offset="0.748183" stop-opacity="0"/><stop offset="1"/></linearGradient></defs></svg>') no-repeat center/contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  z-index: 2;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.2);
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.elementor-widget-inlingua-content-list .elementor-list-content-inner-item .item-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.elementor-widget-inlingua-content-list .elementor-list-content-inner-item:hover .item-image-wrapper img {
  transform: scale(1);
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.elementor-widget-inlingua-content-list .elementor-list-content-inner-item:hover .item-image-wrapper:before {
  transform: scale(1);
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .elementor-widget-inlingua-content-list .elementor-list-content-inner-item {
    display: block;
  }
  .elementor-widget-inlingua-content-list .elementor-list-content-inner-item .item-image-wrapper:before {
    display: none;
  }
  .elementor-widget-inlingua-content-list .elementor-list-content-inner-item .item-image-wrapper img {
    display: none;
  }
}

.elementor-widget-inlingua-countdown .elementor-inlingua-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.elementor-widget-inlingua-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 16px;
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-countdown .elementor-countdown-item {
    margin: 0 4px;
  }
}
.elementor-widget-inlingua-countdown .elementor-countdown-item:before {
  content: ":";
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: -22px;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  top: 0;
  color: var(--e-global-color-secondary);
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-countdown .elementor-countdown-item:before {
    right: -10px;
    font-size: 35px;
    font-size: 2.1875rem;
    top: 5px;
  }
}
.elementor-widget-inlingua-countdown .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-inlingua-countdown .elementor-countdown-item:last-child:before {
  display: none;
}
.elementor-widget-inlingua-countdown .elementor-countdown-label {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-countdown .elementor-countdown-digits {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
  /* optional */
  width: 65px;
  height: 50px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 44px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
}
@media (max-width: 768px) {
  .elementor-widget-inlingua-countdown .elementor-countdown-digits {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
.elementor-widget-inlingua-countdown .countdown-title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-text);
  margin-right: 15px;
}
.elementor-widget-inlingua-countdown.countdown-style-1 .countdown-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.elementor-widget-inlingua-countdown.countdown-style-2 .elementor-countdown-item:before {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}

.elementor-counter {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.elementor-counter .elementor-counter-wrapper {
  margin-bottom: 0;
}
.elementor-counter .elementor-icon-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1904761905;
  color: var(--e-global-color-secondary);
}
.elementor-counter .elementor-icon-counter .counter_icon {
  display: inline-flex;
}
.elementor-counter .elementor-icon-counter i {
  display: inline-block;
}
.elementor-counter .elementor-icon-counter i:before {
  display: block;
}
.elementor-counter .elementor-icon-counter svg {
  width: 30px;
  height: 30px;
  color: var(--e-global-color-primary);
}
.elementor-counter .elementor-counter-number-wrapper {
  margin-bottom: 0.25rem;
}
.elementor-counter .elementor-counter-number,
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 82px;
  font-size: 5.125rem;
  line-height: calc(90 / 82);
  color: var(--e-global-color-secondary);
  text-transform: normal;
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
}
.elementor-counter .elementor-counter-title {
  text-align: inherit;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: calc(36 / 24);
  color: var(--e-global-color-text);
}
.elementor-counter .elementor-counter-sub-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 49px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.6666667;
}
.elementor-counter .elementor-counter-sub-title:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  margin-right: 20px;
}
.elementor-counter .elementor-counter-description {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.elementor-widget-counter.elementor-position-top .elementor-counter {
  display: block;
  text-align: center;
}

.elementor-widget-counter.elementor-position-top .elementor-counter.elementor-counter.elementor-icon {
  display: flex;
  justify-content: center;
}

.elementor-widget-counter.elementor-position-left .elementor-counter,
.elementor-widget-counter.elementor-position-right .elementor-counter {
  display: flex;
}

.elementor-widget-counter.elementor-position-top .elementor-counter {
  flex-direction: column;
}

.elementor-widget-counter.elementor-position-left .elementor-counter {
  text-align: left;
  flex-direction: row;
}

.elementor-widget-counter.elementor-position-right .elementor-counter {
  text-align: right;
  flex-direction: row-reverse;
}

.elementor-widget-counter.elementor-position-left .elementor-icon-counter {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: unset;
}

.elementor-widget-counter.elementor-position-top .elementor-icon-counter {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}

.elementor-widget-counter.elementor-position-right .elementor-icon-counter {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: unset;
}

@media (min-width: 768px) {
  .elementor-widget-counter.elementor-vertical-align-top .elementor-counter {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .elementor-widget-counter.elementor-vertical-align-middle .elementor-counter {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .elementor-widget-counter.elementor-vertical-align-bottom .elementor-counter {
    align-items: flex-end;
  }
}
.elementor-widget-inlingua-course-categories {
  width: 100%;
}
.elementor-widget-inlingua-course-categories .elementor-categories-item .category-title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  margin-bottom: 0;
}
.elementor-widget-inlingua-course-categories .elementor-categories-item .category-course-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-inlingua-course-categories .elementor-categories-item .category-course-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.elementor-widget-inlingua-course-categories.category-course-style-1 .elementor-categories-item .category-course-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 33px 22px 33px;
  background-color: #EDF2F1;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}
.elementor-widget-inlingua-course-categories.category-course-style-1 .elementor-categories-item:hover .category-course-img img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.elementor-widget-inlingua-course-categories.category-course-style-2 .elementor-categories-item .category-course-link {
  display: block;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 24px;
}
.elementor-widget-inlingua-course-categories.category-course-style-2 .elementor-categories-item .category-title {
  padding: 0 15px;
}
.elementor-widget-inlingua-course-categories.category-course-style-2 .elementor-categories-item .category-course-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
.elementor-widget-inlingua-course-categories.category-course-style-2 .elementor-categories-item .category-course-img img {
  aspect-ratio: 1.3684210526;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.elementor-widget-inlingua-course-categories.category-course-style-2 .elementor-categories-item:hover .category-course-img img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.elementor-widget-inlingua-course-languages .language-course-link {
  display: flex;
  align-items: center;
  padding: 12px 12px 11px 12px;
  border-radius: 20px;
  background-color: #F9F8F6;
  gap: 15px;
}
.elementor-widget-inlingua-course-languages .language-course-link .language-flag {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.elementor-widget-inlingua-course-languages .language-course-link .language-flag img {
  object-fit: cover;
}
.elementor-widget-inlingua-course-languages .language-course-link .language-title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2px;
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-course-languages .language-course-link .language-description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}

.inlingua-title-hover-yes .language-course-link:hover .language-title {
  text-decoration: underline;
}

.elementor-widget-inlingua-course ul {
  margin: 0;
}
.elementor-widget-inlingua-course .swiper-wrapper {
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.elementor-widget-inlingua-course .inlingua-swiper-wrapper .swiper {
  overflow: visible;
  clip-path: inset(-100% -29px -100% -29px);
  padding-bottom: 0;
}
.elementor-widget-inlingua-course .inlingua-swiper-wrapper .elementor-swiper-button {
  justify-content: center;
  align-items: center;
}

.elementor-widget-inlingua-events-list .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-events-list .post-thumbnail img:hover {
  transform: scale(1.1);
}
.elementor-widget-inlingua-events-list .event-block {
  border: 1px solid var(--e-global-color-border);
  border-radius: 0 0 20px 20px;
  height: 100%;
}
.elementor-widget-inlingua-events-list .event-transition {
  position: relative;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}
.elementor-widget-inlingua-events-list .event-transition .event-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: var(--e-global-color-primary);
  border-radius: 30px;
  color: var(--e-global-color-secondary);
  padding: 6px 18px;
  line-height: 24px;
  font-weight: 600;
}
.elementor-widget-inlingua-events-list .event-content {
  padding: 25px 24px 24px 27px;
  z-index: 2;
}
.elementor-widget-inlingua-events-list .object-loop-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-widget-inlingua-events-list .object-loop-title a span {
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  transition: 0.5s all ease;
}
.elementor-widget-inlingua-events-list .object-loop-title a span:hover {
  background-size: 0 1px, 100% 1px;
}
.elementor-widget-inlingua-events-list .event-meta-group {
  display: flex;
  flex-direction: column;
}
.elementor-widget-inlingua-events-list .event-meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 15px;
}
.elementor-widget-inlingua-events-list .event-meta i {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 8px;
}
.elementor-widget-inlingua-events-list .object-loop-exerpt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-widget-inlingua-events-list .object-loop-exerpt p {
  margin: 0;
}
.elementor-widget-inlingua-events-list .object-button a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.elementor-widget-inlingua-events-list .object-button a:hover {
  background-size: 0 1px, 100% 1px;
}
.elementor-widget-inlingua-events-list .object-button a i {
  margin-left: 8px;
}
.elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .event-block {
  border: none;
  background-color: #EDF2F1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
}
.elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .event-transition {
  border-radius: 50%;
  width: 192px;
}
.elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .event-date {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .post-thumbnail {
  height: 192px;
}
.elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .event-content {
  flex: 1;
  padding: 0;
}
@media (max-width: 1024px) {
  .elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .event-block {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .event-content,
.elementor-widget-inlingua-events-list.inlingua-elementor-event-style-list .object-loop-title {
    text-align: center;
  }
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .event-block {
  position: relative;
  flex-direction: row-reverse;
  overflow: hidden;
  align-items: flex-start;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .event-block:before {
  position: absolute;
  content: "";
  height: 628px;
  width: 628px;
  background-color: #ffffff;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .event-block:after {
  position: absolute;
  content: "";
  height: 294px;
  width: 294px;
  background-color: #EDF2F1;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .event-transition {
  border-radius: 0 0 60px 0;
  z-index: 2;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .event-date {
  left: 20px;
  transform: translateX(0);
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-loop-title {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 50px;
  -webkit-line-clamp: 3;
  overflow: visible;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button i, .elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button:hover i, .elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button:hover:after {
  color: #ffffff;
}
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button:hover a,
.elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .object-button:hover i {
  color: var(--e-global-color-primary);
  background-size: 0, 0;
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-events-list.elementor-inlingua-events-style-yes .event-block {
    flex-direction: column;
  }
}

body.flyout-body-hidden.flyout-menu-outsite-header #masthead {
  z-index: -1;
}

.elementor-inlingua-flyout-content {
  position: fixed;
  left: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  -webkit-clip-path: circle(0% at 0% 0%);
  clip-path: circle(0% at 0% 0%);
  width: 100%;
  height: 100vh;
  visibility: hidden;
  -ms-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.8s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.8s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.8s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.8s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), visibility 0.8s, -webkit-clip-path 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: 9;
  overflow-x: hidden;
  background: linear-gradient(360deg, rgba(21, 2, 3, 0) 10%, #000509 96%);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.elementor-inlingua-flyout-content::-webkit-scrollbar {
  display: none;
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item a.hfe-menu-item:focus, .elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item a.hfe-menu-item:active {
  color: var(--e-global-color-primary);
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .sub-arrow {
  font-size: 16px;
  font-size: 1rem;
  display: none;
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .sub-menu-open {
  margin: 3px 0;
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .hfe-menu-toggle {
  transform: rotate(0deg);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .hfe-menu-toggle:hover {
  border: 0;
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .sub-menu-active a [aria-expanded=true] {
  color: var(--e-global-color-primary);
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .sub-menu-active a [aria-expanded=true]:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .sub-menu-active .hfe-menu-item:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-inlingua-flyout-content .elementor-widget-navigation-menu ul.hfe-nav-menu li.menu-item .sub-menu-active .hfe-menu-toggle {
  transform: rotate(180deg);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu {
  display: block;
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu li a.hfe-menu-item {
  display: inline-flex;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 54px;
  font-size: 3.375rem;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 50px;
  color: #ffffff;
  border: none;
}
@media (max-width: 568px) {
  .elementor-inlingua-flyout-content ul.hfe-nav-menu li a.hfe-menu-item {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
  }
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu li a.hfe-menu-item:hover {
  color: var(--e-global-color-primary);
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu li ul.sub-menu li a.hfe-sub-menu-item {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36px;
  color: #ffffff;
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu li ul.sub-menu li a.hfe-sub-menu-item:hover, .elementor-inlingua-flyout-content ul.hfe-nav-menu li ul.sub-menu li a.hfe-sub-menu-item:focus {
  color: var(--e-global-color-primary);
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu li ul.sub-menu li a.hfe-sub-menu-item-active {
  color: var(--e-global-color-primary);
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu li.current_page_item a.hfe-menu-item,
.elementor-inlingua-flyout-content ul.hfe-nav-menu li.current-menu-ancestor a.hfe-menu-item {
  color: var(--e-global-color-primary);
}
.elementor-inlingua-flyout-content ul.hfe-nav-menu li.current_page_item a.hfe-menu-item:before,
.elementor-inlingua-flyout-content ul.hfe-nav-menu li.current-menu-ancestor a.hfe-menu-item:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-inlingua-flyout-content.flyout-open {
  -webkit-clip-path: circle(150% at 50% 50%);
  clip-path: circle(150% at 50% 50%);
  visibility: visible;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.elementor-header-flyout-action {
  z-index: 10;
  position: relative;
}
.elementor-header-flyout-action .icon {
  display: inline-block;
  padding: 20px;
  line-height: 1;
}
.elementor-header-flyout-action .elementor-flyout-close-icon {
  display: none;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.elementor-header-flyout-action.flyout-action-close .elementor-flyout-close-icon {
  display: block;
}
.elementor-header-flyout-action.flyout-action-close .elementor-flyout-open-icon {
  display: none;
}

.elementor-inlingua-flyout-content .elementor-widget-text-editor {
  word-wrap: initial;
}

.elementor-flyout-dynamic-icon .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}
.elementor-flyout-dynamic-icon .icon .dynamic-icon-inner {
  width: 17px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.elementor-flyout-dynamic-icon .icon .dynamic-icon-inner > span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.elementor-flyout-dynamic-icon .icon .dynamic-icon-inner > span.dynamic-icon-down {
  width: 50%;
  top: 50%;
}
.elementor-flyout-dynamic-icon .icon .dynamic-icon-inner > span.dynamic-icon-bottom {
  top: auto;
  bottom: -1px;
}
.elementor-flyout-dynamic-icon .icon:hover .dynamic-icon-inner > span {
  width: 100%;
  background-color: #fff;
}
.flyout-action-close .elementor-flyout-dynamic-icon .icon .dynamic-icon-inner > span {
  width: 100%;
  transform: translate(-50%, -50%) rotate(43deg);
  left: 50%;
  top: 50%;
}
.flyout-action-close .elementor-flyout-dynamic-icon .icon .dynamic-icon-inner > span.dynamic-icon-down {
  transform: translate(-50%, -50%) rotate(-43deg);
}
.flyout-action-close .elementor-flyout-dynamic-icon .icon .dynamic-icon-inner > span.dynamic-icon-bottom {
  display: none;
}

.elementor-widget-inlingua-gallery-scroll .elementor-widget-container {
  overflow: hidden;
  display: flex;
}
.elementor-widget-inlingua-gallery-scroll.inlingua-gallery-scroll-direction-ltr .elementor-widget-container {
  justify-content: flex-end;
}
.elementor-widget-inlingua-gallery-scroll .elementor-inlingua-gallery-scroll {
  display: flex;
  gap: 30px;
  padding: 0;
  will-change: transform;
  align-items: flex-end;
}
.elementor-widget-inlingua-gallery-scroll .elementor-inlingua-item-gallery-scroll {
  flex: 0 0 auto;
  width: 380px;
  height: 200px;
  overflow: hidden;
  transition: transform 0.3s linear;
}
.elementor-widget-inlingua-gallery-scroll .elementor-inlingua-item-gallery-scroll:nth-child(3n+2) {
  width: 480px;
  height: 280px;
}
.elementor-widget-inlingua-gallery-scroll .elementor-inlingua-item-gallery-scroll:nth-child(3n+3) {
  width: 680px;
  height: 360px;
}
.elementor-widget-inlingua-gallery-scroll .elementor-inlingua-item-gallery-scroll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.elementor-header-group-wrapper .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
  margin-right: 17px;
  text-align: center;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
  margin-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div.site-header-wishlist {
  order: 0;
}
.elementor-header-group-wrapper .header-group-action > div.site-header-account {
  order: -1;
}
.elementor-header-group-wrapper .header-group-action > div.site-header-search {
  order: -2;
}
.elementor-header-group-wrapper .header-group-action > div.site-header-cart {
  order: -3;
}
.elementor-header-group-wrapper .header-group-action > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-header-group-wrapper .header-group-action > div > a i {
  color: var(--e-global-color-secondary);
}
.elementor-header-group-wrapper .header-group-action > div .header-wishlist {
  margin-bottom: -2px;
}
.elementor-header-group-wrapper .header-group-action > div:hover > a i {
  color: var(--e-global-color-primary);
}
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist,
.elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
  display: none;
}
@media (min-width: 1025px) {
  .elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist,
.elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
    display: block;
  }
}
.elementor-header-group-wrapper .site-header-account a .account-content {
  display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
  pointer-events: auto;
  visibility: visible;
  z-index: 9999;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.elementor-widget-inlingua-heading .elementor-heading-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.elementor-widget-inlingua-heading .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 82px;
  font-size: 5.125rem;
  letter-spacing: -0.03em;
  line-height: 1.0975609756;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-heading .elementor-sub-title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  color: var(--e-global-color-text);
}
.elementor-widget-inlingua-heading .elementor-sub-title span {
  display: inline-flex;
  gap: 6px;
}
.elementor-widget-inlingua-heading.elementor-align-left .elementor-heading-title {
  justify-content: flex-start;
}
.elementor-widget-inlingua-heading.elementor-align-center .elementor-heading-title {
  justify-content: center;
}
.elementor-widget-inlingua-heading.elementor-align-right .elementor-heading-title {
  justify-content: flex-end;
}
.elementor-widget-inlingua-heading.elementor-align-justify .elementor-heading-title {
  justify-content: space-between;
}

.subtitle-position-below .elementor-sub-title {
  margin-top: 15px;
}

.subtitle-position-above .elementor-sub-title {
  margin-bottom: 15px;
  order: -1;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
}

.title-hover-decoration-yes .elementor-heading-title {
  position: relative;
}
.title-hover-decoration-yes .elementor-heading-title:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-primary);
  -ms-transition: width 0.4s ease-in;
  -o-transition: width 0.4s ease-in;
  -moz-transition: width 0.4s ease-in;
  -webkit-transition: width 0.4s ease-in;
  transition: width 0.4s ease-in;
}
.title-hover-decoration-yes .elementor-heading-title:hover:after {
  width: 100%;
}
.title-hover-decoration-yes.decoration-position-above .elementor-heading-title {
  padding-top: 20px;
  border-top: 1px solid var(--e-global-color-border);
}
.title-hover-decoration-yes.decoration-position-above .elementor-heading-title:after {
  top: -1px;
}
.title-hover-decoration-yes.decoration-position-below .elementor-heading-title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.title-hover-decoration-yes.decoration-position-below .elementor-heading-title:after {
  bottom: -1px;
}

.elementor-widget-inlingua-image-gallery .grid__item {
  height: 100%;
}
.elementor-widget-inlingua-image-gallery .grid__item a {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.elementor-widget-inlingua-image-gallery .grid__item a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-image-gallery .grid__item a:after {
  position: absolute;
  font-size: 32px;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  align-content: center;
  z-index: 2;
  display: block;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-image-gallery .grid__item a img {
  display: block;
  height: 100%;
  width: 100%;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 24px;
}
.elementor-widget-inlingua-image-gallery .grid__item a:hover:before, .elementor-widget-inlingua-image-gallery .grid__item a:hover:after {
  opacity: 1;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-image-gallery .grid__item a:hover img {
  transform: scale(1.2);
}

.inlingua-image-gallery-masonry {
  --gallery-height: 225px;
}
.inlingua-image-gallery-masonry .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .inlingua-image-gallery-masonry .elementor-grid .elementor-inlingua-item-image-gallery:nth-child(10n+1) {
    grid-column: 1/3;
    grid-row: 2 span/3 span;
  }
  .inlingua-image-gallery-masonry .elementor-grid .elementor-inlingua-item-image-gallery:nth-child(10n+1) .grid__item a img {
    height: calc(var(--gallery-height) * 2 + var(--grid-row-gap));
  }
  .inlingua-image-gallery-masonry .elementor-grid .elementor-inlingua-item-image-gallery:nth-child(10n+8) {
    grid-column: 3/5;
    grid-row: 2 span/4 span;
  }
  .inlingua-image-gallery-masonry .elementor-grid .elementor-inlingua-item-image-gallery:nth-child(10n+8) .grid__item a img {
    height: calc(var(--gallery-height) * 2 + var(--grid-row-gap));
  }
}
.inlingua-image-gallery-masonry .elementor-grid .grid__item img {
  object-fit: cover;
}
@media (max-width: 1023px) {
  .inlingua-image-gallery-masonry .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .inlingua-image-gallery-masonry .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.inlingua-elementor-gallery-loadmore {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .inlingua-elementor-gallery-loadmore {
    margin-top: 30px;
  }
}
.inlingua-elementor-gallery-loadmore .loadmore-btn {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  background-color: var(--e-global-color-primary);
  color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inlingua-elementor-gallery-loadmore .loadmore-btn:hover {
  background-color: var(--e-global-color-secondary);
}
.inlingua-elementor-gallery-loadmore .loadmore-btn .inlingua-button-inner {
  display: none;
}
.inlingua-elementor-gallery-loadmore .loadmore-btn.loading {
  background-color: var(--e-global-color-secondary);
  opacity: 0.5;
}
.inlingua-elementor-gallery-loadmore .loadmore-btn.loading:after {
  opacity: 0;
}
.inlingua-elementor-gallery-loadmore .loadmore-btn.loading:before {
  animation: fa-spin 0.75s linear infinite;
  height: 100%;
  width: 100%;
  line-height: 16px;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0);
  background-color: transparent;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.elementor-canvas-info-wrapper {
  display: flex;
}
.elementor-canvas-info-wrapper .inlingua-info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(216, 218, 223, 0.13);
  backdrop-filter: blur(58px);
  -webkit-backdrop-filter: blur(58px);
  border-radius: 50%;
}
.elementor-canvas-info-wrapper .inlingua-info-button .inlingua-icon {
  display: none;
}
.elementor-canvas-info-wrapper .inlingua-info-button:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--e-global-color-secondary);
}
.elementor-canvas-info-wrapper .inlingua-info-button:hover:before {
  color: var(--e-global-color-primary);
}

.inlingua-canvas-info {
  --e-global-info-width: 600px;
  background-color: var(--e-global-color-accent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: var(--e-global-info-width);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: auto;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.inlingua-canvas-info-right {
  right: 0;
  left: unset;
  -webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
  transform: translate3d(var(--e-global-info-width), 0, 0);
}
[dir=rtl] .inlingua-canvas-info-right {
  right: unset;
  left: 0;
  -webkit-transform: translate3d(calc(-1 * var(--e-global-info-width)), 0, 0);
  transform: translate3d(calc(-1 * var(--e-global-info-width)), 0, 0);
}
.inlingua-canvas-info-left {
  right: unset;
  left: 0;
  -webkit-transform: translate3d(calc(-1 * var(--e-global-info-width)), 0, 0);
  transform: translate3d(calc(-1 * var(--e-global-info-width)), 0, 0);
}
.info-canvas-active .inlingua-canvas-info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .inlingua-canvas-info {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .inlingua-canvas-info {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .inlingua-canvas-info {
    top: 46px;
  }
}

.inlingua-canvas-info::-webkit-scrollbar {
  width: 5px;
  background-color: var(--e-global-color-border);
}

.inlingua-canvas-info::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px var(--e-global-color-primary);
  background-color: #555555;
}

.inlingua::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--e-global-color-primary);
  background-color: var(--e-global-color-border);
}

.inlingua-canvas-info-close {
  font-size: 23px;
  font-size: 1.4375rem;
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(216, 218, 223, 0.07);
  backdrop-filter: blur(58px);
  -webkit-backdrop-filter: blur(58px);
  border-radius: 100px;
  top: 29px;
  right: 32px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  color: #ffffff;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inlingua-canvas-info-close i {
  transform: rotate(45deg);
}
.inlingua-canvas-info-close:hover, .inlingua-canvas-info-close:focus {
  color: var(--e-global-color-primary);
}

.inlingua-info-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: opacity 0.25s ease, visibility 0s ease;
  -o-transition: opacity 0.25s ease, visibility 0s ease;
  -moz-transition: opacity 0.25s ease, visibility 0s ease;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.info-canvas-active .inlingua-info-overlay {
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.elementor-widget-inlingua-instructors-language {
  --default-item-height: 450px;
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item {
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item > a {
  display: block;
  position: relative;
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item > a .instructor-avt-thumbnail {
  position: relative;
  height: var(--default-item-height);
  overflow: hidden;
  border-radius: 40px;
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item > a .instructor-avt-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item > a .instructor-avt-thumbnail:hover img {
  transform: scale(1.1);
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item > a .preview_url {
  position: absolute;
  bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item > a .preview_url i {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 9px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
}
.elementor-widget-inlingua-instructors-language .elementor-instructor-item > a .instructor-content {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0;
}
.elementor-widget-inlingua-instructors-language .language-flag {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.elementor-widget-inlingua-instructors-language .language-flag img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-widget-inlingua-instructors-language .language-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.elementor-widget-inlingua-instructors-language .instructor-total-students {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
}
.elementor-widget-inlingua-instructors-language .instructor-content {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 3000px;
  width: 100%;
}
.elementor-widget-inlingua-instructors-language .swiper-pointer-events:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  left: -10px;
  background-image: linear-gradient(90deg, #edf2f1 18%, rgba(255, 244, 215, 0) 100%);
}
.elementor-widget-inlingua-instructors-language .swiper-pointer-events:after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  right: -10px;
  background-image: linear-gradient(90deg, rgba(255, 244, 215, 0) 18%, #edf2f1 100%);
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-instructors-language .swiper-pointer-events:before, .elementor-widget-inlingua-instructors-language .swiper-pointer-events:after {
    display: none;
  }
}
.elementor-widget-inlingua-instructors-language.center-carousel-yes {
  --center-item-height: 500px;
}
.elementor-widget-inlingua-instructors-language.center-carousel-yes .elementor-instructor-item > a {
  transition: all 0.3s linear;
  width: 100%;
}
.elementor-widget-inlingua-instructors-language.center-carousel-yes .swiper-slide-prev {
  transform: translateX(calc(var(--grid-column-gap) / -2));
}
.elementor-widget-inlingua-instructors-language.center-carousel-yes .swiper-slide-next {
  transform: translateX(calc(var(--grid-column-gap) / 2));
}
.elementor-widget-inlingua-instructors-language.center-carousel-yes .swiper-slide-active > a {
  width: calc(100% + var(--grid-column-gap) * 2);
  left: calc(var(--grid-column-gap) / -1);
  top: calc((var(--center-item-height) - var(--default-item-height)) / -2);
}
.elementor-widget-inlingua-instructors-language.center-carousel-yes .swiper-slide-active > a .instructor-avt-thumbnail {
  height: var(--center-item-height);
}
@media (max-width: 568px) {
  .elementor-widget-inlingua-instructors-language.center-carousel-yes .swiper-slide-active > a {
    width: 100%;
    left: 0;
    top: 0;
  }
  .elementor-widget-inlingua-instructors-language.center-carousel-yes .swiper-slide-active > a .instructor-avt-thumbnail {
    height: var(--default-item-height);
  }
}

.elementor-widget-inlingua-instructor .elementor-instructor-item:hover img {
  transform: scale(1.1);
}
.elementor-widget-inlingua-instructor img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--e-global-color-highlight);
}
.elementor-widget-inlingua-instructor .entry-title {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 24px 0 2px 0;
}
.elementor-widget-inlingua-instructor .entry-title a {
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.elementor-widget-inlingua-instructor .entry-title a:hover {
  background-size: 0 1px, 100% 1px;
}
.elementor-widget-inlingua-instructor .instructor-job {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.elementor-widget-inlingua-instructor .instructor-hashtag {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  z-index: 3;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-1 .instructor-post-thumbnail {
  position: relative;
  overflow: hidden;
  color: initial;
  border-radius: 100%;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-1 .instructor-post-thumbnail:before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFC849;
  z-index: 2;
  /* use SVG as a mask */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="305" height="306" viewBox="0 0 305 305" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M305 153.398C305 237.622 236.723 305.898 152.5 305.898C68.2766 305.898 0 237.622 0 153.398C0 69.175 68.2766 0.898438 152.5 0.898438C236.723 0.898438 305 69.175 305 153.398ZM48.8 153.398C48.8 210.67 95.2281 257.098 152.5 257.098C209.772 257.098 256.2 210.67 256.2 153.398C256.2 96.1265 209.772 49.6984 152.5 49.6984C95.2281 49.6984 48.8 96.1265 48.8 153.398Z" fill="url(%23paint0_linear_1349_25686)"/><defs><linearGradient id="paint0_linear_1349_25686" x1="262.498" y1="-13.6455" x2="88.8171" y2="199.29" gradientUnits="userSpaceOnUse"><stop offset="0.748183" stop-opacity="0"/><stop offset="1"/></linearGradient></defs></svg>') no-repeat center/contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask: url('data:image/svg+xml;utf8,<svg width="305" height="306" viewBox="0 0 305 305" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M305 153.398C305 237.622 236.723 305.898 152.5 305.898C68.2766 305.898 0 237.622 0 153.398C0 69.175 68.2766 0.898438 152.5 0.898438C236.723 0.898438 305 69.175 305 153.398ZM48.8 153.398C48.8 210.67 95.2281 257.098 152.5 257.098C209.772 257.098 256.2 210.67 256.2 153.398C256.2 96.1265 209.772 49.6984 152.5 49.6984C95.2281 49.6984 48.8 96.1265 48.8 153.398Z" fill="url(%23paint0_linear_1349_25686)"/><defs><linearGradient id="paint0_linear_1349_25686" x1="262.498" y1="-13.6455" x2="88.8171" y2="199.29" gradientUnits="userSpaceOnUse"><stop offset="0.748183" stop-opacity="0"/><stop offset="1"/></linearGradient></defs></svg>') no-repeat center/contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-1 .instructor-post-thumbnail img {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 100%;
  object-fit: cover;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-1 .instructor-hashtag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-1 .instructor-hashtag svg {
  width: 100%;
  height: 100%;
  transform: rotate(-20deg);
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-1 .instructor-hashtag svg text {
  font-size: 10px;
  fill: #fff;
  letter-spacing: 1px;
  font-weight: 900;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-2 .instructor-post-thumbnail {
  position: relative;
  overflow: hidden;
  color: initial;
  border-radius: 0 60px 0 60px;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-2 .instructor-post-thumbnail:before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFC849;
  z-index: 2;
  /* use SVG as a mask */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="" viewBox="0 0 320 410"><g fill="none" class="nc-icon-wrapper"><path d="M320 0V410H0V0H320ZM40 40V350C40 361.046 48.9543 370 60 370H280V40H40Z" fill="url(%231759897010065-476906_paint0_linear_7007_11552)"></path><defs><linearGradient id="1759897010065-476906_paint0_linear_7007_11552" x1="275.407" y1="-19.551" x2="37.303" y2="208.289" gradientUnits="userSpaceOnUse"><stop offset=".748" stop-color="currentColor" stop-opacity="0"></stop><stop offset="1" stop-color="currentColor"></stop></linearGradient></defs></g></svg>') no-repeat center/cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="" viewBox="0 0 320 410"><g fill="none" class="nc-icon-wrapper"><path d="M320 0V410H0V0H320ZM40 40V350C40 361.046 48.9543 370 60 370H280V40H40Z" fill="url(%231759897010065-476906_paint0_linear_7007_11552)"></path><defs><linearGradient id="1759897010065-476906_paint0_linear_7007_11552" x1="275.407" y1="-19.551" x2="37.303" y2="208.289" gradientUnits="userSpaceOnUse"><stop offset=".748" stop-color="currentColor" stop-opacity="0"></stop><stop offset="1" stop-color="currentColor"></stop></linearGradient></defs></g></svg>') no-repeat center/cover;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-2 .instructor-post-thumbnail img {
  aspect-ratio: 0.7820512821;
  border-radius: 0 60px 0 60px;
  width: 100%;
  object-fit: cover;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-2 .instructor-hashtag {
  display: none;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-inner {
  padding: 26px 22px 0;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-inner:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 13px;
  transform: translateY(-108px);
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-post-thumbnail {
  overflow: hidden;
  border-radius: 0 60px 0 60px;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-post-thumbnail img {
  aspect-ratio: 0.8307155323;
  width: 100%;
  border-radius: 0 60px 0 60px;
  object-fit: cover;
  background-color: var(--e-global-color-primary);
  position: relative;
  z-index: 2;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-hashtag {
  display: none;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-content {
  position: absolute;
  top: 52px;
  left: 49px;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .entry-title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.25;
  margin: 26px 250px 0 0;
}
.elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-job {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
}
@media (max-width: 768px) {
  .elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-inner {
    padding: 26px 22px;
    border-radius: 20px;
  }
  .elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-post-thumbnail {
    border-radius: 20px;
  }
  .elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-post-thumbnail img {
    border-radius: 20px;
  }
  .elementor-widget-inlingua-instructor.inlingua-elementor-instructor-style-3 .instructor-content {
    top: 50px;
    left: 40px;
  }
}

.hidden-hashtag-yes .elementor-instructor-item .instructor-hashtag {
  display: none;
}

.hidden-border-yes .instructor-post-thumbnail:before {
  display: none;
}

.inlingua-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.inlingua-language-switcher span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: uppercase;
  color: var(--e-global-color-text);
}
.inlingua-language-switcher .language-switcher-head .title {
  margin-right: 8px;
}
.inlingua-language-switcher .language-switcher-head img {
  margin-right: 8px;
}
.inlingua-language-switcher a {
  display: block;
}
.inlingua-language-switcher img {
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  object-fit: cover;
}
.inlingua-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.inlingua-language-switcher .item > div i {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.inlingua-language-switcher .sub-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 5px);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.inlingua-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  top: -10px;
}
.inlingua-language-switcher .sub-item a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  min-width: 126px;
  white-space: nowrap;
}
.inlingua-language-switcher .sub-item a:hover, .inlingua-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.inlingua-language-switcher .sub-item a > span {
  text-transform: unset;
}
.inlingua-language-switcher li.item {
  position: relative;
}
.inlingua-language-switcher li.item:hover .sub-item {
  display: block;
}

.language-switcher-style-hover-right-yes .inlingua-language-switcher .sub-item {
  right: 0;
  left: unset;
}

.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form {
  margin: 0;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .mc4wp-form-fields {
  margin: 0;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-email {
  flex: 1;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .mc4wp-form-group {
  width: 100%;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-input {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  gap: 12px;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-input input[type=email] {
  padding: 18px 24px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  width: 100%;
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-border);
  background-color: #fff;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-input input[type=email]::placeholder {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-input input[type=email]:focus, .elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-input input[type=email]:hover {
  border-color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  justify-content: center;
  line-height: 24px;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-button i, .elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-button:hover i, .elementor-widget-inlingua-mailchmip .form-style .mc4wp-form .form-button:hover:after {
  color: #ffffff;
}
.elementor-widget-inlingua-mailchmip .form-style .button-title-right,
.elementor-widget-inlingua-mailchmip .form-style .button-title-three {
  display: none;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-1 .form-style .button-title-left {
  display: none;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-1 .form-style .button-title-right {
  display: block;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-1 .form-style .form-button {
  width: 100%;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-2 .mc4wp-form-group {
  flex: 1;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-2 .mc4wp-form .form-input {
  flex-direction: row;
  border: 1px solid var(--e-global-color-border);
  border-radius: 80px;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-2 .mc4wp-form .form-input input[type=email] {
  border: none;
  flex: 1;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-2 .mc4wp-form .form-input:focus, .elementor-widget-inlingua-mailchmip.form-mailchimp-style-2 .mc4wp-form .form-input:hover {
  border-color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-2 .mc4wp-form .form-button {
  padding: 17px 34px 17px 35px;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form-fields {
  border: 1px solid var(--e-global-color-secondary);
  padding: 4px;
  border-radius: 80px;
  overflow: hidden;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form-fields:focus, .elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form-fields:hover {
  border-color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .mc4wp-form-group {
  flex: 1;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-input {
  flex-direction: row;
  gap: 0;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-input input[type=email] {
  padding: 19px 15px;
  border: none;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  justify-content: center;
  border-radius: 80px;
  padding: 20px 40px;
  line-height: 24px;
  border: none;
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-button i, .elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-button:hover i, .elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .mc4wp-form .form-button:hover:after {
  color: #ffffff;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .form-style .button-title-left {
  display: none;
}
.elementor-widget-inlingua-mailchmip.form-mailchimp-style-3 .form-style .button-title-three {
  display: block;
}
.elementor-widget-inlingua-mailchmip .mc4wp-response p,
.elementor-widget-inlingua-mailchmip .mc4wp-response a {
  margin: 10px 0;
  color: #fb0000;
  text-align: center;
}

.elementor-canvas-menu-wrapper {
  display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  display: inline-flex;
  align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  position: unset !important;
  word-wrap: unset !important;
  margin: 0;
  height: unset;
  width: unset;
  clip: unset;
  overflow: unset;
  clip-path: unset;
  order: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--e-global-color-primary);
}

.inlingua-canvas-menu-layout-1.elementor-widget-inlingua-menu-canvas .inlingua-icon {
  margin-right: 13px;
}

.inlingua-canvas-menu-layout-2.elementor-widget-inlingua-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  display: none;
}
.inlingua-canvas-menu-layout-2.elementor-widget-inlingua-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .inlingua-icon {
  margin-right: 0;
}

.elementor-widget-inlingua-post-grid .slick-list {
  overflow: visible;
  clip-path: inset(-30px -14px);
}
.elementor-widget-inlingua-post-grid .slick-slide:not(.slick-active) .post-inner {
  box-shadow: unset;
}
.elementor-widget-inlingua-post-grid .elementor-posts-item {
  height: auto;
}
.elementor-widget-inlingua-post-grid .elementor-posts-item:last-child .post-inner {
  border: 0;
  margin: 0;
}
.elementor-widget-inlingua-post-grid .post-inner:hover .post-thumbnail img {
  transform: scale(1.1);
}

[class*=post-style-].column-item {
  margin-bottom: 30px;
}
[class*=post-style-] .post-thumbnail {
  overflow: hidden;
}
[class*=post-style-] .entry-meta-bottom .posted-on {
  border-left: 0;
}

.layout-post-style-1 .post-style-1 .post-inner .post-thumbnail {
  border-radius: 0 0 40px 0;
}
.layout-post-style-1 .post-style-1 .post-inner .post-thumbnail img {
  aspect-ratio: 1.8055555556;
  border-radius: 0 0 40px 0;
}
.layout-post-style-1 .post-style-1 .post-inner .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .layout-post-style-1 .post-style-1 .post-inner .entry-content {
    padding: 0;
  }
}

.layout-post-style-2 .post-style-2 .post-inner {
  display: flex;
  padding: 80px;
  background-color: #EDF2F1;
  border-radius: 0 0 200px 0;
  grid-gap: 74px;
  position: relative;
  overflow: hidden;
}
.layout-post-style-2 .post-style-2 .post-inner:before {
  position: absolute;
  content: "";
  height: 628px;
  width: 628px;
  background-color: #ffffff;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.layout-post-style-2 .post-style-2 .post-inner:after {
  position: absolute;
  content: "";
  height: 294px;
  width: 294px;
  background-color: #EDF2F1;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 1024px) {
  .layout-post-style-2 .post-style-2 .post-inner {
    padding: 60px 30px;
    border-radius: 0 0 100px 0;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .layout-post-style-2 .post-style-2 .post-inner {
    flex-direction: column-reverse;
    padding: 30px 15px;
    grid-gap: 15px;
    border-radius: 0 0 50px 0;
  }
  .layout-post-style-2 .post-style-2 .post-inner:before, .layout-post-style-2 .post-style-2 .post-inner:after {
    display: none;
  }
  .layout-post-style-2 .post-style-2 .post-inner .post-thumbnail {
    width: 100%;
  }
  .layout-post-style-2 .post-style-2 .post-inner .post-content {
    width: 100%;
  }
  .layout-post-style-2 .post-style-2 .post-inner .more-link-wrap {
    position: relative;
  }
}
.layout-post-style-2 .post-style-2 .entry-title {
  margin-bottom: 40px;
}
.layout-post-style-2 .post-style-2 .post-thumbnail {
  border-radius: 0 0 120px 0;
  width: 50%;
  margin: 0;
  z-index: 1;
}
.layout-post-style-2 .post-style-2 .post-thumbnail img {
  aspect-ratio: 1.6402116402;
}
@media (max-width: 767px) {
  .layout-post-style-2 .post-style-2 .post-thumbnail {
    border-radius: 0 0 50px 0;
  }
}
.layout-post-style-2 .post-style-2 .post-content {
  width: 44%;
  position: relative;
  margin-top: 44px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .layout-post-style-2 .post-style-2 .post-content {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .layout-post-style-2 .post-style-2 .post-content {
    margin-top: 0;
  }
}
.layout-post-style-2 .post-style-2 .categories-link {
  gap: 10px;
  margin-right: 8px;
  padding-right: 6px;
}
.layout-post-style-2 .post-style-2 .categories-link a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 400;
  border: none;
  padding: 0;
  color: var(--e-global-color-text);
}
.layout-post-style-2 .post-style-2 .categories-link a:hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
}
.layout-post-style-2 .post-style-2 .categories-link:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  rotate: 10deg;
  background-color: var(--e-global-color-text);
}
.layout-post-style-2 .post-style-2 .posted-on {
  padding: 0;
  margin: 0;
}
.layout-post-style-2 .post-style-2 .posted-on a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.layout-post-style-2 .post-style-2 .posted-on a:hover {
  background-color: transparent;
  color: var(--e-global-color-secondary);
}
.layout-post-style-2 .post-style-2 .posted-on:before {
  display: none;
}
.layout-post-style-2 .post-style-2 .more-link-wrap .more-link {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
.layout-post-style-2 .post-style-2 .more-link-wrap .more-link i, .layout-post-style-2 .post-style-2 .more-link-wrap .more-link:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.layout-post-style-2 .post-style-2 .more-link-wrap .more-link:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.layout-post-style-2 .post-style-2 .more-link-wrap .more-link:hover i, .layout-post-style-2 .post-style-2 .more-link-wrap .more-link:hover:after {
  color: #ffffff;
}
.layout-post-style-2 .post-style-2 .more-link-wrap .more-link i {
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 9px;
}

.hidden-button-yes .elementor-posts-item .more-link-wrap .more-link {
  display: none;
}

.elementor-widget-inlingua-pricing {
  height: 100%;
}
.elementor-widget-inlingua-pricing .elementor-price-table {
  text-align: center;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__integer-part,
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__currency {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1px;
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-button-content-wrapper {
  justify-content: center;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button i, .elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover i, .elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover:after {
  color: #ffffff;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button i {
  margin-left: 3px;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button .elementor-button-content-wrapper {
  width: 100%;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button .elementor-button-icon {
  display: inline-flex;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__icon {
  position: relative;
  display: flex;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__icon span {
  position: relative;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__icon span:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__header {
  display: inline-flex;
  flex-direction: column;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__subheading {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--e-global-color-text);
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__heading {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 50px;
  padding-bottom: 24px;
  margin: 0;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__price {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 6px 0 0;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin: 0 0 6px 10px;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__after-price {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-self: stretch;
  align-items: flex-end;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__features > span {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__features-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 25px 0 39px 0;
  margin: 0;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__features-list .feature_not_included span {
  text-decoration: line-through;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__feature-inner {
  display: flex;
  align-items: center;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__features-list li {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__features-list i {
  font-size: 20px;
  font-size: 1.25rem;
  margin: -3px 8px 0 -1px;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__features-list svg {
  margin-right: 10px;
  fill: var(--e-price-table-features-list-color);
  height: 1.3em;
  width: 1.3em;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-price-table__features-list svg ~ * {
  vertical-align: text-top;
}
.elementor-widget-inlingua-pricing .elementor-price-table .elementor-widget-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f7f7f7;
}
.elementor-widget-inlingua-pricing .elementor-price-table h4.price-table__features_title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  margin: 29px 0 0 0;
}

.elementor-widget-inlingua-product-categories .category-product-img {
  margin-bottom: 0;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.elementor-widget-inlingua-product-categories .category-product-img img {
  margin-left: 0;
  margin-right: 0;
  object-fit: cover;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-inlingua-product-categories .category-product-img a {
  overflow: hidden;
}
.elementor-widget-inlingua-product-categories .category-title {
  position: relative;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.428571;
  letter-spacing: 0.01em;
  color: var(--e-global-color-secondary);
  margin: 20px 0 7px;
}
.elementor-widget-inlingua-product-categories .category-title a {
  color: inherit;
}
.elementor-widget-inlingua-product-categories .category-title a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-product-categories .category-sub {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--e-global-color-lighter);
}
.elementor-widget-inlingua-product-categories .category-count-wrapper {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-inlingua-product-categories .category-count-text {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
}
.elementor-widget-inlingua-product-categories .elementor-categories-item {
  overflow: hidden;
  transition: clip-path 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67), filter 0.5s ease;
  --Media_ClipPath: inset(0 round 0 0 25vw 25vw);
}
.elementor-widget-inlingua-product-categories .elementor-categories-item:nth-child(2n+1) {
  --Media_ClipPath: inset(0 round 25vw 25vw 0 0);
  transition: clip-path 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67), filter 0.5s ease;
}
.elementor-widget-inlingua-product-categories .elementor-categories-item:hover {
  --Media_ClipPath: inset(0 round 25vw);
  transition: clip-path 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67), filter 0.5s ease;
}
.elementor-widget-inlingua-product-categories .elementor-categories-item .product-cat {
  cursor: pointer;
}
.elementor-widget-inlingua-product-categories .elementor-categories-item .product-cat a.more-link .button-text {
  margin-right: 10px;
}
.elementor-widget-inlingua-product-categories .category-product-content-inner {
  display: none;
}

.category-product-style-1 .product-cat:hover .category-product-img img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.category-product-style-1 .category-product-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.category-product-style-1 .category-product-img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 466px;
  content: "";
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.34;
  z-index: 3;
}
.category-product-style-1 .category-product-img i, .category-product-style-1 .category-product-img svg {
  z-index: 9;
  position: absolute;
  width: 80px;
  height: 80px;
}
.category-product-style-1 .category-product-img .category-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
}
.category-product-style-1 .category-product-img img {
  object-fit: cover;
  object-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.category-product-style-1 .product-cat {
  position: relative;
}
.category-product-style-1 .category-product-caption {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 30px 30px 43px 47px;
  width: 100%;
}

.category-product-style-2 .product-cat:hover .category-product-img img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.category-product-style-2 .category-product-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.category-product-style-2 .category-product-img i, .category-product-style-2 .category-product-img svg {
  z-index: 9;
  position: absolute;
  width: 80px;
  height: 80px;
}
.category-product-style-2 .category-product-img .category-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
}
.category-product-style-2 .category-product-img img {
  object-fit: cover;
  object-position: top;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.category-product-style-2 .category-product-top-info {
  display: flex;
  align-items: center;
}
.category-product-style-2 .category-count-text {
  display: none;
}

.category-product-style-3 .elementor-categories-item {
  width: max-content !important;
}
.category-product-style-3 .product-cat {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: var(--slider-item-width);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-product-style-3 .category-count-text {
  display: none;
}
.category-product-style-3 .category-title {
  margin: 0;
}
.category-product-style-3 .category-product-link {
  white-space: nowrap;
}
.category-product-style-3 .category-product-top-info {
  display: flex;
  align-items: center;
}
.category-product-style-3 .category-product-img {
  display: block;
  border-radius: 24px;
}
.category-product-style-3 .category-product-caption img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.category-product-style-4 .elementor-grid {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.category-product-style-4 .category-product-caption.actived .category-product-link {
  color: #ffffff;
}
.category-product-style-4 .category-product-caption.actived .category-product-link i, .category-product-style-4 .category-product-caption.actived .category-product-link svg {
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg);
}
.category-product-style-4 .elementor-category-image-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.category-product-style-4 .elementor-category-image-list .category-product-img {
  flex: 0 0 100%;
  position: relative;
}
.category-product-style-4 .elementor-category-image-list .category-product-img.showing {
  transform: translateX(-100%);
  z-index: 2;
}
.category-product-style-4 .elementor-category-image-list .category-product-img.show {
  z-index: 3;
}
.category-product-style-4 .category-product-link {
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
}
.category-product-style-4 .category-product-link i, .category-product-style-4 .category-product-link svg {
  transform: rotate(-45deg);
  margin-left: -6px;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-text-stroke: unset;
  color: #ffffff;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-product-style-4 .category-product-link:hover {
  color: #ffffff;
}
.category-product-style-4 .category-product-link:hover i, .category-product-style-4 .category-product-link:hover svg {
  opacity: 1;
  visibility: visible;
}
.category-product-style-4 .inlingua-con {
  position: relative;
}
.category-product-style-4 .inlingua-con .inlingua-con-inner {
  position: absolute;
  z-index: 9;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes nospin {
  100% {
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.elementor-html .site-content-contain {
  z-index: 100;
}
.elementor-html .product-image.no-gallery {
  display: none !important;
}

.woocommerce-carousel {
  position: relative;
}
.woocommerce-carousel ul.products {
  display: none;
  position: static !important;
}
.woocommerce-carousel ul.products.slick-initialized {
  display: block;
}
.woocommerce-carousel ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-carousel .inlingua-products-spacing {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-carousel .slick-slide > div {
  display: flex;
  height: 100%;
}
.woocommerce-carousel .slick-next.slick-disabled,
.woocommerce-carousel .slick-prev.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

@media (min-width: 500px) and (max-width: 768px) {
  .mobile-switcher-style-product-yes.elementor-widget-inlingua-products ul.products li.product {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .mobile-switcher-style-product-yes.elementor-widget-inlingua-products .woocommerce-carousel ul.products li.product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.elementor-widget-inlingua-products .inlingua-products-spacing {
  padding: 0;
  border: none;
  border-radius: 0;
}
.elementor-widget-inlingua-products.elementor-product-list-by-url ul.products-list.elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-widget-inlingua-products .product-block-list {
  display: flex;
  height: 100%;
}
.elementor-widget-inlingua-products .product-block-list .right {
  flex: 1;
}
.elementor-widget-inlingua-products .product-block-list .left {
  margin-right: 20px;
}
.elementor-widget-inlingua-products .product-block-list .count-review {
  justify-content: left;
}
.elementor-widget-inlingua-products .label-wrapper > span.onsale {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-inlingua-search {
  z-index: 99;
}
.elementor-widget-inlingua-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-inlingua-search .widget form:before {
  display: none;
}
.elementor-widget-inlingua-search .widget form .search-field {
  border: 1px solid var(--e-global-color-border);
  padding: 7px 15px 7px 45px;
  background-color: transparent;
  height: 44px;
}
.elementor-widget-inlingua-search .widget form .search-field::placeholder {
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.elementor-widget-inlingua-search .widget form .search-field:hover {
  border-color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-search .widget form .search-field:focus {
  border-color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-search .widget form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 47px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  padding: 0;
}
.elementor-widget-inlingua-search .widget form button[type=submit]:after {
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 9;
}
.elementor-widget-inlingua-search .widget form button[type=submit]:before {
  display: none;
}
.elementor-widget-inlingua-search .widget form button[type=submit]:hover:after {
  color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-search .site-header-search {
  display: block;
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup .inlingua-icon-search {
  margin-bottom: 5px;
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup .content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 500;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-dark);
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup:hover {
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup:hover .inlingua-icon-search2 {
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup.layout-2 .inlingua-icon-search {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  font-size: 1.1875rem;
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup.layout-2 .site-header-search .inlingua-icon-search {
  margin-bottom: 5px;
  font-size: 19px;
  font-size: 1.1875rem;
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup.layout-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid;
  backdrop-filter: blur(58px);
  -webkit-backdrop-filter: blur(58px);
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  background-color: rgba(216, 218, 223, 0.13);
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup.layout-3 .inlingua-icon-search {
  margin-bottom: 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup.layout-3:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-search .site-header-search .button-search-popup:hover .inlingua-icon-search {
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
  .elementor-widget-inlingua-search .site-header-search .button-search-popup .content {
    display: none;
  }
}

.left-counter .elementor-counter {
  display: inline-block;
  text-align-last: left;
}

.elementor-tabs-target-wrapper {
  display: flex;
  flex-flow: var(--tabs-target-flex-flow);
  justify-content: var(--tabs-target-justify-content);
  align-items: var(--tabs-target-align-items);
  gap: var(--tabs-target-gap, 10px);
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.elementor-tabs-target-wrapper .elementor-tabs-target-item i {
  color: var(--e-global-color-primary);
  font-size: 22px;
  font-size: 1.375rem;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transform: translateX(-22px);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-tabs-target-wrapper .elementor-tabs-target-item a.elementor-button {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: var(--e-global-color-secondary);
  position: relative;
  padding: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-tabs-target-wrapper .elementor-tabs-target-item span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  font-weight: 600;
}
.elementor-tabs-target-wrapper .elementor-tabs-target-item.actived i {
  opacity: 1;
  overflow: visible;
  width: auto;
  padding-right: 10px;
  transform: translateX(0);
}
.elementor-tabs-target-wrapper .elementor-tabs-target-item.actived a.elementor-button {
  color: var(--e-global-color-secondary);
}

.elementor-widget-inlingua-testimonials .elementor-testimonial-item,
.elementor-widget-inlingua-testimonials .swiper-slide {
  display: flex;
  height: auto;
}
.elementor-widget-inlingua-testimonials .item-inner {
  width: 100%;
}
.elementor-widget-inlingua-testimonials .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: transparent;
}
.elementor-widget-inlingua-testimonials .elementor-testimonial-rating {
  color: var(--e-global-color-primary);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 0 24px 0;
}
.elementor-widget-inlingua-testimonials .elementor-testimonial-rating i {
  margin-right: 1px;
  color: var(--e-global-color-primary);
}
.elementor-widget-inlingua-testimonials .testimonial-content-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.elementor-widget-inlingua-testimonials .content {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  -webkit-line-clamp: 5;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elementor-widget-inlingua-testimonials .content p {
  margin: 0;
}
.elementor-widget-inlingua-testimonials .title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--e-global-color-secondary);
}
.elementor-widget-inlingua-testimonials .testimonial-caption {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.elementor-widget-inlingua-testimonials .name {
  display: block;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
  margin-bottom: 5px;
}
.elementor-widget-inlingua-testimonials .job {
  display: block;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
}
.elementor-widget-inlingua-testimonials .elementor-testimonial-image {
  line-height: 0;
  margin-right: 15px;
}
.elementor-widget-inlingua-testimonials .elementor-testimonial-image img {
  display: inline;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-widget-inlingua-testimonials.elementor-valign-left .testimonial-caption {
  flex-direction: row;
}
.elementor-widget-inlingua-testimonials.elementor-valign-top .testimonial-caption {
  flex-direction: column;
}
.elementor-widget-inlingua-testimonials.elementor-valign-right .testimonial-caption {
  flex-direction: row-reverse;
}

.inlingua-testimonial-layout-2 .elementor-testimonial-item {
  transform: rotate(2deg);
}
.inlingua-testimonial-layout-2 .elementor-testimonial-item:nth-child(2n) {
  transform: rotate(-2deg);
}
.inlingua-testimonial-layout-2 .content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  -webkit-line-clamp: 7;
}

.inlingua-testimonial-layout-3 .content {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 68px;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
}
.inlingua-testimonial-layout-3 .name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
}
.inlingua-testimonial-layout-3 .job {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  color: var(--e-global-color-text);
}

.overflow-to-none .inlingua-swiper {
  overflow: visible;
  clip-path: inset(-100% -3px);
}

.elementor-widget-portfolio-text-scrolling .elementor-scrolling-wrapper {
  display: flex;
  white-space: nowrap;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-wrapper:hover .elementor-scrolling-inner {
  animation-play-state: paused;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-item {
  display: flex;
  align-items: center;
  position: relative;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-item .scrolling-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 90px;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-item .scrolling-title a {
  white-space: nowrap;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-item .scrolling-title:hover a {
  text-decoration: none;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-item:before {
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-size: 1rem;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-inner {
  display: inline-flex;
  position: relative;
  animation-name: marquee;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 10s;
  white-space: nowrap;
}
.elementor-widget-portfolio-text-scrolling.inlingua-textscroll-vertical .elementor-scrolling {
  display: flex;
  justify-content: center;
}
.elementor-widget-portfolio-text-scrolling.inlingua-textscroll-vertical .elementor-scrolling-wrapper {
  writing-mode: vertical-rl;
  height: 100%;
}
.elementor-widget-portfolio-text-scrolling.inlingua-textscroll-vertical .elementor-scrolling-inner {
  animation-name: marquee-vertical;
}
.elementor-widget-portfolio-text-scrolling .elementor-text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.elementor-widget-portfolio-text-scrolling .elementor-text-icon i {
  font-size: 16px;
  font-size: 1rem;
}
.elementor-widget-portfolio-text-scrolling .elementor-text-icon .border-one,
.elementor-widget-portfolio-text-scrolling .elementor-text-icon .border-two {
  position: absolute;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #fff;
}
.elementor-widget-portfolio-text-scrolling .elementor-scrolling-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.elementor-widget-inlingua-timeline .elementor-timeline-image {
  aspect-ratio: 1;
  width: auto;
  object-fit: cover;
  margin-bottom: 89px;
}
.elementor-widget-inlingua-timeline .inlingua-con-inner .swiper-slide {
  height: auto;
}
.elementor-widget-inlingua-timeline .inlingua-con-inner .swiper-slide:nth-child(2n+1) .elementor-timeline-inner-item > a .elementor-timeline-content::after {
  background-color: #f8f8f8;
  border-color: #F8F8F8;
}
.elementor-widget-inlingua-timeline .inlingua-con-inner .swiper-slide:nth-child(2n+1) .elementor-timeline-content {
  border-color: #F8F8F8;
  background-color: #f8f8f8;
}
.elementor-widget-inlingua-timeline .elementor-timeline-inner-item {
  height: 100%;
  position: relative;
}
.elementor-widget-inlingua-timeline .elementor-timeline-inner-item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--inlingua-time-dot-color, var(--e-global-color-primary));
  border-radius: 50%;
  left: 0;
  z-index: 9;
  top: calc(var(--inlingua-time-line-spacing, 208px) - 6px);
}
.elementor-widget-inlingua-timeline .elementor-timeline-inner-item::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: var(--inlingua-time-line-color, var(--e-global-color-border));
  position: absolute;
  top: calc(var(--inlingua-time-line-spacing, 208px) - -2px);
  left: 0;
}
@media (max-width: 767px) {
  .elementor-widget-inlingua-timeline .elementor-timeline-inner-item::after {
    width: 100%;
  }
}
.elementor-widget-inlingua-timeline .elementor-timeline-inner-item .elementor-timeline-description {
  color: var(--e-global-color-text);
  margin-top: 19px;
}
.elementor-widget-inlingua-timeline .elementor-timeline-inner-item .elementor-timeline-year {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1333333333;
}
.elementor-widget-inlingua-timeline .elementor-timeline-item-wrapper {
  position: relative;
}
.elementor-widget-inlingua-timeline .elementor-timeline-item-wrapper::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--inlingua-time-dot-color, var(--e-global-color-primary));
  border-radius: 50%;
  left: -182px;
  z-index: 9;
  top: calc(var(--inlingua-time-line-spacing, 208px) - 1px);
}
.elementor-widget-inlingua-timeline .elementor-timeline-item-wrapper::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: var(--inlingua-time-line-color, var(--e-global-color-border));
  position: absolute;
  top: calc(var(--inlingua-time-line-spacing, 208px) - -2px);
  left: -180px;
}
@media (max-width: 1366px) {
  .elementor-widget-inlingua-timeline .elementor-timeline-item-wrapper::before {
    display: none;
  }
  .elementor-widget-inlingua-timeline .elementor-timeline-item-wrapper::after {
    display: none;
  }
}

.vertical-menu-separator-yes .vertical-navigation:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 23px;
  width: 1px;
  background-color: var(--e-global-color-border);
  transform: translateY(-50%);
}
.vertical-menu-separator-yes .vertical-navigation:hover:after {
  background-color: transparent;
}

.home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 990;
  transform: translateY(0);
}
.home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2, .home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2, .page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3 {
  width: 18px;
}

.inlingua-video-popup {
  position: relative;
}

.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}
.elementor-video-popup .video-content {
  z-index: 1;
}

.background-blur-filter-yes .elementor-video-popup {
  position: relative;
}
.background-blur-filter-yes .elementor-video-popup:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(29px);
  border-radius: 30px;
  opacity: 0.95;
  -ms-opacity: 0.95;
  -o-opacity: 0.95;
  -moz-opacity: 0.95;
  -webkit-opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: 0;
}

.radar-animation-yes .elementor-video-popup:after {
  border-radius: 200%;
  content: "";
  position: absolute;
  z-index: -1;
  transform: scale(1);
  pointer-events: none;
  animation: lexus-scale 2s infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 1px #fff;
}
.radar-animation-yes .elementor-video-popup .elementor-video-icon {
  z-index: 99;
}

.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-popup .video-background {
  display: none;
}
.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-background .elementor-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-background .elementor-video-popup {
  overflow: hidden;
}
.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-background .elementor-video-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-background .elementor-video-icon i {
  color: var(--e-global-color-primary);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-background .elementor-video-icon svg {
  fill: var(--e-global-color-primary);
  width: 40px;
}
.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-background .video-background video,
.elementor-widget-inlingua-video-popup.elementor-inlingua-video-style-background .video-background iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  font-size: 1.5rem;
  border: none;
  width: 44px;
  text-align: center;
  padding: 0;
  top: -44px;
  padding-left: 10px;
}
.mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent;
  border: none;
}

@keyframes lexus-scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: var(--e-global-color-secondary);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

.animated-slide-column > .elementor-column-wrap {
  transition: opacity 0s 0.6s, transform 1s 0.6s;
  opacity: 0;
  transform: translateX(-20px) translateZ(0);
}
.animated-slide-column:after {
  content: "";
  margin: 0 -5px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  background-color: var(--e-global-color-primary);
  z-index: 3;
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
  overflow: hidden;
  position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
  transform: translateX(0);
  opacity: 1;
}
.animated-slide-column.col-loaded:after {
  margin-right: 0;
  right: -3px;
  bottom: 0;
  left: 100%;
}

.animated-bg-parallax {
  overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
  overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
  transform: none !important;
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
  position: relative;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--e-global-color-primary);
  top: -60px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
  height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
  color: var(--e-global-color-primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-rotate {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.text-shadow {
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: #FFDA00;
}

.hover-style .elementor-cta__button-wrapper {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(10px);
  height: 0;
}
.hover-style .elementor-cta__title {
  transform: translateY(0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style .elementor-cta__content {
  overflow: hidden;
}
.hover-style:hover .elementor-cta__title {
  transform: translateY(-20px);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style:hover .elementor-cta__button-wrapper {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-10px);
}

.mask-text .elementor-counter > * {
  color: transparent;
  text-align: center;
  font-size: 10em;
  font-weight: 900;
  background-image: url("../../../assets/images/ldp_mask.jpg");
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
}

.e--ua-safari .mask-text .elementor-counter {
  text-align: center;
}
.e--ua-safari .mask-text .elementor-counter > * {
  display: inline;
}

.elementor-icon-box-wrapper {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.elementor-widget-icon-box .elementor-icon-box-icon .icon-box-number_efect {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--e-global-color-primary);
  padding: 2px 10px;
  border-radius: 24px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  display: inline-table;
  background-color: #CCF5F2;
}
.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon i:before {
  z-index: 3;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1904761905;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.004em;
}
.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-primary);
}
.elementor-widget-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-icon-box:hover .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.reverse-direction-yes.elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.reverse-direction-yes.elementor-widget-icon-box .elementor-icon-box-icon {
  margin: 0;
  line-height: 0;
}

.background-filter-yes .elementor-icon-box-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 24px;
}

.background-filter {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.show-line-gradient-color-yes .elementor-widget-container {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
.show-line-gradient-color-yes .elementor-widget-container .elementor-icon-box-icon .elementor-icon {
  background: linear-gradient(156.35deg, #FC6A49 15.23%, #016AC0 102.77%);
}
.show-line-gradient-color-yes .elementor-widget-container:hover {
  background: linear-gradient(156.35deg, #FC6A49 15.23%, #016AC0 102.77%);
}
.show-line-gradient-color-yes .elementor-widget-container:hover .elementor-icon {
  background: #fff;
}
.show-line-gradient-color-yes .elementor-widget-container:hover .elementor-icon-box-title,
.show-line-gradient-color-yes .elementor-widget-container:hover .elementor-icon-box-description {
  color: #fff;
}

.elementor-image-box-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.elementor-image-box-wrapper .elementor-image-box-title {
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: var(--e-global-color-secondary);
}
.elementor-image-box-wrapper .elementor-image-box-title span {
  color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-title a {
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.elementor-image-box-wrapper .elementor-image-box-description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  color: var(--e-global-color-text);
}
.elementor-image-box-wrapper .elementor-image-box-description span {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7777777778;
  color: var(--e-global-color-secondary);
}

.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  display: inline-block;
}

.elementor-image-box-button-wrapper {
  display: inline-flex;
  align-items: center;
  justify-items: center;
  margin-top: 33px;
}
.elementor-image-box-button-wrapper .elementor-image-box-button {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}

.mostion_image .elementor-widget-image .elementor-widget-container img {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.2s);
}

.elementor-vertical-alignment-top .elementor-image-box-wrapper {
  flex-direction: column-reverse;
}

.elementor-vertical-alignment-bottom .elementor-image-box-wrapper {
  flex-direction: column;
}

.elementor-image-box-content {
  position: relative;
  z-index: 2;
}

.elementor-image-box-background-text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 30px;
  font-size: 1.875rem;
}

.elementor-widget-n-accordion .e-n-accordion-item {
  overflow: hidden;
}
.elementor-widget-n-accordion .e-n-accordion-item-title.has-description {
  align-items: flex-start;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
  flex-flow: column;
}
.elementor-widget-n-accordion.elementor-element .e-n-accordion-item-title {
  border: none;
}

.inlingua-effect-bg-yes .e-n-accordion-item {
  backdrop-filter: blur(29px);
}

.elementor-widget .elementor-icon-list-icon i {
  width: var(--width) !important;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text {
  padding-left: 0;
  padding-inline-start: 0 !important;
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  transition: 0.3s all ease !important;
}
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text:hover {
  background-size: 0 1px, 100% 1px;
}

.inlingua-theme-style-yes .elementor-icon-list-icon {
  padding: 15px;
  border-radius: 50%;
  background-color: #fff;
}
.inlingua-theme-style-yes .elementor-icon-list-icon i, .inlingua-theme-style-yes .elementor-icon-list-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  margin: 0 !important;
}

.icon-list-hover-yes .elementor-icon-list-text {
  position: relative;
  overflow: hidden;
}
.icon-list-hover-yes .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  visibility: hidden;
  background-color: var(--e-global-color-primary);
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-list-hover-yes .elementor-icon-list-text:hover:before {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  visibility: visible;
}

.elementor-widget-button .elementor-button.elementor-size-xs {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 13px 25px;
}
.elementor-widget-button .elementor-button.elementor-size-sm {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 30px;
}
.elementor-widget-button .elementor-button.elementor-size-md {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 17px 34px 16px 35px;
}
.elementor-widget-button .elementor-button.elementor-size-lg {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 19px 37px;
}
.elementor-widget-button .elementor-button.elementor-size-xl {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 21px 39px;
}

.elementor-button-content-wrapper {
  align-items: center;
}

.elementor-button-default .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-button-default .elementor-button i, .elementor-button-default .elementor-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-button-default .elementor-button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.elementor-button-default .elementor-button:hover i, .elementor-button-default .elementor-button:hover:after {
  color: #ffffff;
}

.elementor-button-secondary .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  padding: 17px 34px 16px 35px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.elementor-button-secondary .elementor-button i, .elementor-button-secondary .elementor-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-button-secondary .elementor-button:hover {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}
.elementor-button-secondary .elementor-button:hover i, .elementor-button-secondary .elementor-button:hover:after {
  color: #ffffff;
}
.elementor-button-secondary .elementor-button i, .elementor-button-secondary .elementor-button:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: #ffffff;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-button-secondary .elementor-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}
.elementor-button-secondary .elementor-button:hover i, .elementor-button-secondary .elementor-button:hover:after {
  color: var(--e-global-color-secondary);
}

.elementor-button-outline .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 30px;
  color: var(--e-global-color-secondary);
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: var(--e-global-color-border);
  padding: 17px 34px 16px 35px;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-button-outline .elementor-button i, .elementor-button-outline .elementor-button:after, .elementor-button-outline .elementor-button svg {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-button-outline .elementor-button:hover {
  color: var(--e-global-color-secondary);
  background-color: #ffffff;
  border-color: var(--e-global-color-primary);
}

.elementor-button-link .elementor-button.elementor-button-link {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-secondary);
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  padding: 0;
  border-radius: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.elementor-button-link .elementor-button.elementor-button-link i, .elementor-button-link .elementor-button.elementor-button-link:after {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-left: 6px;
  position: relative;
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-button-link .elementor-button.elementor-button-link:hover {
  background-size: 0 1px, 100% 1px;
}

.elementor-widget-n-tabs {
  --n-tabs-title-color-hover: var(--e-global-color-secondary);
  --n-tabs-title-color-active: var(--e-global-color-secondary);
}

.tabs-style-inlingua-yes {
  --n-tabs-title-padding-top: 0;
  --n-tabs-title-padding-right: 0;
  --n-tabs-title-padding-bottom: 0;
  --n-tabs-title-padding-left: 0;
  --n-tabs-default-padding-block: 0;
  --n-tabs-default-padding-inline: 0;
  --n-tabs-title-padding-inline-start: 0;
  --n-tabs-title-font-size: 20px;
  --n-tabs-title-color: var(--e-global-color-text);
  --n-tabs-title-color-hover: var(--e-global-color-primary);
  --n-tabs-title-color-active: var(--e-global-color-primary);
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: transparent;
  --n-tabs-title-background-color-active: transparent;
  --n-tabs-title-gap: 38px;
  --n-tabs-icon-color:var(--e-global-color-lighter);
  --n-tabs-icon-color-hover:var(--e-global-color-lighter);
  --n-tabs-icon-color-active:var(--e-global-color-lighter);
}
.tabs-style-inlingua-yes .e-n-tabs-heading {
  border-bottom: 0;
}
.tabs-style-inlingua-yes .e-n-tab-title {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-icon {
  display: none;
}
.tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text {
  background-color: transparent;
  font-weight: 600;
  color: var(--e-global-color-lighter);
  padding: 0;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 24px;
}
.tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -3px;
  left: 0;
  visibility: hidden;
  background-color: var(--e-global-color-primary);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text:hover, .tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text:active, .tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text:focus {
  color: var(--e-global-color-primary);
}
.tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text:hover:before, .tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text:active:before, .tabs-style-inlingua-yes .e-n-tab-title .e-n-tab-title-text:focus:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
  color: var(--n-tabs-title-color);
  background-color: transparent;
  padding: 0;
  overflow: visible;
}
.tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:active, .tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:focus {
  color: var(--e-global-color-primary);
}
.tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover .e-n-tab-title-text, .tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:active .e-n-tab-title-text, .tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:focus .e-n-tab-title-text {
  color: var(--e-global-color-primary);
}
.tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover:before, .tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:active:before, .tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:focus:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  position: relative;
  padding: 0;
  background: transparent;
  overflow: visible;
  color: var(--e-global-color-primary);
}
.tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
  color: var(--e-global-color-primary);
}
.tabs-style-inlingua-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text:before {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  width: 100%;
}

.tabs-style-background-inlingua-yes .e-n-tabs {
  background-color: rgba(60, 57, 55, 0.36);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
}

.e-n-tabs .e-n-tabs-content .e-n-tab-title .e-normal:hover .e-n-tab-title-text {
  background-color: transparent;
  color: #fff;
}
.e-n-tabs .e-n-tabs-content .e-n-tab-title .e-normal:hover .e-n-tab-title-text:before {
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.e-n-tabs .e-n-tabs-content .e-n-tab-title .e-active .e-n-tab-title-text {
  background-color: transparent;
  color: var(--e-global-color-primary);
}
.e-n-tabs .e-n-tabs-content .e-n-tab-title .e-active .e-n-tab-title-text:before {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  width: 100%;
}
@media (max-width: 767px) {
  .e-n-tabs .e-n-tabs-content .e-n-tab-title .e-active {
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid var(--e-global-color-dark);
  }
}

@media (max-width: 767px) {
  .e-n-tabs .e-n-tabs-content .e-n-tab-title:not(.e-active) {
    border-bottom: 1px solid var(--e-global-color-dark);
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
  margin-top: var(--n-tabs-title-gap)/2;
}

button.e-n-tab-title:before {
  display: none;
}

.elementor-widget-sidebar .widget_service_list {
  padding: 40px 40px 35px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-sidebar .widget_service_list:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .elementor-widget-sidebar .widget_service_list {
    padding: 30px 15px;
  }
}
.elementor-widget-sidebar .widget-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  margin-bottom: 20px;
}
.elementor-widget-sidebar li.service-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  padding: 0;
  margin: 0;
  border: none;
}
.elementor-widget-sidebar li.service-item [aria-current=page] {
  border-radius: 9px;
  border-color: transparent;
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.elementor-widget-sidebar li.service-item [aria-current=page] i {
  color: #fff;
  margin-left: 15px;
}
.elementor-widget-sidebar li.service-item[aria-current=page] + li a, .elementor-widget-sidebar li.service-item:hover + li a {
  border-radius: 9px;
  border-color: transparent;
}
.elementor-widget-sidebar li.service-item a {
  padding: 16px 0 15px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  border-top: 1px solid var(--e-global-color-border);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-sidebar li.service-item i {
  color: var(--e-global-color-primary);
  margin-left: -3px;
  margin-right: 4px;
  line-height: 24px;
  font-size: 15px;
  font-size: 0.9375rem;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-widget-sidebar li.service-item:hover {
  border-color: transparent;
  border-radius: 9px;
}
.elementor-widget-sidebar li.service-item:hover a {
  border-color: transparent;
  border-radius: 9px;
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.elementor-widget-sidebar li.service-item:hover i {
  color: #fff;
  margin-left: 15px;
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default nav.post-navigation:not(.elementor-widget nav.post-navigation),
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.header-absolute {
  position: absolute !important;
  width: 100%;
  z-index: 99;
  background-color: transparent !important;
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

.c-primary {
  color: var(--e-global-color-primary);
}

.bg-blur {
  backdrop-filter: blur(15px);
}

.elementor-widget-tabs .elementor-tab-title a {
  display: flex;
  align-items: center;
}

.underline-primary {
  position: relative;
}
.underline-primary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  left: 0;
  background-color: #FFD8D2;
  z-index: -1;
}

.sublink .elementor-column:hover img {
  opacity: 0.8;
  border-color: var(--e-global-color-primary) !important;
}
.sublink .elementor-column img {
  transition: all 0.3s ease;
}

.btn-slider {
  display: inline-flex;
  align-items: center;
}
.btn-slider i {
  margin-bottom: 2px;
}
.btn-slider i.left {
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 7px;
  width: 12px;
  transition: all 0.15s ease;
}
.btn-slider i.right {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.15s ease;
}
.btn-slider:hover i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.btn-slider:hover i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}

.icon-shape-yes .elementor-icon {
  position: relative;
}
.icon-shape-yes .elementor-icon i, .icon-shape-yes .elementor-icon svg {
  z-index: 1;
}
.icon-shape-yes .elementor-icon i:after, .icon-shape-yes .elementor-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  z-index: -1;
  background-color: var(--e-global-color-primary);
  transition: all 0.15s ease;
}
.icon-shape-yes:hover .elementor-icon i:after,
.icon-shape-yes:hover .elementor-icon svg:after {
  background-color: var(--e-global-color-secondary);
  transition: all 0.15s ease;
}

.elementor-widget-progress .progress-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.progress-title .elementor-progress-percentage {
  padding-right: 0px;
}

@media (max-width: 1600px) {
  .width-megamenu-reponsive {
    --content-width: 1290px !important;
  }
}

@media (max-width: 1200px) {
  .width-megamenu-reponsive-2 {
    --content-width: 1140px !important;
  }
}

.elementor-widget-text-path svg:not(:root) {
  overflow: visible;
}

@media (max-width: 767px) {
  .process-position-unset {
    position: unset;
  }
}

.elementor-social-icons-wrapper .elementor-social-icon {
  display: inline-flex;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

body.inlingua-scroll-sticky {
  overflow-x: clip;
}
body.inlingua-scroll-sticky #page {
  overflow-x: clip;
}

.elementor-motion-effects-element {
  transition: all 1200ms ease-out !important;
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIcon {
  0% {
    opacity: 1;
    -moz-transform: translate(0);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0);
  }
}
@keyframes animateIcon {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 0;
    transform: translate(-100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*# sourceMappingURL=elementor.css.map */
