@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }

/* ===== Start Customizer Color ===== */
/* ===== End Customizer Color ===== */
.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp; }

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown; }

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft; }

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight; }

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp; }

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip; }

@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix; }

@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate {
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite; }

@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

.opal-am-popup {
  -webkit-animation: opalPopup;
          animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup; }

@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

.elementor-brand-item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .elementor-brand-item .elementor-brand-image {
    display: block;
    width: 100%;
    font-size: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .elementor-brand-item .elementor-brand-image img {
      margin: 0 auto; }
    .elementor-brand-item .elementor-brand-image i {
      font-size: 50px;
      display: inline-block;
      position: relative;
      width: 1em;
      height: 1em; }
      .elementor-brand-item .elementor-brand-image i:before {
        position: absolute;
        line-height: 1;
        left: 0;
        top: 0; }
    .elementor-brand-item .elementor-brand-image svg path {
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }

.elementor-brand-wrapper .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.elementor-brand-wrapper a {
  display: block; }

.elementor-brand-wrapper img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.elementor-brand-wrapper .column-item {
  margin-bottom: 30px; }

.elementor-widget-mailyspa-banner.content-stretch-yes {
  height: 100%; }
  .elementor-widget-mailyspa-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-mailyspa-banner.content-stretch-yes .elementor-mailyspa-banner {
    height: 100%; }

.elementor-widget-mailyspa-banner .elementor-button-custom {
  padding: 10px 20px; }

.elementor-widget-mailyspa-banner .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 0; }

.elementor-widget-mailyspa-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 60px; }

.elementor-widget-mailyspa-banner .elementor-button-custom:before {
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.elementor-widget-mailyspa-banner.graphic-image-effect-yes .elementor-cta__image {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50%; }
  .elementor-widget-mailyspa-banner.graphic-image-effect-yes .elementor-cta__image > img {
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.elementor-widget-mailyspa-banner.graphic-image-effect-yes .image-behind img {
  position: relative;
  top: 15px;
  right: 25px; }

.elementor-widget-mailyspa-banner.graphic-image-effect-yes:hover .elementor-cta__image > img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 0;
  overflow: hidden; }

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 50px); }

.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px); }

.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px); }

.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.elementor-header-group-wrapper .header-group-action .button-side-heading {
  text-align: right;
  padding: 20px 0; }
  .elementor-header-group-wrapper .header-group-action .button-side-heading .close-button-side {
    font-size: 24px;
    line-height: 1; }
    .elementor-header-group-wrapper .header-group-action .button-side-heading .close-button-side i:before {
      color: #000000; }
    .elementor-header-group-wrapper .header-group-action .button-side-heading .close-button-side:hover i:before {
      color: var(--primary); }

.elementor-header-group-wrapper .header-group-action .header-button-canvas {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  padding: 0 20px;
  background-color: var(--background);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  z-index: 99999999;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0); }
  @media (min-width: 1024px) {
    .elementor-header-group-wrapper .header-group-action .header-button-canvas {
      width: 400px;
      padding: 0 45px;
      -webkit-transform: translate3d(400px, 0, 0);
              transform: translate3d(400px, 0, 0); } }

.elementor-header-group-wrapper .header-group-action .button-side-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.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease; }

.elementor-header-group-wrapper .header-group-action .header-button-canvas.active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.elementor-header-group-wrapper .header-group-action .header-button-canvas.active + .button-side-overlay {
  visibility: visible;
  opacity: 1; }

.button-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-button .button-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: var(--primary); }
  .button-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-button .button-content i {
    font-size: 16px;
    line-height: 0; }
    .button-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-button .button-content i:before {
      color: #ffffff; }
  .button-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-button .button-content:hover {
    background-color: var(--primary_hover); }

.search-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-search .button-search-popup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: var(--primary); }
  .search-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-search .button-search-popup i {
    font-size: 16px;
    line-height: 0; }
    .search-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-search .button-search-popup i:before {
      color: #ffffff; }
  .search-style-content-style-2 .elementor-header-group-wrapper .header-group-action .site-header-search .button-search-popup:hover {
    background-color: var(--primary_hover); }

.search-by-category {
  display: none; }

.elementor-widget-mailyspa-image-carousel .slick-list.draggable {
  overflow: visible; }

.elementor-widget-mailyspa-image-carousel .mailyspa-image-carousel-wrapper.style1 .slick-slide:not(.slick-active) {
  opacity: 0.3;
  pointer-events: none; }

.elementor-widget-mailyspa-image-carousel .mailyspa-image-carousel-wrapper.style2 .elementor-image-item:hover .elementor-image-carousel__img img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.elementor-widget-mailyspa-image-carousel .mailyspa-image-carousel-wrapper.style2 .slick-slide .elementor-image-carousel__img {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }

.elementor-widget-mailyspa-image-carousel .mailyspa-image-carousel-wrapper.style2 .slick-slide:not(.slick-active) .elementor-image-carousel__img {
  -ms-transform: scaleY(0.9);
  -webkit-transform: scaleY(0.9);
  transform: scaleY(0.9);
  border-left: none;
  border-right: none; }
  .elementor-widget-mailyspa-image-carousel .mailyspa-image-carousel-wrapper.style2 .slick-slide:not(.slick-active) .elementor-image-carousel__img a {
    display: block;
    overflow: hidden; }

.elementor-widget-mailyspa-image-carousel .mailyspa-image-carousel-wrapper.style2 .slick-slide:not(.slick-active) .elementor-image-carousel__btn {
  display: none; }

.elementor-widget-mailyspa-image-carousel .elementor-image-item__wrapper {
  position: relative; }
  .elementor-widget-mailyspa-image-carousel .elementor-image-item__wrapper.has_button .elementor-image-carousel__img {
    margin-bottom: 25px; }

.elementor-widget-mailyspa-image-carousel .elementor-image-carousel__btn {
  position: relative;
  display: block; }
  .elementor-widget-mailyspa-image-carousel .elementor-image-carousel__btn a {
    background-color: var(--background);
    color: var(--heading);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
    .elementor-widget-mailyspa-image-carousel .elementor-image-carousel__btn a:hover {
      background-color: var(--primary);
      color: var(--background); }

.elementor-widget-mailyspa-image-carousel .elementor-image-item:hover .elementor-image-carousel__img img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.elementor-widget-mailyspa-image-carousel .elementor-image-carousel__img {
  overflow: hidden;
  position: relative; }
  .elementor-widget-mailyspa-image-carousel .elementor-image-carousel__img img {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 auto; }

/* Images compare main container */
.images-compare-container {
  display: inline-block;
  position: relative;
  overflow: hidden; }

/* Images compare front element */
.images-compare-before {
  will-change: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden; }
  .images-compare-before:hover > .btn-image-compare-full {
    background-color: rgba(232, 133, 163, 0.2); }

/* Images compare back element */
.images-compare-after:hover > .btn-image-compare-full {
  background-color: rgba(232, 133, 163, 0.2); }

/* Responsive image settings */
.images-compare-before img, .images-compare-after img {
  max-width: 100%;
  height: auto;
  display: block; }

/* Separator (thin vertical blank line) */
.images-compare-separator {
  position: absolute;
  background: white;
  height: 100%;
  width: 1px;
  z-index: 4;
  left: 0;
  top: 0; }

/* Drag handle (circle) */
.images-compare-handle {
  height: 82px;
  width: 82px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -41px;
  margin-top: -41px;
  background-color: var(--primary);
  border-radius: 50%;
  z-index: 11;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 18px; }
  .images-compare-handle:before {
    content: "";
    position: absolute;
    border: 1px solid;
    border-color: var(--primary);
    border-radius: 50%;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    -webkit-transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out, right 0.25s ease-in-out, bottom 0.25s ease-in-out, top 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out, right 0.25s ease-in-out, bottom 0.25s ease-in-out, top 0.25s ease-in-out;
    opacity: 1; }
  .images-compare-handle:hover:before {
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

/* Drag handle btn */
.btn-image-compare-full {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading);
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 0.75em 3em;
  font-size: 12px;
  display: inline-block;
  line-height: 2em;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }
  .btn-image-compare-full:hover {
    background-color: rgba(232, 133, 163, 0.2); }
  .btn-image-compare-full.before {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .btn-image-compare-full.after {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .btn-image-compare-full.toggle {
    display: none; }

/* Drag handle arrows */
/* Label */
.images-compare-label {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: black;
  color: rgba(0, 0, 0, 0.4);
  background: white;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
  display: none; }

.images-compare-container .images-compare-label {
  display: inherit; }

.elementor-widget-mailyspa-image-comparison .elementor-image-item__wrapper {
  position: relative; }

.nav-menu-logo-center-yes .elementor-nav-menu-wrapper .primary-navigation li.menu-item.menu-logo {
  display: inline-block; }

.nav-menu-logo-center-yes .elementor-nav-menu-wrapper .primary-navigation ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.nav-menu-logo-center-yes .elementor-nav-menu-wrapper .primary-navigation .menu-logo-inner {
  padding: 0 20px; }
  .nav-menu-logo-center-yes .elementor-nav-menu-wrapper .primary-navigation .menu-logo-inner .logo {
    margin-bottom: 0; }

.nav-menu-logo-center-yes.nav-menu-logo-aligrment-center .elementor-nav-menu-wrapper .primary-navigation ul.menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.nav-menu-logo-center-yes.nav-menu-logo-aligrment-left .elementor-nav-menu-wrapper .primary-navigation ul.menu {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
          justify-content: end; }

.nav-menu-logo-center-yes.nav-menu-logo-aligrment-right .elementor-nav-menu-wrapper .primary-navigation ul.menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

[class*='post-style-'].column-item {
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

[class*='post-style-'] .entry-content {
  border: none; }
  [class*='post-style-'] .entry-content > a {
    position: relative;
    display: inline-block;
    padding-right: 3.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    [class*='post-style-'] .entry-content > a:before {
      position: absolute;
      font-size: 7px;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    [class*='post-style-'] .entry-content > a:hover {
      padding-left: 3.5em;
      padding-right: 0; }
      [class*='post-style-'] .entry-content > a:hover:before {
        right: calc(100% - 30px); }

[class*='post-style-'] .entry-header .categories-link,
[class*='post-style-'] .entry-header .posted-on,
[class*='post-style-'] .entry-header .post-comments,
[class*='post-style-'] .entry-header .byline {
  color: var(--light); }

[class*='post-style-'] .entry-header .categories-link {
  margin-right: 3px; }

[class*='post-style-'] .entry-header .posted-on a,
[class*='post-style-'] .entry-header .categories-link a {
  color: var(--light); }
  [class*='post-style-'] .entry-header .posted-on a:hover,
  [class*='post-style-'] .entry-header .categories-link a:hover {
    color: var(--primary_hover); }

[class*='post-style-'] .entry-header .post-author {
  color: var(--light); }
  [class*='post-style-'] .entry-header .post-author a {
    color: var(--heading); }
    [class*='post-style-'] .entry-header .post-author a:hover {
      color: var(--primary); }

.post-style-1 .post-inner {
  overflow: hidden;
  height: 100%; }
  .post-style-1 .post-inner:hover .post-thumbnail img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.post-style-1 .entry-content {
  padding: 30px 0; }
  @media (min-width: 568px) {
    .post-style-1 .entry-content {
      padding: 30px; } }

.post-style-1 .entry-bottom p {
  margin-bottom: 20px;
  line-height: 2em; }

.post-style-1 .entry-meta {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.5; }

.post-style-1 .entry-title {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.post-style-1 .post-thumbnail {
  overflow: hidden;
  margin-bottom: 0; }
  .post-style-1 .post-thumbnail img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .post-style-1 .post-thumbnail + .entry-content {
    background: #fff;
    position: relative; }
    @media (min-width: 568px) {
      .post-style-1 .post-thumbnail + .entry-content {
        margin: 0 20px;
        margin-top: -40px; } }

.post-style-1 .read-more {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.2em;
  border-bottom: 1px solid;
  border-color: var(--primary);
  color: var(--primary);
  text-transform: uppercase;
  display: inline-block;
  position: relative; }
  .post-style-1 .read-more:hover {
    border-color: var(--primary_hover);
    color: var(--primary_hover); }
    .post-style-1 .read-more:hover:before {
      left: 0;
      right: 0;
      background-color: var(--primary_hover); }
  .post-style-1 .read-more:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: var(--primary);
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }

.post-style-2 .post-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.post-style-2 .entry-title {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.25em; }

.post-style-2 .entry-meta {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.5; }

.post-style-2 .post-thumbnail {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .post-style-2 .post-thumbnail {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.3333333333%;
              flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
  .post-style-2 .post-thumbnail > a {
    display: block;
    overflow: hidden; }
  .post-style-2 .post-thumbnail img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    margin: 0; }
  @media (min-width: 768px) {
    .post-style-2 .post-thumbnail + .entry-content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.6666666667%;
              flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }

.post-style-2 .entry-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px; }

.post-style-2 .entry-bottom p {
  margin-bottom: 30px;
  line-height: 2em; }

.post-style-2 .item-top:hover img, .post-style-2 .post-inner:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

@media (min-width: 768px) {
  .post-style-2:nth-child(2n) .post-thumbnail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; } }

.elementor-widget-mailyspa-price-table {
  /*! elementor-pro - v3.24.0 - 12-09-2024 */ }
  .elementor-widget-mailyspa-price-table .elementor-widget-price-list .elementor-price-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .elementor-widget-mailyspa-price-table .elementor-widget-price-list .elementor-price-list li {
    margin: 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-list li:not(:last-child) {
    margin-bottom: 20px; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-image {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    max-width: 50%;
    -webkit-padding-end: 25px;
            padding-inline-end: 25px; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-image img {
    width: 100%; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-header, .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item, .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 10px; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item .elementor-price-list-title {
    max-width: 80%; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item .elementor-price-list-price {
    font-weight: 600; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    font-size: 14px;
    margin: 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    height: 0;
    margin-left: 10px;
    margin-right: 10px; }
  .elementor-widget-mailyspa-price-table .elementor-price-table {
    text-align: center; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__header {
    background: var(--e-price-table-header-background-color, #555);
    padding: 20px 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__subheading {
    color: #fff;
    font-size: 13px;
    font-weight: 400; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__original-price {
    -webkit-align-self: center;
            align-self: center;
    font-size: .5em;
    font-weight: 400;
    line-height: 1;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
    text-decoration: line-through; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
    font-size: 1em;
    margin: 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__price {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: #555;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 65px;
    font-weight: 800;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 40px 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__after-price {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-align-self: stretch;
            align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: start; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__integer-part {
    line-height: .8; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__currency, .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__fractional-part {
    font-size: .3em;
    line-height: 1; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__currency {
    -webkit-margin-end: 3px;
            margin-inline-end: 3px; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__period {
    font-size: 13px;
    font-weight: 400;
    width: 100%; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__features-list {
    color: var(--e-price-table-features-list-color);
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__features-list li {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    margin-left: 15px;
    margin-right: 15px; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
    border: 0 solid rgba(122, 122, 122, 0.3);
    content: "";
    display: block;
    margin: 10px 12.5%; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__features-list i {
    font-size: 1.3em;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__features-list svg {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
    fill: var(--e-price-table-features-list-color);
    height: 1.3em;
    width: 1.3em; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__features-list svg ~ * {
    vertical-align: text-top; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__footer {
    padding: 30px 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table .elementor-price-table__additional_info {
    font-size: 13px;
    line-height: 1.4;
    margin: 0; }
  .elementor-widget-mailyspa-price-table .elementor-price-table__ribbon {
    height: 150px;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 150px; }
  .elementor-widget-mailyspa-price-table .elementor-price-table__ribbon-inner {
    background: #000;
    font-size: 13px;
    font-weight: 800;
    left: 0;
    line-height: 2;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase;
    -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);
    width: 200%; }
  .elementor-widget-mailyspa-price-table .elementor-price-table__ribbon.elementor-ribbon-left {
    left: 0;
    right: auto;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .elementor-widget-mailyspa-price-table .elementor-price-table__ribbon.elementor-ribbon-right {
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .elementor-widget-mailyspa-price-table .elementor-widget-price-table .elementor-widget-container {
    background-color: #f9fafa;
    overflow: hidden; }
  .elementor-widget-mailyspa-price-table .e-con-inner > .elementor-widget-price-list, .elementor-widget-mailyspa-price-table .e-con > .elementor-widget-price-list {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
    ; }
  .elementor-widget-mailyspa-price-table .elementor-price-table__header {
    background-color: var(--secondary); }
  .elementor-widget-mailyspa-price-table .elementor-price-table__price,
  .elementor-widget-mailyspa-price-table .elementor-price-table__discount-percent {
    font-family: "ElMessiri", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .elementor-widget-mailyspa-price-table elementor-price-table__integer-part {
    line-height: 1; }
  .elementor-widget-mailyspa-price-table .elementor-price-table__discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    background-color: var(--secondary); }
  .elementor-widget-mailyspa-price-table .elementor-price-table__discount-percent {
    font-size: 42px;
    line-height: 1;
    color: var(--primary); }
    .elementor-widget-mailyspa-price-table .elementor-price-table__discount-percent + .elementor-price-table__discount-description {
      border-left: 1px solid;
      border-color: var(--heading);
      padding-left: 20px;
      margin-left: 20px; }
  .elementor-widget-mailyspa-price-table .elementor-price-table__discount-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.6em;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: left; }
  .elementor-widget-mailyspa-price-table .elementor-price-table__ribbon-inner {
    background-color: var(--heading); }

.elementor-html .onsale + img,
.elementor-html .product-image + img {
  display: none !important; }

.elementor-html .site-content-contain {
  z-index: 100; }

.elementor-html .product-image.no-gallery {
  display: none !important; }

.elementor-html .product-caption .opal-add-to-cart-button {
  display: none; }

.woocommerce-carousel {
  position: relative;
  margin: -10px 0; }
  .woocommerce-carousel ul.products {
    display: none;
    position: static !important; }
    .woocommerce-carousel ul.products.slick-initialized {
      display: block; }
      .woocommerce-carousel ul.products.slick-initialized .slick-list {
        padding: 10px 0; }
    .woocommerce-carousel ul.products li.product {
      margin: 0 !important; }
  .woocommerce-carousel .slick-slide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%; }
  .woocommerce-carousel .slick-next.slick-disabled, .woocommerce-carousel .slick-prev.slick-disabled {
    opacity: .8;
    cursor: not-allowed; }

ul.products li.product-item {
  padding-left: 15px;
  padding-right: 15px; }
  .woocommerce-product-list.columns-mobile-1 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .woocommerce-product-list.columns-mobile-2 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .woocommerce-product-list.columns-mobile-3 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .woocommerce-product-list.columns-mobile-4 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .woocommerce-product-list.columns-mobile-5 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .woocommerce-product-list.columns-mobile-6 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  @media (min-width: 768px) {
    .woocommerce-product-list.columns-tablet-1 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .woocommerce-product-list.columns-tablet-2 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .woocommerce-product-list.columns-tablet-3 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .woocommerce-product-list.columns-tablet-4 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .woocommerce-product-list.columns-tablet-5 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
    .woocommerce-product-list.columns-tablet-6 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.6666666667%;
              flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }
  @media (min-width: 1024px) {
    .woocommerce-product-list.columns-laptop-1 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .woocommerce-product-list.columns-laptop-2 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .woocommerce-product-list.columns-laptop-3 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .woocommerce-product-list.columns-laptop-4 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .woocommerce-product-list.columns-laptop-5 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
    .woocommerce-product-list.columns-laptop-6 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.6666666667%;
              flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }
  @media (min-width: 1366px) {
    .woocommerce-product-list.columns-1 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .woocommerce-product-list.columns-2 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .woocommerce-product-list.columns-3 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .woocommerce-product-list.columns-4 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .woocommerce-product-list.columns-5 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
    .woocommerce-product-list.columns-6 ul.products li.product-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.6666666667%;
              flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }

.woocommerce-product-list .woocommerce-carousel ul.products {
  display: none; }
  .woocommerce-product-list .woocommerce-carousel ul.products.slick-initialized {
    display: block; }

.woocommerce-product-list ul.products {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  [class*="columns-"] .woocommerce-product-list ul.products {
    margin-left: -15px;
    margin-right: -15px; }
  .woocommerce-product-list ul.products .product-list-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 0;
    -webkit-box-align: end;
    -webkit-align-items: end;
            align-items: end; }
    .woocommerce-product-list ul.products .product-list-inner img {
      width: 100%;
      max-width: 110px; }
    .woocommerce-product-list ul.products .product-list-inner > a {
      display: block; }
  .woocommerce-product-list ul.products .product-content {
    margin-left: 30px;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  .woocommerce-product-list ul.products .posted-in {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .woocommerce-product-list ul.products .posted-in a {
      color: var(--light); }
      .woocommerce-product-list ul.products .posted-in a:hover {
        color: var(--primary); }
  .woocommerce-product-list ul.products .star-rating {
    margin-bottom: 10px; }
  .woocommerce-product-list ul.products .product-title {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px; }
    .woocommerce-product-list ul.products .product-title span {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--heading); }
      .woocommerce-product-list ul.products .product-title span:hover {
        color: var(--primary); }
  .woocommerce-product-list ul.products .wc-forward, .woocommerce-product-list ul.products .added_to_cart {
    display: none; }
  .woocommerce-product-list ul.products .price {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    font-weight: 700; }
    .woocommerce-product-list ul.products .price del {
      font-size: 0.85em; }
    .woocommerce-product-list ul.products .price del {
      font-size: 14px;
      color: var(--light);
      font-weight: 400; }
    .woocommerce-product-list ul.products .price ins {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
              order: -1; }
  .woocommerce-product-list ul.products .short-description {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .woocommerce-product-list ul.products .star-rating {
    font-size: 12px;
    margin-bottom: 3px; }
  .woocommerce-product-list ul.products .slick-slide {
    height: auto !important; }

.time-sale .deal-text {
  color: var(--secondary); }

.time-sale .mailyspa-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .time-sale .mailyspa-countdown .countdown-item {
    margin-right: 9px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1;
    width: 52px; }
    .time-sale .mailyspa-countdown .countdown-item .countdown-digits {
      display: block;
      font-size: 16px;
      padding: 7px 0;
      font-weight: 700;
      border-radius: 3px 3px 0 0;
      color: #ffffff;
      background-color: var(--primary); }
    .time-sale .mailyspa-countdown .countdown-item .countdown-label {
      font-size: 10px;
      display: block;
      padding: 4px 0;
      text-transform: uppercase;
      border-radius: 0 0 3px 3px;
      border-width: 0 1px 1px 1px;
      border-style: solid;
      border-color: var(--border);
      color: var(--light); }
    .time-sale .mailyspa-countdown .countdown-item:last-child {
      margin-right: 0; }

.woocommerce-loop-product__gallery {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  display: none;
  margin: 15px 0 20px; }
  .woocommerce-loop-product__gallery .gallery_item {
    width: 60px;
    margin: 5px;
    border: 1px solid;
    cursor: pointer;
    border-color: var(--border); }
    .woocommerce-loop-product__gallery .gallery_item.active {
      border-color: var(--heading); }

@media (min-width: 1024px) {
  .grid-layout-special ul.products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 0 !important; }
    .grid-layout-special ul.products li.product {
      width: 100%;
      max-width: 100% !important;
      padding: 0;
      margin-bottom: 0; }
      .grid-layout-special ul.products li.product:first-child {
        grid-row-start: span 2;
        grid-column-start: span 2; }
        .grid-layout-special ul.products li.product:first-child .woocommerce-loop-product__gallery {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex; }
      .grid-layout-special ul.products li.product:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
                order: -1; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce.grid-layout-special ul.products li.product:first-child {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%; }
    .woocommerce.grid-layout-special ul.products li.product:first-child .woocommerce-loop-product__gallery {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; } }

.elementor-site-logo-wrapper .site-branding .custom-logo-link {
  display: block; }

.elementor-site-logo-wrapper .site-branding img {
  display: inline-block;
  vertical-align: middle; }

.elementor-widget-container .elementor-teams-wrapper {
  line-height: 1.5em;
  display: inline-block;
  text-align: left; }
  .elementor-widget-container .elementor-teams-wrapper .team-image {
    position: relative;
    margin-bottom: 30px; }
    .elementor-widget-container .elementor-teams-wrapper .team-image img {
      position: relative;
      margin: 0 auto; }
    .elementor-widget-container .elementor-teams-wrapper .team-image:before {
      position: absolute;
      content: '';
      top: -15px;
      right: -15px;
      width: 100%;
      height: 100%;
      z-index: 0;
      border: 1px solid;
      color: #f6ceda;
      opacity: 0; }
  .elementor-widget-container .elementor-teams-wrapper .team-name {
    position: relative;
    text-transform: capitalize;
    color: var(--heading);
    font-family: "ElMessiri", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 45px; }
    .elementor-widget-container .elementor-teams-wrapper .team-name:after {
      position: absolute;
      content: '';
      bottom: 5px;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #e885a3; }
    .elementor-widget-container .elementor-teams-wrapper .team-name a {
      color: var(--heading); }
    .elementor-widget-container .elementor-teams-wrapper .team-name a:hover {
      color: var(--primary); }
  .elementor-widget-container .elementor-teams-wrapper .team-name:hover {
    color: var(--primary); }
  .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-35px);
        -ms-transform: translateY(-35px);
            transform: translateY(-35px); }
    .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      list-style: none;
      margin: 0; }
      .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social {
        text-align: center;
        margin: 0 5px; }
        .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a {
          position: relative;
          display: inline-block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border-radius: 50%;
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          color: var(--heading);
          background-color: #fff;
          font-size: 14px; }
          .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 1px solid;
            opacity: 0;
            border-color: var(--primary);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:hover {
          color: #ffffff;
          background-color: var(--primary);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul li.social a:hover:before {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2);
            opacity: 1; }
  .elementor-widget-container .elementor-teams-wrapper .team-description {
    color: var(--body);
    font-size: 12px;
    letter-spacing: 2.4px;
    font-weight: 400;
    margin-bottom: 15px; }
  .elementor-widget-container .elementor-teams-wrapper:hover .team-image:before {
    opacity: 1; }
  .elementor-widget-container .elementor-teams-wrapper:hover .team-icon-socials {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
    opacity: 1; }

.elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
  right: 30px; }
  .elementor-teams-layout-social-right .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin: 0 -5px; }

.elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
  margin: 0 auto;
  left: 0;
  right: 0; }
  .elementor-teams-layout-social-center .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }

.elementor-teams-layout-social-left .elementor-widget-container .elementor-teams-wrapper .team-icon-socials {
  left: 30px; }
  .elementor-teams-layout-social-left .elementor-widget-container .elementor-teams-wrapper .team-icon-socials ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0 -5px; }

.elementor-widget-mailyspa-team-box {
  text-align: center; }

.elementor-testimonial-item-wrapper .item-box {
  background-color: var(--background); }
  .elementor-testimonial-item-wrapper .item-box .item-meta .details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex; }
  .elementor-testimonial-item-wrapper .item-box .item-meta .info {
    text-align: left; }

.elementor-testimonial-item-wrapper .title {
  color: var(--primary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px; }

.elementor-testimonial-item-wrapper .icon-inner {
  font-size: 60px; }

.elementor-testimonial-item-wrapper .content {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px; }

.elementor-testimonial-item-wrapper .details {
  color: var(--heading); }

.elementor-testimonial-item-wrapper .name {
  text-transform: capitalize;
  color: var(--heading);
  font-family: "ElMessiri", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px; }
  .elementor-testimonial-item-wrapper .name a {
    color: var(--heading); }
    .elementor-testimonial-item-wrapper .name a:hover {
      color: var(--primary); }

.elementor-testimonial-item-wrapper .job {
  color: var(--body);
  font-size: 13px; }

.elementor-testimonial-item-wrapper.left .item-box .item-meta .details {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.elementor-testimonial-item-wrapper.center .item-box .item-meta .details {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.elementor-testimonial-item-wrapper.right .item-box .item-meta .details {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.elementor-testimonial-item-wrapper.style1 .item-box {
  position: relative;
  margin-top: 20px;
  margin-right: 20px; }
  .elementor-testimonial-item-wrapper.style1 .item-box:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    bottom: 20px;
    right: -20px;
    border: 1px solid;
    border-color: var(--primary);
    z-index: -1; }

.elementor-testimonial-item-wrapper.style2 .item-box {
  border: 1px solid;
  border-color: var(--border);
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px; }
  .elementor-testimonial-item-wrapper.style2 .item-box:hover:before {
    border-color: #f5dad0; }
  .elementor-testimonial-item-wrapper.style2 .item-box:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -6px;
    right: 5px;
    height: 10px;
    border: 1px solid;
    border-color: var(--border);
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }

.testimonial-decor {
  width: 30px;
  height: 2px;
  background: #d9d9d9;
  display: inline-block; }

.elementor-testimonial-image {
  margin-right: 20px;
  position: relative;
  display: inline-block; }
  .elementor-testimonial-image img {
    display: inline;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%; }
  .elementor-testimonial-image i {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    color: var(--primary);
    background-color: var(--heading);
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 40px; }

@media (max-width: 767px) {
  .mailyspa-carousel .slick-arrow {
    display: none !important; } }

.elementor-timeline-wrapper .item {
  padding: 45px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .elementor-timeline-wrapper .item {
      padding-top: 10px; } }
  .elementor-timeline-wrapper .item:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: var(--primary);
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .elementor-timeline-wrapper .item:before {
        left: 50%; } }
  .elementor-timeline-wrapper .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .elementor-timeline-wrapper .item:nth-child(2n) .thumbnail {
      padding-left: 90px;
      width: 50%;
      padding-right: 0; }
    .elementor-timeline-wrapper .item:nth-child(2n) .content-wrap > .inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    @media (min-width: 768px) {
      .elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap {
        padding-left: 15px;
        padding-right: 0; }
        .elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap .inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
        .elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .number-wrap .line:before {
          right: -12px;
          left: unset; } }

.elementor-timeline-wrapper .thumbnail {
  padding-right: 90px;
  width: 50%;
  display: none; }
  @media (min-width: 768px) {
    .elementor-timeline-wrapper .thumbnail {
      display: block; } }
  .elementor-timeline-wrapper .thumbnail img {
    border-radius: 3px; }

@media (min-width: 768px) {
  .elementor-timeline-wrapper .thumbnail-mobile {
    display: none; } }

.elementor-timeline-wrapper .thumbnail-mobile img {
  border-radius: 3px; }

.elementor-timeline-wrapper .content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  @media (min-width: 768px) {
    .elementor-timeline-wrapper .content-wrap {
      width: 50%;
      max-width: 645px; } }
  .elementor-timeline-wrapper .content-wrap .inner {
    display: block;
    width: 100%;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .elementor-timeline-wrapper .content-wrap .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding-left: 0; } }
  .elementor-timeline-wrapper .content-wrap .number-wrap {
    width: 25%;
    position: relative;
    font-size: 30px;
    padding-top: 15px;
    padding-right: 15px;
    font-family: "ElMessiri", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-left: -39px;
    max-width: 213px;
    color: var(--primary); }
    @media (min-width: 768px) {
      .elementor-timeline-wrapper .content-wrap .number-wrap {
        width: 33%;
        margin-left: 0;
        padding-top: 50px; } }
    .elementor-timeline-wrapper .content-wrap .number-wrap .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      max-width: 70px; }
      @media (min-width: 768px) {
        .elementor-timeline-wrapper .content-wrap .number-wrap .inner {
          max-width: unset; } }
    .elementor-timeline-wrapper .content-wrap .number-wrap .line {
      width: 60px;
      height: 0px;
      background-color: var(--primary);
      vertical-align: middle;
      margin: 0 8px;
      position: relative;
      display: inline-block; }
      @media (min-width: 768px) {
        .elementor-timeline-wrapper .content-wrap .number-wrap .line {
          height: 1px; } }
      .elementor-timeline-wrapper .content-wrap .number-wrap .line:before {
        content: '';
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--primary);
        top: -4px;
        left: -12px; }
  .elementor-timeline-wrapper .content-wrap .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
  .elementor-timeline-wrapper .content-wrap .title {
    font-size: 40px;
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .elementor-timeline-wrapper .content-wrap .title {
        font-size: 52px; } }

.elementor-vertical-menu-wrapper .menu-mobile-nav-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: var(--primary); }
  .elementor-vertical-menu-wrapper .menu-mobile-nav-button i {
    font-size: 16px;
    line-height: 0; }
  .elementor-vertical-menu-wrapper .menu-mobile-nav-button:hover {
    background-color: var(--primary_hover); }

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

.elementor-video-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.elementor-video-popup {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.elementor-video-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

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

.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          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: #7c3367;
    -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 0.5s ease;
    transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease, -webkit-clip-path 0.5s ease; }

.animated-slide-column > .elementor-column-wrap {
  -webkit-transition: opacity 0s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 0s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 0s 0.6s, transform 1s 0.6s;
  transition: opacity 0s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
  opacity: 0;
  -webkit-transform: translateX(-20px) translateZ(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(--primary);
  z-index: 3;
  -webkit-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;
  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 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            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%;
    -o-object-fit: cover;
       object-fit: cover; }
    .animated-bg-parallax .img-banner-parallax:not(.hover) {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }

.elementor-button {
  font-family: "ElMessiri", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

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

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

.elementor-widget-icon-box .elementor-widget-container {
  position: relative;
  background: white; }

.elementor-widget-icon-box.show-border-yes:before {
  height: 100%;
  width: calc(100% - 10px);
  border: 1px solid #ebebeb;
  position: absolute;
  margin: auto;
  left: 5px;
  border-radius: 2px;
  top: 5px; }

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none; }

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

.elementor-button-wrapper .elementor-button-content-wrapper .elementor-button-icon i {
  display: block; }

.elementor-widget-icon.elementor-shape-circle .elementor-icon-wrapper {
  line-height: 0; }

.style-theme-yes .elementor-accordion-item {
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--border); }
  .style-theme-yes .elementor-accordion-item .elementor-tab-title {
    color: var(--heading);
    font-weight: 700;
    padding: 15px 20px 15px 0px; }
    .style-theme-yes .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
      line-height: 1.8;
      font-size: 1em;
      margin-left: 25px;
      color: var(--primary); }
    .style-theme-yes .elementor-accordion-item .elementor-tab-title a {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0px;
      color: var(--heading);
      font-family: "ElMessiri", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .style-theme-yes .elementor-accordion-item .elementor-tab-title.elementor-active {
    padding: 30px 20px 0px 40px;
    border: 0;
    margin-top: -1px;
    color: var(--heading);
    background-color: #fdf2f5; }
    .style-theme-yes .elementor-accordion-item .elementor-tab-title.elementor-active a {
      color: var(--heading); }
  .style-theme-yes .elementor-accordion-item .elementor-tab-content {
    border-top: none;
    margin-bottom: -1px;
    line-height: 30px;
    padding: 7px 70px 30px 40px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    background-color: #fdf2f5;
    color: #666666; }
    .style-theme-yes .elementor-accordion-item .elementor-tab-content p {
      margin: 0; }

.elementor-accordion-item:last-child {
  border-bottom: 0px; }

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

body:not(.mailyspa-header-side):not(.has-scrollbar) .content-area .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:not(.mailyspa-header-side) .content-area .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:not(.mailyspa-header-side) .content-area .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-widget-call-to-action .elementor-button .mailyspa-icon-arrow {
  font-size: 7px; }

.elementor-widget-call-to-action.button-effect-yes .elementor-button span {
  position: relative;
  padding-right: 4em !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.elementor-widget-call-to-action.button-effect-yes .elementor-button i {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right .5s ease;
  transition: right .5s ease; }

.elementor-widget-call-to-action.button-effect-yes .elementor-button:hover span {
  padding-right: 0 !important;
  padding-left: 4em !important; }

.elementor-widget-call-to-action.button-effect-yes .elementor-button:hover i {
  right: calc(100% - 30px); }

.elementor-widget-form.button-effect-yes .elementor-button {
  position: relative;
  overflow: hidden; }
  .elementor-widget-form.button-effect-yes .elementor-button > span {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex; }
  .elementor-widget-form.button-effect-yes .elementor-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    background-color: var(--primary);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .elementor-widget-form.button-effect-yes .elementor-button:hover:before {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top; }
  .elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-icon.elementor-align-icon-right {
    right: calc(100% - 30px); }
  .elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-icon.elementor-align-icon-left {
    left: calc(100% - 30px); }
    .elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-icon.elementor-align-icon-left + .elementor-button-text {
      padding-right: 4em;
      padding-left: 0; }
  .elementor-widget-form.button-effect-yes .elementor-button:hover .elementor-button-text {
    padding-right: 0;
    padding-left: 4em; }
  .elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon {
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon .mailyspa-icon-arrow {
      font-size: 7px; }
    .elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon.elementor-align-icon-right {
      right: 0; }
    .elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon.elementor-align-icon-left {
      left: 0; }
      .elementor-widget-form.button-effect-yes .elementor-button .elementor-button-icon.elementor-align-icon-left + .elementor-button-text {
        padding-right: 0;
        padding-left: 4em; }
  .elementor-widget-form.button-effect-yes .elementor-button .elementor-button-text {
    padding-right: 4em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: none; }

.elementor-field-group .elementor-field-textual {
  border-radius: 0;
  border-width: 0 0 1px;
  padding: 0 0 0.9em; }

.elementor-countdown-item {
  position: relative; }
  .elementor-countdown-item:last-child:after {
    display: none; }
  .elementor-countdown-item:after {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

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

.elementor-field-group .elementor-select-wrapper:before {
  display: none; }

.img-hover {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.elementor-column:hover .img-hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.circle-border-hover .elementor-social-icon {
  position: relative; }
  .circle-border-hover .elementor-social-icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid;
    opacity: 0;
    border-color: var(--primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .circle-border-hover .elementor-social-icon:hover:before {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }

.elementor-widget-image .elementor-image > a img[src$=".svg"] {
  width: unset; }

.elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
  width: unset; }

.elementor-widget-gallery .elementor-gallery-title {
  padding: 9px 0; }
  .elementor-widget-gallery .elementor-gallery-title:after {
    height: 2px;
    left: -10px;
    width: 0; }
  .elementor-widget-gallery .elementor-gallery-title:before {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 5px;
    height: 2px;
    width: 0; }
  .elementor-widget-gallery .elementor-gallery-title:hover:before, .elementor-widget-gallery .elementor-gallery-title:hover:after, .elementor-widget-gallery .elementor-gallery-title.elementor-item-active:before, .elementor-widget-gallery .elementor-gallery-title.elementor-item-active:after {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }/**
* Theme Name: Mailyspa Child
* Description: This is a child theme of Mailyspa, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Duc Pham (Opal Team)</a>
* Template: mailyspa
* Version: 1.1.0
*/.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l0uumjng.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l9uumjng.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l1uumjng.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l6uumjng.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l2uumjng.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l3uumjng.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc53fwrk3iltcvneqg7ca725jhhknnqk6l5uum.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(https://www.mesoestetica.eu/wp-content/uploads/elementor/google-fonts/fonts/inter-ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}