.wcf-t-animation-text_invert .elementor-widget-container {
  --text-color: 0, 0%, 0%;
}
.wcf-t-animation-text_invert .elementor-widget-container .invert-line {
  background-image: linear-gradient(to right, hsla(var(--text-color), 1) 50%, hsla(var(--text-color), 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.anim-reveal-line {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.wcf--form-wrapper input[type=date],
.wcf--form-wrapper input[type=email],
.wcf--form-wrapper input[type=number],
.wcf--form-wrapper input[type=password],
.wcf--form-wrapper input[type=search],
.wcf--form-wrapper input[type=tel],
.wcf--form-wrapper input[type=text],
.wcf--form-wrapper input[type=url],
.wcf--form-wrapper select,
.wcf--form-wrapper textarea {
  width: 100%;
  border: 1px solid #666;
  outline: none;
}
.wcf--form-wrapper input[type=submit].wpcf7-submit {
  outline: none;
}

.wcf--tabs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wcf--tabs .tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 10px 20px;
  background-color: #f1f2f3;
  transition: 0.3s all;
}
.wcf--tabs .tab-title.active, .wcf--tabs .tab-title:hover {
  background-color: #b5c2cf;
}
.wcf--tabs .tab-title i,
.wcf--tabs .tab-title svg {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.wcf--tabs .tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #d5d8dc;
}
.wcf--tabs .tabs-wrapper {
  display: flex;
  gap: 10px;
}

.elementor-widget-n-carousel,
.wcf__slider-wrapper {
  position: relative;
}
.elementor-widget-n-carousel .wcf__slider,
.wcf__slider-wrapper .wcf__slider {
  text-align: center;
  margin: 0 auto;
  --slides-to-show: 1;
  --space-between: 20px;
}
.elementor-widget-n-carousel .wcf__slider:not(.swiper-initialized) .swiper-wrapper,
.wcf__slider-wrapper .wcf__slider:not(.swiper-initialized) .swiper-wrapper {
  gap: var(--space-between);
}
.elementor-widget-n-carousel .wcf__slider:not(.swiper-initialized) .swiper-slide,
.wcf__slider-wrapper .wcf__slider:not(.swiper-initialized) .swiper-slide {
  width: calc(100% / var(--slides-to-show) - var(--space-between) * (var(--slides-to-show) - 1) / var(--slides-to-show));
}
.elementor-widget-n-carousel .ts-navigation,
.wcf__slider-wrapper .ts-navigation {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  position: relative;
}
.elementor-widget-n-carousel .wcf-arrow,
.wcf__slider-wrapper .wcf-arrow {
  font-size: 20px;
  padding: 10px;
  color: #666666;
  border: 1px solid #EFEFEF;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.elementor-widget-n-carousel .wcf-arrow svg,
.wcf__slider-wrapper .wcf-arrow svg {
  width: 1em;
  height: 1em;
}
.elementor-widget-n-carousel .mid-line,
.wcf__slider-wrapper .mid-line {
  width: 100px;
  display: inline-block;
  background-color: #384364;
  height: 1px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}
.elementor-widget-n-carousel .swiper-pagination,
.wcf__slider-wrapper .swiper-pagination {
  gap: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.wcf__t_slider-wrapper .wcf-arrow svg,
.wcf__t_slider-wrapper .wcf-arrow i {
  width: 1em;
  height: 1em;
}

.wcf--slider-pagination-top .swiper-pagination {
  top: 0;
  bottom: auto !important;
}
.wcf--slider-pagination-left .swiper-pagination, .wcf--slider-pagination-right .swiper-pagination {
  width: auto !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: -moz-fit-content;
  height: fit-content;
}
.wcf--slider-pagination-left .swiper-pagination .mid-line, .wcf--slider-pagination-right .swiper-pagination .mid-line {
  width: 1px;
  height: 100px;
}
.wcf--slider-pagination-left .swiper-pagination {
  left: 0;
  right: auto !important;
}
.wcf--slider-pagination-right .swiper-pagination {
  left: auto !important;
  right: 0;
}

.wcf--title.prefix_on_hover, .wcf--title.prefix_on_normal {
  transition: all 0.5s;
  --prefix-width: 60px;
  --prefix-gap: 10px;
}
.wcf--title.prefix_on_hover:before, .wcf--title.prefix_on_normal:before {
  position: relative;
  display: inline-block;
  content: "";
  height: 1px;
  inset-inline-start: 0;
  transition: all 0.5s;
  background-color: #0a0a0a;
}
.wcf--title.prefix_on_normal:before {
  width: var(--prefix-width);
  margin-right: var(--prefix-gap);
}
.wcf--title.prefix_on_hover:before {
  width: 0;
}
.wcf--title.prefix_on_hover:hover:before {
  width: var(--prefix-width);
  margin-right: var(--prefix-gap);
}
.wcf--title .highlight,
.wcf--title a {
  transition: all 0.5s;
}

.elementor-widget .wcf--title > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.elementor-widget-wcf--floating-elements {
  width: 100%;
}

.elementor-editor-preview .elementor-widget-wcf--floating-elements.elementor-widget-empty {
  display: block;
}

.elementor-widget-wcf--floating-elements .elementor-widget-container {
  display: flex;
}

.wcf--floating-elements {
  margin: auto;
}
.wcf--floating-elements .floating-element {
  position: absolute;
  z-index: 1;
  width: 100px;
}
.wcf--floating-elements img {
  width: 100%;
}

@keyframes wcf_animation_float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes wcf_animation_float_x {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0px);
  }
}
@keyframes wcf_animation_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes wcf_animation_scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes wcf_animation_wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.wcf-live-anim-float > * {
  animation: wcf_animation_float 6s ease-in-out infinite;
}
.wcf-live-anim-float-x > * {
  animation: wcf_animation_float_x 6s ease-in-out infinite;
}
.wcf-live-anim-spin > * {
  animation: wcf_animation_spin 6s linear infinite;
}
.wcf-live-anim-scale > * {
  animation: wcf_animation_scale 3s linear infinite alternate;
}
.wcf-live-anim-wiggle > * {
  animation: wcf_animation_wiggle 2s linear infinite;
}

.elementor-widget-wcf--tabs.wcf-tabs-direction-row-reverse .tabs-wrapper, .elementor-widget-wcf--tabs.wcf-tabs-direction-row .tabs-wrapper {
  flex-direction: column;
}
.elementor-widget-wcf--tabs.tabs-alignment-stretch .tab-desktop-title {
  flex: 1 1 auto;
}

.wcfaddon-pro-notice {
  padding: 15px 0;
  max-width: 350px;
  text-align: center;
}
.wcfaddon-pro-notice .wcfaddon-pro-notice-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
}
.wcfaddon-pro-notice .wcfaddon-pro-notice-content p {
  line-height: 1.8;
  font-size: 11px;
  margin-top: 5px;
}
.wcfaddon-pro-notice .wcfaddon-pro-notice-content .elementor-button {
  background-color: #d30c5c;
  color: #fff;
  padding: 7px 25px;
  margin-top: 20px;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.wcf--form-wrapper .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
}

.wcf--image {
  line-height: 0;
}

.post-filter-result {
  font-size: 20px;
}
.post-filter-result.cat {
  margin-top: 15px;
  margin-bottom: 12px;
}

.wcf--countdown .timer-content {
  display: flex;
}