@charset "UTF-8";
/* Text meant only for screen readers. */
.elementor-headline {
  font-size: 120px;
  display: block;
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
  text-transform: unset;
  letter-spacing: -2px;
  line-height: 1.05;
}

.yaglo-elementor-headline-dynamic-text {
  color: var(--dynamic-text-color, #aebcb9);
  font-family: var(--e-global-typography-secondary-font-family) !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
}

.yaglo-elementor-headline--style-rotate .yaglo-elementor-headline-dynamic-wrapper {
  text-align: left;
}

.yaglo-elementor-headline--style-highlight .yaglo-elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}

.yaglo-elementor-headline--style-highlight .yaglo-elementor-headline-dynamic-text {
  z-index: 1;
}

.yaglo-elementor-headline--style-highlight .yaglo-elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}

.yaglo-elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.yaglo-elementor-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}

.elementor-headline.e-animated svg path {
  animation: yaglo-elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
  animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}

.elementor-headline.e-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

@keyframes yaglo-elementor-headline-dash {
  from {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes hide-highlight {
  from {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    opacity: 0;
    filter: blur(10px);
  }
}
.yaglo-elementor-headline-text-wrapper {
  vertical-align: bottom;
}

.yaglo-elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}

.yaglo-elementor-headline-dynamic-wrapper .yaglo-elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.yaglo-elementor-headline-dynamic-wrapper .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
  position: relative;
}

.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-text {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}

.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
  opacity: 1;
  transform: rotateX(0deg);
  animation: yaglo-elementor-headline-flip-in 1.2s;
}

.yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
  transform: rotateX(180deg);
  animation: yaglo-elementor-headline-flip-out 1.2s;
}

@keyframes yaglo-elementor-headline-flip-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes yaglo-elementor-headline-flip-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
}

.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper:not(.yaglo-elementor-headline-typing-selected):after {
  animation: yaglo-elementor-headline-pulse 1s infinite;
}

.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper.yaglo-elementor-headline-typing-selected {
  background-color: var(--typing-selected-bg-color, #0d0d0d);
}

.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper.yaglo-elementor-headline-typing-selected::after {
  visibility: hidden;
}

.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-wrapper.yaglo-elementor-headline-typing-selected .yaglo-elementor-headline-dynamic-text {
  color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9);
}

.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-text:not(.yaglo-elementor-headline-text-active) {
  visibility: hidden;
}

.yaglo-elementor-headline-animation-type-typing .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
  position: absolute;
  visibility: hidden;
}

@keyframes yaglo-elementor-headline-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter {
  display: inline-block;
  backface-visibility: hidden;
}

.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-text {
  transform: scaleX(1.0005);
  opacity: 0;
}

.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.yaglo-elementor-headline-text-active .yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter {
  opacity: 1;
}

.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter.yaglo-elementor-headline-animation-in {
  animation: yaglo-elementor-headline-swirl-in 0.4s forwards;
}

.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
  animation: yaglo-elementor-headline-swirl-out 0.4s forwards;
}

@keyframes yaglo-elementor-headline-swirl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes yaglo-elementor-headline-swirl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}

.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-text {
  opacity: 0;
  top: 0.2em;
}

.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
  top: 0;
  opacity: 1;
  animation: yaglo-elementor-headline-slide-down-in 0.6s;
}

.yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
  animation: yaglo-elementor-headline-slide-down-out 0.6s;
}

@keyframes yaglo-elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes yaglo-elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}

.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #0d0d0d;
}

.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-text {
  opacity: 0;
}

.yaglo-elementor-headline-animation-type-clip .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
  opacity: 1;
}

.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-text {
  opacity: 0;
}

.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
  opacity: 1;
  animation: yaglo-elementor-headline-drop-in-in 0.8s;
}

.yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
  animation: yaglo-elementor-headline-drop-in-out 0.8s;
}

@keyframes yaglo-elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes yaglo-elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-text {
  opacity: 0;
}

.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.yaglo-elementor-headline-text-active .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter {
  transform: rotateY(0deg);
}

.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter.yaglo-elementor-headline-animation-in {
  animation: yaglo-elementor-headline-blinds-in 0.6s forwards;
}

.yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
  animation: yaglo-elementor-headline-blinds-out 0.6s forwards;
}

@keyframes yaglo-elementor-headline-blinds-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes yaglo-elementor-headline-blinds-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-text {
  opacity: 0;
}

.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}

.yaglo-elementor-headline-text-active .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter {
  opacity: 1;
}

.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter.yaglo-elementor-headline-animation-in {
  animation: yaglo-elementor-headline-wave-up 0.6s forwards;
}

.yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-letter:not(.yaglo-elementor-headline-animation-in) {
  animation: yaglo-elementor-headline-wave-down 0.6s forwards;
}

@keyframes yaglo-elementor-headline-wave-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes yaglo-elementor-headline-wave-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
.yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-text {
  opacity: 0;
}

.yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-active {
  opacity: 1;
  animation: yaglo-elementor-headline-slide-in 0.6s;
}

.yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-text.yaglo-elementor-headline-text-inactive {
  animation: yaglo-elementor-headline-slide-out 0.6s;
}

@keyframes yaglo-elementor-headline-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes yaglo-elementor-headline-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-slide .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-drop-in .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-slide-down .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-flip .yaglo-elementor-headline-dynamic-wrapper {
  transition: width 0.5s;
}

.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-wrapper, .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-wrapper {
  overflow: hidden;
}

.yaglo-elementor-headline-animation-type-swirl .yaglo-elementor-headline-dynamic-text, .yaglo-elementor-headline-animation-type-blinds .yaglo-elementor-headline-dynamic-text, .yaglo-elementor-headline-animation-type-wave .yaglo-elementor-headline-dynamic-text {
  white-space: nowrap;
}

.elementor-msie .yaglo-elementor-headline--style-highlight svg {
  top: auto;
  left: auto;
  transform: translate(-100%);
}

.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  align-items: flex-end;
}

.elementor-brand-wrapper .elementor-brand-image {
  display: flex;
  width: 100%;
  font-size: 0px;
  font-size: 0rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-secondary);
}
@media (max-width: 425px) {
  .elementor-brand-wrapper .elementor-brand-image {
    margin: 0 auto;
    width: 50%;
  }
}
.elementor-brand-wrapper .elementor-brand-image 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;
  color: var(--e-global-color-lighter);
}
.elementor-brand-wrapper .elementor-brand-image img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  float: left;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  opacity: 0.7;
}
.elementor-brand-wrapper .elementor-brand-image:hover {
  color: var(--e-global-color-primary);
}
.elementor-brand-wrapper .elementor-brand-image:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.elementor-brand-wrapper .elementor-brand-image:hover 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;
  color: var(--e-global-color-secondary);
}
.elementor-brand-wrapper a {
  display: block;
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper {
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:before {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-border);
  position: absolute;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .elementor-brand-item:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .slick-slide:before {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--e-global-color-border);
  position: absolute;
}
.elementor-brand-wrapper .yaglo-brand-border-yes .elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .elementor-widget-yaglo-brand .yaglo-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-yaglo-brand .yaglo-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

.elementor-widget-yaglo-breadcrumb .breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #ffffff;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb .home:before {
  font-size: 14px;
  font-size: 0.875rem;
  transform: translateY(-4px);
  margin-right: 5px;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb a {
  color: #fff;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb .current-item {
  color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-breadcrumb .breadcrumb span {
  margin: 0 5px;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb span:first-child {
  margin-left: 0;
}
.elementor-widget-yaglo-breadcrumb .breadcrumb span:last-child {
  margin-right: 0;
}
.elementor-widget-yaglo-breadcrumb .yaglo-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.12;
  margin-bottom: 10px;
}
@media (min-width: 568px) {
  .elementor-widget-yaglo-breadcrumb .yaglo-title {
    font-size: 48px;
    font-size: 3rem;
  }
}

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

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

.single-post .hidden-yaglo-title-single-yes .yaglo-title, .single-give_forms .hidden-yaglo-title-single-yes .yaglo-title {
  display: none;
}
.single-post .hidden-breadcrumb-title-single, .single-give_forms .hidden-breadcrumb-title-single {
  display: none;
}

.breadcrumb-wrap {
  display: var(--page-title-display);
}

.home .main-breadcrumb {
  display: none;
}

.elementor-widget-yaglo-banner .elementor-cta__heading2,
.elementor-widget-yaglo-banner .elementor-cta__title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.18;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
}
.elementor-widget-yaglo-banner .banner-number {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
}
.elementor-widget-yaglo-banner .elementor-cta__number {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.18;
  color: #fff;
  z-index: 1;
  letter-spacing: -1px;
  padding: 20px 25px 20px 25px;
  background-color: var(--e-global-color-primary);
  border-radius: 0 30px;
}
.elementor-widget-yaglo-banner .elementor-cta__title {
  margin-bottom: 0;
}
.elementor-widget-yaglo-banner .elementor-cta__heading2 {
  margin-bottom: 15px;
}
.elementor-widget-yaglo-banner .elementor-cta__subtitle {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-secondary);
  margin-bottom: 15px;
  letter-spacing: 1.8px;
}
.elementor-widget-yaglo-banner .elementor-cta__subtitle div {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
}
.elementor-widget-yaglo-banner .elementor-cta__subtitle div span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  max-width: 50px;
  margin-left: 5px;
}
.elementor-widget-yaglo-banner .elementor-cta__description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  margin-bottom: 15px;
}
.elementor-widget-yaglo-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-yaglo-banner.content-effects-yes {
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.elementor-widget-yaglo-banner.content-effects-yes .elementor-cta__content_inner {
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.elementor-widget-yaglo-banner.content-effects-yes .icon {
  position: absolute;
  top: 60px;
  width: 145px;
}
.elementor-widget-yaglo-banner.content-effects-yes .des-button {
  max-height: 0;
  margin-bottom: 0;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.elementor-widget-yaglo-banner.content-effects-yes:hover .elementor-cta__content_inner {
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.elementor-widget-yaglo-banner.content-effects-yes:hover .des-button {
  max-height: 120px;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.elementor-widget-yaglo-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-yaglo-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-yaglo-banner.content-stretch-yes .elementor-yaglo-banner {
  height: 100%;
}
.elementor-widget-yaglo-banner.button-position-bottom-yes .elementor-cta__content_inner {
  height: 100%;
}
.elementor-widget-yaglo-banner.button-position-bottom-yes .elementor-cta__content_inner .elementor-cta__button-wrapper {
  margin-top: auto;
}
.elementor-widget-yaglo-banner:hover .elementor-cta__bg-overlay {
  opacity: 1;
}
.elementor-widget-yaglo-banner:hover .elementor-cta__bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-yaglo-banner.box-align-left .elementor-cta__content {
  text-align: left;
}
.elementor-widget-yaglo-banner.box-align-left .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-start;
}
.elementor-widget-yaglo-banner.box-align-left .elementor-cta__content .elementor-cta__description {
  background-position: top left;
}
.elementor-widget-yaglo-banner.box-align-center .elementor-cta__content {
  text-align: center;
}
.elementor-widget-yaglo-banner.box-align-center .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: center;
  background-position: top center;
}
.elementor-widget-yaglo-banner.box-align-center .elementor-cta__content .elementor-cta__description {
  background-position: top center;
}
.elementor-widget-yaglo-banner.box-align-right .elementor-cta__content {
  text-align: right;
}
.elementor-widget-yaglo-banner.box-align-right .elementor-cta__content .elementor-cta__subtitle div {
  justify-content: flex-end;
  background-position: top right;
}
.elementor-widget-yaglo-banner.box-align-right .elementor-cta__content .elementor-cta__description {
  background-position: top right;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-top .icon {
  bottom: 0;
  top: unset;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-middle .icon {
  display: none;
}
.elementor-widget-yaglo-banner.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content-item {
  order: 1;
}
.elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title, .elementor-widget-yaglo-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__heading2 {
  order: 0;
}
.elementor-widget-yaglo-banner.elementor-position-above .elementor-cta__content-item {
  order: 1;
  margin-bottom: 1.2em;
}
.elementor-widget-yaglo-banner.elementor-position-above .elementor-cta__content-item.elementor-cta__subtitle {
  margin-bottom: 1.8rem;
  order: 0;
}

.banner-style-1 .elementor-cta__bg-wrapper {
  position: relative;
}
.banner-style-1 .elementor-cta__bg-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 30%);
  z-index: 2;
}
.banner-style-1 .elementor-cta__content {
  flex-direction: column-reverse;
}
.banner-style-1 .elementor-cta__content_inner {
  position: absolute;
  bottom: 0;
  transform: translateY(62px);
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.banner-style-1 .des-button {
  overflow: hidden;
  opacity: 0;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.banner-style-1 .icon {
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: unset;
  width: unset;
  overflow: hidden;
  opacity: 0;
}
.banner-style-1 .icon svg {
  width: 77.776px;
  height: 63.937px;
}
.banner-style-1:hover .elementor-cta__content_inner {
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  transform: translateY(-304px);
}
@media (max-width: 1200px) {
  .banner-style-1:hover .elementor-cta__content_inner {
    transform: translateY(-235px);
  }
}
@media (max-width: 768px) {
  .banner-style-1:hover .elementor-cta__content_inner {
    transform: translateY(-200px);
  }
}
@media (max-width: 320px) {
  .banner-style-1:hover .elementor-cta__content_inner {
    transform: translateY(-150px);
  }
}
.banner-style-1:hover .des-button {
  overflow: visible;
  opacity: 1;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.banner-style-1:hover .icon {
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: visible;
  opacity: 1;
}

.button-banner-style-yaglo-default .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.button-banner-style-yaglo-default .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}
.button-banner-style-yaglo-default .elementor-button .elementor-button-icon {
  position: relative;
}
.button-banner-style-yaglo-default .elementor-button .elementor-button-icon i {
  margin: -1px 0px 0 5px;
}
.button-banner-style-yaglo-default .elementor-button:hover .elementor-button-icon {
  color: var(--e-global-color-primary);
}

.button-banner-style-yaglo-outline .elementor-button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border: 1px solid var(--e-global-color-accent);
}
.button-banner-style-yaglo-outline .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
  border-radius: 0;
}

.button-banner-style-yaglo-link .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  position: relative;
  text-transform: uppercase;
}
.button-banner-style-yaglo-link .elementor-button:hover {
  color: var(--e-global-color-secondary);
}
.button-banner-style-yaglo-link .elementor-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
.button-banner-style-yaglo-link .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
}
.button-banner-style-yaglo-link .elementor-button .elementor-button-icon i:before {
  font-size: 10px;
}
.button-banner-style-yaglo-link .elementor-button:hover {
  background-color: transparent;
}
.button-banner-style-yaglo-link .elementor-button:hover:before {
  width: 100%;
  left: 0;
}

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

.elementor-bg-transform-move-up-custom .elementor-bg {
  height: calc(100% + 30px);
  -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-bg-transform-move-up-custom:hover .elementor-bg {
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transform: scale(1.03);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  transform: scale(1.03) translateX(1.5%);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  -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: calc(100% + 30px);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

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

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

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

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

.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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 300px;
}

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

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

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

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

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

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

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

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

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

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

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 40px;
  width: 100%;
}

.elementor-cta__content-item {
  width: 100%;
}

.elementor-cta__content,
.elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.archive-class-wrapper {
  --grid-row-gap: 60px;
}

.classes-default .classes-post-thumbnail {
  border-radius: 0 30px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.classes-default .classes-content {
  border: 1px solid var(--e-global-color-border);
  border-top-width: 0;
  border-radius: 0 0 0 30px;
  z-index: 1;
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.classes-default .classes-content-inner {
  background: #fff;
  padding: 20px 30px 30px;
  border-radius: inherit;
  -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;
}
.classes-default .entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.classes-default .entry-classes-instructor {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.classes-default .classes-instructor-thumbnail {
  margin-right: 12px;
  position: relative;
  z-index: 2;
}
.classes-default .classes-instructor-thumbnail img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.classes-default .excerpt-content {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.classes-default .classes-instructor-label {
  font-size: 14px;
  font-size: 0.875rem;
}
.classes-default .classes-instructor-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.classes-default .classes-cat {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
  margin-bottom: 8px;
}
.classes-default .class-price {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  color: var(--e-global-color-primary);
  margin-bottom: 1rem;
}
.classes-default .class-meta {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid var(--e-global-color-border);
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  justify-content: space-between;
}
.classes-default .class-meta .yaglo-meta-value {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}

.class-item-gird-v1 .classes-post-thumbnail {
  padding-top: 85.366%;
  position: relative;
}
.class-item-gird-v1 .classes-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-item-gird-v1 .classes-content {
  z-index: 3;
  background-color: #fff;
}
.class-item-gird-v1 .classes-inner:hover .more-link-wrap {
  visibility: visible;
  opacity: 1;
}
.class-item-gird-v1 .classes-inner:hover .classes-content-inner {
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.class-item-gird-v1 .classes-inner:hover .classes-content {
  z-index: 3;
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.class-item-gird-v1 .classes-content {
  margin-top: -20px;
  padding-top: 20px;
}
.class-item-gird-v1 .more-link-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 30px;
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -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;
}
.class-item-gird-v1 .more-link-wrap .more-link {
  color: #FFFFFF;
}
.class-item-gird-v1 .more-link-wrap .more-link:after {
  color: #FFFFFF;
}
.class-item-gird-v1 .more-link-wrap .more-link:not(:hover) {
  background: var(--e-global-color-primary);
}

.class-item-gird-v2 .classes-post-thumbnail {
  padding-top: 85.366%;
  position: relative;
}
.class-item-gird-v2 .classes-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-item-gird-v2 .more-link-wrap {
  margin-top: 30px;
}
.class-item-gird-v2 .more-link-wrap .more-link {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
}
.class-item-gird-v2 .more-link-wrap .more-link:hover {
  color: var(--e-global-color-secondary);
}
.class-item-gird-v2 .more-link-wrap .more-link:after {
  transition: all 0.4s ease;
}
.class-item-gird-v2 .more-link-wrap .more-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
.class-item-gird-v2 .more-link-wrap .more-link:hover:after {
  transition: all 0.4s ease;
  color: var(--e-global-color-secondary);
}
.class-item-gird-v2 .more-link-wrap .more-link:hover:before {
  width: 100%;
  left: 0;
  background-color: var(--e-global-color-secondary);
}
.class-item-gird-v2 .more-link-wrap .more-link:not(:hover) {
  background: #fff;
}
.class-item-gird-v2 .entry-title {
  margin-bottom: 12px;
}

.class-item-list-v1 .classes-inner {
  display: block;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
  border: 1px solid var(--e-global-color-border);
}
@media (min-width: 768px) {
  .class-item-list-v1 .classes-inner {
    display: flex;
  }
}
.class-item-list-v1 .classes-post-thumbnail {
  flex: none;
  border-radius: 0;
}
.class-item-list-v1 .classes-post-thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .class-item-list-v1 .classes-post-thumbnail {
    margin: -1px;
    margin-right: 0;
  }
}
.class-item-list-v1 .classes-content {
  border-radius: 0;
  border: none;
}
.class-item-list-v1 .classes-content-inner {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .class-item-list-v1 .classes-content-inner {
    padding: 30px;
  }
}
.class-item-list-v1 .excerpt-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
.class-item-list-v1 .entry-title {
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 5px;
}
.class-item-list-v1 .class-price {
  font-size: 22px;
  font-size: 1.375rem;
}
.class-item-list-v1 .class-meta {
  border: none;
  border-top: 1px solid var(--e-global-color-border);
  padding: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .class-item-list-v1 .class-meta {
    border-top: 0;
    border-left: 1px solid var(--e-global-color-border);
    width: 270px;
    flex-direction: column;
    margin: 30px 0;
    padding: 40px;
  }
}
.class-item-list-v1 .class-meta .yaglo-class-label {
  margin-bottom: 7px;
}
.class-item-list-v1 .class-meta .yaglo-meta-value {
  font-size: 16px;
  font-size: 1rem;
}
.class-item-list-v1 .entry-classes-instructor {
  margin-bottom: 0;
}
.class-item-list-v1 .classes-instructor-thumbnail img {
  width: 60px;
  height: 60px;
}

.wpcf7-form ::placeholder {
  color: var(--e-global-color-text);
}

.wpcf7-form {
  margin: 0;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form p label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-form .wpcf7-form-control-wrap select {
  width: 100%;
  border-width: 1px;
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  padding: 10px 10px 10px 0;
  border-radius: 0;
  background-color: transparent;
  margin-top: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=date] {
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-border);
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin: auto;
  width: 100%;
  height: 100%;
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  border-width: 1px;
  resize: none;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  text-transform: capitalize;
  background-color: transparent;
  margin-top: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
  padding: 15px 36px;
  border-radius: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  border-radius: 30px;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
  padding: 0 15px 0 15px;
}
.wpcf7-form .row p {
  margin-bottom: 29px;
}
.wpcf7-form .row p label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.wpcf7-form button, .wpcf7-form input[type=button], .wpcf7-form input[type=reset], .wpcf7-form input[type=submit], .wpcf7-form .button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  grid-column-gap: 6px;
  margin-top: 40px;
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}
.wpcf7-form button i, .wpcf7-form input[type=button] i, .wpcf7-form input[type=reset] i, .wpcf7-form input[type=submit] i, .wpcf7-form .button i {
  font-size: 14px;
  font-size: 0.875rem;
}
.wpcf7-form button:hover, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form .button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-list-item input[type=radio] {
  margin-right: 10px;
}

.contact-form-special-yes .wpcf7-form input[type=text], .contact-form-special-yes .wpcf7-form input[type=number], .contact-form-special-yes .wpcf7-form input[type=email], .contact-form-special-yes .wpcf7-form input[type=tel], .contact-form-special-yes .wpcf7-form input[type=url],
.contact-form-special-yes .wpcf7-form input[type=password], .contact-form-special-yes .wpcf7-form input[type=search], .contact-form-special-yes .wpcf7-form input[type=date], .contact-form-special-yes .wpcf7-form .input-text, .contact-form-special-yes .wpcf7-form select,
.contact-form-special-yes .wpcf7-form textarea {
  border-color: rgba(255, 255, 255, 0.1);
}
.contact-form-special-yes .wpcf7-form input[type=text]::placeholder, .contact-form-special-yes .wpcf7-form input[type=number]::placeholder, .contact-form-special-yes .wpcf7-form input[type=email]::placeholder, .contact-form-special-yes .wpcf7-form input[type=tel]::placeholder, .contact-form-special-yes .wpcf7-form input[type=url]::placeholder,
.contact-form-special-yes .wpcf7-form input[type=password]::placeholder, .contact-form-special-yes .wpcf7-form input[type=search]::placeholder, .contact-form-special-yes .wpcf7-form input[type=date]::placeholder, .contact-form-special-yes .wpcf7-form .input-text::placeholder, .contact-form-special-yes .wpcf7-form select::placeholder,
.contact-form-special-yes .wpcf7-form textarea::placeholder {
  color: #ffffff;
}
.contact-form-special-yes .wpcf7-form .row p {
  margin-bottom: 18px;
}
.contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=text], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=number], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=email], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=password], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=search], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap input[type=date], .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap .input-text, .contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap select {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-form-special-yes .wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-top: 3px;
}
.contact-form-special-yes .wpcf7-form button, .contact-form-special-yes .wpcf7-form input[type=button], .contact-form-special-yes .wpcf7-form input[type=reset], .contact-form-special-yes .wpcf7-form input[type=submit], .contact-form-special-yes .wpcf7-form .button {
  margin-top: 23px;
}
.contact-form-special-yes label {
  color: var(--e-global-color-secondary);
}

.elementor-counter {
  position: relative;
  display: flex;
}
.elementor-counter .elementor-counter-wrapper {
  margin-bottom: 10px;
}
.elementor-counter .elementor-icon-counter {
  justify-content: center;
  align-items: center;
  font-size: 52px;
  font-size: 3.25rem;
}
.elementor-counter .elementor-icon-counter i {
  display: inline-block;
}
.elementor-counter .elementor-icon-counter i:before {
  display: block;
}
.elementor-counter .elementor-counter-number {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 80px;
  font-size: 5rem;
  line-height: 0.875;
  color: var(--e-global-color-primary);
  letter-spacing: -1px;
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 80px;
  font-size: 5rem;
  line-height: 0.875;
  color: var(--e-global-color-primary);
  letter-spacing: -1px;
}
.elementor-counter .elementor-counter-title {
  text-align: inherit;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 28px;
  font-size: 1.75rem;
  color: var(--e-global-color-secondary);
  line-height: 1.214;
  letter-spacing: -1px;
  margin-top: 40px;
}
.elementor-counter .elementor-counter-sub-title {
  font-size: 16px;
  font-size: 1rem;
}
.elementor-counter .elementor-counter-description {
  font-size: 15px;
  font-size: 0.9375rem;
}
.elementor-alignment-left .elementor-counter {
  justify-content: flex-start;
}
.elementor-alignment-left .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-alignment-left .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.elementor-alignment-center .elementor-counter {
  justify-content: center;
  flex-direction: column;
}
.elementor-alignment-center .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0 auto;
}
.elementor-alignment-center .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.elementor-alignment-right .elementor-counter {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-alignment-right .elementor-counter .elementor-counter-number-wrapper {
  justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.elementor-alignment-right .elementor-counter .elementor-counter-title,
.elementor-alignment-right .elementor-counter .elementor-counter-sub-title,
.elementor-alignment-right .elementor-counter .elementor-counter-description {
  text-align: right;
}
.elementor-vertical-align-top .elementor-counter {
  align-items: center;
}
.elementor-vertical-align-middle .elementor-counter {
  align-items: center;
}
.elementor-vertical-align-bottom .elementor-counter {
  align-items: flex-end;
}
.elementor-counter .elementor-counter-number-wrapper {
  align-items: center;
}

.elementor-position-left .elementor-counter {
  display: flex;
}
.elementor-position-left .elementor-counter .elementor-counter-wrapper {
  flex-direction: row;
  align-items: center;
}

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

.elementor-position-right .elementor-counter {
  display: flex;
}
.elementor-position-right .elementor-counter .elementor-counter-wrapper {
  flex-direction: row-reverse;
}

.enable-effects-yes .elementor-counter {
  position: relative;
  Width: 294px;
  Height: 264px;
}
.enable-effects-yes .elementor-counter:before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDcgMTg2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTQzLjI0MyAwSDYzLjc1N0M1NS4xOTYgMCA0Ny4yNTEgNC41OTcgNDIuOTcgMTIuMDA3TDMuMjEgODAuOTkzYTI0LjEyIDI0LjEyIDAgMCAwIDAgMjQuMDQ4bDM5Ljc2IDY4Ljk1MkM0Ny4yNSAxODEuNDM3IDU1LjE5NiAxODYgNjMuNzU4IDE4Nmg3OS40ODVjOC41NjEgMCAxNi41MDYtNC41OTcgMjAuNzg3LTEyLjAwN2wzOS43NTktNjguOTUyYTI0LjEyIDI0LjEyIDAgMCAwIDAtMjQuMDQ4TDE2NC4wMyAxMi4wMDdDMTU5Ljc0OSA0LjU5NyAxNTEuODA0IDAgMTQzLjI0MyAweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #F0FAFD;
}
.enable-effects-yes .elementor-counter-wrapper {
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.elementor-header-group-wrapper .header-group-action {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
  display: inline-flex;
  position: relative;
  margin-right: 9px;
  margin-left: 10px;
  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;
  margin-top: 3px;
}
.elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
  display: none;
}
@media (min-width: 1025px) {
  .elementor-header-group-wrapper .header-group-action .site-header-account, .elementor-header-group-wrapper .header-group-action .site-header-wishlist, .elementor-header-group-wrapper .header-group-action .site-header-search, .elementor-header-group-wrapper .header-group-action .site-header-button {
    display: block;
  }
}
.elementor-header-group-wrapper .site-header-account a .account-content {
  display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.elementor-widget-heading .elementor-heading-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  line-height: 1.15;
  letter-spacing: -1px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 16px;
  font-size: 1rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: unset;
  }
}
.elementor-widget-heading .elementor-sub-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.elementor-widget-heading.heading-icon-effects-yes {
  display: flex;
}
.elementor-widget-heading.heading-icon-effects-yes .elementor-sub-title {
  background-color: #EBE3FF;
  border-radius: 30px;
  padding: 8px 16px 7px 16px;
  margin: 0 auto 0 0;
}
.elementor-widget-heading.heading-icon-effects-yes .elementor-sub-title:before {
  font-family: "yaglo-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: transparent;
  margin-right: 8px;
  margin-top: -3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--e-global-color-accent);
}
.elementor-widget-heading.heading-icon-effects-yes .elementor-sub-title:after {
  font-family: "yaglo-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: transparent;
  margin-left: 8px;
  margin-top: -3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--e-global-color-accent);
}
.elementor-widget-heading.elementor-align-left .elementor-heading-title {
  justify-content: flex-start;
}
.elementor-widget-heading.elementor-align-center .elementor-heading-title {
  justify-content: center;
}
.elementor-widget-heading.elementor-align-right .elementor-heading-title {
  justify-content: flex-end;
}
.elementor-widget-heading.elementor-align-justify .elementor-heading-title {
  justify-content: space-between;
}
.elementor-widget-heading.elementor-heading-align-flex-start .elementor-sub-title {
  margin: 0 auto 0 0;
}
.elementor-widget-heading.elementor-heading-align-center .elementor-sub-title {
  margin: 0 auto;
}
.elementor-widget-heading.elementor-heading-align-flex-end .elementor-sub-title {
  margin: 0 0 0 auto;
}

.subtitle-position-below .elementor-sub-title {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .subtitle-position-below .elementor-sub-title {
    margin-top: 1.4rem;
  }
}

.subtitle-position-above .elementor-sub-title {
  order: -1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .subtitle-position-above .elementor-sub-title {
    margin-bottom: 1.4rem;
  }
}

.elementor-widget-yaglo-icon-box .elementor-icon-box-icon .elementor-icon {
  display: flex;
  font-size: 80px;
  font-size: 5rem;
  color: var(--e-global-color-secondary);
  width: 100%;
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-title {
  font-size: 28px;
  font-size: 1.75rem;
  color: var(--e-global-color-secondary);
  line-height: 1.22;
  letter-spacing: -1px;
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin: 0;
}
.elementor-widget-yaglo-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-yaglo-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-yaglo-icon-box:hover .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-yaglo-icon-box .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
}

.elementor-widget-yaglo-icon-box.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

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

.elementor-widget-yaglo-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  border: 1px dashed;
  border-color: #DDDADA;
}
.elementor-widget-yaglo-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
  border: 1px solid var(--e-global-color-secondary);
}

.elementor-widget-yaglo-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
}

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

.elementor-widget-yaglo-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-yaglo-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  display: flex;
}

.elementor-widget-yaglo-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  flex-direction: column;
}

.elementor-widget-yaglo-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align: left;
  flex-direction: row;
}

.elementor-widget-yaglo-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  text-align: right;
  flex-direction: row-reverse;
}

.elementor-widget-yaglo-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px);
  margin-left: 0;
  margin-bottom: unset;
}

.elementor-widget-yaglo-icon-box.elementor-position-top .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

.elementor-widget-yaglo-icon-box.elementor-position-right .elementor-icon-box-icon {
  margin-left: var(--icon-box-icon-margin, 15px);
  margin-right: 0;
  margin-bottom: unset;
}

@media (min-width: 768px) {
  .elementor-widget-yaglo-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .elementor-widget-yaglo-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .elementor-widget-yaglo-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
    align-items: flex-end;
  }
}
.icon-box-style-1 {
  padding: 40px;
  border-radius: 0 30px;
  background: #FFF;
  transition: all 0.4s ease;
}
@media (max-width: 1440px) {
  .icon-box-style-1 {
    padding: 40px 26px 40px 26px;
  }
  .icon-box-style-1 .elementor-icon-box-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .icon-box-style-1 {
    padding: 40px 20px 40px 20px;
  }
  .icon-box-style-1 .elementor-icon-box-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.icon-box-style-1:hover {
  transition: all 0.4s ease;
  background-color: var(--e-global-color-secondary);
}
.icon-box-style-1:hover .elementor-icon-box-title {
  color: #FFFFFF !important;
}
.icon-box-style-1:hover .elementor-icon-box-description {
  color: #FFFFFF !important;
}
.icon-box-style-1 .elementor-icon svg {
  transition: all 0.4s ease;
}
.icon-box-style-1 .elementor-icon:hover svg {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.icon-box-style-2 .elementor-icon-box-icon {
  display: flex;
}
.icon-box-style-2 .elementor-icon-box-icon .elementor-icon {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #FFF;
  border-radius: 50%;
}
.icon-box-style-2 .elementor-icon-box-icon .elementor-icon svg {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elementor-widget-yaglo-image-carousel .elementor-image-carousel-item-wrapper .yaglo-con-inner a i {
  display: none;
}
.elementor-widget-yaglo-image-carousel .yaglo-swiper {
  clip-path: inset(-15px);
  overflow: visible;
}
.elementor-widget-yaglo-image-carousel .swiper-slide-active ~ .swiper-slide-visible a .image,
.elementor-widget-yaglo-image-carousel .swiper-slide-active a .image {
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-yaglo-image-carousel a {
  text-align: center;
  display: block;
}
.elementor-widget-yaglo-image-carousel a .image {
  margin-bottom: 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;
}
.elementor-widget-yaglo-image-carousel a .image:hover {
  border-radius: 0;
}
.elementor-widget-yaglo-image-carousel a .title {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-yaglo-image-carousel a .title span {
  color: var(--e-global-color-primary);
}

@media (max-width: 1200px) {
  .image-carousel-style-1 .yaglo-swiper {
    height: 550px !important;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .yaglo-swiper {
    height: 450px !important;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .yaglo-swiper {
    height: 300px !important;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .yaglo-swiper {
    height: 350px !important;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .yaglo-swiper {
    height: 330px !important;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .yaglo-swiper {
    height: 290px !important;
  }
}
.image-carousel-style-1 .swiper-slide-active ~ .swiper-slide-visible a .image,
.image-carousel-style-1 .swiper-slide-active a .image {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.image-carousel-style-1 .swiper-slide-active {
  width: 880px !important;
  height: 751px !important;
  transition: width 1s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 1440px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 660px !important;
    height: 751px !important;
  }
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 500px !important;
    height: 550px !important;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 494px !important;
    height: 450px !important;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 344px !important;
    height: auto !important;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 395px !important;
    height: auto !important;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 345px !important;
    height: auto !important;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 330px !important;
    height: auto !important;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-active {
    width: 290px !important;
    height: auto !important;
  }
}
.image-carousel-style-1 .swiper-slide-active a .image {
  width: 880px;
  height: 751px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 660px;
    height: 751px;
  }
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 500px;
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 494px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 344px;
    height: auto;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 395px;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 345px;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 330px;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-active a .image {
    width: 290px;
  }
}
@media (max-width: 1440px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 440px;
    height: 751px;
    object-fit: cover;
    border-radius: 0px 30px;
  }
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 300px;
    height: 550px;
    object-fit: cover;
    border-radius: 0px 30px;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 215px;
    height: 450px;
    object-fit: cover;
    border-radius: 0px 30px;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 344px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 395px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 345px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 330px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-duplicate-prev a .image {
    width: 290px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
.image-carousel-style-1 .swiper-slide-prev {
  width: 440px !important;
  height: 751px !important;
  transition: width 1s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 1440px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 340px !important;
    height: 751px !important;
  }
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 300px !important;
    height: 550px !important;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 215px !important;
    height: 450px !important;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 344px !important;
    height: auto !important;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 395px !important;
    height: auto !important;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 345px !important;
    height: auto !important;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 330px !important;
    height: auto !important;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-prev {
    width: 290px !important;
    height: auto !important;
  }
}
.image-carousel-style-1 .swiper-slide-prev a .image {
  width: 440px;
  height: 751px;
  object-fit: cover;
  border-radius: 0px 30px;
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 300px;
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 215px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 344px;
    height: auto;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 395px;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 344px;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 395px;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 345px;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 330px;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-prev a .image {
    width: 290px;
  }
}
@media (max-width: 1440px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 440px;
    height: 751px;
    object-fit: cover;
    border-radius: 0px 30px;
  }
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 300px;
    height: 550px;
    object-fit: cover;
    border-radius: 0px 30px;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 215px;
    height: 450px;
    object-fit: cover;
    border-radius: 0px 30px;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 344px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 395px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 345px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 330px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-duplicate-next a .image {
    width: 290px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
  }
}
.image-carousel-style-1 .swiper-slide-next {
  width: 440px !important;
  height: 751px !important;
  transition: width 1s cubic-bezier(0.21, 0.58, 0.25, 1);
}
@media (max-width: 1440px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 340px !important;
    height: 751px !important;
  }
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 300px !important;
    height: 550px !important;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 215px !important;
    height: 450px !important;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 344px !important;
    height: auto !important;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 395px !important;
    height: auto !important;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 345px !important;
    height: auto !important;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 330px !important;
    height: auto !important;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-next {
    width: 290px !important;
    height: auto !important;
  }
}
.image-carousel-style-1 .swiper-slide-next a .image {
  width: 440px;
  height: 751px;
  object-fit: cover;
  border-radius: 0px 30px;
}
@media (max-width: 1200px) {
  .image-carousel-style-1 .swiper-slide-next a .image {
    width: 300px;
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .image-carousel-style-1 .swiper-slide-next a .image {
    width: 215px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .image-carousel-style-1 .swiper-slide-next a .image {
    width: 344px;
    height: auto;
    border-radius: 0;
  }
}
@media (max-width: 425px) {
  .image-carousel-style-1 .swiper-slide-next a .image {
    width: 395px;
  }
}
@media (max-width: 375px) {
  .image-carousel-style-1 .swiper-slide-next a .image {
    width: 345px;
  }
}
@media (max-width: 360px) {
  .image-carousel-style-1 .swiper-slide-next a .image {
    width: 330px;
  }
}
@media (max-width: 320px) {
  .image-carousel-style-1 .swiper-slide-next a .image {
    width: 290px;
  }
}
.image-carousel-style-1 a {
  text-align: center;
  display: block;
}
.image-carousel-style-1 a .image {
  margin-bottom: 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;
  width: 880px;
  height: 751px;
}
@media (max-width: 1440px) {
  .image-carousel-style-1 a .image {
    width: unset;
    height: unset;
  }
}
.image-carousel-style-1 a .title {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.image-carousel-style-1 a .title span {
  color: var(--e-global-color-primary);
}

.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a {
  overflow: hidden;
  display: block;
  position: relative;
}
.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a i {
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: visible;
  transform: translate(-50%, 0px);
  transition: all 0.35s;
  color: var(--e-global-color-primary);
  z-index: 2;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a:hover:before {
  opacity: 1;
  visibility: visible;
}
.image-carousel-effects-yes .elementor-image-carousel-item-wrapper .yaglo-con-inner a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.elementor-widget-pavo-image-gallery .grid__item a {
  display: block;
}
.elementor-widget-pavo-image-gallery .grid__item a img {
  display: block;
}

.yaglo-image-gallery-sweet .isotope-grid .grid__item {
  width: 294px !important;
  height: 264px !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item .gallery-image img {
  width: 294px !important;
  height: 264px !important;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDcgMTg2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTQzLjI0MyAwSDYzLjc1N0M1NS4xOTYgMCA0Ny4yNTEgNC41OTcgNDIuOTcgMTIuMDA3TDMuMjEgODAuOTkzYTI0LjEyIDI0LjEyIDAgMCAwIDAgMjQuMDQ4bDM5Ljc2IDY4Ljk1MkM0Ny4yNSAxODEuNDM3IDU1LjE5NiAxODYgNjMuNzU4IDE4Nmg3OS40ODVjOC41NjEgMCAxNi41MDYtNC41OTcgMjAuNzg3LTEyLjAwN2wzOS43NTktNjguOTUyYTI0LjEyIDI0LjEyIDAgMCAwIDAtMjQuMDQ4TDE2NC4wMyAxMi4wMDdDMTU5Ljc0OSA0LjU5NyAxNTEuODA0IDAgMTQzLjI0MyAweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  object-fit: cover;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item .gallery-image a:before {
  display: none;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(1) {
  top: 30% !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(even) {
  top: 5% !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(2) {
  left: 249px !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(3) {
  left: 498px !important;
  top: 30% !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(4) {
  left: 747px !important;
}
.yaglo-image-gallery-sweet .isotope-grid .grid__item:nth-child(5) {
  right: 0 !important;
  left: unset !important;
  top: 30% !important;
}

.yaglo-image-gallery-masonry .isotope-grid {
  height: 1120px !important;
}
@media (max-width: 1200px) {
  .yaglo-image-gallery-masonry .isotope-grid {
    height: 902px !important;
  }
}
@media (max-width: 1024px) {
  .yaglo-image-gallery-masonry .isotope-grid {
    height: 2243px !important;
  }
}
.yaglo-image-gallery-masonry .grid__item:nth-child(4) {
  top: 290px !important;
  left: 480px !important;
  position: absolute;
}
@media (max-width: 1440px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(4) {
    left: 473px !important;
  }
}
@media (max-width: 1200px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(4) {
    top: 238px !important;
    left: 390px !important;
  }
}
@media (max-width: 1024px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(4) {
    left: 0 !important;
    top: 36.5% !important;
  }
}
.yaglo-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
  width: 450px !important;
  height: 340px !important;
}
@media (max-width: 1440px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
    width: 435px !important;
  }
}
@media (max-width: 1200px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(4) .gallery-image {
    width: 360px !important;
  }
}
.yaglo-image-gallery-masonry .grid__item:nth-child(6) {
  top: 660px !important;
  left: 480px !important;
  position: absolute;
}
@media (max-width: 1440px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(6) {
    left: 473px !important;
    top: 651px !important;
  }
}
@media (max-width: 1200px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(6) {
    top: 534px !important;
    left: 390px !important;
  }
  .yaglo-image-gallery-masonry .grid__item:nth-child(6) .gallery-image {
    width: 360px !important;
  }
}
@media (max-width: 1024px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(6) {
    left: 0 !important;
    top: 122.5% !important;
  }
}
@media (max-width: 1440px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(6) {
    width: 435px !important;
  }
}
.yaglo-image-gallery-masonry .grid__item:nth-child(7) {
  top: 603px !important;
  left: 960px !important;
  position: absolute;
}
@media (max-width: 1440px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(7) {
    top: 590px !important;
    left: 940px !important;
  }
}
@media (max-width: 1200px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(7) {
    top: 488px !important;
    left: 780px !important;
  }
}
.yaglo-image-gallery-masonry img {
  width: 100% !important;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(10n+4), .yaglo-image-gallery-masonry .grid__item:nth-child(10n+9) {
    width: 66% !important;
  }
}

.isotope-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.isotope-grid .grid__item {
  margin-bottom: var(--grid-column-gap);
}

.elementor-widget-yaglo-image-gallery {
  width: 100%;
}
.elementor-widget-yaglo-image-gallery ul {
  margin: 0 0 55px 0;
}
.elementor-widget-yaglo-image-gallery .gallery-image {
  position: relative;
}
.elementor-widget-yaglo-image-gallery .gallery-image a i {
  display: none;
}
.elementor-widget-yaglo-image-gallery img {
  display: block;
  transition: all 0.3s ease;
}
.elementor-widget-yaglo-image-gallery:nth-child(even) {
  margin-top: 30px;
}

.elementor-galerry__filter {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  color: var(--e-global-color-text);
  -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-galerry__filter .count {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  position: absolute;
  top: -10px;
}
.elementor-galerry__filter.elementor-active, .elementor-galerry__filter:hover {
  color: var(--e-global-color-primary);
}

.image-gallery-effects-yes .gallery-image {
  position: relative;
}
.image-gallery-effects-yes .gallery-image a {
  overflow: hidden;
  display: block;
}
.image-gallery-effects-yes .gallery-image a i {
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: visible;
  transform: translate(-50%, 0px);
  transition: all 0.35s;
  color: var(--e-global-color-primary);
  z-index: 2;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.image-gallery-effects-yes .gallery-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
.image-gallery-effects-yes .gallery-image a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.elementor-image-gallery {
  position: relative;
}

.elementor-editor-active .isotope-grid {
  height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
  pointer-events: none;
}

.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
}

.elementor-filter-left .elementor-galerry__filters {
  justify-content: flex-start;
}

.elementor-filter-right .elementor-galerry__filters {
  justify-content: flex-end;
}

.elementor-widget-yaglo-image-gallery .yaglo-carousel .slick-list {
  overflow: visible;
}

@media only screen and (max-width: 650px) {
  .yaglo-image-gallery-masonry .grid__item:nth-child(5), .yaglo-image-gallery-masonry .grid__item:nth-child(5n+6) {
    width: 100% !important;
  }
}
.elementor-canvas-info-wrapper {
  display: flex;
}
.elementor-canvas-info-wrapper:hover a {
  color: var(--e-global-color-secondary);
}
.elementor-canvas-info-wrapper .yaglo-info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.elementor-canvas-info-wrapper .yaglo-info-button:hover .screen-reader-text {
  color: var(--e-global-color-primary);
}
.elementor-canvas-info-wrapper .yaglo-info-button .content {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 18px;
  text-transform: uppercase;
}

.yaglo-info-canvas-layout-2 .elementor-canvas-info-wrapper .yaglo-info-button {
  display: flex;
  flex-direction: column-reverse;
}

.info-canvas-active .yaglo-icon > span {
  background-color: var(--e-global-color-secondary);
  margin-bottom: 0;
}
.info-canvas-active .yaglo-icon > span:hover {
  animation: qode-draw 0.9s cubic-bezier(0.6, 0.87, 0.43, 0.99) forwards;
}
.info-canvas-active .yaglo-icon .icon-1 {
  top: 50%;
  transform: translateY(50%) rotate(19deg);
}
.info-canvas-active .yaglo-icon .icon-2 {
  top: 50%;
  transform: translateY(-50%) rotate(-18deg);
}
.info-canvas-active .yaglo-info-canvas-layout-2 .elementor-canvas-info-wrapper .yaglo-info-button .content {
  font-size: 0px;
  font-size: 0rem;
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-1px 0);
    clip-path: inset(-1px 0);
  }
  42% {
    -webkit-clip-path: inset(-1px 0 -1px 100%);
    clip-path: inset(-1px 0 -1px 100%);
  }
  43% {
    -webkit-clip-path: inset(-1px 100% -1px 0);
    clip-path: inset(-1px 100% -1px 0);
  }
}

.yaglo-canvas-info {
  --e-global-info-spacing: 0;
  background-color: #fff;
  --e-global-info-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: var(--e-global-info-width);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.55s ease;
  -webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
  transform: translate3d(var(--e-global-info-width), 0, 0);
}
.yaglo-canvas-info-right {
  right: 0;
  left: unset;
  -webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
  transform: translate3d(var(--e-global-info-width), 0, 0);
}
.yaglo-canvas-info-left {
  right: unset;
  left: 0;
  -webkit-transform: translate3d(calc(var(--e-global-info-width) - 1), 0, 0);
  transform: translate3d(calc(var(--e-global-info-width) / -1), 0, 0);
}
.info-canvas-active .yaglo-canvas-info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.info-canvas-active .yaglo-canvas-info-left {
  -webkit-transform: translate3d(var(--e-global-info-spacing), 0, 0);
  transform: translate3d(var(--e-global-info-spacing), 0, 0);
}
.info-canvas-active .yaglo-canvas-info-right {
  -webkit-transform: translate3d(calc(var(--e-global-info-spacing) - 1), 0, 0);
  transform: translate3d(calc(var(--e-global-info-spacing) * -1), 0, 0);
}
.admin-bar .yaglo-canvas-info {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .yaglo-canvas-info {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .yaglo-canvas-info {
    top: 46px;
  }
}

.yaglo-canvas-info-close {
  font-size: 24px;
  font-size: 1.5rem;
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 47px;
  right: 45px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 999;
  color: var(--e-global-color-text);
}
@media (min-width: 1024px) {
  .yaglo-canvas-info-close {
    opacity: 0;
  }
}
.yaglo-canvas-info-close:hover, .yaglo-canvas-info-close:focus {
  color: var(--e-global-color-primary);
}

.yaglo-info-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.info-canvas-active .yaglo-info-overlay {
  visibility: visible;
  opacity: 1;
}

.elementor-widget-yaglo-instructors-in-classes .instructor-social {
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  .elementor-widget-yaglo-instructors-in-classes .instructor-social {
    display: block;
  }
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social img {
  width: 300px;
  height: 365.854px;
  border-radius: 0 30px;
  object-fit: cover;
}
@media (max-width: 425px) {
  .elementor-widget-yaglo-instructors-in-classes .instructor-social img {
    width: 100%;
    height: 100%;
  }
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content {
  padding-left: 40px;
}
@media (max-width: 425px) {
  .elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .entry-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.21429;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-experience {
  margin-bottom: 30px;
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-social-wrap {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-social-wrap a {
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .instructor-content .instructor-social-wrap a:hover {
  background-color: var(--e-global-color-primary);
  color: #FFFFFF;
  border-color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-instructors-in-classes .instructor-social .excerpt-content {
  margin-bottom: 40px;
}

.elementor-widget-yaglo-instructors-info .teacher-social-wrap {
  visibility: visible;
  opacity: 1;
}
.elementor-widget-yaglo-instructors-info .teacher-social-wrap a {
  color: #000;
}
.elementor-widget-yaglo-instructors-info .entry-title {
  margin-bottom: 4px;
}
.elementor-widget-yaglo-instructors-info .instructor-experience {
  margin-bottom: 1rem;
  color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-instructors-info .instructor-social {
  display: flex;
  grid-column-gap: 24px;
}
.elementor-widget-yaglo-instructors-info a[class*=social-link] {
  font-size: 14px;
  font-size: 0.875rem;
}

.archive-class-wrapper {
  --grid-row-gap: 60px;
}

.instructor-default .instructor-inner {
  position: relative;
  transition: all 0.4s ease;
}
.instructor-default .instructor-inner:hover {
  transition: all 0.4s ease;
}
.instructor-default .instructor-inner:hover .instructor-post-thumbnail {
  transition: all 0.4s ease;
  border-radius: 0;
}
.instructor-default .instructor-inner:hover .instructor-post-thumbnail img {
  transition: all 0.4s ease;
  border-radius: 0;
}
.instructor-default .instructor-inner:hover .instructor-content {
  border-radius: 0;
}
.instructor-default .instructor-inner:hover .instructor-social-wrap {
  visibility: visible;
  opacity: 1;
  margin-bottom: 44px;
  margin-top: 40px;
}
.instructor-default .instructor-post-thumbnail {
  border-radius: 0 30px 0 0;
  overflow: hidden;
  padding-top: 122%;
  position: relative;
  transition: all 0.4s ease;
}
.instructor-default .instructor-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
  transition: all 0.4s ease;
}
.instructor-default .instructor-content {
  position: absolute;
  border-top-width: 0;
  padding: 60px 40px 17px;
  bottom: 0;
  left: 0;
  width: 100%;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #22c1c3;
  background: linear-gradient(0deg, black 0%, rgba(251, 251, 251, 0) 100%);
  color: #fff;
  border-radius: 0 0 0 30px;
  max-height: 100%;
}
.instructor-default .instructor-content-inner {
  background: #fff;
  padding: 20px 30px 30px;
  border-radius: inherit;
  -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;
}
.instructor-default .entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
  color: #fff;
}

.instructor-social-wrap {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  grid-column-gap: 14px;
  margin-bottom: 44px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .instructor-social-wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .instructor-social-wrap {
    visibility: hidden;
    opacity: 0;
  }
}
.instructor-social-wrap a {
  padding-left: 10px;
  padding-right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  border: 1px solid var(--e-global-color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.instructor-social-wrap a:hover {
  color: var(--e-global-color-primary);
  border-color: #fff;
  background-color: #fff;
}

a[class*=social-link][href*=twitter]:before {
  content: "";
}
a[class*=social-link][href*=instagram]:before {
  content: "";
}
a[class*=social-link][href*=yelp]:before {
  content: "";
}
a[class*=social-link][href*=flickr]:before {
  content: "";
}
a[class*=social-link][href*=github]:before {
  content: "";
}
a[class*=social-link][href*=dribbble]:before {
  content: "";
}
a[class*=social-link][href*=wordpress]:before {
  content: "";
}
a[class*=social-link][href*=tumblr]:before {
  content: "";
}
a[class*=social-link][href*=vine]:before {
  content: "";
}
a[class*=social-link][href*=snapchat]:before {
  content: "";
}
a[class*=social-link][href*=codepen]:before {
  content: "";
}
a[class*=social-link][href*=skype]:before {
  content: "";
}
a[class*=social-link][href*=reddit]:before {
  content: "";
}
a[class*=social-link][href*=stumbleupon]:before {
  content: "";
}
a[class*=social-link][href*=pocket]:before {
  content: "";
}
a[class*=social-link][href*=foursquare]:before {
  content: "";
}
a[class*=social-link][href*=medium]:before {
  content: "";
}
a[class*=social-link][href*=gotinder]:before {
  content: "";
}
a[class*=social-link][href*=stackoverflow]:before {
  content: "";
}
a[class*=social-link][href*=adn]:before {
  content: "";
}
a[class*=social-link][href*=amazon]:before {
  content: "";
}
a[class*=social-link][href*=android]:before {
  content: "";
}
a[class*=social-link][href*="500px"]:before {
  content: "";
}
a[class*=social-link][href*=angel]:before {
  content: "";
}
a[class*=social-link][href*=behance]:before {
  content: "";
}
a[class*=social-link][href*=blacktieguide]:before {
  content: "";
}
a[class*=social-link][href*=buysellads]:before {
  content: "";
}
a[class*=social-link][href*=jcbusa]:before {
  content: "";
}
a[class*=social-link][href*=visa]:before {
  content: "";
}
a[class*=social-link][href*=connectdevelop]:before {
  content: "";
}
a[class*=social-link][href*="del.icio.us"]:before {
  content: "";
}
a[class*=social-link][href*=dropbox]:before {
  content: "";
}
a[class*=social-link][href*=empire]:before {
  content: "";
}
a[class*=social-link][href*=awesome]:before {
  content: "";
}
a[class*=social-link][href*=facebook]:before {
  content: "";
}
a[class*=social-link][href*=gratipay]:before {
  content: "";
}
a[class*=social-link][href*="plus.google"]:before {
  content: "";
}
a[class*=social-link][href*="wallet.google/"]:before {
  content: "";
}
a[class*=social-link][href*=houzz]:before {
  content: "";
}
a[class*=social-link][href*=modx]:before {
  content: "";
}
a[class*=social-link][href*=openid]:before {
  content: "";
}
a[class*=social-link][href*=qqchat]:before {
  content: "";
}
a[class*=social-link][href*=rebel]:before {
  content: "";
}
a[class*=social-link][href*=renren-inc]:before {
  content: "";
}
a[class*=social-link][href*=sellsy]:before {
  content: "";
}
a[class*=social-link][href*=simplybuilt]:before {
  content: "";
}
a[class*=social-link][href*=slideshare]:before {
  content: "";
}
a[class*=social-link][href*=soundcloud]:before {
  content: "";
}
a[class*=social-link][href*=steamcommunity]:before {
  content: "";
}
a[class*=social-link][href*=superpower-inc]:before {
  content: "";
}
a[class*=social-link][href*=trello]:before {
  content: "";
}
a[class*=social-link][href*="twitch.tv"]:before {
  content: "";
}
a[class*=social-link][href*=viacoin]:before {
  content: "";
}
a[class*=social-link][href*=vimeo]:before {
  content: "";
}
a[class*=social-link][href*=weibo]:before {
  content: "";
}
a[class*=social-link][href*=microsoft]:before {
  content: "";
}
a[class*=social-link][href*=wpforms]:before {
  content: "";
}
a[class*=social-link][href*=youtube]:before {
  content: "";
}
a[class*=social-link][href*=apple]:before {
  content: "";
}
a[class*=social-link][href*=bitbucket]:before {
  content: "";
}
a[class*=social-link][href*=americanexpress]:before {
  content: "";
}
a[class*=social-link][href*="mastercard.us"]:before {
  content: "";
}
a[class*=social-link][href*="google/chrome"]:before {
  content: "";
}
a[class*=social-link][href*=contao]:before {
  content: "";
}
a[class*=social-link][href*=deviantart]:before {
  content: "";
}
a[class*=social-link][href*=drupal]:before {
  content: "";
}
a[class*=social-link][href*="envira.uk"]:before {
  content: "";
}
a[class*=social-link][href*="https://mozilla/"]:before {
  content: "";
}
a[class*=social-link][href*=fonticons]:before {
  content: "";
}
a[class*=social-link][href*=codecamp]:before {
  content: "";
}
a[class*=social-link][href*="glide.me"]:before {
  content: "";
}
a[class*=social-link][href*=gratipay]:before {
  content: "";
}
a[class*=social-link][href*=iox]:before {
  content: "";
}
a[class*=social-link][href*="last.fm"]:before {
  content: "";
}
a[class*=social-link][href*=linode]:before {
  content: "";
}
a[class*=social-link][href*=odnoklassniki]:before {
  content: "";
}
a[class*=social-link][href*=opera]:before {
  content: "";
}
a[class*=social-link][href*=piedpiper]:before {
  content: "";
}
a[class*=social-link][href*=quora]:before {
  content: "";
}
a[class*=social-link][href*=sharesc]:before {
  content: "";
}
a[class*=social-link][href*=skyatlas]:before {
  content: "";
}
a[class*=social-link][href*=spotify]:before {
  content: "";
}
a[class*=social-link][href*=steampowered]:before {
  content: "";
}
a[class*=social-link][href*=telegram]:before {
  content: "";
}
a[class*=social-link][href*=tripadvisor]:before {
  content: "";
}
a[class*=social-link][href*="us.viadeo"]:before {
  content: "";
}
a[class*=social-link][href*=weixin]:before {
  content: "";
}
a[class*=social-link][href*=xing]:before {
  content: "";
}
a[class*=social-link][href*=yoast]:before {
  content: "";
}
a[class*=social-link][href*=amazon]:before {
  content: "";
}
a[class*=social-link][href*=android]:before {
  content: "";
}
a[class*=social-link][href*=bandcamp]:before {
  content: "";
}
a[class*=social-link][href*=behance]:before {
  content: "";
}
a[class*=social-link][href*=bitbucket]:before {
  content: "";
}
a[class*=social-link][href*=btc-e]:before {
  content: "";
}
a[class*=social-link][href*=dinersclub]:before {
  content: "";
}
a[class*=social-link][href*=discover]:before {
  content: "";
}
a[class*=social-link][href*=paypal]:before {
  content: "";
}
a[class*=social-link][href*=stripe]:before {
  content: "";
}
a[class*=social-link][href*=codiepie]:before {
  content: "";
}
a[class*=social-link][href*=dashcube]:before {
  content: "";
}
a[class*=social-link][href*=digg]:before {
  content: "";
}
a[class*=social-link][href*=edge]:before {
  content: "";
}
a[class*=social-link][href*=etsy]:before {
  content: "";
}
a[class*=social-link][href*=expeditedssl]:before {
  content: "";
}
a[class*=social-link][href*=fontawesome]:before {
  content: "";
}
a[class*=social-link][href*=forumbee]:before {
  content: "";
}
a[class*=social-link][href*=getpocket]:before {
  content: "";
}
a[class*=social-link][href*=gitlab]:before {
  content: "";
}
a[class*=social-link][href*=google]:before {
  content: "";
}
a[class*=social-link][href*="news.ycombinator"]:before {
  content: "";
}
a[class*=social-link][href*=imdb]:before {
  content: "";
}
a[class*=social-link][href*=joomla]:before {
  content: "";
}
a[class*=social-link][href*=jsfiddle]:before {
  content: "";
}
a[class*=social-link][href*=leanpub]:before {
  content: "";
}
a[class*=social-link][href*=linkedin]:before {
  content: "";
}
a[class*=social-link][href*=linux]:before {
  content: "";
}
a[class*=social-link][href*=maxcdn]:before {
  content: "";
}
a[class*=social-link][href*=meetup]:before {
  content: "";
}
a[class*=social-link][href*=mixcloud]:before {
  content: "";
}
a[class*=social-link][href*=opencart]:before {
  content: "";
}
a[class*=social-link][href*=optinmonster]:before {
  content: "";
}
a[class*=social-link][href*=pagelines]:before {
  content: "";
}
a[class*=social-link][href*=piedpiper]:before {
  content: "";
}
a[class*=social-link][href*=pinterest]:before {
  content: "";
}
a[class*=social-link][href*=producthunt]:before {
  content: "";
}
a[class*=social-link][href*=rebel]:before {
  content: "";
}
a[class*=social-link][href*=ravelry]:before {
  content: "";
}
a[class*=social-link][href*=scribd]:before {
  content: "";
}
a[class*=social-link][href*=shirtsinbulk]:before {
  content: "";
}
a[class*=social-link][href*=slack]:before {
  content: "";
}
a[class*=social-link][href*=stackexchange]:before {
  content: "";
}
a[class*=social-link][href*=stackoverflow]:before {
  content: "";
}
a[class*=social-link][href*=tencent]:before {
  content: "";
}
a[class*=social-link][href*=themeisle]:before {
  content: "";
}
a[class*=social-link][href*=viadeo]:before {
  content: "";
}
a[class*=social-link][href*=vimeo]:before {
  content: "";
}
a[class*=social-link][href*=vk]:before {
  content: "";
}
a[class*=social-link][href*=weixin]:before {
  content: "";
}
a[class*=social-link][href*=whatsapp]:before {
  content: "";
}
a[class*=social-link][href*=wikipedia]:before {
  content: "";
}
a[class*=social-link][href*=wpbeginner]:before {
  content: "";
}
a[class*=social-link][href*=wpexplorer]:before {
  content: "";
}
a[class*=social-link][href*=xing]:before {
  content: "";
}
a[class*=social-link][href*=ycombinator]:before {
  content: "";
}
a[class*=social-link]:before {
  font-family: "yaglo-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

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

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

.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .form {
  display: flex;
  border-bottom: 2px solid #e3e3e3;
}
.form-style .mc4wp-form .form:hover {
  border-color: var(--e-global-color-primary);
}
.form-style .mc4wp-form .form-input {
  flex: 1;
  margin-right: 12px;
}
.form-style .mc4wp-form .mc4wp-form-fields {
  display: flex;
  border-bottom: 1px solid var(--e-global-color-secondary);
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.form-style .mc4wp-form .mailchimp input[type=email] {
  position: relative;
}
.form-style .mc4wp-form .mailchimp i {
  position: absolute;
  font-size: 24px;
  z-index: 1;
  right: 0;
  padding: 12px 20px 12px 0;
}
.form-style .mc4wp-form .form-button {
  display: flex;
  margin: 0;
  padding-top: 6px;
}
.form-style .mc4wp-form .form-button i {
  display: flex;
  align-items: center;
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-size: 0.875rem;
}
.form-style .mc4wp-form button[type=submit] {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  padding: 0;
  margin-right: 6px;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}
.form-style .mc4wp-form button[type=submit]:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}
.form-style .mc4wp-form button[type=submit]:hover {
  background-color: transparent;
  color: var(--e-global-color-primary);
}
.form-style .mc4wp-form input[type=email] {
  width: 100%;
  padding: 15px 0 9px 2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  border: none;
  background-color: transparent;
  border-radius: 10px;
}
@media (max-width: 320px) {
  .form-style .mc4wp-form input[type=email] {
    padding: 9px 0 9px 0;
  }
}

.form-mailchimp-style-1 .mc4wp-form {
  margin: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields {
  display: flex;
  border-radius: 30px;
  justify-content: space-between;
  background-color: #ffffff;
}
.form-mailchimp-style-1 .mc4wp-form-fields p:first-child {
  width: 80%;
}
.form-mailchimp-style-1 .mc4wp-form-fields input[type=email] {
  margin-bottom: 0;
  padding: 11px 21px 11px 28px;
  font-weight: 400;
  border: none;
  width: 100%;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  color: var(--e-global-color-text);
  border-radius: 30px;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 11px 21px 11px 21px;
  background-color: transparent;
  border: none;
  line-height: 28px;
  letter-spacing: 0;
  display: flex;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]:hover {
  background-color: transparent;
  color: var(--e-global-color-primary);
}
.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit] i {
  margin-left: 10px;
  line-height: 28px;
}

.form-checkbox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form-checkbox input [type=checkbox] {
  background-color: var(--e-global-color-primary);
}

.hidden-yaglo-form-checkbox-yes .form-checkbox {
  display: none;
}

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

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

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

.yaglo-canvas-menu-layout-3.elementor-widget-yaglo-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
}
.yaglo-canvas-menu-layout-3.elementor-widget-yaglo-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .yaglo-icon {
  margin-right: 0;
}

.nav-vertical-navigation {
  position: relative;
  display: inline-block;
}
.nav-vertical-navigation ul.menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
  padding: 18px 0 0 0;
}
.nav-vertical-navigation ul.menu a:hover {
  color: var(--e-global-color-primary);
}
.nav-vertical-navigation ul.menu li {
  position: relative;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu, .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  top: 0;
  z-index: 99;
  transform: translateZ(0);
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li, .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li {
  opacity: 1;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(1), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(1) {
  animation: qode-menu-item 0s both;
  animation-delay: 0s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(2), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(2) {
  animation: qode-menu-item 0.1s both;
  animation-delay: 0.1s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(3), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(3) {
  animation: qode-menu-item 0.2s both;
  animation-delay: 0.2s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(4), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(4) {
  animation: qode-menu-item 0.3s both;
  animation-delay: 0.3s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(5), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(5) {
  animation: qode-menu-item 0.4s both;
  animation-delay: 0.4s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(6), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(6) {
  animation: qode-menu-item 0.8s both;
  animation-delay: 0.5s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(7), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(7) {
  animation: qode-menu-item 0.8s both;
  animation-delay: 0.6s;
}
.nav-vertical-navigation ul.menu li li:hover > .sub-menu li:nth-child(8), .nav-vertical-navigation ul.menu li.yaglo-menu-item--open > .sub-menu li:nth-child(8) {
  animation: qode-menu-item 0.8s both;
  animation-delay: 0.7s;
}
.nav-vertical-navigation ul.menu li.current-menu-item > a {
  color: var(--e-global-color-secondary);
}
.nav-vertical-navigation ul.menu > li {
  padding: 0 20px;
}
.nav-vertical-navigation ul.menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.73rem 0;
  color: var(--e-global-color-text);
}
@media (min-width: 768px) {
  .nav-vertical-navigation ul.menu > li > a {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.nav-vertical-navigation ul.menu > li li a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px 0;
  color: var(--e-global-color-text);
}
.nav-vertical-navigation ul.menu .sub-menu {
  position: absolute;
  display: none;
  left: 100%;
  width: 240px;
  list-style: none;
  transform: translateZ(0);
  opacity: 0;
}

@keyframes qode-menu-item {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  35% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.elementor-widget-yaglo-nav-menu.yaglo-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.has-mega-menu > a:before, .elementor-widget-yaglo-nav-menu.yaglo-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:before {
  font-family: "yaglo-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  right: -13px;
  font-size: 13px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .elementor-widget-yaglo-nav-menu.yaglo-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
    right: 8px;
  }
}
.elementor-widget-number-list .elementor-number-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.elementor-widget-number-list .elementor-number-list-item {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.elementor-widget-number-list .elementor-number-list-item a {
  align-items: center;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.elementor-widget-number-list .elementor-icon-number-icon {
  margin-right: 24px;
}
.elementor-widget-number-list .elementor-icon-number-icon svg {
  width: 64px;
  height: 64px;
}
.elementor-widget-number-list .elementor-number-list-number {
  margin-bottom: 18px;
}
.elementor-widget-number-list .elementor-number-list-number .number {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-number-list .elementor-number-content {
  display: flex;
  flex-direction: column;
}
.elementor-widget-number-list .elementor-number-list-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
  color: var(--e-global-color-secondary);
}
.elementor-widget-number-list a {
  margin-bottom: 9px;
}
.elementor-widget-number-list .elementor-number-list-text {
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  line-height: 1.375;
  font-weight: 500;
}
.elementor-widget-number-list.elementor-view-default:hover .elementor-number-list-number {
  color: var(--e-global-color-primary);
}
.elementor-widget-number-list.elementor-view-default:not(:hover) .elementor-number-list-number {
  color: var(--e-global-color-primary);
}
.elementor-widget-number-list.elementor-view-default .elementor-number-list-number {
  transition: all 0.4s ease;
}
.elementor-widget-number-list.elementor-view-stacked .elementor-number-list-number {
  border-radius: 100%;
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-stacked .elementor-number-list-number .number {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .elementor-widget-number-list.elementor-view-stacked .elementor-number-list-item {
    flex-direction: column;
  }
}
.elementor-widget-number-list.elementor-view-framed .elementor-number-list-number {
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-framed .elementor-number-list-number .number {
  border: 1px dashed var(--e-global-color-border);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-number-list.elementor-view-framed:hover .elementor-number-list-number {
  color: var(--e-global-color-primary);
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-view-framed:not(:hover) .elementor-number-list-number {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  transition: all 0.4s ease-in-out;
}
.elementor-widget-number-list.elementor-position-right .elementor-number-list-item {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.elementor-widget-number-list.elementor-position-right .elementor-number-content {
  text-align: right;
}
.elementor-widget-number-list.elementor-position-top .elementor-number-list-item {
  flex-direction: column;
}
.elementor-widget-number-list.elementor-align-left .elementor-number-list-item {
  align-items: start;
}
.elementor-widget-number-list.elementor-align-right .elementor-number-list-item {
  align-items: end;
}

.yaglo-number-list-divider-yes .elementor-icon-number-icon {
  position: relative;
}
.yaglo-number-list-divider-yes .elementor-icon-number-icon:before {
  content: "";
  position: absolute;
  top: 122%;
  left: 48%;
  width: 1px;
  height: 88px;
  background-color: var(--e-global-color-border);
}
.yaglo-number-list-divider-yes .elementor-number-list-item:last-child .elementor-icon-number-icon:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .yaglo-number-list-divider-yes .elementor-number-list-item .elementor-icon-number-icon {
    display: none;
  }
  .yaglo-number-list-divider-yes .elementor-number-list-item .elementor-icon-number-icon:before {
    display: none;
  }
  .yaglo-number-list-divider-yes .elementor-number-list-item .elementor-number-list-number {
    margin: 0 auto;
  }
  .yaglo-number-list-divider-yes .elementor-number-list-item .elementor-number-list-title {
    margin-top: 15px;
  }
}

.elementor-widget-yaglo-post-grid .slick-list {
  overflow: visible;
  clip-path: inset(-30px -14px);
}
.elementor-widget-yaglo-post-grid .slick-slide:not(.slick-active) .post-inner {
  box-shadow: unset;
}

[class*=post-style-] .post-inner {
  display: block;
  margin-bottom: 28px;
}
[class*=post-style-] .post-thumbnail {
  padding-top: 61.8%;
}
[class*=post-style-] .excerpt-content {
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}
[class*=post-style-] .post-content {
  padding: 0 30px 6px;
}
[class*=post-style-] .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 7px;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.3;
}
[class*=post-style-] .categories-link a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  -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;
}

.layout-post-style-2 .post-inner {
  margin: 0;
  overflow: hidden;
  border-radius: 0 30px;
  position: relative;
}
.layout-post-style-2 .post-thumbnail {
  padding-top: 59%;
  overflow: visible;
}
.layout-post-style-2 .post-thumbnail:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, black 100%);
}
@media (min-width: 1366px) {
  .layout-post-style-2 .post-thumbnail {
    padding-top: 67.5%;
  }
}
.layout-post-style-2 .post-thumbnail .posted-on {
  bottom: -28px;
  top: auto;
}
.layout-post-style-2 .post-thumbnail .posted-on a {
  padding: 11px 16px;
}
.layout-post-style-2 .post-content {
  position: absolute;
  border: none;
  border-radius: 0;
  padding: 0;
}
@media (min-width: 568px) {
  .layout-post-style-2 .post-content {
    bottom: 29px;
    left: 40px;
    right: 190px;
    padding: 0;
  }
}
.layout-post-style-2 .entry-title {
  font-size: 34px;
  font-size: 2.125rem;
  margin: 0 0 20px;
}
.layout-post-style-2 .entry-meta {
  margin: 0 0 30px;
}
.layout-post-style-2 .excerpt-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.layout-post-style-2 .entry-title, .layout-post-style-2 .excerpt-content, .layout-post-style-2 .post-author, .layout-post-style-2 .post-author a, .layout-post-style-2 .posted-on a, .layout-post-style-2 .meta-reply a, .layout-post-style-2 .categories-link, .layout-post-style-2 .entry-meta {
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.layout-post-style-3 {
  margin-top: 10px;
}
.layout-post-style-3 .post-inner {
  display: flex;
  margin: -10px 0 0 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--e-global-color-border);
  grid-column-gap: 20px;
}
.layout-post-style-3 .post-thumbnail {
  width: 38.5%;
  padding-top: 26.3%;
  border-radius: 0 30px;
}
.layout-post-style-3 .post-thumbnail .posted-on {
  bottom: -23px;
  left: 23px;
  top: auto;
}
.layout-post-style-3 .post-thumbnail .posted-on a {
  padding: 8px 16px;
}
.layout-post-style-3 .post-content {
  border: none;
  width: 57%;
  padding: 0;
}
.layout-post-style-3 .entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 20px;
  line-height: 1.27;
}

.elementor-grid .elementor-posts-item:last-child .post-style-3 .post-inner {
  border-bottom: none;
}

.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  letter-spacing: 0;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a {
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-title a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
  letter-spacing: 0.1px;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-image img {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  letter-spacing: 0;
}
.elementor-widget-yaglo-menu-list .elementor-menu-list-item-wrapper .elementor-menu-list-sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-primary);
  margin-bottom: 19px;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-item {
  display: flex;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-image {
  width: 110px;
  margin-right: 30px;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-image img {
  width: 100%;
  object-fit: cover;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-text {
  flex: 1;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-title {
  margin-bottom: 10px;
}
.elementor-widget-yaglo-menu-list .menu-style-1 .elementor-menu-list-description {
  margin-bottom: 10px;
}
.elementor-widget-yaglo-menu-list .menu-style-2 {
  grid-row-gap: 21px;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-item {
  display: flex;
  align-items: center;
  padding: 0;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-image {
  width: 90px;
  margin-right: 30px;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-image img {
  width: 100%;
  object-fit: cover;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-text {
  flex: 1;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.18;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-header {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  margin-bottom: 6px;
  justify-content: space-between;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-title {
  max-width: 80%;
}
.elementor-widget-yaglo-menu-list .menu-style-2 .elementor-menu-list-separator {
  flex-grow: 1;
  margin-left: 18px;
  margin-right: 25px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--e-global-color-lighter);
  height: 3px;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-item {
  text-align: center;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-image {
  margin-bottom: 20px;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-title {
  margin-bottom: 15px;
}
.elementor-widget-yaglo-menu-list .menu-style-3 .elementor-menu-list-description {
  margin-bottom: 15px;
  color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-item {
  text-align: center;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-item:nth-child(2n+1) {
  padding-top: 40px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .slick-slide .elementor-menu-list-item {
  padding-top: 0;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .slick-slide:nth-child(2n+1) .elementor-menu-list-item {
  padding-top: 40px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-image {
  margin-bottom: 20px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-title {
  margin-bottom: 15px;
}
.elementor-widget-yaglo-menu-list .menu-style-4 .elementor-menu-list-description {
  margin-bottom: 15px;
  color: var(--e-global-color-lighter);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-image {
  position: relative;
  overflow: hidden;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 47.94%);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-item-content {
  position: relative;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-image + .elementor-menu-list-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 40px 40px;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-header {
  flex: 1;
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-title a {
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-title a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-description {
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-menu-list .menu-style-5 .elementor-menu-list-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  width: 100px;
  height: 100px;
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
}

.menulist-align-right .menu-style-1 .elementor-menu-list-item {
  flex-direction: row-reverse;
}
.menulist-align-right .menu-style-1 .elementor-menu-list-text {
  text-align: right;
}
.menulist-align-right .menu-style-1 .elementor-menu-list-image {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .menulist-align-right .menu-style-1 .elementor-menu-list-item {
    flex-direction: row;
  }
  .menulist-align-right .menu-style-1 .elementor-menu-list-text {
    text-align: left;
  }
  .menulist-align-right .menu-style-1 .elementor-menu-list-image {
    margin-right: 30px;
    margin-left: 0;
  }
}

.hover-reveal {
  position: fixed;
  width: 200px;
  height: 150px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

.elementor-widget-price-table .elementor-widget-container {
  background-color: transparent;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__integer-part,
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__currency {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__period {
  margin-top: 10px;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
  .elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
    border: none;
  }
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer {
  padding: 45px 0 0;
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border: 1px solid var(--e-global-color-accent);
}
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
  border-radius: 0;
}

.elementor-widget-yaglo-pricing {
  border-radius: 0 30px;
  padding: 41px 40px;
  background-color: #F4ECE4;
  transition: all 0.6s ease;
}
@media (max-width: 1200px) {
  .elementor-widget-yaglo-pricing {
    padding: 41px 20px;
  }
}
.elementor-widget-yaglo-pricing:hover {
  transition: all 0.6s ease;
}
.elementor-widget-yaglo-pricing:hover .elementor-price-table .elementor-price-table__popular .popular-title {
  background: var(--e-global-color-primary);
}

.elementor-price-table .elementor-price-table__header {
  background-color: transparent !important;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-price-table .elementor-price-table__heading {
  font-size: 34px;
  font-size: 2.125rem;
  color: var(--e-global-color-secondary);
  line-height: 1.17;
  margin: 0;
  letter-spacing: -1px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 19px;
}
.elementor-price-table .elementor-price-table__popular .popular-title {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  text-transform: uppercase;
  padding: 6px 12px 5px 12px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(103, 34, 181, 0.2);
}
.elementor-price-table .elementor-price-table__subheading {
  margin: 8px 0 22px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
.elementor-price-table .elementor-price-table__original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  align-self: center;
}
.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
  font-size: 1em;
  margin: 0;
}
.elementor-price-table .elementor-price-table__price {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.09;
  letter-spacing: -1px;
}
.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.09;
}
.elementor-price-table .elementor-price-table__after-price:before {
  content: ".";
}
.elementor-price-table .price-group {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-weight: 600;
  padding-bottom: 5px;
}
.elementor-price-table .price-person {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  color: var(--e-global-color-lighter);
  letter-spacing: 0.2px;
  padding-bottom: 34px;
}
.elementor-price-table .price-person .dolar_person,
.elementor-price-table .price-person .elementor-price-table__currency {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary) !important;
  margin-right: -2px;
}
.elementor-price-table .elementor-price-table__period {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-secondary);
  margin: 0 11px 5px;
}
.elementor-price-table .elementor-price-table__period:before {
  content: "/";
  margin-right: -1px;
}
.elementor-price-table .features_title_list .features-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: -0.18px;
  margin: 31px 0 21px;
}
.elementor-price-table .elementor-price-table__features-list {
  padding: 37px 0 18px;
  margin: 0;
  list-style-type: none;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
}
.elementor-price-table .elementor-price-table__feature-inner {
  display: flex !important;
}
.elementor-price-table .elementor-price-table__features-list li {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  margin: 0 0 18px;
  padding: 0;
}
.elementor-price-table .elementor-price-table__features-list i {
  margin: 8px 12px 0 0;
  font-size: 10px;
}
.elementor-price-table .elementor-price-table__features-list svg {
  margin-right: 10px;
  fill: var(--e-price-table-features-list-color);
  height: 1.3em;
  width: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg ~ * {
  vertical-align: text-top;
}
.elementor-price-table .elementor-price-table__footer .elementor-price-table__button {
  display: flex;
  border-radius: 0 30px;
}
.elementor-price-table .elementor-price-table__footer .elementor-price-table__button:after {
  font-family: "yaglo-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: #FFFFFF;
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
  margin: 0 0 0 10px;
  font-size: 11px;
}
.elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-price-table .elementor-price-table__additional_info {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.elementor-price-table .elementor-price-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-price-table .elementor-price-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
}
.elementor-price-table .elementor-widget-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #f7f7f7;
}

.elementor-process-carousel-item-wrapper .swiper-vertical {
  height: 560px !important;
}
@media (max-width: 768px) {
  .elementor-process-carousel-item-wrapper .swiper-vertical {
    height: 400px !important;
  }
}
@media (max-width: 425px) {
  .elementor-process-carousel-item-wrapper .swiper-vertical {
    height: 560px !important;
  }
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item {
  display: flex;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left {
  width: 35.6%;
}
@media (max-width: 768px) {
  .elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left {
    width: 100%;
  }
  .elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .process-content {
    width: unset;
  }
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .process-content {
  width: 340px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 40px;
  font-size: 2.5rem;
  color: var(--e-global-color-secondary);
  line-height: 1.15;
  letter-spacing: -1px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .heading-subtitle {
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
  line-height: 1.57143;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .heading-description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
  padding: 30px 0 31px 0;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process {
  margin-bottom: 56px;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
}
@media (max-width: 425px) {
  .elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process {
    padding-bottom: 35px;
  }
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process .practice-videos {
  margin-bottom: 16px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process .pranayama-teacher {
  margin-bottom: 16px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-left .list-process i {
  color: var(--e-global-color-primary);
  font-size: 11px;
  font-size: 0.6875rem;
  padding-right: 8px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right {
  width: 64.4%;
}
@media (max-width: 768px) {
  .elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right {
    display: none;
  }
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right .process-carousel-image {
  width: 830px;
  height: 560px;
  border-radius: 0 30px 0 30px;
}
.elementor-process-carousel-item-wrapper .elementor-process-carousel-item .process-carousel-column-right .process-carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
}

.button-process-carousel-style-yaglo-default .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.button-process-carousel-style-yaglo-default .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}
.button-process-carousel-style-yaglo-default .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button i {
  margin: -3px 0px 0 0px;
}

.button-process-carousel-style-yaglo-outline .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border: 1px solid var(--e-global-color-accent);
  position: relative;
}
.button-process-carousel-style-yaglo-outline .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
  border-radius: 0;
}
.button-process-carousel-style-yaglo-outline .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button .elementor-button-icon i {
  margin: -2px 0px 0 0px;
}

.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  position: relative;
}
.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button:hover {
  color: var(--e-global-color-secondary);
}
.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button .elementor-button-icon i {
  margin: -3px 0px 0 0px;
}
.button-process-carousel-style-yaglo-link .elementor-process-carousel-item .process-carousel-column-left .process-carousel-button-wapper .elementor-button .elementor-button-icon i:before {
  font-size: 11px;
}

.elementor-widget-yaglo-product-categories .category-product-img {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.elementor-widget-yaglo-product-categories .category-product-img img {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-yaglo-product-categories .category-product-img a {
  overflow: hidden;
}
.elementor-widget-yaglo-product-categories .category-title {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-secondary-font-weight);
  margin-bottom: 6px;
}
.elementor-widget-yaglo-product-categories .category-title a {
  color: inherit;
}
.elementor-widget-yaglo-product-categories .category-title a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-product-categories .category-count-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
  transition: all 0.3s ease;
}
.elementor-widget-yaglo-product-categories .category-count-wrapper .category-count {
  color: var(--e-global-color-primary);
}

.category-product-style-1 .category-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 20px;
}
.category-product-style-1 .category-title a {
  color: var(--e-global-color-secondary);
}
.category-product-style-1 .category-title:hover a {
  color: var(--e-global-color-primary);
}
.category-product-style-1 .product-cat .category-product-img {
  overflow: hidden;
  transition: all 0.8s ease;
}
.category-product-style-1 .product-cat .category-product-img img {
  margin: 0 auto;
}
.category-product-style-1 .product-cat:hover .category-title {
  color: var(--e-global-color-primary);
}

.category-product-style-2 .elementor-categories-item {
  position: relative;
}
.category-product-style-2 .elementor-categories-item:hover img {
  transform: scale(1.05);
}
.category-product-style-2 .elementor-categories-item:hover .category-title {
  color: var(--e-global-color-primary);
}
.category-product-style-2 .elementor-categories-item:hover .category-count-wrapper {
  transform: translateY(-8px);
  opacity: 1;
  visibility: visible;
}
.category-product-style-2 .elementor-categories-item:hover .title-count {
  background: #ffffff;
}
.category-product-style-2 .elementor-categories-item:hover .category-title:before {
  width: 84%;
}
.category-product-style-2 .category-product-img {
  overflow: hidden;
  margin-bottom: 0;
  display: block;
  border-radius: 4px;
}
.category-product-style-2 img {
  transition: all 0.3s ease;
}
.category-product-style-2 .category-product-caption {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.category-product-style-2 .title-count {
  transform: translateY(5%);
  margin-bottom: 0;
  padding: 6px 30px 31px 59px;
  transition: all 0.8s ease;
}
.category-product-style-2 .category-title {
  transform: translateY(23px);
  transition: all 0.3s ease;
  max-width: max-content;
  margin-bottom: 33px;
}
.category-product-style-2 .category-count-wrapper {
  z-index: 99;
  transform: translateY(23px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.category-product-style-3 .category-product-img {
  position: relative;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.category-product-style-3 .category-product-img i, .category-product-style-3 .category-product-img svg {
  font-size: 64px;
  font-size: 4rem;
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68px;
  height: 81px;
  color: var(--e-global-color-primary);
  transition: all 0.3s ease;
}
.category-product-style-3 .category-product-img img {
  transition: all 0.5s ease;
}
.category-product-style-3 .category-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 20px 0 1px 0;
}
.category-product-style-3 .category-title a {
  color: var(--e-global-color-secondary);
}
.category-product-style-3 .category-title:hover a {
  color: var(--e-global-color-primary);
}
.category-product-style-3 .category-count-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.86;
  color: var(--e-global-color-primary);
  text-transform: lowercase;
}
.category-product-style-3 .product-cat .category-product-img {
  background-color: #F7F3ED;
  transition: background-color 0.5s ease;
  border-radius: 100%;
  width: 190px;
  height: 190px;
}
.category-product-style-3 .product-cat .category-product-img a {
  transition: all 0.8s ease;
}
.category-product-style-3 .product-cat img {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s;
}
.category-product-style-3 .product-cat:hover .category-product-img {
  background-color: #000;
  transition: background-color 0.5s ease;
}
.category-product-style-3 .product-cat:hover .category-product-img a {
  color: #ffffff;
}
.category-product-style-3 .product-cat:hover img {
  opacity: 0.6;
  visibility: visible;
}
.category-product-style-3 .product-cat:hover i, .category-product-style-3 .product-cat:hover svg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.category-product-style-4 .category-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 14px 0 -3px 0;
}
.category-product-style-4 .category-title a {
  color: var(--e-global-color-secondary);
}
.category-product-style-4 .category-title:hover a {
  color: var(--e-global-color-primary);
}
.category-product-style-4 .category-count-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.86;
  color: var(--e-global-color-primary);
  text-transform: lowercase;
}
.category-product-style-4 .elementor-categories-item {
  position: relative;
}
.category-product-style-4 .elementor-categories-item .category-product-img {
  position: relative;
  transition: background-color 0.8s ease;
}
.category-product-style-4 .elementor-categories-item .category-product-img:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #F2EFE9;
  top: 7%;
  left: 19%;
  border-radius: 100%;
  transition: background-color 0.8s ease;
  z-index: 0;
}
@media (max-width: 375px) {
  .category-product-style-4 .elementor-categories-item .category-product-img:before {
    top: 7%;
    left: 16%;
  }
}
@media (max-width: 320px) {
  .category-product-style-4 .elementor-categories-item .category-product-img:before {
    top: 7%;
    left: 10%;
  }
}
.category-product-style-4 .elementor-categories-item .category-product-img a {
  position: relative;
}
.category-product-style-4 .elementor-categories-item .category-product-img a img {
  transition: all 0.3s ease;
  margin: 0 auto;
  z-index: 1;
  width: 140px;
  height: 140px;
}
.category-product-style-4 .elementor-categories-item:hover .category-product-img:before {
  background-color: var(--e-global-color-primary);
  transition: background-color 0.8s ease;
}

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

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

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

.elementor-widget-yaglo-products .yaglo-products-spacing {
  padding: 0;
  border: none;
  border-radius: 0;
}
.elementor-widget-yaglo-products .product-block-list {
  display: flex;
  height: 100%;
  background-color: #fff;
}
.elementor-widget-yaglo-products .product-block-list .right {
  flex: 1;
}
.elementor-widget-yaglo-products .product-block-list .left {
  margin-right: 20px;
}
.elementor-widget-yaglo-products .product-block-list .count-review {
  justify-content: left;
}
.elementor-widget-yaglo-products .product-block-list .count-review > span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.elementor-widget-yaglo-products .product-block-list .count-review > span:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.elementor-widget-yaglo-products .label-wrapper > span {
  font-size: 10px;
  font-size: 0.625rem;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 ul.products .woocommerce-loop-product__title,
.elementor-widget-yaglo-products .woocommerce-product-list-2 ul.products .wc-block-grid__product-title,
.elementor-widget-yaglo-products .woocommerce-product-list-1 ul.products .woocommerce-loop-product__title,
.elementor-widget-yaglo-products .woocommerce-product-list-1 ul.products .wc-block-grid__product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 .elementor-grid,
.elementor-widget-yaglo-products .woocommerce-product-list-1 .elementor-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 .left,
.elementor-widget-yaglo-products .woocommerce-product-list-1 .left {
  max-width: 120px;
  margin-right: 30px;
  position: relative;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .label-wrapper,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .label-wrapper {
  top: 0;
  left: 0;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .count-review,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .count-review {
  margin-bottom: 15px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .price,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .price {
  margin-bottom: 5px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .inventory_status,
.elementor-widget-yaglo-products .woocommerce-product-list-1 li.product .inventory_status {
  display: none;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 .left {
  max-width: 100px;
  margin-right: 18px;
  position: relative;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product {
  margin-bottom: 0;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .label-wrapper {
  top: 0;
  left: 0;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .count-review {
  margin-bottom: 15px;
}
.elementor-widget-yaglo-products .woocommerce-product-list-2 li.product .price {
  margin-bottom: 5px;
}

.elementor-widget-yaglo-search {
  z-index: 99;
}
.elementor-widget-yaglo-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-yaglo-search .widget form:before {
  display: none;
}
.elementor-widget-yaglo-search .widget form .search-field {
  background-color: transparent;
  padding: 9px 48px 9px 20px;
  height: 48px;
}
.elementor-widget-yaglo-search .widget form .search-field::placeholder {
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-yaglo-search .widget form .search-field:hover {
  background-color: transparent;
}
.elementor-widget-yaglo-search .widget form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  padding: 0;
  border-radius: 0 4px 4px 0;
}
.elementor-widget-yaglo-search .widget form button[type=submit]:before {
  font-size: 22px;
  z-index: 9;
  font-family: "yaglo-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-search .woocommerce-product-search {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.elementor-widget-yaglo-search .woocommerce-product-search .search-by-category {
  order: -1;
}
.elementor-widget-yaglo-search .site-header-search {
  display: block;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup .yaglo-icon-search-01 {
  margin-bottom: 5px;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup .content {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover {
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover .yaglo-icon-search-01 {
  color: var(--e-global-color-secondary);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup.layout-3 {
  display: flex;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup.layout-3 i {
  margin-right: 15px;
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover .content {
  color: var(--e-global-color-primary);
}
.elementor-widget-yaglo-search .site-header-search .button-search-popup:hover .yaglo-icon-search-01 {
  color: var(--e-global-color-primary);
}
@media screen and (max-width: 767px) {
  .elementor-widget-yaglo-search .site-header-search .button-search-popup .content {
    display: none;
  }
}

.yaglo-search-layout-2 i:before {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 568px) {
  .yaglo-search-layout-2 i {
    margin: 0;
  }
}
.yaglo-search-layout-2 .site-header-search .button-search-popup .content {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
@media (max-width: 568px) {
  .yaglo-search-layout-2 .site-header-search .button-search-popup .content {
    display: none;
  }
}
.yaglo-search-layout-2 .site-header-search .button-search-popup:hover .content {
  color: var(--e-global-color-secondary);
}

.team-style-1 .elementor-teambox-item {
  position: relative;
}
.team-style-1 .elementor-teambox-item:hover .team-image {
  border-radius: 0;
}
.team-style-1 .elementor-teambox-item:hover .team-image img {
  transition: all 0.4s ease;
  border-radius: 0;
}
.team-style-1 .elementor-teambox-item:hover .team-caption {
  transform: translateY(-84px);
}
.team-style-1 .elementor-teambox-item:hover .team-caption .team-icon-socials {
  visibility: visible;
  opacity: 1;
}
.team-style-1 .elementor-teambox-item .team-image {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
  width: 410px;
  height: 500px;
  border-radius: 0 30px;
}
.team-style-1 .elementor-teambox-item .team-image:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 44.8%);
  z-index: 1;
}
.team-style-1 .elementor-teambox-item .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 30px;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.4s ease;
  position: relative;
}
.team-style-1 .elementor-teambox-item .team-caption {
  width: 100%;
  transition: all 0.5s ease;
  position: absolute;
  bottom: -24px;
  left: 40px;
  z-index: 2;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials {
  border-radius: 50px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  line-height: 1;
  margin-right: 14px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 50%;
  padding: 14px 14px 13px 14px;
  transition: all 0.4s ease;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:first-child {
  padding: 15px 17px 14px 17px;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:first-child a {
  font-size: 13.5px;
  font-size: 0.84375rem;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover {
  background-color: #FFF;
  transition: all 0.4s ease;
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover a {
  color: var(--e-global-color-primary);
}
.team-style-1 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.team-style-1 .elementor-teambox-item .team-name {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.214;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: #FFF;
  text-transform: capitalize;
  margin-bottom: 7px;
  letter-spacing: -1px;
}
.team-style-1 .elementor-teambox-item .team-job {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #FFF;
  line-height: 1.5;
  padding-bottom: 40px;
}

.team-style-2 .elementor-teambox-item {
  position: relative;
}
.team-style-2 .elementor-teambox-item .team-top {
  padding-top: 30px;
}
.team-style-2 .elementor-teambox-item:hover .team-image img {
  transition: all 0.4s ease;
  transform: scale(1.05);
}
.team-style-2 .elementor-teambox-item .team-image {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
  width: 330px;
  height: 360px;
  border-radius: 10px;
}
.team-style-2 .elementor-teambox-item .team-image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 10px;
}
.team-style-2 .elementor-teambox-item .team-caption {
  width: 100%;
  transition: all 0.5s ease;
  text-align: center;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials {
  display: none;
  position: absolute;
  top: 73.2%;
  left: 50%;
  -ms-transform: translate(-50%, -73.2%);
  -o-transform: translate(-50%, -73.2%);
  -moz-transform: translate(-50%, -73.2%);
  -webkit-transform: translate(-50%, -73.2%);
  transform: translate(-50%, -73.2%);
  background-color: #FFFFFF;
  padding: 15px 13px;
  border-radius: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin-left: 27px;
  margin-bottom: 0;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li {
  line-height: 1;
  margin-right: 22px;
  text-align: center;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li:last-child a {
  font-size: 12px;
  font-size: 0.75rem;
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li:hover a {
  color: var(--e-global-color-primary);
}
.team-style-2 .elementor-teambox-item .team-caption .team-icon-socials ul li a {
  color: var(--e-global-color-accent);
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.team-style-2 .elementor-teambox-item .team-name {
  padding-top: 31px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.team-style-2 .elementor-teambox-item .team-job {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
  line-height: 1.375;
  text-transform: capitalize;
}

.elementor-testimonial-item-wrapper .swiper-vertical {
  height: 332px !important;
}
.elementor-testimonial-item-wrapper .swiper-vertical {
  overflow: visible;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide {
  opacity: 0;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide .swiper-slide-next {
  opacity: 0.5;
  visibility: visible;
  position: relative;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.elementor-testimonial-item-wrapper .swiper-vertical .swiper-slide.swiper-slide-next {
  opacity: 0.5;
  visibility: visible;
  position: relative;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-item {
  display: flex;
  justify-content: stretch;
}
.elementor-testimonial-item-wrapper .layout-1 .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: transparent;
}
.elementor-testimonial-item-wrapper .layout-1 .icon {
  left: 0;
  right: 0;
  top: -30px;
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating {
  color: #FFC107;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 8px;
  margin: 15px 0 0 0;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating i {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-content-text {
  z-index: 1;
  position: relative;
  padding: 15px 40px 40px 41px;
  margin-bottom: 30px;
  border-radius: 0 30px;
  background-color: #FFF;
}
@media (max-width: 1024px) {
  .elementor-testimonial-item-wrapper .layout-1 .testimonial-content-text {
    padding: 15px 45px 40px 45px;
  }
}
@media (max-width: 768px) {
  .elementor-testimonial-item-wrapper .layout-1 .testimonial-content-text {
    padding: 15px 35px 40px 35px;
  }
}
.elementor-testimonial-item-wrapper .layout-1 .content {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.28;
  color: var(--e-global-color-text);
}
.elementor-testimonial-item-wrapper .layout-1 .title {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--e-global-color-lighter);
  margin-bottom: 31px;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption {
  flex-direction: row;
  align-items: center;
  display: flex;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-1 .name {
  display: flex;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1.375;
  margin: 5px 0 5px 0;
  letter-spacing: -0.2px;
}
.elementor-testimonial-item-wrapper .layout-1 .job {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
  color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image {
  line-height: 0;
  margin-right: 21px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img {
  display: inline;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item .testimonial-content-text {
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .icon {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--e-global-color-primary);
  margin-bottom: 112px;
}
.elementor-testimonial-item-wrapper .layout-2 .icon svg {
  width: 45.53px;
  height: 24px;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonail-image-rating {
  display: flex;
  justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .details {
  text-align: center;
}
.elementor-testimonial-item-wrapper .layout-2 .name {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1.375;
}
.elementor-testimonial-item-wrapper .layout-2 .job {
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
  margin-top: 3px;
  justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .content {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 34px;
  font-size: 2.125rem;
  color: var(--e-global-color-text);
  line-height: 1.18;
  margin-bottom: 60px;
  letter-spacing: -1px;
}
.elementor-testimonial-item-wrapper .layout-2 .caption-top {
  display: flex;
  justify-content: center;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .elementor-testimonial-item-wrapper .layout-2 .content {
    text-align: center;
  }
}

.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner {
  position: relative;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after {
  content: "";
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  transition: all 0.3s ease;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after {
  width: 100%;
  transition: all 0.3s ease;
}

@media (max-device-width: 767px) {
  .elementor-testimonial-item-wrapper .inner {
    display: block;
  }
  .elementor-testimonial-item-wrapper .content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.elementor-view-stacked .icon i {
  background-color: var(--e-global-color-primary);
  color: #FFFFFF;
  padding: 8px 5px 8px 5px;
}

.elementor-view-framed .icon i {
  background-color: #FFFFFF;
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border: 3px solid;
  padding: 0.5em;
}

.elementor-shape-circle .icon i {
  border-radius: 50%;
}

.elementor-custom-swiper-pagination {
  width: 354px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 375px) {
  .elementor-custom-swiper-pagination {
    width: 335px;
  }
}
@media (max-width: 320px) {
  .elementor-custom-swiper-pagination {
    width: 100%;
  }
}
.elementor-custom-swiper-pagination .swiper-custom .caption-bottom {
  display: none;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image {
  position: relative;
}
.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 320px) {
  .elementor-custom-swiper-pagination .swiper-slide-active {
    margin-right: 18px !important;
  }
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom {
  display: block;
  margin-top: 18px;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom .name {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1.625;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom .job {
  font-family: var(--e-global-typography-tertiary-font-family);
  font-weight: var(--e-global-typography-tertiary-font-weight);
  text-transform: var(--e-global-typography-tertiary-text-transform);
  font-style: var(--e-global-typography-tertiary-font-style);
  text-decoration: var(--e-global-typography-tertiary-text-decoration);
  line-height: var(--e-global-typography-tertiary-line-height);
  letter-spacing: var(--e-global-typography-tertiary-letter-spacing);
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
  margin-top: 3px;
  justify-content: center;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top {
  width: 100px;
  height: 100px;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image {
  position: relative;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 320px) {
  .elementor-custom-swiper-pagination .swiper-slide-prev {
    margin-right: 8px !important;
  }
}
.elementor-custom-swiper-pagination .swiper-slide-prev .elementor-testimonial-image {
  padding-top: 20px;
}
@media (max-width: 320px) {
  .elementor-custom-swiper-pagination .swiper-slide-next {
    margin-right: 8px !important;
  }
}
.elementor-custom-swiper-pagination .swiper-slide-next .elementor-testimonial-image {
  padding-top: 20px;
}
.elementor-custom-swiper-pagination .caption-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.elementor-custom-swiper-pagination .caption-bottom {
  display: flex;
  justify-content: center;
  text-align: center;
}

.elementor-widget-yaglo-thumbnail .elementor-widget-container img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
}

.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image {
  position: relative;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image img {
  margin: 0 auto;
  border-radius: 0 30px;
  width: 410px;
  height: 350px;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image:before {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 30px;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-image .elementor-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-content .elementor-video-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--e-global-color-secondary);
  line-height: 1.27273;
  letter-spacing: -1px;
  padding: 14px 0 4px 0;
}
.elementor-video-carousel-wrapper .elementor-video-carousel-item .video-carousel-content .elementor-video-description {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
  line-height: 1.57143;
}

.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}

.elementor-video-popup {
  -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;
  justify-content: center;
  position: relative;
}
.elementor-video-popup .elementor-video-icon {
  transform: translateX(2px);
  transition: transform 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.elementor-video-popup .elementor-video-icon svg {
  width: 24px;
  height: 24px;
}

.yaglo-video-popup .elementor-video-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
}

.video-icon-effectsyes .elementor-video-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon {
  position: relative;
  height: 120px;
  width: 120px;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon .animation {
  border: 2px solid #ffffff;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  animation: loading 1.8s infinite linear;
}
.video-icon-effectsyes .elementor-video-popup i.yaglo-icon-play-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:hover {
  animation: pulse 0.5s;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:hover .animation {
  border: 2px solid var(--e-global-color-primary);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.elementor-video-popup .video-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-flex;
  flex-direction: column;
}
.elementor-video-popup .video-icon-align-before {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.elementor-video-popup .video-icon-align-after {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  border: none;
}
.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 {
  color: var(--e-global-color-primary);
  background-color: transparent;
  border: none;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  to {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: var(--e-global-color-secondary);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

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

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

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

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

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

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

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

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

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  display: flex;
  font-size: 50px;
  font-size: 3.125rem;
  color: var(--e-global-color-secondary);
  width: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
}
.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-icon-box:hover .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

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

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

.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  border: 1px dashed;
  border-color: #DDDADA;
}
.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
  border: 1px solid var(--e-global-color-secondary);
}

.enable-effects-yes .elementor-icon-box-icon .elementor-icon {
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--e-global-color-tertiary);
  z-index: 0;
}
.enable-effects-yes .elementor-icon-box-icon .elementor-icon i {
  top: 7px;
  left: 13px;
}
.enable-effects-yes .elementor-icon-box-icon .icon-box-number_efect {
  position: absolute;
  background-color: var(--e-global-color-primary);
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  padding: 8px 0;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon {
  position: relative;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon svg {
  width: 46.2px;
  height: 44px;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon:before {
  content: "";
  position: absolute;
  background-color: var(--e-global-color-secondary);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjEgMTYyIj48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMS44NDQgNjIuNjdsLjQ2NC0xLjU4IDYuNTg1LTEuNDcuMDE5LS4wNjEtNC43LTQuOTQ4LjI0My0uODI5IDUuNDMgNS42OTYgNC4yMDcgMS4yMzQtLjQxIDEuMzk3LTQuMDY4LTEuMTk0LTcuNzcgMS43NTV6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMjAuNjA5IDM5Ljg2N2wtMi45ODYgNC42NDMgMi4wMTIgMi45NjUtLjM5OC42Mi02Ljg2Mi0xMC4wMzcuNDMyLS42NzMgMTIuMjQ1IDEuNjY2LS44NCAxLjMwNS0zLjYwMy0uNDl6bS0uNzg4LS4xMDdsLTUuODk1LS44LS4wMzUuMDUzIDMuMjkgNC44NTIgMi42NC00LjEwNXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0zNS43NiAyMS42MTNsMy4yNyAzLjc3Mi0xLjA0LjkwMS0uNDMtLjQ5NmMtLjE2Ny40MjctLjQyNS45MTEtLjc3NCAxLjQ1My0uMzU1LjUzNC0uODM2IDEuMDYzLTEuNDQgMS41ODctLjgwNy42OTgtMS42MDggMS4xNzQtMi40MDYgMS40MjctLjgwNC4yNDQtMS41NzcuMzIxLTIuMzIuMjNhNS43ODcgNS43ODcgMCAwIDEtMi4wODEtLjcxNSA3LjAzNCA3LjAzNCAwIDAgMS0xLjcxMy0xLjQzOGMtLjU4LS42Ny0uOTgtMS4zNjctMS4yLTIuMDkzYTQuOTM4IDQuOTM4IDAgMCAxLS4xODQtMi4xOWMuMTA1LS43MjYuMzYtMS40MzQuNzY1LTIuMTIzYTcuOSA3LjkgMCAwIDEgMS42NDctMS45MzVjLjU5Ny0uNTE2IDEuMTcyLS44OTUgMS43MjYtMS4xMzUuNTU2LS4yNTUgMS4wNjYtLjQxNSAxLjUzMi0uNDguNDY2LS4wNjUuODgyLS4wNTggMS4yNDcuMDIxLjM2Ni4wNjQuNjYyLjE1My44ODguMjY4bC0uODcuNzU0Yy0uMTk2LS4xMjctLjQ0OC0uMTk4LS43NTctLjIxM2EyLjk3IDIuOTcgMCAwIDAtMS4wMTYuMDk4IDUuNTUgNS41NSAwIDAgMC0xLjE1Ni40NWMtLjQuMjA2LS43OS40NzMtMS4xNjkuOC0uNTczLjQ5Ni0uOTk2IDEuMDI2LTEuMjcgMS41ODhhNC4wMjYgNC4wMjYgMCAwIDAtLjQwOCAxLjcyOSA0LjUxIDQuNTEgMCAwIDAgLjM3IDEuNzk1IDYuODMgNi44MyAwIDAgMCAxLjExNCAxLjcyNCA2LjcwNiA2LjcwNiAwIDAgMCAxLjU4MiAxLjM2IDQuNjE1IDQuNjE1IDAgMCAwIDEuNzcyLjYwNCA0LjMzMyA0LjMzMyAwIDAgMCAxLjg3Ny0uMjNjLjY0NC0uMjE4IDEuMjg0LS42MDMgMS45Mi0xLjE1NWE2LjAwMyA2LjAwMyAwIDAgMCAxLjE0OC0xLjI5IDUuNzQgNS43NCAwIDAgMCAuNjYyLTEuNDgzTDM1LjE1IDIzLjAxbC0xLjM1NSAxLjE3My0uNDMtLjQ5NiAyLjM5Ni0yLjA3NHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik00OC43MDcgMTkuNjI1TDQ0LjA1MiA5LjQzOGwxLjMyNS0uNjA0IDQuMjg5IDkuMzg2IDUuMjU0LTIuMzk4LjM2Ni44LTYuNTggMy4wMDN6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNNjMuMzI0IDguMjIyYy0uMDg3LS42MDEtLjA2OC0xLjI1Ni4wNTctMS45NjQuMTM1LS43MDkuNDA1LTEuMzc4LjgxLTIuMDA3LjQwNC0uNjQuOTU0LTEuMTk5IDEuNjUtMS42NzYuNjk3LS40NzcgMS41NjgtLjc5MSAyLjYxMy0uOTQxIDEuMDU2LS4xNTIgMS45OTYtLjA5MyAyLjgyMi4xNzYuODM0LjI1NyAxLjU0Ni42MzUgMi4xMzUgMS4xMzJhNS43NjMgNS43NjMgMCAwIDEgMS4zOTMgMS43MDdjLjMzOC42My41NSAxLjI0MS42MzUgMS44MzIuMDU3LjM5MS4wNTguODExLjAwNCAxLjI2YTUuOTk0IDUuOTk0IDAgMCAxLS4zMDQgMS4zN2MtLjE1LjQ1My0uMzY3Ljg5OC0uNjQ4IDEuMzM4YTUuNzI3IDUuNzI3IDAgMCAxLTEuMDU4IDEuMTg2IDYuMjIgNi4yMiAwIDAgMS0xLjQ1LjkzNiA2LjgwNiA2LjgwNiAwIDAgMS0xLjg4LjUyOWMtMS4wNDUuMTUtMS45NjkuMDk0LTIuNzcyLS4xNjgtLjgwNC0uMjcyLTEuNDktLjY1OC0yLjA1OC0xLjE1OWE1Ljg0OCA1Ljg0OCAwIDAgMS0xLjM0My0xLjY5OGMtLjMyLS42NDQtLjUyMS0xLjI2MS0uNjA2LTEuODUzek02NC44NzYgOGMuMTA2Ljc0LjMxNSAxLjQwNS42MjYgMS45OTYuMzIuNTc5LjcwOCAxLjA2MiAxLjE2MyAxLjQ0OS40NjQuMzg2Ljk4NC42NjcgMS41Ni44NDNhNC4yNzIgNC4yNzIgMCAwIDAgMS44MS4xMTEgNC4zNCA0LjM0IDAgMCAwIDEuNzA1LS42MTcgNC41NDYgNC41NDYgMCAwIDAgMS4zMDctMS4yNTQgNC45MiA0LjkyIDAgMCAwIC43Ny0xLjcyNyA1LjYzNiA1LjYzNiAwIDAgMCAuMDctMi4wOTYgNS41MSA1LjUxIDAgMCAwLS42NTYtMS45NzQgNC44ODUgNC44ODUgMCAwIDAtMS4yMjctMS40NTcgNC4zNSA0LjM1IDAgMCAwLTEuNjA2LS44MiA0LjE4NyA0LjE4NyAwIDAgMC0xLjgxMi0uMTI3IDQuMTE3IDQuMTE3IDAgMCAwLTEuNzAzLjYzM2MtLjUwNC4zMi0uOTI0LjczLTEuMjYyIDEuMjMyYTUuMTI0IDUuMTI0IDAgMCAwLS43MDQgMS43MzNBNS45NzggNS45NzggMCAwIDAgNjQuODc2IDh6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTA1LjgyOCAxNC4wMThsLjk5LjQ1MmMtLjA2NS4xNjktLjEyLjM5LS4xNjMuNjY0LS4wMzguMjY0LS4wMTEuNTUyLjA4MS44NjMuMDkyLjMxMi4yODUuNjM0LjU3OC45NjguMjk4LjMyMy43NTIuNjI1IDEuMzY0LjkwNC43NjYuMzUgMS40NDQuNDgzIDIuMDMzLjQuNTk5LS4wNzggMS4wNDItLjQzMyAxLjMzMS0xLjA2My4yMy0uNTA1LjI2OS0uOTc0LjExNS0xLjQwOGEzLjk0NCAzLjk0NCAwIDAgMC0uNzYxLTEuMjYxIDExLjY4MiAxMS42ODIgMCAwIDAtMS4xNjctMS4yMTljLS40MzktLjQtLjgyOC0uODE4LTEuMTY4LTEuMjU0YTMuOTg1IDMuOTg1IDAgMCAxLS42OTMtMS4zNzJjLS4xMzEtLjQ4Mi0uMDY2LTEuMDEuMTk1LTEuNTgyLjItLjQzNi40NjQtLjc4NC43OTQtMS4wNDQuMzQtLjI1Ni43MTEtLjQyNiAxLjExNC0uNTEyLjQxMi0uMDgyLjg0NC0uMDkgMS4yOTUtLjAyNS40NjEuMDcuOTE0LjIwNyAxLjM2MS40MS40MjcuMTk1LjgxLjQzNSAxLjE0OS43MTkuMzU0LjI3OC42MzkuNTkuODU3LjkzNi4yMjEuMzM2LjM2OC42OTYuNDM5IDEuMDguMDc1LjM3NC4wNTkuNzU0LS4wNDYgMS4xNGwtLjk5LS40NTJjLjE4NC0uNjA4LjExMi0xLjE0NS0uMjE0LTEuNjEtLjMxMy0uNDcyLS43ODQtLjg1MS0xLjQxNS0xLjEzOWEzLjQ5OCAzLjQ5OCAwIDAgMC0xLjA3MS0uMzEzIDIuNTM4IDIuNTM4IDAgMCAwLS45MDkuMDI1Yy0uMjYuMDU3LS40OS4xNjMtLjY5LjMxOC0uMTkuMTYtLjMzOS4zNTYtLjQ0NS41ODktLjE5MS40MTctLjE5My44Mi0uMDA4IDEuMjEuMTg2LjM5LjQ1OC43ODMuODE1IDEuMTguMzY4LjQwMy43NzQuODEgMS4yMTggMS4yMjUuNDU0LjQxOC44NDQuODYgMS4xNzEgMS4zMjUuMzQuNDYuNTczLjk1NC42OTYgMS40OC4xMjguNTE1LjA1NSAxLjA3NC0uMjIgMS42NzUtLjIuNDM3LS40NjkuNzk0LS44MDggMS4wNzQtLjMzOC4yNzktLjcyNS40NzItMS4xNjEuNTc4YTMuNzk0IDMuNzk0IDAgMCAxLTEuNDMuMDUgNS43MTIgNS43MTIgMCAwIDEtMS42MDctLjQ4NyA2LjQxMSA2LjQxMSAwIDAgMS0xLjQ0Mi0uODg3IDQuODUzIDQuODUzIDAgMCAxLS45Ny0xLjExIDMuMTk0IDMuMTk0IDAgMCAxLS40MTYtMS4yNDYgMi43MzQgMi43MzQgMCAwIDEgLjE5OC0xLjI4MXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMjYuMDAxIDI5Ljc0M2wtMS4xMDEtLjk1MyA2Ljc2MS03Ljc5OC0zLjI0Mi0yLjgwNy41NzctLjY2NSA3LjU4MyA2LjU2Ny0uNTc2LjY2NS0zLjI0Mi0yLjgwNy02Ljc2IDcuNzk4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE0NS4wNDcgMzQuMDQ4bC43ODcgMS4yMjQtNi4xNTIgMy45NTJjLS4xNzkuMTE1LS4zNTYuMjM1LS41My4zNmEyLjcyIDIuNzIgMCAwIDAtLjQ3OC40NCAyLjkyIDIuOTIgMCAwIDAtLjM2OS41OGMtLjExLjIyMi0uMTg5LjQ5NC0uMjM2LjgxNi0uMDY2LjQxLS4wNjUuNzk2LjAwMyAxLjE1OC4wNzQuMzcxLjIzMi43NDUuNDc0IDEuMTIyLjI4My40NC42MTcuODIgMS4wMDIgMS4xNDQuMzg1LjMyMy44NTcuNTMzIDEuNDE1LjYzMi4zMTIuMDUyLjU5Ni4wNi44NTIuMDIzLjI2LS4wMjguNTA0LS4wODMuNzMtLjE2NS4yMzYtLjA4OC40NTUtLjE5LjY1OC0uMzA5LjIxMi0uMTIzLjQxNy0uMjQ4LjYxNS0uMzc1bDUuNjk0LTMuNjU4LjM4MS41OTItNi4xMzkgMy45NDNhNC42NyA0LjY3IDAgMCAxLTEuNDkzLjYzNiAzLjY2MyAzLjY2MyAwIDAgMS0xLjUzMi4wMTQgMy42NjMgMy42NjMgMCAwIDEtMS40NTktLjY0MWMtLjQ2Mi0uMzI1LS44NzgtLjc3NC0xLjI0Ny0xLjM0OC0uNTg4LS45MTUtLjkyNy0xLjcxOC0xLjAxNi0yLjQwOS0uMDgtLjY5Ni0uMDE4LTEuMy4xODYtMS44MTIuMjEyLS41MTcuNTE2LS45NTIuOTA5LTEuMzA2YTkuMzEgOS4zMSAwIDAgMSAxLjE1Ni0uODk1bDUuNzg5LTMuNzE4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE0NS4xNjcgNTguMTg3bDEwLjc0Ni0zLjE1NCAxLjAzOCAzLjUzMWMuMjQ5Ljg1LjM0IDEuNjY4LjI3MSAyLjQ1NWE1LjQ4MSA1LjQ4MSAwIDAgMS0uNTg5IDIuMTQgNS4wMDYgNS4wMDYgMCAwIDEtMS4zNDEgMS42NzggNS40NDYgNS40NDYgMCAwIDEtMS45OTMgMS4wNTIgNS41MTIgNS41MTIgMCAwIDEtNC4zNjctLjUwMyA1LjU5NCA1LjU5NCAwIDAgMS0xLjYzOS0xLjQzNiA2LjExOSA2LjExOSAwIDAgMS0xLjAzNS0yLjA0OGwtMS4wOTEtMy43MTV6bTEuMDg2IDEuMmwuNDk2IDEuNjg4Yy4yNDYuODM5LjU5MyAxLjUxIDEuMDQxIDIuMDEyLjQ2MS41MS45NzIuODg3IDEuNTM0IDEuMTM0YTQuNTI0IDQuNTI0IDAgMCAwIDEuNzQ4LjM4NyA1Ljg4MyA1Ljg4MyAwIDAgMCAxLjc1LS4yMyA1LjMzMSA1LjMzMSAwIDAgMCAxLjY3NS0uODI1IDQuNTA3IDQuNTA3IDAgMCAwIDEuMjM5LTEuMzQ3IDQuMjg3IDQuMjg3IDAgMCAwIC42MTUtMS43NjVjLjA4NS0uNjU5LjAxNi0xLjM2Ni0uMjA3LTIuMTI0bC0uNDk2LTEuNjg4LTkuMzk1IDIuNzU3eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTE2MC4yIDgwLjQyMnYxLjQ1NkgxNDl2LTEuNDU2aDExLjJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTUzLjMwMyA5Ni4yODNjLjU4NC4xNyAxLjE3MS40NiAxLjc2My44NjdhNS42MjMgNS42MjMgMCAwIDEgMS40OSAxLjU3MWMuNDE0LjYzMy42OTQgMS4zNjYuODM5IDIuMTk3LjE0NC44MzIuMDY4IDEuNzU1LS4yMyAyLjc2OC0uMyAxLjAyMy0uNzQ1IDEuODU0LTEuMzMzIDIuNDkzLS41OC42NTMtMS4yMTkgMS4xNDMtMS45MTYgMS40NzJhNS43ODMgNS43ODMgMCAwIDEtMi4xMzIuNTU5Yy0uNzE0LjA0Ni0xLjM1Ny0uMDE1LTEuOTMxLS4xODRhNC44MjEgNC44MjEgMCAwIDEtMS4xNDgtLjUyIDYuMDA1IDYuMDA1IDAgMCAxLTEuMTE5LS44NDUgNS45NzIgNS45NzIgMCAwIDEtLjk0Ny0xLjE0NSA1LjcwMSA1LjcwMSAwIDAgMS0uNjQtMS40NTUgNi4yNiA2LjI2IDAgMCAxLS4yNDktMS43MDhjLS4wMDEtLjYuMDk5LTEuMjQ0LjMtMS45MjkuMjk4LTEuMDEzLjczMi0xLjgzIDEuMzA0LTIuNDUyLjU4Mi0uNjE5IDEuMjE5LTEuMDgyIDEuOTA5LTEuMzlhNS44NSA1Ljg1IDAgMCAxIDIuMTAzLS41MThjLjcxOS0uMDIyIDEuMzY0LjA1IDEuOTM3LjIxOXptLS40NDIgMS41MDRhNi4xMTUgNi4xMTUgMCAwIDAtMi4wNzUtLjI1OSA1LjE2IDUuMTYgMCAwIDAtMS44MDEuNDU2IDQuNDcyIDQuNDcyIDAgMCAwLTEuNDE1IDEuMDY4IDQuMjc1IDQuMjc1IDAgMCAwLS44NTMgMS42MDEgNC4zMyA0LjMzIDAgMCAwLS4xNDggMS44MDdjLjA4Ni42MTUuMjg2IDEuMTg1LjU5OCAxLjcxLjMxLjUzNi43MjcgMS4wMDggMS4yNTIgMS40MTguNTM0LjQxMiAxLjE2LjcyNCAxLjg3Ni45MzQuNzE3LjIxIDEuNDA2LjI4NSAyLjA2OS4yMjRhNC45MDYgNC45MDYgMCAwIDAgMS44MzUtLjUxMiA0LjM2MiA0LjM2MiAwIDAgMCAxLjQxMy0xLjEyYy40MDItLjQ2LjY5MS0uOTkyLjg2OS0xLjU5Ni4xOC0uNjE0LjIyNC0xLjIxOC4xMzItMS44MTJhNC4yNiA0LjI2IDAgMCAwLS41OTctMS42NTkgNS4xMDUgNS4xMDUgMCAwIDAtMS4yODQtMS4zNiA1Ljk4MSA1Ljk4MSAwIDAgMC0xLjg3MS0uOXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMzguNTQxIDEzNi41MTZsLTEuMTEzLjk2My04LjU4LTQuODY2LS4wNDkuMDQyIDMuNjgzIDkuMTA4LS41Mi40NTEtOC40OC01LjAxOC0uMDQ4LjA0MiAzLjYxNyA5LjIyOC0uNTU2LjQ4Mi00LjMzNy0xMS4wNi43MTMtLjYxOCA3Ljk3MSA0LjY3NS4wNi0uMDUyLTMuNDIzLTguNjE0LjcyNi0uNjI4IDEwLjMzNiA1Ljg2NXoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0xMTEuOTk1IDE0Ny40OTJsLTEuOTQxLTQuMjUgMS4zMjQtLjYwNCA0LjY1NSAxMC4xODctMy40MDYgMS41NTRjLS41NjMuMjU3LTEuMDkuMzk4LTEuNTgzLjQyNGEzLjE1NSAzLjE1NSAwIDAgMS0xLjMzOS0uMTk4IDIuNzcxIDIuNzcxIDAgMCAxLTEuMDcyLS42ODkgMy43MDYgMy43MDYgMCAwIDEtLjczNi0xLjA3MSAzLjQ3MiAzLjQ3MiAwIDAgMS0uMzE5LTEuMzE0Yy0uMDEzLS40NC4wNjktLjg3Ni4yNDctMS4zMDkuMTcyLS40MTkuNDQ5LS44MTUuODI5LTEuMTg4LjM4MS0uMzczLjg2Ny0uNjk0IDEuNDU5LS45NjUuMzUtLjE1OS42NzktLjI4Ni45ODgtLjM4YTkuNDEgOS40MSAwIDAgMSAuODk0LS4xOTd6bTIuNDIxIDUuMjk3bC0yLjE0OC00LjcwMWEzLjE0IDMuMTQgMCAwIDAtLjc1Ny4xNTNjLS4yNjEuMDk1LS41NDIuMjEyLS44NDMuMzQ5LS40MzcuMi0uNzc3LjQ0My0xLjAyMS43M2EyLjUzMyAyLjUzMyAwIDAgMC0uNTEyLjkyIDIuMjk4IDIuMjk4IDAgMCAwLS4wODQuOTdjLjAzNi4zMzYuMTE4LjY0NC4yNDYuOTI1LjEzMy4yOTEuMzIuNTU4LjU1OS44LjIzNS4yNTcuNTA3LjQ1NS44MTcuNTk1YTIuNDYgMi40NiAwIDAgMCAxLjAzOC4yMyAyLjc2IDIuNzYgMCAwIDAgMS4xNzctLjI3M2wxLjUyOC0uNjk4eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTY5LjExIDE0OS4yNTNsMS40NDEuMjA3LTEuNDcgMTAuMjE1IDQuMjQ1LjYxLS4xMjUuODcxLTkuOTMtMS40MjcuMTI1LS44NzEgNC4yNDUuNjEgMS40NjktMTAuMjE1eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTUxLjc1IDE1MC4xODZsMi4zMTUtNS4wNjQgMS4zMjQuNjA1LTQuNjU0IDEwLjE4Ny0xLjMyNS0uNjA1IDIuMDM1LTQuNDUzLTYuMDk5LTIuNzg0LTIuMDM1IDQuNDUzLTEuMzI0LS42MDQgNC42NTQtMTAuMTg3IDEuMzI1LjYwNC0yLjMxNCA1LjA2NSA2LjA5OSAyLjc4M3oiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjxwYXRoIGQ9Ik0yOS42NjcgMTQzLjYyM2wtNS40NjctNC43MzQuNTc2LS42NjUgNC4zNjYgMy43ODEgMi42MzEtMy4wMzQtMy43NS0zLjI0Ny40ODMtLjU1NiAzLjc1IDMuMjQ3IDMuMDctMy41NDItNC4zNjYtMy43ODIuNTc2LS42NjUgNS40NjcgNC43MzUtNy4zMzYgOC40NjJ6IiBmaWxsPSJjdXJyZW50Q29sb3IiPjwvcGF0aD48cGF0aCBkPSJNMTUuMTU0IDEyOC41NjZsNS4zMTMtOS41MTctLjAzNC0uMDU0LTEwLjg5NS44MzYtLjU5Ny0uOTI4IDkuNDIzLTYuMDUzLjc4OCAxLjIyNS03LjYzMyA0LjkwMi4wMzQuMDU0IDEwLjUzLS43NTQuMTU1LjI0My01LjE3NCA5LjE5OS4wMzUuMDU0IDcuNjg2LTQuOTM3LjM4MS41OTItOS40MjMgNi4wNTMtLjU4OS0uOTE1eiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PHBhdGggZD0iTTMuODY0IDEwNi41MWwtMi4wMzktNi45NC44NDUtLjI0NyAxLjYyOCA1LjU0MiAzLjg1My0xLjEzMS0xLjM5OC00Ljc1OS43MDctLjIwNyAxLjM5OCA0Ljc1OSA0LjQ5OC0xLjMyLTEuNjI4LTUuNTQyLjg0NC0uMjQ4IDIuMDM5IDYuOTM5LTEwLjc0NyAzLjE1NHoiIGZpbGw9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvZz48L3N2Zz4=);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 160px;
  height: 160px;
  top: -130%;
  z-index: 0;
  animation: qodef-element-rotate 20s linear infinite;
}
@keyframes qodef-element-rotate {
  0% {
    transform: rotate(-360deg);
  }
}

.elementor-image-box-wrapper .elementor-image-box-img img {
  display: inline-block;
  border-radius: 0 30px;
  border: 1px solid #EAEAEA;
}
.elementor-image-box-wrapper:hover img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 0;
  border: 1px solid var(--e-global-color-border);
}
.elementor-image-box-wrapper:hover a {
  color: var(--e-global-color-primary);
}

.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
  text-decoration: underline;
}

.image-style-yaglo-yes .elementor-image-box-wrapper:hover .elementor-image-box-img {
  border-color: var(--e-global-color-primary);
}
.image-style-yaglo-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:after {
  visibility: visible;
  opacity: 1;
}
.image-style-yaglo-yes .elementor-image-box-wrapper:hover .elementor-button-wrapper {
  visibility: visible;
  opacity: 1;
}
.image-style-yaglo-yes .elementor-image-box-img {
  border: 1px dashed var(--e-global-color-border);
  padding: 20px;
  border-radius: 4px;
}
.image-style-yaglo-yes .elementor-image-box-img img {
  border-radius: 4px;
}
.image-style-yaglo-yes .elementor-image-box-img-inner {
  position: relative;
}
.image-style-yaglo-yes .elementor-image-box-img-inner:after {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -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;
}
.image-style-yaglo-yes .elementor-button-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-style-yaglo-yes .elementor-image-box-title {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
.image-style-yaglo-yes .elementor-image-box-title a {
  color: var(--e-global-color-secondary);
}
.image-style-yaglo-yes .elementor-image-box-title a:hover {
  color: var(--e-global-color-primary);
}

.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:hover {
  color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 400;
}
.elementor-image-box-wrapper .elementor-image-box-content img {
  object-fit: cover;
}

.enable-effects-yes .elementor-image-box-content {
  position: relative;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  transition: all 0.5s ease;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper .elementor-image-box-button-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  text-transform: capitalize;
  font-family: var(--e-global-typography-secondary-font-family);
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.5s ease;
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-title:hover {
  color: var(--e-global-color-primary);
}
.enable-effects-yes .elementor-image-box-content .elementor-image-box-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 400;
}
.enable-effects-yes:hover .elementor-image-box-title {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.enable-effects-yes:hover .elementor-image-box-button-wrapper {
  opacity: 1;
  visibility: visible;
  color: var(--e-global-color-primary);
  transition: all 0.5s ease;
}

.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel a {
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel a:before {
  font-family: "yaglo-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: visible;
  transform: translate(-50%, 0px);
  transition: all 0.35s;
  color: var(--e-global-color-primary);
  z-index: 2;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel a:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion {
  text-align: left;
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
  margin-bottom: 0;
  padding: 30px 30px 35px;
  background-color: #ffffff;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion {
  display: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title {
  line-height: 1.25;
  letter-spacing: -0.24px;
  margin-bottom: -1px;
  padding: 0;
  cursor: pointer;
  max-height: 5.9rem;
  overflow: hidden;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 24px;
  font-size: 1.5rem;
  color: #30373E;
  width: 85%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title {
    align-items: center;
  }
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  border: none;
  color: #666666;
  padding: 31px 0 0;
  margin-top: -5px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
  border: none;
  border-radius: 30px;
}
.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  color: var(--e-global-color-primary);
}
@media (max-width: 568px) {
  .elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: none;
  }
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion .elementor-accordion-icon-acc svg {
  width: 48px;
  height: 48px;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item i {
  font-size: 17px;
  font-size: 1.0625rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: none;
}
.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-content {
  border-bottom: 1px solid #D5D8DC;
}

.style-theme-yes .e-n-accordion .e-n-accordion-item {
  border-width: 0;
  border-bottom: 1px solid var(--e-global-color-border);
}
.style-theme-yes .e-n-accordion .e-n-accordion-item:last-child {
  border: none;
}

.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
  border-radius: 0 30px 0 30px;
}
.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a img {
  transition: all 0.4s ease;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
}
.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a:hover {
  border-radius: 0;
}
.image-style-yaglo-yes.elementor-widget-image .elementor-widget-container a:hover img {
  border-radius: 0;
  transition: all 0.4s ease;
}

.icon-list-style-yaglo-yes .elementor-icon-list-item .elementor-icon-list-text {
  position: relative;
}
.icon-list-style-yaglo-yes .elementor-icon-list-item .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -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;
}
.icon-list-style-yaglo-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
  right: auto;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text {
  padding-left: 0;
}

.elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}
.elementor-button.elementor-size-xs {
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
}
.elementor-button.elementor-size-sm {
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
}
.elementor-button.elementor-size-md {
  padding: 1rem 2.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
}
.elementor-button.elementor-size-lg {
  padding: 1.25rem 3rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
}
.elementor-button.elementor-size-xl {
  padding: 1.5rem 3.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0 30px;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #0f834d;
  border-color: #0f834d;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
  border-color: #d9534f;
}
.elementor-button .elementor-button-icon {
  line-height: 1;
}

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

.elementor-button-default .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  white-space: nowrap;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
.elementor-button-default .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}
.elementor-button-default .elementor-button .elementor-button-icon {
  margin-bottom: 1px;
}
.elementor-button-default .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #FFFFFF;
  border-radius: 0;
}

.elementor-button-outline .elementor-button {
  color: var(--e-global-color-accent);
  background-color: transparent;
  -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;
  padding: 0.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0 30px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border: 1px solid var(--e-global-color-accent);
}
.elementor-button-outline .elementor-button:hover {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
  border-radius: 0;
}
.elementor-button-outline .elementor-button .elementor-button-icon {
  margin-bottom: 1px;
}

.elementor-button-link .elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-primary);
  position: relative;
  position: relative;
}
.elementor-button-link .elementor-button:hover {
  color: var(--e-global-color-secondary);
}
.elementor-button-link .elementor-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-primary);
  bottom: 0;
  right: 0;
  transition: width 0.7s;
}
.elementor-button-link .elementor-button:hover:before {
  width: 100%;
  left: 0;
}
.elementor-button-link .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor-button-link .elementor-button:hover i {
  color: var(--e-global-color-primary);
}

.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 {
  display: flex;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

.enable-effects-yes .elementor-social-icons-wrapper .elementor-social-icon {
  display: flex;
}

.c-primary {
  color: var(--e-global-color-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(--e-global-color-primary) !important;
}
.sublink .elementor-column img {
  transition: all 0.3s ease;
}

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

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

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

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

.custom_shape_divider-yes > .e-con-inner > .elementor-shape,
.custom_shape_divider-yes > .elementor-shape {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 62px;
  width: unset;
  background-size: 1440px 62px;
  animation: wave 10s linear infinite;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape svg,
.custom_shape_divider-yes > .elementor-shape svg {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape[data-negative=false].elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape[data-negative=false].elementor-shape-bottom {
  transform: unset;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-top,
.custom_shape_divider-yes > .elementor-shape-top {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE1OSkiPjxwYXRoIGQ9Ik0xNDM5Ljk2IDIyLjE3MUMxMTQxLjg5IDIyLjE3MSA5OTkuNzkxIDYyIDcyMS4wMiA2MS45OTk5QzQ0Mi4yNDkgNjEuOTk5OSAyOTcuMjQyIDIyLjEzOCAzLjQ4NDg0ZS0wNiAyMi4xMzhMNS40MjAyMWUtMDYgLTAuMDAwMTI5NzAzTDE0NDAgLTMuODE0N2UtMDZMMTQzOS45NiAyMi4xNzFaIiBmaWxsPSIjZmZmZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzQ3XzE0MTU5Ij48cmVjdCB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MiIgZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0MCA2Mikgcm90YXRlWigtMTgwKSByb3RhdGVZKC0xODApIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape-bottom {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE0MykiPjxwYXRoIGQ9Ik0wLjA0MzQ1MTIgMzkuODI5QzI5OC4xMSAzOS44MjkgNDQwLjIwOSAwIDcxOC45OCAwQzk5Ny43NTEgMCAxMTQyLjc2IDM5Ljg2MTkgMTQ0MCAzOS44NjE5VjYySDBMMC4wNDM0NTEyIDM5LjgyOVoiIGZpbGw9IiNmZmZmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF83NDdfMTQxNDMiPjxyZWN0IHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiBmaWxsPSIjZmZmZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}

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