﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .title__name, h3, h4, h5, h6, p, span.icon-title, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
div.small p,
div.small span.icon-title,
div.small a, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.nav-tabs {
  border-bottom: 0;
}

@font-face {
  font-family: Vision-Black;
  src: url("../../../fonts/Vision-Black.eot");
  src: url("../../../fonts/Vision-Black.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Vision-Black.woff") format("woff"), url("../../../fonts/Vision-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vision-Bold;
  src: url("../../../fonts/Vision-Bold.eot");
  src: url("../../../fonts/Vision-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Vision-Bold.woff") format("woff"), url("../../../fonts/Vision-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vision-Heavy;
  src: url("../../../fonts/Vision-Heavy.eot");
  src: url("../../../fonts/Vision-Heavy.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Vision-Heavy.woff") format("woff"), url("../../../fonts/Vision-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vision-Regular;
  src: url("../../../fonts/Vision-Regular.eot");
  src: url("../../../fonts/Vision-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Vision-Regular.woff") format("woff"), url("../../../fonts/Vision-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vision-Light;
  src: url("../../../fonts/Vision-Light.eot");
  src: url("../../../fonts/Vision-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Vision-Light.woff") format("woff"), url("../../../fonts/Vision-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vision-Thin;
  src: url("../../../fonts/Vision-Thin.eot");
  src: url("../../../fonts/Vision-Thin.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Vision-Thin.woff") format("woff"), url("../../../fonts/Vision-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maax";
  src: url("../../../fonts/Maax-Regular-205TF.eot"); /* IE9 Compat Modes */
  src: url("../../../fonts/Maax-Regular-205TF.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Maax-Regular-205TF.woff2") format("woff2"), url("../../../fonts/Maax-Regular-205TF.woff") format("woff"), url("../../../fonts/Maax-Regular-205TF.ttf") format("truetype"), url("../../../fonts/Maax-Regular-205TF.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Chronicle";
  font-weight: 400;
  font-style: normal;
  src: url("../../../fonts/ChronicleDeck-Roman.otf");
  font-display: swap;
}
@font-face {
  font-family: "Chronicle";
  font-weight: 400;
  font-style: italic;
  src: url("../../../fonts/ChronicleDeck-Italic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Chronicle";
  font-weight: 600;
  font-style: normal;
  src: url("../../../fonts/ChronicleDeck-Semibold.otf");
  font-display: swap;
}
@font-face {
  font-family: "Chronicle";
  font-weight: 600;
  font-style: italic;
  src: url("../../../fonts/ChronicleDeck-Semitalic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Chronicle";
  font-weight: 700;
  font-style: normal;
  src: url("../../../fonts/ChronicleDeck-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "Chronicle";
  font-weight: 700;
  font-style: italic;
  src: url("../../../fonts/ChronicleDeck-BoldItalic.otf");
  font-display: swap;
}
:root {
  --border-radius: 22px;
  --color-main: #2d4579;
  --color-main-light: #abc5e8;
  --color-main-lighter: #d3e0f0;
  --color-alt: #e0a78f; /*#DD4B11;*/
  --color-alt-light: #f5d9c8; /* #e0a78f;*/
  --color-alt-lighter: #f0e9e1; /* #f5d9c8;*/
  --color-bg-main: #f5f0eb;
  --color-bg-gray-50: #f6f6ee;
  --color-bg-gray-100: #e8e9ed;
  --color-default-text: #222222;
}

/*$font-main:Vision-Regular;*/
/*$font-main-light: Vision-Light;*/
/*$font-main-heavy: Vision-Heavy;*/
/*$font-size-h1: 3.25rem;
$font-size-h2: 27px;
$font-size-h3: 20px;
$font-size-h4: 17px;
$font-size-h5: 17px;
$font-size-h6: 13px;
$font-size-lg: 18px;
$font-size-p: 16px;
$font-size-sm: 14px;*/
a, p, span.icon-title, span, li, ul, input, button, textarea, td, th, time {
  font-family: Maax;
  font-size: 15px;
  line-height: 20px;
  color: #5a5a5a;
}

p, span.icon-title, div, span, ul {
  font-family: Maax;
}

input, button {
  font-family: Maax;
}

time, a {
  font-family: Maax;
}

h1, .h1 {
  font-family: Chronicle;
  font-size: 2.16rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-main);
}

h2, .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .title__name, .h2 {
  font-family: Chronicle;
  font-size: 2rem;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 15px;
  color: var(--color-main);
}
h2::first-line, .packages .package__inner .package__info .info-title .title__price::first-line, .packages .package__inner .package__info .info-title .title__name::first-line, .h2::first-line {
  line-height: 1;
}

h3, .h3 {
  font-family: Chronicle;
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--color-main);
}

h4, .h4 {
  font-family: Maax;
  font-size: 1.83rem;
  margin-bottom: 15px;
  color: #5a5a5a;
}

h5, .h5 {
  font-size: 1.66rem;
  font-family: Chronicle;
}

h6, .h6 {
  font-size: 1.33rem;
  font-family: Chronicle;
  margin-bottom: 15px;
  line-height: 17px;
}

.font-size-lg {
  font-size: 17px;
}

.font-size-p {
  font-size: 15px;
}

.font-size-sm {
  font-size: 15px;
}

em {
  font-style: italic;
}

.title1 {
  font-family: Chronicle;
  font-size: 19px;
}

small, div.small p, div.small span.icon-title, div.small a {
  font-size: 12px;
  line-height: 16px;
  font-family: Maax;
}

span {
  font-family: Maax;
}

span.icon-title-2 {
  font-family: Chronicle;
  font-size: 15px;
}

section p span, section span.icon-title span {
  font-family: Maax;
}

p, span.icon-title {
  margin-bottom: 15px;
  font-family: Maax;
}
p.small, span.small.icon-title {
  font-size: 15px;
}

ul li {
  line-height: 23px;
}

strong, .bold {
  font-weight: bold;
  font-family: Chronicle;
}

.font-size-p {
  font-size: 15px;
}

/* utility font for custom banner heading size */
.font-size-1 {
  font-size: 1.36rem;
}

.font-size-2 {
  font-size: 1.53rem;
}

.font-size-3 {
  font-size: 1.7rem;
}

.font-size-4 {
  font-size: 1.87rem;
}

.font-size-5 {
  font-size: 2.04rem;
}

.font-size-6 {
  font-size: 2.21rem;
}

.font-size-7 {
  font-size: 2.38rem;
}

.font-size-8 {
  font-size: 2.55rem;
}

.font-size-9 {
  font-size: 2.72rem;
}

.font-size-10 {
  font-size: 2.89rem;
}

.flipper {
  perspective: 1000px;
  width: 100%;
  /*margin:$spacing-sm;*/
}
@media (min-width: 768px) {
  .flipper {
    width: calc(33.33% - 30px);
  }
}
.flipper__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 1s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  display: block;
}
.flipper__front, .flipper__back {
  width: 100%;
  height: 100%;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  cursor: pointer;
}
.flipper__back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.flipper input[type=checkbox] {
  display: none;
}
.flipper input[type=checkbox]:checked + label {
  transform: rotateY(180deg);
}

i.arrow {
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
}
i.arrow.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 4px;
}
i.arrow.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.arrow.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 6px;
}
i.arrow.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 4px;
}

/* RADIO BUTTON */
/* Customize the label (the container) */
.r-container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.r-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.r-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.r-container input:checked ~ .checkmark {
  background-color: var(--color-main);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.r-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.r-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/** CHECKBOX */
/* Customize the label (the container) */
.c-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.c-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.c-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.c-container:hover input ~ .c-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.c-container input:checked ~ .c-checkmark {
  background-color: var(--color-main);
}

/* Create the checkmark/indicator (hidden when not checked) */
.c-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.c-container input:checked ~ .c-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.c-container .c-checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.white-popup {
  text-align: center;
  position: relative;
  background-color: var(--color-alt-lighter);
  width: auto;
  max-width: 300px;
  margin: 0 auto;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 768px) {
  .homepage .header {
    background-color: var(--color-main);
  }
}
@media (min-width: 768px) {
  .homepage .header .megamenu {
    background-color: var(--color-alt-light);
  }
}
@media (min-width: 1536px) {
  .homepage .header .megamenu > .container {
    max-width: 1500px !important;
  }
}
@media (min-width: 768px) {
  .homepage .header .mainmenu {
    margin-top: 44px;
    background-color: var(--color-alt-light);
  }
}
@media (min-width: 768px) {
  .homepage .header .mainmenu .mainmenu-top-level {
    border-left: 1px solid var(--color-main);
    height: 54px;
  }
}
@media (min-width: 768px) {
  .homepage .header .mainmenu .mainmenu-top-level:last-child {
    border-right: 1px solid var(--color-main);
  }
}
@media (min-width: 768px) {
  .homepage .header .mainmenu .mainmenu-top-level .submenu {
    top: 54px;
  }
}
@media (min-width: 768px) {
  .homepage .header .language-dropdown {
    background-color: var(--color-main-lighter);
    color: var(--color-main);
  }
}
@media (min-width: 768px) {
  .homepage .header .language-dropdown a, .homepage .header .language-dropdown .current-language {
    color: var(--color-main);
  }
}
@media (min-width: 768px) {
  .homepage .header .language-dropdown .lang-options {
    background-color: var(--color-main-lighter);
    color: var(--color-main);
  }
}
@media (min-width: 768px) {
  .homepage .header-round-icon i {
    background: var(--color-main-lighter);
    border: 2px solid var(--color-main);
    color: var(--color-main);
  }
}
@media (min-width: 768px) {
  .homepage .header-round-icon:hover i {
    background: white;
    color: var(--color-main);
  }
}

.header {
  transition: padding 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--color-bg-main);
}
@media (min-width: 768px) {
  .header {
    padding: 30px 0 0;
  }
}
.header__booking {
  padding: 8px;
}
.header__booking a, .header__booking span {
  font-size: 17px;
  line-height: 1;
}
.header__booking .fa {
  font-size: 20px;
}
.header__inner {
  max-width: 1270px;
  padding: 0 20px;
  /*        @media (min-width: 1920px) {
      max-width: 1536px !important;
  }*/
}
@media (max-width: 414px) {
  .header__inner {
    padding: 0 10px;
  }
  .header__inner .btn {
    margin-right: 0;
  }
  .header__inner .language-dropdown select {
    font-size: 14px;
  }
  .header__inner .language-dropdown .fa-angle-down {
    display: none;
  }
  .header__inner .logo img {
    height: 46px;
  }
}
.header .logo img {
  max-width: none;
  transition: ease all 0.3s;
  height: 25px;
  width: auto;
}
@media (min-width: 450px) {
  .header .logo img {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .header .logo img {
    height: 40px;
    width: auto;
  }
}
.header.sticky-header {
  border-bottom: 5px solid var(--color-main);
  top: 0;
  left: 0;
  right: 0;
  /*        @include desktop {
              .main-navigation {
                  display: none;
              }
          }
  */
}
@media (min-width: 768px) {
  .header.sticky-header {
    padding: 6px 0;
  }
}
.header.sticky-header .logo img {
  height: 25px;
}
@media (min-width: 450px) {
  .header.sticky-header .logo img {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .header.sticky-header .logo img {
    height: 40px;
  }
}
.header.has-top-link + main {
  /*margin-top: 122px;*/
}
@media (min-width: 768px) {
  .header.has-top-link + main {
    /*margin-top: 150px;*/
  }
}
@media (min-width: 768px) {
  .header .megamenu {
    background-color: var(--color-bg-main);
  }
}
@media (min-width: 1536px) {
  .header .megamenu > .container {
    max-width: 1500px !important;
  }
}
.header .language-dropdown {
  display: inline-flex;
  background: var(--color-main);
  color: white;
  padding: 12px;
  border-radius: 22px;
  font-size: 17px;
  z-index: 50;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .language-dropdown {
    padding: 10px 20px;
  }
}
.header .language-dropdown a, .header .language-dropdown .current-language {
  color: white;
}
.header .language-dropdown select {
  font-family: Maax;
}
.header .language-dropdown .lang-options {
  background: var(--color-main);
  top: 45px;
  left: 0;
  right: 0;
  align-items: flex-start;
  border-radius: 10px;
  max-height: 0;
  transition: ease 0.3s all;
  overflow: hidden;
  min-width: 108px;
}
.header .language-dropdown .lang-options a {
  padding: 4px 8px 0;
  width: 100%;
  text-align: center;
}
.header .language-dropdown .lang-options a:hover:after {
  content: "✔";
  position: absolute;
  right: 12px;
}
.header .language-dropdown:hover .lang-options {
  padding: 8px 0;
  max-height: 180px;
}

.main-navigation {
  overflow: scroll;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: fixed;
  top: 0;
  right: -75vw;
  background-color: white;
  height: 100%;
  width: 75vw;
  text-align: left;
  padding: 0;
  transition: right 0.3s;
}
@media (min-width: 768px) {
  .main-navigation {
    overflow: initial;
    box-shadow: initial;
    z-index: initial;
    position: static;
    width: initial;
    text-align: initial;
    padding: initial;
    background-color: var(--color-bg-main);
  }
}
.main-navigation .mobile-nav-close {
  padding: 10px 15px;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.main-navigation .mainmenu {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .main-navigation .mainmenu {
    justify-content: space-between;
    margin-top: 20px;
  }
}
.main-navigation .mainmenu li.active > span {
  color: var(--color-main);
  font-family: Chronicle;
}
@media (min-width: 768px) {
  .main-navigation .mainmenu li > span:hover {
    background: var(--color-main);
  }
  .main-navigation .mainmenu li > span:hover a {
    color: white;
  }
}
.main-navigation .mainmenu li .submenu {
  transition: ease opacity 0.3s;
  background: #fff;
  transform: translateY(-10px);
}
@media (min-width: 768px) {
  .main-navigation .mainmenu li .submenu {
    margin-left: 20px;
    max-width: 1230px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0px 5px 6.08px 1.92px rgba(0, 0, 0, 0.1);
    transform: none;
    top: 40px;
  }
  .main-navigation .mainmenu li .submenu > div:first-child {
    border-top: 8px solid var(--color-main);
  }
}
@media (min-width: 1536px) {
  .main-navigation .mainmenu li .submenu {
    max-width: 1460px !important;
  }
}
.main-navigation .mainmenu li .submenu ul {
  text-align: left;
  list-style-type: none;
}
.main-navigation .mainmenu li .submenu ul li:hover a {
  background: var(--color-main-lighter);
}
.main-navigation .mainmenu li .submenu ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .main-navigation .mainmenu li:hover .submenu {
    opacity: 1;
    max-height: 500px;
    display: block;
  }
}
.main-navigation .mainmenu .mainmenu-top-level {
  margin: 0;
  border-bottom: 1px solid var(--color-main);
  /*> span {
          &:hover {
              .arrow {
                  border-color: white;
              }
          }
      }*/
}
@media (min-width: 768px) {
  .main-navigation .mainmenu .mainmenu-top-level {
    border-bottom: none;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .main-navigation .mainmenu .mainmenu-top-level:hover {
    background: var(--color-main);
  }
}
@media (min-width: 768px) {
  .main-navigation .mainmenu .mainmenu-top-level:hover > span > a {
    color: white;
  }
}
.main-navigation .mainmenu .mainmenu-top-level .arrow {
  border-color: var(--color-main);
}
@media (min-width: 768px) {
  .main-navigation .mainmenu .mainmenu-top-level > span > a {
    /*font-family: Maax;*/
    color: var(--color-main);
  }
}
.main-navigation .mainmenu .mainmenu-top-level:last-child {
  border-bottom: none;
}
.main-navigation > ul > li:hover > a {
  color: white;
}
.main-navigation ul li a {
  font-size: 16px;
}
.main-navigation ul li.active-mobile ul {
  display: block;
}
.main-navigation .submenu__title {
  display: block;
  color: var(--color-main);
  font-size: 18px;
  text-align: left;
  margin-top: 5px;
}
.main-navigation .submenu__items li a {
  font-size: 15px;
}
.main-navigation .submenu__footer {
  text-align: center;
  background: var(--color-main-lighter);
  padding: 15px;
  margin: 6px;
  margin-top: 15px;
}
.main-navigation .submenu__footer a {
  font-size: 18px;
  color: var(--color-main);
}
.main-navigation .arrow {
  padding: 4px;
}

.header-round-icon i {
  padding: 11px;
  background: var(--color-main);
  border: 2px solid var(--color-main);
  color: #fff;
  border-radius: 50%;
}
.header-round-icon:hover i {
  background: white;
  color: var(--color-main);
}

.section--carousel {
  margin-top: 0;
  margin-bottom: 0;
}
.section--carousel h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  .section--carousel h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .section--carousel h1 {
    font-size: 60px;
  }
}
.section--carousel .cite {
  color: var(--color-main);
  font-family: Chronicle;
  border-left: 4px solid var(--color-main);
  padding: 5px 15px;
}
.section--carousel p, .section--carousel span.icon-title {
  line-height: 23px;
}
.section--carousel + section {
  margin-top: 0;
}
.section--carousel .carousel__bottom {
  padding: 0 20px;
}
.section--carousel img.carousel-icon {
  width: 70px;
  height: 70px;
}
.section--carousel .carousel__bottom {
  margin-bottom: -70px;
}
@media (min-width: 768px) {
  .section--carousel .carousel__bottom {
    margin-bottom: -30px;
  }
}

.section--accordionmodule .item {
  margin-bottom: 15px;
}
.section--accordionmodule .item__title {
  font-size: 17px;
  font-family: Maax;
  font-weight: bold;
}
.section--accordionmodule .item__icon img {
  width: 60px;
}
.section--accordionmodule .item__desc {
  width: calc(100% - 40px);
}
.section--accordionmodule .item__toggle {
  background: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.section--accordionmodule .item__toggle:after {
  content: "+";
  font-size: 36px;
  color: white;
}
.section--accordionmodule .item__content {
  background: rgba(0, 159, 169, 0.2);
  display: none;
}
.section--accordionmodule .item.active .item__toggle:after {
  content: "-";
}
.section--accordionmodule .section--pricev2module > .container {
  padding: 0;
}
.section--accordionmodule .section--pricev2module > .container > .inner {
  padding: 0;
}

.section--bannermodule {
  margin: 0;
}

.section--blogsmodule .blogs-carousel {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section--blogsmodule .blogs-carousel {
    display: block;
    padding-bottom: 40px;
  }
}
.section--blogsmodule .blog__image img {
  width: 100% !important;
}
.section--blogsmodule .blogs .blog-container .blog__info {
  background: white;
}
.section--blogsmodule .owl-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
  pointer-events: none;
  order: 1;
}
@media (min-width: 768px) {
  .section--blogsmodule .owl-nav {
    position: absolute;
    bottom: 0;
    justify-content: space-between;
  }
}
.section--blogsmodule .info-date p, .section--blogsmodule .info-date span.icon-title {
  font-size: 17px;
}
.section--blogsmodule .owl-dots {
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .section--blogsmodule .owl-dots {
    position: absolute;
    bottom: 0;
  }
}
.section--blogsmodule .owl-nav {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
}
.section--blogsmodule .owl-prev, .section--blogsmodule .owl-next {
  height: 40px;
  width: 40px;
}
.section--blogsmodule .owl-prev i, .section--blogsmodule .owl-next i {
  font-size: 30px;
  color: white;
}
.section--blogsmodule.theme-main .owl-prev, .section--blogsmodule.theme-main .owl-next, .section--blogsmodule.theme-main .owl-dot.active span, .section--blogsmodule.theme-main .owl-dot:hover span {
  background: var(--color-main) !important;
}
.section--blogsmodule.theme-main .owl-dot span {
  border-color: var(--color-main) !important;
}
.section--blogsmodule.theme-alt .owl-prev, .section--blogsmodule.theme-alt .owl-next, .section--blogsmodule.theme-alt .owl-dot.active span, .section--blogsmodule.theme-alt .owl-dot:hover span {
  background: var(--color-alt) !important;
}
.section--blogsmodule.theme-alt .owl-dot span {
  border-color: var(--color-alt) !important;
}
@media (min-width: 768px) {
  .section--blogsmodule .owl-prev {
    margin-left: -14px !important;
  }
  .section--blogsmodule .owl-next {
    margin-right: -14px !important;
  }
}

.section--blogslistmodule h2, .section--blogslistmodule .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .section--blogslistmodule .title__price, .section--blogslistmodule .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .section--blogslistmodule .title__name {
  margin-bottom: 30px;
  font-size: 2.67rem;
}

.section--carouselbanners .carousel-banners .carousel-banner__item {
  position: relative;
  padding: 80px 20px;
}
.section--carouselbanners .carousel-banners .carousel-banner__item:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.section--carouselbanners .carousel-banners .carousel-banner__content {
  position: relative;
  z-index: 1;
}
.section--carouselbanners .carousel-banners .carousel-banner__icon {
  width: 100px;
}

.section--faqmodule .fa-chevron-up {
  display: none;
}
.section--faqmodule .faq__group--title span {
  font-size: 18px;
}
.section--faqmodule .faq__group--title:hover {
  border-left: 4px solid var(--color-main-lighter);
}
.section--faqmodule .faq__group--title.active {
  border-left: 4px solid var(--color-main);
}
.section--faqmodule .faq__group--title.active > span {
  font-family: Chronicle;
}
.section--faqmodule .faq__group--title.active .fa-chevron-up {
  display: block;
}
.section--faqmodule .faq__group--title.active .fa-chevron-down {
  display: none;
}

@media (max-width: 768px) {
  .section--graphv2 .btn-toggle .btn {
    font-size: 1rem;
  }
}
.section--graphv2 .graph-img {
  max-width: 100%;
  width: auto;
}

.section--graphmodule text {
  font-size: 14px;
}

.section--graphsmodule .nav.nav-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 4px solid var(--color-main);
  list-style-type: none;
}
.section--graphsmodule .nav.nav-tabs > li {
  text-align: center;
}
.section--graphsmodule .nav.nav-tabs > li a {
  padding: 15px;
  font-size: 17px;
  background: var(--color-main-lighter);
  color: black;
  display: block;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
.section--graphsmodule .nav.nav-tabs > li a.active {
  background: var(--color-main);
  color: white;
}
.section--graphsmodule .nav.nav-tabs > li a:focus {
  outline: none;
}
.section--graphsmodule .nav.nav-tabs > li:last-child a {
  border-right: 0;
}
.section--graphsmodule .nav.nav-tabs > li:first-child a {
  border-left: 0;
}
.section--graphsmodule .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow-y: hidden;
}
.section--graphsmodule .tab-content > .tab-pane.active {
  height: auto;
}
.section--graphsmodule .graphs-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .section--graphsmodule .graphs-box {
    grid-template-columns: 1fr 1fr;
  }
}
.section--graphsmodule .graph-box {
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
  margin: 5px;
}
.section--graphsmodule .graph-box .graph__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-main);
  padding: 30px;
  padding-bottom: 0;
  display: block;
}
.section--graphsmodule .graph-box .graph__footer {
  display: block;
  padding: 30px;
  padding-top: 0;
  font-size: 14px;
  text-align: center;
}
.section--graphsmodule .graph-box text {
  font-size: 14px;
}
.section--graphsmodule .line-icon {
  margin-right: 15px;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.section--generic1module .promo-block {
  width: 140px;
}
.section--generic1module .promo-block .price {
  font-size: 40px;
  color: var(--color-alt);
  font-weight: 600;
}
.section--generic1module .promo-block .price--old {
  color: #5a5a5a;
  font-size: 32px;
  text-decoration: line-through;
  font-weight: normal;
}

.home-hero-section h1 {
  color: #ffffff;
  letter-spacing: 2px;
}
.home-hero-section .hero-description p, .home-hero-section .hero-description span.icon-title {
  font-family: Maax;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .home-hero-section .tiles:after {
    content: "";
    position: absolute;
    background-color: var(--color-bg-main);
    left: -20px;
    right: 20px;
    top: -20px;
    height: 200px;
    width: calc(100% + 40px);
    z-index: 18;
  }
}

.section--icons-module i {
  color: var(--color-alt);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .section--icons-module i {
    transform: none;
  }
}
.section--icons-module .icon__description {
  font-family: Maax;
}
.section--icons-module p, .section--icons-module span.icon-title {
  align-self: stretch;
}
.section--icons-module .icon a {
  text-decoration: underline;
}
.section--icons-module .circle {
  border: 3px solid #00B4AA;
  width: 147px;
  border-radius: 50%;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.section--icons-module .circle--big {
  width: 264px;
  height: 264px;
  padding: 4rem;
}
.section--icons-module .circle--small {
  width: 94px;
  height: 94px;
}
@media (min-width: 768px) {
  .section--icons-module .circle--small {
    width: 129px;
    height: 129px;
  }
}
.section--icons-module .circle img {
  /*width: 80px;
  height: 80px;*/
}

.section--imagecarouselmodule .owl-thumbs {
  grid-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.section--imagecarouselmodule .owl-thumbs img {
  opacity: 0.4;
  transition: ease opacity 0.3s;
  cursor: pointer;
}
.section--imagecarouselmodule .owl-thumbs img.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .section--imagecarouselmodule .owl-thumbs img {
    max-width: 114px;
  }
}
.section--imagecarouselmodule .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section--imagecarouselmodule .owl-prev, .section--imagecarouselmodule .owl-next {
  color: var(--color-main) !important;
  cursor: pointer;
  opacity: 0.6;
}
.section--imagecarouselmodule .owl-prev:hover, .section--imagecarouselmodule .owl-next:hover {
  background: none !important;
  outline: none;
  opacity: 1;
}
.section--imagecarouselmodule .owl-prev:focus, .section--imagecarouselmodule .owl-next:focus {
  outline: none;
}

.section--information {
  background: #F7F7F7;
}
.section--information.theme-main h2, .section--information.theme-main .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .section--information.theme-main .title__price, .section--information.theme-main .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .section--information.theme-main .title__name {
  color: var(--color-main) !important;
}
.section--information.theme-alt h2, .section--information.theme-alt .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .section--information.theme-alt .title__price, .section--information.theme-alt .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .section--information.theme-alt .title__name {
  color: var(--color-alt) !important;
}
.section--information a {
  font-family: Maax;
  font-size: 1.1rem;
  text-decoration: underline;
}
.section--information a.highlight {
  font-family: Maax;
  font-size: 1.46rem;
  line-height: 1.86rem;
  color: var(--color-main);
  text-decoration: none;
}
.section--information .info-title {
  padding: 1.66rem 0;
  margin-top: 1.66rem;
  margin-bottom: 1.66rem;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
@media (min-width: 768px) {
  .section--information .info-title {
    border: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
}
.section--information .info-lines {
  display: none;
}
@media (min-width: 768px) {
  .section--information .info-lines {
    display: block;
  }
}
.section--information .info-lines.active {
  display: block;
}
.section--information .info-lines .info-line {
  border-bottom: 1px solid #979797;
}
.section--information .info-lines .info-line .title {
  font-family: Maax;
  font-size: 22px;
}
.section--information .info-lines .info-line:last-child {
  border-bottom: none;
}
.section--information .circle-arrow-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section--information .circle-arrow-box {
    display: none;
  }
}

.section--mapmodule {
  background-color: rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}
.section--mapmodule .map-container {
  width: 100%;
  position: relative;
  padding-top: 64%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.section--mapmodule .map-container .pin-box-outer {
  position: absolute;
}
.section--mapmodule .map-container .pin-box-outer .pin-box {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.section--mapmodule .map-container .pin-box-outer .pin-box span {
  line-height: 13px;
  text-align: center;
}
.section--mapmodule .map-container .pin-box-outer .pin-box .pin {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px;
  margin-bottom: 2px;
}
.section--mapmodule .map-container .pin-box-outer .pin-box .pin:before {
  display: block;
  content: " ";
  border-radius: 50%;
  background: white;
  width: 10px;
  height: 10px;
}
@media (min-width: 768px) {
  .section--mapmodule .map-container .pin-box-outer .pin-box .pin {
    padding: 6px;
    margin-bottom: 8px;
  }
  .section--mapmodule .map-container .pin-box-outer .pin-box .pin:before {
    width: 14px;
    height: 14px;
  }
}
.section--mapmodule .map-container .pin-box-outer .pin-box .pin__label {
  width: 100px;
  line-height: 1;
  text-align: center;
  margin-left: -33%;
}
.section--mapmodule .map-container .pin-box-outer .pin-box .pin__label span {
  color: white;
  font-family: Maax;
  font-size: 13px;
}
@media (min-width: 768px) {
  .section--mapmodule .map-container .pin-box-outer .pin-box .pin__label span {
    font-family: Chronicle;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .section--mapmodule .map-container .pin-box-outer .pin-box .pin__label0 {
    top: -34px;
    left: 3px;
  }
  .section--mapmodule .map-container .pin-box-outer .pin-box .pin__label1 {
    top: 22px;
    left: 5px;
  }
}

.marker__phone {
  margin-bottom: 15px;
}

.map-popup {
  border: 2px solid var(--color-main);
  border-radius: 10px;
}

.marker-outer h4 {
  color: var(--color-main);
  font-family: Chronicle;
}
.marker-outer h4 a {
  font-size: inherit;
  color: var(--color-main);
  font-family: Chronicle;
}
.marker-outer a, .marker-outer p, .marker-outer span {
  font-size: 17px;
  font-family: Maax;
}
.marker-outer a:hover {
  color: var(--color-main);
}
.marker-outer .fas {
  color: var(--color-main);
}

.gmaps .gm-style-iw-chr {
  position: absolute;
  right: 0;
}
.gmaps .infowindow-clinic {
  padding: 26px 10px 6px;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 768px) {
  .gmaps .infowindow-clinic {
    padding: 36px 20px 10px;
    font-size: 18px;
  }
}
.gmaps .infowindow-clinic h2, .gmaps .infowindow-clinic .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .gmaps .infowindow-clinic .title__price, .gmaps .infowindow-clinic .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .gmaps .infowindow-clinic .title__name {
  color: var(--color-main);
  font-family: Chronicle;
  font-size: 22px;
}
@media (min-width: 768px) {
  .gmaps .infowindow-clinic h2, .gmaps .infowindow-clinic .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .gmaps .infowindow-clinic .title__price, .gmaps .infowindow-clinic .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .gmaps .infowindow-clinic .title__name {
    font-size: 30px;
  }
}
.gmaps .infowindow-clinic h2 a, .gmaps .infowindow-clinic .packages .package__inner .package__info .info-title .title__price a, .packages .package__inner .package__info .info-title .gmaps .infowindow-clinic .title__price a, .gmaps .infowindow-clinic .packages .package__inner .package__info .info-title .title__name a, .packages .package__inner .package__info .info-title .gmaps .infowindow-clinic .title__name a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}
.gmaps .infowindow-clinic .phone {
  margin-top: 16px;
}

.locator-left-panel {
  height: auto;
  max-height: 100%;
  overflow-y: hidden;
}
.locator-left-panel .locator-search-bar-container .geosuggest__input {
  -webkit-appearance: none;
  border: 1px solid #dedede;
  font-weight: 400;
  text-overflow: ellipsis;
  width: 100%;
}
.locator-left-panel .buttons_container {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.locator-left-panel .clear-form-button i:before {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.locator-left-panel #clinic-card-list {
  scroll-behavior: smooth;
}
.locator-left-panel .clinic-card.highlight {
  background-color: white;
}

.section--offersmodule .offer-box__front {
  height: 100%;
}
.section--offersmodule .offer-box__front i {
  cursor: pointer;
}
.section--offersmodule .offer-box__front .offer-icon {
  width: 120px;
  height: 120px;
}
.section--offersmodule .offer-box__back {
  color: #fff;
  padding: 10px;
}
.section--offersmodule .offer-box__back i {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
  color: #5a5a5a;
}
.section--offersmodule .offer-box__back .inner p, .section--offersmodule .offer-box__back .inner span.icon-title, .section--offersmodule .offer-box__back .inner a {
  font-family: Maax;
  font-size: 15px;
}
@media (max-width: 768px) {
  .section--offersmodule .offer-box__back .inner p, .section--offersmodule .offer-box__back .inner span.icon-title {
    line-height: 19px;
  }
}
.section--offersmodule .offer-box--main .offer-box__back {
  background-color: var(--color-main);
}
.section--offersmodule .offer-box--main-light .offer-box__back {
  background-color: var(--color-main-light);
}
.section--offersmodule .offer-box--main-lighter .offer-box__back {
  background-color: var(--color-main-lighter);
}
.section--offersmodule .offer-box--alt .offer-box__back {
  background-color: var(--color-alt);
}
.section--offersmodule .offer-box--alt-light .offer-box__back {
  background-color: var(--color-alt-light);
}
.section--offersmodule .offer-box--alt-lighter .offer-box__back {
  background-color: var(--color-alt-lighter);
}
.section--offersmodule .offer-box--grey .offer-box__back {
  background-color: #F7F7F7;
}
.section--offersmodule .offer-box--disable .offer-box__back {
  background-color: #EDEDED;
}

.section--offersv2module {
  margin: 0;
}
.section--offersv2module .offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.section--offersv2module .offer {
  max-width: 49%;
  width: 49%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section--offersv2module .offer {
    max-width: 208px;
    width: 208px;
  }
}
.section--offersv2module .offer__inner {
  text-align: center;
  padding: 15px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  align-items: center;
}
.section--offersv2module .offer img {
  padding: 30px;
  padding-top: 0;
  width: 160px;
}
.section--offersv2module .offer .desc {
  position: absolute;
  padding: 15px;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  transition: ease all 0.5s;
  z-index: 1;
}
.section--offersv2module .offer .desc p, .section--offersv2module .offer .desc span.icon-title {
  color: white;
  font-size: 14px;
  line-height: 15px;
}
.section--offersv2module .offer .desc a {
  font-size: 14px;
}
.section--offersv2module .offer .info {
  border-radius: 50%;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 7.5px;
}
.section--offersv2module .offer .info .fas {
  font-size: 12px;
}
.section--offersv2module .offer:hover .desc {
  top: 0;
}
.section--offersv2module.variant-2 .container > .inner {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section--offersv2module.variant-2 .container > .inner {
    padding: 80px 0 50px;
  }
}
.section--offersv2module.variant-2 h2, .section--offersv2module.variant-2 .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .section--offersv2module.variant-2 .title__price, .section--offersv2module.variant-2 .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .section--offersv2module.variant-2 .title__name {
  font-size: 34px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .section--offersv2module.variant-2 h2, .section--offersv2module.variant-2 .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .section--offersv2module.variant-2 .title__price, .section--offersv2module.variant-2 .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .section--offersv2module.variant-2 .title__name {
    font-size: 46px;
    line-height: 58px;
  }
}
.section--offersv2module.variant-2 .offers {
  padding-top: 20px;
}
.section--offersv2module.variant-2 .offer {
  max-width: 49%;
  width: 49%;
}
@media (min-width: 768px) {
  .section--offersv2module.variant-2 .offer {
    max-width: 315px;
    width: 315px;
  }
}
.section--offersv2module.variant-2 .offer img {
  width: auto;
  height: 110px;
  padding: 17%;
  padding-top: 0;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .section--offersv2module.variant-2 .offer img {
    height: 150px;
    padding: 30px;
  }
}
.section--offersv2module.variant-2 .offer .title {
  font-family: Maax;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-main);
}
@media (min-width: 768px) {
  .section--offersv2module.variant-2 .offer .title {
    font-size: 24px;
  }
}

.price-module .border-right {
  border-bottom: 4px solid var(--color-main);
}
@media (min-width: 768px) {
  .price-module .border-right {
    border: none;
    border-right: 2px solid var(--color-main);
  }
  .price-module .border-left {
    border: none;
    border-left: 2px solid var(--color-main);
  }
}

.section--pricev2module .price-details-text h4 {
  color: var(--color-main);
  font-size: 17px;
  margin: 0;
}
.section--pricev2module .price-details-text a {
  text-decoration: underline;
}
.section--pricev2module .price-details-text ul {
  padding: 12px 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.section--pricev2module .price-details-text ul li {
  padding: 0px 0px 10px 5px;
}
.section--pricev2module .price-details-text strong {
  color: var(--color-main);
}

.section--quicklinksmodule {
  background-color: var(--color-main);
}
.section--quicklinksmodule .quicklinks-carousel {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.section--quicklinksmodule .quick-link {
  height: 60px;
  line-height: 60px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section--quicklinksmodule .quick-link + .quick-link {
  border-left: 1px solid #fff;
}
.section--quicklinksmodule a {
  position: relative;
}
.section--quicklinksmodule a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid var(--color-main);
  color: #fff;
}
.section--quicklinksmodule .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.section--quicklinksmodule .owl-nav .owl-prev {
  margin: 15px 25px 15px 0;
}
.section--quicklinksmodule .owl-nav .owl-next {
  margin: 15px 0 15px 25px;
}

.section--teammodule .member__name {
  font-family: Maax;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-main);
}
.section--teammodule .member__position {
  font-family: Maax;
  font-size: 15px;
  text-transform: uppercase;
}
.section--teammodule .member__desc p, .section--teammodule .member__desc span.icon-title {
  font-family: Maax;
  font-size: 15px;
}
.section--teammodule .member__image img {
  border-radius: 50%;
}
.section--teammodule .member a {
  color: var(--color-main);
  font-size: 15px;
}
.section--teammodule .member a i {
  margin-left: 5px;
  font-size: 13px;
}
.section--teammodule .member-carousel {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section--teammodule .member-carousel {
    margin: 60px 0;
  }
}
.section--teammodule .member-carousel .member {
  width: 100%;
}
@media (min-width: 768px) {
  .section--teammodule .member-carousel .member {
    width: 50%;
  }
}
.section--teammodule .member-carousel.owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--color-main);
}
.section--teammodule .member-carousel.owl-theme .owl-dots .owl-dot.active span, .section--teammodule .member-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-main);
}

.section--textmodule {
  margin: 0;
}

.rte a {
  text-decoration: underline;
}
.rte ul.list-mark li:before {
  position: absolute;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
  left: 0;
  top: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  fill: #009FA9;
  width: 15px;
  height: 15px;
  border: none;
  background: none;
}
.rte img[style*="float: left"], .rte img[style*="float:left"] {
  margin: 5px 25px 10px 0px;
}
.rte img[style*="float: right"], .rte img[style*="float:right"] {
  margin: 5px 0px 10px 25px;
}

.section--textimagemodule {
  margin: 0;
}
.section--textimagemodule-expand {
  margin-bottom: 160px;
}
.section--textimagemodule .heading-main h3 {
  color: var(--color-main);
}
.section--textimagemodule .heading-alt h3 {
  color: var(--color-alt);
}
.section--textimagemodule > div > .container > .inner {
  padding: 60px 0;
}
.section--textimagemodule small, .section--textimagemodule div.small p, div.small .section--textimagemodule p, .section--textimagemodule div.small a, div.small .section--textimagemodule a, .section--textimagemodule div.small span.icon-title, div.small .section--textimagemodule span.icon-title {
  display: block;
}
.section--textimagemodule small span, .section--textimagemodule div.small p span, div.small .section--textimagemodule p span, .section--textimagemodule div.small a span, div.small .section--textimagemodule a span, .section--textimagemodule div.small span.icon-title span, div.small .section--textimagemodule span.icon-title span {
  font-size: 12px;
  line-height: 16px;
}
.section--textimagemodule.theme-main span {
  text-decoration-color: var(--color-main) !important;
}
.section--textimagemodule.theme-alt span {
  text-decoration-color: var(--color-alt) !important;
}

.testimonials .testimonial {
  text-align: center;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .testimonials .testimonial {
    padding: 0 60px;
  }
}
.testimonials .testimonial__title {
  font-family: Chronicle;
  font-size: 1.83rem;
  margin-bottom: 30px;
}
.testimonials .testimonial__message {
  display: inline;
}
.testimonials .testimonial__message p, .testimonials .testimonial__message span.icon-title {
  font-family: Maax;
  font-size: 1.66rem;
  line-height: 2rem;
  display: inline;
  font-style: italic;
}
.testimonials .testimonial__info span {
  font-family: Maax;
}
.testimonials .testimonial__body {
  margin-bottom: 30px;
}
.testimonials .testimonial__body .quote-left .fa {
  right: 10px;
}
.testimonials .testimonial__body .quote-right .fa {
  left: 10px;
}
.testimonials .testimonial__body .quote-left, .testimonials .testimonial__body .quote-right {
  display: inline;
  position: relative;
}
.testimonials .testimonial__body .quote-left .fa, .testimonials .testimonial__body .quote-right .fa {
  position: absolute;
  top: -8px;
  font-size: 1.67rem;
}
@media (min-width: 768px) {
  .testimonials .testimonial__body .quote-left .fa, .testimonials .testimonial__body .quote-right .fa {
    top: -18px;
    font-size: 2rem;
  }
}
.testimonials .testimonial__link {
  font-family: Chronicle;
  font-size: 1.1rem;
}
.testimonials .owl-stage-outer {
  margin-bottom: 30px;
}

.testimonials-tiles:after {
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, #a3bde5, #f8d8c3);
  width: 100%;
  display: block;
  height: 315px;
  position: absolute;
  top: 0;
}
.testimonials-tiles .testimonials-tiles-item img {
  width: 100%;
  display: block;
}
.testimonials-tiles .testimonials-tiles-item p, .testimonials-tiles .testimonials-tiles-item span.icon-title, .testimonials-tiles .testimonials-tiles-item ul, .testimonials-tiles .testimonials-tiles-item ol, .testimonials-tiles .testimonials-tiles-item li {
  font-family: Maax;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-default-text);
  text-align: left;
}
@media (min-width: 768px) {
  .testimonials-tiles .testimonials-tiles-item p, .testimonials-tiles .testimonials-tiles-item span.icon-title, .testimonials-tiles .testimonials-tiles-item ul, .testimonials-tiles .testimonials-tiles-item ol, .testimonials-tiles .testimonials-tiles-item li {
    font-size: 21px;
    line-height: 28px;
  }
}
.testimonials-tiles .testimonials-tiles-item ul, .testimonials-tiles .testimonials-tiles-item ol {
  list-style: outside;
  padding-left: 24px;
}
.testimonials-tiles .testimonials-tiles-item ul li, .testimonials-tiles .testimonials-tiles-item ol li {
  padding-bottom: 6px;
}
.testimonials-tiles .testimonials-tiles-item ul li::marker, .testimonials-tiles .testimonials-tiles-item ol li::marker {
  font-size: 24px;
  color: var(--color-main);
}

.section--servicesmodule ul li a {
  border-radius: 22px;
  padding: 10px 20px;
}
.section--servicesmodule ul li > a.active {
  background: var(--color-main);
  color: white;
}
.section--servicesmodule ul li:hover a {
  background: var(--color-main);
  color: white;
}
.section--servicesmodule .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.section--servicesmodule .service-item--item {
  padding-top: 52%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section--servicesmodule .service-item--item {
    padding-top: 42%;
  }
}
.section--servicesmodule .service-item--item .item__detail {
  opacity: 1;
  transition: ease all 0.3s;
}
.section--servicesmodule .service-item--item .item__title {
  z-index: 1;
  font-size: 1.3rem;
  line-height: 1.67rem;
  transition: ease all 0.3s;
  color: white;
}
@media (min-width: 415px) {
  .section--servicesmodule .service-item--item .item__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .section--servicesmodule .service-item--item .item__title {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .section--servicesmodule .service-item--item .item__title {
    font-size: 2rem;
    line-height: 2.1rem;
  }
}
.section--servicesmodule .service-item--item.item-plain {
  background: var(--color-main);
}
.section--servicesmodule .service-item--item.item-plain .item__description {
  background: #00838B;
}
.section--servicesmodule .service-item--item .item__description {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 15px;
  transform: translateY(-100%);
  transition: ease all 0.5s;
  z-index: 1;
  display: none;
}
.section--servicesmodule .service-item--item .item__description p, .section--servicesmodule .service-item--item .item__description span, .section--servicesmodule .service-item--item .item__description ul, .section--servicesmodule .service-item--item .item__description li {
  color: white;
}
@media (min-width: 1024px) {
  .section--servicesmodule .service-item--item .item__description {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .section--servicesmodule .service-item--item:hover .item__detail {
    opacity: 0;
  }
  .section--servicesmodule .service-item--item:hover .item__description {
    transform: translateY(0);
  }
}

.section--videomodule iframe {
  max-width: 100%;
}

.section--webinarmodule h3 {
  font-size: 1.83rem;
  font-family: Maax;
  line-height: 2.6rem;
}
.section--webinarmodule h3:after {
  content: " ";
  display: block;
  height: 4px;
  width: 60px;
  background: var(--color-main);
}
.section--webinarmodule table {
  width: 100%;
}
.section--webinarmodule table tr {
  display: flex;
}
.section--webinarmodule table tr th, .section--webinarmodule table tr td {
  padding: 5px;
  width: 14.2857142857%;
  background: white;
}
.section--webinarmodule table tr th {
  color: #5a5a5a;
}
.section--webinarmodule table tr th small, .section--webinarmodule table tr th div.small p, div.small .section--webinarmodule table tr th p, .section--webinarmodule table tr th div.small a, div.small .section--webinarmodule table tr th a, .section--webinarmodule table tr th div.small span.icon-title, div.small .section--webinarmodule table tr th span.icon-title {
  font-size: 15px;
  font-family: Chronicle;
}
.section--webinarmodule .fas {
  font-size: 20px;
}
.section--webinarmodule .calendar-navbar {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.section--webinarmodule .calendar-header {
  font-size: 17px;
  font-family: Maax;
}
.section--webinarmodule .monthview-primary-with-event {
  background: var(--color-main);
  color: white;
  cursor: pointer;
}
.section--webinarmodule .monthview-selected {
  background: var(--color-main-light);
  color: white;
}
.section--webinarmodule .tab-header {
  border-bottom: 4px solid #F7F7F7;
}
.section--webinarmodule .tab-header > div {
  background: var(--color-main-light);
  padding: 10px 25px;
  cursor: pointer;
}
.section--webinarmodule .tab-header > div h4 {
  color: var(--color-main);
  margin-bottom: 0;
  font-size: 1.66rem;
}
.section--webinarmodule .tab-header .active {
  background: var(--color-main);
}
.section--webinarmodule .tab-header .active h4 {
  color: white;
}
.section--webinarmodule .tab-content__calendar {
  border: 2px solid #F7F7F7;
  padding-top: 15px;
}

.section--columnsformodules .container .inner .container {
  padding: 0;
}
.section--columnsformodules .container .inner .container .inner {
  padding: 0;
}

.section-quote blockquote:before, .section-quote blockquote:after {
  content: url("data:image/svg+xml; utf8, <svg class='w-8 h-8 text-blue-800 dark:text-blue-300 mb-4' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 18 14'><path d='M6 0H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3H2a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Zm10 0h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3h-1a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Z'/></svg>");
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
}
.section-quote blockquote:before {
  top: -20px;
}
.section-quote blockquote:after {
  bottom: -9px;
}

.section--stepsmodule .horizontal .step-item {
  position: relative;
}
.section--stepsmodule .horizontal .step-item:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-radius: 6px;
  border-style: solid;
  transform: rotate(0deg);
  top: 100%;
  left: calc(50% - 20px);
  border-width: 21px 20px 0 20px;
  border-color: var(--color-main) transparent transparent transparent;
}
@media (min-width: 1024px) {
  .section--stepsmodule .horizontal .step-item:after {
    left: 100%;
    top: 28px;
    border-width: 20px 0 20px 21px;
    border-color: transparent transparent transparent var(--color-main);
  }
}
.section--stepsmodule .horizontal .step-item:last-child:after {
  display: none;
}
.section--stepsmodule .horizontal:after {
  content: "";
  width: 76%;
  text-align: center;
  border: 1px solid;
  margin: 0 auto;
  border-top: none;
}
@media (max-width: 1024px) {
  .section--stepsmodule .horizontal:after {
    display: none;
  }
}
.section--stepsmodule .horizontal .tag_circle {
  height: 95px;
  width: 95px;
  margin: 0 auto;
  border: 4px solid var(--color-main);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .responsive-table.table {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .responsive-table tr {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .responsive-table td {
    width: 100% !important;
  }
}

.clinics-map {
  margin-left: -15px;
  margin-right: -140px;
}
@media (min-width: 768px) {
  .clinics-map {
    margin-left: 0;
    margin-right: 0;
  }
}
.clinics-map__img {
  left: 50%;
  transform: translate(-50%, 0);
}
.clinics-map .pin {
  display: flex;
  align-items: center;
  position: absolute;
  transform: translate(-15px, -15px);
  cursor: pointer;
  background: var(--color-main);
  border-radius: 50%;
}
.clinics-map .pin__dot {
  border: 1px solid white;
  padding: 2px;
  border-radius: 50%;
  display: block;
  position: relative;
}
.clinics-map .pin__dot:before {
  content: " ";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background: white;
  display: block;
}
.clinics-map .pin__label {
  position: absolute;
  color: white;
  font-family: Maax;
  text-shadow: 2px 1px 2px black, 0 0 1em var(--color-main), 0 0 0.2em var(--color-main);
  font-size: 14px;
}
@media (min-width: 768px) {
  .clinics-map .pin__label {
    font-size: 15px;
  }
}
.clinics-map .pin-label-top .pin__label {
  bottom: calc(100% - 6px);
  left: -52px;
  width: 136px;
  text-align: center;
}
@media (min-width: 768px) {
  .clinics-map .pin-label-top .pin__label {
    bottom: calc(100% + 1px);
  }
}
.clinics-map .pin-label-right .pin__label {
  left: calc(100% + 1px);
}
@media (min-width: 768px) {
  .clinics-map .pin-label-right .pin__label {
    left: calc(100% + 3px);
  }
}
.clinics-map .pin-label-left .pin__label {
  right: calc(100% + 1px);
}
@media (min-width: 768px) {
  .clinics-map .pin-label-left .pin__label {
    right: calc(100% + 3px);
  }
}
.clinics-map .pin-label-bottom .pin__label {
  top: calc(100% + 1px);
  left: -52px;
  width: 136px;
  text-align: center;
}
@media (min-width: 768px) {
  .clinics-map .pin-label-bottom .pin__label {
    top: calc(100% + 1px);
  }
}
.clinics-map .clinic-info {
  pointer-events: auto;
  position: absolute;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
  bottom: 25px;
  left: -150px;
  width: 250px;
  border: 1px solid var(--color-main);
  font-size: 18px;
  line-height: 1.4;
  color: #5a5a5a;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .clinics-map .clinic-info {
    width: 350px;
  }
}
.clinics-map .clinic-info .title {
  padding-bottom: 15px;
  font-size: 30px;
  color: var(--color-main);
  display: block;
  font-family: Maax;
  text-align: center;
  display: block;
  text-decoration: none;
}
.clinics-map .clinic-info div {
  padding-bottom: 10px;
}
.clinics-map .clinic-info div a {
  text-decoration: none;
}
.clinics-map .clinic-info div a:hover {
  text-decoration: underline;
}
.clinics-map .clinic-info i {
  vertical-align: middle;
  padding-right: 10px;
  color: var(--color-main);
}
.clinics-map .clinic-info a {
  text-decoration: none;
}
.clinics-map .clinic-info .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.clinics-map .clinic-info ul {
  text-align: left;
  margin-left: 17%;
}
.clinics-map__info_block {
  background-color: #fff;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.18);
}

.text-image-sq-section .text-image-sq-background {
  background: linear-gradient(125deg, #f8d8c3, #a3bde5);
}
.text-image-sq-section p, .text-image-sq-section span.icon-title {
  color: var(--color-default-text);
}

.download-file-form p, .download-file-form span.icon-title {
  font-family: Maax;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-default-text);
}

.image-text-module p, .image-text-module span.icon-title {
  font-family: Maax;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-default-text);
}
.image-text-module.cropped-small {
  min-height: 430px;
}
@media (min-width: 768px) {
  .image-text-module.cropped-small.image-text-full.image-text-background {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .image-text-module.cropped-small.image-text-fixed .image-text-background, .image-text-module.cropped-small.text-image-gradient .image-text-background {
    padding-top: 40px;
  }
}
.image-text-module.cropped-small .image-text-wrap {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .image-text-module.cropped-small .image-text-wrap .image-side {
    max-width: 300px;
    position: absolute;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .image-text-module.cropped-small .image-text-wrap .image-side {
    max-width: 300px;
  }
}
.image-text-module.cropped-big {
  min-height: 530px;
}
@media (min-width: 768px) {
  .image-text-module.cropped-big.image-text-full.image-text-background {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .image-text-module.cropped-big.image-text-fixed .image-text-background, .image-text-module.cropped-big.text-image-gradient .image-text-background {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .image-text-module.cropped-big .image-text-wrap .image-side {
    max-width: 350px;
    position: absolute;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .image-text-module.cropped-big .image-text-wrap .image-side {
    max-width: 386px;
  }
}
.book-event-module h2, .book-event-module .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .book-event-module .title__price, .book-event-module .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .book-event-module .title__name {
  font-family: Maax;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: var(--color-default-text);
}
.book-event-module h3 {
  font-family: Maax;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-default-text);
}
.book-event-module p, .book-event-module span.icon-title {
  font-family: Maax;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-default-text);
}

.package-list .package-list-item p, .package-list .package-list-item span.icon-title, .package-list .package-list-item ul, .package-list .package-list-item ol, .package-list .package-list-item li {
  font-family: Maax;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-default-text);
  text-align: left;
}
@media (min-width: 768px) {
  .package-list .package-list-item p, .package-list .package-list-item span.icon-title, .package-list .package-list-item ul, .package-list .package-list-item ol, .package-list .package-list-item li {
    font-size: 21px;
    line-height: 28px;
  }
}
.package-list .package-list-item ul, .package-list .package-list-item ol {
  list-style: outside;
  padding-left: 24px;
}
.package-list .package-list-item ul li, .package-list .package-list-item ol li {
  padding-bottom: 6px;
}
.package-list .package-list-item ul li::marker, .package-list .package-list-item ol li::marker {
  font-size: 24px;
  color: var(--color-main);
}

.charts-module .chart-item > div > div {
  margin-left: auto;
  margin-right: auto;
}

.procedures-module .procedure-item:before {
  content: "";
  position: absolute;
  left: 47px;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 2px dashed #1d1d1b;
}
.procedures-module .procedure-item:last-child:before {
  display: none;
}

.image-border {
  position: relative;
  margin-top: 10px;
}
.image-border:after {
  content: "";
  width: 40%;
  height: 40%;
  position: absolute;
  z-index: -1;
}

.image-border.image-border--main:after {
  background: var(--color-main);
}

.image-border.image-border--main-light:after {
  background: var(--color-main-light);
}

.image-border.image-border--main-lighter:after {
  background: var(--color-main-lighter);
}

.image-border.image-border--alt:after {
  background: var(--color-alt);
}

.image-border.image-border--alt-light:after {
  background: var(--color-alt-light);
}

.image-border.image-border--alt-lighter:after {
  background: var(--color-alt-lighter);
}

.image-border.image-border--grey:after {
  background: #F7F7F7;
}

.image-border.image-border--disable:after {
  background: #EDEDED;
}

.image-border--top-left:after {
  top: -10px;
  left: -10px;
}

.image-border--:after, .image-border--top-right:after {
  top: -10px;
  right: -10px;
}

.image-border--bottom-left:after {
  bottom: -10px;
  left: -10px;
}

.image-border--bottom-right:after {
  bottom: -10px;
  right: -10px;
}

.image-border--g-map {
  display: block !important;
}
.image-border--g-map:after {
  width: 16%;
  height: 25%;
}

.packages {
  margin-bottom: 45px;
  /*&--grid {
      display: grid;
      grid-gap: $spacing-md;

      @include tablet {
          grid-template-columns: repeat(2, 1fr);
      }

      @include desktop {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  &--grid-1 {
      grid-template-columns: repeat(1, 1fr);
  }

  &--grid-2 {
      @include tablet {
          grid-template-columns: repeat(2, 1fr);
      }
  }*/
}
@media (min-width: 415px) {
  .packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.packages .package-card {
  margin-bottom: 30px;
  min-width: 280px;
  flex: 1;
}
@media (min-width: 415px) {
  .packages .package-card {
    margin: 15px;
  }
}
@media (min-width: 768px) {
  .packages .package-card {
    flex: 0 0 calc(30% - 20px);
  }
}
.packages .package {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.packages .package:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .packages .package {
    display: flex;
    flex-direction: row;
  }
}
.packages .package__inner {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .packages .package__inner--half {
    width: 60%;
  }
}
.packages .package__inner .package__info {
  padding: 30px;
  height: 100%;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
.packages .package__inner .package__info .list-group {
  margin-bottom: 15px;
}
.packages .package__inner .package__info ul {
  text-align: left;
}
.packages .package__inner .package__info ul li a {
  font-family: Maax;
  font-size: 17px;
}
.packages .package__image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: auto;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .packages .package__image {
    display: block;
    width: 46%;
  }
}
.packages .package__image img {
  /*width: 75%;
  position: absolute;
  max-width: 280px;*/
}
@media (min-width: 768px) {
  .packages .package__image img {
    width: 100%;
    position: relative;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .packages .package--reverse {
    flex-direction: row-reverse;
  }
}
.packages .package--reverse .package__info {
  padding-right: 50px;
  /*@include desktop {
      padding-left: 100px;
  }*/
}
.packages .package--reverse .package__image {
  left: 0;
  right: inherit;
  justify-content: flex-start;
}
.packages .package--color-main .package__inner:after {
  background: var(--color-main);
}
.packages .package--color-main-light .package__inner:after {
  background: var(--color-main-light);
}
.packages .package--color-main-lighter .package__inner:after {
  background: var(--color-main-lighter);
}
.packages .package--color-alt .package__inner:after {
  background: var(--color-alt);
}
.packages .package--color-alt-light .package__inner:after {
  background: var(--color-alt-light);
}
.packages .package--color-alt-lighter .package__inner:after {
  background: var(--color-alt-lighter);
}
.packages .package--color-grey .package__inner:after {
  background: #F7F7F7;
}
.packages .package--color-disable .package__inner:after {
  background: #EDEDED;
}

table {
  margin-bottom: 30px;
}
table thead tr th {
  background: var(--color-main);
  color: #fff;
  font-size: 20px;
  font-family: Maax;
  padding: 20px;
  text-align: center;
  width: 16.66%;
}
table tbody tr td {
  background: #F7F7F7;
  padding: 20px;
  text-align: center;
}

.blogs .blog-container {
  /*display: flex;*/
  justify-content: center;
}
.blogs .blog-container .blog {
  width: 100%;
}
.blogs .blog-container .blog__info {
  padding: 15px;
  background: #F7F7F7;
}
.blogs .blog-container .blog__info .info-title {
  margin-bottom: 16px;
}
.blogs .blog-container .blog__info .info-title a {
  font-size: 17px;
}
.blogs .blog-container .blog__info .info-summary p, .blogs .blog-container .blog__info .info-summary span.icon-title {
  font-family: Maax;
  font-size: 15px;
}
.blogs .blog-container .blog__info .info-link a:not(.btn) {
  font-size: 17px;
  text-decoration: underline;
}
.blogs .blog-container .blog__info .info-author a {
  font-size: 1rem;
}
.blogs.owl-theme .owl-dots {
  pointer-events: none;
}
.blogs.owl-theme .owl-dots .owl-dot {
  pointer-events: auto;
}
.blogs.owl-theme .owl-dots .owl-dot span {
  border: 1px solid var(--color-alt);
}
.blogs.owl-theme .owl-dots .owl-dot.active span, .blogs.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-alt);
}
.blogs .owl-stage {
  display: flex;
}
.blogs .image-border:after {
  width: 25%;
}

.blogs-carousel .blogs .blog-container .blog {
  margin: 2.6rem 1rem;
}
@media (min-width: 768px) {
  .blogs-carousel .blogs .blog-container .blog {
    margin: 2.6rem 2.6rem 1.33rem;
  }
}
.blogs-carousel .blogs .blog-container .blog__info {
  margin-top: -1.33rem;
}

.blogs.blogs-home .blog {
  margin: 0;
  margin-top: 1.33rem;
  margin-bottom: 1.33rem;
  max-width: unset;
}
@media (min-width: 768px) {
  .blogs.blogs-home {
    margin: 0;
  }
  .blogs.blogs-home .blog-container .blog {
    margin: 0.67rem;
  }
}
.blogs.blogs-home .blog__image {
  transform: none;
}
.blogs.blogs-home .image-border {
  margin-top: 0;
}

.faq__group .group-title {
  color: var(--color-main);
}
.faq__group .group-list .item {
  margin-bottom: 15px;
}
.faq__group .group-list .item--title {
  cursor: pointer;
  font-size: 16px;
}
.faq__group .group-list .item--title .arrow {
  transform: rotate(-45deg);
  transition: transform 0.5s;
  border-color: white;
}
.faq__group .group-list .item--title .icon {
  background: var(--color-main);
  width: 37px;
  min-width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
}
.faq__group .group-list .item--title .icon:before {
  content: "+";
  font-size: 40px;
  color: white;
  /*margin-left: 1px;*/
  /*margin-top: 1px;*/
  padding-top: 1px;
}
.faq__group .group-list .item--content {
  border: 1px solid #F7F7F7;
  display: none;
}
.faq__group .group-list .item--content p, .faq__group .group-list .item--content span.icon-title {
  font-family: Maax;
}
.faq__group .group-list .item.active .icon:before {
  content: "-";
  padding-bottom: 7px;
}

.brochure-popup {
  max-width: 600px;
  padding: 30px;
  border-radius: 10px;
}
.brochure-popup.white-popup form label {
  text-align: left;
}
.brochure-popup .privicy-form {
  padding-top: 20px;
}
.brochure-popup .privicy-form p, .brochure-popup .privicy-form span.icon-title {
  margin-bottom: 0;
}

.form .umbraco-forms-page .umbraco-forms-fieldset {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form .umbraco-forms-page .umbraco-forms-fieldset:first-child {
  padding-top: 20px;
}
.form .umbraco-forms-page .umbraco-forms-fieldset:last-child {
  padding-top: 20px;
}
.form .umbraco-forms-page .umbraco-forms-fieldset:nth-child(even) {
  background: var(--color-alt-lighter);
}
.form .umbraco-forms-page .umbraco-forms-navigation {
  margin-top: 1.3rem;
}

.umbraco-forms-form input[type=submit].spin-loader {
  border: 0px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid var(--color-main);
  border-bottom: 4px solid var(--color-main);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  color: transparent !important;
  background: transparent;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donor-form-wo-submit .umbraco-forms-navigation {
  display: none;
}

.blog-page {
  margin: 60px 0 0;
}
@media (min-width: 768px) {
  .blog-page {
    margin: 60px 0;
  }
}

.accommodations-page .hotels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .accommodations-page .hotels {
    grid-template-columns: 1fr;
  }
}
.accommodations-page .hotels .hotel {
  display: flex;
  flex-direction: column;
}
.accommodations-page .hotels .hotel a {
  word-break: break-word;
}
.accommodations-page .hotels .hotel__body {
  padding: 30px;
}
.accommodations-page .hotel-group {
  margin-bottom: 30px;
}

.page--pricingtool > div {
  min-height: 100vh;
}
.page--pricingtool .banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 315px;
}
.page--pricingtool .banner p, .page--pricingtool .banner span.icon-title {
  font-size: 21px;
  color: #373E49;
  font-weight: 700;
}
.page--pricingtool h1 {
  font-size: 40px;
}
.page--pricingtool h3, .page--pricingtool label {
  color: var(--color-main);
}
.page--pricingtool h4 {
  font-size: 28px;
  font-family: Chronicle;
  color: #373E49;
}
.page--pricingtool label {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}
.page--pricingtool input[type=text] {
  border: 1px solid #eaeaea;
  background: #f5f5f5;
}
.page--pricingtool input[type=text], .page--pricingtool input[type=number], .page--pricingtool select, .page--pricingtool textarea {
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  color: black;
  font-size: 17px;
  border: 1px solid #eaeaea;
  background: #f5f5f5;
}
.page--pricingtool input[type=text].input-validation-error, .page--pricingtool input[type=number].input-validation-error, .page--pricingtool select.input-validation-error, .page--pricingtool textarea.input-validation-error {
  border: 1px solid #ff7a7a;
  background: #fff8f8;
}
.page--pricingtool textarea {
  min-height: 140px;
}
.page--pricingtool .textarea-field .icon {
  margin-top: 8px;
}
.page--pricingtool .service-title {
  font-size: 17px;
  font-weight: 700;
}
.page--pricingtool .header-quantity, .page--pricingtool .header-cost {
  font-size: 18px;
}
.page--pricingtool .field-validation-error {
  color: #ff0000;
  font-size: 15px;
}
.page--pricingtool .orderline-total, .page--pricingtool p, .page--pricingtool span.icon-title, .page--pricingtool .amount {
  font-size: 17px;
}
.page--pricingtool p a, .page--pricingtool span.icon-title a {
  font-size: 17px;
}
.page--pricingtool .total {
  font-size: 28px;
}
.page--pricingtool input[type=submit] {
  font-size: 20px;
}
.page--pricingtool span, .page--pricingtool a, .page--pricingtool input[type=button], .page--pricingtool input[type=submit] {
  font-size: 20px;
}
.page--pricingtool fieldset > div {
  margin-bottom: 40px;
}
.page--pricingtool .icon {
  padding: 8px;
  background: var(--color-main);
  color: white;
  border-radius: 50%;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.page--pricingtool .terms p, .page--pricingtool .terms span.icon-title {
  color: #5a5a5a;
  opacity: 0.5;
  font-size: 15px;
}
.page--pricingtool .total-box {
  background: #fbfbfb;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 30px;
}
.page--pricingtool .total-box h4 {
  margin-bottom: 0;
}
.page--pricingtool .summary-mode {
  background: #f5f5f5;
}
.page--pricingtool .summary-mode .banner {
  display: none;
}
.page--pricingtool .summary {
  background: white;
  padding: 40px 60px;
}
.page--pricingtool .form-group {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

/*html {
    font-size: 50%;

    @include desktop {
        font-size: 62.5%;
    }
}*/
/*ul, ol, table {
    font-size:1.7rem;
}*/
.fade-out {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.fade-in {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  height: auto;
}

.press-item {
  border-bottom: 1px solid #666;
}

.bg-stripe {
  background-image: url(/img/map-bg.png);
  background-size: 67px;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

.container {
  padding: 0 20px;
  max-width: 1270px;
  margin: 0 auto;
}
.container.container--wider {
  max-width: 1480px !important;
}
.container > .inner {
  padding: 30px 0;
}

.pull-bottom .inner {
  padding-bottom: 0;
}
.pull-bottom + div .inner {
  padding-top: 0;
}

body {
  background-color: var(--color-bg-main);
}
body.menu-active {
  overflow: hidden;
}
@media (max-width: 768px) {
  body.menu-active .main-navigation {
    right: 0;
  }
}
body.appt-page > main {
  padding-top: 40px;
  /*margin-top: 66px;*/
}
@media (min-width: 768px) {
  body.appt-page > main {
    padding-top: 90px;
    /*margin-top: 132px;*/
  }
}
body.appt-page .megamenu {
  display: none;
}

main {
  margin-top: 0;
  padding-top: 94px;
  background-color: var(--color-bg-main);
}
@media (min-width: 768px) {
  main {
    margin-top: 0;
    padding-top: 125px;
  }
}

@media (min-width: 768px) {
  .homepage main {
    padding-top: 169px;
  }
}

.section--border {
  border-top: 1px solid #CBCDCE;
  border-bottom: 1px solid #CBCDCE;
}

@media (max-width: 768px) {
  .logo-nav {
    margin-top: -38px;
  }
}

nav {
  /*padding: 16px 0;*/
}
nav ul li a {
  font-family: Maax;
}
nav ul li a:hover {
  text-decoration: none;
  color: var(--color-main);
}

.btn-main {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: var(--color-main);
  border: 2px solid var(--color-main);
  text-decoration: none !important;
  color: #fff !important;
}
.btn-main:hover:not([disabled]) {
  background: white;
  color: var(--color-main) !important;
  border: 2px solid var(--color-main);
}
.btn-main:hover:not([disabled]) span {
  color: var(--color-main) !important;
}
.btn-main:hover:not([disabled]) select {
  color: var(--color-main) !important;
}
.btn-main.active {
  background: white;
  color: var(--color-main) !important;
  border: 2px solid var(--color-main);
}
.btn-main.active span {
  color: var(--color-main) !important;
}
.btn-main.active select {
  color: var(--color-main) !important;
}
.btn-main:active {
  background: #fff;
  color: var(--color-main) !important;
  border: 2px solid var(--color-main);
  outline: none;
}
.btn-main:focus {
  outline: none;
}

.btn-main-light {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: var(--color-main-light);
  border: 2px solid var(--color-main-light);
  text-decoration: none !important;
  color: #fff !important;
}
.btn-main-light:hover:not([disabled]) {
  background: white;
  color: var(--color-main-light) !important;
  border: 2px solid var(--color-main-light);
}
.btn-main-light:hover:not([disabled]) span {
  color: var(--color-main-light) !important;
}
.btn-main-light:hover:not([disabled]) select {
  color: var(--color-main-light) !important;
}
.btn-main-light.active {
  background: white;
  color: var(--color-main-light) !important;
  border: 2px solid var(--color-main-light);
}
.btn-main-light.active span {
  color: var(--color-main-light) !important;
}
.btn-main-light.active select {
  color: var(--color-main-light) !important;
}
.btn-main-light:active {
  background: #fff;
  color: var(--color-main-light) !important;
  border: 2px solid var(--color-main-light);
  outline: none;
}
.btn-main-light:focus {
  outline: none;
}

.btn-main-lighter {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: var(--color-main-lighter);
  border: 2px solid var(--color-main-lighter);
  text-decoration: none !important;
  color: #fff !important;
}
.btn-main-lighter:hover:not([disabled]) {
  background: white;
  color: var(--color-main-lighter) !important;
  border: 2px solid var(--color-main-lighter);
}
.btn-main-lighter:hover:not([disabled]) span {
  color: var(--color-main-lighter) !important;
}
.btn-main-lighter:hover:not([disabled]) select {
  color: var(--color-main-lighter) !important;
}
.btn-main-lighter.active {
  background: white;
  color: var(--color-main-lighter) !important;
  border: 2px solid var(--color-main-lighter);
}
.btn-main-lighter.active span {
  color: var(--color-main-lighter) !important;
}
.btn-main-lighter.active select {
  color: var(--color-main-lighter) !important;
}
.btn-main-lighter:active {
  background: #fff;
  color: var(--color-main-lighter) !important;
  border: 2px solid var(--color-main-lighter);
  outline: none;
}
.btn-main-lighter:focus {
  outline: none;
}

.btn-alt {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: var(--color-alt);
  border: 2px solid var(--color-alt);
  text-decoration: none !important;
  color: #fff !important;
}
.btn-alt:hover:not([disabled]) {
  background: white;
  color: var(--color-alt) !important;
  border: 2px solid var(--color-alt);
}
.btn-alt:hover:not([disabled]) span {
  color: var(--color-alt) !important;
}
.btn-alt:hover:not([disabled]) select {
  color: var(--color-alt) !important;
}
.btn-alt.active {
  background: white;
  color: var(--color-alt) !important;
  border: 2px solid var(--color-alt);
}
.btn-alt.active span {
  color: var(--color-alt) !important;
}
.btn-alt.active select {
  color: var(--color-alt) !important;
}
.btn-alt:active {
  background: #fff;
  color: var(--color-alt) !important;
  border: 2px solid var(--color-alt);
  outline: none;
}
.btn-alt:focus {
  outline: none;
}

.btn-alt-light {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: var(--color-alt-light);
  border: 2px solid var(--color-alt-light);
  text-decoration: none !important;
  color: #fff !important;
}
.btn-alt-light:hover:not([disabled]) {
  background: white;
  color: var(--color-alt-light) !important;
  border: 2px solid var(--color-alt-light);
}
.btn-alt-light:hover:not([disabled]) span {
  color: var(--color-alt-light) !important;
}
.btn-alt-light:hover:not([disabled]) select {
  color: var(--color-alt-light) !important;
}
.btn-alt-light.active {
  background: white;
  color: var(--color-alt-light) !important;
  border: 2px solid var(--color-alt-light);
}
.btn-alt-light.active span {
  color: var(--color-alt-light) !important;
}
.btn-alt-light.active select {
  color: var(--color-alt-light) !important;
}
.btn-alt-light:active {
  background: #fff;
  color: var(--color-alt-light) !important;
  border: 2px solid var(--color-alt-light);
  outline: none;
}
.btn-alt-light:focus {
  outline: none;
}

.btn-alt-lighter {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: var(--color-alt-lighter);
  border: 2px solid var(--color-alt-lighter);
  text-decoration: none !important;
  color: #fff !important;
}
.btn-alt-lighter:hover:not([disabled]) {
  background: white;
  color: var(--color-alt-lighter) !important;
  border: 2px solid var(--color-alt-lighter);
}
.btn-alt-lighter:hover:not([disabled]) span {
  color: var(--color-alt-lighter) !important;
}
.btn-alt-lighter:hover:not([disabled]) select {
  color: var(--color-alt-lighter) !important;
}
.btn-alt-lighter.active {
  background: white;
  color: var(--color-alt-lighter) !important;
  border: 2px solid var(--color-alt-lighter);
}
.btn-alt-lighter.active span {
  color: var(--color-alt-lighter) !important;
}
.btn-alt-lighter.active select {
  color: var(--color-alt-lighter) !important;
}
.btn-alt-lighter:active {
  background: #fff;
  color: var(--color-alt-lighter) !important;
  border: 2px solid var(--color-alt-lighter);
  outline: none;
}
.btn-alt-lighter:focus {
  outline: none;
}

.btn-grey {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: #F7F7F7;
  border: 2px solid #F7F7F7;
  text-decoration: none !important;
  color: #fff !important;
}
.btn-grey:hover:not([disabled]) {
  background: white;
  color: #F7F7F7 !important;
  border: 2px solid #F7F7F7;
}
.btn-grey:hover:not([disabled]) span {
  color: #F7F7F7 !important;
}
.btn-grey:hover:not([disabled]) select {
  color: #F7F7F7 !important;
}
.btn-grey.active {
  background: white;
  color: #F7F7F7 !important;
  border: 2px solid #F7F7F7;
}
.btn-grey.active span {
  color: #F7F7F7 !important;
}
.btn-grey.active select {
  color: #F7F7F7 !important;
}
.btn-grey:active {
  background: #fff;
  color: #F7F7F7 !important;
  border: 2px solid #F7F7F7;
  outline: none;
}
.btn-grey:focus {
  outline: none;
}

.btn-disable {
  border-radius: var(--border-radius);
  font-family: Maax;
  padding: 10px 20px;
  text-align: center;
  outline: none;
  line-height: unset;
  font-size: 16px;
  cursor: pointer;
  transition: ease all 0.3s;
  display: inline-block;
  background: #EDEDED;
  border: 2px solid #EDEDED;
  text-decoration: none !important;
  color: #000 !important;
}
.btn-disable:hover:not([disabled]) {
  background: white;
  color: #EDEDED !important;
  border: 2px solid #EDEDED;
}
.btn-disable:hover:not([disabled]) span {
  color: #EDEDED !important;
}
.btn-disable:hover:not([disabled]) select {
  color: #EDEDED !important;
}
.btn-disable.active {
  background: white;
  color: #EDEDED !important;
  border: 2px solid #EDEDED;
}
.btn-disable.active span {
  color: #EDEDED !important;
}
.btn-disable.active select {
  color: #EDEDED !important;
}
.btn-disable:active {
  background: #fff;
  color: #EDEDED !important;
  border: 2px solid #EDEDED;
  outline: none;
}
.btn-disable:focus {
  outline: none;
}

select {
  color: white;
}
select option {
  color: black;
}

.design-v3 .btn-small-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  gap: 10px;
}
@media (min-width: 768px) {
  .design-v3 .btn-small-icon {
    gap: 10px;
  }
}
.design-v3 .btn-small-icon img {
  margin-left: 0;
  width: 16px;
}
.design-v3 .btn-large-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  /*        font-size: 22px;
      padding: 10px 34px 10px;
  */
  gap: 10px;
}
@media (min-width: 767px) {
  .design-v3 .btn-large-icon {
    /*            font-size: 30px;
    padding: 12px 36px 12px;
                   */
    gap: 15px;
  }
}
.design-v3 .btn-large-icon img {
  margin-left: -10px;
  width: 22px;
}
.design-v3 .btn-large-icon .caption {
  font-family: Maax;
  /*           font-size: 24px;
  */
  margin-top: -3px;
}
@media (min-width: 767px) {
  .design-v3 .btn-large-icon .caption {
    /*             font-size: 30px;
    */
  }
}

.btn--big {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.btn--small {
  padding: 1px 15px 5px;
  min-width: unset;
  font-size: 15px;
}

.btn-toggle {
  display: inline-block;
  background: #EDEDED;
  border-radius: var(--border-radius);
}

.color-main {
  color: var(--color-main);
}

.bg-main {
  background-color: var(--color-main);
  /* add contrast for main color */
  color: #fff;
}

.border-color-main {
  border-color: var(--color-main);
}

.color-main-light {
  color: var(--color-main-light);
}

.bg-main-light {
  background-color: var(--color-main-light);
  /* add contrast for main color */
}

.border-color-main-light {
  border-color: var(--color-main-light);
}

.color-main-lighter {
  color: var(--color-main-lighter);
}

.bg-main-lighter {
  background-color: var(--color-main-lighter);
  /* add contrast for main color */
}

.border-color-main-lighter {
  border-color: var(--color-main-lighter);
}

.color-alt {
  color: var(--color-alt);
}

.bg-alt {
  background-color: var(--color-alt);
  /* add contrast for main color */
}

.border-color-alt {
  border-color: var(--color-alt);
}

.color-alt-light {
  color: var(--color-alt-light);
}

.bg-alt-light {
  background-color: var(--color-alt-light);
  /* add contrast for main color */
}

.border-color-alt-light {
  border-color: var(--color-alt-light);
}

.color-alt-lighter {
  color: var(--color-alt-lighter);
}

.bg-alt-lighter {
  background-color: var(--color-alt-lighter);
  /* add contrast for main color */
}

.border-color-alt-lighter {
  border-color: var(--color-alt-lighter);
}

.color-grey {
  color: #F7F7F7;
}

.bg-grey {
  background-color: #F7F7F7;
  /* add contrast for main color */
}

.border-color-grey {
  border-color: #F7F7F7;
}

.color-disable {
  color: #EDEDED;
}

.bg-disable {
  background-color: #EDEDED;
  /* add contrast for main color */
}

.border-color-disable {
  border-color: #EDEDED;
}

.bg-main-p-md {
  background-color: var(--color-main-lighter);
  padding: 30px 30px 0;
  display: block;
}
.bg-main-p-md:last-child {
  padding-bottom: 30px;
}

.image-border {
  position: relative;
  display: inline-block;
}
.image-border__container {
  position: relative;
}
.image-border__container:after {
  content: "";
  width: 195px;
  height: 195px;
  top: -10px;
  right: 44px;
  position: absolute;
}
.image-border__container .c-image {
  position: relative;
  z-index: 1;
  box-shadow: 50px 83px var(--color-main-lighter);
}
.image-border__container .c-label {
  font-family: Chronicle;
  color: var(--color-main);
  position: absolute;
  margin-left: 19%;
  /*margin-top: 5%;*/
  text-align: left;
  bottom: -54px;
  left: 0;
}
.image-border__container .c-logo {
  position: absolute;
  margin-left: 72%;
  margin-top: -8%;
  left: 0;
  z-index: 1;
  width: 106px;
}
@media (min-width: 768px) {
  .image-border__container .c-logo {
    width: 150px;
  }
}
.image-border__background {
  height: 400px;
  width: 400px;
  background: var(--color-main-lighter);
  position: absolute;
  top: 121px;
  left: 86px;
  display: flex;
  align-items: flex-end;
}
.image-border__background .inner-1 {
  padding: 23px 40px;
  position: relative;
  width: 100%;
}
.image-border__background .inner-1 span {
  font-family: Chronicle;
  font-size: 20px;
}
.image-border__background .inner-1 img {
  position: absolute;
  right: 12px;
  bottom: -30px;
  height: 146px;
  z-index: 1;
}

.complex-image span {
  font-family: Chronicle;
  font-size: 20px;
  margin-top: -78px;
  margin-left: 79px;
  position: absolute;
}

.percircle {
  font-size: 147px;
  float: none;
  margin: 0 auto;
  margin-bottom: 26px;
  background-color: #EDEDED;
}
@media (min-width: 768px) {
  .percircle {
    font-size: 197px;
  }
}
.percircle:after {
  background: #fff;
}
.percircle > span {
  font-family: Chronicle;
  font-size: 30px;
  color: #000;
}

.banner--contact {
  background-position: top right;
  background-size: 1200px;
  background-repeat: no-repeat;
  background-color: #ECECEC;
}
@media (min-width: 768px) {
  .banner--contact {
    background-size: cover;
  }
}
.banner--contact .box {
  width: 100%;
}
footer {
  background-color: var(--color-bg-main);
}
footer p, footer span.icon-title {
  font-size: 15px;
}
footer a {
  font-size: 15px;
}
footer a:hover {
  color: var(--color-main);
}
footer .menu .title {
  font-family: Maax;
  font-size: 22px;
  color: var(--color-main);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  footer .menu .title {
    margin-bottom: 20px;
  }
}
footer .menu ul li a {
  font-family: Maax;
  font-size: 15px;
}
footer .menu ul li span {
  font-size: 15px;
}
footer .footer--bottom ul, footer .footer--bottom a, footer .footer--bottom span, footer .footer--bottom p {
  font-family: Maax;
  font-size: 12px;
  color: #a2a2a2;
}
footer .footer--bottom a:hover {
  text-decoration: underline;
}
footer .footer--bottom ul {
  width: auto;
}
@media (min-width: 768px) {
  footer .footer--bottom ul {
    width: 400px;
  }
}

.social-icons i {
  margin: 0 4px;
}

.column-2 {
  column-count: 2;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid var(--color-main);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-main);
}

.owl-nav {
  pointer-events: none;
}
.owl-nav button {
  pointer-events: auto;
}

@media (min-width: 768px) {
  .boxes-carousel .owl-dots {
    display: none;
  }
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}
.mb-default {
  margin-bottom: 30px;
}

.p-default {
  padding: 30px;
}

.circle-arrow {
  background: var(--color-main);
  width: 31px;
  height: 31px;
  display: inline-flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.rte a {
  text-decoration: underline;
  color: var(--color-main);
  font-family: Chronicle;
}
.rte p span, .rte span.icon-title span {
  font-family: Maax;
}
.rte img {
  margin-bottom: 26px;
  display: inline;
}
.rte ol {
  text-align: left;
  list-style-type: decimal;
  padding-left: 18px;
  margin-bottom: 30px;
}
.rte ol li {
  line-height: 23px;
  font-family: Maax;
}
.rte ul {
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}
.rte ul li {
  font-size: 15px;
  position: relative;
  padding-left: 30px;
  font-family: Maax;
}
.rte ul li:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: var(--color-main);
  position: absolute;
  left: -2px;
  top: 6px;
  border-radius: 50%;
}
.rte em {
  font-family: Maax;
}

.text-main {
  color: var(--color-main);
}

.text-alt {
  color: var(--color-alt);
}

.theme-main .rte .text-main {
  color: var(--color-main);
}
.theme-main .rte ul li:before {
  background: var(--color-main);
}

.theme-alt .rte .text-main {
  color: var(--color-alt);
}
.theme-alt .rte ul li:before {
  background: var(--color-alt);
}

ul.list-check li {
  padding-left: 30px;
}
ul.list-check li:before {
  content: "✔" !important;
  background: none !important;
  color: var(--color-main);
  top: 1px;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  .header-logo-carousel .item img:not(.svg) {
    width: auto;
  }
}
.header-logo-carousel .item img.svg {
  height: 45px;
}
.header-logo-carousel .owl-item img {
  width: auto;
}

.romw {
  display: none;
}
.romw:nth-child(-n+15) {
  display: block;
}

.testi-box > div:first-child {
  overflow: hidden;
  /*height: 326px;*/
}
.testi-box img {
  transition: transform 0.5s;
}
.testi-box:hover img {
  transform: scale(1.1);
}

.color-white {
  color: #fff;
}

.contactcentretrackingform .umbraco-forms-label {
  padding-bottom: 4px;
  font-family: Chronicle;
  /*font-size:20px;*/
}

.brochure-form, .form {
  /*    .umbraco-forms-field div label {
      display: inline;
  }*/
}
.brochure-form h4, .form h4 {
  color: var(--color-main);
  font-family: Chronicle;
  font-size: 1.67rem !important;
  line-height: unset !important;
}
.brochure-form .umbraco-forms-label, .form .umbraco-forms-label {
  display: block;
  font-family: Chronicle;
  padding-bottom: 4px;
}
.brochure-form .umbraco-forms-fieldset, .form .umbraco-forms-fieldset {
  margin-bottom: 1.3rem;
}
.brochure-form .umbraco-forms-field, .form .umbraco-forms-field {
  margin-bottom: 16px;
}
.brochure-form .help-block, .form .help-block {
  font-family: Maax;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.brochure-form p, .brochure-form span.icon-title, .form p, .form span.icon-title {
  font-size: 16px;
}
.brochure-form legend, .form legend {
  font-size: 1.3rem !important;
  font-weight: normal !important;
  font-family: Chronicle;
}
.brochure-form label, .form label {
  font-size: 16px;
  font-weight: normal !important;
  font-family: Maax !important;
}
.brochure-form input[type=text], .brochure-form input[type=email], .brochure-form input[type=tel], .brochure-form select, .brochure-form textarea, .brochure-form input[type=number], .form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea, .form input[type=number] {
  padding: 8px !important;
  font-size: 16px;
  margin: 0 !important;
  width: 100% !important;
  border: 1px solid #bbb;
}
.brochure-form input[type=text].input-validation-error, .brochure-form input[type=email].input-validation-error, .brochure-form input[type=tel].input-validation-error, .brochure-form select.input-validation-error, .brochure-form textarea.input-validation-error, .brochure-form input[type=number].input-validation-error, .form input[type=text].input-validation-error, .form input[type=email].input-validation-error, .form input[type=tel].input-validation-error, .form select.input-validation-error, .form textarea.input-validation-error, .form input[type=number].input-validation-error {
  background: var(--color-alt-lighter);
  border: 1px solid var(--color-alt);
}
.brochure-form select, .form select {
  color: #5a5a5a;
}
.brochure-form input[type=submit], .form input[type=submit] {
  background: var(--color-main);
  color: #fff;
}
.brochure-form .contour input.text, .form .contour input.text {
  max-width: unset !important;
}
.brochure-form .titleanddescription p, .brochure-form .titleanddescription span.icon-title, .form .titleanddescription p, .form .titleanddescription span.icon-title {
  color: var(--color-main);
  font-family: Maax;
}
.brochure-form textarea, .form textarea {
  width: 100% !important;
  border-radius: 5px;
  height: 10rem;
}
.brochure-form .field-validation-error, .form .field-validation-error {
  color: var(--color-alt);
}
.brochure-form .field-validation-error span, .form .field-validation-error span {
  color: var(--color-alt);
}
.brochure-form .field_subtitle, .form .field_subtitle {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.brochure-form .umbraco-forms-form input.text, .brochure-form .umbraco-forms-form textarea, .form .umbraco-forms-form input.text, .form .umbraco-forms-form textarea {
  max-width: unset !important;
  max-width: inherit !important;
}
.brochure-form .umbraco-forms-form span.checkboxlist, .form .umbraco-forms-form span.checkboxlist {
  padding-left: 0;
}
.brochure-form .umbraco-forms-form .checkboxlist input, .form .umbraco-forms-form .checkboxlist input {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .brochure-form .two-column > div, .form .two-column > div {
    margin-bottom: 16px;
    width: calc(50% - 14px);
    margin: 15px 7px;
  }
}
.brochure-form .umbraco-forms-indicator, .form .umbraco-forms-indicator {
  line-height: 1;
}

.umbraco-form-bmi-popup {
  max-width: 600px;
}

.modal-body {
  padding: 0 1.3rem 1.3rem;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 0 2.6rem 2.6rem;
  }
}

.modal-header {
  border-bottom: none;
}

.modal-dialog {
  max-width: 880px;
}

.contour fieldset {
  padding: 0 !important;
}

.tooltip {
  font-size: 16px;
}
.tooltip-inner {
  padding: 8px 16px;
  max-width: 100%;
  max-width: 350px;
  width: auto;
}

.calculator input[type=text], .calculator select {
  border: 2px solid #cccccc;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 16px;
}

.datepicker-days table {
  width: 100%;
}
.datepicker-days table tr {
  display: flex;
}
.datepicker-days table th {
  flex: 1;
  font-size: 16px;
  padding: 8px;
}
@media (min-width: 768px) {
  .datepicker-days table th {
    padding: 10px;
    font-size: 20px;
  }
}
.datepicker-days table td {
  display: flex;
  flex: 1;
  height: auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 8px;
}
@media (min-width: 768px) {
  .datepicker-days table td {
    padding: 10px;
    height: 80px;
  }
}
.datepicker-days .avaliable-day {
  background: var(--color-main);
  color: #fff;
}
.datepicker-days .disabled-date {
  background: var(--color-main);
  color: #fff;
}

.datepicker-months table {
  width: 100%;
}
.datepicker-months table tr {
  display: flex;
}
.datepicker-months table th {
  flex: 1;
  padding: 10px;
  font-size: 20px;
}
.datepicker-months table span.month {
  width: 25%;
  display: inline-block;
  padding: 1.3rem;
  cursor: pointer;
  border-radius: 5px;
}
.datepicker-months table span.month:hover {
  background: #F7F7F7;
}
.datepicker-months table span.month.focused {
  background: #F7F7F7;
}
.datepicker-months table td {
  background: white;
}

.datepicker-years table {
  width: 100%;
}
.datepicker-years table tr {
  display: flex;
}
.datepicker-years table th {
  flex: 1;
  padding: 10px;
  font-size: 20px;
}
.datepicker-years table span.year {
  width: 25%;
  display: inline-block;
  padding: 1.3rem;
  cursor: pointer;
  border-radius: 5px;
}
.datepicker-years table span.year:hover {
  background: #F7F7F7;
}
.datepicker-years table span.year.focused {
  background: #F7F7F7;
}
.datepicker-years table td {
  background: white;
}

.calendar__input thead .prev, .calendar__input thead .next {
  visibility: visible !important;
  cursor: pointer;
}

.firstDay {
  background: var(--color-main);
  color: #fff;
}

.fertileDay {
  background: var(--color-main);
  color: #fff;
}

th.dow {
  background: #F7F7F7;
  color: black;
}

td.day {
  border: 1px solid #efefef;
  /*display:inline-flex;
  justify-content:flex-end;
  align-items:flex-start;*/
}

td.old, td.new {
  color: transparent !important;
  background: #F7F7F7 !important;
}

@media (min-width: 768px) {
  .shaded-box--left .shaded-box__desc .box--border {
    left: -70px;
    width: calc(100% + 80px);
  }
}
@media (min-width: 768px) {
  .shaded-box--right .shaded-box__desc .box--border {
    right: 10px;
    width: calc(100% + 80px);
  }
}
.shaded-box .box--border {
  height: auto;
}
.calendar__confirmation a {
  text-decoration: underline;
}
.calendar__confirmation strong {
  color: var(--color-main);
}

.calendar__tabs-check i {
  color: var(--color-main);
  border: 1px solid var(--color-main);
  padding: 5px;
  border-radius: 50px;
  margin-right: 4px;
}

.calendar__confirmation h2, .calendar__confirmation .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .calendar__confirmation .title__name, .calendar__confirmation .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .calendar__confirmation .title__price {
  color: var(--color-main);
}

.appointment-page .mobile-nav-open, .appointment-page .mainmenu, .appointment-page .main-navigation, .appointment-page .sticky-header {
  display: none;
}
@media (min-width: 768px) {
  .appointment-page .logo {
    bottom: -60px;
  }
}

.modal {
  text-align: center;
}
.modal h2, .modal .packages .package__inner .package__info .info-title .title__name, .packages .package__inner .package__info .info-title .modal .title__name, .modal .packages .package__inner .package__info .info-title .title__price, .packages .package__inner .package__info .info-title .modal .title__price {
  color: var(--color-main);
  font-weight: 600;
}
.modal .contact-bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3rem;
}
@media (min-width: 768px) {
  .modal .contact-bottom {
    flex-direction: row;
  }
}
.modal .contact-bottom > div {
  width: 100%;
  margin-bottom: 2.6rem;
  box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.18);
  z-index: 0;
  position: relative;
}
.modal .contact-bottom > div:after {
  content: "";
  width: 64px;
  height: 51px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
  background: var(--color-alt);
}
@media (min-width: 768px) {
  .modal .contact-bottom > div {
    width: 50%;
    margin-bottom: 0;
    margin: 1.3rem;
  }
}
.modal .contact-bottom__inner {
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  background: #fff;
  padding: 1.3rem;
}
.modal .contact-bottom__inner h6, .modal .contact-bottom__inner strong, .modal .contact-bottom__inner i {
  font-size: 1.67rem;
}
@media (min-width: 768px) {
  .modal .contact-bottom__inner h6, .modal .contact-bottom__inner strong, .modal .contact-bottom__inner i {
    font-size: 2rem;
  }
}
.modal .contact-bottom__inner p, .modal .contact-bottom__inner span.icon-title {
  margin-bottom: 0;
  font-size: 15px;
}
.modal .modal__subtitle a {
  text-decoration: underline;
}

.timer-popup {
  max-width: 950px;
}
.timer-popup p a, .timer-popup span.icon-title a {
  text-decoration: underline;
}

.bmi-calc-popup {
  border-radius: 10px;
  max-width: 518px;
}

.bmi-calc {
  padding: 6px;
}
.bmi-calc .tab-header span {
  background: var(--color-main-light);
  color: white;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.bmi-calc .tab-header span.active {
  background: var(--color-main);
}
.bmi-calc .tab-header span:first-child {
  margin-right: 4px;
}
.bmi-calc .tab-header span:last-child {
  margin-left: 4px;
}
.bmi-calc .tab-content__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bmi-calc .tab-content__footer a {
  font-size: 15px;
  color: var(--color-main);
  text-decoration: underline;
}
.bmi-calc .calc-header {
  border-radius: 10px 10px 0 0;
}
.bmi-calc .calc-body {
  border: 4px solid var(--color-main);
  padding: 8px;
}
.bmi-calc span, .bmi-calc input, .bmi-calc button, .bmi-calc a, .bmi-calc label {
  font-size: 26px;
}
.bmi-calc .field span {
  display: block;
  margin-bottom: 10px;
}
.bmi-calc .field input[type=text] {
  width: 100%;
  border: 2px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
}
.bmi-calc .field input[type=text]:focus {
  border-color: var(--color-main);
}
.bmi-calc .field-placeholder {
  position: relative;
}
.bmi-calc .field-placeholder span {
  position: absolute;
  right: 10px;
  top: 14px;
  color: #cccccc;
  font-size: 20px;
  pointer-events: none;
}
.bmi-calc .bmi-result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bmi-calc .bmi-result span {
  margin: 22px 0;
  display: block;
}
.bmi-calc .bmi-result .result-title {
  font-size: 40px;
  color: var(--color-main);
  text-transform: uppercase;
}
.bmi-calc .bmi-result .result-score {
  font-size: 76px;
  font-family: Chronicle;
  color: var(--color-main);
}
.bmi-calc button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.header-burger i {
  padding: 10px;
  background: var(--color-main);
  border: 2px solid var(--color-main);
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
}
.header-burger:hover i {
  background: white;
  color: var(--color-main);
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.loader {
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loader__icon {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid var(--color-main);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.step-icon {
  height: 100px;
}

.owl-carousel .owl-item img {
  width: auto;
}

ul.breadcrumb {
  display: flex;
  list-style-type: none;
}
ul.breadcrumb li a {
  text-decoration: underline;
}
ul.breadcrumb li a, ul.breadcrumb li span {
  color: var(--color-main);
  font-size: 14px;
  margin-right: 5px;
}
ul.breadcrumb li:not(:last-child):after {
  content: ">";
  margin-right: 7px;
  color: var(--color-main);
}

.border-t-1-main-lighter {
  border-top: 1px solid var(--color-main-lighter);
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

#swedishSingleDiscountModuleHighlight .box {
  background: var(--color-main-lighter);
}
#swedishSingleDiscountModuleHighlight .box .price {
  font-size: 52px;
}
#swedishSingleDiscountModuleHighlight .box .price--old {
  font-size: 44px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-calculator {
  font-size: 15px;
  line-height: 20px;
}

.plan-details.active .loader {
  display: flex;
}

.plan-details .loader {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
}

.umbraco-forms-page .umbraco-forms-fieldset:nth-child(odd) {
  background: var(--color-alt-lighter);
}

.umbraco-forms-page .umbraco-forms-fieldset {
  padding: 20px;
}

ul.service-text__sidebar {
  max-width: 350px;
  margin: 0 auto;
  list-style-type: none;
}
ul.service-text__sidebar li:before {
  content: "";
  background: none;
  position: relative;
}
ul.service-text__sidebar li a {
  display: block;
  padding: 6px 30px 6px 0;
  font-size: 18px;
  position: relative;
  color: var(--color-main);
  fill: var(--color-main);
  font-family: Maax;
}
ul.service-text__sidebar li a:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%232d4579' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/></svg>");
  right: 0;
  top: 50%;
  transform: translate(-50%, 0);
  margin-top: -9px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  fill: inherit;
}
ul.service-text__sidebar li a span {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}

.mobile-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.mobile-carousel .owl-nav .arrow-prev, .mobile-carousel .owl-nav .arrow-next {
  background-color: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
}
.mobile-carousel .owl-nav .arrow-prev > i, .mobile-carousel .owl-nav .arrow-next > i {
  color: var(--color-main);
  font-size: 25px;
}
.mobile-carousel .owl-nav .arrow-prev {
  margin-left: -20px;
}
.mobile-carousel .owl-nav .arrow-next {
  margin-right: -20px;
}
.mobile-carousel .owl-dots {
  margin-top: 16px;
}
.mobile-carousel .owl-dots .owl-dot.active span {
  background-color: var(--color-main);
}
.mobile-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--color-main);
}
.mobile-carousel .owl-dots .owl-dot span {
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid var(--color-main);
}

.mobile-carousel.mobile-carousel-round-nav .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.mobile-carousel.mobile-carousel-round-nav .owl-nav .arrow-prev, .mobile-carousel.mobile-carousel-round-nav .owl-nav .arrow-next {
  background-color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
}
.mobile-carousel.mobile-carousel-round-nav .owl-nav .arrow-prev > i, .mobile-carousel.mobile-carousel-round-nav .owl-nav .arrow-next > i {
  color: #ffffff;
  font-size: 25px;
}
.mobile-carousel.mobile-carousel-round-nav .owl-nav .arrow-prev {
  margin-left: -13px;
}
.mobile-carousel.mobile-carousel-round-nav .owl-nav .arrow-next {
  margin-right: -13px;
}
