/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
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;
}

/* 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 {
  content: "";
  content: none;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #000;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 38px;
  margin-top: 20px;
  padding: 5px auto;
}

h2 {
  font-size: 32px;
  line-height: 38px;
}

h3 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

h4 {
  font-size: 27px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}

.regular-text {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.regular-text b {
  font-weight: bold;
}

.regular-href {
  font-size: 18px;
  color: #0000ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 20px;
}

.special-offert {
  font-size: 16px;
  line-height: 24px;
  color: red;
  margin: 20px 0;
}

.font-1 {
  font-family: "Abril Fatface", cursive;
  color: #9b2226;
  letter-spacing: 7px;
}

.font-2 {
  font-family: "Allura", cursive;
  color: #000;
  letter-spacing: 3px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 1.5;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.clause {
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.clause p {
  font-size: 14px;
}
.clause a {
  color: #7f919e;
  text-decoration: underline;
}
.clause a:hover {
  color: #7f919e;
}

.terms {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.terms p {
  font-size: 14px;
}
.terms label {
  cursor: pointer;
}
.terms input[type=checkbox] {
  margin-top: 2px;
  margin-left: 0px;
  cursor: pointer;
  flex-shrink: 0;
}
.terms a {
  color: #7f919e;
  text-decoration: underline;
}

.terms-error {
  color: #e70000;
  font-size: 14px;
  margin: 8px 0;
  display: none;
}
.terms-error.show {
  display: block;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.disclaimer p {
  font-size: 14px;
}

.page-container {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-container .container {
  max-width: 1075px;
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
  padding: 0 0 100px;
  margin: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .page-container .container {
    border-radius: 5px;
    padding: 0 0 100px;
    margin: 25px 0;
  }
}

.header-mobile {
  padding: 27px 20px 0;
  display: flex;
  flex-direction: column;
}
.header-mobile-title {
  font-size: 33px;
  line-height: 35px;
}
.header-mobile-subtitle {
  font-size: 12px;
  font-style: italic;
}
.header-mobile-image {
  width: 75px;
  height: 66px;
}
.header-mobile-top {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.header-mobile-press {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 12px;
  font-family: "Roboto", sans-serif;
}
.header-mobile-info {
  background-color: #af0000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 6px;
  margin: 0 -20px 14px;
}
.header-mobile-details {
  color: #5a5858;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.header-mobile-publication {
  font-weight: bold;
}
.header-mobile-publication span {
  font-weight: 500;
}
@media (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile-subpages {
  border-bottom: 4px solid #c7b785;
}

.social-icons {
  position: absolute;
  left: -50px;
  top: 0;
  display: none;
}
@media (min-width: 1200px) {
  .social-icons {
    display: block;
  }
}
.social-icons .social-icons-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: fixed;
  top: 300px;
}
.social-icons .social-icon {
  width: 3rem;
  height: auto;
}

.container-wrapper {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.container-wrapper .x-CTA-medical {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #fff;
  border-top: 2px solid #0000ff;
  display: none;
  z-index: 1;
  max-height: 100px;
  font-size: 18px;
  font-family: "Roboto";
  line-height: 1.4em;
  text-decoration: underline;
}
.container-wrapper .x-CTA-medical a {
  color: #0000ff !important;
  font-weight: 700;
}
@media (min-width: 525px) {
  .container-wrapper .x-CTA-medical {
    display: none !important;
  }
}
.container-wrapper .left-area {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container-wrapper .left-area .main-top-link a {
  text-decoration: none;
  color: #000dc3;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0;
}
.container-wrapper .left-area .x-article-medical {
  margin: 0 auto;
}
.container-wrapper .left-area .x-article-medical a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-wrapper .left-area .x-article-medical a .article-text {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.container-wrapper .left-area .main-image-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}
.container-wrapper .left-area .main-image-wrapper img {
  max-width: 100%;
  width: auto;
  margin-top: 20px;
  margin-bottom: 13px;
}
.container-wrapper .left-area .main-image-desc {
  font-size: 13px;
  font-style: italic;
}
.container-wrapper .left-area .float-img-text .float-img-wrapper {
  display: flex;
  justify-content: center;
}
.container-wrapper .left-area .float-img-text .float-img-wrapper img {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
}
.container-wrapper .left-area .float-img-text .float-img-text .regular-text {
  margin-top: 0;
}
.container-wrapper .left-area .ul-list {
  margin-top: 10px;
  padding-left: 30px;
  list-style: decimal;
}
.container-wrapper .left-area .ul-list .list-item {
  margin-bottom: 15px;
  line-height: 21px;
}
.container-wrapper .left-area .ul-list .list-item b {
  font-weight: bold;
}
.container-wrapper .left-area .ul-list .list-item:last-child {
  margin-bottom: 0;
}
.container-wrapper .left-area .chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.container-wrapper .left-area .chart .chart-row1 {
  max-width: 545px;
  width: 100%;
  display: flex;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column .chart-text {
  font-size: 13px;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column .chart-post {
  background-color: #33665f;
  width: 40%;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-1 {
  background-color: #f4f9fb;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-1 .chart-post {
  height: 150px;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-2 {
  background-color: #e3eef2;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-2 .chart-post {
  height: 175px;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-3 {
  background-color: #d3e4e8;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-3 .chart-post {
  height: 200px;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-4 {
  background-color: #c2dae1;
}
.container-wrapper .left-area .chart .chart-row1 .chart-column-4 .chart-post {
  height: 250px;
}
.container-wrapper .left-area .chart .chart-row2 {
  max-width: 545px;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.container-wrapper .left-area .chart .chart-row2 .chart-signature {
  width: 25%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 5px 0;
}
.container-wrapper .right-area-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .container-wrapper .left-area {
    width: 65%;
    padding-right: 20px;
  }
  .container-wrapper .right-area-sidebar {
    width: 100%;
    max-width: 310px;
  }
  .container-wrapper .right-area-sidebar .booked-wzs-160-275_in .booked-wzs-160-275-data {
    position: relative !important;
    width: 100% !important;
    height: 85px !important;
    overflow: hidden !important;
  }
  .container-wrapper .right-area-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container-wrapper .right-area-sidebar .weather-container {
    width: 100%;
  }
  .container-wrapper .right-area-sidebar .weather-container #m-booked-bl-simple-week-vertical-16435 {
    display: flex;
  }
  .container-wrapper .right-area-sidebar .weather-container #m-booked-bl-simple-week-vertical-16435 .weather-customize {
    border: 1px solid red;
    width: 100% !important;
  }
  .container-wrapper .right-area-sidebar h4 {
    margin: 20px 0;
    padding: 5px 20px;
    text-align: center;
  }
  .container-wrapper .right-area-sidebar .most-popular-articles .single-article {
    margin-bottom: 20px;
  }
  .container-wrapper .right-area-sidebar .most-popular-articles .single-article a {
    display: flex;
  }
  .container-wrapper .right-area-sidebar .most-popular-articles .single-article a p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
  }
  .container-wrapper .right-area-sidebar .most-popular-articles .single-article a img {
    margin: 0 20px;
    width: 6.4rem;
    height: 6.4rem;
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper {
    width: 100%;
    margin: 0 20px;
    padding: 20px 0;
    background: linear-gradient(to bottom, #ebd50c 0%, #795e8e 100%);
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper a {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper .special-offer-row {
    width: 100%;
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper .special-offer-text {
    padding: 15px;
    background-color: #3454b9;
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper .special-offer-text p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper .special-offer-image {
    display: flex;
    margin-top: 10px;
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper .special-offer-image img {
    max-height: 300px;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .container-wrapper .right-area-sidebar .special-offer-wrapper .special-offer-btn p {
    max-width: 200px;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    box-shadow: 0 1px 6.96px 1.04px rgb(0, 0, 0);
    padding: 10px 0;
    margin: 10px auto 0;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.phaseSectionTitle {
  margin-top: 10px;
  line-height: 1.35;
  font-size: 28px;
}

.phaseSection {
  margin-top: 16px;
  border-top: 2px solid #e5e5e5;
  padding-top: 12px;
}
.phaseSection__header {
  width: 100%;
}
.phaseSection__desktopTop {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 10px;
  align-items: end;
}
.phaseSection__desktopTopImage {
  width: 100%;
  height: auto;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}
.phaseSection__desktopChart {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.phaseSection__desktopChartImage {
  width: 100%;
  height: auto;
  display: block;
}
.phaseSection__desktopColumn {
  position: absolute;
  top: 17%;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1;
  transform: translateX(-50%);
}
.phaseSection__desktopColumn--1 {
  left: 16%;
}
.phaseSection__desktopColumn--2 {
  left: 50%;
}
.phaseSection__desktopColumn--3 {
  left: 84%;
}
.phaseSection__mobileGraphic {
  display: none;
}
.phaseSection__phases {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.phaseSection__phase {
  display: flex;
  flex-direction: column;
}
.phaseSection__headerItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.phaseSection__mainImage {
  width: 100%;
  max-width: 215px;
  height: auto;
}
.phaseSection__labelImage {
  width: 100%;
  max-width: 215px;
  height: auto;
}
.phaseSection__labelWrapper {
  position: relative;
  width: 100%;
  max-width: 215px;
}
.phaseSection__labelText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  text-transform: capitalize;
  pointer-events: none;
}
.phaseSection__textItem {
  margin-bottom: 0;
}
.phaseSection__phaseTitle {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
  color: #b33c32;
}
.phaseSection__phaseTitle--2 {
  color: #3d95c8;
}
.phaseSection__phaseTitle--3 {
  color: #d8c164;
}
.phaseSection__phaseText {
  font-size: 17px;
  line-height: 1.45;
}
.phaseSection__footer {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 26px;
  align-items: center;
}
.phaseSection__stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.phaseSection__stackItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.phaseSection__stackMain {
  width: 100%;
  max-width: 110px;
  height: auto;
}
.phaseSection__stackLabel {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.phaseSection__stackLabelWrapper {
  position: relative;
  width: 100%;
  max-width: 120px;
}
.phaseSection__stackLabelText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  pointer-events: none;
}

@media (max-width: 768px) {
  .phaseSectionTitle {
    font-size: 24px;
  }
  .phaseSection__desktopTop {
    display: none;
  }
  .phaseSection__desktopChart {
    display: none;
  }
  .phaseSection__mobileGraphic {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .phaseSection__phase {
    gap: 10px;
  }
  .phaseSection__phases {
    gap: 22px;
  }
  .phaseSection__footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .phaseSection__stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .phaseSection__stackMain {
    max-width: 92px;
  }
  .phaseSection__labelText {
    font-size: 28px;
  }
  .phaseSection__stackLabelText {
    font-size: 20px;
  }
}
.hide-on-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .hide-on-desktop {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .center-on-mobile {
    text-align: center;
  }
}

.x-testimonial_mobile-medical {
  margin: 10px auto;
  font-family: "Roboto";
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px;
  background-image: url("../..//images/quote.png");
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-color: #125b7d;
}
.x-testimonial_mobile-medical .testimonial-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 0 15px 15px;
}
@media only screen and (max-width: 415px) {
  .x-testimonial_mobile-medical .x-testimonial_mobile-medical {
    max-width: 100%;
    width: auto;
    margin: 0 20px;
  }
}
.x-testimonial_mobile-medical .testimonial__header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0076cd;
  margin: 0 0 15px;
}
.x-testimonial_mobile-medical .testimonial__header .testimonial__header--img {
  max-width: 125px;
  width: 100%;
  height: auto;
}
.x-testimonial_mobile-medical .testimonial__header article {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding: 10px;
  position: relative;
}
.x-testimonial_mobile-medical .testimonial__header article .testimonial__header--signature {
  font-weight: 700;
}
.x-testimonial_mobile-medical .testimonial__header article .info {
  position: absolute;
  border-radius: 50%;
  background-color: #ffc000;
  width: 18px;
  height: 18px;
  font-size: 14px;
  right: 10px;
  top: 10px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  font-weight: 900;
  font-family: serif;
}

.comment {
  padding: 3rem 4.5rem;
  border: 2px solid black;
  margin-top: 24px;
}
.comment-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.comment-content {
  margin-bottom: 13px;
  font-size: 17px;
  font-style: italic;
  line-height: 23px;
}
.comment-author {
  font-weight: bold;
  text-align: right;
}

.medical-examination {
  margin-top: 30px;
  padding: 3rem 4.5rem;
  background-color: #f0fff3;
  border: 2px solid #108124;
}
.medical-examination b {
  font-weight: bold;
}
.medical-examination p {
  font-size: 17px;
  margin-bottom: 13px;
  line-height: 24px;
}

.booked-wzs-160-275_in .booked-wzs-160-275-data {
  position: relative !important;
  width: 100% !important;
  height: 85px !important;
  overflow: hidden !important;
}

.summary-wrapper {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.summary-wrapper h2 {
  font-size: 57px;
  color: white;
  background-color: #9b2226;
  padding: 11px 45px;
}
@media (max-width: 991px) {
  .summary-wrapper h2 {
    font-size: 30px;
  }
}
.summary-wrapper .green {
  background-color: #9b2226;
  color: white;
}
.summary-wrapper .text-center {
  text-align: center;
}
.summary-wrapper .link-green {
  font-size: 31px;
  font-weight: bold;
  background-color: #9b2226;
  color: white;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.summary-wrapper .phone-link {
  padding: 15px 0;
  font-size: 45px;
  font-weight: bold;
  border: 3px solid #bd261b;
  max-width: 445px;
  width: 100%;
  text-align: center;
  margin: 30px 0 30px;
  color: black;
}
.summary-wrapper .hr {
  width: 100%;
  height: 2px;
  background-color: #d6d7d8;
  margin-bottom: 25px;
}
.summary-wrapper .calls .paragraph-small {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.summary-wrapper .attention {
  margin-bottom: 25px;
  text-align: center;
}

#btnScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 40px;
  display: none;
}
@media (min-width: 1400px) {
  #btnScrollToTop {
    right: 25%;
  }
}

#btnScrollToTop:hover {
  cursor: pointer;
}

.wheelImage {
  margin: auto;
  max-width: 320px;
}

#page-footer {
  margin: 130px auto 60px;
  padding: 0 20px;
  max-width: 540px;
}
#page-footer .text-gray {
  font-size: 12px;
  color: gray;
  text-align: center;
}
#page-footer .copyright {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
#page-footer .attachments {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}
#page-footer .attachments a {
  text-decoration: underline;
}

.header-desktop {
  display: none;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}
.header-desktop .header-desktop-date {
  padding: 10px;
  font-size: 13px;
  border-left: 1px solid black;
}
.header-desktop .header-desktop-banner {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-desktop .header-desktop-banner .header-desktop-right-side {
  margin-left: auto;
}
.header-desktop .header-desktop-banner .header-desktop-inner {
  display: flex;
  align-items: center;
}
.header-desktop .header-desktop-banner .header-desktop-weather {
  padding-right: 10px;
}
.header-desktop .header-desktop-banner .header-desktop-title-wrapper p .font-1 {
  font-family: "Abril Fatface", cursive;
  color: #9b2226;
  font-size: 4.5rem;
}
.header-desktop .header-desktop-banner .header-desktop-title-wrapper p .font-2 {
  font-family: "Allura", cursive;
  font-size: 3rem;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper {
  margin-left: auto;
  border: 1px solid #707070;
  height: 30px;
  max-width: 290px;
  width: 100%;
  display: flex;
  padding-right: 10px;
  align-items: center;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper input {
  border: none;
  outline: none;
  padding-left: 10px;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper .header_input-search {
  height: 15px;
  width: 15px;
  background: url("../images/search.png") no-repeat;
  background-position: center 80%;
  background-size: 100% 100%;
}
.header-desktop .header-desktop-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #9b2226;
  padding: 7px 0;
}
.header-desktop .header-desktop-bar .header-destkop-bar-image-wrapper {
  max-width: 120px;
}
.header-desktop .header-desktop-bar .header-destkop-bar-image-wrapper img {
  max-width: 100%;
  margin: 10px;
  max-height: 50px;
}
.header-desktop .nav-menu {
  background-color: #fee1e1;
}
.header-desktop .nav-menu .nav-wrapper .nav-list {
  display: flex;
  justify-content: space-around;
}
.header-desktop .nav-menu .nav-wrapper .nav-list li {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
}
.header-desktop .nav-menu .nav-wrapper .nav-list li a {
  text-decoration: none;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .header-desktop {
    display: block;
  }
}

.container__wrapper--comments {
  max-width: 800px;
  margin-top: 50px;
  padding: 0 20px;
}
.container__wrapper--comments .x-h2-medical {
  margin-bottom: 20px;
}
.container__wrapper--comments .x-comment-medical {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  border-bottom: 2px solid #dedede;
  font-family: "Roboto";
}
.container__wrapper--comments .x-comment-medical .comment-img {
  width: 41px;
  height: 41px;
  margin-right: 15px;
  margin-top: 25px;
}
.container__wrapper--comments .x-comment-medical .comment-box {
  width: 100%;
  margin: 35px 0 22px;
}
.container__wrapper--comments .x-comment-medical .comment-box .comment-signature {
  color: #000000;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.container__wrapper--comments .x-comment-medical .comment-box .comment-signature .comment-date {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.container__wrapper--comments .x-comment-medical .comment-box .comment-signature .comment-text {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
}
.container__wrapper--comments .comment-additional {
  max-width: 300px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .container__wrapper--comments .x-comment-medical {
    position: relative;
  }
  .container__wrapper--comments .comment-img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .container__wrapper--comments .comment-signature {
    flex-direction: column;
    padding-left: 55px;
  }
  .container__wrapper--comments .x-comment-medical .comment-box .comment-signature .comment-date {
    margin-top: 5px;
    text-align: left;
  }
}/*# sourceMappingURL=main.css.map */