@charset "UTF-8";
/** PX to REM */
/** PX to EM */
/** PX to PERCENT */
/** Aspect-ratio */
/** Common folder path */
/** Image path */
/** Fonts path */
/** Icons path */
/** Letter spacing add in px */
/* -----------------------------------------------------------------------------
* This file contains all application-wide Sass variables.
* ----------------------------------------------------------------------------- */
/** Regular font family */
/** Iconic font family */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
/** Body contect text size */
/** 16px (Don't change) */
/** Site colors */
/** Body color */
/** Heading font Size */
/** Hgroup common property */
/** Border radius */
/** Forms property */
/** Request Appointment button */
/** Container's maximum width */
/** Media Query breakpoints. */
/** Advance utilities */
/** Spacing : padding and margin */
/** Background and Text color classes(ex: .bg-white and .text-white) */
/** Note: If need Disable Decimal-value functionilty open function.scss file */
/** -----------------------------------------------------------------------------
*** This file contains all application-wide Sass mixins.
* -----------------------------------------------------------------------------
* Media Query mixin
* RESPOND ABOVE
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/** @include respond-above(sm) {} */
/**  RESPOND BELOW
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/** @include respond-below(sm) {} */
/**  RESPOND BETWEEN
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/** @include respond-between(sm, md) {} */
/** REM font baseline */
/** Mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/** Mobile only */
/** Portrait mobile */
/** Landscape mobile */
/** Mozila Firefox */
/** Row space */
/** Input placeholder style */
/** Icon font : @include icon("\67"); */
/** Custom scroll */
/** Container Spacing */
/** All heading */
/** Picture Image */
/** Img fit */
/** Flex-center */
/** Box shadow */
/** Text shadow */
/** @include square(30px) same height-width */
/** @include background-img-common(cover, repeat, top left); */
/** Overlay in before */
/** Gradient Vertical */
/** Gradient Horizontal */
/** Gradient Radial */
/** Gradient Diagonal */
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  --webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /** Slick dots navigation */
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  display: none;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  display: block;
  border: 1px solid transparent;
}

.slick-slider.slick-dotted {
  margin-bottom: 3.13rem;
}
.slick-slider .slick-dots {
  position: relative;
  width: 100%;
  margin: 0 0 -3.43rem;
  padding: var(--section-gutter) 0;
  text-align: center;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding: 0 0.25rem;
}
.slick-slider .slick-dots li button {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 6px solid #FFFFFF;
  border-radius: 100%;
  font-size: 0;
  background-color: #283894;
  transition: background-color ease 0.3s, opacity ease 0.3s;
  outline: none;
  box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: #E62127;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #E62127;
}

/** Slick Arrows */
.slick-arrow {
  --sArrowWidth: 30px;
  position: absolute;
  top: 50%;
  z-index: 9;
  padding: 0;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  color: #283894;
  border: 0;
  border-radius: 100%;
  background-color: transparent;
  transform: translate(0, -50%);
  transition: border-color ease 0.3s;
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
  cursor: pointer;
  color: #E62127;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 720px) and (orientation: portrait) {
  .fancybox-content {
    padding: 20px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .fancybox-content {
    padding: 20px;
  }
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
  /* Fix IE11 */
}
.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* -----------------------------------------------------------------------------
* This file contains all @font-face declarations, if any.
* ----------------------------------------------------------------------------- */
/** iconic font */
@font-face {
  font-family: "hero-stencil";
  src: url("../fonts/icons/hero-stencil.eot");
  src: url("../fonts/icons/hero-stencil.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/hero-stencil.woff") format("woff"), url("../fonts/icons/hero-stencil.ttf") format("truetype"), url("../fonts/icons/hero-stencil.svg#hero-stencil") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "hero-stencil" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "hero-stencil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "a";
}

.icon-arrow-right:before {
  content: "b";
}

.icon-call:before {
  content: "d";
}

.icon-caret-down:before {
  content: "e";
}

.icon-caret-left:before {
  content: "f";
}

.icon-caret-right:before {
  content: "g";
}

.icon-caret-up:before {
  content: "h";
}

.icon-chat:before {
  content: "i";
}

.icon-check:before {
  content: "j";
}

.icon-chevron-down:before {
  content: "k";
}

.icon-chevron-left:before {
  content: "l";
}

.icon-chevron-right:before {
  content: "m";
}

.icon-chevron-up:before {
  content: "n";
}

.icon-close:before {
  content: "o";
}

.icon-envelop:before {
  content: "p";
}

.icon-facebook:before {
  content: "q";
}

.icon-facebook-square:before {
  content: "r";
}

.icon-fax:before {
  content: "s";
}

.icon-fax-square:before {
  content: "t";
}

.icon-google-plus:before {
  content: "u";
}

.icon-google-plus-square:before {
  content: "v";
}

.icon-instagram:before {
  content: "w";
}

.icon-instagram-square:before {
  content: "x";
}

.icon-linkedin-in:before {
  content: "y";
}

.icon-linkedin-in-square:before {
  content: "z";
}

.icon-location:before {
  content: "A";
}

.icon-massage:before {
  content: "B";
}

.icon-notepad:before {
  content: "C";
}

.icon-paper:before {
  content: "D";
}

.icon-play:before {
  content: "E";
}

.icon-star:before {
  content: "F";
}

.icon-twitter:before {
  content: "G";
}

.icon-twitter-square:before {
  content: "H";
}

.icon-union:before {
  content: "I";
}

.icon-user:before {
  content: "J";
}

.icon-youtube:before {
  content: "K";
}

.icon-youtube-square:before {
  content: "L";
}

.icon-youtube-main:before {
  content: "M";
}

.icon-chevron-circle-down:before {
  content: "N";
}

.icon-chevron-circle-left:before {
  content: "O";
}

.icon-chevron-circle-right:before {
  content: "P";
}

.icon-chevron-circle-up:before {
  content: "Q";
}

.icon-quote-regular:before {
  content: "R";
}

.icon-play-circle:before {
  content: "E";
}

.icon-play-triangle:before {
  content: "S";
}

.icon-tag:before {
  content: "T";
}

.icon-calendar:before {
  content: "U";
}

.icon-yelp:before {
  content: "V";
}

.icon-time:before {
  content: "c";
}

.icon-long-arrow-down:before {
  content: "W";
}

.icon-long-arrow-left:before {
  content: "X";
}

.icon-long-arrow-right:before {
  content: "Y";
}

.icon-long-arrow-up:before {
  content: "Z";
}

.icon-search-plus:before {
  content: "c";
}

.icon-edit-icon:before {
  content: "0";
}

.icon-delete-icon:before {
  content: "1";
}

.icon-reply:before {
  content: "2";
}

.icon-share:before {
  content: "3";
}

.icon-paintrest:before {
  content: "4";
}

.icon-time:before {
  content: "5";
}

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(29, 29, 29, 0);
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

/** Text-level semantics */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/** Embedded content */
audio,
video,
iframe {
  display: inline-block;
}

/**
* Basic typography style for copy text
*/
html {
  font-size: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1921px) {
  html {
    font-size: 125%;
  }
}
@media (min-width: 2561px) {
  html {
    font-size: 150%;
  }
}
@media (min-width: 3201px) {
  html {
    font-size: 175%;
  }
}

body {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  color: #1D1D1D;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  word-break: break-word;
  background-color: #FFFFFF;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
body.scroll-fixed {
  overflow: hidden;
}

/** Heading style */
h1,
.h1 {
  font-family: "Lato", sans-serif;
  font-size: 3.44rem;
  line-height: 1.25;
  margin-bottom: 0.94rem;
  color: #1D1D1D;
  font-weight: 900;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
h1 a,
.h1 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 2.81rem;
  }
}

h2,
.h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 0.94rem;
  color: #1D1D1D;
  font-weight: 900;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
h2 a,
.h2 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.94rem;
  color: #1D1D1D;
  font-weight: 900;
}
h3 a,
.h3 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h4,
.h4 {
  font-family: "Lato", sans-serif;
  font-size: 1.13rem;
  line-height: 1.25;
  margin-bottom: 0.94rem;
  color: #1D1D1D;
  font-weight: 900;
}
h4 a,
.h4 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h5,
.h5 {
  font-family: "Lato", sans-serif;
  font-size: 1.13rem;
  line-height: 1.25;
  margin-bottom: 0.94rem;
  color: #1D1D1D;
  font-weight: 900;
}
h5 a,
.h5 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

h6,
.h6 {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.94rem;
  color: #1D1D1D;
  font-weight: 900;
}
h6 a,
.h6 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.88rem;
  margin-bottom: 0.94rem;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0.94rem;
  padding-left: 1.25rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  margin-bottom: 0.94rem;
  padding-left: 1.25rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}

blockquote,
blockquote.wp-block-quote {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #1D1D1D;
  font-weight: 700;
  font-size: 1.13rem;
  font-style: normal;
  line-height: 1.8;
  text-transform: uppercase;
  background-color: #6676d6;
  border-left: 0.32rem solid #283894;
}
blockquote p,
blockquote.wp-block-quote p {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
blockquote cite,
blockquote.wp-block-quote cite {
  color: #9d9d9d;
}

hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  overflow: visible;
  border: 0 #1D1D1D solid;
  border-top-width: 0.07rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  max-height: 100%;
}

picture {
  display: inline-block;
  vertical-align: top;
}

/** Link */
a {
  color: #283894;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:focus, a:hover {
  color: #E62127;
  outline: none;
}

/** Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  font-weight: normal;
  text-align: left;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  padding: 0.63rem;
  vertical-align: bottom;
  border-bottom: 0.07rem solid #CCCCCC;
}

/** Custom variable declaration */
:root {
  --section-gutter: 0.94rem;
  --section-spacing: 3.13rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  :root {
    --section-spacing: 1.88rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  :root {
    --section-spacing: 1.88rem;
  }
}

/**
* Main content containers
*/
.default-max-width, .wp-block-group:not(.alignfull) .wp-block-group__inner-container, .container-fluid, .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.94rem;
  padding-left: 0.94rem;
}

.container {
  max-width: 75.01rem;
}
.container .container {
  padding: 0;
}
/** Wordpress container classes */
.wp-block-group:not(.alignfull) .wp-block-group__inner-container {
  max-width: 75.01rem;
}

.default-max-width {
  max-width: 75.01rem;
}

/** Row and column */
[class*=cell-] {
  position: relative;
  width: 100%;
  padding-right: calc(0.94rem / 2);
  padding-left: calc(0.94rem / 2);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.94rem / 2);
  margin-left: calc(-0.94rem / 2);
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

/** Display property */
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

/** Text alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

/** Bg and text color */
.bg-primary,
.has-primary-background-color {
  background-color: #283894;
}

.text-primary,
.has-primary-color {
  color: #283894;
}

.bg-primary-light,
.has-primary-light-background-color {
  background-color: #737CB4;
}

.text-primary-light,
.has-primary-light-color {
  color: #737CB4;
}

.bg-secondary,
.has-secondary-background-color {
  background-color: #E62127;
}

.text-secondary,
.has-secondary-color {
  color: #E62127;
}

.bg-secondary-light,
.has-secondary-light-background-color {
  background-color: #FE686C;
}

.text-secondary-light,
.has-secondary-light-color {
  color: #FE686C;
}

.bg-white,
.has-white-background-color {
  background-color: #FFFFFF;
}

.text-white,
.has-white-color {
  color: #FFFFFF;
}

.bg-black,
.has-black-background-color {
  background-color: #1D1D1D;
}

.text-black,
.has-black-color {
  color: #1D1D1D;
}

.bg-gray,
.has-gray-background-color {
  background-color: #CCCCCC;
}

.text-gray,
.has-gray-color {
  color: #CCCCCC;
}

/** Column structure */
.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

/** Margin */
.mt-30,
.m-30,
.my-30 {
  margin-top: 1.875rem;
}

/** Padding */
.pt-30,
.p-30,
.py-30 {
  padding-top: 1.875rem;
}

/** Margin */
.mb-30,
.m-30,
.my-30 {
  margin-bottom: 1.875rem;
}

/** Padding */
.pb-30,
.p-30,
.py-30 {
  padding-bottom: 1.875rem;
}

/** Margin */
.ml-30,
.m-30,
.mx-30 {
  margin-left: 1.875rem;
}

/** Padding */
.pl-30,
.p-30,
.px-30 {
  padding-left: 1.875rem;
}

/** Margin */
.mr-30,
.m-30,
.mx-30 {
  margin-right: 1.875rem;
}

/** Padding */
.pr-30,
.p-30,
.px-30 {
  padding-right: 1.875rem;
}

/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 480px) {
  .cell-ssm-1 {
    width: 8.3333333333%;
  }

  .cell-ssm-2 {
    width: 16.6666666667%;
  }

  .cell-ssm-3 {
    width: 25%;
  }

  .cell-ssm-4 {
    width: 33.3333333333%;
  }

  .cell-ssm-5 {
    width: 41.6666666667%;
  }

  .cell-ssm-6 {
    width: 50%;
  }

  .cell-ssm-7 {
    width: 58.3333333333%;
  }

  .cell-ssm-8 {
    width: 66.6666666667%;
  }

  .cell-ssm-9 {
    width: 75%;
  }

  .cell-ssm-10 {
    width: 83.3333333333%;
  }

  .cell-ssm-11 {
    width: 91.6666666667%;
  }

  .cell-ssm-12 {
    width: 100%;
  }

  /** Margin */
  .mt-ssm-30,
.m-ssm-30,
.my-ssm-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-ssm-30,
.p-ssm-30,
.py-ssm-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-ssm-30,
.m-ssm-30,
.my-ssm-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-ssm-30,
.p-ssm-30,
.py-ssm-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-ssm-30,
.m-ssm-30,
.mx-ssm-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-ssm-30,
.p-ssm-30,
.px-ssm-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-ssm-30,
.m-ssm-30,
.mx-ssm-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-ssm-30,
.p-ssm-30,
.px-ssm-30 {
    padding-right: 1.875rem;
  }

  .d-ssm-none {
    display: none;
  }
  .d-ssm-block {
    display: block;
  }
  .d-ssm-flex {
    display: flex;
  }

  .align-ssm-items-start {
    align-items: flex-start;
  }
  .align-ssm-items-center {
    align-items: center;
  }
  .align-ssm-items-end {
    align-items: flex-end;
  }
  .align-ssm-content-center {
    align-content: center;
  }

  .justify-ssm-content-start {
    justify-content: flex-start;
  }
  .justify-ssm-content-center {
    justify-content: center;
  }
  .justify-ssm-content-end {
    justify-content: flex-end;
  }
  .justify-ssm-content-between {
    justify-content: space-between;
  }
  .justify-ssm-content-around {
    justify-content: space-around;
  }
  .justify-ssm-content-evenly {
    justify-content: space-evenly;
  }

  .text-ssm-center {
    text-align: center;
  }
  .text-ssm-right {
    text-align: right;
  }
  .text-ssm-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }

  .cell-sm-2 {
    width: 16.6666666667%;
  }

  .cell-sm-3 {
    width: 25%;
  }

  .cell-sm-4 {
    width: 33.3333333333%;
  }

  .cell-sm-5 {
    width: 41.6666666667%;
  }

  .cell-sm-6 {
    width: 50%;
  }

  .cell-sm-7 {
    width: 58.3333333333%;
  }

  .cell-sm-8 {
    width: 66.6666666667%;
  }

  .cell-sm-9 {
    width: 75%;
  }

  .cell-sm-10 {
    width: 83.3333333333%;
  }

  .cell-sm-11 {
    width: 91.6666666667%;
  }

  .cell-sm-12 {
    width: 100%;
  }

  /** Margin */
  .mt-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-sm-30,
.m-sm-30,
.my-sm-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-sm-30,
.p-sm-30,
.py-sm-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-sm-30,
.m-sm-30,
.mx-sm-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-sm-30,
.p-sm-30,
.px-sm-30 {
    padding-right: 1.875rem;
  }

  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }

  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }

  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }

  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }

  .cell-md-2 {
    width: 16.6666666667%;
  }

  .cell-md-3 {
    width: 25%;
  }

  .cell-md-4 {
    width: 33.3333333333%;
  }

  .cell-md-5 {
    width: 41.6666666667%;
  }

  .cell-md-6 {
    width: 50%;
  }

  .cell-md-7 {
    width: 58.3333333333%;
  }

  .cell-md-8 {
    width: 66.6666666667%;
  }

  .cell-md-9 {
    width: 75%;
  }

  .cell-md-10 {
    width: 83.3333333333%;
  }

  .cell-md-11 {
    width: 91.6666666667%;
  }

  .cell-md-12 {
    width: 100%;
  }

  /** Margin */
  .mt-md-30,
.m-md-30,
.my-md-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-md-30,
.p-md-30,
.py-md-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-md-30,
.m-md-30,
.my-md-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-md-30,
.p-md-30,
.py-md-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-md-30,
.m-md-30,
.mx-md-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-md-30,
.p-md-30,
.px-md-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-md-30,
.m-md-30,
.mx-md-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-md-30,
.p-md-30,
.px-md-30 {
    padding-right: 1.875rem;
  }

  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }

  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }

  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }

  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }

  .cell-lg-2 {
    width: 16.6666666667%;
  }

  .cell-lg-3 {
    width: 25%;
  }

  .cell-lg-4 {
    width: 33.3333333333%;
  }

  .cell-lg-5 {
    width: 41.6666666667%;
  }

  .cell-lg-6 {
    width: 50%;
  }

  .cell-lg-7 {
    width: 58.3333333333%;
  }

  .cell-lg-8 {
    width: 66.6666666667%;
  }

  .cell-lg-9 {
    width: 75%;
  }

  .cell-lg-10 {
    width: 83.3333333333%;
  }

  .cell-lg-11 {
    width: 91.6666666667%;
  }

  .cell-lg-12 {
    width: 100%;
  }

  /** Margin */
  .mt-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-lg-30,
.m-lg-30,
.my-lg-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-lg-30,
.p-lg-30,
.py-lg-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-lg-30,
.m-lg-30,
.mx-lg-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-lg-30,
.p-lg-30,
.px-lg-30 {
    padding-right: 1.875rem;
  }

  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }

  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }

  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }

  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 1024px) {
  .cell-sxl-1 {
    width: 8.3333333333%;
  }

  .cell-sxl-2 {
    width: 16.6666666667%;
  }

  .cell-sxl-3 {
    width: 25%;
  }

  .cell-sxl-4 {
    width: 33.3333333333%;
  }

  .cell-sxl-5 {
    width: 41.6666666667%;
  }

  .cell-sxl-6 {
    width: 50%;
  }

  .cell-sxl-7 {
    width: 58.3333333333%;
  }

  .cell-sxl-8 {
    width: 66.6666666667%;
  }

  .cell-sxl-9 {
    width: 75%;
  }

  .cell-sxl-10 {
    width: 83.3333333333%;
  }

  .cell-sxl-11 {
    width: 91.6666666667%;
  }

  .cell-sxl-12 {
    width: 100%;
  }

  /** Margin */
  .mt-sxl-30,
.m-sxl-30,
.my-sxl-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-sxl-30,
.p-sxl-30,
.py-sxl-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-sxl-30,
.m-sxl-30,
.my-sxl-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-sxl-30,
.p-sxl-30,
.py-sxl-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-sxl-30,
.m-sxl-30,
.mx-sxl-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-sxl-30,
.p-sxl-30,
.px-sxl-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-sxl-30,
.m-sxl-30,
.mx-sxl-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-sxl-30,
.p-sxl-30,
.px-sxl-30 {
    padding-right: 1.875rem;
  }

  .d-sxl-none {
    display: none;
  }
  .d-sxl-block {
    display: block;
  }
  .d-sxl-flex {
    display: flex;
  }

  .align-sxl-items-start {
    align-items: flex-start;
  }
  .align-sxl-items-center {
    align-items: center;
  }
  .align-sxl-items-end {
    align-items: flex-end;
  }
  .align-sxl-content-center {
    align-content: center;
  }

  .justify-sxl-content-start {
    justify-content: flex-start;
  }
  .justify-sxl-content-center {
    justify-content: center;
  }
  .justify-sxl-content-end {
    justify-content: flex-end;
  }
  .justify-sxl-content-between {
    justify-content: space-between;
  }
  .justify-sxl-content-around {
    justify-content: space-around;
  }
  .justify-sxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-sxl-center {
    text-align: center;
  }
  .text-sxl-right {
    text-align: right;
  }
  .text-sxl-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 1200px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }

  .cell-xl-2 {
    width: 16.6666666667%;
  }

  .cell-xl-3 {
    width: 25%;
  }

  .cell-xl-4 {
    width: 33.3333333333%;
  }

  .cell-xl-5 {
    width: 41.6666666667%;
  }

  .cell-xl-6 {
    width: 50%;
  }

  .cell-xl-7 {
    width: 58.3333333333%;
  }

  .cell-xl-8 {
    width: 66.6666666667%;
  }

  .cell-xl-9 {
    width: 75%;
  }

  .cell-xl-10 {
    width: 83.3333333333%;
  }

  .cell-xl-11 {
    width: 91.6666666667%;
  }

  .cell-xl-12 {
    width: 100%;
  }

  /** Margin */
  .mt-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-xl-30,
.m-xl-30,
.my-xl-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-xl-30,
.p-xl-30,
.py-xl-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-xl-30,
.m-xl-30,
.mx-xl-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-xl-30,
.p-xl-30,
.px-xl-30 {
    padding-right: 1.875rem;
  }

  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }

  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }

  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
/** If the breakpoint exists in the map. */
/** Get the breakpoint value. */
/** Write the media query. */
@media (min-width: 1400px) {
  .cell-xxl-1 {
    width: 8.3333333333%;
  }

  .cell-xxl-2 {
    width: 16.6666666667%;
  }

  .cell-xxl-3 {
    width: 25%;
  }

  .cell-xxl-4 {
    width: 33.3333333333%;
  }

  .cell-xxl-5 {
    width: 41.6666666667%;
  }

  .cell-xxl-6 {
    width: 50%;
  }

  .cell-xxl-7 {
    width: 58.3333333333%;
  }

  .cell-xxl-8 {
    width: 66.6666666667%;
  }

  .cell-xxl-9 {
    width: 75%;
  }

  .cell-xxl-10 {
    width: 83.3333333333%;
  }

  .cell-xxl-11 {
    width: 91.6666666667%;
  }

  .cell-xxl-12 {
    width: 100%;
  }

  /** Margin */
  .mt-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-top: 1.875rem;
  }

  /** Padding */
  .pt-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-top: 1.875rem;
  }

  /** Margin */
  .mb-xxl-30,
.m-xxl-30,
.my-xxl-30 {
    margin-bottom: 1.875rem;
  }

  /** Padding */
  .pb-xxl-30,
.p-xxl-30,
.py-xxl-30 {
    padding-bottom: 1.875rem;
  }

  /** Margin */
  .ml-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-left: 1.875rem;
  }

  /** Padding */
  .pl-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-left: 1.875rem;
  }

  /** Margin */
  .mr-xxl-30,
.m-xxl-30,
.mx-xxl-30 {
    margin-right: 1.875rem;
  }

  /** Padding */
  .pr-xxl-30,
.p-xxl-30,
.px-xxl-30 {
    padding-right: 1.875rem;
  }

  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }

  .align-xxl-items-start {
    align-items: flex-start;
  }
  .align-xxl-items-center {
    align-items: center;
  }
  .align-xxl-items-end {
    align-items: flex-end;
  }
  .align-xxl-content-center {
    align-content: center;
  }

  .justify-xxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxl-content-center {
    justify-content: center;
  }
  .justify-xxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxl-content-between {
    justify-content: space-between;
  }
  .justify-xxl-content-around {
    justify-content: space-around;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly;
  }

  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-left {
    text-align: left;
  }
}
/** If the breakpoint doesn't exist in the map. */
.btn, .appointment-button .btn,
.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .btn,
.wp-block-button.appointment-button .wp-block-button__link, .wp-block-button:not(.appointment-button) .wp-block-button__link, input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.38rem 1.07rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  border-radius: 0.32rem;
  border-width: 0.13rem;
  border-style: solid;
}
.btn:focus,
.appointment-button .wp-block-button__link:focus, .wp-block-button:not(.appointment-button) .wp-block-button__link:focus, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:hover,
.appointment-button .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, a:hover .btn,
a:hover .appointment-button .wp-block-button__link,
.appointment-button a:hover .wp-block-button__link, a:hover .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) a:hover .wp-block-button__link, a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit] {
  text-decoration: none;
  cursor: pointer;
}

input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #283894;
  border-color: #283894;
  color: #FFFFFF;
  -webkit-appearance: button;
}
input[type=button]:focus, input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
input[type=button].appointment-submit,
input[type=reset].appointment-submit,
input[type=submit].appointment-submit {
  background: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
input[type=button].appointment-submit:hover,
input[type=reset].appointment-submit:hover,
input[type=submit].appointment-submit:hover {
  background: #283894;
  border-color: #283894;
}

.btn, .appointment-button .btn,
.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .btn,
.wp-block-button.appointment-button .wp-block-button__link, .wp-block-button:not(.appointment-button) .wp-block-button__link {
  background-color: #283894;
  border-color: #283894;
  color: #FFFFFF;
}
.btn:focus,
.appointment-button .wp-block-button__link:focus, .wp-block-button:not(.appointment-button) .wp-block-button__link:focus, .btn:hover,
.appointment-button .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .wp-block-button__link:hover {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
.btn-link {
  margin-bottom: 0.13rem;
  color: #E62127;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.btn-link:focus, .btn-link:hover {
  color: #283894;
  text-decoration: none;
  border-color: currentColor;
}
.btn-link::after {
  content: "→";
  margin-left: 0.32rem;
}
.btn.primary,
.appointment-button .primary.wp-block-button__link, .wp-block-button:not(.appointment-button) .primary.wp-block-button__link {
  background-color: #283894;
  border-color: #283894;
  color: #FFFFFF;
}
.btn.primary:hover,
.appointment-button .primary.wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .primary.wp-block-button__link:hover {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
.btn.secondary, .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .btn, .acf-posts-block .post-item-inner .post-action .btn,
.posts .post-item-inner .post-action .btn,
.appointment-button .secondary.wp-block-button__link,
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .appointment-button .wp-block-button__link,
.appointment-button .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .wp-block-button__link,
.acf-posts-block .post-item-inner .post-action .appointment-button .wp-block-button__link,
.appointment-button .acf-posts-block .post-item-inner .post-action .wp-block-button__link,
.posts .post-item-inner .post-action .appointment-button .wp-block-button__link,
.appointment-button .posts .post-item-inner .post-action .wp-block-button__link, .wp-block-button:not(.appointment-button) .secondary.wp-block-button__link, .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .wp-block-button__link, .acf-posts-block .post-item-inner .post-action .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .acf-posts-block .post-item-inner .post-action .wp-block-button__link,
.posts .post-item-inner .post-action .wp-block-button:not(.appointment-button) .wp-block-button__link,
.wp-block-button:not(.appointment-button) .posts .post-item-inner .post-action .wp-block-button__link {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
.btn.secondary:hover, .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .btn:hover, .acf-posts-block .post-item-inner .post-action .btn:hover,
.posts .post-item-inner .post-action .btn:hover,
.appointment-button .secondary.wp-block-button__link:hover,
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .appointment-button .wp-block-button__link:hover,
.appointment-button .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .wp-block-button__link:hover,
.acf-posts-block .post-item-inner .post-action .appointment-button .wp-block-button__link:hover,
.appointment-button .acf-posts-block .post-item-inner .post-action .wp-block-button__link:hover,
.posts .post-item-inner .post-action .appointment-button .wp-block-button__link:hover,
.appointment-button .posts .post-item-inner .post-action .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .secondary.wp-block-button__link:hover, .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .newsletters .newsletter-listing .newsletter-item-inner .newsletter-action .wp-block-button__link:hover, .acf-posts-block .post-item-inner .post-action .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .acf-posts-block .post-item-inner .post-action .wp-block-button__link:hover,
.posts .post-item-inner .post-action .wp-block-button:not(.appointment-button) .wp-block-button__link:hover,
.wp-block-button:not(.appointment-button) .posts .post-item-inner .post-action .wp-block-button__link:hover {
  background-color: #283894;
  border-color: #283894;
}
.btn.white,
.appointment-button .white.wp-block-button__link, .wp-block-button:not(.appointment-button) .white.wp-block-button__link {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #283894;
}
.btn.white:hover,
.appointment-button .white.wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .white.wp-block-button__link:hover {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}

/** WordPress button style. */
.wp-block-button:not(.appointment-button) .wp-block-button__link {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
.wp-block-button:not(.appointment-button) .wp-block-button__link:focus, .wp-block-button:not(.appointment-button) .wp-block-button__link:hover {
  background-color: #283894;
  border-color: #283894;
  color: #FFFFFF;
}
.wp-block-button:not(.appointment-button).is-style-outline .wp-block-button__link {
  background-color: #FFFFFF;
  border-color: #E62127;
  color: #E62127;
}
.wp-block-button:not(.appointment-button).is-style-outline .wp-block-button__link:focus, .wp-block-button:not(.appointment-button).is-style-outline .wp-block-button__link:hover {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}

/** Request Appointment button style */
.appointment-button .btn, .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link,
.appointment-button .wp-block-button__link,
.wp-block-button.appointment-button .btn,
.wp-block-button.appointment-button .wp-block-button__link {
  background-color: #E62127 !important;
  border-color: #E62127 !important;
  color: #FFFFFF !important;
  box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
}
.appointment-button .btn:focus, .appointment-button .btn:hover,
.appointment-button .wp-block-button__link:focus,
.appointment-button .wp-block-button__link:hover,
.wp-block-button.appointment-button .btn:focus,
.wp-block-button.appointment-button .btn:hover,
.wp-block-button.appointment-button .wp-block-button__link:focus,
.wp-block-button.appointment-button .wp-block-button__link:hover {
  background-color: #283894 !important;
  border-color: #283894 !important;
}

/** App page button style */
.app-button .wp-block-button__link {
  background-color: #1D1D1D;
  background-position: 0.63rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  color: #FFFFFF;
}
.app-button .wp-block-button__link:hover {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
.app-button.app-store .wp-block-button__link {
  padding-left: 2.5rem;
  background-image: url("../images/icon-apple.webp");
}
.app-button.play-store .wp-block-button__link {
  padding-left: 2.5rem;
  background-image: url("../images/icon-play-store.webp");
}

/** Skew button style. */
.skew-button .btn, .skew-button .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .skew-button .wp-block-button__link,
.skew-button .appointment-button .wp-block-button__link,
.appointment-button .skew-button .wp-block-button__link {
  transform: skew(-10deg);
}
.skew-button .btn span, .skew-button .wp-block-button:not(.appointment-button) .wp-block-button__link span, .wp-block-button:not(.appointment-button) .skew-button .wp-block-button__link span,
.skew-button .appointment-button .wp-block-button__link span,
.appointment-button .skew-button .wp-block-button__link span {
  display: inline-block;
  background-color: transparent;
  transform: skew(10deg);
}
.skew-button .hamburger {
  transform: skew(-10deg);
}
@media (max-width: 720px) and (orientation: portrait) {
  .skew-button .hamburger {
    display: flex;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .skew-button .hamburger {
    display: flex;
  }
}
.skew-button .hamburger span {
  transform: skew(10deg);
}
@media (max-width: 720px) and (orientation: portrait) {
  .skew-button .hamburger span {
    display: inline-block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .skew-button .hamburger span {
    display: inline-block;
  }
}

/** Form default style */
form label {
  display: block;
  margin-bottom: 0.63rem;
  color: #1D1D1D;
  font-weight: 400;
  font-size: 0.88rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
textarea {
  outline: none;
  -webkit-appearance: none;
}

select {
  padding-right: 1.875em;
  background-color: transparent;
  background-image: url("../images/select-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 0.88rem 0.44rem;
  cursor: pointer;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=date],
textarea,
select {
  width: 100%;
  height: 2.25rem;
  padding: 0 0.94rem;
  color: #283894;
  font-weight: 700;
  font-size: 1rem;
  border: 0.13rem solid #283894;
  border-radius: 0.32rem;
  text-transform: uppercase;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border-color: #283894;
  outline: none;
}
input[type=url]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #283894;
  opacity: 1;
}
input[type=url]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #283894;
  opacity: 1;
}
input[type=url]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #283894;
  opacity: 1;
}
input[type=url]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #283894;
  opacity: 1;
}

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

/** Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
}

div.gform_wrapper .gform_required_legend {
  display: none;
}
div.gform_wrapper input[type=color],
div.gform_wrapper input[type=date],
div.gform_wrapper input[type=datetime-local],
div.gform_wrapper input[type=datetime],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=month],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper input[type=search],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=time],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=week],
div.gform_wrapper select,
div.gform_wrapper textarea {
  width: 100%;
  height: 2.25rem !important;
  padding: 0 0.94rem !important;
  color: #283894 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 2px solid #283894 !important;
  border-radius: 0.32rem !important;
}
div.gform_wrapper input[type=color].datepicker,
div.gform_wrapper input[type=date].datepicker,
div.gform_wrapper input[type=datetime-local].datepicker,
div.gform_wrapper input[type=datetime].datepicker,
div.gform_wrapper input[type=email].datepicker,
div.gform_wrapper input[type=month].datepicker,
div.gform_wrapper input[type=number].datepicker,
div.gform_wrapper input[type=password].datepicker,
div.gform_wrapper input[type=search].datepicker,
div.gform_wrapper input[type=tel].datepicker,
div.gform_wrapper input[type=text].datepicker,
div.gform_wrapper input[type=time].datepicker,
div.gform_wrapper input[type=url].datepicker,
div.gform_wrapper input[type=week].datepicker,
div.gform_wrapper select.datepicker,
div.gform_wrapper textarea.datepicker {
  width: 100%;
}
div.gform_wrapper input[type=color]:focus,
div.gform_wrapper input[type=date]:focus,
div.gform_wrapper input[type=datetime-local]:focus,
div.gform_wrapper input[type=datetime]:focus,
div.gform_wrapper input[type=email]:focus,
div.gform_wrapper input[type=month]:focus,
div.gform_wrapper input[type=number]:focus,
div.gform_wrapper input[type=password]:focus,
div.gform_wrapper input[type=search]:focus,
div.gform_wrapper input[type=tel]:focus,
div.gform_wrapper input[type=text]:focus,
div.gform_wrapper input[type=time]:focus,
div.gform_wrapper input[type=url]:focus,
div.gform_wrapper input[type=week]:focus,
div.gform_wrapper select:focus,
div.gform_wrapper textarea:focus {
  border-color: #283894 !important;
  outline: none !important;
}
div.gform_wrapper input[type=color]::-webkit-input-placeholder,
div.gform_wrapper input[type=date]::-webkit-input-placeholder,
div.gform_wrapper input[type=datetime-local]::-webkit-input-placeholder,
div.gform_wrapper input[type=datetime]::-webkit-input-placeholder,
div.gform_wrapper input[type=email]::-webkit-input-placeholder,
div.gform_wrapper input[type=month]::-webkit-input-placeholder,
div.gform_wrapper input[type=number]::-webkit-input-placeholder,
div.gform_wrapper input[type=password]::-webkit-input-placeholder,
div.gform_wrapper input[type=search]::-webkit-input-placeholder,
div.gform_wrapper input[type=tel]::-webkit-input-placeholder,
div.gform_wrapper input[type=text]::-webkit-input-placeholder,
div.gform_wrapper input[type=time]::-webkit-input-placeholder,
div.gform_wrapper input[type=url]::-webkit-input-placeholder,
div.gform_wrapper input[type=week]::-webkit-input-placeholder,
div.gform_wrapper select::-webkit-input-placeholder,
div.gform_wrapper textarea::-webkit-input-placeholder {
  color: #283894;
  opacity: 1;
}
div.gform_wrapper input[type=color]::-moz-placeholder,
div.gform_wrapper input[type=date]::-moz-placeholder,
div.gform_wrapper input[type=datetime-local]::-moz-placeholder,
div.gform_wrapper input[type=datetime]::-moz-placeholder,
div.gform_wrapper input[type=email]::-moz-placeholder,
div.gform_wrapper input[type=month]::-moz-placeholder,
div.gform_wrapper input[type=number]::-moz-placeholder,
div.gform_wrapper input[type=password]::-moz-placeholder,
div.gform_wrapper input[type=search]::-moz-placeholder,
div.gform_wrapper input[type=tel]::-moz-placeholder,
div.gform_wrapper input[type=text]::-moz-placeholder,
div.gform_wrapper input[type=time]::-moz-placeholder,
div.gform_wrapper input[type=url]::-moz-placeholder,
div.gform_wrapper input[type=week]::-moz-placeholder,
div.gform_wrapper select::-moz-placeholder,
div.gform_wrapper textarea::-moz-placeholder {
  color: #283894;
  opacity: 1;
}
div.gform_wrapper input[type=color]:-moz-placeholder,
div.gform_wrapper input[type=date]:-moz-placeholder,
div.gform_wrapper input[type=datetime-local]:-moz-placeholder,
div.gform_wrapper input[type=datetime]:-moz-placeholder,
div.gform_wrapper input[type=email]:-moz-placeholder,
div.gform_wrapper input[type=month]:-moz-placeholder,
div.gform_wrapper input[type=number]:-moz-placeholder,
div.gform_wrapper input[type=password]:-moz-placeholder,
div.gform_wrapper input[type=search]:-moz-placeholder,
div.gform_wrapper input[type=tel]:-moz-placeholder,
div.gform_wrapper input[type=text]:-moz-placeholder,
div.gform_wrapper input[type=time]:-moz-placeholder,
div.gform_wrapper input[type=url]:-moz-placeholder,
div.gform_wrapper input[type=week]:-moz-placeholder,
div.gform_wrapper select:-moz-placeholder,
div.gform_wrapper textarea:-moz-placeholder {
  color: #283894;
  opacity: 1;
}
div.gform_wrapper input[type=color]:-ms-input-placeholder,
div.gform_wrapper input[type=date]:-ms-input-placeholder,
div.gform_wrapper input[type=datetime-local]:-ms-input-placeholder,
div.gform_wrapper input[type=datetime]:-ms-input-placeholder,
div.gform_wrapper input[type=email]:-ms-input-placeholder,
div.gform_wrapper input[type=month]:-ms-input-placeholder,
div.gform_wrapper input[type=number]:-ms-input-placeholder,
div.gform_wrapper input[type=password]:-ms-input-placeholder,
div.gform_wrapper input[type=search]:-ms-input-placeholder,
div.gform_wrapper input[type=tel]:-ms-input-placeholder,
div.gform_wrapper input[type=text]:-ms-input-placeholder,
div.gform_wrapper input[type=time]:-ms-input-placeholder,
div.gform_wrapper input[type=url]:-ms-input-placeholder,
div.gform_wrapper input[type=week]:-ms-input-placeholder,
div.gform_wrapper select:-ms-input-placeholder,
div.gform_wrapper textarea:-ms-input-placeholder {
  color: #283894;
  opacity: 1;
}
div.gform_wrapper .gfield_radio {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
div.gform_wrapper .gfield_radio .gchoice {
  width: 100%;
}
div.gform_wrapper input,
div.gform_wrapper select {
  height: 2.5rem;
}
div.gform_wrapper select {
  background-color: #FFFFFF;
}
div.gform_wrapper textarea {
  display: block;
  height: 7.5rem !important;
  padding: 0.63rem 0.94rem !important;
  overflow: auto;
  resize: none;
}
div.gform_wrapper .gform_fileupload_rules {
  margin: 0 !important;
  padding: 0 !important;
}
div.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 0.13rem solid red !important;
}
div.gform_wrapper .gfield_validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 0.88rem !important;
  margin: 0 !important;
  padding: 0.5rem 0 0 !important;
  color: red !important;
}
div.gform_wrapper .gform_footer {
  display: flex !important;
  justify-content: center !important;
}
div.gform_wrapper .gform_footer input[type=submit] {
  height: 44px !important;
  margin: 0 !important;
  line-height: 1 !important;
}
div.gform_wrapper .gform_footer input[type=submit].appointment-submit {
  background-color: #E62127;
  border-color: #E62127;
  color: #FFFFFF;
}
div.gform_wrapper .gform_footer input[type=submit].appointment-submit:focus, div.gform_wrapper .gform_footer input[type=submit].appointment-submit:hover {
  background-color: #283894;
  border-color: #283894;
  color: #FFFFFF;
}
div.gform_wrapper .gform_footer .gform_ajax_spinner {
  width: 0.63rem !important;
  height: 0.63rem !important;
}
div.gform_wrapper.gform_validation_error {
  position: relative;
}
div.gform_wrapper.gform_validation_error .gform_footer {
  margin-top: 1.57rem !important;
}
div.gform_wrapper.gform_validation_error .instruction {
  display: none;
}
div.gform_wrapper .gform_validation_errors {
  border: none !important;
  text-align: center;
  background-color: #ffe6e6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
div.gform_wrapper .gform_validation_errors:focus {
  outline: none;
}
div.gform_wrapper .gform_validation_errors > h2 {
  font-size: 1rem !important;
  color: red !important;
}
div.gform_wrapper .gform_confirmation_wrapper div#gform_confirmation_message_9 {
  font-weight: 700 !important;
  color: green !important;
}
div.gform_wrapper .name_first {
  padding-right: 0 !important;
}
div.gform_wrapper .gsurvey-rating:not(:checked) > label {
  width: 54px !important;
  height: 48px !important;
  line-height: 48px !important;
  background-size: 48px 45px !important;
  color: transparent !important;
}
div.gform_wrapper.gravity-theme .ginput_container_time {
  min-width: 80px;
}

.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
}

.main-container {
  width: 100%;
}

.entry-content:not(.no-spacing) {
  padding: var(--section-spacing) 0;
}
.entry-content a i {
  display: inline-block;
  margin-right: 0.32rem;
  vertical-align: middle;
  line-height: 1;
}
.entry-content .contactdetails-item {
  background-color: #F8F8F8;
  padding: 0.94rem;
}
.entry-content .contactdetails-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.has-box-shadow {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
}

/** Innerbanner styles */
.inner-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 23.75rem;
  padding: var(--section-spacing) 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 576px) {
  .inner-banner {
    min-height: 21.88rem;
  }
}
.inner-banner h1 {
  text-transform: uppercase;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .inner-banner h1 {
    font-size: 2.07rem;
  }
}
.inner-banner-bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-banner-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.inner-banner-bg picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.inner-banner-bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  pointer-events: none;
  content: "";
}
.inner-banner-wrapper {
  position: relative;
  z-index: 1;
}
.inner-banner-wrapper .breadcrumbs {
  margin: var(--section-gutter) 0;
}
.inner-banner-wrapper .breadcrumbs span {
  color: #FFFFFF;
}
.inner-banner-wrapper .breadcrumbs span a {
  color: inherit;
  font-weight: inherit;
}
.inner-banner-wrapper .breadcrumbs span a:hover {
  color: #E62127;
}
.inner-banner-wrapper .breadcrumbs span strong {
  font-weight: inherit;
}

/** Title/Breadcrumb content styles */
.titlebreadcrumbs-section {
  padding-top: var(--section-spacing);
}
.titlebreadcrumbs-block .breadcrumbs {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0.94rem;
  padding-right: 1.57rem;
}
.titlebreadcrumbs-block .breadcrumbs-inner {
  position: relative;
  display: inline-block;
  padding: 0.63rem 0 0.63rem 0.94rem;
  background-color: #F8F8F8;
  color: #F8F8F8;
}
.titlebreadcrumbs-block .breadcrumbs-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-width: 1.57rem;
  border-style: solid;
  border-color: transparent;
  border-right-width: 0;
  border-left-color: inherit;
  transform: translateY(-50%);
  pointer-events: none;
}
.titlebreadcrumbs-block .breadcrumbs-inner span {
  color: #1D1D1D;
}

/** Set icons for location fields(address, email, phone, fax, and hours). */
.has-loc-icon {
  position: relative;
  padding-left: 1.88rem;
}
.has-loc-icon svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.44rem;
  left: 0;
}
.has-loc-icon span {
  display: none;
}

/** 404 page styles */
.error-404-wrapper {
  padding: var(--section-gutter);
  text-align: center;
  background: linear-gradient(135deg, #283894 0%, #e62127 100%);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .error-404-wrapper {
    padding: 4.69rem;
  }
}
.error-404-wrapper p {
  font-size: 1.13rem;
}
.error-404-inner {
  background-color: #FFFFFF;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .error-404-inner {
    padding: 1.88rem;
  }
}
@media (min-width: 768px) {
  .error-404-inner {
    padding: 2.82rem;
  }
}
.error-404-title {
  color: #283894;
  line-height: 1;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .error-404-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .error-404-title {
    font-size: 9.38rem;
  }
}
.error-404-stitle {
  color: #E62127;
  text-transform: uppercase;
}
.error-404-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.88rem 0;
}
.error-404-action .btn, .error-404-action .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .error-404-action .wp-block-button__link,
.error-404-action .appointment-button .wp-block-button__link,
.appointment-button .error-404-action .wp-block-button__link {
  margin: 0.32rem 0.94rem;
}

/** Navigation/pagination styles */
.navigation {
  width: 100%;
  /** Pagination styles */
  /** Post navigation styles */
}
.navigation.pagination {
  margin-top: 1.57rem;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.navigation.pagination .page-numbers {
  display: flex;
  align-items: center;
  margin: 0.32rem 0.32rem 0;
  padding: 0.32rem 0.63rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  background-color: #E62127;
  border-radius: 0.32rem;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover {
  background-color: #283894;
}
.navigation.post-navigation {
  margin-top: 1.88rem;
}
.navigation.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navigation.post-navigation .meta-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.32rem 0.63rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  background-color: #E62127;
  border-radius: 0.32rem;
}
.navigation.post-navigation .meta-nav:focus, .navigation.post-navigation .meta-nav:hover {
  background-color: #283894;
}
.navigation.post-navigation .post-title {
  display: none;
}

/** Appointment steps styles */
.appointment-steps-section .has-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.appointment-steps-section .appointment-block {
  position: relative;
  padding: var(--section-spacing) 0;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.appointment-steps-section .appointment-block-wrapper {
  z-index: 1;
  position: relative;
  text-align: center;
}
.appointment-steps-section .appointment-block-wrapper h4 {
  color: #FFFFFF;
}
.appointment-steps-wrapper {
  position: relative;
  max-width: 46.88rem;
  margin: 1.88rem auto;
  background-color: #F8F8F8;
}
.appointment-steps-wrapper svg {
  position: absolute;
  top: 0.94rem;
  right: 0;
  z-index: 2;
  width: 15.94rem;
  height: 18rem;
  pointer-events: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 1199px) {
  .appointment-steps-wrapper svg {
    height: 15.94rem;
  }
}
@media (min-width: 1200px) {
  .appointment-steps-wrapper svg {
    height: 18rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .appointment-steps-wrapper svg {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .appointment-steps-wrapper svg {
    display: none;
  }
}
.appointment-steps-listing {
  position: relative;
  z-index: 3;
  list-style-type: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .appointment-steps-listing {
    padding: 0.94rem 1.88rem 0.94rem 0.94rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .appointment-steps-listing {
    padding: 1.57rem;
  }
}
@media (min-width: 992px) {
  .appointment-steps-listing {
    padding: 2.19rem;
  }
}
.appointment-steps-listing .appointment-steps-item {
  position: relative;
  padding-left: 2.5rem;
  counter-increment: step-counter;
}
.appointment-steps-listing .appointment-steps-item::before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.38rem;
  left: 0;
  color: inherit;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  content: counter(step-counter);
}
.appointment-steps-listing .appointment-steps-item p {
  font-weight: 700;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .appointment-steps-listing .appointment-steps-item p {
    font-size: 1.25rem;
  }
}

/** mCustomScrollbar hostizonatal styles */
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 0.63rem;
  margin: 0.19rem 0;
  background-color: #1D1D1D;
  border-radius: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  margin: 0;
  background-color: #283894;
  border-radius: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #283894;
}
.mCSB_scrollTools .mCSB_draggerContainer::before {
  position: absolute;
  top: 0.19rem;
  right: 0;
  bottom: 0.19rem;
  left: 0;
  background-color: #1D1D1D;
  content: "";
  pointer-events: none;
}

/** AJAX loader style */
.ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.ajax-loader::after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1.88rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-color: #283894 #1D1D1D;
  border-style: solid;
  border-width: 0.32rem;
  border-radius: 50%;
  animation: spinner 1s linear infinite;
  content: "";
  pointer-events: none;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** Category filter nav styles */
.category-filter {
  margin-bottom: 1.57rem;
}
.category-select-nav {
  display: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .category-select-nav {
    display: block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .category-select-nav {
    display: block;
  }
}
.category-filter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .category-filter-nav {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .category-filter-nav {
    display: none;
  }
}
.category-filter-nav li {
  margin: 0.32rem;
  padding: 0;
}
.category-filter-nav .btn, .category-filter-nav .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .category-filter-nav .wp-block-button__link,
.category-filter-nav .appointment-button .wp-block-button__link,
.appointment-button .category-filter-nav .wp-block-button__link {
  font-size: 0.87rem;
}
.category-filter-nav .btn.active, .category-filter-nav .wp-block-button:not(.appointment-button) .active.wp-block-button__link, .wp-block-button:not(.appointment-button) .category-filter-nav .active.wp-block-button__link,
.category-filter-nav .appointment-button .active.wp-block-button__link,
.appointment-button .category-filter-nav .active.wp-block-button__link {
  position: relative;
  color: #FFFFFF;
  background-color: #E62127;
  border-color: #E62127;
}

/** Override wordpress default styles */
.wp-block-group.has-background {
  padding: 0;
}

/** Full width image styles */
.wp-block-image.size-full img {
  width: 100%;
}

/** Social media styles */
.social-media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.31rem;
  padding: 0;
}
.social-media li {
  margin: 0;
  padding: 0.32rem;
  line-height: 1;
  list-style: none;
}
.social-media li a {
  width: 2.19rem;
  height: 2.19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem;
  font-size: 1.19rem;
  line-height: 0;
  color: #283894;
  border: 2px solid currentColor;
  border-radius: 100%;
  transition: 0.4s all;
}
@media (max-width: 720px) and (orientation: portrait) {
  .social-media li a {
    font-size: 0.87rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .social-media li a {
    font-size: 0.87rem;
  }
}
.social-media li a:focus, .social-media li a:hover {
  color: #E62127;
}
.social-media li a svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

/** Ebook theme popup styles */
.ebook-theme-popup {
  display: none;
  text-align: center;
}
.ebook-theme-popup .fancybox-button svg {
  fill: #FFFFFF;
}
.ebook-theme-popup .fancybox-button svg path {
  fill: inherit;
}
.ebook-theme-popup-inner {
  max-width: 48.13rem;
}
.ebook-theme-popup-info {
  margin-bottom: 1.25rem;
}
.ebook-theme-popup-info h2 {
  color: #FFFFFF;
  text-transform: uppercase;
}
.ebook-theme-popup-info p {
  color: #FFFFFF;
}
.ebook-theme-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ebook-theme-popup-wrapper .ebook-theme-popup-image {
  width: 17.5rem;
}
.ebook-theme-popup-wrapper .ebook-theme-popup-content {
  width: 100%;
  padding: var(--section-gutter);
  background-color: #FFFFFF;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .ebook-theme-popup-wrapper .ebook-theme-popup-content {
    width: calc(100% - 17.5rem);
  }
}
.ebook-theme-popup-wrapper .ebook-theme-popup-content .nf-error-msg {
  display: none;
}
.ebook-theme-popup-btn {
  display: none;
}

/** Theme popup styles */
.theme-popup {
  width: 100%;
  height: 100%;
  display: none;
  background-color: transparent;
}
.theme-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.theme-popup-close {
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.57rem;
  line-height: 1;
  cursor: pointer;
}
.theme-popup-close:hover {
  color: #CCCCCC;
}
.theme-popup .fancybox-close-small {
  display: none;
}
.theme-popup-inner {
  position: relative;
  overflow: auto;
  max-width: 40.63rem;
  max-height: 80vh;
  padding: 1.88rem;
  background-color: #F8F8F8;
  border: 0.07rem solid #CCCCCC;
}
@media (max-width: 720px) and (orientation: portrait) {
  .theme-popup-inner {
    padding: 1.88rem 0.94rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .theme-popup-inner {
    padding: 1.88rem 0.94rem;
  }
}
.theme-popup-alert {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}
.theme-popup-alert.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.theme-popup-alert .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.theme-popup-alert .button-group .btn, .theme-popup-alert .button-group .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .theme-popup-alert .button-group .wp-block-button__link,
.theme-popup-alert .button-group .appointment-button .wp-block-button__link,
.appointment-button .theme-popup-alert .button-group .wp-block-button__link {
  margin: 0.5rem;
}
.theme-popup-btn {
  display: none;
}

/** ReviewUs Page styles */
.stars .star {
  width: 54px;
  height: 48px;
  line-height: 48px;
  background-image: url("../images/stars-star.png");
}
.stars .star.tmp_es {
  background-position: left -70px;
}
.stars .star.tmp_fs {
  background-position: left -138px;
}
.stars .star.fullStar {
  background-position: left -206px;
}

/** Heading of the section styles */
.section-heading {
  margin-bottom: 1.25rem;
}
.section-heading .h2,
.section-heading h1,
.section-heading h2 {
  margin: 0;
  text-transform: uppercase;
}
.section-heading .h2 + p,
.section-heading h1 + p,
.section-heading h2 + p {
  margin-top: var(--section-gutter);
}
.section-heading h2 {
  font-size: 2.82rem;
  color: #283894;
  margin-bottom: 0.63rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 1024px) {
  .section-heading h2 {
    font-size: 3.44rem;
  }
}
.section-heading h3 {
  font-weight: 400;
  color: #283894;
  font-style: italic;
  margin-bottom: 1rem;
}

/** Responsive nav styles */
.hamburger {
  --humburgerBox: 2.63rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--humburgerBox);
  height: var(--humburgerBox);
  margin: 0;
  padding: 0.69rem;
  text-align: center;
  background-color: #E62127;
  border-radius: 0.32rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .hamburger {
    display: flex;
    box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .hamburger {
    display: flex;
    box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
  }
}
.hamburger:focus, .hamburger:hover {
  background-color: #E62127;
  outline: none;
  cursor: pointer;
}
.hamburger span {
  position: relative;
  cursor: pointer;
  right: 0;
  left: 0;
  width: 100%;
  height: 0.19rem;
  margin: 0 auto;
  display: block;
  background-color: #FFFFFF;
  border-radius: 0;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger span::after, .hamburger span::before {
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  position: absolute;
  display: block;
  border-radius: 0;
  background-color: #FFFFFF;
  transition: 0.4s all;
}
.hamburger span::before {
  top: -0.5rem;
}
.hamburger span::after {
  bottom: -0.5rem;
}
.hamburger.is-clicked span {
  background-color: transparent !important;
}
.hamburger.is-clicked span::after, .hamburger.is-clicked span::before {
  top: 0;
  background-color: #FFFFFF;
}
.hamburger.is-clicked span::before {
  transform: rotate(45deg);
}
.hamburger.is-clicked span::after {
  top: 0.38rem;
  transform: translateY(-6px) rotate(-45deg);
}

/** Mobile nav styles */
.mbnav {
  position: relative;
  z-index: 999;
  display: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** Mobile menu logo styles */
  /** Moile menu styles */
  /** Backdrop styles */
}
@media (max-width: 991px) {
  .mbnav {
    display: block;
  }
}
.mbnav.is-open .btn-wrap {
  transform: translateY(0);
}
.mbnav.is-open .mbnav__state {
  left: 0;
}
.mbnav.is-open .mbnav__backdrop {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.mbnav__state {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.mbnav__inner {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 100vh;
  pointer-events: none;
}
.mbnav .menu-wrap {
  --leftSlide: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: var(--leftSlide);
  transition: 0.4s ease;
}
.mbnav .menu-wrap .menu-wrap {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}
.mbnav .menu-wrap > .menu-inner {
  max-height: 100%;
  padding-top: 9.38rem !important;
  padding-bottom: 1.25rem;
  overflow: hidden auto;
  background-color: #1D1D1D;
  pointer-events: auto;
}
.mbnav ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 1.25rem;
  transition: 0.4s ease;
}
.mbnav ul.mbnav__links li {
  border: none !important;
}
.mbnav ul.mbnav__links li a {
  background: #283894;
  padding: 0.63rem !important;
  border-radius: 0;
}
.mbnav ul li.is-open > .menu-wrap {
  visibility: visible;
  opacity: 1;
}
.mbnav ul li:not(.btn-wrap) {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}
.mbnav ul li:not(.btn-wrap)::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap).has-sub > a {
  flex: 1 1 auto;
}
.mbnav ul li:not(.btn-wrap).has-sub a::after {
  display: none;
}
.mbnav ul li:not(.btn-wrap).current-menu-item, .mbnav ul li:not(.btn-wrap):hover {
  color: #E62127;
}
.mbnav ul li:not(.btn-wrap).current_page_ancestor > a {
  color: #E62127;
}
.mbnav ul li:not(.btn-wrap) .mbnav__caret::before, .mbnav ul li:not(.btn-wrap) a::after {
  --sArrowWidth: 10px;
  width: var(--sArrowWidth);
  height: var(--sArrowWidth);
  content: "";
  display: flex;
  align-items: center;
  margin: auto;
  border: calc(var(--sArrowWidth) / 4) solid #FFFFFF;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.mbnav ul li:not(.btn-wrap) a {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  flex: 1 1 auto;
  order: -1;
  padding: 0.63rem 0;
  color: currentColor;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  text-decoration: none !important;
}
.mbnav ul li:not(.btn-wrap) a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 0;
  margin-left: auto;
}
.mbnav__caret {
  z-index: 1;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  width: 1.88rem;
  height: auto;
  cursor: pointer;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.color-mbnav .mbnav__caret::before {
  color: #283894 !important;
}

.mbnav ul li:not(.btn-wrap).is-open > .mbnav__caret:after {
  transform: rotate(0);
}
.mbnav ul li:not(.btn-wrap) .btn-wrap {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  margin: 0;
  transform: translateY(200%);
  transition: 0.4s ease-in-out;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap::before {
  display: none;
}
.mbnav ul li:not(.btn-wrap) .btn-wrap a {
  display: block;
}
.mbnav ul ul li {
  font-size: 16px;
}
.mbnav ul ul li a {
  padding-left: 1.57rem;
}
.mbnav ul ul li li {
  font-size: 14px;
}
.mbnav ul ul li li a {
  padding-left: 2.19rem;
}
.mbnav ul > li > .sub-menu {
  position: absolute;
  left: 100%;
}
.mbnav ul .back-click {
  order: -1;
  width: 100%;
  padding: var(--section-gutter) 0;
  color: currentColor;
  font-weight: 400;
}
.mbnav ul .back-click::before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "a";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 1.13rem;
  border: 0;
  transform: translateY(4px);
}
.mbnav__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(29, 29, 29, 0.55);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all;
}
.mbnav__links li .btn, .mbnav__links li .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .mbnav__links li .wp-block-button__link,
.mbnav__links li .appointment-button .wp-block-button__link,
.appointment-button .mbnav__links li .wp-block-button__link {
  display: block;
  padding: 0.63rem 0;
  text-align: left;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
}
.mbnav__links li .btn:hover, .mbnav__links li .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .mbnav__links li .wp-block-button__link:hover,
.mbnav__links li .appointment-button .wp-block-button__link:hover,
.appointment-button .mbnav__links li .wp-block-button__link:hover {
  background-color: transparent;
}
.mbnav__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(29, 29, 29, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.mbnav__overlay.is-show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 720px) and (orientation: portrait) {
  .header-space {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header-space {
    display: none;
  }
}
.header {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
  transition: 0.4s all;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header {
    position: absolute !important;
    background: transparent;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header {
    position: absolute !important;
    background: transparent;
  }
}
.header.sticky {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
}
.header.sticky .header-logo .logo {
  width: 11.25rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .header.sticky .header-logo .logo {
    width: 12.5rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .header.sticky .header-logo .logo {
    width: 8.44rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header.sticky .header-logo .logo {
    width: 8.44rem;
  }
}
.header .address-bar {
  position: relative;
  padding: 0 var(--section-gutter);
  background-color: #283894;
}
.header .address-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .address-text > * {
  margin: 0.32rem;
}
.header .address-text p {
  color: #FFFFFF;
}
.header .address-text .btn, .header .address-text .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .address-text .wp-block-button__link,
.header .address-text .appointment-button .wp-block-button__link,
.appointment-button .header .address-text .wp-block-button__link {
  padding: 0.38rem 0.63rem;
}
.header .address-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.32rem;
  width: 1rem;
  height: 1rem;
  color: #FFFFFF;
  font-size: 0;
  transform: translate(0, -50%);
  transition: 0.4s all;
}
.header .address-close:hover {
  color: #283894;
}
.header .address-close svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.header-main {
  position: relative;
  padding: 0 0;
  box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
}
@media (max-width: 720px) and (orientation: portrait) {
  .header-main {
    box-shadow: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header-main {
    box-shadow: none;
  }
}
.header-main .container {
  display: flex;
  justify-content: flex-end;
}
.header-logo {
  position: absolute;
  left: 0;
  background: #FFFFFF;
  padding: 0.94rem;
  border-radius: 0 0 0.32rem 0;
  box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 1200px) {
  .header-logo {
    padding: 1.07rem 1.25rem 1.07rem calc((100vw - 75rem) / 2);
  }
}
.header-logo .logo {
  display: block;
  transition: 0.5s ease all;
  width: 11.25rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .header-logo .logo {
    width: 14.57rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .header-logo .logo {
    width: 8.44rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header-logo .logo {
    width: 8.44rem;
  }
}
.header-navigation {
  padding: 0.94rem 0 0 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header-navigation {
    padding: 1.57rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header-navigation {
    padding: 1.57rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header .header-links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header .header-links li {
  position: relative;
  margin: 0 0.88rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li {
    margin-right: var(--section-gutter);
    margin: 0 1.57rem 0 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li {
    margin-right: var(--section-gutter);
    margin: 0 1.57rem 0 0;
  }
}
.header .header-links li:last-child {
  margin: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li:not(.call) {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li:not(.call) {
    display: none;
  }
}
.header .header-links li .btn, .header .header-links li .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li .wp-block-button__link,
.header .header-links li .appointment-button .wp-block-button__link,
.appointment-button .header .header-links li .wp-block-button__link {
  background: #FFFFFF;
  color: #283894;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-links li .btn, .header .header-links li .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li .wp-block-button__link,
.header .header-links li .appointment-button .wp-block-button__link,
.appointment-button .header .header-links li .wp-block-button__link {
    font-size: 0.87rem;
  }
}
.header .header-links li .quick-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}
.header .header-links li .quick-dropdown > li {
  width: 130px;
  margin: 0;
  padding: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li .quick-dropdown > li {
    display: block;
    width: 100px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li .quick-dropdown > li {
    display: block;
    width: 100px;
  }
}
.header .header-links li .quick-dropdown > li > a {
  display: block;
  padding: 0.63rem 0.94rem;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.87rem;
  text-decoration: none;
  background-color: #E62127;
  transition: 0.4s all;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li .quick-dropdown > li > a {
    padding: 0.32rem 0.63rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li .quick-dropdown > li > a {
    padding: 0.32rem 0.63rem;
    font-size: 0.75rem;
  }
}
.header .header-links li .quick-dropdown > li:hover > a {
  color: #FFFFFF;
  background-color: #283894;
}
.header .header-links li:hover .btn, .header .header-links li:hover .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li:hover .wp-block-button__link,
.header .header-links li:hover .appointment-button .wp-block-button__link,
.appointment-button .header .header-links li:hover .wp-block-button__link {
  background: #283894;
  border-color: #283894;
  color: #FFFFFF;
}
.header .header-links li:hover .quick-dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li.call > .btn, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link, .header .header-links .appointment-button li.call > .btn,
.header .header-links .appointment-button li.call > .wp-block-button__link,
.appointment-button .header .header-links li.call > .wp-block-button__link {
    padding: 0.5rem;
    background: #E62127;
    border-color: #E62127;
    box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li.call > .btn, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link, .header .header-links .appointment-button li.call > .btn,
.header .header-links .appointment-button li.call > .wp-block-button__link,
.appointment-button .header .header-links li.call > .wp-block-button__link {
    padding: 0.5rem;
    background: #E62127;
    border-color: #E62127;
    box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
  }
}
.header .header-links li.call > .btn svg, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link svg, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link svg,
.header .header-links .appointment-button li.call > .wp-block-button__link svg,
.appointment-button .header .header-links li.call > .wp-block-button__link svg {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li.call > .btn svg, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link svg, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link svg,
.header .header-links .appointment-button li.call > .wp-block-button__link svg,
.appointment-button .header .header-links li.call > .wp-block-button__link svg {
    fill: #FFFFFF;
    display: block;
    width: 1.38rem;
    height: 1.38rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li.call > .btn svg, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link svg, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link svg,
.header .header-links .appointment-button li.call > .wp-block-button__link svg,
.appointment-button .header .header-links li.call > .wp-block-button__link svg {
    fill: #FFFFFF;
    display: block;
    width: 1.38rem;
    height: 1.38rem;
  }
}
.header .header-links li.call > .btn span, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link span, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link span,
.header .header-links .appointment-button li.call > .wp-block-button__link span,
.appointment-button .header .header-links li.call > .wp-block-button__link span {
  display: block;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-links li.call > .btn span, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link span, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link span,
.header .header-links .appointment-button li.call > .wp-block-button__link span,
.appointment-button .header .header-links li.call > .wp-block-button__link span {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-links li.call > .btn span, .header .header-links .wp-block-button:not(.appointment-button) li.call > .wp-block-button__link span, .wp-block-button:not(.appointment-button) .header .header-links li.call > .wp-block-button__link span,
.header .header-links .appointment-button li.call > .wp-block-button__link span,
.appointment-button .header .header-links li.call > .wp-block-button__link span {
    display: none;
  }
}
.header .header-links li.call .advance-call-tracking {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--section-gutter);
  text-align: center;
  background: #1D1D1D;
}
.header .header-links li.call .advance-call-tracking h4 {
  color: #FFFFFF;
}
.header .header-links li.call .advance-call-tracking .close-btn {
  width: 1.88rem;
  height: 1.88rem;
  position: absolute;
  top: var(--section-gutter);
  right: var(--section-gutter);
  background: #283894;
  border-radius: 0.32rem;
}
.header .header-links li.call .advance-call-tracking .close-btn::before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "o";
  color: #1D1D1D;
  font-size: 1.25rem;
}
.header .header-links li.call .advance-call-tracking.active {
  display: flex;
}
.header .header-links li.call .advance-call-tracking ul {
  margin: 0;
  padding: 0;
}
.header .header-links li.call .advance-call-tracking ul li {
  display: block;
  margin: 0.63rem 0;
  padding: 0;
}
.header .header-links li.call .advance-call-tracking ul li a {
  display: block;
}
.header .header-menu {
  margin-top: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .header .header-menu {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .header .header-menu {
    display: none;
  }
}
.header .header-menu .dropdown-submenu.dropdown-active em::before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "n";
}
.header .header-menu .dropdown-submenu .mbnav__caret {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #FFFFFF;
  width: 1.88rem;
  height: 100%;
  pointer-events: all;
}
.header .header-menu .dropdown-submenu .mbnav__caret::before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "k";
}
.header .header-menu ul {
  margin: 0;
  padding: 0;
}
.header .header-menu ul > li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.header .header-menu ul.sub-menu {
  background-color: #283894;
}
.header .header-menu ul.sub-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.4s all;
}
.header .header-menu ul.sub-menu > li.current-menu-item > a, .header .header-menu ul.sub-menu > li.current-menu-parent > a, .header .header-menu ul.sub-menu > li.current_page_ancestor > a,
.header .header-menu ul.sub-menu > li > a:hover {
  background-color: #E62127;
}
.header .header-menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-menu ul.menu > li:not(:last-child) {
  margin-right: 0.63rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .header .header-menu ul.menu > li:not(:last-child) {
    margin-right: 1.57rem;
  }
}
@media (min-width: 1200px) {
  .header .header-menu ul.menu > li:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.header .header-menu ul.menu > li > a {
  position: relative;
  display: block;
  padding: 0.63rem 0;
  font-size: 0.81rem;
  color: #283894;
  font-weight: 700;
  text-transform: uppercase;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .header .header-menu ul.menu > li > a {
    font-size: 1rem;
  }
}
.header .header-menu ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  pointer-events: none;
  background-color: #E62127;
  transform: translateX(-50%);
  transition: 0.4s all;
}
.header .header-menu ul.menu > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: auto;
  margin: 0;
  display: block;
  min-width: 9.38rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  pointer-events: none;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
}
.header .header-menu ul.menu > li > ul.sub-menu > li a {
  display: block;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.88rem;
  white-space: nowrap;
  padding: 0.38rem 0.63rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 1200px) {
  .header .header-menu ul.menu > li > ul.sub-menu > li a {
    padding: 0.5rem 0.63rem;
  }
}
.header .header-menu ul.menu > li > ul.sub-menu > li a::after {
  display: none;
}
.header .header-menu ul.menu > li > ul.sub-menu > li.dropdown-submenu > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  min-width: 100%;
  background-color: #E62127;
  transform: none;
  transition: none;
  pointer-events: all;
}
.header .header-menu ul.menu > li > ul.sub-menu > li.dropdown-submenu > ul.sub-menu > li {
  position: relative;
  width: 100%;
}
.header .header-menu ul.menu > li > ul.sub-menu > li.dropdown-submenu > ul.sub-menu > li:hover ul.sub-menu {
  top: 100%;
  left: 0;
}
.header .header-menu ul.menu > li:hover > ul.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .header-menu ul.menu > li.current-menu-item > a, .header .header-menu ul.menu > li.current-menu-parent > a, .header .header-menu ul.menu > li.current_page_ancestor > a, .header .header-menu ul.menu > li:hover > a {
  color: #E62127;
}
.header .header-menu ul.menu > li.current-menu-item > a::after, .header .header-menu ul.menu > li.current-menu-parent > a::after, .header .header-menu ul.menu > li.current_page_ancestor > a::after, .header .header-menu ul.menu > li:hover > a::after {
  width: 100%;
}
.header .header-menu ul.menu > li:nth-last-child(1) ul.sub-menu, .header .header-menu ul.menu > li:nth-last-child(2) ul.sub-menu {
  right: 0;
  left: auto;
}
.header .header-menu ul.menu > li:nth-last-child(1) ul.sub-menu > li:hover > ul, .header .header-menu ul.menu > li:nth-last-child(2) ul.sub-menu > li:hover > ul {
  right: 100%;
  left: auto !important;
}
.header .header-menu ul.menu > li.wide-menu ul.sub-menu {
  left: 50%;
  right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: auto;
  margin: 0 auto;
  min-width: 31.25rem;
  transform: translateX(-50%);
}
.header .header-menu ul.menu > li.wide-menu ul.sub-menu > li {
  width: 49%;
}
.header .header-menu ul.menu > li.full-menu {
  position: static;
}
.header .header-menu ul.menu > li.full-menu > ul.sub-menu {
  left: 50%;
  right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 0.94rem;
  max-width: 73.13rem;
  transform: translateX(-50%);
}
.header .header-menu ul.menu > li.full-menu > ul.sub-menu > li {
  border: 0;
  border: 2px solid #E62127;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .header .header-menu ul.menu > li.full-menu > ul.sub-menu > li {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .header .header-menu ul.menu > li.full-menu > ul.sub-menu > li {
    width: 49%;
  }
}
.header .header-menu ul.menu > li.full-menu > ul.sub-menu > li > a {
  background-color: #E62127;
}

.footer {
  width: 100%;
  height: auto;
  line-height: normal;
  background-color: #283894;
}
.footer-main {
  position: relative;
  padding: 3.75rem 0;
  background-color: #FFFFFF;
  border-top: 0.63rem solid #283894;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 1200px) {
  .footer-main {
    padding: 4.38rem 0;
  }
}
.footer-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-wrapper {
    text-align: center;
  }
}
.footer-wrapper .footer-logo {
  padding: 0;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-wrapper .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 3.13rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-wrapper .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 3.13rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .footer-wrapper .footer-logo {
    width: 30%;
  }
}
.footer-wrapper .footer-logo .logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.footer-wrapper .footer-content {
  padding: 0;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-wrapper .footer-content {
    width: 100%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-wrapper .footer-content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-content {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-content {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .footer-wrapper .footer-content {
    width: 65%;
  }
}
.footer-wrapper .footer-content-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-content-inner {
    justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-wrapper .footer-content-inner {
    justify-content: space-between;
    text-align: left;
  }
}
.footer-wrapper .footer-content-inner + .footer-content-inner {
  margin-top: 20px;
}
.footer-wrapper .footer-content .social-media {
  margin-top: 1.13rem;
  justify-content: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .footer-wrapper .footer-content .social-media {
    margin-top: 1.88rem;
    justify-content: flex-start;
  }
}
.footer-wrapper .footer-content .social-media li a {
  width: 1.63rem;
  height: 1.63rem;
  padding: 0.13rem;
  color: #FFFFFF;
  background-color: #283894;
  border-color: #283894;
  border-radius: 0.25rem;
}
.footer-wrapper .footer-content .social-media li:hover a {
  background-color: #E62127;
  border-color: #E62127;
}
.footer-wrapper .footer-content .footer-location-content {
  width: 100%;
  margin-bottom: 2.5rem;
  word-break: break-word;
  padding-right: 6px;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-content .footer-location-content {
    padding: 0 0.63rem;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .footer-content .footer-location-content {
    width: 33.33%;
    margin-bottom: 0;
  }
}
.footer-wrapper .footer-content .footer-location-content .h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #283894;
  text-transform: uppercase;
}
.footer-wrapper .footer-content .footer-location-content h2.h4 {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.88rem;
}
.footer-wrapper .footer-content .footer-location-content h2.h4 a {
  font-weight: inherit;
  font-size: 1rem;
}
.footer-wrapper .footer-content .footer-location-content p {
  margin: 0;
  color: #1D1D1D;
  font-weight: 400;
  font-size: 1rem;
}
.footer-wrapper .footer-content .footer-location-content p + .h6 {
  margin-top: var(--section-gutter);
}
.footer-wrapper .footer-content .footer-location-content p a {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.footer-wrapper .footer-content .footer-location-content p a:hover {
  color: #E62127;
}
.footer-wrapper .footer-content .footer-location-content p.has-loc-icon {
  padding-left: 0;
}
.footer-wrapper .footer-content .footer-location-content p.has-loc-icon svg {
  display: none;
}
.footer-wrapper .footer-content .footer-location-content p.has-loc-icon span {
  display: inline;
}
.footer-wrapper .footer-content .footer-location-content.hours {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .footer-wrapper .footer-content .footer-location-content.hours {
    padding-left: 1.88rem;
  }
}
.footer-wrapper .footer-content .footer-location-content.hours strong {
  font-weight: 400;
}
.footer-menu-wrapper {
  background-color: #F8F8F8;
  padding: var(--section-spacing) 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .footer-menu-wrapper {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .footer-menu-wrapper {
    display: none;
  }
}
.footer-menu-wrapper .container {
  display: flex;
  justify-content: space-between;
}
.footer-menu-wrapper .single-menu {
  padding-right: 0.63rem;
}
.footer-menu-wrapper .single-menu:last-child {
  padding-right: 0;
}
.footer-menu-wrapper .h6 {
  color: #283894;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.82rem;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu-wrapper .h6 {
    font-size: 0.88rem;
  }
}
.footer-menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.footer-menu-wrapper ul li {
  margin: 0;
  padding: 0;
  line-height: 1.88rem;
  list-style: none;
}
.footer-menu-wrapper ul li a {
  color: #1D1D1D;
  font-weight: 400;
  text-decoration: none;
}
.footer-menu-wrapper ul li.contact-menu {
  padding: 0;
  line-height: 1.25rem;
  margin-bottom: 0.82rem;
}
.footer-menu-wrapper ul li.contact-menu a {
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  color: #283894;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu-wrapper ul li.contact-menu a {
    font-size: 0.88rem;
  }
}
.footer-menu-wrapper ul li.current-menu-item a, .footer-menu-wrapper ul li:hover a {
  color: #E62127;
}
.footer-copyright .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.57rem 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .footer-copyright .copyright-wrapper {
    flex-wrap: wrap;
    padding: 0.94rem 0;
  }
}
.footer-copyright .copyright-content {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .footer-copyright .copyright-content {
    width: 100%;
    margin-bottom: 0.94rem;
  }
}
.footer-copyright .copyright-content p {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
}
.footer-copyright .copyright-content p a {
  color: inherit;
  font-weight: inherit;
}
.footer-copyright .copyright-content p a.active, .footer-copyright .copyright-content p a:hover {
  color: #E62127;
}
.footer-copyright .copyright-logo {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .footer-copyright .copyright-logo {
    margin: 0 auto;
  }
}
.footer-copyright .copyright-logo .developed-by {
  display: flex;
  align-items: center;
}
.footer-copyright .copyright-logo .developed-by span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25;
}
.footer-copyright .copyright-logo .developed-by .pp-logo {
  width: 32px;
  height: auto;
}
.footer-copyright .copyright-logo .developed-by .pp-text {
  color: #FFFFFF;
}
.footer-copyright .copyright-logo .developed-by .pp-text a {
  color: inherit;
}

/** Desktop banner styles */
.hero-section {
  position: relative;
}
@media (max-width: 720px) and (orientation: portrait) {
  .hero-section {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .hero-section {
    display: none;
  }
}
.hero-section .hero-slider.slick-dotted {
  margin: 0;
}
.hero-section .hero-slider .slick-arrow {
  --sArrowWidth: 40px;
}
.hero-section .hero-slider .slick-arrow.slick-prev {
  left: var(--sArrowWidth);
}
.hero-section .hero-slider .slick-arrow.slick-next {
  right: var(--sArrowWidth);
}
.hero-section .hero-slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.hero-section .hero-item {
  position: relative;
}
.hero-section .hero-item .hero-media {
  position: relative;
  overflow: hidden;
  padding-top: 55%;
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section .hero-item .hero-media {
    padding-top: 80%;
  }
}
@media (min-width: 1200px) {
  .hero-section .hero-item .hero-media {
    padding-top: 44%;
  }
}
@media (min-width: 1400px) {
  .hero-section .hero-item .hero-media {
    padding-top: 35%;
  }
}
.hero-section .hero-item .hero-media.has-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(29, 29, 29, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.hero-section .hero-item .hero-media.has-gradient {
  background: linear-gradient(135deg, #283894 0%, #e62127 100%);
}
.hero-section .hero-item .hero-media iframe {
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-item .hero-media iframe {
    transform: scale(1.17);
  }
}
@media (min-width: 992px) {
  .hero-section .hero-item .hero-media iframe {
    transform: scale(1.37);
  }
}
.hero-section .hero-item .hero-media iframe,
.hero-section .hero-item .hero-media picture,
.hero-section .hero-item .hero-media video {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100% !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-section .hero-item .hero-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.hero-section .hero-item .hero-media .rll-youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.hero-section .hero-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 1.25rem 0 4.07rem 0;
  text-align: center;
}
.hero-section .hero-body-wrapper {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 1024px) {
  .hero-section .hero-body-wrapper {
    width: 59%;
  }
}
.hero-section .hero-body-wrapper > *:not(.btn) {
  color: #FFFFFF;
}
.hero-section .hero-body-wrapper h1 {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 1.57rem;
  text-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.49);
  order: 2;
}
.hero-section .hero-body-wrapper h2 {
  font-size: 4.07rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  text-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.49);
  order: 1;
}
.hero-section .hero-body-wrapper .appointment-button {
  order: 3;
}

/** Mobile banner styles */
.mobile-banner {
  display: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .mobile-banner {
    position: relative;
    display: block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .mobile-banner {
    position: relative;
    display: block;
  }
}
.mobile-banner-media {
  position: relative;
  padding-top: 56.25%;
}
.mobile-banner-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-banner-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.mobile-banner-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.mobile-banner-media {
  position: relative;
  padding-top: 35.63rem;
}
.mobile-banner-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-banner-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.mobile-banner-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(29, 29, 29, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.mobile-banner-body {
  padding: var(--section-gutter) 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 1.88rem 0;
  text-align: center;
  z-index: 2;
}
.mobile-banner-body.has-gradient {
  background: linear-gradient(135deg, #283894 0%, #e62127 100%);
}
.mobile-banner-body-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.mobile-banner-body-wrapper > * {
  color: #FFFFFF;
}
.mobile-banner-body-wrapper h1 {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 1.57rem;
  text-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.49);
  order: 2;
}
.mobile-banner-body-wrapper h2 {
  font-size: 2.82rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  text-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.49);
  order: 1;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 480px) {
  .mobile-banner-body-wrapper h2 {
    font-size: 3.44rem;
  }
}
.mobile-banner-body-wrapper .appointment-button {
  order: 3;
}

.condition-section {
  padding: 3.44rem 0;
  text-align: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .condition-section {
    padding: 4.38rem 0 2.82rem 0;
  }
}
.condition-section .condition-wrapper {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .condition-section .condition-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.condition-section .condition-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 720px) and (orientation: portrait) {
  .condition-section .condition-listing {
    justify-content: space-between;
    width: 15.63rem;
    margin: 0 auto;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .condition-section .condition-listing {
    justify-content: space-between;
    width: 15.63rem;
    margin: 0 auto;
  }
}
.condition-section .condition-listing .condition-item {
  width: 100px;
  margin: var(--section-gutter) 0.63rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .condition-section .condition-listing .condition-item {
    margin: var(--section-gutter) 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .condition-section .condition-listing .condition-item {
    margin: var(--section-gutter) 0;
  }
}
.condition-section .condition-listing .condition-item-inner {
  display: block;
}
.condition-section .condition-listing .condition-item-inner:hover .condition-image:before {
  opacity: 0.6;
}
.condition-section .condition-listing .condition-item-inner:hover h6 {
  font-weight: 900;
}
.condition-section .condition-listing .condition-item h6 {
  color: #283894;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  transition: 0.4s all;
}
.condition-section .condition-listing .condition-image {
  position: relative;
  padding-top: 100px;
  border-radius: 0.32rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.condition-section .condition-listing .condition-image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.condition-section .condition-listing .condition-image picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.condition-section .condition-listing .condition-image:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: #283894;
  opacity: 0;
  border-radius: 0.32rem;
  transition: 0.5s ease all;
}
.condition-section .condition-part {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .condition-section .condition-part {
    width: 62%;
  }
}
.condition-section .condition-part .condition-btn {
  padding-top: 1.25rem;
}
.condition-section .condition-body-media {
  display: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .condition-section .condition-body-media {
    display: block;
    margin-top: -6.56rem;
  }
}

.testimonials-section {
  position: relative;
  padding: 3.44rem 0;
  background-color: #F8F8F8;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .testimonials-section {
    padding: 6.25rem 0;
  }
}
.testimonials-section .section-heading {
  text-align: center;
  margin-bottom: 1.25rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .testimonials-section .section-heading {
    width: 45%;
    text-align: left;
    margin: 0;
    padding-right: 0.63rem;
  }
}
.testimonials-section .testimonials-btn.desktop {
  display: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .testimonials-section .testimonials-btn.desktop {
    display: block;
  }
}
.testimonials-section .testimonials-btn.mobile {
  display: block;
  text-align: center;
  margin-top: 4.69rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .testimonials-section .testimonials-btn.mobile {
    display: none;
  }
}
.testimonials-section .testimonials-wrapper {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .testimonials-section .testimonials-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-part {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0.82rem solid #FFFFFF;
  border-radius: 0.32rem;
  box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 576px) {
  .testimonials-section .testimonials-wrapper .testimonials-part {
    width: 33.13rem;
  }
}
@media (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-part {
    margin: 0 auto 0;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider {
  position: static;
  margin: 0;
}
.testimonials-section .testimonials-wrapper .testimonials-slider .slick-list:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(40, 56, 148, 0.9);
}
.testimonials-section .testimonials-wrapper .testimonials-slider .slick-list:after {
  content: "";
  display: block;
  background: url("../images/bottom-right-shape.png");
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: right;
  width: 15.63rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 479px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider .slick-list:after {
    width: 9.38rem;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider .slick-track {
  z-index: 1;
}
.testimonials-section .testimonials-wrapper .testimonials-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1.5rem 0 0 0;
  padding: 0;
}
.testimonials-section .testimonials-wrapper .testimonials-item-inner {
  padding: 2.19rem 2.82rem 4.88rem 1.25rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 479px) {
  .testimonials-section .testimonials-wrapper .testimonials-item-inner {
    padding: 2.19rem 2.82rem 3.63rem 1.25rem;
  }
}
@media (min-width: 576px) {
  .testimonials-section .testimonials-wrapper .testimonials-item-inner {
    padding: 3.44rem 2.82rem 3.63rem 2.82rem;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-item-quote h3 {
  font-style: italic;
  color: #FFFFFF;
  text-transform: capitalize;
}
.testimonials-section .testimonials-wrapper .testimonials-item-quote p, .testimonials-section .testimonials-wrapper .testimonials-item-quote h6 {
  display: inline;
}
.testimonials-section .testimonials-wrapper .testimonials-item-quote p {
  color: #FFFFFF;
  font-size: 1rem;
}
.testimonials-section .testimonials-wrapper .testimonials-item-quote h6 {
  font-weight: 400;
  font-style: italic;
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}

.treatment-section {
  background-color: #283894;
  padding: 3.44rem 0;
  text-align: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .treatment-section {
    padding: 6.25rem 0;
  }
}
.treatment-section .section-heading > * {
  color: #FFFFFF;
}
.treatment-section .section-heading > * a {
  color: inherit;
}
.treatment-section .section-heading > * a:hover {
  color: #E62127;
}
.treatment-section .treatment-wrapper {
  margin-bottom: 5.32rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .treatment-section .treatment-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.88rem;
  }
}
.treatment-section .treatment-wrapper .treatment-item {
  margin: var(--section-gutter) 0;
  padding: 0 0;
  width: 370px;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .treatment-section .treatment-wrapper .treatment-item {
    padding: 0 0.94rem;
  }
}
.treatment-section .treatment-wrapper .treatment-item-inner {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  position: relative;
  display: block;
  overflow: hidden;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .treatment-section .treatment-wrapper .treatment-item-inner {
    width: 23.13rem;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .treatment-section .treatment-wrapper .treatment-item-inner {
    width: 18.13rem;
  }
}
.treatment-section .treatment-wrapper .treatment-item-inner:hover .treatment-media::before {
  opacity: 1;
}
.treatment-section .treatment-wrapper .treatment-item-inner:hover .treatment-content {
  position: relative;
  top: 0;
}
.treatment-section .treatment-wrapper .treatment-item .treatment-content {
  position: absolute;
  top: 500%;
  left: 0;
}
.treatment-section .treatment-wrapper .treatment-item .treatment-media {
  position: relative;
  padding-top: 200px;
}
.treatment-section .treatment-wrapper .treatment-item .treatment-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.treatment-section .treatment-wrapper .treatment-item .treatment-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.treatment-section .treatment-wrapper .treatment-item .treatment-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(40, 56, 148, 0.6);
}
.treatment-section .treatment-wrapper .treatment-item .treatment-body {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.63rem;
  transform: translate(0, -50%);
}
.treatment-section .treatment-wrapper .treatment-item .treatment-body h3 {
  margin: 0 0 0.5rem 0;
  color: #FFFFFF;
  text-transform: uppercase;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .treatment-section .treatment-wrapper .treatment-item .treatment-body h3 {
    margin: 0 0 0.19rem 0;
  }
}
.treatment-section .treatment-wrapper .treatment-item .treatment-body p {
  font-size: 0.94rem;
  line-height: 1.34;
  color: #FFFFFF;
  margin: 0 0 0.94rem 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .treatment-section .treatment-wrapper .treatment-item .treatment-body p {
    margin: 0 0 0.38rem 0;
  }
}

.subscribe-section {
  padding: 3.44rem 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .subscribe-section {
    padding: 2.38rem 0;
  }
}
.subscribe-section .subscribe-content {
  text-align: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .subscribe-section .subscribe-content {
    width: 58%;
    text-align: left;
  }
}
.subscribe-section .subscribe-content p {
  margin: 0;
}
.subscribe-section .subscribe-part {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .subscribe-section .subscribe-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
  }
}
.subscribe-section .subscribe-part .gform_wrapper {
  position: relative !important;
  width: 100% !important;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 480px) {
  .subscribe-section .subscribe-part .gform_wrapper {
    width: 20.13rem !important;
  }
}
@media (max-width: 991px) {
  .subscribe-section .subscribe-part .gform_wrapper {
    margin: 1.25rem auto 0 !important;
  }
}
.subscribe-section .subscribe-part .gform_wrapper .gform_validation_errors {
  display: none;
}
.subscribe-section .subscribe-part .gform_wrapper input[type=email] {
  padding-right: 8.13rem;
  color: #E62127;
}
.subscribe-section .subscribe-part .gform_wrapper .gform_footer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.subscribe-section .subscribe-part .gform_wrapper .gform_footer input[type=submit] {
  height: 36px !important;
}

.vision-section {
  position: relative;
  background: #283894;
  overflow: hidden;
  padding: 6.25rem 0 5rem 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .vision-section {
    padding: 5.32rem 0 5.63rem 0;
  }
}
@media (min-width: 1200px) {
  .vision-section {
    padding: 5.63rem 0 3.44rem 0;
  }
}
.vision-section:before, .vision-section:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  pointer-events: none;
}
.vision-section:before {
  background: url("../images/top-left-shape.png");
  top: 0;
  left: 0;
  width: 18.13rem;
  height: 3.13rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 480px) {
  .vision-section:before {
    width: 24.38rem;
    height: 3.75rem;
  }
}
@media (min-width: 992px) {
  .vision-section:before {
    width: 59%;
    height: 5.57rem;
  }
}
.vision-section:after {
  background: url("../images/bottom-right-shape-mobile.png");
  width: 15.82rem;
  height: 7.5rem;
  bottom: 0;
  right: 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 480px) {
  .vision-section:after {
    height: 12.07rem;
  }
}
@media (min-width: 992px) {
  .vision-section:after {
    background: url("../images/bottom-right-shape.png");
    width: 49.94rem;
    height: 31.69rem;
  }
}
.vision-section .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .vision-section .container {
    flex-direction: column-reverse;
  }
}
.vision-section .button {
  padding-top: 0.5rem;
}
.vision-section .button.desktop {
  display: none;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .vision-section .button.desktop {
    display: block;
  }
}
.vision-section .button.mobile {
  display: block;
  padding-top: 2.19rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .vision-section .button.mobile {
    display: none;
  }
}
.vision-section .section-heading {
  margin: 0 0 0 0;
  text-align: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .vision-section .section-heading {
    width: 60%;
    margin: 0 0 0 1.88rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .vision-section .section-heading {
    margin: 0 0 0 3.75rem;
  }
}
.vision-section .section-heading.no-content {
  width: 100%;
}
.vision-section .section-heading h2 {
  color: #FFFFFF;
  margin: 0 0 0.63rem 0;
}
.vision-section .section-heading p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  margin: 0 0 1.38rem 0;
}
.vision-section .section-heading p a {
  color: inherit;
}
.vision-section .section-heading p a:hover {
  color: #E62127;
}
.vision-image {
  position: relative;
  width: 16.25rem;
  padding-top: 11.57rem;
  box-shadow: 0 0.19rem 0.38rem rgba(29, 29, 29, 0.16);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
.vision-image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.vision-image picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
@media (min-width: 768px) {
  .vision-image {
    width: 20.5rem;
    padding-top: 20.5rem;
  }
}
@media (max-width: 991px) {
  .vision-image {
    margin-top: 2.19rem;
  }
}
.vision-image img {
  object-position: top;
  border-radius: 0.32rem;
}

.appointment-section {
  padding: 3.44rem 0;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  text-align: center;
}
@media (min-width: 992px) {
  .appointment-section {
    padding: var(--section-spacing) 0;
  }
}
.appointment-section .section-heading {
  margin: 0;
}
.appointment-section .section-heading h2 {
  margin: 0 0 1.13rem 0;
}

.acf-accordion-block.has-two-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 calc(-1 * var(--section-gutter));
}
.acf-accordion-block.has-two-column .acf-accordion-item {
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .acf-accordion-block.has-two-column .acf-accordion-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .acf-accordion-block.has-two-column .acf-accordion-item {
    width: 50%;
  }
}

.acf-team-block {
  text-align: center;
}
.acf-team-block .slick-slider {
  padding: 0 1.88rem;
}
.acf-team-block .acf-team-item {
  padding: 0.63rem 0.94rem;
}
.acf-team-block .acf-team-item-inner.has-circle .acf-team-media {
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.acf-team-block .acf-team-item-inner.has-circle .acf-team-media::before {
  border-radius: 100%;
}
.acf-team-block .acf-team-item-inner .acf-team-media {
  display: block;
  position: relative;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  padding-top: 112.5%;
  margin-bottom: 0.94rem;
}
.acf-team-block .acf-team-item-inner .acf-team-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.acf-team-block .acf-team-item-inner .acf-team-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.acf-team-block .acf-team-item-inner .acf-team-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.acf-team-block .acf-team-item-inner .acf-team-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  flex-direction: column;
  padding: var(--section-gutter);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.acf-team-block .acf-team-item-inner .acf-team-hover .btn-link {
  color: #FFFFFF;
}
.acf-team-block .acf-team-item-inner .acf-team-name {
  font-size: 1.25rem;
  margin-bottom: 0.63rem;
}
.acf-team-block .acf-team-item-inner .acf-team-post {
  font-weight: 700;
  color: #E62127;
}
.acf-team-block .acf-team-item-inner:hover .acf-team-media::before {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.acf-team-block .acf-team-item-inner:hover .acf-team-hover {
  visibility: visible;
  opacity: 1;
}

.acf-video {
  /** Acf video grid block */
  /** Acf video scroll block */
  /** Acf video slider block */
}
.acf-video-grid .video-body, .acf-video-scroll .video-body, .acf-video-slider .video-body {
  display: none;
}
.acf-video-grid-listing {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: var(--section-gutter);
  grid-row-gap: var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .acf-video-grid-listing {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .acf-video-grid-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
.acf-video-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-video-grid-item-child:last-child() {
  margin-top: var(--section-gutter);
}
.acf-video-grid-item.has-child-item {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: var(--section-gutter);
  grid-row-gap: var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .acf-video-grid-item.has-child-item {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) {
  .acf-video-grid-item.has-child-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.acf-video-scroll-listing {
  display: flex;
  justify-content: center;
}
.acf-video-scroll-item {
  min-width: 18.13rem;
  max-width: 18.13rem;
  padding: 0.63rem;
}
.acf-video-slider-for {
  margin: 0 auto;
  padding: 0 1.88rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .acf-video-slider-for {
    max-width: 32.5rem;
    margin: 0 auto 1.25rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .acf-video-slider-for {
    max-width: 40rem;
  }
}
.acf-video-slider-nav {
  padding: 0 1.88rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .acf-video-slider-nav {
    display: none;
  }
}
.acf-video-slider-nav .slick-track {
  padding: 1.88rem 0;
}
.acf-video-slider-nav .slider-item {
  transition: 0.4s all;
}
.acf-video-slider-nav .slider-item.slick-current {
  z-index: 2;
  transform: scale(1.3);
}
.acf-video-slider-nav .slider-item .video-block {
  pointer-events: none;
}
.acf-video-slider-nav .slider-item .video-block .icon-play-circle {
  display: none;
}

.acf-gallery-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(-1 * var(--section-gutter));
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .acf-gallery-listing {
    margin: calc(-1 * var(--section-gutter) / 1.5);
  }
}
.acf-gallery-listing.three-column .acf-gallery-item {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .acf-gallery-listing.three-column .acf-gallery-item {
    width: 33.33%;
  }
}
.acf-gallery-listing.three-column .acf-gallery-image {
  padding-top: 62.5%;
}
.acf-gallery-listing .acf-gallery-item {
  margin: var(--section-gutter) 0;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .acf-gallery-listing .acf-gallery-item {
    width: 50%;
    margin: calc(var(--section-gutter) / 1.5) 0;
    padding: 0 calc(var(--section-gutter) / 1.5);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acf-gallery-listing .acf-gallery-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .acf-gallery-listing .acf-gallery-item {
    width: 25%;
  }
}
.acf-gallery-listing .acf-gallery-image {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.32rem;
}
.acf-gallery-listing .acf-gallery-image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.acf-gallery-listing .acf-gallery-image picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.acf-gallery-listing .acf-gallery-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.2);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.acf-gallery-listing .acf-gallery-image .gallery-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 1.88rem;
  text-align: center;
  transform: translate(0, -50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}
.acf-gallery-listing .acf-gallery-image:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.acf-gallery-listing .acf-gallery-image:hover .gallery-icon {
  visibility: visible;
  opacity: 1;
}

.acf-workshop-about {
  padding: var(--section-spacing) 0;
  text-align: center;
}
.acf-workshop-info p {
  font-weight: 500;
  font-size: 1.13rem;
}
.acf-workshop-info p [class*=icon] {
  display: inline-block;
  margin-right: 0.63rem;
  color: #283894;
  vertical-align: middle;
}

.acf-testimonial-block {
  position: relative;
  /** ACF testimonial two-column */
  /** ACF testimonial one-column */
}
.acf-testimonial-block.twocolumn {
  padding: var(--section-spacing) 0;
  background-color: #E62127;
  text-align: center;
}
.acf-testimonial-block.twocolumn h2 {
  color: #FFFFFF;
}
.acf-testimonial-block.twocolumn .acf-testimonial-slider .acf-testimonial-item {
  height: auto;
  padding-top: var(--section-gutter);
}
.acf-testimonial-block.twocolumn .acf-testimonial-slider .acf-testimonial-item-inner {
  height: 100%;
  padding: calc(var(--section-gutter) * 2);
  background-color: #FFFFFF;
  border-radius: 0.32rem;
}
.acf-testimonial-block.twocolumn .acf-testimonial-slider .acf-testimonial-body {
  width: 100%;
  padding: 0;
}
.acf-testimonial-block.onecolumn.has-bg-media {
  padding: var(--section-spacing) 0;
}
.acf-testimonial-block.onecolumn.has-bg-media h2,
.acf-testimonial-block.onecolumn.has-bg-media h6,
.acf-testimonial-block.onecolumn.has-bg-media p {
  color: #FFFFFF;
}
.acf-testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.acf-testimonial-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.acf-testimonial-wrapper {
  position: relative;
  z-index: 1;
}
.container .acf-testimonial-wrapper {
  padding: 0 0.94rem;
}
.acf-testimonial-wrapper h2 {
  text-align: center;
  text-transform: capitalize;
}
.acf-testimonial-wrapper .acf-testimonial-slider {
  padding: 0 1.88rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-testimonial-wrapper .acf-testimonial-slider {
    padding: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-testimonial-wrapper .acf-testimonial-slider {
    padding: 0;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-testimonial-wrapper .acf-testimonial-slider .slick-arrow.slick-next {
    right: -0.93rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-testimonial-wrapper .acf-testimonial-slider .slick-arrow.slick-next {
    right: -0.93rem;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-testimonial-wrapper .acf-testimonial-slider .slick-arrow.slick-prev {
    left: -0.93rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-testimonial-wrapper .acf-testimonial-slider .slick-arrow.slick-prev {
    left: -0.93rem;
  }
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-item {
  --testimonial-media: 200px;
  padding: 0 0.94rem;
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-item-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-item-inner h6 {
  margin-bottom: 0;
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-item-inner .quote-icon {
  position: absolute;
  top: calc(-1 * var(--section-gutter));
  left: calc(-1 * var(--section-gutter));
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-item-inner .quote-icon svg {
  width: 60px;
  height: 60px;
  fill: #283894;
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-item-inner .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--section-gutter);
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-item-inner .stars i {
  display: inline-block;
  margin: 0 0.19rem;
  color: #283894;
  font-size: 1.38rem;
  line-height: 1;
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-media {
  width: var(--testimonial-media);
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-media {
    margin: 0 auto var(--section-gutter);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-media {
    margin: 0 auto var(--section-gutter);
  }
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-media img {
  border-radius: 0.32rem;
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-body:not(.full-width) {
  width: calc(100% - var(--testimonial-media));
  padding-left: calc(var(--section-gutter) * 2);
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-body:not(.full-width) {
    width: calc(100% - var(--testimonial-media) + var(--testimonial-media));
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-body:not(.full-width) {
    width: calc(100% - var(--testimonial-media) + var(--testimonial-media));
    padding: 0;
    text-align: center;
  }
}
.acf-testimonial-wrapper .acf-testimonial-slider .acf-testimonial-body.full-width {
  width: 100%;
  text-align: center;
}
.acf-testimonial-button {
  margin-top: calc(var(--section-gutter) * 2);
  text-align: center;
}
.acf-testimonial-button .btn, .acf-testimonial-button .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .acf-testimonial-button .wp-block-button__link,
.acf-testimonial-button .appointment-button .wp-block-button__link,
.appointment-button .acf-testimonial-button .wp-block-button__link {
  border-color: #FFFFFF;
}
.acf-testimonial-button .btn:hover, .acf-testimonial-button .wp-block-button:not(.appointment-button) .wp-block-button__link:hover, .wp-block-button:not(.appointment-button) .acf-testimonial-button .wp-block-button__link:hover,
.acf-testimonial-button .appointment-button .wp-block-button__link:hover,
.appointment-button .acf-testimonial-button .wp-block-button__link:hover {
  background-color: #283894;
  border-color: #283894;
}

#ppi-form table tr {
  border: 1px dashed #CCCCCC;
}
#ppi-form table td,
#ppi-form table th {
  padding: 0.32rem;
  word-break: normal;
  border: 1px dotted #CCCCCC;
}
@media (max-width: 720px) and (orientation: portrait) {
  #ppi-form table td,
#ppi-form table th {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
  }
  #ppi-form table td + td,
#ppi-form table td + th,
#ppi-form table th + td,
#ppi-form table th + th {
    border-top: 1px dotted #CCCCCC;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  #ppi-form table td,
#ppi-form table th {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
  }
  #ppi-form table td + td,
#ppi-form table td + th,
#ppi-form table th + td,
#ppi-form table th + th {
    border-top: 1px dotted #CCCCCC;
  }
}
#ppi-form table .ppi-td-field .ppi-field-container + .ppi-field-container {
  margin-left: 0.32rem;
}
#ppi-form table .ppi-td-field .ppi-fieldrequired-container {
  margin-left: 0.32rem;
}
#ppi-form #ppi-button-container {
  padding: var(--section-gutter) 0;
  text-align: left;
}
#ppi-form legend {
  font-weight: 700;
  font-size: 1.25rem;
}
#ppi-form fieldset + fieldset {
  margin-top: var(--section-gutter);
}

.acf-cta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(-1 * var(--section-gutter));
  text-align: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .acf-cta-list {
    margin: 0 calc(-1 * var(--section-gutter) / 2);
  }
}
.acf-cta-list .acf-cta-item {
  margin: var(--section-gutter) 0;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .acf-cta-list .acf-cta-item {
    width: 50%;
    margin: calc(var(--section-gutter) / 2) 0;
    padding: 0 calc(var(--section-gutter) / 2);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .acf-cta-list .acf-cta-item {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .acf-cta-list .acf-cta-item {
    width: 25%;
  }
}
.acf-cta-list .acf-cta-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding: 0.94rem 0.32rem;
  color: #283894;
  background-color: #FFFFFF;
  border-radius: 1.57rem;
}
.acf-cta-list .acf-cta-item-inner .acf-cta-icon {
  width: 90px;
  height: 90px;
  margin: 0.32rem auto;
  padding: 0.94rem;
  background-color: #FFFFFF;
  border-radius: 0.32rem;
}
.acf-cta-list .acf-cta-item-inner .acf-cta-icon svg {
  width: auto;
  max-width: 100%;
  height: 100%;
  fill: currentColor;
}
.acf-cta-list .acf-cta-item-inner .acf-cta-title {
  order: -1;
  margin: 0.32rem 0;
  color: currentColor;
  font-size: 1rem;
}
.acf-cta-list.acf-cta-icontitle .acf-cta-item {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .acf-cta-list.acf-cta-icontitle .acf-cta-item {
    width: 20%;
  }
}
.acf-cta-list.acf-cta-icontitle .acf-cta-item-inner {
  background-color: transparent;
}
.acf-cta-list.acf-cta-icontitle .acf-cta-item-inner .acf-cta-title {
  order: 1;
}

.acf-sourcelink-block {
  padding: var(--section-gutter);
  background-color: #F8F8F8;
}
.acf-sourcelink-block h6 {
  font-size: 1.13rem;
}
.acf-sourcelink-block a {
  font-weight: 400;
}
.custom-bullet .acf-sourcelink-list {
  margin: 0;
}

.patient-form-listing {
  display: flex;
  flex-wrap: wrap;
  padding: var(--section-gutter) 0;
}
.patient-form-item {
  margin: var(--section-gutter) 0;
  padding: 0 var(--section-gutter);
}
.patient-form-item .form-image {
  position: relative;
  display: inline-block;
  margin: 0 auto var(--section-gutter);
}
.patient-form-item .form-image .form-number {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  text-align: center;
  background-color: #283894;
  border-radius: 100%;
}
.patient-form-item .form-content h3 {
  font-size: 1.38rem;
}

/** Custom ul li bullets design */
.custom-bullet ul {
  margin: 0 0 var(--section-gutter);
  padding: 0;
}
.custom-bullet ul li {
  position: relative;
  padding-left: 2.19rem;
  list-style: none;
}
.custom-bullet ul li::before {
  position: absolute;
  top: 0.32rem;
  left: 0;
  border-radius: 100%;
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "j";
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-bullet ol {
  margin: 0 0 var(--section-gutter);
  padding: 0;
  counter-reset: ordered;
}
.custom-bullet ol li {
  position: relative;
  padding-left: 2.19rem;
  list-style: none;
}
.custom-bullet ol li::before {
  position: absolute;
  top: 0.32rem;
  left: 0;
  border-radius: 100%;
  color: #FFFFFF;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acf-goal-listing {
  max-width: 43.75rem;
  margin: 0 auto;
}
.acf-goal-listing .acf-goal-item {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  margin: 0 0 2.19rem;
  padding: var(--section-gutter);
}
.acf-goal-listing .acf-goal-item:last-child {
  margin-bottom: 0;
}
.acf-goal-listing .acf-goal-item.has-icon {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 70px 1fr;
}
.acf-goal-listing .acf-goal-item svg {
  fill: #1D1D1D;
  width: 100%;
  height: auto;
}
.acf-goal-listing .acf-goal-item svg path {
  fill: inherit;
}

.acf-service-icon-block .acf-service-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--section-gutter);
  text-align: center;
}
.acf-service-icon-block .acf-service-listing .acf-service-item {
  margin: var(--section-gutter) 0;
  padding: 0 var(--section-gutter);
}
.acf-service-icon-block .acf-service-listing .acf-service-item-inner {
  display: block;
}
.acf-service-icon-block .acf-service-listing .acf-service-item-inner:hover .acf-service-icon {
  background-color: #283894;
}
.acf-service-icon-block .acf-service-listing .acf-service-item-inner:hover .acf-service-icon svg {
  fill: #FFFFFF;
}
.acf-service-icon-block .acf-service-listing .acf-service-item-inner:hover h4 {
  color: #E62127;
}
.acf-service-icon-block .acf-service-listing .acf-service-item h4 {
  margin: 0;
  font-size: 1.13rem;
  text-transform: uppercase;
  transition: 0.4s all;
}
.acf-service-icon-block .acf-service-listing .acf-service-icon {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--section-gutter);
  background: #E62127;
  border-radius: 100%;
  transition: 0.4s all;
}
.acf-service-icon-block .acf-service-listing .acf-service-icon svg {
  max-height: 60%;
  fill: #FFFFFF;
  transition: 0.4s all;
}
.acf-service-icon-block .acf-service-listing .acf-service-icon svg path {
  fill: inherit;
}

.acf-service-img-block .acf-service-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(-1 * var(--section-gutter));
}
.acf-service-img-block .acf-service-item {
  margin: var(--section-gutter) 0;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .acf-service-img-block .acf-service-item {
    width: 100%;
    max-width: 18.13rem;
    margin: var(--section-gutter) auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .acf-service-img-block .acf-service-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acf-service-img-block .acf-service-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .acf-service-img-block .acf-service-item {
    width: 25%;
  }
}
.acf-service-img-block .acf-service-inner {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  position: relative;
  display: block;
  overflow: hidden;
}
.acf-service-img-block .acf-service-inner:hover .acf-service-media::before {
  background-color: rgba(29, 29, 29, 0.6);
}
.acf-service-img-block .acf-service-media {
  position: relative;
  padding-top: 100%;
}
.acf-service-img-block .acf-service-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.acf-service-img-block .acf-service-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.acf-service-img-block .acf-service-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.acf-service-img-block .acf-service-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0.63rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-service-img-block .acf-service-body h3 {
  width: 100%;
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}

.acf-blog-block .acf-blog-listing {
  max-width: 28.13rem;
  margin: 0 auto;
  padding: 0 var(--section-gutter);
}
.acf-blog-block .acf-blog-listing .acf-blog-item {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  overflow: hidden;
  border-radius: 1.57rem;
}
.acf-blog-block .acf-blog-listing .acf-blog-media {
  position: relative;
}
.acf-blog-block .acf-blog-listing .acf-blog-media a {
  position: relative;
  display: block;
  padding-top: 65.5555555556%;
}
.acf-blog-block .acf-blog-listing .acf-blog-media a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.acf-blog-block .acf-blog-listing .acf-blog-date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.63rem 0.94rem;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #E62127;
  border-top-right-radius: 1.57rem;
}
.acf-blog-block .acf-blog-listing .acf-blog-body {
  padding: var(--section-gutter);
  text-align: center;
  background-color: #FFFFFF;
}
.acf-blog-block .acf-blog-listing .acf-blog-body .h5 {
  display: block;
}

.accordion-wrapper,
.acf-accordion-block {
  position: relative;
}
.accordion-wrapper .accordion-item:not(:last-child),
.acf-accordion-block .accordion-item:not(:last-child) {
  margin-bottom: var(--section-gutter);
}
.accordion-wrapper .accordion-item.active .accordion-icon:before,
.acf-accordion-block .accordion-item.active .accordion-icon:before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "Q";
}
.accordion-wrapper .accordion-item-inner,
.acf-accordion-block .accordion-item-inner {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
}
.accordion-wrapper .accordion-item .accordion-title,
.acf-accordion-block .accordion-item .accordion-title {
  position: relative;
  padding: 0.94rem 3.13rem 0.94rem 0.94rem;
  background-color: #1D1D1D;
}
@media (max-width: 720px) and (orientation: portrait) {
  .accordion-wrapper .accordion-item .accordion-title,
.acf-accordion-block .accordion-item .accordion-title {
    padding-right: 3.13rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .accordion-wrapper .accordion-item .accordion-title,
.acf-accordion-block .accordion-item .accordion-title {
    padding-right: 3.13rem;
  }
}
.accordion-wrapper .accordion-item .accordion-title h6,
.acf-accordion-block .accordion-item .accordion-title h6 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.4s all;
}
.accordion-wrapper .accordion-item .accordion-icon,
.acf-accordion-block .accordion-item .accordion-icon {
  position: absolute;
  top: 50%;
  right: var(--section-gutter);
  transform: translate(0, -50%);
  line-height: 1;
}
.accordion-wrapper .accordion-item .accordion-icon:before,
.acf-accordion-block .accordion-item .accordion-icon:before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "N";
  color: #FFFFFF;
  font-size: 1.57rem;
  transition: 0.4s all;
}
.accordion-wrapper .accordion-item .accordion-content,
.acf-accordion-block .accordion-item .accordion-content {
  display: none;
  padding: var(--section-gutter);
  background-color: #FFFFFF;
}

/** .acf-posts-block class is for ACF Recent Blog Category found on the assets/src/scss/blocks/_block-recent-blog-cat.scss file. */
.acf-posts-block .post,
.posts .post {
  /** Post listing page style */
  /** Post details page style */
}
.acf-posts-block .post-listing,
.posts .post-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.acf-posts-block .post-item,
.posts .post-item {
  padding: 0 var(--section-gutter);
  margin-bottom: 1.88rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .acf-posts-block .post-item,
.posts .post-item {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .acf-posts-block .post-item,
.posts .post-item {
    width: 50%;
  }
}
.acf-posts-block .post-item-inner,
.posts .post-item-inner {
  position: relative;
  height: 100%;
  border: 1px solid #F8F8F8;
}
.acf-posts-block .post-item-inner h2,
.posts .post-item-inner h2 {
  margin-bottom: 0;
  font-size: 1.38rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-posts-block .post-item-inner h2,
.posts .post-item-inner h2 {
    font-size: 1.13rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-posts-block .post-item-inner h2,
.posts .post-item-inner h2 {
    font-size: 1.13rem;
  }
}
.acf-posts-block .post-item-inner h2 + p,
.posts .post-item-inner h2 + p {
  margin-top: 0.94rem;
}
.acf-posts-block .post-item-inner .post-media,
.posts .post-item-inner .post-media {
  position: relative;
}
.acf-posts-block .post-item-inner .post-media-image,
.posts .post-item-inner .post-media-image {
  display: block;
  padding-top: 67%;
  position: relative;
}
.acf-posts-block .post-item-inner .post-media-image picture,
.posts .post-item-inner .post-media-image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.acf-posts-block .post-item-inner .post-media-image picture img,
.posts .post-item-inner .post-media-image picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.acf-posts-block .post-item-inner .post-body,
.posts .post-item-inner .post-body {
  padding: var(--section-gutter);
}
.acf-posts-block .post-item-inner .post-action,
.posts .post-item-inner .post-action {
  position: absolute;
  right: var(--section-gutter);
  bottom: 0;
}
.acf-posts-block .post-item-inner .post-meta,
.posts .post-item-inner .post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.63rem;
}
.acf-posts-block .post-item-inner .post-meta .meta-label,
.posts .post-item-inner .post-meta .meta-label {
  display: flex;
  margin: 0.32rem 0;
  color: #737373;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
}
.acf-posts-block .post-item-inner .post-meta .meta-label.meta-date,
.posts .post-item-inner .post-meta .meta-label.meta-date {
  width: 9.38rem;
}
.acf-posts-block .post-item-inner .post-meta .meta-icon,
.posts .post-item-inner .post-meta .meta-icon {
  margin-right: 0.32rem;
  fill: #283894;
  width: 1rem;
  height: 1rem;
}
.acf-posts-block .post-item-inner .post-meta .meta-text,
.posts .post-item-inner .post-meta .meta-text {
  display: block;
  flex: 1 0 0;
}
.acf-posts-block .post-details .post-asset,
.posts .post-details .post-asset {
  position: relative;
  margin-bottom: 1.25rem;
}
.acf-posts-block .post-details .post-asset .post-meta,
.posts .post-details .post-asset .post-meta {
  display: flex;
  flex-wrap: wrap;
}
.acf-posts-block .post-details .post-asset .post-meta .meta-label,
.posts .post-details .post-asset .post-meta .meta-label {
  margin-right: 0.63rem;
  margin-bottom: 0.63rem;
  padding: 0.32rem 0.63rem;
  color: #FFFFFF;
  background-color: #283894;
}
.acf-posts-block .post-details .post-asset .post-meta .meta-cat,
.posts .post-details .post-asset .post-meta .meta-cat {
  margin-right: 0;
  background-color: #1D1D1D;
}
.acf-posts-block .post-details .post-asset .post-meta .meta-icon,
.posts .post-details .post-asset .post-meta .meta-icon {
  display: inline-block;
  margin-right: 0.32rem;
  vertical-align: middle;
  fill: #FFFFFF;
  width: 1rem;
  height: 1rem;
}
.acf-posts-block .post-details .post-asset .post-meta.has-thumb,
.posts .post-details .post-asset .post-meta.has-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0.63rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-posts-block .post-details .post-asset .post-meta.has-thumb,
.posts .post-details .post-asset .post-meta.has-thumb {
    position: static;
    margin: 0;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-posts-block .post-details .post-asset .post-meta.has-thumb,
.posts .post-details .post-asset .post-meta.has-thumb {
    position: static;
    margin: 0;
  }
}
.acf-posts-block .post-details .post-footer,
.posts .post-details .post-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.63rem;
  background-color: rgba(40, 56, 148, 0.2);
  border-radius: 0.32rem;
  /** Share this on single details style */
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-posts-block .post-details .post-footer,
.posts .post-details .post-footer {
    justify-content: center;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-posts-block .post-details .post-footer,
.posts .post-details .post-footer {
    justify-content: center;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox,
.acf-posts-block .post-details .post-footer .blog-meta,
.posts .post-details .post-footer .addthis_inline_share_toolbox,
.posts .post-details .post-footer .blog-meta {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox,
.acf-posts-block .post-details .post-footer .blog-meta,
.posts .post-details .post-footer .addthis_inline_share_toolbox,
.posts .post-details .post-footer .blog-meta {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .acf-posts-block .post-details .post-footer .post-meta,
.posts .post-details .post-footer .post-meta {
    margin-bottom: var(--section-gutter);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .acf-posts-block .post-details .post-footer .post-meta,
.posts .post-details .post-footer .post-meta {
    margin-bottom: var(--section-gutter);
  }
}
.acf-posts-block .post-details .post-footer .post-meta .meta-icon,
.posts .post-details .post-footer .post-meta .meta-icon {
  display: inline-block;
  margin-right: 0.32rem;
  line-height: 1;
  vertical-align: middle;
}
.acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox,
.posts .post-details .post-footer .addthis_inline_share_toolbox {
  display: flex;
  align-items: center;
  color: #737373;
}
.acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements,
.posts .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements {
  text-align: right;
}
.acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn,
.posts .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
  margin: 0 0 0 0.32rem;
}
.acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper,
.posts .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
  line-height: 1 !important;
}
.acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper svg,
.posts .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
  width: 100% !important;
  height: 100% !important;
}
.acf-posts-block .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-label,
.posts .post-details .post-footer .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-label {
  display: none;
}

/** Team listing page styles */
.teams .team {
  /** Team filter styles */
  /** Team listing page styles */
  /** Team single page styles */
}
.teams .team-cat-filter .btn.active::before, .teams .team-cat-filter .wp-block-button:not(.appointment-button) .active.wp-block-button__link::before, .wp-block-button:not(.appointment-button) .teams .team-cat-filter .active.wp-block-button__link::before,
.teams .team-cat-filter .appointment-button .active.wp-block-button__link::before,
.appointment-button .teams .team-cat-filter .active.wp-block-button__link::before, .teams .team-loc-filter .btn.active::before, .teams .team-loc-filter .wp-block-button:not(.appointment-button) .active.wp-block-button__link::before, .wp-block-button:not(.appointment-button) .teams .team-loc-filter .active.wp-block-button__link::before,
.teams .team-loc-filter .appointment-button .active.wp-block-button__link::before,
.appointment-button .teams .team-loc-filter .active.wp-block-button__link::before {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-color: transparent;
  border-style: solid;
  border-width: 0.94rem 0.94rem 0;
  border-top-color: #283894;
  transition: 0.4s all;
  content: "";
  pointer-events: none;
}
.teams .team-wrapper {
  position: relative;
  text-align: center;
}
.teams .team-wrapper.has-circle {
  /** Team listing with circle layout */
}
.teams .team-wrapper.has-circle .team-item-inner {
  background-color: transparent;
}
.teams .team-wrapper.has-circle .team-item-inner .team-media {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
}
.teams .team-wrapper.has-circle .team-item-inner .team-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.teams .team-wrapper.has-circle .team-item-inner .team-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.teams .team-wrapper.has-circle .team-item-inner .team-media::before {
  border-radius: 50%;
}
.teams .team-wrapper.has-circle .team-item-inner .team-body {
  background-color: #FFFFFF;
}
.teams .team-cat-title {
  width: 100%;
  margin: 0;
}
.teams .team-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(-1 * var(--section-gutter));
}
.teams .team-listing:not(:last-child) {
  margin-bottom: 1.88rem;
}
.teams .team-item {
  width: 100%;
  margin-top: 1.88rem;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .teams .team-item {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .teams .team-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .teams .team-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .teams .team-item {
    width: 25%;
  }
}
.teams .team-item-inner {
  height: 100%;
  background-color: #F8F8F8;
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
}
.teams .team-item .team-media {
  position: relative;
  display: block;
  padding-top: 112.5%;
  overflow: hidden;
  border-radius: 0.32rem;
}
.teams .team-item .team-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.teams .team-item .team-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.teams .team-item .team-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.teams .team-item .team-media:hover::before {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.teams .team-item .team-media:hover .team-hover {
  visibility: visible;
  opacity: 1;
}
.teams .team-item .team-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  flex-direction: column;
  padding: var(--section-gutter);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all;
}
.teams .team-item .team-hover .btn-link {
  color: #FFFFFF;
}
.teams .team-item .team-body {
  z-index: 1;
  padding: var(--section-gutter);
}
.teams .team-item .team-name {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.teams .team-item .team-post {
  color: #E62127;
  font-weight: 700;
}
.teams .team-single .team-bios {
  width: 100%;
}
.teams .team-single .team-media {
  margin-bottom: 3.75rem;
  padding: 1.88rem 0;
}
.teams .team-single .team-media.has-circle .team-media-thumb {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.teams .team-single .team-media.has-circle .team-media-thumb picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.teams .team-single .team-media.has-circle .team-media-thumb picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.teams .team-single .team-media.has-circle picture img {
  border-radius: 50%;
}
.teams .team-single .team-media picture img {
  max-width: 100% !important;
  border: 0.63rem solid #FFFFFF;
}
.teams .team-single .team-media-inner {
  display: inline-block;
  width: 18.13rem;
  margin-bottom: -3.75rem;
}
.teams .team-single .team-media-thumb {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  background-color: #FFFFFF;
}
.teams .team-single .team-content h2 {
  margin: 0;
}
.teams .team-single .team-content h3 {
  color: #283894;
  font-weight: 400;
  font-size: 1.25rem;
}

.videos .video-library-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.videos .video-library-listing.video-count-odd .video-single:not(:last-child) {
  margin-bottom: 1.88rem;
}
.videos .video-library-listing.video-count-even .video-single {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .videos .video-library-listing.video-count-even .video-single:not(:last-child) {
    margin-bottom: 1.88rem;
  }
}
@media (min-width: 576px) {
  .videos .video-library-listing.video-count-even .video-single:not(:nth-last-child(-n+2)) {
    margin-bottom: 1.88rem;
  }
}
.videos .video-library-listing .video-single {
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 576px) {
  .videos .video-library-listing .video-single {
    width: 50%;
  }
}
.videos .video-library-button {
  margin-top: 1.88rem;
  text-align: center;
  position: relative;
}
.videos .video-library-button .ajax-loader::after {
  top: -1.25rem;
}
.videos .video-has-overlay .video-single {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .videos .video-has-overlay .video-single {
    width: 33.33%;
  }
}

/** Video widget default styles */
.video-widget {
  width: 100%;
  /** Overlay with gradient */
}
.video-widget .video-block {
  position: relative;
}
.video-widget .video-media {
  position: relative;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  padding-top: 60%;
}
.video-widget .video-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.video-widget .video-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.video-widget .video-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.2);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.video-widget .video-media:hover::before {
  opacity: 1;
}
.video-widget .video-media svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  fill: #283894;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.video-widget .video-body {
  margin-top: var(--section-gutter);
}
.video-widget .video-body h2 {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.13rem;
  text-transform: uppercase;
}
.video-has-overlay .video-widget .video-media {
  position: relative;
  margin-bottom: 0;
  padding-top: 67%;
  box-shadow: none;
}
.video-has-overlay .video-widget .video-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.video-has-overlay .video-widget .video-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.video-has-overlay .video-widget .video-media::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 29, 0.6);
  content: "";
  pointer-events: none;
}
.video-has-overlay .video-widget .video-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: var(--section-gutter);
  pointer-events: none;
}
.video-has-overlay .video-widget .video-body h2 {
  color: #FFFFFF;
}

/** New sidebar style */
.body-wrapper {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .body-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
}

.body-content {
  width: 100%;
}
.body-content.has-sidebar {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .body-content.has-sidebar {
    margin-bottom: 1.88rem;
  }
}
@media (min-width: 992px) {
  .body-content.has-sidebar {
    width: calc(100% - 20rem);
  }
}

.body-sidebar {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 992px) {
  .body-sidebar {
    width: 20rem;
    padding-left: 1.88rem;
  }
}
.body-sidebar #body-sidebar-inner.is-sticky {
  position: sticky;
  top: 9.38rem;
}
.body-sidebar li,
.body-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.body-sidebar .widget {
  overflow: hidden;
  border-radius: 0.32rem;
}
.body-sidebar .widget:not(:last-child) {
  margin-bottom: 1.88rem;
}
.body-sidebar .widget-title {
  position: relative;
  margin-bottom: 0;
  padding: var(--section-gutter);
  color: #FFFFFF;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #E62127;
  pointer-events: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .body-sidebar .widget-title {
    pointer-events: all;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .body-sidebar .widget-title {
    pointer-events: all;
  }
}
@media (max-width: 720px) and (orientation: portrait) {
  .body-sidebar .widget-title.active .icon-chevron-down {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .body-sidebar .widget-title.active .icon-chevron-down {
    transform: rotate(180deg);
  }
}
.body-sidebar .widget-title .icon-chevron-down {
  width: 16px;
  height: 16px;
  height: 0.82rem;
  position: absolute;
  top: 50%;
  right: var(--section-gutter);
  transform: translate(0, -50%);
  line-height: 1;
  transition: 0.4s all;
  display: none;
}
@media (max-width: 720px) and (orientation: portrait) {
  .body-sidebar .widget-title .icon-chevron-down {
    display: block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .body-sidebar .widget-title .icon-chevron-down {
    display: block;
  }
}
.body-sidebar .widget-body {
  padding: var(--section-gutter);
  background-color: #F8F8F8;
}
@media (max-width: 720px) and (orientation: portrait) {
  .body-sidebar .widget-body {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .body-sidebar .widget-body {
    display: none;
  }
}

.wp-search,
.wp-widget {
  /** Post search widget style */
  /** Recent post widget style */
  /** Post categories widget style */
}
.wp-search-block .search-form, .wp-search-post-search .search-form,
.wp-widget-block .search-form,
.wp-widget-post-search .search-form {
  position: relative;
  overflow: hidden;
  border: 2px solid #F8F8F8;
  border-radius: 0.32rem;
}
.wp-search-block input[type=search],
.wp-search-block input[type=submit], .wp-search-post-search input[type=search],
.wp-search-post-search input[type=submit],
.wp-widget-block input[type=search],
.wp-widget-block input[type=submit],
.wp-widget-post-search input[type=search],
.wp-widget-post-search input[type=submit] {
  height: 2.75rem;
}
.wp-search-block input[type=search], .wp-search-post-search input[type=search],
.wp-widget-block input[type=search],
.wp-widget-post-search input[type=search] {
  padding-right: 6.25rem;
}
.wp-search-block input[type=submit], .wp-search-post-search input[type=submit],
.wp-widget-block input[type=submit],
.wp-widget-post-search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  background-color: #283894;
  border-color: #283894;
  border-radius: 0.32rem;
}
.wp-search-block input[type=submit]:focus, .wp-search-block input[type=submit]:hover, .wp-search-post-search input[type=submit]:focus, .wp-search-post-search input[type=submit]:hover,
.wp-widget-block input[type=submit]:focus,
.wp-widget-block input[type=submit]:hover,
.wp-widget-post-search input[type=submit]:focus,
.wp-widget-post-search input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}
.wp-search-recent-post .wp-block-latest-post-item,
.wp-widget-recent-post .wp-block-latest-post-item {
  display: flex;
}
.wp-search-recent-post .wp-block-latest-post-item:not(:last-child),
.wp-widget-recent-post .wp-block-latest-post-item:not(:last-child) {
  margin-bottom: 1.88rem;
}
.wp-search-recent-post .wp-block-latest-post-item h3,
.wp-widget-recent-post .wp-block-latest-post-item h3 {
  margin-bottom: 0;
  font-size: 1rem;
}
.wp-search-recent-post .wp-block-latest-post-thumb,
.wp-widget-recent-post .wp-block-latest-post-thumb {
  width: 5.63rem;
  padding-right: var(--section-gutter);
}
.wp-search-recent-post .wp-block-latest-post-thumb .has-thumb,
.wp-widget-recent-post .wp-block-latest-post-thumb .has-thumb {
  position: relative;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  display: block;
  padding-top: 100%;
}
.wp-search-recent-post .wp-block-latest-post-thumb .has-thumb picture,
.wp-widget-recent-post .wp-block-latest-post-thumb .has-thumb picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.wp-search-recent-post .wp-block-latest-post-thumb .has-thumb picture img,
.wp-widget-recent-post .wp-block-latest-post-thumb .has-thumb picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.wp-search-recent-post .wp-block-latest-post-thumb .has-thumb::before,
.wp-widget-recent-post .wp-block-latest-post-thumb .has-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.2);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.wp-search-recent-post .wp-block-latest-post-thumb .has-thumb:hover::before,
.wp-widget-recent-post .wp-block-latest-post-thumb .has-thumb:hover::before {
  opacity: 1;
}
.wp-search-recent-post .wp-block-latest-post-data,
.wp-widget-recent-post .wp-block-latest-post-data {
  flex: 1 0 0;
}
.wp-search-categories .cat-item,
.wp-widget-categories .cat-item {
  position: relative;
  padding-left: 1.57rem;
}
.wp-search-categories .cat-item:not(:last-child),
.wp-widget-categories .cat-item:not(:last-child) {
  margin-bottom: var(--section-gutter);
}
.wp-search-categories .cat-item::before,
.wp-widget-categories .cat-item::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 0.38rem;
  border-right-width: 0;
  border-left-color: #283894;
  content: "";
  pointer-events: none;
}
.wp-search-categories .cat-item a,
.wp-widget-categories .cat-item a {
  display: inline-block;
  color: #1D1D1D;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
.wp-search-categories .cat-item a:focus, .wp-search-categories .cat-item a:hover,
.wp-widget-categories .cat-item a:focus,
.wp-widget-categories .cat-item a:hover {
  color: #283894;
}

.comments-title {
  font-size: 1.25rem;
  text-transform: capitalize;
}
.comments-area {
  margin-top: var(--section-gutter);
  padding: var(--section-gutter);
  background-color: #F8F8F8;
}
.comments-area textarea.error,
.comments-area input[type=text].error,
.comments-area input[type=email].error {
  border-color: #E80000;
}
.comments-area div.error {
  color: #E80000;
}
.comments-area .comment-respond {
  padding: var(--section-gutter);
  background-color: #FFFFFF;
}
.comments-area .comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.13rem;
}
.comments-area .comment-respond .comment-reply-title small a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0;
  background-color: #1D1D1D;
}
.comments-area .comment-respond .comment-reply-title small a::before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "o";
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1;
}
.comments-area .comment-respond .comment-reply-title small a:hover {
  background-color: #CCCCCC;
}
.comments-area .comment-respond .comment-form textarea {
  height: 6.25rem;
  padding: var(--section-gutter);
}
.comments-area .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comment-list .comment {
  margin-bottom: var(--section-gutter);
  padding: 0;
}
.comments-area .comment-list .comment-body {
  margin: 0.63rem 0;
  padding-left: var(--section-gutter);
  border-left: 2px solid #283894;
}
.comments-area .comment-list .comment-body .comment-awaiting-moderation {
  margin-bottom: var(--section-gutter);
  font-weight: 700;
}
.comments-area .comment-list .comment-meta {
  position: relative;
  min-height: 3.75rem;
  padding-left: 4.69rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .comments-area .comment-list .comment-meta {
    min-height: 2.82rem;
    padding-left: 3.13rem;
  }
}
.comments-area .comment-list .comment-meta .avatar {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.32rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .comments-area .comment-list .comment-meta .avatar {
    width: 45px;
    height: 45px;
  }
}
.comments-area .comment-list .comment-meta .says {
  display: none;
}
.comments-area .comment-list .comment-meta .comment-metadata {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.comments-area .comment-list .comment-meta .comment-metadata a {
  pointer-events: none;
}
.comments-area .comment-list .comment-meta time {
  font-weight: 400;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .comments-area .comment-list .comment-meta time {
    font-size: 0.87rem;
  }
}
.comments-area .comment-list .comment-meta .edit-link .comment-edit-link {
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 0;
}
.comments-area .comment-list .comment-meta .edit-link .comment-edit-link::before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "0";
  font-size: 1.25rem;
}
.comments-area .comment-list .comment-content {
  margin: var(--section-gutter) 0;
  padding: var(--section-gutter) 0;
  border: 1px dotted rgba(29, 29, 29, 0.5);
  border-right: 0;
  border-left: 0;
}
.comments-area .comment-list .reply .comment-reply-link {
  width: 30px;
  height: 30px;
  position: relative;
}
.comments-area .comment-list .reply .comment-reply-link::before {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "2";
  display: inline-block;
  margin-right: 0.32rem;
  font-size: 1.25rem;
  vertical-align: middle;
}

/** location listing page styles */
@media (max-width: 720px) and (orientation: portrait) {
  .locations .location-wrapper,
.contact .location-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .locations .location-wrapper,
.contact .location-wrapper {
    text-align: center;
  }
}
.locations .location-item,
.contact .location-item {
  width: 100%;
  background-color: #F8F8F8;
}
.locations .location-item:not(:last-child),
.contact .location-item:not(:last-child) {
  margin-bottom: 1.88rem;
}
.locations .location-item-inner,
.contact .location-item-inner {
  display: flex;
  flex-wrap: wrap;
}
.locations .location-item-inner p a,
.contact .location-item-inner p a {
  font-weight: 400;
}
.locations .location-item-inner h2,
.contact .location-item-inner h2 {
  text-transform: uppercase;
}
.locations .location-item-inner [class*=icon],
.contact .location-item-inner [class*=icon] {
  color: #283894;
}
.locations .location-item-inner .location-media,
.contact .location-item-inner .location-media {
  width: 50%;
}
@media (max-width: 720px) and (orientation: portrait) {
  .locations .location-item-inner .location-media,
.contact .location-item-inner .location-media {
    width: 100%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .locations .location-item-inner .location-media,
.contact .location-item-inner .location-media {
    width: 100%;
  }
}
.locations .location-item-inner .location-thumb::before,
.contact .location-item-inner .location-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.2);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.locations .location-item-inner .location-thumb:hover::before,
.contact .location-item-inner .location-thumb:hover::before {
  opacity: 1;
}
.locations .location-item-inner .location-thumb, .locations .location-item-inner .location-map,
.contact .location-item-inner .location-thumb,
.contact .location-item-inner .location-map {
  position: relative;
  height: 100%;
  min-height: 18.75rem;
}
.locations .location-item-inner .location-thumb picture, .locations .location-item-inner .location-map picture,
.contact .location-item-inner .location-thumb picture,
.contact .location-item-inner .location-map picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.locations .location-item-inner .location-thumb picture img, .locations .location-item-inner .location-map picture img,
.contact .location-item-inner .location-thumb picture img,
.contact .location-item-inner .location-map picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.locations .location-item-inner .location-thumb iframe, .locations .location-item-inner .location-map iframe,
.contact .location-item-inner .location-thumb iframe,
.contact .location-item-inner .location-map iframe {
  width: 100%;
  height: 100%;
}
.locations .location-item-inner .location-body,
.contact .location-item-inner .location-body {
  width: 50%;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: row;
}
@media (max-width: 720px) and (orientation: portrait) {
  .locations .location-item-inner .location-body,
.contact .location-item-inner .location-body {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .locations .location-item-inner .location-body,
.contact .location-item-inner .location-body {
    width: 100%;
    text-align: center;
  }
}
.locations .location-item-inner .location-body-innner,
.contact .location-item-inner .location-body-innner {
  width: 100%;
  margin-bottom: 1.25rem;
}
.locations .location-item-inner .location-action,
.contact .location-item-inner .location-action {
  width: 100%;
  display: flex;
}
@media (max-width: 720px) and (orientation: portrait) {
  .locations .location-item-inner .location-action,
.contact .location-item-inner .location-action {
    justify-content: center;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .locations .location-item-inner .location-action,
.contact .location-item-inner .location-action {
    justify-content: center;
  }
}
.locations .location-item-inner .location-action .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .wp-block-button__link,
.contact .location-item-inner .location-action .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button__link {
  min-width: 9.38rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .locations .location-item-inner .location-action .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .wp-block-button__link,
.contact .location-item-inner .location-action .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button__link {
    min-width: 7.19rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .locations .location-item-inner .location-action .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .wp-block-button__link,
.contact .location-item-inner .location-action .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button__link {
    min-width: 7.19rem;
  }
}
.locations .location-item-inner .location-action .btn + .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn, .locations .location-item-inner .location-action .appointment-button .btn + .btn, .appointment-button .locations .location-item-inner .location-action .btn + .btn, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .btn, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .btn,
.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .btn + .wp-block-button__link, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link, .appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .appointment-button .btn + .btn, .appointment-button .locations .location-item-inner .location-action .btn + .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .btn, .appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .btn, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn, .locations .location-item-inner .location-action .appointment-button .btn + .btn, .appointment-button .locations .location-item-inner .location-action .btn + .btn, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .btn, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .btn,
.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .btn + .wp-block-button__link, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link, .appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link, .appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .btn + .wp-block-button__link, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .btn + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .btn + .wp-block-button__link, .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link, .locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link, .appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link, .appointment-button .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link, .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link, .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .btn,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .btn,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .btn + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .locations .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.locations .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .locations .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .appointment-button .btn + .btn,
.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .btn,
.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .btn + .btn,
.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .btn,
.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .btn,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .appointment-button .btn + .btn,
.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .btn,
.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .btn + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .btn,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .btn,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .btn,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .btn + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .btn + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .btn + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .contact .location-item-inner .location-action .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button.appointment-button .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link,
.contact .location-item-inner .location-action .wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .wp-block-button__link + .wp-block-button__link,
.wp-block-button:not(.appointment-button) .wp-block-button.appointment-button .contact .location-item-inner .location-action .wp-block-button__link + .wp-block-button__link {
  margin-left: 1.25rem;
}

.location-single {
  /** Location Info */
  /** Location Gallery */
  /** Location Services */
  /** Location Team */
  /** Location About */
  /** Location Appointment */
}
.location-single .location-info {
  padding: var(--section-spacing) 0;
}
.location-single .location-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 calc(-1 * var(--section-gutter));
}
.location-single .location-info-wrapper.has-sidebar .location-info-contents {
  width: calc(100% - 300px);
}
@media (max-width: 720px) and (orientation: portrait) {
  .location-single .location-info-wrapper.has-sidebar .location-info-contents {
    width: 100%;
    margin-bottom: var(--section-gutter);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .location-single .location-info-wrapper.has-sidebar .location-info-contents {
    width: 100%;
    margin-bottom: var(--section-gutter);
  }
}
.location-single .location-info-wrapper.has-sidebar .location-info-sidebar {
  display: block;
  width: 18.75rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .location-single .location-info-wrapper.has-sidebar .location-info-sidebar {
    width: 100%;
    max-width: 28.13rem;
    margin: 0 auto;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .location-single .location-info-wrapper.has-sidebar .location-info-sidebar {
    width: 100%;
    max-width: 28.13rem;
    margin: 0 auto;
  }
}
.location-single .location-info-wrapper.has-sidebar .location-info-contact {
  display: none;
}
.location-single .location-info-contents {
  padding: 0 var(--section-gutter);
}
.location-single .location-info-sidebar {
  display: none;
  padding: 0 var(--section-gutter);
}
.location-single .location-info-sidebar .location-info-item {
  overflow: hidden;
  border-radius: 0.32rem;
  margin-bottom: var(--section-gutter);
}
.location-single .location-info-sidebar .location-info-item-title {
  padding: 0.63rem 0.94rem;
}
.location-single .location-info-sidebar .location-info-item-title .h6 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}
.location-single .location-info-sidebar .location-info-item-content {
  padding: var(--section-gutter);
}
.location-single .location-info-sidebar .location-info-item-content iframe {
  width: 100%;
  height: 12.5rem;
  margin-bottom: var(--section-gutter);
}
.location-single .location-info-sidebar .location-info-item-content p {
  color: #E62127;
}
.location-single .location-info-sidebar .location-info-item-content p a {
  color: #1D1D1D;
  font-weight: inherit;
}
.location-single .location-info-sidebar .location-info-item-content p a:hover {
  color: #283894;
}
.location-single .location-info-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.88rem 0.94rem 0;
}
.location-single .location-info-contact-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  padding: 1.88rem 0.94rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .location-single .location-info-contact-detail {
    width: 100%;
  }
}
.location-single .location-info-contact-detail .location-info-item {
  width: 50%;
  margin: 0 0 var(--section-gutter);
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .location-single .location-info-contact-detail .location-info-item {
    width: 100%;
  }
}
.location-single .location-info-contact-detail .location-info-item h6 {
  color: #283894;
  text-transform: uppercase;
}
.location-single .location-info-contact-detail .location-info-item-content {
  margin-bottom: 1.88rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .location-single .location-info-contact-detail .location-info-item-content {
    margin-bottom: 0.63rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .location-single .location-info-contact-detail .location-info-item-content {
    margin-bottom: 0.63rem;
  }
}
.location-single .location-info-contact-detail .location-info-item-content p {
  color: #1D1D1D;
  font-weight: normal;
}
.location-single .location-info-contact-detail .location-info-item-content p a {
  color: inherit;
  font-weight: inherit;
}
.location-single .location-info-contact-detail .location-info-item-content p a:hover {
  color: #283894;
}
.location-single .location-info-contact .location-info-map {
  width: 30%;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .location-single .location-info-contact .location-info-map {
    width: 100%;
    height: 15.63rem;
  }
}
.location-single .location-info-contact .location-info-map iframe {
  width: 100%;
  height: 100%;
}
.location-single .location-gallery {
  padding: var(--section-spacing) 0;
  background-color: #F8F8F8;
}
.location-single .location-gallery-wrapper h2 {
  text-transform: uppercase;
}
.location-single .location-gallery .location-gallery-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.location-single .location-gallery .location-gallery-item {
  margin: var(--section-gutter) 0;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .location-single .location-gallery .location-gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-single .location-gallery .location-gallery-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .location-single .location-gallery .location-gallery-item {
    width: 25%;
  }
}
.location-single .location-gallery .location-gallery-item-inner {
  display: block;
}
.location-single .location-gallery .location-gallery-item-inner:hover .location-gallery-image::before {
  opacity: 1;
}
.location-single .location-gallery .location-gallery-media {
  position: relative;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  margin-bottom: var(--section-gutter);
  padding-top: 100%;
}
.location-single .location-gallery .location-gallery-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.location-single .location-gallery .location-gallery-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.location-single .location-gallery .location-gallery-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.2);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.location-single .location-gallery .location-gallery-media::after {
  font-weight: normal;
  font-family: "hero-stencil" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "c";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.88rem;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  transition: 0.4s all;
}
.location-single .location-gallery .location-gallery-media:hover::after, .location-single .location-gallery .location-gallery-media:hover::before {
  opacity: 1;
}
.location-single .location-gallery .location-gallery-title p {
  font-weight: 700;
  font-size: 1.13rem;
  text-transform: uppercase;
}
.location-single .location-service {
  padding: var(--section-spacing) 0;
}
.location-single .location-service-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.location-single .location-service .location-service-item {
  margin: var(--section-gutter) 0;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 720px) and (orientation: portrait) {
  .location-single .location-service .location-service-item {
    width: 50%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .location-single .location-service .location-service-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .location-single .location-service .location-service-item {
    width: 100%;
    max-width: 18.75rem;
    margin: var(--section-gutter) auto;
  }
}
@media (min-width: 768px) {
  .location-single .location-service .location-service-item {
    width: 33.33%;
  }
}
.location-single .location-service .location-service-item .h6 {
  text-transform: uppercase;
  font-size: 1.13rem;
}
.location-single .location-service .location-service-image {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--section-gutter);
}
.location-single .location-service .location-service-image .img {
  position: relative;
  width: 100%;
  padding-top: 60.8108108108%;
}
.location-single .location-service .location-service-image .img picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.location-single .location-service .location-service-image .img picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.location-single .location-service .location-service-image .icon svg {
  fill: #283894;
}
.location-single .location-service .location-service-image .icon svg path {
  fill: inherit;
  transition: 0.4s all;
}
.location-single .location-team {
  padding: var(--section-spacing) 0;
  background-color: #F8F8F8;
}
.location-single .location-team.has-sidebar {
  margin-bottom: 0;
}
.location-single .location-team.has-sidebar .location-team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(-1 * var(--section-gutter));
}
.location-single .location-team.has-sidebar .location-team-content, .location-single .location-team.has-sidebar .location-team-medias {
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 991px) {
  .location-single .location-team.has-sidebar .location-team-content, .location-single .location-team.has-sidebar .location-team-medias {
    margin: 0.94rem 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .location-single .location-team.has-sidebar .location-team-content, .location-single .location-team.has-sidebar .location-team-medias {
    margin: 0;
    width: 50%;
  }
}
.location-single .location-team .location-team-wrapper {
  text-align: center;
}
.location-single .location-team .location-team-content {
  margin-bottom: 1.25rem;
}
.location-single .location-team .location-team-slider {
  padding: 0 1.88rem;
}
.location-single .location-team .location-team-item {
  width: 50%;
  padding: 0 0.94rem;
  text-align: center;
}
.location-single .location-team .location-team-item .location-team-item-inner.has-circle .location-team-media {
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.location-single .location-team .location-team-item .location-team-item-inner.has-circle .location-team-media::before {
  border-radius: 100%;
}
.location-single .location-team .location-team-item .location-team-media {
  position: relative;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  display: block;
  padding-top: 112.5%;
  margin-bottom: 0.94rem;
}
.location-single .location-team .location-team-item .location-team-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.location-single .location-team .location-team-item .location-team-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.location-single .location-team .location-team-item .location-team-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.location-single .location-team .location-team-item .location-team-media:hover::before {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.location-single .location-team .location-team-item .location-team-media:hover .location-team-hover {
  visibility: visible;
  opacity: 1;
}
.location-single .location-team .location-team-item .location-team-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  flex-direction: column;
  padding: var(--section-gutter);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.location-single .location-team .location-team-item .location-team-hover .btn-link {
  color: #FFFFFF;
}
.location-single .location-team .location-team-item .location-team-name {
  font-size: 1.25rem;
  margin-bottom: 0.63rem;
}
.location-single .location-team .location-team-item .location-team-post {
  font-weight: 700;
  color: #E62127;
}
.location-single .location-team .location-team-item h6 {
  margin-bottom: 0.32rem;
}
.location-single .location-about {
  padding: var(--section-spacing) 0;
}
.location-single .location-about-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.location-single .location-about-wrapper.without-content .location-about-body {
  width: 100%;
}
.location-single .location-about-wrapper .location-about-media {
  width: 30%;
  padding: 0 var(--section-gutter);
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
}
@media (max-width: 720px) and (orientation: portrait) {
  .location-single .location-about-wrapper .location-about-media {
    width: 100%;
    margin-bottom: var(--section-gutter);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .location-single .location-about-wrapper .location-about-media {
    width: 100%;
    margin-bottom: var(--section-gutter);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-single .location-about-wrapper .location-about-media {
    width: 40%;
  }
}
.location-single .location-about-wrapper .location-about-media-inner {
  position: relative;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  padding-top: 57.8723404255%;
}
.location-single .location-about-wrapper .location-about-media-inner picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.location-single .location-about-wrapper .location-about-media-inner picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.location-single .location-about-wrapper .location-about-body {
  width: 70%;
  padding: 0 var(--section-gutter);
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
}
@media (max-width: 720px) and (orientation: portrait) {
  .location-single .location-about-wrapper .location-about-body {
    width: 100%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .location-single .location-about-wrapper .location-about-body {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-single .location-about-wrapper .location-about-body {
    width: 60%;
  }
}
.location-single .location-appointment {
  padding: var(--section-spacing) 0;
  background-color: #F8F8F8;
}
.location-single .location-appointment-form {
  width: 100%;
  max-width: 60rem;
  margin: 1.25rem auto 0;
}

/** Testimonial page style */
.testimonials .testimonial-wrapper {
  position: relative;
}
.testimonials .testimonial-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.testimonials .testimonial-item {
  --authore-image: 150px;
  width: 50%;
  padding: 0 var(--section-gutter);
  text-align: center;
}
.testimonials .testimonial-item:not(:nth-last-child(-n+2)) {
  margin-bottom: calc(var(--authore-image) / 2 + 1.88rem);
}
.testimonials .testimonial-item:nth-last-child(-n+2) {
  margin-bottom: calc(var(--authore-image) / 2);
}
@media (max-width: 720px) and (orientation: portrait) {
  .testimonials .testimonial-item {
    --authore-image: 100px;
    width: 100%;
  }
  .testimonials .testimonial-item:not(:nth-last-child(1)) {
    margin-bottom: calc(var(--authore-image) / 2 + 0.94rem);
  }
  .testimonials .testimonial-item:nth-last-child(1) {
    margin-bottom: calc(var(--authore-image) / 2);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .testimonials .testimonial-item {
    --authore-image: 100px;
    width: 100%;
  }
  .testimonials .testimonial-item:not(:nth-last-child(1)) {
    margin-bottom: calc(var(--authore-image) / 2 + 0.94rem);
  }
  .testimonials .testimonial-item:nth-last-child(1) {
    margin-bottom: calc(var(--authore-image) / 2);
  }
}
.testimonials .testimonial-item:not(:nth-child(4n+2)):not(:nth-child(4n+3)) .testimonial-item-inner {
  background-color: rgba(230, 33, 39, 0.16);
}
.testimonials .testimonial-item-inner {
  padding: calc(var(--section-gutter) * 2) calc(var(--section-gutter) * 2) calc(var(--authore-image) / 2);
  background-color: rgba(40, 56, 148, 0.16);
}
.testimonials .testimonial-item-inner .testimonial-quote {
  position: relative;
  margin-bottom: calc(var(--section-gutter) * 2);
  padding: calc(var(--section-gutter) * 2);
  border: 1px solid #1D1D1D;
  border-radius: 0.32rem;
}
.testimonials .testimonial-item-inner .testimonial-quote .quote-icon {
  --icon-positon: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
}
.testimonials .testimonial-item-inner .testimonial-quote .quote-icon.start {
  top: calc(-1 * var(--icon-positon));
  left: var(--icon-positon);
}
.testimonials .testimonial-item-inner .testimonial-quote .quote-icon.end {
  right: var(--icon-positon);
  bottom: calc(-1 * var(--icon-positon));
}
.testimonials .testimonial-item-inner .testimonial-quote .quote-icon svg {
  width: 100%;
  height: 100%;
  fill: #E62127;
}
.testimonials .testimonial-item-inner .testimonial-quote .quote-icon svg path {
  fill: inherit;
}
.testimonials .testimonial-item-inner .testimonial-quote .video-body {
  display: none;
}
.testimonials .testimonial-item-inner .testimonial-quote .video-media {
  margin-bottom: var(--section-gutter);
}
.testimonials .testimonial-item-inner .testimonial-info {
  margin-bottom: var(--section-gutter);
}
.testimonials .testimonial-item-inner .testimonial-info h3 {
  font-size: 1.13rem;
}
.testimonials .testimonial-item-inner .testimonial-info h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1.13rem;
}
.testimonials .testimonial-item-inner .testimonial-media {
  width: var(--authore-image);
  height: var(--authore-image);
  position: relative;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(-1 * var(--authore-image));
  overflow: hidden;
  border-radius: 100%;
  background-color: #FFFFFF;
}
.testimonials .testimonial-item-inner .testimonial-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.testimonials .testimonial-item-inner .testimonial-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
@media (max-width: 720px) and (orientation: portrait) {
  .testimonials .testimonial-item-inner .testimonial-media {
    margin: 0 auto calc(-1 * var(--authore-image));
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .testimonials .testimonial-item-inner .testimonial-media {
    margin: 0 auto calc(-1 * var(--authore-image));
  }
}
.testimonials .testimonial-item-inner .testimonial-media img {
  max-width: 100% !important;
}

/** Testimonial slider style */
.testimonial-popup {
  padding: 1.88rem;
  max-width: 73.13rem;
}
.testimonial-popup .testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.testimonial-popup .testimonial-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .testimonial-popup .testimonial-media {
    width: 100%;
    max-width: 12.5rem;
    margin: 0 auto var(--section-gutter);
  }
}
@media (min-width: 576px) {
  .testimonial-popup .testimonial-media {
    width: 12.5rem;
  }
}
.testimonial-popup .testimonial-body {
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .testimonial-popup .testimonial-body {
    width: 100%;
    text-align: center;
  }
}
.testimonial-popup .testimonial-body.has-media {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 576px) {
  .testimonial-popup .testimonial-body.has-media {
    width: calc(100% - 12.5rem);
  }
}
.testimonial-popup .testimonial-designation {
  font-weight: 700;
  margin-bottom: 0.94rem;
}

/** Testimonial video page style */
.testimonial-video-wrapper {
  position: relative;
}
.testimonial-video-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.testimonial-video-listing .video-single {
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 576px) {
  .testimonial-video-listing .video-single {
    width: 50%;
  }
}
.video-has-overlay .testimonial-video-listing .video-single {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .video-has-overlay .testimonial-video-listing .video-single {
    width: 33.33%;
  }
}
.testimonial-video-count-odd .video-single:not(:last-child) {
  margin-bottom: calc(var(--section-gutter) * 2);
}
.testimonial-video-count-even .video-single {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .testimonial-video-count-even .video-single:not(:last-child) {
    margin-bottom: calc(var(--section-gutter) * 2);
  }
}
@media (min-width: 576px) {
  .testimonial-video-count-even .video-single:not(:nth-last-child(-n+2)) {
    margin-bottom: calc(var(--section-gutter) * 2);
  }
}
.testimonial-video-button {
  margin-top: calc(var(--section-gutter) * 2);
  text-align: center;
  position: relative;
}
.testimonial-video-button .ajax-loader::after {
  top: -20px;
}

.newsletters {
  /** Newsletter common style */
}
.newsletters .newsletter-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.newsletters .newsletter-listing.newsletter-count-odd .newsletter-item:not(:last-child) {
  margin-bottom: 1.88rem;
}
.newsletters .newsletter-listing.newsletter-count-even .newsletter-item {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .newsletters .newsletter-listing.newsletter-count-even .newsletter-item:not(:last-child) {
    margin-bottom: 1.88rem;
  }
}
@media (min-width: 576px) {
  .newsletters .newsletter-listing.newsletter-count-even .newsletter-item:not(:nth-last-child(-n+2)) {
    margin-bottom: 1.88rem;
  }
}
.newsletters .newsletter-listing .newsletter-item {
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .newsletters .newsletter-listing .newsletter-item {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .newsletters .newsletter-listing .newsletter-item {
    width: 50%;
  }
}
.newsletters .newsletter-listing .newsletter-item-inner {
  position: relative;
  height: 100%;
  border: 1px solid #F8F8F8;
}
.newsletters .newsletter-listing .newsletter-item-inner h2 {
  margin-bottom: 0;
  font-size: 1.38rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .newsletters .newsletter-listing .newsletter-item-inner h2 {
    font-size: 1.13rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .newsletters .newsletter-listing .newsletter-item-inner h2 {
    font-size: 1.13rem;
  }
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-media {
  position: relative;
  padding-top: 67%;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-media picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-media picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.2);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-media:hover::before {
  opacity: 1;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-media a {
  display: block;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-body {
  padding: var(--section-gutter);
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-action {
  position: absolute;
  right: 0.94rem;
  bottom: 0;
  z-index: 1;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-meta {
  margin-bottom: 0.63rem;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-meta .meta-label {
  display: flex;
  color: #737373;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-meta .meta-icon {
  margin-right: 0.32rem;
  fill: #283894;
  width: 1rem;
  height: 1rem;
}
.newsletters .newsletter-listing .newsletter-item-inner .newsletter-meta .meta-text {
  display: block;
  flex: 1 0 0;
}

.conditions {
  --body-width: 245px;
}
.conditions .condition-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.conditions .condition-list {
  width: calc(100% - var(--body-width));
  padding: 0 var(--section-gutter);
}
@media (max-width: 720px) and (orientation: portrait) {
  .conditions .condition-list {
    width: 100%;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .conditions .condition-list {
    width: 100%;
  }
}
.conditions .condition-list ul li a {
  font-weight: 400;
}
.conditions .condition-body {
  width: var(--body-width);
  margin: 0 auto;
}
@media (max-width: 720px) and (orientation: portrait) {
  .conditions .condition-body {
    margin-bottom: var(--section-gutter);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .conditions .condition-body {
    margin-bottom: var(--section-gutter);
  }
}
.condition-body-media {
  position: relative;
  margin: 0 auto;
  width: 15.32rem;
  font-size: 1rem;
}
.condition-body-media-inner {
  padding-top: 38rem;
}
.condition-body-media svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #CCCCCC;
  width: 100%;
  height: 100%;
}
.condition-body-link {
  width: 38px;
  height: 38px;
  position: absolute;
  display: block;
  background: #283894;
  border: 0.38rem solid #FFFFFF;
  border-radius: 50%;
  transition: 0.5s ease all;
}
.condition-body-link span::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  z-index: 1;
  width: 9.38rem;
  padding: 0.32rem;
  color: #FFFFFF;
  font-size: 0.87rem;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.32rem;
  background-color: #E62127;
  transform: translate(-50%, -100%);
  transition: 0.4s all;
  pointer-events: none;
}
.condition-body-link span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.63rem 0.63rem 0 0.63rem;
  border-color: #E62127 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: 0.4s all;
  pointer-events: none;
}
.condition-body-link.active, .condition-body-link:focus, .condition-body-link:hover {
  background: #E62127;
}
.condition-body-link:focus span::after, .condition-body-link:focus span::before, .condition-body-link:hover span::after, .condition-body-link:hover span::before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.condition-body-link.shoulder {
  top: 16%;
  right: 14%;
}
.condition-body-link.head-and-neck {
  top: 4%;
  left: 39%;
}
.condition-body-link.knee-balance-and-walking {
  right: 33%;
  bottom: 32%;
}
.condition-body-link.back {
  top: 25%;
  left: 41.5%;
  height: 6.75rem;
}
.condition-body-link.hip {
  top: 42.5%;
  right: 26%;
}
.condition-body-link.elbow-wrist-and-hand {
  top: 28%;
  right: 8%;
  background: none;
  border: none;
  height: 108px;
  transform: rotate(8deg);
}
.condition-body-link.elbow-wrist-and-hand:before, .condition-body-link.elbow-wrist-and-hand:after {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  display: block;
  background: #283894;
  border: 0.38rem solid #FFFFFF;
  border-radius: 100%;
  transition: 0.5s ease all;
}
.condition-body-link.elbow-wrist-and-hand:before {
  top: 0;
}
.condition-body-link.elbow-wrist-and-hand:after {
  bottom: 0;
}
.condition-body-link.elbow-wrist-and-hand:hover:before, .condition-body-link.elbow-wrist-and-hand:hover:after {
  background: #E62127;
}
.condition-body-link.foot-and-ankle {
  right: 43%;
  bottom: 15%;
}

.condition-content-popup {
  padding: 1.57rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .condition-content-popup {
    padding: 0.94rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .condition-content-popup {
    padding: 0.94rem;
  }
}
.condition-content-popup .container {
  padding: 0;
}

.subpage {
  /** Navigation */
  /** Setions */
}
.subpage-nav {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
}
.subpage-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.subpage-nav ul li {
  margin: 0;
  padding: 0;
}
.subpage-nav ul li a:not(.btn) {
  display: block;
  padding: 0.63rem 0.94rem;
  border: 1px solid #CCCCCC;
}
.subpage-nav ul li .btn, .subpage-nav ul li .wp-block-button:not(.appointment-button) .wp-block-button__link, .wp-block-button:not(.appointment-button) .subpage-nav ul li .wp-block-button__link,
.subpage-nav ul li .appointment-button .wp-block-button__link,
.appointment-button .subpage-nav ul li .wp-block-button__link {
  margin: 0.32rem;
}
.subpage-section {
  padding: var(--section-spacing) 0;
}
.subpage-section::after {
  content: "";
  display: block;
  clear: both;
}
.subpage-section:nth-child(even) {
  background-color: rgba(204, 204, 204, 0.2);
}

.contact .contact-wrapper {
  max-width: 60rem;
  margin: 0 auto 1.88rem;
  padding: var(--section-gutter);
}
@media (max-width: 720px) and (orientation: portrait) {
  .contact .contact-form {
    padding: var(--section-gutter);
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .contact .contact-form {
    padding: var(--section-gutter);
  }
}

.pages .page-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--section-gutter));
}
.pages .page-listing.without-excerpt .page-item {
  text-align: center;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .pages .page-listing.without-excerpt .page-item {
    width: 100%;
    margin: var(--section-gutter) auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pages .page-listing.without-excerpt .page-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pages .page-listing.without-excerpt .page-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .pages .page-listing.without-excerpt .page-item {
    width: 25%;
  }
}
.pages .page-listing.without-excerpt .page-content .h6 {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}
.pages .page-listing .page-item {
  margin-bottom: 1.88rem;
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .pages .page-listing .page-item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pages .page-listing .page-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .pages .page-listing .page-item {
    width: 33.33%;
  }
}
.pages .page-listing .page-item-inner {
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16);
  height: 100%;
  background-color: #F8F8F8;
}
.pages .page-listing .page-item .page-image {
  position: relative;
  display: block;
  padding-top: 66.6666666667%;
  position: relative;
}
.pages .page-listing .page-item .page-image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.pages .page-listing .page-item .page-image picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.pages .page-listing .page-item .page-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 29, 29, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.pages .page-listing .page-item .page-image:hover::before {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.pages .page-listing .page-item .page-content {
  padding: var(--section-gutter);
}

.ebooks .ebook-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(-1 * var(--section-gutter));
  text-align: center;
}
.ebooks .ebook-item {
  margin-top: var(--section-gutter);
  padding: 0 var(--section-gutter);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 575px) {
  .ebooks .ebook-item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ebooks .ebook-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ebooks .ebook-item {
    width: 33.33%;
  }
}
.ebooks .ebook-item .ebook-title {
  position: relative;
  margin-bottom: 0.63rem;
  padding-bottom: var(--section-gutter);
}
.ebooks .ebook-item .ebook-title::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 6.25rem;
  height: 0.25rem;
  margin: 0 auto;
  background-color: #E62127;
}
.ebooks .ebook-item .ebook-title h2 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 400;
}
.ebooks .ebook-item .ebook-image {
  max-width: 12.5rem;
  margin: 0 auto var(--section-gutter);
}
.ebooks .ebook-item .ebook-popup {
  display: none;
}

.ebook-popup {
  text-align: center;
  max-width: 34.38rem;
}

.workshops {
  --tag-width: 90px;
  /** Workshop listing page styles */
  /** Workshop single page styles */
}
@media (max-width: 720px) and (orientation: portrait) {
  .workshops {
    --tag-width: 85px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .workshops {
    --tag-width: 85px;
  }
}
.workshops .workshop-listing {
  width: 100%;
}
.workshops .workshop-listing .workshop-item:not(:last-child) {
  margin-bottom: 1.88rem;
}
.workshops .workshop-listing .workshop-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.94rem;
  text-align: center;
  background-color: rgba(40, 56, 148, 0.1);
  border: 0.32rem solid #E62127;
}
.workshops .workshop-listing .workshop-item .workshop-media {
  width: 18.13rem;
  margin: 0 auto;
  padding: 0.94rem;
}
.workshops .workshop-listing .workshop-item .workshop-media p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}
.workshops .workshop-listing .workshop-item .workshop-media-image {
  position: relative;
  margin-bottom: 1.25rem;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.workshops .workshop-listing .workshop-item .workshop-media-image picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.workshops .workshop-listing .workshop-item .workshop-media-image picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.workshops .workshop-listing .workshop-item .workshop-content {
  width: 100%;
  padding: 0.94rem;
}
.workshops .workshop-listing .workshop-item .workshop-content.has-host {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .workshops .workshop-listing .workshop-item .workshop-content.has-host {
    width: calc(100% - 18.13rem);
  }
}
.workshops .workshop-listing .workshop-item .workshop-content h2 {
  color: #E62127;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(40, 56, 148, 0.25);
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
  /** If both the lower and upper breakpoints exist in the map. */
  /** Get the lower and upper breakpoints. */
  /** Write the media query. */
  /** If one or both of the breakpoints don't exist. */
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (max-width: 767px) {
  .workshops .workshop-listing .workshop-item .workshop-content h2 {
    font-size: 1.88rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .workshops .workshop-listing .workshop-item .workshop-content h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .workshops .workshop-listing .workshop-item .workshop-content h2 {
    font-size: 3.13rem;
  }
}
.workshops .workshop-listing .workshop-item .workshop-content h3 {
  margin: 0.94rem 0;
  color: #283894;
  font-weight: 400;
  font-size: 2.25rem;
  font-style: italic;
}
.workshops .workshop-listing .workshop-item .workshop-content h4 {
  margin-bottom: 0.32rem;
  font-weight: 700;
  font-style: italic;
}
.workshops .workshop-listing .workshop-item .workshop-content p {
  color: #737373;
  font-size: 1.13rem;
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .workshops .workshop-listing .workshop-item .workshop-content p {
    font-size: 1.38rem;
  }
}
.workshops .workshop {
  /** Tag style */
  /** Banner part styles */
  /** register styles */
}
.workshops .workshop-tag {
  position: absolute;
  top: -0.93rem;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: calc(var(--tag-width) * 2);
  margin: 0 auto;
  padding: 0.94rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  pointer-events: none;
}
.workshops .workshop-tag::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: var(--tag-width);
  border-bottom: 0;
  content: "";
  pointer-events: none;
}
.workshops .workshop-banner {
  position: relative;
  padding-top: 3.13rem;
}
.workshops .workshop-banner-wrap {
  position: relative;
}
.workshops .workshop-banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.workshops .workshop-banner-title h2 {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 720px) and (orientation: portrait) {
  .workshops .workshop-banner-title h2 {
    font-size: 1.13rem;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .workshops .workshop-banner-title h2 {
    font-size: 1.13rem;
  }
}
.workshops .workshop-banner-title h2 span {
  display: block;
  color: #283894;
  text-transform: uppercase;
}
.workshops .workshop-banner-media {
  position: relative;
  min-height: 350px;
  background: linear-gradient(to right, #283894 0%, #e62127 100%);
}
.workshops .workshop-banner-media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.4s all;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.workshops .workshop-banner-media img,
.workshops .workshop-banner-media picture {
  width: 100%;
  max-width: 100% !important;
}
.workshops .workshop-banner .workshop-register-tag {
  top: auto;
  bottom: -0.93rem;
}
@media (max-width: 720px) and (orientation: portrait) {
  .workshops .workshop-banner .workshop-register-tag {
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .workshops .workshop-banner .workshop-register-tag {
    position: relative;
    bottom: auto;
  }
}
.workshops .workshop-register {
  position: relative;
  padding: 4.38rem 0 1.88rem;
  text-align: center;
  background-color: #F8F8F8;
}
.workshops .workshop-register h3 {
  color: #283894;
}
.workshops .workshop-register-info {
  margin-bottom: 1.88rem;
}
.workshops .workshop-register-info p {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .workshops .workshop-register-info p {
    font-size: 1.13rem;
  }
}
.workshops .workshop-register-form {
  /** If the breakpoint exists in the map. */
  /** Get the breakpoint value. */
  /** Write the media query. */
  /** If the breakpoint doesn't exist in the map. */
}
@media (min-width: 768px) {
  .workshops .workshop-register-form {
    margin: auto;
    max-width: 40rem;
  }
}
/*# sourceMappingURL=style.min.css.map */
