/*--------------------*/
/* RESET              */
/*--------------------*/
html {-webkit-box-sizing: border-box;box-sizing: border-box;}
*,*:before,*:after {-webkit-box-sizing: inherit;box-sizing: inherit;}
* {margin: 0;padding: 0;border: 0;font-size: 100%;line-height: 0;font: inherit;vertical-align: baseline;-webkit-text-size-adjust: none;-webkit-locale: auto;}
html:not(.touch-screen)::-webkit-scrollbar,html:not(.touch-screen) *::-webkit-scrollbar {width: 6px;height: 6px;}
html:not(.touch-screen)::-webkit-scrollbar-track,html:not(.touch-screen) *::-webkit-scrollbar-track {background: var(--clr-white);}
html:not(.touch-screen)::-webkit-scrollbar-thumb,html:not(.touch-screen) *::-webkit-scrollbar-thumb {background: var(--clr-secondary);}
:focus,:hover,:active,:visited {outline: none;}
button {background: none;}
body ::-moz-selection {color: #fff;background: #32353F;}
body ::selection {color: #fff;background: #32353F;}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
a:hover {text-decoration: none;}
ul,ol {list-style: none;}
picture {font-size: 0;}
img {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;max-width: 100%;height: auto;width: auto;}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 16px;font-weight: 400;color: var(--clr-black);}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,
input:-moz-placeholder,textarea:-moz-placeholder,
input::-moz-placeholder,textarea::-moz-placeholder,
input:-ms-input-placeholder,textarea:-ms-input-placeholder {display: none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;height: 0.7em;width: 0.7em;background-size: contain;cursor: pointer;}
input,textarea,select {border-radius: 0;background: none;border: none;margin: 0;width: 100%;padding: 0;}
textarea {display: block;resize: none;overflow: auto;}
select::-ms-expand {display: none;}
/*--------------------*/
/* GLOBAL SETTINGS    */
/*--------------------*/
:root {
    --ff-1: "Outfit",sans-serif;
    --f-hero: clamp(2rem, -1.875rem + 6.25vw, 4.6875rem);
	--h-1: clamp(2rem, 1.4071rem + 2.5296vw, 4rem);
	--h-2: clamp(1.625rem, 1.2174rem + 1.7391vw, 3rem);
	--h-3: clamp(1.375rem, 1.1897rem + 0.7905vw, 2rem);
	--h-4: clamp(1.125rem, 1.0879rem + 0.1581vw, 1.25rem);
	--h-5: clamp(1rem, 0.9629rem + 0.1581vw, 1.125rem);
	--h-6: clamp(0.875rem, 0.8421rem + 0.1404vw, 1rem);

    --text: var(--h-6); 
    --text-md: var(--h-5);
    --text-lg: clamp(1.125rem, 1.0509rem + 0.3162vw, 1.375rem);

    --sp-lg: clamp(4rem, 2.9625rem + 4.4269vw, 7.5rem);
    --sp-md: clamp(3.5rem, 3.0553rem + 1.8972vw, 5rem);
    --sp-sm: clamp(1.5rem, 1.0183rem + 2.0553vw, 3.125rem);

    --rd-1: 1.5rem;
    --rd-2: 0.75rem;
    --rd-3: 2rem;

    --clr-input: #BCB5AA;
    --clr-white: #ffffff;
    --clr-black: #32353F;
    --clr-red: #EF5656;
    --clr-grey: #7C7C7C;
    --clr-grey-2: #BCB5AA;
    --clr-grey-3: #5A5C64;
    --clr-grey-4: #EAEAEA;
    --clr-primary: #FA951F;
    --clr-secondary: #319A97;
    --clr-third: #C1E9E7;
    --bg-1: #D2E5DA;
    --bg-2: #F8F5F0;
    --bg-3: #F0F9F6;
    --transition-1: .5s cubic-bezier(.1, .6, .4, 1);
}
html {height: auto;-webkit-font-smoothing: antialiased;}
html.keyboard-focus:focus {outline: auto;}
body {height: auto;background-color: var(--clr-white);scroll-behavior: smooth;}
#content-block {overflow: clip;position: relative;min-height: 100vh;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
main {display: flex;flex-direction: column;}
footer {margin-top: auto;}
.overflow-hidden,html.overflow-hidden body {overflow: hidden;}
html.overflow-menu,html.overflow-menu body {overflow: hidden;}
.home-section > *,.cln-section > *,.pro-section > *,#map-list > *,.dental-section > * {opacity: 0;-webkit-transition: opacity 0s;transition: opacity 0s;-webkit-transition-delay: .5s;transition-delay: .5s;}
.section {position: relative;}
.swiper-slide:not(:first-child) {display: block;}
.swiper-container {opacity: 0;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.swiper-container.swiper-initialized {opacity: 1;}
.story-section,
.flr-section{opacity: 0;}
.flr-btn{opacity: 0;}
.flr-menu,
.popup-wrapper {display: none;}
.bottom-fixed-buttons {display: none;}
.bg-1 {background-color: var(--bg-1);}
.bg-2{background-color: var(--bg-2);}
.flex_content {overflow: hidden;position: relative;background-color: var(--clr-white);}
@media (min-width: 768px) and (max-width: 991px) {.container {padding-inline: var(--bs-gutter-x);}}
@media (min-width: 992px) {.container {max-width: 95%;}.d-none-lg{display: none}.pb-2{padding-bottom: 2rem}}
@media (min-width: 1200px) and (max-width: 1600px) {.custom-word {font-size: 1rem}}
@media (min-width: 1670px) {.container {max-width: min(93.626%, 2200px);}}
/*--------------------*/
/* LOCATION SEARCH    */
/*--------------------*/
.ls-wrap {--ls-height: 4.125rem;--ls-caption: 0.813rem;--ls-value: 1rem;height: var(--ls-height);padding: 0.5rem;border-radius: 6.25rem;background-color: var(--clr-white);border: 1px solid #BCB5AA;gap: 1rem;display: -webkit-box;display: -ms-flexbox;display: flex;}
.ls-inner {gap: 1rem;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;}
.ls-item {cursor: pointer;position: relative;gap: 1rem;-webkit-box-flex: 1;-ms-flex: 1 1 calc(100% - .5rem);flex: 1 1 calc(100% - .5rem);display: -webkit-box;display: -ms-flexbox;display: flex;padding-left: 1rem;}
.ls-item::before {content: "";position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 1px;height: 70%;background-color: #BCB5AA;}
.ls-item:first-child {padding-left: 0;}
.ls-item:first-child::before {content: none;}
.ls-item-img {-ms-flex-negative: 0;flex-shrink: 0;position: relative;width: calc(var(--ls-height) - 1rem);height: calc(var(--ls-height) - 1rem);border-radius: 100%;color: var(--clr-white);background-color: #C1E9E7;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.ls-item-img > * {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 52%;height: 52%;}
.ls-item-info {position: relative;text-align: left;line-height: 1em;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;}
.ls-item-caption {position: absolute;top: 0;left: 0;pointer-events: none; color: #32353F;font-size: var(--ls-caption);line-height: 1.2em;font-weight: 500;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;max-width: 100%;}
.ls-item-value {cursor: pointer;color: #7C7C7C;font-size: var(--ls-value);line-height: 1.2em;font-weight: 400;padding-top: calc(var(--ls-caption, .875rem) + .25rem);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ls-item-dropdown {--ls-dropHeight: calc((100svh - 1rem) + var(--ls-dropdown-height));overflow-x: hidden;overflow-y: auto;position: absolute;z-index: 100;left: calc(-1 * var(--ls-height));bottom: -1.5rem;-webkit-transform: translateY(100%);transform: translateY(100%);line-height: 0;width: 20rem;max-height: var(--ls-dropHeight, auto);border-radius: .5rem;background-color: var(--clr-white);opacity: 0;visibility: hidden;-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);-webkit-transition: 0s;transition: 0s}
.ls-item-dropdown::-webkit-scrollbar {width: 0px;height: 0px; display: none;}
.ls-item-info.focus .ls-item-dropdown {opacity: 1;visibility: visible;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.ls-item-dropdown label {cursor: pointer;display: block;cursor: pointer;line-height: 0;font-size: 0;}
.ls-item-dropdown input {width: 0;height: 0;font-size: 0;line-height: 0;visibility: hidden;}
.ls-item-dropdown b {display: block;padding: 1rem 1.5rem;font-size: 1rem;line-height: 1.2em;color: var(--clr-grey);-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.ls-btn {-ms-flex-negative: 0;flex-shrink: 0;cursor: pointer;font-size: 1rem;font-weight: 700;letter-spacing: 0.16px;text-transform: capitalize;line-height: calc(var(--ls-height) - 1rem);color: var(--clr-white);position: relative;border-radius: 100%;width: calc(var(--ls-height) - 1rem);height: calc(var(--ls-height) - 1rem);background-color: var(--clr-secondary);-webkit-transition: 0.15s;transition: 0.15s;}
.ls-btn > svg {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 52%;height: 52%;}
.ls-btn b {color: #fff;display: none;}
.ls-item-dropdown label:hover {background-color: #C1E9E7;}
@media (min-width: 1200px) {
  .ls-item:hover .ls-item-img {color: #32353F;}
  .ls-btn:hover{ background-color: var(--clr-primary);}
}
@media (max-width: 1680px) {
  .ls-wrap {--ls-height: 3.5rem;--ls-value: .75rem;--ls-caption: 0.625rem;}
  .ls-wrap, .ls-item, .ls-inner {gap: .75rem;}
  .ls-item {padding-left: .75rem;}
}
@media (max-width: 1199px) {.ls-wrap {position: relative;z-index: 1;} .ls-item-dropdown {width: calc(100% + 3rem);left: calc(-1.5rem);}}
/*--------------------*/
/* GEO AUTOCOMPLETE   */
/*--------------------*/
.mapboxgl-ctrl-geocoder {position: relative;z-index: 1;font-family: var(--ff-1);font-size: var(--ls-value, 1.25rem);line-height: 1em;width: 100%;}
.mapboxgl-ctrl-geocoder--input {font: inherit;width: 100%;border: 0;background-color: transparent;margin: 0;line-height: 1em;color: var(--clr-grey);padding-top: calc(var(--ls-caption, .875rem) + .25rem);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.mapboxgl-ctrl-geocoder--input::-ms-clear {display: none;}
.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {width: 50px;min-width: 50px;-webkit-transition: width 0.25s,min-width 0.25s;transition: width 0.25s,min-width 0.25s;}
.suggestions-wrapper {display: none;overflow: hidden;/*padding-top: 3.5rem;*/ position: absolute;z-index: 100;left: 0;bottom: -1.5rem;-webkit-transform: translate(calc(-1 * var(--ls-height)), 100%);transform: translate(calc(-1 * var(--ls-height)), 100%);width: 20rem;border-radius: 0.5rem;background-color: var(--clr-white);-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);}
.ls-item-info.focus .suggestions-wrapper {display: block;}
.suggestions {list-style: none;margin: 0;padding: 0;width: 100%;font-size: 1rem;line-height: 1.2em;}
.suggestions a {cursor: pointer;display: block;padding: 1rem 1.5rem;color: var(--clr-grey);text-decoration: none;}
.suggestion-title {font-weight: 500;color: #32353F;}
.suggestion-title,.suggestion-address {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.suggestion-detect-btn {padding: 1rem 1.5rem;color: var(--clr-grey);gap: 1rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.suggestion-detect-btn svg {color: #C1E9E7;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.mapbox-gl-geocoder--error {display: none;padding: 1rem 1.5rem;color: var(--clr-grey);}
.mapboxgl-ctrl-geocoder--pin-right > * {display: none !important;position: absolute;z-index: 2;right: 0;}
.mapboxgl-ctrl-geocoder--icon {display: none !important;display: inline-block;vertical-align: middle;speak: none;position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 1.5rem;height: 1.5rem;fill: currentColor;}
.mapboxgl-ctrl-geocoder--icon-loading {-webkit-animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);animation: rotate 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);}
.mapboxgl-ctrl-geocoder--powered-by {display: none !important;}
.mapboxgl-ctrl-geocoder--button {padding: 0;margin: 0;border: none;cursor: pointer;background: #fff;line-height: 1;}
.mapboxgl-ctrl-geocoder--button[aria-label="Geolocate"] {display: none !important;overflow: hidden;position: absolute;z-index: 101;left: 0%;bottom: -1.5rem;width: 20rem;border-radius: 0.5rem;background-color: var(--clr-white);height: 3.5rem;-webkit-transform: translate(calc(-1 * var(--ls-height)), 100%);transform: translate(calc(-1 * var(--ls-height)), 100%);}
.ls-item-info.focus .mapboxgl-ctrl-geocoder--button[aria-label="Geolocate"] {display: block !important;}
@media (min-width: 1200px) {
  .suggestions a:hover {background-color: #C1E9E7;}
  .suggestion-detect-btn:hover {background-color: #C1E9E7;}
  .suggestion-detect-btn:hover svg {color: #32353F;}
}
@media (max-width: 1199px) {
  .suggestions-wrapper {width: calc(100% + 3rem);padding-top: 0;-webkit-transform: translate(-1.5rem, 100%);transform: translate(-1.5rem, 100%);}
  .suggestion-detect-btn,
  .ls-item-info.focus .mapboxgl-ctrl-geocoder--button[aria-label="Geolocate"] {display: none !important;}
}
/*--------------------*/
/* Search Btn         */
/*--------------------*/
.search-btn {--search-height: 3rem;padding: 0.5rem;padding-right: 2rem; gap: 0.5rem;font-size: 0.75rem;line-height: 1em;font-weight: 500;color: var(--clr-black);max-width: 26.25rem;width: 100%;border-radius: 100px;border: 1px solid #BCB5AA;background: var(--clr-white);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.search-btn b {margin-right: auto;white-space: nowrap; line-height: 1.2em;}
.search-btn-icon {position: relative;width: calc(var(--search-height) - 1rem);height: calc(var(--search-height) - 1rem);border-radius: 100%;}
.search-btn-icon > * {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);max-width: 60%;max-height: 60%;}
.search-btn-icon.type-2 svg { display: none;}
/*--------------------*/
/* HEADER             */
/*--------------------*/
:root {
  --h-logo-width: 190px;
  --h-info-height: 0px;
  --h-height-true: 98px;
  --h-height: var(--h-height-true);
}
header {height: var(--h-height);}
.scrolled .h-wrap {background: rgba(255, 255, 255, 1);}
:root body:has(.show-info) {--h-height: calc(var(--h-info-height) + var(--h-height-true));}
header.show-info .h-informer {-webkit-transform: translateY(0%);transform: translateY(0%);}
header.show-info .h-wrap {
  /*-webkit-transform: translateY(var(--h-info-height));
  transform: translateY(var(--h-info-height));*/
  margin-top: var(--h-info-height);
}
.h-informer {position: fixed;z-index: 101;top: 0;left: 0;width: 100%;background: #319a97;-webkit-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: -webkit-transform var(--transition-1);transition: -webkit-transform var(--transition-1);transition: transform var(--transition-1);transition: transform var(--transition-1),-webkit-transform var(--transition-1);}
.h-informer-inner {position: relative;width: 100%;height: 41px;gap: 2rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.h-info-close.btn-close {color: var(--clr-white);}
.h-info-close.btn-close::before, .h-info-close.btn-close::after {height: 2px;border-radius: unset;width: 60%;}
.d-flex.align-items-center.mx-auto.row-gap-1.column-gap-6.flex-wrap {column-gap: 3rem !important;margin-right: auto !important;margin-left: auto !important;}
.me-2 {margin-right: .5rem !important;}
#advertisement .text.text-white {color: var(--clr-white);font-size: 12px;}
.calendar-icon.mat-icon.me-2 {-webkit-user-select: none;user-select: none;background-repeat: no-repeat;display: inline-block;fill: currentColor;height: 24px;width: 24px;overflow: hidden;color: #fff;}
.text-white a.btn-link {color: #fff !important;font-size: 15px;}
.text-white a.btn-link:hover {color: #fff !important;}
.text-white a.btn-link:hover {text-underline-offset: 4px;}
.h-wrap {position: fixed;z-index: 101;top: 0;left: 0;width: 100%;-webkit-transition: -webkit-transform var(--transition-1);transition: -webkit-transform var(--transition-1);-webkit-transition: background-color var(--transition-1);transition: background-color var(--transition-1);transition: background-color var(--transition-1),-webkit-transform var(--transition-1);}
.h-inner {position: relative;width: 100%;height: var(--h-height-true);gap: 2rem; display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.h-logo-mini {display: none;}
.h-logo {position: relative;display: inline-block;width: var(--h-logo-width);}
.h-logo img {display: block;max-width: 100%;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.h-logo .lg-white {display: none;}
.h-logo.logo-white .lg-white {display: block;position: absolute;z-index: 10;top: 0;left: 0;}
.scrolled .logo-white .lg-white {opacity: 0;}
.h-search {margin-left: 1.5rem}
.h-search-popup-bottom,.h-search-popup>h4,.h-search-popup .btn-close {display: none;}
.h-search {width: 50%;}
.page-template-page-contest .h-search{display: none;}
.h-search .ls-wrap {border: none;opacity: 0;visibility: hidden;-webkit-transition-delay: 0s;transition-delay: 0s;-webkit-transition: opacity var(--transition-1);transition: opacity var(--transition-1);-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);}

.h-search .search-btn {display: none;}
.h-fixed-buttons {margin-left: auto;gap: 1.25rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-negative: 0;flex-shrink: 0;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.h-controls {cursor: pointer; border-radius: 6.25rem;padding: .5rem;background-color: var(--clr-white);gap: .5rem;-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-negative: 0;flex-shrink: 0;}
.h-burger {cursor: pointer; color: var(--clr-black);padding: .25rem .5rem;line-height: 0;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.h-burger svg {display: inline-block;width: 1.5rem;height: 1.5rem;}
.sign_in_btn {line-height: 0;-ms-flex-negative: 0;flex-shrink: 0;}
.icon-link {color: var(--clr-black);position: relative;display: inline-block; width: 2rem;height: 2rem;}
.icon-link svg {width: 100%;height: 100%;}
.h-menu {position: fixed;z-index: 102;--container-width: min(93.313%, 2200px);right: calc((100% - var(--container-width) ) / 2 + 1rem);top: var(--h-height);width: 100%;max-height: calc(100% - var(--h-height));max-width: 24.375rem;padding: 2rem 2rem 1.25rem;border-radius: .5rem;background-color: var(--clr-white);-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);will-change: transform;opacity: 0;visibility: hidden;-webkit-transform: translateY(1rem);transform: translateY(1rem);-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.open-menu .h-menu {opacity: 1;visibility: visible;-webkit-transform: translateY(0%);transform: translateY(0%);}
.h-menu-inner>.h4{padding-bottom: 1rem;font-size: 1.5rem;border-bottom: 1px solid #BCB5AA;margin-bottom: 0.75rem;}
.h-menu-close.btn-close {display: none;position: absolute;top: 1rem;right: 1rem;width: 2rem;height: 2rem;border-radius: 100%;color: var(--clr-black);}
.h-menu-close.btn-close:not(:hover) {border-color: #BCB5AA;}
.h-menu-close.btn-close::before, .h-menu-close.btn-close::after {width: 70%;height: 2px;}
.h-links {--links-height: calc(100svh - (var(--h-height) + (2.5rem * 2) + var(--children-height)));overflow-x: hidden;overflow-y: auto;font-size: 1rem;font-weight: 500;height: 100%;max-height: var(--links-height, 100%); color: var(--clr-black);margin-inline: -1rem;width: calc(100% + 3rem);}
.h-links ul {line-height: 0;}
.h-links li {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-transition: var(--transition-1);transition: var(--transition-1);}
.h-links a,.h-links b {font-weight: 600; cursor: pointer; line-height: 1.2em;padding: 0.75rem 1rem;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-webkit-transition: var(--transition-1);transition: var(--transition-1)}
.h-links b {font-weight: 700;}
.h-links b:has(svg) {gap: 1rem;display: flex;align-items: center;}
.h-links b:has(svg) svg {width: 1.5rem;height: 1.5rem;}
.h-links:has(b svg) .sub-menu a {padding-left: 4rem;}
.h-links li.log-in a {text-decoration: underline;text-underline-offset: .5em; display: none;}
.sub-menu-toggle {cursor: pointer;position: relative;display: inline-block;width: 4.5rem;-ms-flex-item-align: stretch;-ms-grid-row-align: stretch;align-self: stretch;-webkit-transition: var(--transition-1);transition: var(--transition-1)}
.sub-menu-toggle::before {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);width: .75rem;height: .75rem;border-right: 2px solid currentColor;border-bottom: 2px solid currentColor;-webkit-transition: var(--transition-1);transition: var(--transition-1)}
.is-open .sub-menu-toggle::before {-webkit-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);}
.sub-menu {width: 100%;/*display: none;*/background-color: var(--clr-white);font-weight: 500;}
.sub-menu a {padding-left: 2.5rem;font-weight: 300;}
.h-menu-bottom {border-top: 1px solid #BCB5AA;padding-top: 1.5rem;margin-top: 1.5rem;gap: 1.5rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 100%;}
.h-menu-bottom-caption {font-size: .625rem;font-weight: 400;line-height: 1.25em;color: var(--clr-black);text-align: center;}
.h-menu-overlay {position: fixed;z-index: 101;inset: 0;opacity: 0;visibility: hidden;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
.parent.active {text-decoration-color: currentColor;color: var(--clr-secondary);text-decoration-line: underline;}
.parent.active {text-decoration-color: currentColor;color: var(--clr-secondary);text-decoration-line: underline;}
._h-menu .h-menu-bottom {display: none;}
._h-menu {flex-grow: 1;display: flex;align-items: center;}
.menu-blur-bg.is-active {position: fixed;inset: 0;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);background-color: #32353F66;z-index: 90;pointer-events: none;transition: var(--transition-1)}
._h-links ul {display: flex;flex-wrap: wrap;gap: 2.5rem;}
._h-links a {font-size: 1rem;line-height: 1.5em;font-weight: 400;color: var(--clr-black);}
._h-drop b {position: relative;cursor: pointer;z-index: 2;display: inline-block;font-size: 1rem;line-height: 1.5em;font-weight: 400;color: var(--clr-black);text-decoration: underline;text-decoration-color: transparent;transition: var(--transition-1);padding-right: 1rem;}
._h-drop b::before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%) rotate(45deg);transition: var(--transition-1);width: 0.375rem;height: 0.375rem;color: currentColor;border-right: 0.0625rem solid currentColor;border-bottom: 0.0625rem solid currentColor;}
body:has(.home-section) header:not(.scrolled,.open-menu) ._h-links a {color: var(--clr-white);}
body:has(.home-section) header:not(.scrolled,.open-menu) ._h-drop b {color: var(--clr-white);}
body:has(.home-section) header:not(.scrolled,.open-menu) .h-burger {color: var(--clr-white);}
.h-btn-drop-list a {gap: 1rem;display: flex;box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);border-radius: 0.5rem;background-color: var(--clr-white);font-size: 1rem;line-height: 1.625em;font-weight: 400;color: var(--clr-black);padding: 1rem 1.25rem;}
.h-btn-drop-list a svg{--size: 1.5rem;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;}
@media (min-width: 1200px) {
    .h-links li:hover >*:not(.sub-menu) {background-color: var(--bg-2);}
    .h-links li.is-open {background-color: var(--bg-2);}
    .h-controls:hover .h-burger {color: var(--clr-primary);}
    .open-menu .h-burger {color: var(--clr-primary);}

    body:not(.page-template-dental-clinic):not(.home) .scrolled .h-search .ls-wrap {opacity: 1;visibility: visible; }

    .show-search .h-search .ls-wrap {opacity: 1;visibility: visible;}

    ._h-drop-item:hover {background-color: #F6F6F6;}
    ._h-drop-item:hover ._h-drop-item_info .title {text-decoration-color: currentColor;}

    .h-btn-drop-list a:hover {background-color: var(--clr-primary);color: var(--clr-white);}

._h-links {margin-inline: auto; z-index: 1;}
._h-links ul {align-items: center;}
._h-drop.is-active b {text-decoration-color: currentColor;}
a.parent:hover {text-decoration-color: currentColor;text-decoration-line: underline;}
._h-drop.is-active b::before {transform: translateY(0%) rotate(225deg);}
._h-drop.is-active b::after {content: "";position: absolute;left: -100%;bottom: 0;width: 300%;height: calc(var(--h-height) / 2);transform: translateY(100%);}
._h-drop.is-active ._h-drop-block {opacity: 1;visibility: visible;}
._h-drop-block {position: absolute;z-index: 1;left: 50%;bottom: 0;transform: translate(-50%, 100%);transition: var(--transition-1);content-visibility: auto;opacity: 0;visibility: hidden;width: 68.75rem;gap: 3rem;display: grid;grid-template-columns: auto 28.5%;align-items: flex-start;line-height: 0;box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);border-radius: 1.5rem;background-color: var(--clr-white);padding: 1.5rem;}
._h-drop-wrap {--items: 2;--gap: 1.25rem;gap: var(--gap);display: flex;flex-wrap: wrap;}
._h-drop-item {position: relative;width: calc(100% / var(--items) - var(--gap) + var(--gap) / var(--items));gap: 0.625rem;display: flex;align-items: flex-start;border-radius: 0.75rem;padding: 0.75rem;}
._h-drop-item img {--size: 1.5rem;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;}
._h-drop-item_info > * + *  {margin-top: 0.0625rem;}
._h-drop-item_info .title {font-size: var(--h-4);line-height: 1.2em;font-weight: 500;color: var(--clr-black);text-decoration: underline;text-decoration-color: transparent;transition: var(--transition-1);}
._h-drop-content > * + * {margin-top: 1rem;}
._h-drop-content .title {font-size: var(--h-4);line-height: 1.4em;font-weight: 500;color: var(--clr-black);}
._h-drop-content .btn-link::after {content: none;}
._h-drop-media {position: relative;overflow: hidden;display: block;width: 100%;aspect-ratio: 1.544;}
._h-drop-media img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;content-visibility: auto;border-radius: 0.5rem;}
._h-drop-media .btn-play {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
._h-drop-media .btn-play i {width: 4.125rem;height: 4.125rem;background-color: rgba(255, 255, 255, 0.45);}
._h-drop-media .btn-play svg {width: 1.25rem;height: 1.25rem;}
.h-btn-drop.is-active>.btn::after {content: "";position: absolute;left: -100%;bottom: 0;width: 300%;height: calc(var(--h-height) / 2);transform: translateY(100%);}
.h-btn-drop.is-active .h-btn-drop-list {opacity: 1;visibility: visible;}
.h-btn-drop-list {position: absolute;z-index: 1;right: 0;bottom: 0;transform: translate(0%, 100%);transition: var(--transition-1);opacity: 0;visibility: hidden;width: 16.5rem;gap: 0.375rem;display: flex;flex-direction: column;}
body:has(.home-section) header:not(.scrolled,.open-menu) .btn-seven {color: var(--clr-white); border-color: var(--clr-white);}
}
@media (max-width: 1640px) {
  :root {--h-height-true: 84px;}
  .h-search .ls-wrap {--ls-height: 3.125rem;}
  .h-menu {--container-width:  90.795%;}
}
@media (max-width: 1440px) {
  :root {--h-height-true: 76px;--h-logo-width: 140px;}
  .h-inner {gap: 1.25rem;}
  .h-search {margin-left: 0.5rem;}
  .h-search .ls-wrap {--ls-height: 2.875rem;--ls-value: .75rem;--ls-caption: .625rem;}
  .h-fixed-buttons {gap: 1.25rem;}
  .h-fixed-buttons .btn {font-size: .875rem;padding: 1em 1.4375em;}
  .h-burger svg {width: 1.375rem;height: 1.375rem;}
  .icon-link {width: 1.875rem;height: 1.875rem;}
}
@media (max-width: 1199px) {
  .scrolled .h-search .ls-wrap {opacity: 1;visibility: visible; -webkit-transition-delay: .4s; transition-delay: .4s;}
  :root {--h-height-true: 60px;--h-logo-width: 112px;}
  .h-search {margin: 0;margin-right: auto;width: auto;}
  .h-search .ls-wrap {opacity: 1;visibility: visible;-webkit-box-shadow: none;box-shadow: none;}
  .h-search .search-btn {--search-height: 2.625rem;max-width: 26.25rem;display: -webkit-box;display: -ms-flexbox;/*display: flex;*/border: none;-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);}
  .h-search-popup {position: fixed;z-index: 110;bottom: 0;left: 0;width: 100%;padding: 3rem 1rem 2rem;height: calc(100% - var(--h-height) + 1.5rem);background-color: var(--clr-white);border-radius: 1rem 1rem 0 0;opacity: 0;visibility: hidden;-webkit-transform: translateY(100%);transform: translateY(100%);-webkit-transition: var(--transition-1);transition: var(--transition-1);gap: 2.5rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .h-search-popup::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: calc(var(--h-height) - 1.5rem);-webkit-transform: translateY(-100%);transform: translateY(-100%);}
  .search-is-open .h-search-popup {opacity: 1;visibility: visible;-webkit-transform: translateY(0%);transform: translateY(0%);}
  .h-search-popup .btn-close {display: block;position: absolute;top: 1rem;right: 1rem;width: 2rem;height: 2rem;border-radius: 100%;color: var(--clr-black);border-color: #BCB5AA;}
  .h-search-popup .btn-close::before, .h-search-popup .btn-close::after {width: 70%;height: 2px;}
  .h-search-popup>h4 {display: block;font-size: 1.5rem;}
  .h-search-popup .ls-wrap {--ls-height: 3rem;--ls-caption: 1rem;--ls-value: .875rem;gap: 0;padding: 0;height: auto;border: none;border-radius: 0;}
  .h-search-popup .ls-inner {gap: 1.5rem;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .h-search-popup .ls-item {margin: 1.5rem 0 0;padding: .825rem 1.5rem;border-radius: 50px;border: 1px solid  #BCB5AA;}
  .h-search-popup .ls-item::before {left: 0;top: 0;-webkit-transform: translateY(-1.5rem);transform: translateY(-1.5rem);width: 100%;height: 1px;}
  .h-search-popup .ls-item-caption {font-weight: 600;}
  .h-search-popup .ls-item-img,
  .h-search-popup .ls-wrap .ls-btn {display: none;}
  .h-search-popup-bottom {position: relative;z-index: 0; margin-top: auto;gap: 1rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .h-fixed-buttons .btn {padding: 0.9286em 1.375em;}
  /* .h-burger svg {width: 1.25rem;height: 1.25rem;} */
  .icon-link {width: 1.75rem;height: 1.75rem;}
  .d-flex.align-items-center.mx-auto.row-gap-1.column-gap-6.flex-wrap {column-gap: 0.75rem !important;flex-wrap: wrap;}

.h-burger {position: relative;display: block;width: 1.25rem;height: 1.25rem;}
.h-burger i {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 0.125rem;background-color: currentColor;transition: var(--transition-1);}
.h-burger i:before,
.h-burger i:after {content: "";position: absolute;left: 0;top: -0.375rem;width: 100%;height: 100%;background-color: currentColor;transition: var(--transition-1);}
.h-burger i:after {top: 0.375rem;}
.open-menu .h-burger i {background-color: transparent;}
.open-menu .h-burger i:before,
.open-menu .h-burger i:after {top: 0;transform-origin: center;transform: rotate(-45deg);}
.open-menu .h-burger i:after {transform: rotate(45deg);}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
._h-menu .h-menu-bottom {display: flex;}
._h-menu {position: fixed;z-index: -1;top: 0;right: 0;transform: translateX(100%);transition: var(--transition-1);width: 100%;height: 100%;overflow-y: auto;overflow-x: hidden;display: flex;flex-direction: column;align-items: center;background-color: var(--clr-white);opacity: 0;visibility: hidden;padding: 2rem;padding-top: calc(var(--h-height) + 2rem);}
._h-links{width: 100%;}
._h-links ul {flex-direction: column;gap: 1.5rem;}
._h-drop {display: flex;flex-direction: column;gap: 1.5rem;}
._h-links a,
._h-drop b {width: 100%;}
._h-drop b::before {transform: translateY(-50%) rotate(-45deg);}
._h-drop-block {display: none;}
._h-drop-wrap {--gap: 1.5rem;gap: var(--gap);display: flex;flex-direction: column;padding-left: 2.25rem;}
._h-drop-item img,
._h-drop-item .text {display: none;}
._h-drop-item_info .title {font-size: 1rem;line-height: 1.5em;font-weight: 300;color: var(--clr-black);}
._h-drop-content {display: none;}
.open-menu ._h-menu {opacity: 1;visibility: visible;-webkit-transform: translateY(0%);transform: translateY(0%);}
.open-menu .logo-white .lg-white {opacity: 0;}
._h-menu .h-btn-drop {gap: 1rem;display: flex;flex-direction: column;margin-top: -0.75rem;}
.h-btn-drop,
.h-btn-drop .btn {width: 100%;}
.h-btn-drop-list {display: none;}
.h-btn-drop-list a + a {margin-top: 1rem;}
.h-fixed-buttons {display: none;}
}
@media (max-width: 991px) {
  :root {--h-info-height: 48px!important;}
  .h-menu {right: 2rem;}
  #advertisement .text.text-white {color: var(--clr-white);font-size: 10px;}
  .calendar-icon.mat-icon.me-2,.contest-date{display: none!important;}
  .text-white a.btn-link {font-size: 13px;}
  .h-informer-inner{padding-left: 2rem;height: 48px;}
  .h-informer-inner .column-gap-6{justify-content: center;}
  .d-none-sm{display: none}
  .pb-2{padding-bottom: 1rem}
}
@media (max-width: 767px) {
  .h-inner {gap: 1rem;}
  .h-logo-mini {opacity: 0;visibility: hidden;-ms-flex-negative: 0;flex-shrink: 0;}
  .h-logo-mini>* {display: block;}
  /*.h-logo {position: absolute;left: 0;}*/
  /* .scrolled .h-logo {opacity: 0;visibility: hidden;position: absolute !important;} */
  .h-search .search-btn {opacity: 0;visibility: hidden;}
  .scrolled .h-logo-mini,
  /* .scrolled .h-search .search-btn {display: block; opacity: 1;visibility: visible;-webkit-transition: var(--transition-1);transition: var(--transition-1);} */
  .h-fixed-buttons {display: none;}
  .h-menu {right: 1rem;}
  .h-links {--links-height: calc(100svh - ((2.5rem * 2) + var(--children-height)));}
  .page-template-jobs-template .h-logo,
  .page-template-professional-template .h-logo {position: unset;}
  /*.page-template-jobs-template header .h-logo-mini,
  .page-template-jobs-template header .h-search .search-btn,
  .page-template-professional-template header .h-logo-mini,
  .page-template-professional-template header .h-search .search-btn {opacity: 1;visibility: visible;}*/
}
@media (max-width: 575px) {
.h-menu {right: 0;top: 0;width: 100%;max-width: 100%;max-height: 100%;height: 100%;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;-webkit-transform: translateY(100%);transform: translateY(100%);}
.h-menu-close.btn-close {display: block;}
}
.page-template-jobs-template .h-search .ls-wrap,
.page-template-professional-template .h-search .ls-wrap{opacity: 1 !important;visibility: visible !important;}
.home-section {padding-block: var(--h-height);margin-top: calc(-1 * var(--h-height));min-height: 95svh;background: linear-gradient(95deg, #2C477C -24.94%, #28938F 89.73%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
/*--------------------*/
/* BUTTONS            */
/*--------------------*/
.btn {position: relative;cursor: pointer;z-index: 1;-ms-flex-negative: 0;flex-shrink: 0;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-size: 1rem;line-height: 1em;font-weight: 500;text-decoration: none;text-transform: capitalize;border: 2px solid var(--clr-black);border-radius: 100px;padding: 1em 1.5em;color: var(--clr-white);background-color: var(--clr-black);-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.btn > * + * {margin-left: 15px;}
.btn b {display: inline-block;line-height: inherit;font-weight: inherit;color: currentColor;}
.btn i {position: relative;display: inline-block;width: 1.25em;}
.btn i > * {position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 100%;max-width: 100%;max-height: 20px;}
.btn svg {display: inline-block;width: 24px;height: 24px;}
.btn svg * {-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.btn svg *[stroke] {stroke: currentColor;}
.btn svg *[fill] {fill: currentColor;}
.btn-sm svg {width: 1.125rem;height: 1.125rem;}
.btn-lg {padding: 1em 1.5em;}
.btn-sm {padding: 0.625em 1.5em;}
.btn-primary {color: var(--clr-black);border-color: var(--clr-primary);background-color: transparent;}
.btn-secondary {color: var(--clr-black);border-color: var(--clr-secondary);background-color: transparent;}
.btn-third {color: var(--clr-black);background-color: transparent;}
.btn-fourth {color: var(--clr-black);border-color: var(--clr-third);background-color: transparent;}
.btn-fifth {color: var(--clr-black);border-color: var(--clr-third);background-color: transparent;}
.btn-six b {font-size: 14px; font-weight: 600; text-decoration: underline;text-underline-offset: 3px;transition: var(--transition-1);}
.btn-seven {color: var(--clr-black);border-color: var(--clr-black);background-color: transparent;}
.btn-primary.btn-full {background-color: var(--clr-primary);color: var(--clr-white)}
.btn-secondary.btn-full {background-color: var(--clr-secondary);color: var(--clr-white)}
.btn-fourth.btn-full {background-color: var(--clr-third);}
.btn-fifth.btn-full {background-color: var(--clr-third);}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;background-color: var(--clr-grey);}
.btn-close {display: inline-block;position: relative;cursor: pointer;width: 32px;height: 32px;color: var(--clr-black);border: 2px solid var(--clr-grey-2);border-radius: 100%;background-color: transparent;-webkit-transition: var(--transition-1);transition: var(--transition-1);}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 65%;height: 2px;border-radius: 2px;-webkit-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);background-color: currentColor;}
.btn-close::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
.btn-link {position: relative;gap: 0.5em;display: inline-flex;align-items: center;cursor: pointer;font-size: var(--text);line-height: 1.1em;color: var(--clr-secondary);font-weight: 500;text-transform: capitalize;text-decoration: underline !important;text-decoration-color: currentColor !important; text-underline-offset: 0.25em;transition: var(--transition-1);}
.btn-link-video {position: relative;gap: 0.5em;display: inline-flex;align-items: center;cursor: pointer;font-size: var(--text) !important;line-height: 1.1em !important;color: var(--clr-secondary) !important;font-weight: 500 !important;text-transform: capitalize;text-decoration: underline !important;text-decoration-color: currentColor !important; text-underline-offset: 0.25em;transition: var(--transition-1);}
.btn-link::after {content: '';display: inline-block;width: 0.5em;height: 0.5em;border-right: 2px solid currentColor;border-bottom: 2px solid currentColor;transform: rotate(-45deg);}
@media (min-width: 1200px) {
.btn-six b:hover {text-decoration: none; padding-right: 10px; -webkit-transition: var(--transition-1);transition: var(--transition-1); }
.btn:hover {color: var(--clr-black);background-color: var(--clr-white);}
.btn-primary:hover,.btn-secondary:hover,.btn-third:hover,.btn-fourth:hover {color: var(--clr-white);border-color: var(--clr-black);background-color: var(--clr-black);}
.btn-fifth:hover {color: var(--clr-white);border-color: var(--clr-black);background-color: var(--clr-black)}
.btn-seven:hover {border-color: var(--clr-black) !important;background-color: var(--clr-black);}
.btn-seven:hover {color:var(--clr-white); border-color: var(--clr-black) !important;background-color: var(--clr-black);}
.btn-close:hover {border-color: var(--clr-black);background-color: var(--clr-black);color: var(--clr-white);}
.btn-link:hover {text-decoration: underline !important;text-decoration-color: transparent !important;}
}
@media (max-width: 991px) {
.btn {font-size: 0.875rem;}
.btn-sm {padding: 0.786em 1.5em;}
.btn-lg {padding: 0.625em 0.9375em;}
.btn-close {width: 30px;height: 30px;}
.btn-close::before,
.btn-close::after {width: 65%;height: 2px;}
}
/*--------------------*/
/* TYPOGRAPHY         */
/*--------------------*/
body {font-family: var(--ff-1);font-weight: 400;font-size: var(--h-6);line-height: 1.59;color: var(--clr-black);}
body * {font-family: var(--ff-1);}
strong {font-weight: 700;line-height: inherit;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {font-weight: 500;color: var(--clr-black);}
h1,.h1 {font-size: var(--h-1);line-height: 1.11em;}
h2,.h2 {font-size: var(--h-2);line-height: 1.11em;}
h3,.h3 {font-size: var(--h-3);line-height: 1.2em;}
h4,.h4 {font-size: var(--h-4);line-height: 1.33em;}
h5,.h5 {font-size: var(--h-5);line-height: 1.25em;}
h6,.h6 {font-size: var(--h-6);line-height: 1.5em;}
.fw-700 {font-weight: 700;}
.fw-300 {font-weight: 300 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.mx-auto {margin-inline: auto;}
.sub-title { margin-top: 0.5rem;margin-bottom: var(--sp-sm);}
.text-balance {text-wrap: balance;}
.title {font-weight: 500;}
.title b {color: var(--clr-primary);}
.title.style-2 b {color: var(--clr-secondary);}
.title-margin {margin-bottom: 3rem;}
.page-template-dental-clinic .title-margin {margin-bottom: 4rem;}
.title+.sub-title {margin-top: 1rem;}
.caption {font-size: 1rem;line-height: 1.1;font-weight: 500;letter-spacing: 0.01em;text-transform: capitalize;color: var(--clr-grey-3);}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
@media (max-width: 1440px) {.title-margin {margin-bottom: 2.5rem;}}
@media (max-width: 991px) {.title-margin {margin-bottom: 1.5rem;}.title+.sub-title {margin-top: .75rem;}}
/*--------------------*/
/* TEXT STYLES        */
/*--------------------*/
.text {font-size: var(--text);line-height: 1.4em;font-weight: 300;color: var(--clr-black);--text-space: 1.5rem;}
.text-md {font-size: var(--text-md);}
.text-lg {font-size: var(--text-lg);}
.text pre{font-size: inherit;line-height: inherit;font-weight: inherit;color: inherit;}
.text * + :where(*) {margin-top: calc(var(--text-space) * 1.8);}
.text * + :is(p, ul, ol, h1, h2, h3, h4, h5, h6, pre) {margin-top: var(--text-space);}
.text * + :is(li) {margin-top: 0.2em;}
.text :is(img, table, iframe, figure, picture, blockquote, .swiper-entry) + * {margin-top: calc(var(--text-space) * 1.8);}
.text .swiper-entry > * * {margin-top: 0;}
.text b {font-weight: 500;}
.text strong {font-weight: 700;}
.text span {color: var(--clr-primary);}
.text em {font-style: italic;font-weight: 400;}
.text a:not(.btn) {display: inline;font-weight: 400;color: var(--clr-primary);text-decoration: underline;text-decoration-color: currentColor;}
.text ul>li,
.text ol>li {position: relative;padding-left: 25px;}
.text ul>li:before {content: "";position: absolute;left: 0;top: 0.55em;width: 0.45em;height: 0.45em;border-radius: 100%;background-color: var(--clr-primary);}
.text ol {counter-reset: number;}
.text ol>li:before {display: inline-block;position: absolute;left: 0;counter-increment: number;content: counter(number) ".";color: var(--clr-black);line-height: inherit;font-weight: 700;}
.text img {display: block;width: 100%;border-radius: var(--rd-1);}
.text figure {line-height: 0;width: 100% !important;}
.text figure.aligncenter {text-align: center;}
.text figure.alignright {text-align: right;}
.text figure img {vertical-align: top;display: inline-block;width: auto;}
.text figure figcaption {position: relative;font-size: 13px;font-weight: 500;line-height: 1.5em;color: var(--clr-grey);margin-top: .6rem !important;}
.text figure figcaption::before {display: inline-block;margin-right: .5rem;line-height: 1.1em;vertical-align: middle;content: url("data:image/svg+xml,  %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.087 3.82606H12.4174L11.4957 2.43476C11.1478 1.91302 10.5391 1.59998 9.91305 1.59998H6.08696C5.46088 1.59998 4.85218 1.91302 4.50436 2.43476L3.58262 3.82606H1.91305C1.66162 3.82534 1.41253 3.87432 1.1801 3.97021C0.947674 4.06609 0.736493 4.20697 0.558706 4.38476C0.380918 4.56255 0.240032 4.77373 0.14415 5.00616C0.0482681 5.23859 -0.000718391 5.48768 7.9606e-06 5.73911V12.4869C-0.000718391 12.7384 0.0482681 12.9875 0.14415 13.2199C0.240032 13.4523 0.380918 13.6635 0.558706 13.8413C0.736493 14.0191 0.947674 14.16 1.1801 14.2558C1.41253 14.3517 1.66162 14.4007 1.91305 14.4H14.087C14.3384 14.4007 14.5875 14.3517 14.8199 14.2558C15.0523 14.16 15.2635 14.0191 15.4413 13.8413C15.6191 13.6635 15.76 13.4523 15.8559 13.2199C15.9517 12.9875 16.0007 12.7384 16 12.4869V5.73911C16.0007 5.48768 15.9517 5.23859 15.8559 5.00616C15.76 4.77373 15.6191 4.56255 15.4413 4.38476C15.2635 4.20697 15.0523 4.06609 14.8199 3.97021C14.5875 3.87432 14.3384 3.82534 14.087 3.82606ZM8.00001 12.8348C5.6174 12.8348 3.68696 10.9043 3.68696 8.52171C3.68696 6.13911 5.6174 4.22606 8.00001 4.22606C10.3826 4.22606 12.3131 6.1565 12.3131 8.53911C12.3131 10.9043 10.3826 12.8348 8.00001 12.8348ZM13.8435 6.52171H13.0783C12.7652 6.50432 12.5217 6.24345 12.5391 5.93041C12.5565 5.63476 12.7826 5.40867 13.0783 5.39128H13.7739C14.087 5.37389 14.3478 5.61737 14.3652 5.93041C14.3826 6.24345 14.1565 6.50432 13.8435 6.52171Z' fill='%23BCB5AA'/%3E%3Cpath d='M7.99961 6.1391C6.67787 6.1391 5.59961 7.21736 5.59961 8.5391C5.59961 9.86084 6.67787 10.9217 7.99961 10.9217C9.32135 10.9217 10.3996 9.84345 10.3996 8.52171C10.3996 7.19997 9.32135 6.1391 7.99961 6.1391Z' fill='%23BCB5AA'/%3E%3C/svg%3E");}
.text iframe {display: block;width: 100%;max-width: 100%;aspect-ratio: 16/9; border: 0;border-radius: var(--rd-1);}
.text blockquote {position: relative;z-index: 1;text-align: left;font-size: var(--h-3);text-wrap: balance;font-weight: 300;line-height: 1.5;padding-left: 120px;color: var(--clr-grey-3);min-height: 154px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.text blockquote:before {content: "";position: absolute;z-index: -1;top: 0;left: 0;width: 154px;height: 154px;border-radius: 100%;background-color: rgba(255, 255, 255, 0.5);background-image: url("../img/icons/icon-quote-2.svg");background-repeat: no-repeat;background-position: center;}
.text table {border-collapse: collapse;width: 100%;}
.text table thead tr {border: none;}
.text table thead th,
.text table thead td {height: 36px;font-weight: 500;font-size: 13px;line-height: 16px;color: #5A5C64;color: var(--clr-black);}
.text table thead th:first-child,
.text table thead td:first-child {border-top-left-radius: var(--rd-1);}
.text table thead th:last-child,
.text table thead td:last-child {border-top-right-radius: var(--rd-1);}
.text table tr {border: 1px solid var(--clr-grey);text-align: left;border-radius: 10px;}
.text table td,
.text table th {vertical-align: middle;height: 70px;padding: 5px 10px;font-size: 1rem;line-height: 1.38em;font-weight: 500;color: var(--clr-black);border: 1px solid var(--clr-grey);}
.text b{font-weight: 600;}
.text table td:first-child,
.text table th:first-child {padding-left: 24px;}
.text table td:last-child,
.text table th:last-child {padding-right: 24px;}
.text *:first-child img {margin-top: 0;}
.style-2 .blog-related-title:before{ content: unset}
@media (min-width: 1200px) {.text a:not(.btn):hover {text-decoration-color: transparent;}}
@media (min-width: 2000px) {.text {font-size: 20px;}}
@media (max-width: 1680px) {.text blockquote {font-size: 1.75rem;}}
@media (max-width: 1199px) {
.text blockquote {font-size: 1.5rem;padding-left: 100px;min-height: 124px;}
.text blockquote:before {width: 124px;height: 124px;}
}
@media (max-width: 767px) {
.text blockquote {font-size: 1.25rem;padding-left: 85px;min-height: 100px;}
.text blockquote:before {width: 100px;height: 100px;}
}
@media (max-width: 1199px) {
.overflow-menu .intercom-lightweight-app {opacity: 0;visibility: hidden;}
}
@media (max-width: 767px) {
.bottom-fixed-buttons {position: sticky;z-index: 99; bottom: 0;padding: 1rem;display: block;}
.intercom-lightweight-app-launcher {bottom: 4.5rem !important;}
}
.btn-scrolled{display: none;text-align: center;}
.no-scroll .btn-scrolled-type-2{display: none;text-align: center;}
.btn.btn-grey {border: 2px solid var(--clr-grey-4);background-color: var(--clr-grey-4);color: var(--clr-grey);}
.js_top_date b, .top_point b, .js_top_location b {color: #7C7C7C;margin-right: 2px;}