.elementor-widget-supofit-amenities .grid-item {
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--border);
}
@media (min-width: 769px) {
  .elementor-widget-supofit-amenities .grid-item:hover .amenities-title, .elementor-widget-supofit-amenities .grid-item:hover .amenities-desc {
    color: var(--accent);
  }
  .elementor-widget-supofit-amenities .grid-item:hover .amenities-image {
    opacity: 1;
    width: 20%;
    margin-right: clamp(30px, 3.5vmax, 50px);
  }
}
.elementor-widget-supofit-amenities .amenities-inner {
  display: flex;
}
@media (max-width: 768px) {
  .elementor-widget-supofit-amenities .amenities-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.elementor-widget-supofit-amenities .amenities-image {
  transition: all ease 0.35s;
  position: relative;
  padding-top: 55%;
  width: 100%;
}
.elementor-widget-supofit-amenities .amenities-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .elementor-widget-supofit-amenities .amenities-image {
    width: 0;
    opacity: 0;
    pointer-events: none;
    padding-top: 120px;
  }
  .elementor-widget-supofit-amenities .amenities-image img {
    height: 120px;
  }
}
.elementor-widget-supofit-amenities .amenities-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .elementor-widget-supofit-amenities .amenities-content {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 30px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .elementor-widget-supofit-amenities .amenities-content .amenities-title {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
  }
}
.elementor-widget-supofit-amenities .amenities-title {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text_light);
  -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-supofit-amenities .amenities-desc {
  max-width: 90%;
  color: var(--text_light);
  -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;
}
@media (min-width: 768px) {
  .elementor-widget-supofit-amenities .amenities-desc {
    max-width: clamp(280px, 24.5vmax, 330px);
    margin-left: auto;
  }
}
.elementor-widget-supofit-amenities .amenities-desc p {
  margin-bottom: 0;
}

.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 {
  -ms-animation: rotate 12s linear infinite;
  -o-animation: rotate 12s linear infinite;
  -moz-animation: rotate 12s linear infinite;
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}

@-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-cta,
.elementor-widget-call-to-action .elementor-widget-container {
  overflow: hidden;
}

.elementor-cta {
  position: relative;
  display: flex;
  transition: 0.5s;
}
.elementor-cta .elementor-button-content-wrapper {
  align-items: center;
}

.elementor-cta--skin-classic .elementor-cta__content-inner {
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta {
  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 {
  transition: all 0.4s;
  width: 100%;
  background-color: #f9fafa;
}
.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #3a3f45;
  border-color: #3a3f45;
  fill: #3a3f45;
}
.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: #3a3f45;
}

.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;
  transition: all 0.4s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 360px;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
}

.style-theme-yes .elementor-cta__image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.style-theme-yes .elementor-content-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px;
  width: 100%;
  height: 100%;
}
.style-theme-yes .elementor-cta__subtitle {
  margin-bottom: auto;
}
.style-theme-yes .elementor-content-bottom {
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
.style-theme-yes .elementor-cta:hover .elementor-content-bottom {
  opacity: 1;
  transform: translateY(0);
  max-height: 180px;
}
.style-theme-yes .elementor-cta:hover .elementor-cta__image {
  top: -20px;
  opacity: 1;
}

.button-style-theme-default .elementor-cta .elementor-button {
  color: white;
  background-color: var(--accent);
}
.button-style-theme-default .elementor-cta .elementor-button .elementor-button-icon {
  line-height: 1;
  display: inline-flex;
}
.button-style-theme-default .elementor-cta .elementor-button .elementor-button-icon i {
  font-size: 18px;
}
.button-style-theme-default .elementor-cta .elementor-button .elementor-button-icon svg {
  margin-left: 10px;
}

.button-style-theme-outline .elementor-cta .elementor-button {
  border: 1px solid var(--primary);
  color: var(--white);
  background-color: transparent;
}
.button-style-theme-outline .elementor-cta .elementor-button:hover {
  color: white;
}
.button-style-theme-outline .elementor-cta .elementor-button:hover .elementor-button-icon svg, .button-style-theme-outline .elementor-cta .elementor-button:hover .elementor-button-icon i {
  fill: white;
  color: white;
}

.button-style-theme-link .elementor-cta .elementor-button {
  padding: 0;
  border-radius: 0;
  border: none;
  color: var(--white);
  background-color: transparent !important;
  position: relative;
  -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;
}
.button-style-theme-link .elementor-cta .elementor-button:before {
  display: none;
}
.button-style-theme-link .elementor-cta .elementor-button:hover i, .button-style-theme-link .elementor-cta .elementor-button:hover svg {
  color: var(--primary);
  fill: var(--primary);
}

.content-stretch-yes {
  height: 100%;
}
.content-stretch-yes .elementor-widget-container, .content-stretch-yes .elementor-cta {
  height: 100%;
}
.content-stretch-yes.elementor-cta--skin-cover .elementor-cta__content {
  height: 100%;
}

.subtitle-absolute-yes .elementor-content-wrapper {
  position: relative;
}
.subtitle-absolute-yes .elementor-cta__subtitle {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 160px;
  font-family: var(--e-global-typography-accent-font-family);
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  width: auto;
}

.elementor-cta--layout-image-above .elementor-cta {
  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 {
  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 {
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  flex-direction: row-reverse;
}

.elementor-cta--layout-icon-left .elementor-cta__content-inner,
.elementor-cta--layout-icon-right .elementor-cta__content-inner {
  display: flex;
  flex-wrap: nowrap;
}
.elementor-cta--layout-icon-left .elementor-cta__content-item,
.elementor-cta--layout-icon-right .elementor-cta__content-item {
  width: auto;
}

.elementor-cta--layout-icon-left .elementor-cta__content-inner {
  flex-direction: row;
}

.elementor-cta--layout-icon-right .elementor-cta__content-inner {
  flex-direction: row-reverse;
}

.elementor-cta__bg, .elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
}

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

.elementor-cta__bg {
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  background-repeat: no-repeat;
  position: absolute;
}

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

.elementor-cta__content {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}

.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  transition: 0.5s;
  color: #fff;
}

.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}
.elementor-cta__content-item .elementor-icon {
  color: #fff;
}

.elementor-cta__image img {
  margin: auto;
}

.elementor-cta--valign-top .elementor-cta__content {
  align-content: flex-start;
  align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
  align-content: center;
  align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
  align-content: flex-end;
  align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .elementor-cta-layout-graphic-image-left .elementor-cta__content-inner,
.elementor-cta-layout-graphic-image-right .elementor-cta__content-inner {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .elementor-cta-layout-graphic-image-left .elementor-content-wrapper,
.elementor-cta-layout-graphic-image-right .elementor-content-wrapper {
    min-width: 250px;
  }

  .elementor-cta-layout-graphic-image-left .elementor-cta__content-inner {
    flex-direction: row;
  }

  .elementor-cta-layout-graphic-image-right .elementor-cta__content-inner {
    flex-direction: row-reverse;
  }
}
@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
@media (min-width: -1) {
  .elementor-cta--widescreen-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--widescreen-layout-image-left .elementor-cta,
.elementor-cta--widescreen-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--widescreen-layout-image-left .elementor-cta__content,
.elementor-cta--widescreen-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--widescreen-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--widescreen-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  .elementor-cta--laptop-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--laptop-layout-image-left .elementor-cta,
.elementor-cta--laptop-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta__content,
.elementor-cta--laptop-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--laptop-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--laptop-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  .elementor-cta--tablet_extra-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--tablet_extra-layout-image-left .elementor-cta,
.elementor-cta--tablet_extra-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--tablet_extra-layout-image-left .elementor-cta__content,
.elementor-cta--tablet_extra-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--tablet_extra-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--tablet-layout-image-above elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta,
.elementor-cta--tablet-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__content,
.elementor-cta--tablet-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--tablet-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  .elementor-cta--mobile_extra-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--mobile_extra-layout-image-left .elementor-cta,
.elementor-cta--mobile_extra-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,
.elementor-cta--mobile_extra-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--mobile_extra-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta,
.elementor-cta--mobile-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__content,
.elementor-cta--mobile-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta {
    flex-direction: row;
  }

  .elementor-cta--mobile-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@-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;
  }
}
.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1.09);
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
  transform: scale(1);
}

.elementor-bg-transform-move-left .elementor-bg {
  transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
  transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-right:hover .elementor-bg {
  transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-up .elementor-bg {
  transform: scale(1.2) translateY(8%);
}

.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
  transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down:hover .elementor-bg {
  transform: scale(1.2) translateY(8%);
}

.elementor-animated-content {
  --translate: 0, 0 ;
}

.elementor-animated-content:hover .elementor-animated-item--grow {
  transform: scale(1.1);
}

.elementor-animated-content:hover .elementor-animated-item--shrink {
  transform: scale(0.85);
}

.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
  transform: scale(1);
}

.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
  transform: scale(1);
  opacity: 1;
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
  opacity: 0;
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
  transform: scale(0.2);
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
  transform: scale(2);
}

.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
  transform: translateX(1000px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
  transform: translateX(-1000px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  transform: translateY(-600px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
  transform: translateY(600px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  opacity: 0;
}

.elementor-animated-content:hover .elementor-animated-item--move-right {
  transform: translateX(30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-left {
  transform: translateX(-30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-up {
  transform: translateY(-30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-down {
  transform: translateY(30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
  --translate: 8%, 0 ;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
  --translate: -8%, 0 ;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
  --translate: 0, -8% ;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
  --translate: 0, 8% ;
}

.elementor-animated-content [class^=elementor-animated-item] {
  will-change: transform, opacity;
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
  transform: scale(1.17);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
  transform: scale(0.2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
  transform: scale(2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
  opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
  opacity: 1;
  transform: scale(1);
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
  transform: translateX(1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
  transform: translateX(-1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
  transform: translateY(-600px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
  transform: translateY(500px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
  opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
  transform: scale(1.2) translate(var(--translate));
}

:root {
  --page-breadcrumb-display: block;
}

.breadcrumb-wrap {
  display: var(--page-breadcrumb-display);
  position: relative;
}
.breadcrumb-wrap .breadcrumb-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.elementor-widget-supofit-woocommerce-breadcrumb .elementor-widget-container {
  display: flex;
  flex-direction: column;
}
.elementor-widget-supofit-woocommerce-breadcrumb .elementor-widget-container .woocommerce-breadcrumb {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
}
.elementor-widget-supofit-woocommerce-breadcrumb .elementor-widget-container .woocommerce-breadcrumb span {
  margin: 0 10px;
}
.elementor-widget-supofit-woocommerce-breadcrumb .elementor-widget-container:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  -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;
}

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

.hidden-supofit-link-yes .woocommerce-breadcrumb {
  display: none;
}

.content-switch-yes .elementor-widget-container {
  display: flex;
  flex-direction: column-reverse;
}

.single-product .hidden-supofit-title-single-yes .supofit-woocommerce-title, .single-post .hidden-supofit-title-single-yes .supofit-woocommerce-title {
  display: none;
}

.time-table-1 .time-table-nav {
  display: flex;
  overflow-x: auto;
}
.time-table-1 .time-table-nav .nav-button {
  font-size: 14px;
  padding: 25px 5px;
  cursor: pointer;
  background-color: var(--black);
  position: relative;
  color: var(--text_light);
  text-align: center;
  flex: 1;
}
.time-table-1 .time-table-nav .nav-button:not(:last-child) {
  border-right: 1px solid #2F2F2F;
}
.time-table-1 .time-table-nav .nav-button span {
  display: block;
}
.time-table-1 .time-table-nav .nav-button span.day-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--e-global-typography-accent-font-family);
  color: #fff;
  text-transform: uppercase;
}
.time-table-1 .time-table-nav .nav-button:after {
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--primary);
  transition: all ease 0.3s;
}
.time-table-1 .time-table-nav .nav-button.active:after {
  height: 2px;
}
.time-table-1 .time-table-content {
  overflow-x: auto;
}
.time-table-1 .item {
  transition: all ease-in-out 0.3s;
}
.time-table-1 .item:nth-child(even) {
  background-color: var(--bacground_light);
}
.time-table-1 .item td {
  border: none !important;
  white-space: nowrap;
  padding: 1.25em 1.41575em;
}
.time-table-1 .item .time,
.time-table-1 .item .duration {
  color: var(--text);
  padding-top: 28px;
}
.time-table-1 .item.active .name .title {
  color: #000;
  cursor: inherit;
}
.time-table-1 .item.active .name .excerpt {
  max-height: 200px;
}
.time-table-1 .content-item {
  display: none;
  background-color: #fff;
}
.time-table-1 .content-item.active {
  display: table;
}
.time-table-1 .duration {
  white-space: nowrap;
  width: 1px;
}
.time-table-1 .name {
  white-space: inherit;
}
.time-table-1 .name .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
}
.time-table-1 .name .excerpt {
  color: var(--text_light);
  overflow: hidden;
  transition: max-height ease-in-out 0.3s;
  max-width: 440px;
  white-space: initial;
  line-height: 26px;
}
.time-table-1 .author a {
  color: var(--black);
}
.time-table-1 .author a:hover {
  color: var(--primary);
}
.time-table-1 .author img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

.time-table-schedule {
  display: flex;
  flex-direction: column-reverse;
}
.time-table-schedule .time-table-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 85px;
  gap: 20px;
}
.time-table-schedule .time-table-nav .nav-button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 37px;
  line-height: 1.25;
  cursor: pointer;
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--text);
  border-bottom: 1px solid;
}
.time-table-schedule .time-table-nav .nav-button:hover {
  color: var(--accent);
}
.time-table-schedule .time-table-nav .nav-button.active {
  color: var(--black);
  background-color: var(--primary);
  border-bottom-color: var(--primary);
}
.time-table-schedule .table-wrap {
  overflow-x: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-right: -40px;
}
.time-table-schedule table {
  margin-bottom: 0;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 1024px) {
  .time-table-schedule table {
    table-layout: fixed;
  }
}
.time-table-schedule table th {
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  white-space: nowrap;
  padding: 34px 10px;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.time-table-schedule table th i {
  font-weight: bold;
}
.time-table-schedule table td {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  transition: all ease 0.2s;
}
.time-table-schedule table td:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.2s;
  background-color: var(--primary);
  z-index: 2;
  pointer-events: none;
}
.time-table-schedule table td:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  transition: all ease 0.2s;
  pointer-events: none;
}
.time-table-schedule table td h6 {
  margin-bottom: 6px;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 14px;
}
.time-table-schedule table td h6 a {
  color: var(--black);
}
.time-table-schedule table td .class-sub {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text_light);
  margin-bottom: 2px;
}
.time-table-schedule table td .class-trainer {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text);
}
.time-table-schedule table td.col-2 {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}
.time-table-schedule table td:not(.free-time):hover {
  transform: scale(1.1);
  z-index: 99;
}
.time-table-schedule table td:not(.free-time):hover:after {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
}
.time-table-schedule table td.active:before {
  height: 8px;
}

.wpcf7-form {
  margin: 0;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.wpcf7-form .row [class*=column-] {
  padding-left: 15px;
  padding-right: 15px;
}
.wpcf7-form .row [class*=column-50], .wpcf7-form .row [class^=column-50] {
  flex: 50%;
}
.wpcf7-form .row [class*=column-100], .wpcf7-form .row [class^=column-100] {
  flex: 100%;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form label {
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
  line-height: 26px;
}
.wpcf7-form .elementor-button:hover {
  background-color: var(--accent);
}
.wpcf7-form .elementor-button i {
  margin-left: 0;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=number], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=date],
.wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form .input-text, .wpcf7-form select:not([size]):not([multiple]), .wpcf7-form textarea {
  width: 100%;
  color: var(--accent);
  margin-top: 20px;
}
.wpcf7-form input[type=text]::placeholder, .wpcf7-form input[type=number]::placeholder, .wpcf7-form input[type=email]::placeholder, .wpcf7-form input[type=tel]::placeholder, .wpcf7-form input[type=url]::placeholder, .wpcf7-form input[type=date]::placeholder,
.wpcf7-form input[type=password]::placeholder, .wpcf7-form input[type=search]::placeholder, .wpcf7-form .input-text::placeholder, .wpcf7-form select:not([size]):not([multiple])::placeholder, .wpcf7-form textarea::placeholder {
  color: var(--text);
}
.wpcf7-form select {
  border: none;
}
.wpcf7-form button[type=submit] {
  margin-top: 20px;
}
.wpcf7-form button[type=submit] .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.wpcf7-form button[type=submit] .content-wrapper-text {
  display: inline-flex;
}
.wpcf7-form button[type=submit] .text-default, .wpcf7-form button[type=submit] .text-hover {
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.wpcf7-form button[type=submit] .text-default {
  transform: translateY(0);
}
.wpcf7-form button[type=submit] .text-hover {
  position: absolute;
  top: 100%;
}
.wpcf7-form button[type=submit]:hover .text-default {
  transform: translateY(-100%);
}
.wpcf7-form button[type=submit]:hover .text-hover {
  transform: translateY(-100%);
}

@media (max-width: 767px) {
  .wpcf7-form .row [class*=column] {
    flex: 100% !important;
  }
}
.elementor-widget-supofit_animated-headline .elementor-headline {
  margin-bottom: 0;
}
.elementor-widget-supofit_animated-headline .elementor-headline-dynamic-text {
  color: var(--primary);
}
.elementor-widget-supofit_animated-headline .elementor-headline-plain-text {
  color: var(--accent);
}

.img-before-after-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.img-before-after-wrap .before-control, .img-before-after-wrap .after-control {
  position: absolute;
  bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--e-global-typography-accent-font-family);
  padding: 5px 30px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  pointer-events: auto;
}
.img-before-after-wrap .before-control {
  left: 0;
  z-index: 3;
}
.img-before-after-wrap .after-control {
  right: 0;
  z-index: 3;
}
.img-before-after-wrap > img {
  vertical-align: bottom;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.img-before-after-wrap .image-clip-path {
  position: absolute;
  z-index: 4;
  inset: 0;
  clip-path: inset(0px 0px 0px 50%);
  pointer-events: none;
}
.img-before-after-wrap .image-clip-path img {
  vertical-align: bottom;
  object-fit: cover;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.img-before-after-wrap > input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  touch-action: auto;
  width: calc(100% + 2px);
  z-index: 2;
}
.img-before-after-wrap .img-before-after-handle {
  pointer-events: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  top: 0;
  transform: translateX(-50%);
}
.img-before-after-wrap .img-before-after-handle:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
}
.img-before-after-wrap .img-before-after-handle:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg) translate(-50%, -50%);
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
  z-index: 1;
}
.img-before-after-wrap .img-before-after-handle > div {
  flex-shrink: 0;
  position: relative;
  width: 65px;
  height: 65px;
  z-index: 2;
}
.img-before-after-wrap .img-before-after-handle > div:before, .img-before-after-wrap .img-before-after-handle > div:after {
  content: "";
  position: absolute;
  top: 50%;
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #000;
  height: 8px;
  width: 8px;
  transform-origin: 0px 0px;
}
.img-before-after-wrap .img-before-after-handle > div:before {
  left: 18px;
  transform: rotate(-45deg);
}
.img-before-after-wrap .img-before-after-handle > div:after {
  right: 8px;
  transform: rotate(135deg);
}
.img-before-after-wrap.smooth .image-clip-path,
.img-before-after-wrap.smooth .img-before-after-handle {
  transition: all 0.45s ease;
}

.elementor-widget-supofit-imgbox .elementor-imgbox-item:hover .imgbox-imgwrap, .elementor-widget-supofit-imgbox .elementor-imgbox-item.active .imgbox-imgwrap {
  height: calc(100% + 50px);
  background: var(--primary);
}
.elementor-widget-supofit-imgbox .elementor-imgbox-item:hover .imgbox-content, .elementor-widget-supofit-imgbox .elementor-imgbox-item.active .imgbox-content {
  padding-bottom: 0;
  margin-bottom: -55px;
}
.elementor-widget-supofit-imgbox .elementor-imgbox-item:hover .imgbox-image, .elementor-widget-supofit-imgbox .elementor-imgbox-item.active .imgbox-image {
  top: -30px;
  opacity: 1;
}
.elementor-widget-supofit-imgbox .elementor-imgbox-item:hover .imgbox-title, .elementor-widget-supofit-imgbox .elementor-imgbox-item.active .imgbox-title {
  color: var(--dark);
}
.elementor-widget-supofit-imgbox .elementor-imgbox-item:hover .imgbox-desc, .elementor-widget-supofit-imgbox .elementor-imgbox-item.active .imgbox-desc {
  max-height: 110px;
  opacity: 1;
  overflow: unset;
  margin-top: 10px;
  margin-bottom: 30px;
}
.elementor-widget-supofit-imgbox .elementor-imgbox-item:hover .imgbox-button, .elementor-widget-supofit-imgbox .elementor-imgbox-item.active .imgbox-button {
  max-height: 60px;
  opacity: 1;
  overflow: unset;
  padding: 20px 30px;
  transform: scale(1);
}
.elementor-widget-supofit-imgbox .imgbox-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.elementor-widget-supofit-imgbox .imgbox-title {
  margin-bottom: 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;
  max-width: 90%;
}
.elementor-widget-supofit-imgbox .imgbox-image {
  position: absolute;
  right: 30px;
  top: 0;
  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-supofit-imgbox .imgbox-imgwrap {
  position: absolute;
  background: #000;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 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-supofit-imgbox .imgbox-content {
  padding: 60px;
  min-height: 500px;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  -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-supofit-imgbox .imgbox-desc {
  color: var(--text);
  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;
  max-height: 0;
  overflow: hidden;
}
.elementor-widget-supofit-imgbox .imgbox-desc p {
  margin-bottom: 0;
}
.elementor-widget-supofit-imgbox .imgbox-button {
  opacity: 0;
  transform: scale(0.8);
  -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;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.elementor-widget-supofit-imgbox .imgbox-button .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.elementor-widget-supofit-imgbox .imgbox-button .content-wrapper-text {
  display: inline-flex;
}
.elementor-widget-supofit-imgbox .imgbox-button .text-default, .elementor-widget-supofit-imgbox .imgbox-button .text-hover {
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.elementor-widget-supofit-imgbox .imgbox-button .text-default {
  transform: translateY(0);
}
.elementor-widget-supofit-imgbox .imgbox-button .text-hover {
  position: absolute;
  top: 100%;
}
.elementor-widget-supofit-imgbox .imgbox-button:hover .text-default {
  transform: translateY(-100%);
}
.elementor-widget-supofit-imgbox .imgbox-button:hover .text-hover {
  transform: translateY(-100%);
}
.elementor-widget-supofit-imgbox .elementor-imgbox-item {
  position: relative;
}
.elementor-widget-supofit-imgbox .elementor-imgbox-item .imgbox-counter {
  font-size: 96px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-family: var(--e-global-typography-accent-font-family);
  color: #fff;
  margin-bottom: auto;
}
.elementor-widget-supofit-imgbox .supofit-swiper {
  padding-top: 55px;
  padding-bottom: 55px;
}

.elementor-widget-supofit-link-showcase .elementor-link-showcase-inner {
  display: flex;
  gap: 30px;
}
.elementor-widget-supofit-link-showcase .link-showcase-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .elementor-widget-supofit-link-showcase .link-showcase-title-wrapper {
    flex-basis: 100%;
  }
}
.elementor-widget-supofit-link-showcase .elementor-link-showcase-title {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.elementor-widget-supofit-link-showcase .elementor-link-showcase-title.elementor-active .icon, .elementor-widget-supofit-link-showcase .elementor-link-showcase-title:hover .icon {
  opacity: 0;
  transform: rotate(-45deg) scale(0.5);
}
.elementor-widget-supofit-link-showcase .showcase-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.elementor-widget-supofit-link-showcase .link-showcase-title {
  flex: 1;
  margin: 0;
}
.elementor-widget-supofit-link-showcase .icon {
  --size_icon: 12px;
  --color_icon: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 0;
  background: var(--white);
  color: var(--color_icon);
  transform: rotate(-45deg) scale(1);
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.elementor-widget-supofit-link-showcase .icon > * {
  transform: rotate(45deg);
}
.elementor-widget-supofit-link-showcase .icon i {
  font-size: var(--size_icon);
}
.elementor-widget-supofit-link-showcase .icon svg {
  fill: var(--color_icon);
  width: var(--size_icon);
  height: var(--size_icon);
}
.elementor-widget-supofit-link-showcase .link-showcase-description {
  padding-top: 40px;
  max-width: 420px;
}
.elementor-widget-supofit-link-showcase .link-showcase-description p:last-child {
  margin-bottom: 0;
}
.elementor-widget-supofit-link-showcase .link-showcase-content-wrapper {
  flex-grow: 1;
  height: 690px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .elementor-widget-supofit-link-showcase .link-showcase-content-wrapper {
    display: none;
  }
}
.elementor-widget-supofit-link-showcase .link-showcase-content-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.elementor-widget-supofit-link-showcase .elementor-link-showcase-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(30%);
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.elementor-widget-supofit-link-showcase .elementor-link-showcase-content img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0;
}
.elementor-widget-supofit-link-showcase .elementor-link-showcase-content.elementor-active {
  opacity: 1;
  z-index: 9;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
  pointer-events: auto;
  transition-delay: 0s;
}

.elementor-widget-supofit-listitem .elementor-listitem-item {
  position: relative;
  overflow: hidden;
}
.elementor-widget-supofit-listitem .elementor-listitem-item .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.elementor-widget-supofit-listitem .elementor-listitem-item .content-wrapper-text {
  display: inline-flex;
}
.elementor-widget-supofit-listitem .elementor-listitem-item .text-default, .elementor-widget-supofit-listitem .elementor-listitem-item .text-hover {
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.elementor-widget-supofit-listitem .elementor-listitem-item .text-default {
  transform: translateY(0);
}
.elementor-widget-supofit-listitem .elementor-listitem-item .text-hover {
  position: absolute;
  top: 100%;
}
.elementor-widget-supofit-listitem .elementor-listitem-item:hover .text-default {
  transform: translateY(-100%);
}
.elementor-widget-supofit-listitem .elementor-listitem-item:hover .text-hover {
  transform: translateY(-100%);
}

.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .mc4wp-form-fields {
  display: flex;
  flex-direction: column;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.form-style .mc4wp-form .mc4wp-form-fields:before {
  display: none;
}
.form-style .mc4wp-form .mc4wp-form-fields .mail-form {
  display: flex;
  position: relative;
}
.form-style .mc4wp-form .mc4wp-form-fields .mail-form input[type=email] {
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-style .mc4wp-form .mc4wp-form-fields .mail-form input[type=email]:focus {
  background: transparent !important;
}
.form-style .mc4wp-form .mc4wp-form-fields .mail-form input[type=email]:-webkit-autofill, .form-style .mc4wp-form .mc4wp-form-fields .mail-form input[type=email]:-webkit-autofill:hover, .form-style .mc4wp-form .mc4wp-form-fields .mail-form input[type=email]:-webkit-autofill:focus, .form-style .mc4wp-form .mc4wp-form-fields .mail-form input[type=email]:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff;
}
.form-style .mc4wp-form .mc4wp-form-fields .mail-form .elementor-button svg, .form-style .mc4wp-form .mc4wp-form-fields .mail-form .elementor-button i {
  margin-left: 0;
}
.form-style .mc4wp-alert a {
  color: var(--primary);
}

.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(--accent);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--primary);
}

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

@media (min-width: 768px) {
  .elementor-widget-supofit-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item:hover {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
  }
  .elementor-widget-supofit-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item:hover::after {
    display: block;
  }
  .elementor-widget-supofit-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item:hover > a:not(:hover) {
    color: var(--accent);
  }
  .elementor-widget-supofit-nav-menu.show-style-menu-yes .main-navigation ul.menu > li.menu-item.current-menu-item:hover > a:not(:hover) {
    color: var(--accent);
  }
  .elementor-widget-supofit-nav-menu.show-style-menu-yes .main-navigation .sub-menu {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .elementor-widget-supofit-nav-menu.show-style-menu-yes .main-navigation .sub-menu .sub-menu {
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
}
.main-navigation-style-popup .main-navigation-button .supofit-icon-menu {
  font-size: 24px;
}
.main-navigation-style-popup .main-navigation {
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.3s;
  width: auto;
  background: #f4f1ea;
}
.main-navigation-style-popup .main-navigation ul.menu {
  margin-left: 0;
  margin-right: 0;
}
.main-navigation-style-popup .main-navigation ul.menu > li.menu-item > a {
  padding: 2em 1em;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper {
  position: relative;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .main-navigation {
  left: 100%;
  pointer-events: auto;
  opacity: 1;
  z-index: 99;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .supofit-icon-menu {
  position: relative;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .supofit-icon-menu:after {
  background: #212121;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.main-navigation-style-popup .elementor-nav-menu-wrapper.popup-active .supofit-icon-menu:before {
  content: none;
}
.main-navigation-style-popup .primary-navigation {
  white-space: nowrap;
}

.elementor-widget-n-accordion.accordion-icon-style-supofit-yes .e-n-accordion-item-title-icon {
  position: relative;
  justify-content: center;
}
.elementor-widget-n-accordion.accordion-icon-style-supofit-yes .e-n-accordion-item-title-icon:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-color: var(--accent);
  transform: rotate(45deg);
  transition: all ease-in-out 0.4s;
  z-index: -1;
}

.elementor-widget-supofit-nested-slide .swiper-wrapper > .elementor-element {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: calc((100% - 00*(1 - 1)) / 1);
}
.elementor-widget-supofit-nested-slide.elementor-element.elementor-pagination-position-outside .swiper {
  padding-bottom: 0;
}
.elementor-widget-supofit-nested-slide.elementor-pagination-position-vertical .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  width: auto;
  left: unset;
  bottom: unset;
  transform: translate3d(0px, -50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-widget-supofit-nested-slide.elementor-pagination-position-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.navigation-post-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}
.navigation-post-filter a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1px;
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--accent);
  padding: 14px 35px;
  border-bottom: 1px solid var(--border);
  text-transform: uppercase;
  transition: all ease 0.35s;
  white-space: nowrap;
}
.navigation-post-filter a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.navigation-post-filter a.active {
  background-color: var(--primary);
  color: var(--black);
  border-bottom-color: var(--primary);
}

.elementor-widget-supofit-post-thumbnails .elementor-post-thumbnail img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.elementor-widget-supofit-post-grid .post-inner:hover .post-thumbnail img {
  transform: scale(1.04);
}
.elementor-widget-supofit-post-grid .blog-grid {
  display: inline-block;
}
.elementor-widget-supofit-post-grid .blog-grid .post-thumbnail {
  margin-bottom: 15px;
  overflow: hidden;
}
.elementor-widget-supofit-post-grid .elementor-post-list .grid-item {
  padding: 40px;
  border: 1px solid var(--border);
}
.elementor-widget-supofit-post-grid .elementor-post-list .blog-list {
  gap: 30px;
  padding: 0;
}
.elementor-widget-supofit-post-grid .elementor-post-list .blog-list:last-child {
  margin-bottom: 0;
}
.elementor-widget-supofit-post-grid .elementor-post-list .blog-list:after {
  display: none;
}
.elementor-widget-supofit-post-grid .elementor-post-list .blog-list .entry-title {
  font-size: 36px;
}
.elementor-widget-supofit-post-grid .elementor-post-list .post-thumbnail {
  padding-top: 64%;
}
@media (max-width: 768px) {
  .elementor-widget-supofit-post-grid .supofit-swiper .blog-grid {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .elementor-widget-supofit-post-grid .supofit-swiper .blog-grid:after {
    display: none;
  }
}

.elementor-widget-supofit-price-table .price-label {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  width: auto;
  background: var(--primary);
  color: var(--accent);
  z-index: -1;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.elementor-widget-supofit-price-table .elementor-price-table-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -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-supofit-price-table .elementor-price-table-item.is-popular {
  border: 2px solid var(--primary);
}
.elementor-widget-supofit-price-table .elementor-price-table-item.is-popular:hover {
  border-color: var(--accent) !important;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .price-table-content {
  opacity: 1;
  transition: all 0.3s ease;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .pricing-features-items {
  position: absolute;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .pricing-features-items ul {
  list-style: none;
  margin: 0;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .pricing-features-items ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  color: var(--text_light);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .pricing-features-items ul li:last-child {
  margin-bottom: 0;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .elementor-price-table__price {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .elementor-price-table__price .elementor-price-table__currency,
.elementor-widget-supofit-price-table .elementor-price-table-item .elementor-price-table__price .elementor-price-table__integer-part {
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  color: var(--accent);
}
.elementor-widget-supofit-price-table .elementor-price-table-item .elementor-price-table__price .elementor-price-table__period {
  position: relative;
  color: var(--text_light);
  margin-left: 10px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.elementor-widget-supofit-price-table .elementor-price-table-item .pricing-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
  text-align: left;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-supofit-price-table .elementor-price-table-item .pricing-description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  width: 230px;
}
.elementor-widget-supofit-price-table .elementor-price-table-item:hover {
  -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;
  background-color: var(--accent);
}
.elementor-widget-supofit-price-table .elementor-price-table-item:hover .pricing-features-items {
  transition: all 0.3s ease;
  transform: translateY(0%);
  opacity: 1;
}
.elementor-widget-supofit-price-table .elementor-price-table-item:hover .price-table-content {
  opacity: 0;
  transition: all 0.3s ease;
}
.elementor-widget-supofit-price-table .elementor-price-table-item:hover .elementor-button:before {
  width: 100%;
}
.elementor-widget-supofit-price-table .elementor-price-table-item:hover .elementor-button-icon:before {
  background: var(--accent);
}

.elementor-widget-supofit-scroll-zoom .elementor-scroll-item-wrapper {
  position: relative;
  height: 600vh;
}
.elementor-widget-supofit-scroll-zoom .scroll-item-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.elementor-widget-supofit-scroll-zoom .elementor-scroll-item {
  opacity: 0;
  transform: scale(0);
  transition: 0.5s ease;
}
.elementor-widget-supofit-scroll-zoom .scroll-title {
  font-size: 150px;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
  line-height: 0.9;
}
.elementor-widget-supofit-scroll-zoom .scroll-spacer {
  height: 300vh;
}

.elementor-widget-supofit-showcase .elementor-showcase-item {
  position: relative;
}
.elementor-widget-supofit-showcase .elementor-showcase-item:hover .showcase-content:before {
  width: 100%;
}
.elementor-widget-supofit-showcase .elementor-showcase-item:hover .showcase-image {
  top: -50px;
  opacity: 1;
}
.elementor-widget-supofit-showcase .elementor-showcase-item:hover .showcase-counter {
  color: var(--accent);
}
.elementor-widget-supofit-showcase .showcase-title {
  margin-bottom: 10px;
  -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-supofit-showcase .showcase-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 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;
  opacity: 0;
  z-index: 5;
}
.elementor-widget-supofit-showcase .showcase-content {
  padding: 90px 0 50px 0;
  position: relative;
  -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-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.elementor-widget-supofit-showcase .showcase-content:before {
  content: "";
  top: -1px;
  left: 0;
  background: var(--primary);
  height: 1px;
  width: 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;
  position: absolute;
}
.elementor-widget-supofit-showcase .showcase-desc {
  color: var(--text_light);
  max-width: 220px;
}
.elementor-widget-supofit-showcase .showcase-desc p {
  margin-bottom: 0;
}
.elementor-widget-supofit-showcase .showcase-counter {
  font-weight: 600;
  font-size: clamp(64px, 7.8vmax, 150px);
  line-height: 0.9em;
  letter-spacing: -0.07em;
  font-family: var(--e-global-typography-accent-font-family);
  color: rgba(255, 255, 255, 0.5);
  -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-supofit-slide-scrolling {
  --p1: 0;
  --scrolling_gap: 0px;
}
.elementor-widget-supofit-slide-scrolling.box-width-yes .elementor-scrolling {
  overflow: hidden;
  max-width: var(--container);
  margin: 0 auto;
}
.elementor-widget-supofit-slide-scrolling.style-hover-scale-yes .elementor-scrolling-item {
  transition: transform 0.3s ease;
}
.elementor-widget-supofit-slide-scrolling.style-hover-scale-yes .elementor-scrolling-item:hover {
  transform: scale(1.1);
  z-index: 2;
}
.elementor-widget-supofit-slide-scrolling.hover-pause-yes .elementor-scrolling-wrapper:hover .elementor-scrolling-inner {
  animation-play-state: paused;
}
.elementor-widget-supofit-slide-scrolling .elementor-scrolling-wrapper {
  display: inline-flex;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
  -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-supofit-slide-scrolling .elementor-scrolling-item {
  display: flex;
  transition: all ease 0.3s;
}
.elementor-widget-supofit-slide-scrolling .elementor-scrolling-item .scrolling-title {
  display: block;
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--accent);
}
.elementor-widget-supofit-slide-scrolling .elementor-scrolling-item .scrolling-title a {
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.elementor-widget-supofit-slide-scrolling .elementor-scrolling-inner {
  position: relative;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 10s;
  width: max-content;
  display: inline-flex;
  align-items: center;
}
.elementor-widget-supofit-slide-scrolling .elementor-scrolling-item-inner {
  display: inline-flex;
  align-items: center;
  gap: var(--scrolling_gap);
}
.elementor-widget-supofit-slide-scrolling .elementor-scrolling-item-inner:hover 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-supofit-slide-scrolling a:hover {
  text-decoration: none;
}
.elementor-widget-supofit-slide-scrolling .elementor-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-supofit-slide-scrolling .elementor-icon svg {
  fill: var(--accent);
}
.elementor-widget-supofit-slide-scrolling .elementor-icon i {
  font-size: 20px;
  color: var(--accent);
}

.supofit-scrolling-ltr .elementor-scrolling-inner {
  animation-name: marquee;
}

.supofit-scrolling-rtl .elementor-scrolling-wrapper {
  display: inline-flex;
  justify-content: center;
  transform: translateX(-50%);
}
.supofit-scrolling-rtl .elementor-scrolling-inner {
  animation-name: marqueeltr;
}

@keyframes marquee {
  100% {
    transform: translate(-100%);
  }
}
@keyframes marqueeltr {
  100% {
    transform: translate(100%);
  }
}
@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);
  }
}
.elementor-widget-supofit-team-box .team-name {
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
  font-weight: 600;
}
.elementor-widget-supofit-team-box .team-job {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.elementor-widget-supofit-team-box .teambox-button {
  padding: 0;
  color: var(--accent);
  background-color: transparent;
}
.elementor-widget-supofit-team-box .teambox-button .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.elementor-widget-supofit-team-box .teambox-button .content-wrapper-text {
  display: inline-flex;
}
.elementor-widget-supofit-team-box .teambox-button .text-default, .elementor-widget-supofit-team-box .teambox-button .text-hover {
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.elementor-widget-supofit-team-box .teambox-button .text-default {
  transform: translateY(0);
}
.elementor-widget-supofit-team-box .teambox-button .text-hover {
  position: absolute;
  top: 100%;
}
.elementor-widget-supofit-team-box .teambox-button:hover .text-default {
  transform: translateY(-100%);
}
.elementor-widget-supofit-team-box .teambox-button:hover .text-hover {
  transform: translateY(-100%);
}
.elementor-widget-supofit-team-box .teambox-button:before {
  display: none;
}
.elementor-widget-supofit-team-box .teambox-button:hover {
  color: var(--accent);
}

.team-icon-socials {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 30px;
}
.team-icon-socials a {
  position: relative;
  color: var(--background);
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.team-icon-socials a:after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-color: var(--background);
}
.team-icon-socials a:last-child:after {
  display: none;
}
.team-icon-socials a:hover {
  color: var(--primary);
}

.team-slide .team-name {
  margin-top: 9px;
  transition: all 0.4s ease;
  color: var(--black);
}
.team-slide .team-job {
  text-transform: capitalize;
}
.team-slide .team-job, .team-slide .team-email, .team-slide .team-phone {
  color: var(--black);
  transition: all 0.4s ease;
}
.team-slide .team-infor-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 0.4s ease;
}
.team-slide .team-infor-wrap span {
  display: block;
  color: var(--black);
}
@media (max-width: 767px) {
  .team-slide .team-infor-wrap {
    margin-bottom: 15px;
  }
}
.team-slide .line {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  background-color: #DCE0E3;
  transition: all 0.4s ease;
}
.team-slide .team-content-title {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text_light);
  margin-bottom: 26px;
  transition: all 0.4s ease;
  display: block;
}
.team-slide .team-description {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-bottom: 20px;
}
.team-slide .team-content, .team-slide .team-description {
  transition: all 0.4s ease;
  display: block;
}

.layout-1 .elementor-teambox-item {
  overflow: hidden;
}
.layout-1 .elementor-teambox-item:hover .team-content-header {
  top: 0;
  transform: translateY(0);
}
.layout-1 .elementor-teambox-item:hover .team-content-footer {
  opacity: 1;
  transform: translateY(-10px);
}
.layout-1 .elementor-teambox-item:hover .team-image {
  transform: scale(0.31);
}
.layout-1 .teambox-item-inner {
  position: relative;
}
.layout-1 .teambox-item-inner .team-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  max-height: 320px;
  max-width: calc(100% - 80px);
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  transform-origin: top right;
}
.layout-1 .teambox-item-inner .team-image .team-img-inner {
  position: relative;
  padding-top: 125%;
}
.layout-1 .teambox-item-inner .team-image .team-img-inner img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.layout-1 .team-content-wrapper {
  position: relative;
  min-height: 435px;
}
.layout-1 .team-content-header {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-100%);
  transition: all ease 0.4s;
}
.layout-1 .team-content-header .team-name {
  font-size: 36px;
  margin-bottom: 7px;
}
.layout-1 .team-content-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all ease 0.4s;
}
.layout-1 .team-content-footer .team-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .layout-1 .elementor-teambox-item .teambox-item-inner .team-image {
    margin-bottom: 30px;
  }
  .layout-1 .elementor-teambox-item .teambox-item-inner .team-content-header,
.layout-1 .elementor-teambox-item .teambox-item-inner .team-content-footer,
.layout-1 .elementor-teambox-item .teambox-item-inner .team-image {
    position: relative;
    transition: none !important;
    transform: none !important;
  }
  .layout-1 .elementor-teambox-item .teambox-item-inner:hover .team-content-header,
.layout-1 .elementor-teambox-item .teambox-item-inner:hover .team-content-footer,
.layout-1 .elementor-teambox-item .teambox-item-inner:hover .team-image {
    transform: none !important;
  }
  .layout-1 .elementor-teambox-item .teambox-item-inner .team-content-footer {
    opacity: 1;
    transform: translateY(0) !important;
  }
  .layout-1 .elementor-teambox-item .teambox-item-inner .team-content-header {
    margin-bottom: 15px;
    transform: translateY(0) !important;
  }
}

.layout-2 .elementor-teambox-item .teambox-item-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-image {
  flex: 1;
  filter: saturate(0);
  transition: all ease 0.4s;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-image img {
  width: 100%;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-content-wrapper {
  writing-mode: vertical-rl;
  position: relative;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-content-wrapper .popup-button {
  position: absolute;
  left: 7px;
  bottom: 14px;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-content-wrapper .popup-button .content-wrapper-text {
  display: none;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-content-header {
  display: grid;
  gap: 15px;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-content-header .team-job {
  display: flex;
  align-items: center;
  gap: 35px;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-content-header .team-job:after {
  content: "";
  display: block;
  flex-grow: 1;
  border-block-end: 0;
  border-block-start: 1px solid;
  color: #FFFFFF26;
}
.layout-2 .elementor-teambox-item .teambox-item-inner .team-content-footer .popup-button .elementor-button-icon:before {
  background-color: var(--white);
}
.layout-2 .elementor-teambox-item .teambox-item-inner:hover .team-image {
  filter: saturate(1);
  transition: all ease 0.4s;
}
.layout-2 .elementor-teambox-item .teambox-item-inner:hover .popup-button .elementor-button-icon:before {
  background-color: var(--primary);
  transition: all ease 0.4s;
}

.teambox-layout-2 {
  --offset: 80px;
}
.teambox-layout-2.layout-special-yes .odd .elementor-teambox-item:nth-child(3n+2) {
  transform: translateY(var(--offset));
}
.teambox-layout-2.layout-special-yes .even .elementor-teambox-item:nth-child(2n) {
  transform: translateY(var(--offset));
}

.team-popup-main .mfp-content {
  max-width: 700px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
}

.team-popup .team-popup-inner {
  position: relative;
  overflow: auto;
  background-color: var(--white);
  padding: 120px 60px 60px 60px;
  max-width: 800px;
  height: 100vh;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .team-popup .team-popup-inner {
    padding: 60px 30px 30px;
  }
}
.team-popup .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.team-popup .swiper-pagination .swiper-pagination-bullet {
  border-color: #DCE0E3;
}
.team-popup .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
  border-color: var(--primary);
}
.team-popup .mfp-close.team-popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  padding: 0;
  color: black;
}
.team-popup .mfp-close.team-popup-close svg {
  display: block;
  width: 14px;
  pointer-events: none;
}
.team-popup .mfp-close.team-popup-close:hover .close-icon line,
.team-popup .mfp-close.team-popup-close:hover .close-icon path {
  animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.team-popup .mfp-close.team-popup-close:hover .close-icon path {
  animation-delay: 0.1s;
}

@keyframes toOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.elementor-testimonial-item-wrapper .d-grid {
  --cards-count: 3;
}
.elementor-testimonial-item-wrapper .testimonial-content {
  opacity: 1;
}
.elementor-testimonial-item-wrapper .testimonial-title {
  font-weight: 500;
  color: var(--accent);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-testimonial-item-wrapper .content {
  color: var(--accent);
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3333333333;
}
.elementor-testimonial-item-wrapper .content p {
  margin-bottom: 0;
}
.elementor-testimonial-item-wrapper .icon {
  color: var(--primary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  line-height: 1;
  margin-bottom: 10px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating svg {
  width: 14px;
  fill: #F9BF00;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating svg, .elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
  margin: 0 2px;
  font-size: 14px;
  color: #F9BF00;
}
.elementor-testimonial-item-wrapper .testimonial-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: var(--accent);
  border: 1px solid #DBDBDB;
  padding: 40px;
}
.elementor-testimonial-item-wrapper .icon {
  position: absolute;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
  position: relative;
  overflow: hidden;
  padding-top: 133%;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.elementor-testimonial-item-wrapper .testimonial-image-thumbnail {
  width: 28%;
}
@media (max-width: 500px) {
  .elementor-testimonial-item-wrapper .testimonial-image-thumbnail {
    width: 100%;
  }
}
.elementor-testimonial-item-wrapper .testimonial-content-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.elementor-testimonial-item-wrapper .content {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: var(--text_light);
  margin-bottom: 30px;
}
.elementor-testimonial-item-wrapper .details-info {
  margin-top: auto;
}
.elementor-testimonial-item-wrapper .details-info .name {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-testimonial-item-wrapper .details-info span {
  display: block;
}
.elementor-testimonial-item-wrapper .details-info .job {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text_light);
}

.alignment-left .elementor-testimonial-item {
  text-align: left;
}

.alignment-center .elementor-testimonial-item {
  text-align: center;
}

.alignment-right {
  right: 0;
  left: auto;
}
.alignment-right .elementor-testimonial-item {
  text-align: right;
}

.elementor-testimonial-enable-sticky-yes {
  --offset: 120px;
}
@media (min-width: 880px) {
  .elementor-testimonial-enable-sticky-yes .grid-item {
    top: var(--offset);
    position: sticky;
    will-change: transform, opacity;
  }
}
.elementor-testimonial-enable-sticky-yes .grid-item .testimonial-content {
  transition: transform 0.25s ease-out;
  will-change: transform;
}

.elementor-widget-supofit-trainings .elementor-training-wrapper {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 90px;
}
.elementor-widget-supofit-trainings .training-item-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .elementor-widget-supofit-trainings .training-item-image {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transition: opacity 0.6s, transform 0.6s;
    -o-transition: opacity 0.6s, transform 0.6s;
    -moz-transition: opacity 0.6s, transform 0.6s;
    -webkit-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  .elementor-widget-supofit-trainings .training-item-image:after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.elementor-widget-supofit-trainings .training-item-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}
.elementor-widget-supofit-trainings .training-item-content {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: start;
  position: relative;
  height: 100%;
  z-index: 3;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .elementor-widget-supofit-trainings .training-item-content {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .elementor-widget-supofit-trainings .training-item-content {
    align-items: flex-start;
  }
}
.elementor-widget-supofit-trainings .training-item-content:before, .elementor-widget-supofit-trainings .training-item-content:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -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;
  z-index: -1;
}
.elementor-widget-supofit-trainings .training-item-content:before {
  top: 0;
}
.elementor-widget-supofit-trainings .training-item-content:after {
  bottom: 0;
}
.elementor-widget-supofit-trainings .training-item-content .training-item-title {
  opacity: 1;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.elementor-widget-supofit-trainings .training-item-content .training-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .elementor-widget-supofit-trainings .elementor-training-item {
    position: relative;
  }
  .elementor-widget-supofit-trainings .elementor-training-item .training-item-text {
    color: var(--text) !important;
  }
}
@media (min-width: 768px) {
  .elementor-widget-supofit-trainings .elementor-training-item.elementor-active .training-item-content:before, .elementor-widget-supofit-trainings .elementor-training-item:hover .training-item-content:before {
    height: 100%;
  }
  .elementor-widget-supofit-trainings .elementor-training-item.elementor-active .training-item-title, .elementor-widget-supofit-trainings .elementor-training-item.elementor-active .training-item-text, .elementor-widget-supofit-trainings .elementor-training-item.elementor-active .elementor-button-text, .elementor-widget-supofit-trainings .elementor-training-item:hover .training-item-title, .elementor-widget-supofit-trainings .elementor-training-item:hover .training-item-text, .elementor-widget-supofit-trainings .elementor-training-item:hover .elementor-button-text {
    color: var(--black);
  }
}
.elementor-widget-supofit-trainings .elementor-training-item.elementor-active .training-item-image, .elementor-widget-supofit-trainings .elementor-training-item:hover .training-item-image {
  opacity: 1;
  -ms-transition: opacity 0.6s, transform 0.6s;
  -o-transition: opacity 0.6s, transform 0.6s;
  -moz-transition: opacity 0.6s, transform 0.6s;
  -webkit-transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.workout-item {
  overflow: hidden;
}
.workout-item .workout-post-thumbnail {
  position: relative;
}
.workout-item .workout-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease 0.35s;
}
.workout-item .workout-content {
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.workout-item .workout-title {
  margin-bottom: 25px;
}
.workout-item .workout-title a {
  display: inline-block;
}
.workout-item .workout-excerpt {
  margin-bottom: 25px;
}
.workout-item .workout-excerpt p {
  margin-bottom: 0;
}
.workout-item .workout-button-wrap {
  margin-bottom: 30px;
  display: flex;
}
.workout-item .workout-subtitle {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 18px;
  line-height: 0.85;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 15px;
}
.workout-item .workout-tabs .workout-term {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 20px;
  line-height: 0.9;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent);
}
.workout-item.workout-style-1 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all ease 0.35s;
}
.workout-item.workout-style-1 .workout-inner {
  position: relative;
}
.workout-item.workout-style-1 .workout-post-thumbnail {
  height: 456px;
  padding-top: 139%;
}
.workout-item.workout-style-1 .workout-post-thumbnail:before {
  transition: all ease 0.35s;
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.67%, #000000 85.5%);
  z-index: 1;
}
.workout-item.workout-style-1 .workout-post-thumbnail img {
  top: 50%;
  height: calc(100% + 60px);
  transform: translateY(-50%);
}
.workout-item.workout-style-1 .workout-content-hover,
.workout-item.workout-style-1 .workout-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all ease 0.35s;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.workout-item.workout-style-1 .workout-content {
  justify-content: flex-end;
  opacity: 1;
  pointer-events: unset;
}
.workout-item.workout-style-1 .workout-content .workout-title {
  margin-bottom: 0;
}
.workout-item.workout-style-1 .workout-content-hover {
  opacity: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  pointer-events: none;
}
.workout-item.workout-style-1 .workout-content-hover .workout-title {
  transform: translateY(100%);
  transition: all ease 0.35s;
  opacity: 0;
}
.workout-item.workout-style-1 .workout-content-hover .workout-title a {
  transition: all ease 0.35s;
}
.workout-item.workout-style-1 .workout-content-hover .workout-title a:hover {
  color: var(--black);
}
.workout-item.workout-style-1 .link-content-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all ease 0.35s;
}
.workout-item.workout-style-1 .workout-tabs {
  background-color: #fff;
  margin-top: auto;
  width: 110%;
  transform: rotate(-3deg);
  display: flex;
}
.workout-item.workout-style-1 .workout-tabs .workout-tabs-inner {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
  transition: all 0.5s ease;
}
.workout-item.workout-style-1 .workout-tabs .workout-term {
  color: var(--black);
}
.workout-item.workout-style-1:hover {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.workout-item.workout-style-1:hover .workout-post-thumbnail:before {
  background: var(--primary);
  opacity: 0.9;
}
.workout-item.workout-style-1:hover .workout-content {
  opacity: 0;
  pointer-events: none;
}
.workout-item.workout-style-1:hover .workout-content-hover {
  opacity: 1;
  pointer-events: unset;
}
.workout-item.workout-style-1:hover .workout-content-hover .workout-title {
  transform: translateY(0);
  opacity: 1;
}

.elementor-workout-style-2 .wrapper-workout-style-2 {
  border: 1px solid var(--accent);
}
.elementor-workout-style-2 .workout-style-2 {
  height: 750px;
}
.elementor-workout-style-2 .workout-style-2 .workout-post-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all ease 0.3s;
  top: 0;
  left: 0;
  opacity: 0;
}
.elementor-workout-style-2 .workout-style-2 .workout-post-thumbnail:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  transition: all ease 0.35s;
}
.elementor-workout-style-2 .workout-style-2 .workout-post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.elementor-workout-style-2 .workout-style-2 .workout-content {
  display: flex;
  flex-direction: column;
  z-index: 3;
  height: 100%;
  position: relative;
  justify-content: flex-end;
  border-right: 1px solid var(--accent);
  overflow: hidden;
  padding: 0;
}
.elementor-workout-style-2 .workout-style-2:last-child .workout-content {
  border-right-width: 0;
}
.elementor-workout-style-2 .workout-style-2 .workout-content-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  transition: all 0.35s ease;
  pointer-events: none;
}
.elementor-workout-style-2 .workout-style-2 .workout-content-top .workout-button-wrap {
  margin-bottom: 15px;
  opacity: 0;
  transition: all ease 0.35s;
}
.elementor-workout-style-2 .workout-style-2 .workout-content-top .workout-button-wrap .workout-button {
  padding: 5px;
  background-color: transparent;
}
.elementor-workout-style-2 .workout-style-2 .workout-title {
  margin-bottom: 0;
}
.elementor-workout-style-2 .workout-style-2 .workout-title a {
  transition: all 0.35s ease;
}
.elementor-workout-style-2 .workout-style-2 .workout-tabs {
  background-color: #fff;
  display: flex;
  height: 0;
  transition: all 0.35s ease;
  opacity: 0;
}
.elementor-workout-style-2 .workout-style-2 .workout-tabs .workout-tabs-inner {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
  transition: all 0.5s ease;
}
.elementor-workout-style-2 .workout-style-2 .workout-tabs .workout-term {
  color: var(--black);
}
.elementor-workout-style-2 .workout-style-2.active .workout-post-thumbnail {
  opacity: 1;
}
.elementor-workout-style-2 .workout-style-2.active .workout-content-top {
  pointer-events: unset;
  background-color: #ffffff;
}
.elementor-workout-style-2 .workout-style-2.active .workout-content-top a {
  color: var(--black);
}
.elementor-workout-style-2 .workout-style-2.active .workout-content-top a:hover {
  color: var(--primary);
}
.elementor-workout-style-2 .workout-style-2.active .workout-button-wrap {
  opacity: 1;
}
.elementor-workout-style-2 .workout-style-2.active .workout-tabs {
  border-top: 1px solid #DBDBDB;
  height: 70px;
  opacity: 1;
}
.elementor-workout-style-2 .d-grid {
  position: relative;
  grid-gap: 0 !important;
}
.elementor-workout-style-2 .d-grid:hover .workout-content-image {
  opacity: 0;
  transition: all ease 0.3s;
}
@media (max-width: 880px) {
  .elementor-workout-style-2 .workout-style-2 {
    position: relative;
  }
  .elementor-workout-style-2 .workout-style-2 .workout-post-thumbnail {
    opacity: 1 !important;
  }
}

.elementor-workout-style-3 {
  counter-reset: item;
}
.elementor-workout-style-3 .d-grid {
  grid-gap: 0 !important;
}
.elementor-workout-style-3 .workout-style-3 {
  cursor: pointer;
  padding-bottom: var(--gutter-width);
  padding-top: var(--gutter-width);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: -1px;
  height: auto;
  counter-increment: item;
  position: relative;
}
@media (min-width: 881px) {
  .elementor-workout-style-3 .workout-style-3 {
    padding-left: clamp(50px, 12vmax, 220px);
  }
  .elementor-workout-style-3 .workout-style-3:before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: calc(var(--gutter-width) + 11px);
    font-weight: 600;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 20px;
  }
}
.elementor-workout-style-3 .workout-style-3 .workout-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 881px) {
  .elementor-workout-style-3 .workout-style-3 .workout-inner {
    flex-direction: row;
    padding-top: 4px;
  }
  .elementor-workout-style-3 .workout-style-3 .workout-inner:before {
    transition: all ease 0.35s;
    position: absolute;
    right: 7px;
    top: 10px;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent);
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    transform: rotate(45deg);
  }
}
.elementor-workout-style-3 .workout-style-3 .workout-post-thumbnail {
  transition: all ease 0.35s;
  position: relative;
  width: 100%;
  padding-top: 50%;
  margin-bottom: 25px;
}
@media (min-width: 881px) {
  .elementor-workout-style-3 .workout-style-3 .workout-post-thumbnail {
    padding-top: 0;
    margin-bottom: 0;
    width: 0;
    opacity: 0;
    pointer-events: none;
    margin-right: 0;
    height: 0;
  }
}
.elementor-workout-style-3 .workout-style-3 .workout-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 881px) {
  .elementor-workout-style-3 .workout-style-3 .workout-content {
    max-width: 650px;
    width: 100%;
  }
}
@media (min-width: 881px) {
  .elementor-workout-style-3 .workout-style-3 .workout-title {
    margin-bottom: 0;
  }
  .elementor-workout-style-3 .workout-style-3 .workout-title a {
    pointer-events: none;
  }
  .elementor-workout-style-3 .workout-style-3 .workout-content-bottom {
    transition: all ease 0.35s;
    opacity: 0;
    max-height: 0;
  }
}
.elementor-workout-style-3 .workout-style-3 .workout-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.elementor-workout-style-3 .workout-style-3 .workout-tabs {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  max-width: 650px;
  column-gap: 12px;
  row-gap: 12px;
  margin-top: 98px;
}
@media (max-width: 567px) {
  .elementor-workout-style-3 .workout-style-3 .workout-tabs {
    display: none;
  }
}
.elementor-workout-style-3 .workout-style-3 .workout-term {
  position: relative;
  padding-left: 20px;
}
.elementor-workout-style-3 .workout-style-3 .workout-term:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 5px;
  width: 5px;
  background-color: var(--primary);
}
@media (min-width: 881px) {
  .elementor-workout-style-3 .workout-style-3.active {
    cursor: auto;
  }
  .elementor-workout-style-3 .workout-style-3.active .workout-post-thumbnail {
    opacity: 1;
    width: 280px;
    margin-right: 50px;
    height: 350px;
  }
  .elementor-workout-style-3 .workout-style-3.active .workout-title a {
    pointer-events: unset;
  }
  .elementor-workout-style-3 .workout-style-3.active .workout-content-bottom {
    opacity: 1;
    max-height: 400px;
    margin-top: 13px;
  }
}
.elementor-workout-style-3 .workout-style-3.active .workout-inner:before {
  opacity: 0;
}

.elementor-workout-style-4 .workout-style-4 .workout-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 881px) {
  .elementor-workout-style-4 .workout-style-4 .workout-inner {
    flex-direction: row;
  }
}
@media (min-width: 1291px) {
  .elementor-workout-style-4 .workout-style-4 .workout-inner {
    gap: clamp(40px, 10.5vmax, 180px);
  }
}
@media (max-width: 1290px) and (min-width: 881px) {
  .elementor-workout-style-4 .workout-style-4 .workout-inner {
    gap: clamp(30px, 6.5vmax, 80px);
  }
}
.elementor-workout-style-4 .workout-style-4 .workout-post-thumbnail {
  padding-top: 56.65%;
  margin-bottom: 30px;
}
@media (min-width: 881px) {
  .elementor-workout-style-4 .workout-style-4 .workout-post-thumbnail {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.elementor-workout-style-4 .workout-style-4 .workout-content {
  padding: 0;
}
@media (min-width: 881px) {
  .elementor-workout-style-4 .workout-style-4 .workout-content {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(40px, 9vmax, 135px);
    padding-bottom: clamp(40px, 9vmax, 135px);
  }
}
.elementor-workout-style-4 .workout-style-4 .workout-title {
  margin-bottom: 18px;
}
.elementor-workout-style-4 .workout-style-4 .workout-excerpt {
  margin-bottom: 30px;
}
.elementor-workout-style-4 .workout-style-4 .workout-button {
  background-color: var(--primary);
}
.elementor-workout-style-4 .workout-style-4 .workout-button:before {
  background-color: var(--accent);
}
.elementor-workout-style-4 .workout-style-4 .workout-button .elementor-button-icon:before {
  background-color: var(--accent);
}
.elementor-workout-style-4 .workout-style-4 .workout-button:hover .elementor-button-icon:before {
  background-color: var(--primary);
}
.elementor-workout-style-4 .workout-style-4 .workout-tabs {
  border-top: 1px solid var(--border);
  padding-top: 25px;
  margin-top: auto;
}
.elementor-workout-style-4 .workout-style-4 .workout-tabs .workout-term {
  color: var(--black);
  font-size: 14px;
  background-color: var(--bacground_light);
  padding: 8px 30px;
}
.elementor-workout-style-4 .workout-style-4 .workout-tabs-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.elementor-workout-style-4 .workout-style-4 .workout-tabs-title {
  margin-bottom: 15px;
  color: var(--text);
  text-transform: uppercase;
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 18px;
  font-weight: 600;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.elementor-workout-wrapper.supofit-swiper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.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(--accent);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s 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: var(--primary);
}

.image-box-style-supofit-yes .elementor-image-box-wrapper {
  position: relative;
}
.image-box-style-supofit-yes .elementor-image-box-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg width="290" height="290" viewBox="0 0 290 290" xmlns="http://www.w3.org/2000/svg"><rect x="144.25" y="0.707107" width="203" fill="none" height="203" transform="rotate(45 144.25 0.707107)" stroke="white" stroke-opacity="0.15"/><rect x="144.25" width="2" height="2" transform="rotate(45 144.25 0)" fill="%2327FDCC"/><rect x="287.085" y="142.836" width="2" height="2" transform="rotate(45 287.085 142.836)" fill="%2327FDCC"/><rect x="1.41421" y="142.836" width="2" height="2" transform="rotate(45 1.41421 142.836)" fill="%2327FDCC"/><rect x="144.25" y="285.672" width="2" height="2" transform="rotate(45 144.25 285.672)" fill="%2327FDCC"/></svg>');
  background-size: 290px 290px;
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.9);
  -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;
}
.image-box-style-supofit-yes .elementor-image-box-img {
  width: 290px;
  height: 290px;
  position: relative;
  -webkit-mask-image: url("data:image/svg+xml;utf8, <svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'> <polygon points='50 0, 100 50, 50 100, 0 50' fill='black'/> </svg>");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -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;
}
.image-box-style-supofit-yes .elementor-image-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.image-box-style-supofit-yes:hover .elementor-image-box-wrapper:before {
  opacity: 1;
  transform: scale(1);
}
.image-box-style-supofit-yes:hover .elementor-image-box-img {
  transform: scale(0.8);
}

.icon-style-supofit-yes .elementor-social-icon {
  transform: rotate(45deg);
}
.icon-style-supofit-yes .elementor-social-icon svg, .icon-style-supofit-yes .elementor-social-icon i {
  transform: rotate(-45deg);
}
.icon-style-supofit-yes .elementor-social-icon.elementor-social-icon-facebook:hover {
  background: #3b5998;
}
.icon-style-supofit-yes .elementor-social-icon.elementor-social-icon-supofit-icon-twitter-x:hover {
  background: #00c3f4;
}
.icon-style-supofit-yes .elementor-social-icon.elementor-social-icon-instagram:hover {
  background: #d80085;
}
.icon-style-supofit-yes .elementor-social-icon.elementor-social-icon-youtube:hover {
  background: #b72d28;
}

.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);
}

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

.wp-admin.wc-wp-version-gte-53 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important;
}

.elementor-align-justify .elementor-button-wrapper {
  width: 100%;
}
.elementor-align-justify .elementor-button {
  text-align: justify;
}

.elementor-button-content-wrapper {
  position: relative;
  align-items: center;
  gap: 32px;
  z-index: 2;
}

.elementor-button-outline .elementor-button {
  border: 1px solid var(--primary);
  color: var(--accent);
  background-color: transparent !important;
}
.elementor-button-outline .elementor-button:hover:before {
  width: 100%;
}

.elementor-button-type-link .elementor-button {
  padding: 0;
  border-radius: 0;
  border: none;
  color: var(--accent);
  background-color: transparent !important;
  position: relative;
  -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-type-link .elementor-button:before {
  display: none;
}
.elementor-button-type-link .elementor-button:hover {
  color: var(--accent);
}

.elementor-button {
  position: relative;
  display: inline-block;
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 0;
  color: var(--black);
  background-color: var(--accent);
  transition: all ease 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
}
.elementor-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: var(--primary);
  transition: all ease-in-out 0.4s;
}
.elementor-button .elementor-button-icon {
  position: relative;
  justify-content: center;
}
.elementor-button .elementor-button-icon:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-color: var(--primary);
  transform: rotate(45deg);
  transition: all ease-in-out 0.4s;
}
.elementor-button i {
  font-size: var(--size-icon, 12px);
  color: var(--color-icon, var(--black));
  z-index: 2;
}
.elementor-button svg {
  width: var(--size-icon, 12px);
  height: var(--size-icon, 12px);
  fill: var(--color-icon, var(--black));
  z-index: 2;
}
.elementor-button:focus, .elementor-button:visited {
  color: var(--black);
}
.elementor-button:hover {
  color: var(--black);
}
.elementor-button:hover:before {
  width: 100%;
}
.elementor-button:hover i {
  color: var(--color-icon_hover, var(--black));
}
.elementor-button:hover svg {
  fill: var(--color-icon_hover, var(--black));
}
.elementor-button:hover .elementor-button-icon:before {
  background-color: var(--bacground_light);
}

.elementor-default .elementor-button.elementor-size-xs {
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 0;
}
.elementor-default .elementor-button.elementor-size-md {
  font-size: 14px;
  padding: 20px 30px;
  border-radius: 0;
}
.elementor-default .elementor-button.elementor-size-lg {
  font-size: 14px;
  padding: 20px 40px;
  border-radius: 0;
}
.elementor-default .elementor-button.elementor-size-xl {
  font-size: 14px;
  padding: 25px 45px;
  border-radius: 0;
}

.elementor-widget-supofit-button .elementor-button .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.elementor-widget-supofit-button .elementor-button .content-wrapper-text {
  display: inline-flex;
}
.elementor-widget-supofit-button .elementor-button .text-default, .elementor-widget-supofit-button .elementor-button .text-hover {
  display: block;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.elementor-widget-supofit-button .elementor-button .text-default {
  transform: translateY(0);
}
.elementor-widget-supofit-button .elementor-button .text-hover {
  position: absolute;
  top: 100%;
}
.elementor-widget-supofit-button .elementor-button:hover .text-default {
  transform: translateY(-100%);
}
.elementor-widget-supofit-button .elementor-button:hover .text-hover {
  transform: translateY(-100%);
}
.elementor-widget-supofit-button .elementor-button .elementor-button-text {
  display: inline-flex;
  -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-supofit-button .elementor-button-wrapper {
  display: inline-grid;
}

.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
  position: relative;
}
.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  z-index: 2;
}

.enable-line-heading-yes .e-n-tab-title {
  position: relative;
  transition: all 0.3s ease;
  padding: 0;
}
.enable-line-heading-yes .e-n-tab-title:first-child {
  padding-left: 0;
}
.enable-line-heading-yes .e-n-tab-title:last-child {
  padding-right: 0;
}
.enable-line-heading-yes .e-n-tab-title .e-n-tab-icon {
  display: none;
}
.enable-line-heading-yes .e-n-tab-title:not(.e-active) {
  background-color: transparent;
}
.enable-line-heading-yes .e-n-tab-title .e-n-tab-title-text {
  position: relative;
}
.enable-line-heading-yes .e-n-tab-title .e-n-tab-title-text:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--primary);
  transition: all 0.3s ease;
}
.enable-line-heading-yes .e-n-tab-title[aria-selected=true] .e-n-tab-title-text:after, .enable-line-heading-yes .e-n-tab-title:hover .e-n-tab-title-text:after {
  width: 100%;
}

:is(.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title):hover {
  background-color: transparent;
}

:is(.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.enable-line-heading-yes>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
  background-color: transparent;
}

.elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #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(--primary);
}

.table-wrapper-table tr td {
  border: none !important;
  padding-left: 0;
  padding-right: 40px;
  padding-bottom: 0;
}
.table-wrapper-table tr td:first-child {
  color: var(--accent);
  font-weight: bold;
  font-size: 14px;
}

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

.elementor-widget-icon-list .elementor-icon-list-text {
  padding: 0 !important;
}

.elementor-counter .elementor-counter-number-wrapper {
  align-items: baseline;
}
.elementor-position-right .elementor-counter .elementor-counter-number-wrapper {
  justify-content: flex-end;
}
.elementor-position-left .elementor-counter .elementor-counter-number-wrapper {
  justify-content: flex-start;
}
.elementor-position-center .elementor-counter .elementor-counter-number-wrapper {
  justify-content: center;
}
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  flex-grow: 0;
}
.elementor-position-right .elementor-counter .elementor-counter-title {
  text-align: right;
}
.elementor-position-left .elementor-counter .elementor-counter-title {
  text-align: left;
}
.elementor-position-center .elementor-counter .elementor-counter-title {
  text-align: center;
}

.elementor-sticky__spacer {
  opacity: 0;
}

.elementor-motion-effects-element, .elementor-motion-effects-layer {
  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;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 0;
    transform: translate(-100%);
  }
  100% {
    opacity: 1;
    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);
  }
}
@-moz-keyframes animateIconRevese {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 0;
    transform: translate(100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes animateIconRevese {
  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 */
