.elementor-kit-1397{--e-global-color-primary:#00AEEF;--e-global-color-secondary:#FFF200;--e-global-color-text:#C7EFFF;--e-global-color-accent:#006FAD;--e-global-color-cf875eb:#6DCFF6;--e-global-color-0da795b:#000000;--e-global-color-13f4851a:#FFFFFF;--e-global-color-6cb047a:#FFFFFF00;--e-global-typography-primary-font-family:"General Sans";--e-global-typography-primary-font-size:5.75em;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"General Sans";--e-global-typography-secondary-font-size:3.25em;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"General Sans";--e-global-typography-text-font-size:2.625em;--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"General Sans";--e-global-typography-accent-font-size:1.5em;--e-global-typography-accent-font-weight:700;--e-global-typography-fcce242-font-family:"DM Sans";--e-global-typography-fcce242-font-size:1em;--e-global-typography-fcce242-font-weight:500;--e-global-typography-fcce242-line-height:1.4em;--e-global-typography-e0af2e8-font-family:"General Sans";--e-global-typography-e0af2e8-font-size:1.5em;--e-global-typography-e0af2e8-font-weight:700;--e-global-typography-1a3fdd1-font-family:"General Sans";--e-global-typography-1a3fdd1-font-size:1.5em;--e-global-typography-1a3fdd1-font-weight:600;--e-global-typography-c93954f-font-family:"General Sans";--e-global-typography-c93954f-font-size:2em;--e-global-typography-c93954f-font-weight:700;color:var( --e-global-color-accent );font-family:var( --e-global-typography-fcce242-font-family ), Sans-serif;font-size:var( --e-global-typography-fcce242-font-size );font-weight:var( --e-global-typography-fcce242-font-weight );line-height:var( --e-global-typography-fcce242-line-height );}.elementor-kit-1397 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1397{--e-global-typography-primary-font-size:4em;--e-global-typography-secondary-font-size:3em;--e-global-typography-text-font-size:2em;--e-global-typography-e0af2e8-font-size:1.375em;--e-global-typography-1a3fdd1-font-size:1.375em;--e-global-typography-c93954f-font-size:1.7em;font-size:var( --e-global-typography-fcce242-font-size );line-height:var( --e-global-typography-fcce242-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1397{--e-global-typography-primary-font-size:3em;--e-global-typography-secondary-font-size:3em;--e-global-typography-text-font-size:2em;--e-global-typography-accent-font-size:1.375em;--e-global-typography-e0af2e8-font-size:1.375em;--e-global-typography-1a3fdd1-font-size:1.375em;font-size:var( --e-global-typography-fcce242-font-size );line-height:var( --e-global-typography-fcce242-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*******VARIABLES******/
:root {
    --padding-section-dk: 100px;
    --padding-section-tb: 80px;
    --padding-section-mb: 70px;
  
    --padding-section: var(--padding-section-dk);
  
    --margin-section-dk: 100px;
    --margin-section-tb: 80px;
    --margin-section-mb: 70px;
  
    --margin-section: var(--margin-section-dk);
  
    --padding-section-items-dk: 50px;
    --padding-section-items-tb: 40px;
    --padding-section-items-mb: 30px;
  
    --padding-section-items: var(--padding-section-items-dk);
  } 
  
  @media (max-width: 1024px) {
    :root {
      --padding-section: var(--padding-section-tb);
  
      --margin-section: var(--margin-section-tb);
  
      --padding-section-items: var(--padding-section-items-tb);
    }
  }
  
  @media (max-width: 767px) {
    :root {
      --padding-section: var(--padding-section-mb);
  
      --margin-section: var(--margin-section-mb);
  
      --padding-section-items: var(--padding-section-items-mb);
    }
  }

/*Prevent horizontal scroll*/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*BOXED SECTIONS WITH NO PADDING ON MOBILE*/
@media (max-width: 767px) {
  .boxed-no-pdd-mb .elementor-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/*FIX FOR 10px GAP IN SECTIONS*/
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { 
    padding: 0px;
}

/*FIX FOR ICON BOXES ON RESPONSIVE*/
@media (max-width: 767px) {
  .elementor-widget-icon-box .elementor-icon-box-wrapper {
    align-items: center;
  }
}

/*FIX FOR :focus ON FLICKITYS*/
.flickity-button:focus {
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .flickity-no-click-dk .flickity-viewport {
    pointer-events: none;
  }
  
  .flickity-no-click-dk .flickity-button.flickity-prev-next-button {
      display: none;
  }
}

/*FIX FOR SCROLL IN MODALS*/
@media (max-width: 1440px) and (max-height: 900px) {
   .clubmac-modal > div {
      overflow-y: auto !important;
      overflow-x: hidden !important;
    } 
}

@media (max-width: 1024px) {
    .clubmac-modal > div {
      overflow-y: auto !important;
      overflow-x: hidden !important;
    } 
}


/* disable engine widget on detail pages */

/*.cat-room-detail .elementor-widget-Mirai.Booking, 
.cat-offer-detail .elementor-widget-Mirai.Booking {
  display: none; 
}*/
  
/*BULLETED LIST*/
.bulleted-list ul li {
    list-style-type: disc;
    list-style-position: inside;
}

/*CSS FOR IMAGE WIDGET AS BACKGROUND*/
.bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*SCROLLABLE TEXT*/
.scrollable-text {
  max-height: 175px;
  overflow-y: auto;
  overflow-x: hidden;
}
/*------------ SCROLLBAR -----------*/

.scrollable-text::-webkit-scrollbar {
  width: 5px;
}

.scrollable-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.scrollable-text::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-primary);
  border-radius: 5px;
}

.scrollable-text::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-secondary);
}

/*TAXONOMY FILTER ITEMS STYLES*/
.taxonomy-filter .e-filter {
    padding: 0 0 40px 0;
}

.taxonomy-filter .e-filter:hover {
    cursor: pointer;
}


/*-----------BOXES SECTION ON ALL INCLUSIVE AND ABOUT US PAGES----------------*/
@media (min-width: 767px) {
    .boxes-section .box {
        width: 33%;
        max-width: 33%;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .boxes-section .box {
        width: 50%;
        max-width: 50%;
    }
}
/*-----------------------------------*/

/*-------------ICONS FADING ON SECTIONS-----------------*/
.show-icons {
    height: 0px;
}

@media (max-width: 768px) {
    .show-icons,
    .show-icons > .elementor-widget-wrap {
        width: 150vw;
    }
}

@media (max-width: 425px) {
    .show-icons,
    .show-icons > .elementor-widget-wrap {
        width: 230vw;
    }
}

.icon {
    width: 100px;
    position: relative;
    bottom: -100px;
    animation: riseAndFade 4s ease-in-out infinite;
    filter: brightness(0) opacity(20%) invert(.7) sepia(.4) saturate(1000%) hue-rotate(180deg);
}

@keyframes riseAndFade {
    0% {
        bottom: -115px; 
    }

    50% {
        bottom: 20px;
    }
    100% {

        bottom: -115px;
    }
}

.icon {
    opacity: 1;
    border-width: 0;
    transition: opacity 0.3s linear;
}

.icon.fade-in {
    opacity: 1;
    transition: opacity 0.3s linear;
}

.icon.fade-out {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/*------------WAVY SECTIONS-----------------*/
.wavy-section:before {
    content: "";
    background: url("/app/uploads/sites/952/large-waves.svg") repeat-x top center;
    position: absolute;
    width: 150vw;
    height: 40px;
    top: -20px;
    left: 0;
    animation: wavy 2s linear infinite backwards;
}

.wavy-section.lightblue:before {
    background: url("/app/uploads/sites/952/large-waves-blue.svg");
}

.wavy-section.blue:before {
    background: url("/app/uploads/sites/952/primaryblue.svg");
}

@keyframes wavy {
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-158px);
    }
}

/*-------WAVE GALLERY------------*/
.wave-gallery:before {
    content: "";
    background: url("/app/uploads/sites/952/wave-gallery-1.svg") repeat-x top center;
    position: absolute;
    width: 150vw;
    height: 40px;
    top: -20px;
    left: 0;
}
/*-------------------*/

/*WAVE LIGHTBLUE FIX*/
.wave.lightblue svg path {
    stroke: var(--e-global-color-text);
}


/*----------SAME CSS USED FOR MODAL FLICKITY---------------*/

/*GLASS EFFECT ON SECTION*/
.flickity-section .blurred-nav-flickity:before {
    content: '';
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background: #ffffff30;
    border-radius: 30px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/*STYLES FOR SELECTED NAV ITEM*/
.flickity-section .blurred-nav-flickity .carousel-cell.is-selected > .elementor-widget-container img {
    border-color: #fff;
}

.flickity-section .blurred-nav-flickity .carousel-cell:not(.is-selected) span svg path {
    fill: var(--e-global-color-accent);
}

/*BLURRED GLASS FLICKITY ARROWS*/
.flickity-section .blurred-nav-flickity .flickity-button.flickity-prev-next-button:before {
    content: '';
    width: 98%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background: #ffffff30;
    z-index: -1;
    border: 3px solid #fff;
    border-radius: 50px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.flickity-section .carousel-cell img {
    border-radius: 25px;
}

/*FLICKITY ICONS NAV WIDTH*/
.flickity-icons-location-nav {
    width: 525px;
    max-width: 525px;
}

@media (min-width: 1025px) and (max-width: 1440px) and (max-height: 800px) {
    .flickity-icons-location-nav .flickity-prev-next-button.previous {
        left: -10% !important;
    }
    
    .flickity-icons-location-nav .flickity-prev-next-button.next {
        right: -10% !important;
    }
}

@media (max-width: 425px) {
   .flickity-icons-location-nav {
        width: 290px;
        max-width: 290px;
    }
}


/*---------------WEB BUTTONS--------------*/
/*ANIMATION FOR ICON ON BUTTONS*/
@keyframes showIcon {
    0% {
        opacity: 0;
        padding-left: 0px;
    }
    
    100% {
        opacity: 1;
        padding-left: 10px;
    }
}

@keyframes hideIcon {
    100% {
        opacity: 0;
        padding-left: 0px;
    }
    
    0% {
        opacity: 1;
        padding-left: 10px;
    }
}

a.main-btn.elementor-button,
.main-btn a {
  font-size: 1em;
  font-weight: 700;
  padding: 15px 40px;
  border-radius: 30px;
  cursor: pointer;
}

a.main-btn.elementor-button:hover .elementor-button-icon,
.main-btn a:hover .elementor-button-icon {
    animation: showIcon .5s ease forwards;
}

a.main-btn.elementor-button .elementor-button-icon,
.main-btn a .elementor-button-icon {
    width: 0px;
    animation: hideIcon .5s ease forwards;
}

/*PRIMARY BUTTON - YELLOW COLOR*/
.main-btn.primary-btn a {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
}

/*SECONDARY BUTTON - BLUE COLOR*/
.main-btn.secondary-btn a {
    color: var(--e-global-color-13f4851a);
    background-color: var(--e-global-color-primary);
}

/*TERTIARY BUTTON - LIGHTEST BLUE COLOR*/
.main-btn.tertiary-btn a {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-text);
}

/*FOURTH BUTTON - WHITE COLOR*/
.main-btn.fourth-btn a {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-13f4851a);
}

/*FOURTH BUTTON - BLUE LIGHT COLOR*/
.main-btn.fifth-btn a {
    color: var(--e-global-color-13f4851a);
    background-color: var(--e-global-color-cf875eb);
}

/*CLUB PAGE STYLES*/
.mi-form__submit.mi-s-color-button {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-13f4851a);
}

.mi-form-item__password-visibility.mi-s-color-link,
.mi-privacy-policy-link.mi-s-color-link {
  color: var(--e-global-color-primary);
}


/*--------------ROOMS STYLES-----------------------*/
/*-------------ROOM DETAIL----------------*/
.rooms-detail-wrapper.room-has-detail h2 {
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-primary);
    text-transform: none;
}

.rooms-detail-wrapper.room-has-detail .room-calendar-button,
.calendar-wrapper.calendar-type1 .booking_mobile {
    font-size: 1em;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 30px;
    cursor: pointer;
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
}

body.cat-room-detail .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1440px;
}

/* START LEGAL PAGE TEXT WIDGET*/
/* Heading H1 */
.mft-legal-text h1 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}
/* Heading H2 */
.mft-legal-text h2 {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-primary);
    padding-bottom: 20px;
}
 
/* Heading H3*/
.mft-legal-text h3 {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: calc(var(--e-global-typography-text-font-size) - 0.3rem);
    font-weight: var(--e-global-typography-text-font-weight);
    padding-bottom: 20px;
}
 
/* LINKS */
.mft-legal-text a {
    text-wrap: wrap;
    overflow-wrap: break-word;
    text-decoration: none;
    color: var( --e-global-color-primary );
}
 
/* SPACE AFTER ELEMENTS */
.mft-legal-text p,
.mft-legal-text ul {
    margin-bottom: 15px;
}
 
/* LISTS */
.mft-legal-text ul li {
    list-style-type: circle;
    overflow-wrap: break-word;
}
 
/* TABLE STYLE */
.mft-legal-text table {
    background-color: transparent;
    width: 100%;
    font-size: 1em;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 30px 0;
}
 
/*.mft-legal-text table tr:first-child {
    background-color: var(--e-global-color-primary);
    color: white;
}*/
 
/*Table cell padding and styles*/
.mft-legal-text table td,.mft-legal-text table th {
    padding: 15px;
    line-height: 1.5em;
    vertical-align: top;
    border: 1px solid #80808080;
    min-width: 200px;
}
 
@media (max-width: 1023px) {
    .mft-legal-text table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
/************************/
 
/*Table Heading font styles in case you have one*/
.mft-legal-text table th {
    font-weight: 700;
}
 
.mft-legal-text table tfoot th,.mft-legal-text table thead th {
    font-size: 1em;
}
/************/
 
/*Border for all table items*/
.mft-legal-text table caption+thead tr:first-child td,
.mft-legal-text table caption+thead tr:first-child th,
.mft-legal-text table colgroup+thead tr:first-child td,
.mft-legal-text table colgroup+thead tr:first-child th,
.mft-legal-text table thead:first-child tr:first-child td,
.mft-legal-text table thead:first-child tr:first-child th {
    border-block-start: 1px solid #80808080;
}
 
/*Background of odd table rows*/
.mft-legal-text table tbody > tr:nth-child(odd) > td,
.mft-legal-text table tbody > tr:nth-child(odd) > th {
    background-color: #80808012;
}
 
.mft-legal-text table tbody+tbody {
    border-block-start: 1px solid #80808080;
}
 
.mft-legal-text table a:hover {
    color: #00000080;
    text-decoration: none;
}
 
/* END LEGAL PAGE TEXT WIDGET */




/*BS1 STYLES*/
body .mi-rs {
    font-family: 'General Sans';
    font-size: 1em;
    color: var(--e-global-color-accent) !important;
    font-weight: 500;
}

body .mi-rs-room-info h2 {
    font-weight: 700;
}

body .mi-rs .mi-rs-room-occupation-people-edit{
    color: var(--e-global-color-accent) !important;
    font-weight: 500;
}

body .mi-rs-rate-night-price {
    color: var(--e-global-color-accent) !important;
    font-weight: 700;
    font-size: 2.6em;
}

body .mi-rs-rate-total-price {
    color: var(--e-global-color-accent) !important;
}

body .mi-breadcrumbs,
body .mi-dropdown-select-field,
body .mi-dropdown-btn,
body .mi-rs-room-info .mi-rs-room-info-resume {
    color: var(--e-global-color-accent) !important;
    font-weight: 500 !important;
}

body .mi-room-installations__item span[class] {
    background: var(--e-global-color-text);
    border: 0;
}

body .mi-rs-rates-listing .mi-rs-rate:nth-child(odd) {
    background: var(--e-global-color-text) !important;
}

body .mi-rs-rate-title {
    font-size: 1.5em;
    color: var(--e-global-color-accent);
    font-weight: 700;
}

body .mi-rs-rate-qty .mi-rs-rate-select-room-btn {
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 1em !important;
    padding: 10px 15px !important;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-13f4851a);
}

/*----------------CLUB----------------------*/
/*CLUB LOGIN MOBILE STYLES*/
@media (max-width: 768px) {
    .club-hamburguer-menu .mim-club-login__access-wrapper {
        position: relative;
    }
    
    .club-hamburguer-menu .mim-club-login__access.club-login__access .mim-club-login__access-text {
        display: none;
    }
    
    .club-hamburguer-menu .mim-club-login__access.club-login__access {
        width: 100%;
        font-weight: 500;
    }
    
    .club-hamburguer-menu .mim-club-login__access-wrapper .mim-club-login__access-text {
        font-size: 1em;
    }
}

/*-----------------BS1 ICONS-------------*/
/*POOL TOWELS*/
.mi-icoinstl-Pooltowelsagainstdeposit:before {
    content: "\eb02";
    font-family: 'mirai-icofonts';
}

/*DRINKS IN BARS*/
.mi-icoinstl-Selectionofbrandeddrinksinthebars:before {
    content: "\eb0d";
    font-family: 'mirai-icofonts';
}

/*TICKETS*/
.mi-icoinstl-TicketsforFunWorld:before {
    content: "\ea0d";
    font-family: 'mirai-icofonts';
}

/*------------BLOG STYLES---------------*/
/*HIDE WPML DROPDOWN ON BLOG PAGE*/
body.cat-blog .js-wpml-ls-sub-menu li:not(.wpml-ls-first-item) {
    display: none;
}

/*HIDE "BLOG and FAQ" MAIN MENU OPTION WHEN LANGUAGE IS DIFFERENT FROM EN
body:not(.mi-curlang-en) .hide-not-en {
    display: none !important;
}*/


/*------------FAQS STYLES---------------*/
/* FAQS POSTS LIST WIDGET */
.mft-faq-posts-widget .elementor-post__text {
    display: grid !important;
    grid-template-columns: 1fr 20px;
    grid-template-rows: auto;
    justify-items: start;
    align-content: center;
    height: fit-content;
    gap: 10px;
}

/* Button Red more - Arrow */
.mft-faq-posts-widget .elementor-post__read-more {
    align-self: center;
}

.mft-faq-posts-widget .elementor-post__read-more img {
    transform: rotate(180deg);
    height: 20px;
}

/* Title */
.mft-faq-posts-widget .elementor-post__title a {
    font-size: 16px !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Regular.eot');
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Regular.woff2') format('woff2'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Regular.woff') format('woff'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Regular.ttf') format('truetype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Regular.svg#GeneralSans') format('svg');
}
@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Bold.eot');
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Bold.woff2') format('woff2'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Bold.woff') format('woff'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Bold.ttf') format('truetype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Bold.svg#GeneralSans') format('svg');
}
@font-face {
	font-family: 'General Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Semibold.eot');
	src: url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Semibold.woff2') format('woff2'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Semibold.woff') format('woff'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Semibold.ttf') format('truetype'),
		url('https://static-resources-elementor.mirai.com/wp-content/uploads/sites/952/GeneralSans-Semibold.svg#GeneralSans') format('svg');
}
/* End Custom Fonts CSS */