@charset "UTF-8";
.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;
  }
}
.apartment-item .apartment-content {
  text-align: center;
  padding: 19px 0 0;
}
.apartment-item .apartment-post-thumbnail {
  position: relative;
  padding-top: 74.3%;
}
.apartment-item .apartment-post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apartment-item .apartment-title {
  margin-bottom: 12px;
}
.apartment-item .apartment-meta-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: var(--text_light);
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid var(--border);
  font-weight: 600;
}
.apartment-item .apartment-meta-inner .meta-item:not(:last-child):after {
  content: "·";
  margin: 0 9px;
}
.apartment-item .apartment-meta-inner .value {
  color: var(--accent);
  margin-left: 5px;
}
.apartment-item .apartment-more-link {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: var(--e-global-typography-accent-font-family);
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  padding: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.apartment-item .apartment-more-link svg {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.apartment-item .apartment-more-link svg .btn-icon__icon {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.apartment-item .apartment-more-link svg .btn-icon__icon:first-child {
  transition-delay: 0.1s;
}
.apartment-item .apartment-more-link svg .btn-icon__icon:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.apartment-item .apartment-more-link:hover svg .btn-icon__icon:first-child {
  transform: translateX(100%);
  transition-delay: 0s;
}
.apartment-item .apartment-more-link:hover svg .btn-icon__icon:last-child {
  transform: translateX(0);
  transition-delay: 0.1s;
}
.apartment-item .apartment-more-link span {
  z-index: 3;
  position: relative;
}
.apartment-item .apartment-more-link svg {
  fill: white;
  z-index: 3;
}
.apartment-item .apartment-more-link:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--accent);
  border-radius: 100%;
}
.apartment-item:hover .apartment-more-link {
  transform: translate(-50%, -50%) scale(1);
}

.apartment-archive {
  overflow: hidden;
}
.apartment-archive .grid-item {
  margin-bottom: var(--gutter-width);
  position: relative;
}
.apartment-archive .grid-item:before {
  content: "";
  width: 100vw;
  position: absolute;
  left: 0;
  top: calc(0% - var(--gutter-width));
  border-top: 1px solid var(--border);
}
.apartment-archive .grid-item:after {
  content: "";
  height: 100%;
  position: absolute;
  right: calc(var(--gutter-width) / -2);
  top: 0;
  border-left: 1px solid var(--border);
}

.easto-availability {
  text-transform: uppercase;
  font-weight: 600;
  overflow: auto;
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 15px;
  white-space: nowrap;
}

.availability_head,
.availability-item {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
}

.availability_head {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
  color: #fff;
}
.availability_head > div {
  padding: 23px 0 23px 20px;
  background-color: var(--primary);
}
.availability_head > div:first-child {
  padding-left: 40px;
}
.availability_head > div:last-child {
  padding-right: 20px;
}

.availability-item {
  border-top: 1px solid var(--border);
  align-items: center;
  padding: 12px 20px 15px;
}
.availability-item > div {
  padding: 0 0 0 20px;
}
.availability-item > div span {
  font-size: 20px;
  line-height: 26px;
}
.availability-item:hover {
  background-color: var(--background_light);
}

.availability_button {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  border-radius: 30px;
  background-color: #fff;
  color: var(--accent);
  padding: 12px 30px;
  border: 1px solid var(--border);
  display: inline-block;
  white-space: nowrap;
}

.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 .elementor-button-content-wrapper .elementor-button-icon {
  line-height: 1;
  display: inline-flex;
  margin: 0;
}

.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%;
}
.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;
}
.elementor-cta--skin-cover.show-on-hover-yes .elementor-cta .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__subtitle {
  display: inline;
  position: relative;
}
.elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__subtitle:before, .elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__subtitle:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 5px;
  background: white;
  transition: all ease 0.4s;
}
.elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__subtitle:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
}
.elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__subtitle, .elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__title {
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__title, .elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__description {
  margin-bottom: 0;
}
.elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__description, .elementor-cta--skin-cover.show-on-hover-yes .elementor-cta__button-wrapper {
  max-height: 0;
  opacity: 0;
  transform: translateY(50vh);
  transition: all 0.3s ease;
}
.elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__subtitle, .elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__title {
  transform: translateY(0);
}
.elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__title, .elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__description {
  margin-bottom: 40px;
}
.elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__description, .elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__button-wrapper {
  max-height: 90px;
  opacity: 1;
  transform: translateY(0);
}
.elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__subtitle:before {
  width: 0;
}
.elementor-cta--skin-cover.show-on-hover-yes:hover .elementor-cta__subtitle:after {
  width: 100%;
}

.button-style-theme-default .elementor-cta .elementor-button {
  color: var(--accent);
  fill: var(--accent);
  background-color: white;
}
.button-style-theme-default .elementor-cta .elementor-button:hover {
  background-color: var(--primary);
  color: white;
  fill: white;
}

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

.button-style-theme-link .elementor-cta .elementor-button {
  padding: 0;
  border-radius: 0;
  border: none;
  color: var(--accent);
  background-color: transparent;
  position: relative;
}
.button-style-theme-link .elementor-cta .elementor-button:hover {
  background-color: transparent;
  color: var(--primary);
}
.button-style-theme-link .elementor-cta .elementor-button:hover i {
  color: 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%;
}

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

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

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  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 {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 15px;
}
.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;
  overflow: hidden;
}
.breadcrumb-wrap .breadcrumb-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.elementor-widget-easto-breadcrumb .easto-title {
  color: var(--accent);
  font-size: 74px;
  line-height: 1.0810810811;
  font-weight: 600;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem {
  position: relative;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem > span {
  margin: 0 10px;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem > span:first-child {
  margin-left: 0;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem > span:last-child {
  margin-right: 0;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem > span a {
  position: relative;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem > span a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem > span a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
  background-color: var(--accent);
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem > i {
  color: var(--primary);
  font-size: 6px;
}
.elementor-widget-easto-breadcrumb .breadcrumb-listItem:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: white;
  opacity: 0.2;
  top: 0;
  left: 0;
}

.single-post .hidden-easto-title-single-yes .easto-title {
  display: none;
}

.hidden-easto-title-yes .easto-title {
  display: none;
}

.hidden-easto-list-item-yes .breadcrumb-listItem {
  display: none;
}

.easto-button-popup {
  display: flex;
}
.easto-button-popup .button-popup .elementor-button-icon {
  display: inline-flex;
}
.easto-button-popup .button-popup:hover .line2 {
  width: 40px;
}
.easto-button-popup .line-container {
  display: flex;
  flex-direction: column;
}
.easto-button-popup .line {
  background: var(--accent);
  height: 2px;
  width: 40px;
  -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;
}
.easto-button-popup .line2 {
  width: 30px;
  margin-top: 8px;
}

.elementor-widget-easto-button-popup .button-popup-content {
  display: none;
}

.button-popup-content-inner {
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  position: relative;
}

.button-popup-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 100vh;
  transition: transform 0.25s ease;
  transform: translate(var(--transform-translateX), var(--transform-translateY));
}
.button-popup-content .mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--background_light);
  padding: 15px;
  color: var(--accent);
  width: auto;
  height: auto;
  opacity: 1;
}
.button-popup-content .mfp-close .elementor-button-content-wrapper {
  pointer-events: none;
}
.button-popup-content .mfp-close:hover {
  background: var(--primary) !important;
}

.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-ready .button-popup-content-inner {
  opacity: 1;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in .button-popup-content-inner {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .button-popup-content-inner {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-removing .button-popup-content-inner {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-slide-top .button-popup-content-inner {
  transform: translateY(100%);
}
.mfp-slide-top.mfp-ready .button-popup-content-inner {
  transform: translateY(0);
}
.mfp-slide-top.mfp-removing .button-popup-content-inner {
  transform: translateY(100%);
}
.mfp-slide-right .button-popup-content-inner {
  transform: translateX(-100%);
}
.mfp-slide-right.mfp-ready .button-popup-content-inner {
  transform: translateX(0);
}
.mfp-slide-right.mfp-removing .button-popup-content-inner {
  transform: translateX(-100%);
}
.mfp-slide-bottom .button-popup-content-inner {
  transform: translateY(-100%);
}
.mfp-slide-bottom.mfp-ready .button-popup-content-inner {
  transform: translateY(0);
}
.mfp-slide-bottom.mfp-removing .button-popup-content-inner {
  transform: translateY(-100%);
}
.mfp-slide-left .button-popup-content-inner {
  transform: translateX(100%);
}
.mfp-slide-left.mfp-ready .button-popup-content-inner {
  transform: translateX(0);
}
.mfp-slide-left.mfp-removing .button-popup-content-inner {
  transform: translateX(100%);
}

.mfp-slide-bottom-special .button-popup-content-inner {
  opacity: 0;
  transition: all ease 0.3s;
}
.mfp-slide-bottom-special.mfp-ready .button-popup-content-inner {
  opacity: 1;
  animation: PopupOpen 1.2s forwards;
  animation-timing-function: ease;
  pointer-events: auto;
}
.mfp-slide-bottom-special.mfp-removing .button-popup-content-inner {
  animation: PopupExit 0.6s forwards;
  animation-timing-function: ease;
}

@keyframes PopupOpen {
  0% {
    border-radius: 0 0 100% 100%;
    height: 0;
  }
  50% {
    border-radius: 0 0 100% 100%;
    height: 50%;
  }
  75% {
    border-radius: 0 0 0 0;
  }
  to {
    height: 100%;
  }
}
@keyframes PopupExit {
  0% {
    border-radius: 0 0 0 0;
    height: 100%;
  }
  50% {
    border-radius: 0 0 50% 50%;
  }
  to {
    border-radius: 0 0 100% 100%;
    height: 0;
  }
}
.elementor-widget-easto-contactform p {
  position: relative;
  margin: 0;
}
.elementor-widget-easto-contactform form {
  margin: 0;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap {
  display: block;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=text], .elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=number], .elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=email], .elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=tel], .elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=date], .elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=url],
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=password], .elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=search], .elementor-widget-easto-contactform .wpcf7-form-control-wrap .input-text, .elementor-widget-easto-contactform .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  width: 100%;
  padding: 0 0 15px;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  border-width: 0 0 1px;
  border-color: var(--primary);
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap textarea {
  padding: 0;
  margin: 0;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=radio] {
  display: none;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=radio] + .wpcf7-list-item-label:before,
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=radio] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #D9D9D9;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=radio] + .wpcf7-list-item-label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em #D9D9D9, inset 0 0 0 1em #D9D9D9;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=radio] + .wpcf7-list-item-label:hover:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em #D9D9D9, inset 0 0 0 1em #D9D9D9;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap input[type=radio]:checked + .wpcf7-list-item-label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em #D9D9D9, inset 0 0 0 1em var(--primary);
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
.elementor-widget-easto-contactform .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  flex-basis: 50%;
}
.elementor-widget-easto-contactform .wpcf7-button button, .elementor-widget-easto-contactform .wpcf7-button input[type=button], .elementor-widget-easto-contactform .wpcf7-button input[type=reset], .elementor-widget-easto-contactform .wpcf7-button input[type=submit] {
  fill: #fff;
}
.elementor-widget-easto-contactform .wpcf7-button button svg, .elementor-widget-easto-contactform .wpcf7-button input[type=button] svg, .elementor-widget-easto-contactform .wpcf7-button input[type=reset] svg, .elementor-widget-easto-contactform .wpcf7-button input[type=submit] svg {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.elementor-widget-easto-contactform .wpcf7-button button svg .btn-icon__icon, .elementor-widget-easto-contactform .wpcf7-button input[type=button] svg .btn-icon__icon, .elementor-widget-easto-contactform .wpcf7-button input[type=reset] svg .btn-icon__icon, .elementor-widget-easto-contactform .wpcf7-button input[type=submit] svg .btn-icon__icon {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.elementor-widget-easto-contactform .wpcf7-button button svg .btn-icon__icon:first-child, .elementor-widget-easto-contactform .wpcf7-button input[type=button] svg .btn-icon__icon:first-child, .elementor-widget-easto-contactform .wpcf7-button input[type=reset] svg .btn-icon__icon:first-child, .elementor-widget-easto-contactform .wpcf7-button input[type=submit] svg .btn-icon__icon:first-child {
  transition-delay: 0.1s;
}
.elementor-widget-easto-contactform .wpcf7-button button svg .btn-icon__icon:last-child, .elementor-widget-easto-contactform .wpcf7-button input[type=button] svg .btn-icon__icon:last-child, .elementor-widget-easto-contactform .wpcf7-button input[type=reset] svg .btn-icon__icon:last-child, .elementor-widget-easto-contactform .wpcf7-button input[type=submit] svg .btn-icon__icon:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.elementor-widget-easto-contactform .wpcf7-button button:hover svg .btn-icon__icon:first-child, .elementor-widget-easto-contactform .wpcf7-button input[type=button]:hover svg .btn-icon__icon:first-child, .elementor-widget-easto-contactform .wpcf7-button input[type=reset]:hover svg .btn-icon__icon:first-child, .elementor-widget-easto-contactform .wpcf7-button input[type=submit]:hover svg .btn-icon__icon:first-child {
  transform: translateX(100%);
  transition-delay: 0s;
}
.elementor-widget-easto-contactform .wpcf7-button button:hover svg .btn-icon__icon:last-child, .elementor-widget-easto-contactform .wpcf7-button input[type=button]:hover svg .btn-icon__icon:last-child, .elementor-widget-easto-contactform .wpcf7-button input[type=reset]:hover svg .btn-icon__icon:last-child, .elementor-widget-easto-contactform .wpcf7-button input[type=submit]:hover svg .btn-icon__icon:last-child {
  transform: translateX(0);
  transition-delay: 0.1s;
}
.elementor-widget-easto-contactform .wpcf7-button .wpcf7-spinner {
  position: absolute;
}
@media (max-width: 767px) {
  .elementor-widget-easto-contactform .wpcf7-button {
    text-align: -webkit-center;
  }
}
.elementor-widget-easto-contactform .wpcf7-response-output {
  margin: 2em 0 0 !important;
}
.elementor-widget-easto-contactform .wpcf7-inquire {
  margin: 0;
}
.elementor-widget-easto-contactform .wpcf7-inquire .form-text {
  color: var(--text_light);
  margin-bottom: 10px;
}
.elementor-widget-easto-contactform .wpcf7-inquire .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-widget-easto-contactform .wpcf7-inquire .row [class*=column-] {
  padding-left: 15px;
  padding-right: 15px;
  flex: 50%;
}
@media (max-width: 768px) {
  .elementor-widget-easto-contactform .wpcf7-inquire .row [class*=column-] {
    flex: 100%;
  }
}
.elementor-widget-easto-contactform .wpcf7-inquire .cf-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.elementor-widget-easto-contactform .sub-text {
  font-size: 14px;
}

.elementor-widget-easto-counter .elementor-counter-number-wrapper {
  display: flex;
  justify-content: center;
  font-size: 80px;
  font-weight: 800;
  color: var(--primary);
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-widget-easto-counter .elementor-counter .elementor-counter-number-wrapper {
  align-items: center;
}

.elementor-widget-easto-feature-text .feature-text-content-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 600px) {
  .elementor-widget-easto-feature-text .feature-text-content-wrapper {
    flex-wrap: wrap;
  }
}
.elementor-widget-easto-feature-text .feature-text-content-wrapper:hover .feature-text-bg:before {
  opacity: 0.6;
}
.elementor-widget-easto-feature-text .feature-text-content-wrapper:hover .elementor-feature-text-item:hover .feature-text-bg:before {
  transition: all ease 0.3s;
  opacity: 0.2;
}
.elementor-widget-easto-feature-text .elementor-feature-text-item {
  padding: 0;
  max-width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 600px) {
  .elementor-widget-easto-feature-text .elementor-feature-text-item {
    flex: auto;
    width: 100%;
  }
}
.elementor-widget-easto-feature-text .elementor-feature-text-item:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.elementor-widget-easto-feature-text .elementor-feature-text-item:hover .feature-button {
  margin-top: 20px;
  transform: translateY(0);
  transition: all ease 0.3s;
  max-height: 100%;
}
.elementor-widget-easto-feature-text .feature-text-inner {
  position: relative;
  display: block;
}
.elementor-widget-easto-feature-text .feature-text-bg {
  height: 700px;
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-easto-feature-text .feature-text-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: var(--accent);
  opacity: 0.2;
}
.elementor-widget-easto-feature-text .feature-text-bg img {
  object-position: left center;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.elementor-widget-easto-feature-text .feature-text-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.elementor-widget-easto-feature-text .feature-text-content-inner {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
}
.elementor-widget-easto-feature-text .feature-subtitle {
  margin-bottom: auto;
}
.elementor-widget-easto-feature-text .feature-subtitle span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: 2px;
  padding-bottom: 7px;
  border-bottom: 5px solid #fff;
}
.elementor-widget-easto-feature-text .feature-title {
  font-size: 38px;
  line-height: 1.1052631579;
  font-family: var(--e-global-typography-accent-font-family);
  color: #fff;
}
.elementor-widget-easto-feature-text .feature-button {
  margin-top: 0;
  transform: translateY(60px);
  transition: all ease 0.3s;
  max-height: 0;
}
@media (max-width: 600px) {
  .elementor-widget-easto-feature-text .feature-button {
    flex: auto;
    width: 100%;
  }
}
.elementor-widget-easto-feature-text .feature-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 2;
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  color: var(--accent);
  padding: 13px 30px;
  background-color: #fff;
  transition: all ease 0.3s;
}
.elementor-widget-easto-feature-text .feature-button a svg {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.elementor-widget-easto-feature-text .feature-button a svg .btn-icon__icon {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.elementor-widget-easto-feature-text .feature-button a svg .btn-icon__icon:first-child {
  transition-delay: 0.1s;
}
.elementor-widget-easto-feature-text .feature-button a svg .btn-icon__icon:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.elementor-widget-easto-feature-text .feature-button a:hover svg .btn-icon__icon:first-child {
  transform: translateX(100%);
  transition-delay: 0s;
}
.elementor-widget-easto-feature-text .feature-button a:hover svg .btn-icon__icon:last-child {
  transform: translateX(0);
  transition-delay: 0.1s;
}

.elementor-header-group-wrapper .header-group-action {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  text-align: center;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
  margin-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
  margin-right: 0;
}
.elementor-header-group-wrapper .site-header-account a {
  align-items: center;
}
.elementor-header-group-wrapper .site-header-account a .account-content {
  position: relative;
  font-size: 14px;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.hidden-easto-content-acc-yes .account-content {
  display: none;
}

.icon-border-yes .header-group-action > div {
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
  margin: 0 0 0 -1px;
  display: inline-flex;
  min-width: 80px;
  justify-content: center;
  min-height: 80px;
  align-items: center;
}

.elementor-iconbox-item {
  position: relative;
}
.elementor-iconbox-item:before {
  content: attr(data-count) ".";
  width: 40px;
  height: 40px;
  background: white;
  position: absolute;
  top: -20px;
  left: 50px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  -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-iconbox-item:hover:before {
  background: var(--primary);
  color: #fff;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: var(--primary);
}
.elementor-iconbox-item:hover .elementor-icon-box-wrapper:before, .elementor-iconbox-item:hover .elementor-icon-box-wrapper:after {
  width: calc(100% + 1px);
}
.elementor-iconbox-item:hover .elementor-icon-box-wrapper:before {
  transition-delay: 0.4s;
}
.elementor-iconbox-item:hover .elementor-icon-box-wrapper:after {
  transition-delay: 0s;
}
.elementor-iconbox-item:hover .elementer-icon-box-inner:before, .elementor-iconbox-item:hover .elementer-icon-box-inner:after {
  height: calc(100% + 1px);
}
.elementor-iconbox-item:hover .elementer-icon-box-inner:before {
  transition-delay: 0.6s;
}
.elementor-iconbox-item:hover .elementer-icon-box-inner:after {
  transition-delay: 0.2s;
}
.elementor-iconbox-item .elementor-icon-box-wrapper {
  border: 1px solid var(--border);
  padding: 50px;
  position: relative;
  background: white;
}
.elementor-iconbox-item .elementor-icon-box-wrapper:before, .elementor-iconbox-item .elementor-icon-box-wrapper:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--accent);
}
.elementor-iconbox-item .elementor-icon-box-wrapper:after {
  left: 0;
  bottom: -1px;
  transition-delay: 0.6s;
}
.elementor-iconbox-item .elementor-icon-box-wrapper:before {
  right: 0;
  top: -1px;
  transition-delay: 0.2s;
}
.elementor-iconbox-item .elementer-icon-box-inner:before, .elementor-iconbox-item .elementer-icon-box-inner:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--accent);
}
.elementor-iconbox-item .elementer-icon-box-inner:after {
  transition-delay: 0.4s;
  right: -1px;
  bottom: 0;
}
.elementor-iconbox-item .elementer-icon-box-inner:before {
  transition-delay: 0s;
  left: -1px;
  top: 0;
}
.elementor-iconbox-item .elementor-icon {
  font-size: 96px;
  margin-bottom: 80px;
}
.elementor-iconbox-item .elementor-icon-box-title {
  font-size: 22px;
  line-height: 1.2727272727;
  margin-bottom: 15px;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-iconbox-item .elementor-icon-box-description {
  margin-bottom: 30px;
}

.elementor-widget-easto-image-carousel .image-carousel-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-easto-image-carousel .image-carousel-item a .gallery-title {
  margin: 0;
}
.elementor-widget-easto-image-carousel .image-carousel-item a[data-elementor-open-lightbox=yes]:hover:before {
  opacity: 0.3;
}
.elementor-widget-easto-image-carousel .image-carousel-item a[data-elementor-open-lightbox=yes]:hover:after {
  opacity: 1;
  width: 60px;
  height: 60px;
}
.elementor-widget-easto-image-carousel .image-carousel-item a[data-elementor-open-lightbox=yes]:hover img {
  transform: scale(1.1);
}
.elementor-widget-easto-image-carousel .image-carousel-item a[data-elementor-open-lightbox=yes]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #000000;
  transition: all 0.3s ease;
  z-index: 1;
}
.elementor-widget-easto-image-carousel .image-carousel-item a[data-elementor-open-lightbox=yes]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  color: var(--primary);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.elementor-widget-easto-image-carousel .image-carousel-item img {
  display: block;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-easto-image-carousel.enable-title-yes .image-carousel-item .gallery-title {
  display: none;
}
@media (min-width: 767px) {
  .elementor-widget-easto-image-carousel.layout-masonry-yes .d-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
  }
  .elementor-widget-easto-image-carousel.layout-masonry-yes .d-grid .grid-item:nth-child(12n+2) {
    grid-row-end: span 2;
  }
  .elementor-widget-easto-image-carousel.layout-masonry-yes .d-grid .grid-item:nth-child(12n+7),
.elementor-widget-easto-image-carousel.layout-masonry-yes .d-grid .grid-item:nth-child(12n+8) {
    grid-column-end: span 2;
  }
  .elementor-widget-easto-image-carousel.layout-masonry-yes .d-grid .grid-item a {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .elementor-widget-easto-image-carousel.layout-masonry-yes .d-grid .grid-item a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease;
  }
}

.elementor-link-showcase-inner {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .elementor-link-showcase-inner {
    flex-direction: column;
  }
}

.link-showcase-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%;
  z-index: 1;
}

.link-showcase-content-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  flex: 1;
}

.link-showcase-content-inner {
  position: relative;
  border-radius: 50% 55% 0 0/36% 36% 0 0;
  height: 600px;
  overflow: hidden;
  width: 440px;
}

.elementor-link-showcase-content {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1.2);
  transition: all 0.6s ease;
  visibility: hidden;
  width: 100%;
}
.elementor-link-showcase-content img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.elementor-link-showcase-content.elementor-active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 1;
}

@media (min-width: 767px) {
  .link-showcase-title-inner .elementor-link-showcase-title span {
    position: relative;
  }
}

.elementor-link-showcase-title {
  overflow: hidden;
}
.elementor-link-showcase-title .link-showcase-title {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 60px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  opacity: 0.6;
  overflow: hidden;
}
.elementor-link-showcase-title .link-showcase-title span {
  display: inline-block;
  transition: transform 0.4s ease;
}
.elementor-link-showcase-title .link-showcase-title span:before {
  content: attr(data-name);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 50%);
  transition: transform 0.4s ease;
  width: 100%;
}
.elementor-link-showcase-title a {
  color: var(--accent);
  -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-link-showcase-title.elementor-active .link-showcase-title, .elementor-link-showcase-title:hover .link-showcase-title {
  opacity: 1;
}
.elementor-link-showcase-title.elementor-active .link-showcase-title span, .elementor-link-showcase-title:hover .link-showcase-title span {
  transform: translateY(-100%);
}
.elementor-link-showcase-title.elementor-active a, .elementor-link-showcase-title:hover a {
  text-decoration: none;
}

.showcase_layout-2 .link-showcase-content-inner {
  border-radius: 0;
}
.showcase_layout-2 .elementor-link-showcase-title .link-showcase-title {
  opacity: 1;
}
.showcase_layout-2 .elementor-link-showcase-title .link-showcase-title span:before {
  content: none;
}
.showcase_layout-2 .elementor-link-showcase-title .link-showcase-title span:after {
  position: absolute;
  width: 0;
  content: "";
  height: 2px;
  background: var(--primary);
  left: 0;
  bottom: 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;
}
.showcase_layout-2 .elementor-link-showcase-title.elementor-active .link-showcase-title span, .showcase_layout-2 .elementor-link-showcase-title:hover .link-showcase-title span {
  transform: none;
}
.showcase_layout-2 .elementor-link-showcase-title.elementor-active .link-showcase-title span:after, .showcase_layout-2 .elementor-link-showcase-title:hover .link-showcase-title span:after {
  width: 100%;
}

.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .form-input {
  flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.form-style .mc4wp-form .mc4wp-form-fields:before {
  display: none;
}
.form-style .mc4wp-form .mail-form {
  display: flex;
}
.form-style .mc4wp-form input[type=email] {
  width: 100%;
  padding: 25px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 50px;
  border: 1px solid var(--border);
}
.form-style .mc4wp-form input[type=email]::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: var(--text_light);
}
.form-style .mc4wp-form button[type=submit] {
  background-color: var(--primary);
  color: #fff;
  border-width: 0;
  border-radius: 50%;
  min-width: 70px;
  padding: 10px;
  margin-left: -20px;
}
.form-style .mc4wp-form button[type=submit] span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}
.form-style .mc4wp-form button[type=submit] i {
  font-size: 30px;
}

@-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;
  }
}
.mc4wp-button-style-yes button[type=submit] {
  transition: 500ms ease;
  position: relative;
  background-color: var(--primary);
}
.mc4wp-button-style-yes button[type=submit] > * {
  z-index: 3;
  position: relative;
}
.mc4wp-button-style-yes button[type=submit]:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: calc(100% + 2px);
  height: 100%;
  background-color: var(--primary);
  border-radius: 35px;
  transition: 500ms ease;
  z-index: 2;
}
.mc4wp-button-style-yes button[type=submit] i {
  transition: 500ms ease;
}
.mc4wp-button-style-yes button[type=submit]:hover i {
  transform: translateX(20px);
}
.mc4wp-button-style-yes button[type=submit]:hover:after {
  width: 50px;
}

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

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

@media (min-width: 768px) {
  .elementor-widget-easto-nav-menu.show-style-menu-yes .main-navigation ul.menu {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
}
.places-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  --background-active: var(--primary);
}
.places-filter .places-filter-item {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: var(--e-global-typography-accent-font-family);
  padding: 15px 25px;
  border-radius: 30px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  color: var(--accent);
  cursor: pointer;
}
.places-filter .places-filter-item:hover, .places-filter .places-filter-item.active {
  background-color: var(--background-active);
  color: #fff;
  border-color: var(--background-active);
}

.places-wrap {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid var(--border);
}
@media (max-width: 600px) {
  .places-wrap {
    flex-direction: column-reverse;
  }
}
.places-wrap .places-select {
  width: 300px;
  background-color: var(--background_light);
  padding: 35px 7px 35px 30px;
  position: relative;
}
@media (max-width: 600px) {
  .places-wrap .places-select {
    width: 100%;
    min-height: 250px;
    padding: 30px 15px;
  }
}
.places-wrap .places-select .places-select-scroll {
  position: absolute;
  overflow: auto;
  left: 30px;
  top: 35px;
  right: 7px;
  bottom: 35px;
}
.places-wrap .places-select .places-select-scroll::-webkit-scrollbar {
  width: 5px;
}
.places-wrap .places-select .places-select-scroll::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.places-wrap .places-select .places-select-scroll::-webkit-scrollbar-thumb {
  background-color: #DEDEDE;
}

.places-container {
  overflow: hidden;
  border-left: 1px solid var(--border);
  position: relative;
  flex: 1;
}
.places-container .places-container-inview {
  position: relative;
}
.places-container img {
  margin-left: auto;
  margin-right: auto;
}
.places-container .zoom-holders {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.places-container .zoom-holders .zoom-holder {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid var(--border);
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}

.places-item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.places-item .places-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 15px);
  padding: 20px 25px;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
  transition: all ease 0.25s;
  opacity: 0;
}
.places-item .places-tooltip .places-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
.places-item .places-tooltip .places-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142857143;
  display: block;
}
.places-item .places-tooltip:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -7px;
  background-color: #000;
}
.places-item .nearby-places-point {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--background-active);
  color: #fff;
  cursor: pointer;
}
.places-item.hidden {
  display: none;
}
.places-item:hover, .places-item.active {
  z-index: 999;
}
.places-item:hover .places-tooltip, .places-item.active .places-tooltip {
  opacity: 1;
}
.places-item:hover .nearby-places-point, .places-item.active .nearby-places-point {
  background-color: #000 !important;
}

.places-select-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.places-select-item .places-number {
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: var(--accent);
  width: 25px;
  height: 25px;
  border: 1px solid var(--border);
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}
.places-select-item .places-text {
  font-size: 14px;
  font-weight: 500;
}
.places-select-item.active .places-number, .places-select-item:hover .places-number {
  background-color: #000;
  color: #fff;
}
.places-select-item.hidden {
  display: none;
}

.elementor-widget-easto-panoramic-views .swiper-wrapper {
  cursor: grab;
}
.elementor-widget-easto-panoramic-views .swiper-wrapper .swiper-slide {
  width: auto;
}
.elementor-widget-easto-panoramic-views .elementor-panoramic-item {
  position: relative;
}
.elementor-widget-easto-panoramic-views .elementor-panoramic-item img {
  object-fit: cover;
}
.elementor-widget-easto-panoramic-views .elementor-panoramic-item .panoramic-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 3.3333333333;
  letter-spacing: 2px;
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  color: #fff;
  border-bottom: 5px solid;
}
.elementor-widget-easto-panoramic-views.panoramic-style-1 .elementor-swiper-button {
  display: none;
}
.elementor-widget-easto-panoramic-views.panoramic-style-1 .panoramic-name {
  left: 55px;
}
@media only screen and (min-width: 1920px) {
  .elementor-widget-easto-panoramic-views.panoramic-style-1 .panoramic-name {
    left: 110px;
  }
}
.elementor-widget-easto-panoramic-views.panoramic-style-1 .panoramic-icon {
  display: flex;
}

.elementor-panoramic-views-wrapper {
  position: relative;
}
.elementor-panoramic-views-wrapper .panoramic-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  pointer-events: none;
}
.elementor-panoramic-views-wrapper .panoramic-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.0666666667;
  font-family: var(--e-global-typography-accent-font-family);
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
  pointer-events: none;
}
.elementor-panoramic-views-wrapper .panoramic-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all ease 0.3s;
}
.elementor-panoramic-views-wrapper .panoramic-icon i {
  font-size: 20px;
  color: #000;
}
.elementor-panoramic-views-wrapper:hover .panoramic-icon {
  opacity: 0;
}

.elementor-widget-easto-places-list .elementor-places-list-item:hover .places-list-bg:before {
  opacity: 0.6;
}
.elementor-widget-easto-places-list .elementor-places-list-item:hover .places-content {
  transform: translateY(0);
  transition: all ease 0.3s;
  max-height: 100%;
  opacity: 1;
}
.elementor-widget-easto-places-list .places-list-inner {
  position: relative;
  display: block;
}
.elementor-widget-easto-places-list .places-list-bg {
  height: 400px;
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-easto-places-list .places-list-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: var(--accent);
  opacity: 0.2;
}
.elementor-widget-easto-places-list .places-list-bg img {
  object-position: left center;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.elementor-widget-easto-places-list .places-list-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.elementor-widget-easto-places-list .places-list-content-inner {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
}
.elementor-widget-easto-places-list .places-title {
  font-size: 28px;
  line-height: 1.3571428571;
  font-family: var(--e-global-typography-accent-font-family);
  color: #fff;
  margin-bottom: 10px;
}
.elementor-widget-easto-places-list .places-content {
  color: #fff;
  transform: translateY(60px);
  transition: all ease 0.3s;
  max-height: 0;
  opacity: 0;
}
.elementor-widget-easto-places-list .places-button {
  margin-top: 0;
  transform: translateY(60px);
  transition: all ease 0.3s;
  max-height: 0;
}
.elementor-widget-easto-places-list .places-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 2;
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  color: var(--accent);
  padding: 13px 30px;
  background-color: #fff;
  transition: all ease 0.3s;
}
.elementor-widget-easto-places-list .places-button a svg {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.elementor-widget-easto-places-list .places-button a svg .btn-icon__icon {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.elementor-widget-easto-places-list .places-button a svg .btn-icon__icon:first-child {
  transition-delay: 0.1s;
}
.elementor-widget-easto-places-list .places-button a svg .btn-icon__icon:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.elementor-widget-easto-places-list .places-button a:hover svg .btn-icon__icon:first-child {
  transform: translateX(100%);
  transition-delay: 0s;
}
.elementor-widget-easto-places-list .places-button a:hover svg .btn-icon__icon:last-child {
  transform: translateX(0);
  transition-delay: 0.1s;
}
.elementor-widget-easto-places-list.easto-scroll-effect-yes .elementor-places-list-wrapper {
  height: 300vh;
}
.elementor-widget-easto-places-list.easto-scroll-effect-yes .elementor-places-list-inner {
  position: sticky;
  top: calc(100% - 670px);
}
.elementor-widget-easto-places-list.easto-scroll-effect-yes .grid-item {
  flex: none;
}

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

.elementor-widget-easto-post-grid {
  overflow: hidden;
}
.elementor-widget-easto-post-grid .post-inner:hover .post-thumbnail img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-easto-post-grid .post-inner .entry-meta .categories-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.elementor-widget-easto-post-grid .post-inner .post-thumbnail img {
  transform: scale(1);
}

.elementor-widget-easto-search {
  z-index: 99;
}
.elementor-widget-easto-search .widget_product_search form input[type=search],
.elementor-widget-easto-search .site-search form input[type=search] {
  padding: 15px 30px;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid var(--border);
}
.elementor-widget-easto-search .widget_product_search form input[type=search]::placeholder,
.elementor-widget-easto-search .site-search form input[type=search]::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_light);
}
.elementor-widget-easto-search .widget_search form input[type=submit],
.elementor-widget-easto-search .widget_search form button[type=submit],
.elementor-widget-easto-search .widget_product_search form input[type=submit],
.elementor-widget-easto-search .widget_product_search form button[type=submit],
.elementor-widget-easto-search .site-search form input[type=submit],
.elementor-widget-easto-search .site-search form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  width: 60px;
}
.elementor-widget-easto-search .widget_search form input[type=submit] span,
.elementor-widget-easto-search .widget_search form button[type=submit] span,
.elementor-widget-easto-search .widget_product_search form input[type=submit] span,
.elementor-widget-easto-search .widget_product_search form button[type=submit] span,
.elementor-widget-easto-search .site-search form input[type=submit] span,
.elementor-widget-easto-search .site-search form button[type=submit] span {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  display: none;
}
.elementor-widget-easto-search .widget_search form input[type=submit] i,
.elementor-widget-easto-search .widget_search form button[type=submit] i,
.elementor-widget-easto-search .widget_product_search form input[type=submit] i,
.elementor-widget-easto-search .widget_product_search form button[type=submit] i,
.elementor-widget-easto-search .site-search form input[type=submit] i,
.elementor-widget-easto-search .site-search form button[type=submit] i {
  color: var(--text_light);
  font-size: 18px;
}
.elementor-widget-easto-search .widget_search form input[type=submit]:hover,
.elementor-widget-easto-search .widget_search form button[type=submit]:hover,
.elementor-widget-easto-search .widget_product_search form input[type=submit]:hover,
.elementor-widget-easto-search .widget_product_search form button[type=submit]:hover,
.elementor-widget-easto-search .site-search form input[type=submit]:hover,
.elementor-widget-easto-search .site-search form button[type=submit]:hover {
  background: var(--primary_hover);
}
.elementor-widget-easto-search .widget_search form input[type=submit]:hover i,
.elementor-widget-easto-search .widget_search form button[type=submit]:hover i,
.elementor-widget-easto-search .widget_product_search form input[type=submit]:hover i,
.elementor-widget-easto-search .widget_product_search form button[type=submit]:hover i,
.elementor-widget-easto-search .site-search form input[type=submit]:hover i,
.elementor-widget-easto-search .site-search form button[type=submit]:hover i {
  color: var(--primary);
}
.elementor-widget-easto-search .widget_search form input[type=submit]:hover span,
.elementor-widget-easto-search .widget_search form button[type=submit]:hover span,
.elementor-widget-easto-search .widget_product_search form input[type=submit]:hover span,
.elementor-widget-easto-search .widget_product_search form button[type=submit]:hover span,
.elementor-widget-easto-search .site-search form input[type=submit]:hover span,
.elementor-widget-easto-search .site-search form button[type=submit]:hover span {
  color: var(--background);
}
.elementor-widget-easto-search .search-by-category .input-dropdown-inner {
  width: 155px;
}
.elementor-widget-easto-search .search-by-category .input-dropdown-inner:after {
  height: 100%;
  top: 0;
  bottom: 0;
  transform: none;
}
.elementor-widget-easto-search.search-form-hide-search-yes .search-by-category {
  display: none;
}
.elementor-widget-easto-search.search-form-hide-search-yes .widget_product_search form input[type=search],
.elementor-widget-easto-search.search-form-hide-search-yes .widget_product_search form input[type=text] {
  padding-left: 1.41575em;
}
.elementor-widget-easto-search .site-header-search {
  display: block;
}
.elementor-widget-easto-search .site-header-search .button-search-popup {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 100%;
}
.elementor-widget-easto-search .site-header-search .button-search-popup i {
  color: var(--primary);
}
.elementor-widget-easto-search .site-header-search .button-search-popup .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  display: none;
}
.elementor-widget-easto-search .site-header-search .button-search-popup:hover .content {
  color: var(--primary_hover);
}
.elementor-widget-easto-search .site-header-search .button-search-popup:hover i {
  color: var(--primary_hover);
}
.elementor-widget-easto-search.search-form-layout-block-yes .button-search-popup {
  display: block;
  text-align: center;
}
.elementor-widget-easto-search.search-form-layout-block-yes .button-search-popup .content {
  display: block;
}

.elementor-widget-easto-slide-overlay .slide-overlay-title-wrapper {
  display: flex;
  white-space: nowrap;
}
.elementor-widget-easto-slide-overlay .slide-overlay-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  position: relative;
  z-index: 10;
  width: max-content;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-name: marquee;
}
.elementor-widget-easto-slide-overlay .slide-overlay-title-inner .elementor-slide-overlay-title {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 50px;
  margin: 0 10px;
  text-transform: uppercase;
}
.elementor-widget-easto-slide-overlay .slide-overlay-content-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.elementor-widget-easto-slide-overlay .slide-overlay-content-wrapper .elementor-slide-overlay-content * {
  opacity: 0;
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-easto-slide-overlay .slide-overlay-content-wrapper .elementor-slide-overlay-content.elementor-active * {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.43s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-wrapper {
  display: flex;
  white-space: nowrap;
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-wrapper:hover .elementor-scrolling-inner {
  animation-play-state: paused;
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-item {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-item .scrolling-title {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 18px;
  margin: 0 10px;
  text-transform: uppercase;
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-item .scrolling-title a {
  white-space: nowrap;
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-item .scrolling-title:hover a {
  text-decoration: none;
}
.elementor-widget-easto-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;
  animation-name: marquee;
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-inner:last-child {
  padding-right: 30px;
}
.elementor-widget-easto-slide-scrolling .elementor-scrolling-item-inner {
  display: inline-flex;
  flex-direction: column;
}

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

.easto-scrolling-rtl .elementor-scrolling-wrapper {
  display: flex;
  justify-content: center;
}
.easto-scrolling-rtl .elementor-scrolling-inner {
  animation-name: marqueeltr;
}

@keyframes marquee {
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes marqueeltr {
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translate(100%);
  }
}
.elementor-widget-easto-team-box {
  --img-ratio: 68%;
  --img-width: 300px;
}
.elementor-widget-easto-team-box .elementor-teambox-item-wrapper {
  position: relative;
  transition: all ease 0.3s;
}
.elementor-widget-easto-team-box .team-image {
  position: relative;
}
.elementor-widget-easto-team-box .team-image .team-image-inner {
  position: relative;
  background: #F6F1EA;
  padding-top: 120%;
  overflow: hidden;
}
.elementor-widget-easto-team-box .team-image .team-image-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: var(--primary);
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.elementor-widget-easto-team-box .team-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  transition: width 0.4s, height 0.4s;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.elementor-teambox-item {
  cursor: pointer;
  transition: all 0.3s;
}
.elementor-teambox-item:hover .team-image-inner:before {
  height: 100%;
}
.elementor-teambox-item .team-content {
  position: relative;
  margin-top: 25px;
}
.elementor-teambox-item .team-image-inner img {
  width: 100%;
  height: 100%;
}
.elementor-teambox-item .team-job {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4444444444;
  color: var(--text_light);
}
.elementor-teambox-item .team-name {
  font-family: var(--e-global-typography-accent-font-family);
  color: var(--primary);
  margin-bottom: 10px;
}

.team-box-socials {
  font-family: var(--e-global-typography-accent-font-family);
  position: relative;
  border-top: 1px solid var(--primary);
  margin-top: 20px;
}
.team-box-socials .team-click {
  position: absolute;
  display: flex;
  right: 0;
  top: -44px;
  font-size: 18px;
}
.team-box-socials .team-click i {
  background-color: #fff;
  color: var(--primary);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team-box-socials i.easto-icon-plus-1 {
  transform: scale(1);
}
.team-box-socials i.easto-icon-times-1 {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  transform: scale(0);
}
.team-box-socials.team-active i.easto-icon-plus-1 {
  visibility: hidden;
  transform: scale(0);
}
.team-box-socials.team-active i.easto-icon-times-1 {
  transform: scale(1);
  visibility: visible;
}
.team-box-socials.team-active .team-icon-socials a {
  opacity: 1;
  animation: slideIn 0.5s forwards;
}

.team-icon-socials {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-top: 15px;
}
.team-icon-socials a {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  margin: 0 10px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.team-icon-socials a:hover {
  color: var(--accent);
  text-decoration: underline;
}
.team-icon-socials a:first-child {
  margin-left: 0;
}
.team-icon-socials a:last-child {
  margin-right: 0;
}
.team-icon-socials a:nth-child(1) {
  animation-delay: 0.2s;
}
.team-icon-socials a:nth-child(2) {
  animation-delay: 0.4s;
}
.team-icon-socials a:nth-child(3) {
  animation-delay: 0.6s;
}
.team-icon-socials a:nth-child(4) {
  animation-delay: 0.8s;
}
.team-icon-socials a:nth-child(5) {
  animation-delay: 1s;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.elementor-testimonial-item-wrapper {
  text-align: center;
}
.elementor-testimonial-item-wrapper .swiper-slide {
  opacity: 0.2;
}
.elementor-testimonial-item-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.elementor-testimonial-item-wrapper .grid-item {
  height: auto;
}
.elementor-testimonial-item-wrapper .testimonial-content {
  -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-testimonial-item-wrapper .testimonial-title {
  font-weight: 500;
  color: var(--accent);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 45px;
  font-family: var(--e-global-typography-accent-font-family);
}
.elementor-testimonial-item-wrapper .content {
  color: var(--text);
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
  margin-top: 20px;
}
.elementor-testimonial-item-wrapper .icon {
  color: var(--primary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  line-height: 1;
}
.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 .elementor-testimonial-image {
  line-height: 1;
  min-width: 80px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  display: inline;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .grid-item {
  position: relative;
}
.elementor-testimonial-item-wrapper .grid-item .details-info span {
  display: block;
}
.elementor-testimonial-item-wrapper .details-info .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625;
  color: var(--primary);
}
.elementor-testimonial-item-wrapper .details-info .job {
  font-size: 14px;
  line-height: 1.5714285714;
  color: var(--text_light);
}

.elementor-widget-easto-testimonials.wrapper-position-left .elementor-testimonial-item-wrapper {
  margin-left: 0;
}
.elementor-widget-easto-testimonials.wrapper-position-right .elementor-testimonial-item-wrapper {
  margin-right: 0;
}

.alignment-center + .testimonial-image-wrap .testimonial-image-style {
  justify-content: center;
}

.alignment-left + .testimonial-image-wrap .testimonial-image-style {
  justify-content: start;
}

.alignment-right + .testimonial-image-wrap .testimonial-image-style {
  justify-content: end;
}

.effect-line-yes .elementor-testimonial-item {
  transition: all 0.35s;
}
.effect-line-yes .elementor-testimonial-item:before, .effect-line-yes .elementor-testimonial-item:after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: right center 0;
}
.effect-line-yes .elementor-testimonial-item:after {
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center 0;
}
.effect-line-yes .elementor-testimonial-item:hover:before {
  opacity: 0;
  transform: scale(0, 1);
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}
.effect-line-yes .elementor-testimonial-item:hover:after {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 0.2s ease-in-out 0.25s;
}

.elementor-video-wrapper {
  position: relative;
}
.elementor-video-wrapper .elementor-video-popup {
  -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;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border: 1px solid var(--border);
  border-radius: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.elementor-video-wrapper .elementor-video-popup svg {
  -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;
  width: 22px;
  height: 22px;
}
.elementor-video-wrapper .elementor-video-popup:hover {
  background: var(--primary_hover);
  -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-video-wrapper .elementor-video-popup:hover svg {
  opacity: 0;
}
.elementor-video-wrapper .elementor-video-popup:hover .elementor-video-title {
  transform: scale(1);
  color: #fff;
  opacity: 1;
}
.elementor-video-wrapper .elementor-video-title {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 12px;
  font-weight: 600;
  transform: scale(1.2);
  opacity: 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: 9;
}

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

.icon-box-style-easto-yes .elementor-icon-box-icon {
  margin: 0 !important;
  line-height: 0;
}
.icon-box-style-easto-yes .elementor-icon-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-box-style-easto-yes:hover .elementor-icon-box-content {
  opacity: 0;
  transition: all ease 0.3s;
}

.elementor-widget-text-path svg {
  overflow: visible;
}

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

.elementor-widget-image-box.image-box-style-easto-yes .elementor-image-box-img {
  display: block;
}
.elementor-widget-image-box.image-box-style-easto-yes .elementor-image-box-content {
  background: #FFFFFF;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  top: -80px;
  margin: 0 30px;
  width: calc(100% - 60px);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.image-box-style-easto-yes:hover .elementor-image-box-content {
  top: -100px;
}

@keyframes pp-glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.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: #F02757;
}

.icon-list-style-easto-yes .elementor-icon-list-item a span {
  position: relative;
}
.icon-list-style-easto-yes .elementor-icon-list-item a span:after, .icon-list-style-easto-yes .elementor-icon-list-item a span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent);
  transition: all ease 0.4s;
}
.icon-list-style-easto-yes .elementor-icon-list-item a span:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
}
.icon-list-style-easto-yes .elementor-icon-list-item a:hover {
  text-decoration: none;
}
.icon-list-style-easto-yes .elementor-icon-list-item a:hover span:before {
  width: 0;
}
.icon-list-style-easto-yes .elementor-icon-list-item a:hover span:after {
  width: 100%;
}

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

.effect-line {
  position: relative;
}
.effect-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: var(--border);
  z-index: 99;
}
.effect-line:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  background-color: var(--border);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  z-index: 99;
}
.effect-line:hover:after {
  background-color: var(--primary);
  width: 100%;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}

.icon-style-easto-yes .elementor-social-icon {
  overflow: hidden;
}
.icon-style-easto-yes .elementor-social-icon svg, .icon-style-easto-yes .elementor-social-icon i {
  animation: move-vertical-out 0.25s;
}
.icon-style-easto-yes .elementor-social-icon:hover svg, .icon-style-easto-yes .elementor-social-icon:hover i {
  animation: move-vertical-hover 0.25s;
}

@keyframes move-vertical-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  50.1% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-vertical-out {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  50.1% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.elementor-align-justify .elementor-button {
  text-align: justify;
}

.elementor-widget-button {
  --size-icon: 16px;
}
.elementor-widget-button .elementor-button .elementor-align-icon-right {
  margin-left: 10px;
}
.elementor-widget-button .elementor-button .elementor-align-icon-left svg {
  margin-left: 0;
}
.elementor-widget-button .elementor-button .elementor-button-icon {
  line-height: 1;
  display: inline-flex;
}
.elementor-widget-button .elementor-button .elementor-button-icon i {
  font-size: var(--size-icon);
}
.elementor-widget-button .elementor-button .elementor-button-icon svg {
  margin-left: 0;
  width: var(--size-icon);
}
.elementor-widget-button .elementor-button:hover {
  text-decoration: none;
}
.elementor-button-content-wrapper {
  align-items: center;
}

.elementor-button-type-link .elementor-button {
  display: inline-flex;
  color: var(--accent);
  align-items: center;
  position: relative;
  background: transparent;
  padding: 0;
}
.elementor-button-type-link .elementor-button .elementor-button-content-wrapper:after, .elementor-button-type-link .elementor-button .elementor-button-content-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  transition: all ease 0.4s;
}
.elementor-button-type-link .elementor-button .elementor-button-content-wrapper:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
}
.elementor-button-type-link .elementor-button:hover {
  text-decoration: none;
  transition: all ease 0.3s;
  color: var(--accent);
}
.elementor-button-type-link .elementor-button:hover .elementor-button-content-wrapper:before {
  width: 0;
}
.elementor-button-type-link .elementor-button:hover .elementor-button-content-wrapper:after {
  width: 100%;
}

.elementor-button {
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-family: var(--e-global-typography-accent-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  padding: 11px 30px;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  transition: all ease 0.3s;
  background-color: var(--primary);
  position: relative;
}
.elementor-button i {
  font-size: 14px;
}
.elementor-button svg {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.elementor-button svg .btn-icon__icon {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.elementor-button svg .btn-icon__icon:first-child {
  transition-delay: 0.1s;
}
.elementor-button svg .btn-icon__icon:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.elementor-button:hover svg .btn-icon__icon:first-child {
  transform: translateX(100%);
  transition-delay: 0s;
}
.elementor-button:hover svg .btn-icon__icon:last-child {
  transform: translateX(0);
  transition-delay: 0.1s;
}

.elementor-default .elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 14px 35px;
  border-radius: 30px;
}
.elementor-default .elementor-button.elementor-size-md {
  font-size: 14px;
  padding: 18px 45px;
  border-radius: 35px;
}
.elementor-default .elementor-button.elementor-size-lg {
  font-size: 15px;
  padding: 20px 50px;
  border-radius: 35px;
}
.elementor-default .elementor-button.elementor-size-xl {
  font-size: 16px;
  padding: 22px 55px;
  border-radius: 40px;
}

.elementor-button-type-outline .elementor-button {
  border: 1px solid var(--border);
  color: var(--accent);
  background-color: transparent;
}
.elementor-button-type-outline .elementor-button i {
  font-size: 14px;
}
.elementor-button-type-outline .elementor-button svg {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.elementor-button-type-outline .elementor-button svg .btn-icon__icon {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.elementor-button-type-outline .elementor-button svg .btn-icon__icon:first-child {
  transition-delay: 0.1s;
}
.elementor-button-type-outline .elementor-button svg .btn-icon__icon:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.elementor-button-type-outline .elementor-button:hover svg .btn-icon__icon:first-child {
  transform: translateX(100%);
  transition-delay: 0s;
}
.elementor-button-type-outline .elementor-button:hover svg .btn-icon__icon:last-child {
  transform: translateX(0);
  transition-delay: 0.1s;
}

.elementor-widget-easto-button .elementor-button .elementor-button-text {
  color: var(--accent);
}
.elementor-widget-easto-button .elementor-button .elementor-button-text span {
  transform: translateY(0);
  transition: all ease 0.3s;
  opacity: 1;
  display: inline-flex;
}
.elementor-widget-easto-button .elementor-button:hover .elementor-button-text span {
  transform: translateY(-13px);
  opacity: 0;
  transition: all ease 0.3s;
}
.elementor-widget-easto-button .elementor-button:hover .elementor-button-text:before {
  transform: translateY(-50%);
  opacity: 1;
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-title-text > span, .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a .e-n-tab-title-text > span {
  color: var(--primary);
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text > span, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a .e-n-tab-title-text > span {
  color: var(--primary);
}

.elementor-tabs-style-2 .e-n-tab-title {
  padding: 20px;
  min-width: 210px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--e-global-typography-accent-font-family);
}
@media (max-width: 1024px) {
  .elementor-tabs-style-2 .e-n-tab-title {
    min-width: 95px;
  }
}
.elementor-tabs-style-2 .e-n-tab-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  z-index: 1;
}
.elementor-tabs-style-2 .e-n-tab-title.e-active:after {
  border-top: 6px solid var(--primary);
}
.elementor-tabs-style-2 button[aria-selected=true]:after {
  border-top: 6px solid var(--primary);
}

:is(.elementor .elementor-element.elementor-widget-n-tabs.elementor-tabs-style1>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.elementor-tabs-style1>.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.elementor-tabs-style1>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs.elementor-tabs-style1>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
  background-color: transparent;
}

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

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

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

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

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

a.rev-btn {
  margin-right: 25px;
}
a.rev-btn .link-effect {
  position: relative;
  display: flex;
}
a.rev-btn .link-effect i {
  background-color: var(--primary);
  color: #fff;
  width: 42px;
  border-radius: 50%;
  position: absolute !important;
  right: -55px;
  font-size: 12px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s !important;
}
a.rev-btn .effect-1 {
  transform: translateY(0);
  transition: all ease 0.3s;
  opacity: 1;
  display: inline-flex;
}
a.rev-btn .effect-2 {
  content: attr(data-name);
  top: 50%;
  position: absolute;
  transform: translateY(calc(-50% + 13px));
  transition: all ease 0.3s;
  opacity: 0;
}
a.rev-btn:hover .effect-1 {
  transform: translateY(-13px);
  opacity: 0;
  transition: all ease 0.3s;
}
a.rev-btn:hover .effect-2 {
  transform: translateY(-50%);
  opacity: 1;
}
a.rev-btn:hover .link-effect i {
  background-color: var(--primary);
  transform: rotate(45deg);
}

@-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;
  }
}

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