@charset "UTF-8";
/* rotate*/
/* translate*/
/*transform origin*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.selectivo {
  position: relative;
  display: inline-block;
  background: white;
}

.selectivo__label,
.selectivo__option {
  display: block;
  width: 100%;
  padding: 1em;
  padding-right: 2.5em;
  border: 0;
  background: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}

.selectivo__label:focus,
.selectivo__option:focus {
  outline: 1px dotted gray;
}

.selectivo__label::-moz-focus-inner,
.selectivo__option::-moz-focus-inner {
  border: 0;
}

.selectivo__label {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200%20L5%205%20L9%200%20Z%22%20fill%3D%22%23696969%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center right;
}

.selectivo__label,
.selectivo__dropdown {
  border: 1px solid #E3E3E3;
}

.selectivo__dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  overflow: hidden;
  background: white;
}

.selectivo--open .selectivo__dropdown {
  display: block;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

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

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

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

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

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

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

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

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

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

.mCSB_scrollTools .mCSB_draggerContainer {
  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 {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  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;
}

.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;
}

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

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.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;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.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;
  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;
  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;
  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;
}

.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;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.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 {
  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;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -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_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -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;
}

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

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .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_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

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

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

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .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;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-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-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-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-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .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;
}

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .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;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-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-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-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-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .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;
}

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .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;
}

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

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

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

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

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .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;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

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

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

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

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

.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, .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 {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.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, .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 {
  width: 4px;
}

.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, .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 {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.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, .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 {
  height: 4px;
  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;
}

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .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;
}

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

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

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.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-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.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;
}

.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;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.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-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.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%);
}

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

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

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

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

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.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-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

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

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.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-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.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;
}

.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;
}

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

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

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

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.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-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.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-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  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-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

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

.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;
}

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .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, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.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;
}

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

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

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

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

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

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

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

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

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

.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, .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 {
  width: 12px;
}

.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, .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 {
  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;
}

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .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;
}

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

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.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-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.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-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

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

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

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

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

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

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

.mCS-inset-2-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-3-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-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.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);
}

.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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .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.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/**
   * Make all elements from the DOM inherit from the parent box-sizing
   * Since `*` has a specificity of 0, it does not override the `html` value
   * making all elements inheriting from the root box-sizing value
   * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
   */
*,
*::before,
*::after {
  box-sizing: inherit;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

textarea {
  resize: vertical;
}

button:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  cursor: pointer;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
* Hide text while making it readable for screen readers
* 1. Needed in WebKit-based browsers because of an implementation bug;
*    See: https://code.google.com/p/chromium/issues/detail?id=457146
*/
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
* Hide element while making it readable for screen readers
* Shamelessly borrowed from HTML5Boilerplate:
* https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font: 300 21px/1.24 nobel, sans-serif;
  letter-spacing: 1.58px;
}
body {
  font-size: calc(18px + 3 * (100vw - 375px) / 1065);
}
@media (max-width: 991.8px) {
  body {
    font-size: 21px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 991.8px) {
  .desk {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mob {
    display: none !important;
  }
}

.disable-cursor {
  cursor: default;
  pointer-events: none;
}

.hide-content {
  display: none !important;
}

.no-wrap {
  white-space: nowrap;
}

iframe[src^="https://my.hy.ly/chat/ssid?page_url=https%3A%2F%2Fwww.saviodelray.com"] {
  height: 1px;
  position: absolute;
  bottom: 0;
}

a:focus,
button:focus,
.hywrap input:focus,
.hywrap input[type=text]:focus,
.hywrap button[type=submit]:focus,
.selectivo .selectivo__label:focus,
.selectivo .selectivo__option:focus,
.hywrap select:focus,
.hywrap textarea:focus,
*:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
  transition: none !important;
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.main-heading {
  font-family: swear-text, serif;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 37px;
}
.main-heading {
  font-size: calc(40px + 8 * (100vw - 375px) / 1065);
}
@media (max-width: 991.8px) {
  .main-heading {
    margin-bottom: 25px;
  }
}

.large-heading {
  font-family: swear-text, serif;
  font-weight: 300;
  font-style: italic;
  line-height: 0.89;
}
.large-heading {
  font-size: calc(40px + 50 * (100vw - 375px) / 1065);
}
.large-heading {
  letter-spacing: calc(2px + 2.5 * (100vw - 375px) / 1065);
}

.large-heading2 {
  font-family: swear-text, serif;
  font-weight: 300;
  font-style: italic;
  line-height: 0.89;
}
.large-heading2 {
  font-size: calc(55px + 35 * (100vw - 375px) / 1065);
}
.large-heading2 {
  letter-spacing: calc(2.75px + 1.75 * (100vw - 375px) / 1065);
}

.sub-heading {
  line-height: 1.24;
  font-weight: 300;
  text-transform: uppercase;
}
.sub-heading {
  font-size: calc(18px + 3 * (100vw - 375px) / 1065);
}
.sub-heading {
  letter-spacing: calc(1.44px + 0.14 * (100vw - 375px) / 1065);
}

.news-heading {
  font-family: swear-text, serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.news-heading {
  font-size: calc(30px + 15 * (100vw - 375px) / 1065);
}

.fill-btn {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 1.13px;
  padding: 13px 40px;
  clip-path: polygon(100% 0, 100% 75%, 91% 100%, 0 100%, 0 0);
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
}
.fill-btn.green {
  background-color: #5e7460;
}
.system .fill-btn.green:hover {
  background-color: #cd8c4f;
}
.fill-btn.orange {
  background-color: #cd8c4f;
}
.system .fill-btn.orange:hover {
  background-color: #5e7460;
}

.inner-page {
  padding-top: 70px;
}

.not-italic {
  font-style: normal !important;
}

.osano-cm-widget {
  display: none;
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover,
.osano-cm-link:active,
.osano-cm-link {
  color: #000;
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}

.inner-page {
  padding-top: 67px;
}
@media (max-width: 991.8px) {
  .inner-page {
    padding-top: 65px;
  }
}

.sec-wrap {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}
@media (max-width: 991.8px) {
  .sec-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.not-italic {
  font-style: normal !important;
}

.white-text {
  color: #fff;
}

/* Style the circle when the title is present */
.popup {
  display: none;
  position: absolute;
  width: max-content;
  height: 45px;
  margin: 18px 89px 0 0;
  padding: 27px 18px 27px 24px;
  opacity: 0.7;
  background-color: #fff;
  font-size: 14px;
  white-space: nowrap;
  font-family: "Nobel";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0px;
}

.popup.show {
  display: block;
}

@media (min-width: 992px) {
  .anim-txt {
    opacity: 0;
  }
}

.speed1.visible {
  animation: translateInSpeed1 1s ease-in;
  -webkit-animation: translateInSpeed1 1s ease-in;
  -moz-animation: translateInSpeed1 1s ease-in;
  opacity: 1;
}

.speed2.visible {
  animation: translateInSpeed2 1s ease-in;
  -webkit-animation: translateInSpeed2 1s ease-in;
  -moz-animation: translateInSpeed2 1s ease-in;
  opacity: 1;
}

.speed3.visible {
  animation: translateInSpeed3 1s ease-in;
  -webkit-animation: translateInSpeed3 1s ease-in;
  -moz-animation: translateInSpeed3 1s ease-in;
  opacity: 1;
}

@keyframes translateInSpeed1 {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes translateInSpeed1 {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes translateInSpeed2 {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes translateInSpeed2 {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes translateInSpeed3 {
  from {
    transform: translateY(150px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes translateInSpeed3 {
  from {
    transform: translateY(150px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.home-video-wrap #banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-item {
  height: 100vh;
  display: flex;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991.8px) {
  .single-item {
    height: 100%;
  }
}
.single-item .slick-prev,
.single-item .slick-next {
  display: none !important;
}
.single-item .slick-track {
  height: 100%;
  display: block;
}
.single-item .slick-track .slick-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-item .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 5%;
  right: 50%;
  left: 50%;
}
.single-item .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.single-item .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.single-item .slick-dots li button:before {
  content: "•";
  font-size: 72px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
}
@media (max-width: 991.8px) {
  .single-item .slick-dots li button:before {
    font-size: 42px;
  }
}
.single-item .slick-active button:before {
  color: #677c74 !important;
}

.mt_control_btn {
  position: absolute;
  z-index: 2;
  right: 45px;
  bottom: 45px;
}
@media (max-width: 991.8px) {
  .mt_control_btn {
    right: 25px;
    bottom: 25px;
  }
}
.mt_control_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  width: 42px;
  height: 42px;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
  background: transparent;
}
@media (max-width: 991.8px) {
  .mt_control_btn button {
    width: 30px;
    height: 30px;
  }
}
.mt_control_btn button:before, .mt_control_btn button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mt_control_btn button.mt_play:before {
  background: url(../images/home/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
.mt_control_btn button.mt_play:after {
  opacity: 0;
  background: url(../images/home/play-icon.svg) no-repeat center center;
  background-size: contain;
}
.mt_control_btn button.mt_play.paused:before {
  opacity: 0;
}
.mt_control_btn button.mt_play.paused:after {
  opacity: 1;
}

.header-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

header {
  padding: 10px 20px;
  background-color: #494c47;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991.8px) {
  header {
    height: 65px;
  }
}
header nav.primary-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header nav.primary-menu li {
  padding: 0 20px;
  list-style-type: none;
}
header nav.primary-menu li a {
  color: #f2f0ee;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
header nav.primary-menu li a:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #f2f0ee;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  visibility: hidden;
}
header nav.primary-menu li.current-menu-item a:after,
header nav.primary-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .leasing-spring-2024 {
  color: #f2f0ee;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 42px;
}
header .ham-menu-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 34px;
  height: 19px;
  padding: 0;
}
header .ham-menu-toggle .menu-line-1,
header .ham-menu-toggle .menu-line-2,
header .ham-menu-toggle .menu-line-3 {
  width: 100%;
  height: 2px;
  background-color: #f2f0ee;
  display: block;
}
header .ham-menu-toggle .menu-line-2,
header .ham-menu-toggle .menu-line-1 {
  margin-bottom: 6px;
}
header .ham-menu-toggle .menu-line-1,
header .ham-menu-toggle .menu-line-3 {
  transition: all 0.3s linear;
}
header .ham-menu-toggle.opened .menu-line-1 {
  margin-top: 7px;
  transform: rotate(-148deg);
}
header .ham-menu-toggle.opened .menu-line-2 {
  visibility: hidden;
}
header .ham-menu-toggle.opened .menu-line-3 {
  transform: rotate(-27deg);
  margin-top: -16px;
}
header .ham-menu-wrap {
  position: absolute;
  top: 65px;
  width: 100%;
  background-color: #494c47;
  left: 0;
  padding: 9vh 30px 6.5vh;
  display: none;
  height: 90vh;
}
@media (min-width: 992px) {
  header .ham-menu-wrap {
    top: 67px;
  }
}
header .ham-menu-wrap ul li {
  list-style-type: none;
  padding-bottom: 13px;
  line-height: 1;
  text-align: center;
}
header .ham-menu-wrap ul li a {
  color: #f2f0ee;
  font-family: swear-text, serif;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}
header .ham-menu-wrap ul li a {
  font-size: calc(22px + 14 * (100vw - 375px) / 1065);
}
header .ham-menu-wrap ul li a {
  letter-spacing: calc(1px + 1 * (100vw - 375px) / 1065);
}
header .ham-menu-wrap ul li a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #f2f0ee;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  visibility: hidden;
}
header .ham-menu-wrap ul li.current-menu-item a:after, header .ham-menu-wrap ul li.current_page_parent a:after,
header .ham-menu-wrap ul li a:hover:after {
  width: 100%;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .ham-menu-wrap ul.sub-menu {
  position: relative;
  margin-top: 5px;
  padding-top: 15px;
}
header .ham-menu-wrap ul.sub-menu::before {
  content: "";
  width: 263px;
  height: 1px;
  background-color: #f2f0ee;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.8px) {
  header .ham-menu-wrap ul.sub-menu::before {
    width: 156px;
  }
}
header .ham-menu-wrap ul.sub-menu li {
  padding-bottom: 7px;
}
header .ham-menu-wrap ul.sub-menu li a {
  font-family: nobel, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  header .ham-menu-wrap ul.sub-menu li a {
    font-size: 12px;
  }
}
header .ham-menu-wrap .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
header .header-left,
header .header-right {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header .header-left,
  header .header-right {
    width: calc(50% - 64.5px);
  }
}
@media (min-width: 992px) {
  header .header-right {
    justify-content: flex-end;
  }
}
header .h-social-media {
  text-align: center;
}
header .h-social-media a {
  margin: 0 4px;
}
header .tel-link {
  margin-left: 12px;
}
header .tel-link img {
  display: block;
  height: 22px;
}

.home-page .specials-eyebro {
  background-color: #677c74;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media (max-width: 359.8px) {
  .home-page .specials-eyebro {
    justify-content: flex-start;
    padding-left: calc((100% - 303px) / 2);
  }
}
@media (max-width: 991.8px) {
  .home-page .specials-eyebro {
    padding: 5px 0;
  }
}
.home-page .specials-eyebro p {
  font-family: nobel, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #fff;
}
@media (max-width: 991.8px) {
  .home-page .specials-eyebro p {
    max-width: 277px;
    text-align: center;
  }
}
.home-page .specials-eyebro p a {
  text-decoration: underline;
  color: #fff;
  text-indent: 10px;
}
.home-page .specials-eyebro .eyebro-close {
  cursor: pointer;
  z-index: 200;
  position: absolute;
  width: 30px;
  height: 15px;
  background: transparent;
  right: 17px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .home-page .specials-eyebro .eyebro-close {
    justify-content: flex-end;
  }
}
.home-page .specials-eyebro .eyebro-close:hover {
  opacity: 1;
}
.home-page .specials-eyebro .eyebro-close:before,
.home-page .specials-eyebro .eyebro-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 19px;
  width: 1px;
  background-color: white;
}
@media (max-width: 991.8px) {
  .home-page .specials-eyebro .eyebro-close:before,
  .home-page .specials-eyebro .eyebro-close:after {
    height: 15px;
  }
}
.home-page .specials-eyebro .eyebro-close:before {
  transform: rotate(45deg);
}
.home-page .specials-eyebro .eyebro-close:after {
  transform: rotate(-45deg);
}

.ham-opened {
  overflow: hidden;
}

footer {
  height: auto !important;
}
footer .footer-pattern {
  width: 100%;
  display: block;
}
footer .footer-inner-wrap {
  background-color: #494c47;
  padding: 58px 4.5vw 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 37px;
    padding-top: 38px;
  }
}
footer .footer-inner-wrap a {
  font-size: 14px;
  line-height: normal;
  color: #f2f0ee;
  text-transform: uppercase;
  font-weight: 500;
}
footer .footer-inner-wrap a.f-text-link {
  display: block;
}
footer .footer-inner-wrap a.f-ph {
  margin-top: 5px;
}
footer .footer-inner-wrap a.f-text-link-underline {
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
footer .footer-inner-wrap a.f-text-link-underline:first-child {
  margin-right: 28px;
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap a.f-text-link-underline:first-child {
    margin-right: 47px;
  }
}
footer .footer-inner-wrap .f-logo {
  align-self: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-inner-wrap .f-logo {
    width: 200px;
  }
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .f-logo {
    order: 1;
    padding-bottom: 20px;
  }
}
footer .footer-inner-wrap .f-social {
  margin-top: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .f-social {
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 28px;
  }
}
footer .footer-inner-wrap .f-social a {
  margin-right: 12px;
}
footer .footer-inner-wrap .f-social a:first-child {
  margin-right: 15px;
}
footer .footer-inner-wrap .f-social a:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  footer .footer-inner-wrap .footer-left,
  footer .footer-inner-wrap .footer-right {
    width: calc(50% - 111px);
  }
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-left {
    order: 2;
    text-align: center;
  }
}
footer .footer-inner-wrap .footer-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-right {
    order: 3;
    justify-content: center;
  }
}
footer .footer-inner-wrap .footer-right .f-bozzuto {
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-right .f-bozzuto {
    order: 1;
    margin-bottom: 0;
    text-align: center;
  }
}
footer .footer-inner-wrap .footer-right .f-text-link {
  font-size: 12px;
  margin-left: 10px;
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-right .f-text-link {
    margin: 29px 5px 0;
  }
}
footer .footer-inner-wrap .footer-right .f-eho {
  margin: 0 5px 0 14px;
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-right .f-eho {
    order: 2;
  }
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-right .f-ada {
    order: 3;
  }
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-right .f-cookie {
    order: 5;
  }
}
@media (max-width: 991.8px) {
  footer .footer-inner-wrap .footer-right .f-privacy-policy {
    order: 6;
  }
}
@media (max-width: 991.8px) {
  footer .f-divider {
    width: 100%;
    order: 4;
    height: 1px;
  }
}
footer .f-links-wrap {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.specials_wrapper {
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: fixed;
}
@media (max-width: 991.8px) {
  .specials_wrapper {
    padding-top: 63px;
  }
}
.specials_wrapper .specials_popup {
  width: 50.7vw;
  margin: 0 auto;
  background-color: #677c74;
  position: relative;
  display: flex;
  max-width: 1000px;
}
@media (max-width: 991.8px) {
  .specials_wrapper .specials_popup {
    width: 95%;
  }
}
.specials_wrapper .specials_popup .popup_close {
  cursor: pointer;
  z-index: 200;
  position: absolute;
  left: 23px;
  top: 16px;
  border: 0;
}
.specials_wrapper .specials_popup .popup_close:hover {
  opacity: 1;
}
.specials_wrapper .specials_popup .popup_close:before,
.specials_wrapper .specials_popup .popup_close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
}
.specials_wrapper .specials_popup .popup_close:before {
  transform: rotate(60deg);
}
.specials_wrapper .specials_popup .popup_close:after {
  transform: rotate(-60deg);
}
.specials_wrapper .specials_popup .specials_inner {
  color: white;
  font-family: swear-text, serif;
  font-weight: 300;
  font-size: 36px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 47px;
}
@media (max-width: 767.8px) {
  .specials_wrapper .specials_popup .specials_inner {
    font-size: 20px;
  }
}
.specials_wrapper .specials_popup .specials_inner .special-offer {
  padding: 64px 30px 20px;
  width: max-content;
}
.specials_wrapper .specials_popup .specials_inner .special-tile-underline {
  width: 265px;
  border-bottom: 2px solid white;
}
@media (max-width: 991.8px) {
  .specials_wrapper .specials_popup .specials_inner .special-tile-underline {
    width: 175px;
  }
}
.specials_wrapper .specials_popup .specials_inner .lease-now-and-get-your-first-month-free {
  padding-top: 5px;
  max-width: 507px;
}
@media (max-width: 991.8px) {
  .specials_wrapper .specials_popup .specials_inner .lease-now-and-get-your-first-month-free {
    max-width: 307px;
  }
}
@media (min-width: 2500px) {
  .specials_wrapper .specials_popup .specials_inner .lease-now-and-get-your-first-month-free {
    max-width: 600px;
  }
}
.specials_wrapper .specials_popup .specials_inner a {
  padding-top: 20px;
}
.specials_wrapper .specials_popup .specials_inner .specials-apply-now {
  background-color: #cd8c4f;
  color: white;
  font-family: nobel, sans-serif;
}
.specials_wrapper .specials_popup .specials_inner .specials-apply-now:hover {
  background-color: #5e7460;
}

.home-video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.8px) {
  .home-video-wrap {
    height: 50vh;
  }
}
.home-video-wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.home-info-wrapper {
  background: url(../images/home/savio_marble.jpg) center center/cover no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 6.9vw;
}
@media (max-width: 991.8px) {
  .home-info-wrapper {
    padding: 60px 8vw;
  }
}
.home-info-wrapper .home-info-inner {
  display: flex;
}
@media (max-width: 991.8px) {
  .home-info-wrapper .home-info-inner {
    flex-wrap: wrap;
  }
}
.home-info-wrapper .home-text-info {
  width: 43.5%;
  padding: 4.375vw;
  text-align: center;
  background-color: #f2f0ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .downScrolling .active .home-info-wrapper .home-text-info {
    animation: translateCopyBox 2s ease-in;
    -webkit-animation: translateCopyBox 2s ease-in;
    -moz-animation: translateCopyBox 2s ease-in;
  }
}
@media (max-width: 991.8px) {
  .home-info-wrapper .home-text-info {
    width: 100%;
    padding: 60px 8vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sec-fourth .home-info-wrapper .home-text-info {
  background: url(../images/home/green-watercolor.jpg) center center/cover no-repeat;
  color: #fff;
}
.home-info-wrapper .home-img-wrap {
  display: flex;
  width: 56.5%;
}
@media (max-width: 991.8px) {
  .home-info-wrapper .home-img-wrap {
    width: 100%;
    height: 54vw;
  }
}
.home-info-wrapper .home-img-wrap .img-1 {
  width: 60%;
  min-height: 31vw;
  margin-right: 10px;
}
.sec-fourth .home-info-wrapper .home-img-wrap .img-1 {
  width: 69%;
  min-height: 31vw;
}
.home-info-wrapper .home-img-wrap .img-2-wrap {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .downScrolling .active .home-info-wrapper .home-img-wrap .img-2-wrap {
    animation: translateImgBox 2s ease-in;
    -webkit-animation: translateImgBox 2s ease-in;
    -moz-animation: translateImgBox 2s ease-in;
  }
}
.sec-fourth .home-info-wrapper .home-img-wrap .img-2-wrap {
  width: 31%;
}
.home-info-wrapper .home-img-wrap .img-2 {
  width: 26%;
  height: 52%;
  margin-right: 10px;
}
.sec-fourth .home-info-wrapper .home-img-wrap .img-2 {
  width: 100%;
  height: 83%;
  margin-right: 0;
}
.home-info-wrapper .home-img-wrap .img-3 {
  width: calc(74% - 10px);
  height: 52%;
}
.sec-fourth .home-info-wrapper .home-img-wrap .img-3 {
  width: 100%;
  height: calc(17% - 10px);
  margin-top: 10px;
}
.home-info-wrapper .home-img-wrap .img-4 {
  width: 100%;
  height: calc(48% - 10px);
  margin-top: 10px;
}

.sec-third .home-into h2 {
  color: #f2f0ee;
  position: relative;
  z-index: 1;
  text-align: center;
}
.sec-third .home-video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-third .home-video-wrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.first-graphic {
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .first-graphic {
    bottom: 0;
    width: 14.5vw;
  }
}
@media (max-width: 991.8px) {
  .first-graphic {
    width: 100px;
    top: 65px;
    transform: rotate(90deg);
  }
}

/*.......Play/Pause icons.......*/
.control-btn {
  position: absolute;
  z-index: 2;
  right: 60px;
  bottom: 43px;
}
@media (max-width: 1199.8px) {
  .control-btn {
    right: 40px;
  }
}
@media (max-width: 991.8px) {
  .control-btn {
    right: 20px;
  }
}
.control-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  width: 42px;
  height: 42px;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
  background: transparent;
}
@media (max-width: 991.8px) {
  .control-btn button {
    width: 30px;
    height: 30px;
  }
}
.control-btn button:before, .control-btn button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.control-btn button.video-play:before {
  background: url(../images/pause.svg) no-repeat center center;
  background-size: contain;
}
.control-btn button.video-play:after {
  background: url(../images/play.png) no-repeat center center;
  opacity: 0;
  background-size: contain;
}
.control-btn button.video-play.paused:before {
  opacity: 0;
}
.control-btn button.video-play.paused:after {
  opacity: 1;
}

@media (min-width: 992px) {
  section {
    height: 100vh;
  }
}

@keyframes translateCopyBox {
  from {
    transform: translateY(150px);
  }
  to {
    transform: translateY(0px);
  }
}
@-webkit-keyframes translateCopyBox {
  from {
    transform: translateY(150px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes translateImgBox {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(0px);
  }
}
@-webkit-keyframes translateImgBox {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(0px);
  }
}
.slick-slide .img-slick {
  display: block;
  height: fit-content;
  width: 100%;
  min-width: 100%;
}

.slick-carosuel {
  position: relative;
  display: flex;
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.contact-flip {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  backface-visibility: hidden;
  height: 50vw;
}
@media (max-width: 991.8px) {
  .contact-flip {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1500px) {
  .contact-flip {
    height: 88vh;
  }
}

.contact-lobby {
  width: 100%;
  height: 70%;
  min-height: 490px;
  object-fit: contain;
}
.contact-lobby .close-button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 9px;
  cursor: pointer;
}
.contact-lobby .close-button:before, .contact-lobby .close-button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #f2f0ee;
  width: 100%;
  height: 2px;
  transition: height 0.2s ease-out;
  border-radius: 3px;
}
.contact-lobby .close-button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.contact-lobby .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 991.8px) {
  .contact-lobby .close-button {
    display: none;
  }
}
@media (max-width: 991.8px) {
  .contact-lobby {
    order: 2;
    height: 81vw;
    min-height: auto;
  }
}

.cotact_lobby_icon {
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: cover;
}
@media (max-width: 991.8px) {
  .cotact_lobby_icon {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
  }
}

.contact-plant {
  height: calc(30% - 10px);
  width: 76%;
  min-height: 200px;
  margin: 10px 0px 0;
}

.contact-plant-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-plant2 {
  display: none;
}
@media (max-width: 991.8px) {
  .contact-plant2 {
    display: inline;
    min-width: 63vw;
    max-width: 63vw;
    min-height: 33vw;
    overflow: hidden;
    margin-top: 10px;
  }
}

.contact-pattern {
  width: calc(24% - 10px);
  height: calc(30% - 10px);
  min-height: 200px;
  margin: 10px 0px 0 10px;
}
@media (max-width: 991.8px) {
  .contact-pattern {
    min-width: 18vw;
    max-width: 18vw;
    margin-left: 2.6vw;
    min-height: 33vw;
    height: auto;
    overflow: hidden;
  }
}

.contact_pattern_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}
@media (max-width: 991.8px) {
  .contact_pattern_icon {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
    min-height: 100%;
  }
}

.two {
  position: absolute;
  display: flex;
  flex-direction: row;
  height: 50vw;
  flex-wrap: wrap;
  width: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
@media (max-width: 991.8px) {
  .two {
    position: static;
    height: auto !important;
    min-width: 100%;
    max-width: 100%;
  }
}

.inner-wrapper {
  position: relative;
  width: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}
@media (max-width: 991.8px) {
  .inner-wrapper {
    transform: rotateY(180deg) !important;
    position: static;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }
}

.contact-form-wrapper {
  background-color: transparent;
  width: 38.7vw;
  min-height: 700px;
  height: 50vw;
}
.contact-form-wrapper .button-rotate {
  background-color: #f2f0ee;
  position: absolute;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: -45px;
  top: -45px;
  width: 100px;
  height: 100px;
  background-color: #f2f0ee;
  border: 3px solid #cd8c4f;
  border-radius: 100px;
  z-index: 2;
}
.contact-form-wrapper .button-rotate p {
  width: 51px;
  height: 44px;
  text-transform: uppercase;
  margin-block-start: 0px;
  font-family: nobel, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.05px;
  text-align: center;
  color: #000;
}
.contact-form-wrapper .button-rotate .arrow-button {
  width: 22px;
  height: 8px;
  margin-top: 8px;
}
@media (max-width: 991.8px) {
  .contact-form-wrapper .button-rotate {
    display: none;
  }
}
@media (max-width: 991.8px) {
  .contact-form-wrapper {
    height: auto;
    padding-top: 26px;
    width: 84vw;
    min-height: auto;
  }
}

.office-hours {
  background-color: #f2f0ee;
  height: calc(30% - 10px);
  width: 76%;
  min-height: 200px;
  margin: 10px 0px 0;
  padding: 20px 9px 34px 29px;
}
.office-hours h3 {
  margin: 0px;
  font-family: swear-text, serif;
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.office-hours h3 {
  font-size: calc(36px + 0 * (100vw - 375px) / 1025);
}
.office-hours p {
  text-transform: uppercase;
  margin: 16px 0 0;
  font-family: nobel, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 1.05px;
  text-align: left;
  color: #000;
}
.office-hours p {
  font-size: calc(12px + 2 * (100vw - 375px) / 1625);
}
@media (max-width: 991.8px) {
  .office-hours {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    order: 1;
    margin-bottom: 10px;
    padding: 28px 20px 30px 29px;
  }
}

.contact-form {
  background-image: url("../../savio/images/contact/green-watercolor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 144px 8.3vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .contact-form {
    align-items: center;
    flex-direction: column;
    padding: 0px;
    padding-bottom: 30px;
  }
}

.form-section {
  background-color: #f2f0ee;
  box-sizing: border-box;
  margin-right: 10px;
  padding-top: 42px;
  padding-bottom: 30px;
  width: 57.5vw;
  min-height: 50vw;
  max-height: 2500px;
}
@media (max-width: 1399.8px) {
  .form-section {
    min-height: 700px;
  }
}
@media (max-width: 991.8px) {
  .form-section {
    padding-top: 60px;
    min-width: 100%;
    margin-right: 0;
    height: auto;
    padding-bottom: 50px;
  }
}
.form-section .form-header {
  margin: auto;
  font-family: swear-text, serif;
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 8px;
  letter-spacing: normal;
  max-width: 84vw;
  text-align: center;
  color: #000;
}
@media (max-width: 991.8px) {
  .form-section .form-header {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.form-section .savio-aparment {
  max-width: 84vw;
  margin: auto;
  font-family: swear-text, serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 1.58px;
  text-align: center;
  color: #000;
}
.form-section .savio-address {
  margin: auto;
  display: block;
  text-decoration: none;
  max-width: 316px;
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.05px;
  text-align: center;
  color: #000;
  margin-top: 16px;
}
@media (max-width: 359.8px) {
  .form-section .savio-address {
    max-width: 84vw;
  }
}
.form-section .savio-telephone {
  margin: auto;
  display: block;
  text-decoration: none;
  max-width: 316px;
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.05px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
}
@media (max-width: 359.8px) {
  .form-section .savio-telephone {
    max-width: 84vw;
  }
}
.form-section .hywrap {
  max-width: none;
  padding: 0px 46px;
}
@media (max-width: 991.8px) {
  .form-section .hywrap {
    min-width: 100%;
    padding: 0px 36px;
  }
}
.form-section .hywrap .control-label {
  color: #000;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  padding-top: 0px;
  font-weight: normal;
  position: absolute;
  top: 20px;
}
.form-section .hywrap .control-label {
  font-size: calc(13px + 2 * (100vw - 375px) / 1025);
}
.form-section .hywrap .controls input,
.form-section .hywrap .controls textarea,
.form-section .hywrap .controls select {
  color: #000;
  letter-spacing: 0.075em;
  padding-top: 5px;
  font-family: nobel, sans-serif;
}
.form-section .hywrap .controls input,
.form-section .hywrap .controls textarea,
.form-section .hywrap .controls select {
  font-size: calc(13px + 2 * (100vw - 375px) / 1025);
}
.form-section .hywrap .control-group {
  clear: none;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .control-group {
    margin-bottom: 10px;
  }
}
.form-section .hywrap .unstyled {
  display: flex;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .unstyled {
    flex-direction: column;
  }
}
.form-section .hywrap .name-fields li:first-child {
  width: 48%;
  margin-bottom: 0px;
  margin-right: 4%;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .name-fields li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.form-section .hywrap .name-fields li:first-child input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-section .hywrap .name-fields li:last-child {
  width: 48%;
  margin-bottom: 0px;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .name-fields li:last-child {
    width: 100%;
  }
}
.form-section .hywrap .name-fields li:last-child input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-section .hywrap .name-fields li:last-child label {
  position: absolute;
  top: 20px;
}
.form-section .hywrap .hytag_email {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
  clear: left;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_email {
    width: 100%;
  }
}
.form-section .hywrap .hytag_email .control-label {
  position: absolute;
  top: 20px;
}
.form-section .hywrap .hytag_email .controls .validate {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-section .hywrap .hytag_phone {
  position: relative;
  float: left;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_phone {
    width: 100%;
  }
}
.form-section .hywrap .hytag_phone .control-label {
  position: absolute;
  top: 20px;
}
.form-section .hywrap .hytag_phone .controls .validate {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-section .hywrap .hytag_form_desired_move_in_date {
  float: left;
  width: 48%;
  margin-right: 4%;
  clear: left;
  position: relative;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_form_desired_move_in_date {
    width: 100%;
  }
}
.form-section .hywrap .hytag_form_desired_move_in_date .control-label {
  position: absolute;
  top: 20px;
}
.form-section .hywrap .hytag_form_desired_move_in_date .controls .validate {
  border: none;
  background: url("../../savio/images/gallery/arrow-down.png") no-repeat right 10px bottom 8px !important;
  appearance: none;
  background-size: 6px !important;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-section .hywrap .hytag_number_of_bedrooms {
  float: left;
  position: relative;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_number_of_bedrooms {
    width: 100%;
  }
}
.form-section .hywrap .hytag_number_of_bedrooms .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.form-section .hywrap .hytag_number_of_bedrooms .controls .validate {
  position: relative;
  background: url("../../savio/images/gallery/arrow-down.png") no-repeat right 10px bottom 8px !important;
  background-size: 6px !important;
  appearance: none;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.form-section .hywrap .hytag_form_comment {
  position: relative;
  float: left;
  clear: both;
  margin-top: 35px;
  width: 100%;
  margin-bottom: 0px;
}
.form-section .hywrap .hytag_form_comment .control-label {
  float: left;
  position: static;
}
.form-section .hywrap .hytag_form_comment .controls textarea {
  border: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-top: 0px;
  height: 105px;
}
.form-section .hywrap .hytag_address1 {
  float: left;
  position: relative;
  margin-right: 4%;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_address1 {
    width: 100%;
    margin-top: 50px;
  }
}
.form-section .hywrap .hytag_address1 .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.form-section .hywrap .hytag_address1 .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.form-section .hywrap .hytag_city {
  float: left;
  position: relative;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_city {
    width: 100%;
  }
}
.form-section .hywrap .hytag_city .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.form-section .hywrap .hytag_city .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.form-section .hywrap .hytag_state {
  float: left;
  position: relative;
  margin-right: 4%;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_state {
    width: 100%;
  }
}
.form-section .hywrap .hytag_state .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.form-section .hywrap .hytag_state .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.form-section .hywrap .hytag_zip {
  float: left;
  position: relative;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .form-section .hywrap .hytag_zip {
    width: 100%;
  }
}
.form-section .hywrap .hytag_zip .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.form-section .hywrap .hytag_zip .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.form-section .hywrap .hytag_sign_up_for_the_newsletter {
  clear: both;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}
.form-section .hywrap .hytag_sign_up_for_the_newsletter .control-label {
  color: #000;
  text-transform: uppercase;
  position: static;
}
.form-section .hywrap .hytag_sign_up_for_the_newsletter .controls label {
  color: #000;
}
.form-section .form-actions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-section .form-actions #more-info {
  order: -1;
  margin-top: 11px;
}
.form-section .form-actions #more-info a {
  text-decoration-color: grey;
  font-family: nobel, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.64;
  letter-spacing: 1.05px;
  text-align: left;
  color: #000;
}
.form-section .hywrap button[type=submit] {
  border-radius: 0;
  color: #f2f0ee;
  background-color: #cd8c4f;
  font-family: nobel, sans-serif;
  border-color: #cd8c4f;
  align-self: flex-end;
  clip-path: polygon(100% 0, 100% 75%, 91% 100%, 0 100%, 0 0);
  margin-top: 10px;
  padding: 13px 40px 13px 40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 1.13px;
  text-align: center;
}
.form-section .hywrap button[type=submit]:hover {
  background-color: #5e7460;
  border-color: #5e7460;
}
.form-section #form-success {
  margin: auto;
  margin-top: 20px;
  min-width: auto;
  max-width: fit-content;
  color: #000 !important;
}

.thankyou-wrapper {
  display: flex;
  flex-direction: row;
  padding: 144px 120px;
  align-items: center;
  justify-content: center;
  background-image: url("../../savio/images/contact/green-watercolor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper {
    flex-direction: column;
    padding: 0;
    justify-content: unset;
  }
}
.thankyou-wrapper .location {
  display: flex;
  flex-direction: row;
  width: 34.7vw;
  min-width: 450px;
  flex-wrap: wrap;
  height: 49vw;
  min-height: 700px;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .location {
    min-width: 84vw;
    max-width: 84vw;
    margin: auto;
    margin-top: 26px;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
}
.thankyou-wrapper .location .location-map {
  min-width: 100%;
  height: 70%;
  min-height: 490px;
}
.thankyou-wrapper .location .location-map img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .location .location-map {
    order: 2;
    min-height: 82.1vw;
    height: 82.1vw;
  }
}
.thankyou-wrapper .location .plant {
  background-color: #f2f0ee;
  width: 76%;
  height: calc(30% - 10px);
  min-height: 200px;
  margin: 10px 10px 0px 0px;
  padding: 20px 0px 0px 39px;
  box-sizing: border-box;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .location .plant {
    order: 1;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 31px 20px 34px 29px;
  }
}
.thankyou-wrapper .location .plant h3 {
  font-family: swear-text, serif;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 16px;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.thankyou-wrapper .location .plant p {
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 1.05px;
  text-align: left;
  color: #000;
}
.thankyou-wrapper .location .plant2 {
  display: none;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .location .plant2 {
    display: inline;
    width: 63vw;
    height: 32vw;
    margin-right: 2.6vw;
    overflow: hidden;
  }
}
.thankyou-wrapper .location .plant2 img {
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.thankyou-wrapper .location .pattern {
  height: calc(30% - 10px);
  width: calc(24% - 10px);
  min-height: 200px;
  margin: 10px 0px 0 0px;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .location .pattern {
    width: 18vw;
    margin-top: 0px;
    min-height: auto;
    height: 32vw;
    overflow: hidden;
  }
}
.thankyou-wrapper .location .pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .location .pattern img {
    height: 100%;
  }
}
.thankyou-wrapper .thankyou-card {
  display: flex;
  box-sizing: border-box;
  background-color: #f2f0ee;
  padding: 73px 0px 65px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 47.9vw;
  min-height: 700px;
  height: 49vw;
  margin-right: 10px;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .thankyou-card {
    min-width: 100%;
    height: auto;
    margin: 0;
    min-height: auto;
    padding: 61px 0px 59px;
  }
}
.thankyou-wrapper .thankyou-card .thank-you-header {
  font-family: swear-text, serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.thankyou-wrapper .thankyou-card .thank-you-header {
  font-size: calc(40px + 8 * (100vw - 375px) / 925);
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .thankyou-card .thank-you-header {
    max-width: 84vw;
  }
}
.thankyou-wrapper .thankyou-card .thank-you-intouch {
  max-width: 250px;
  font-family: nobel, sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.58px;
  text-align: center;
  color: #000;
  margin: 0;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .thankyou-card .thank-you-intouch {
    max-width: 84vw;
  }
}
.thankyou-wrapper .thankyou-card .savio-logo-thankyou {
  width: 421px;
  height: 132px;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .thankyou-card .savio-logo-thankyou {
    display: none;
  }
}
.thankyou-wrapper .thankyou-card .parksion-logo {
  width: 88px;
  height: 91px;
}
@media (max-width: 991.8px) {
  .thankyou-wrapper .thankyou-card .parksion-logo {
    display: none;
  }
}

.error-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10.9vw 6.9vw;
  background-image: url("../../savio/images/contact/green-watercolor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.8px) {
  .error-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8vw;
  }
}
.error-wrapper .error-image {
  margin-left: 10px;
  height: 30.8vw;
  width: 47.9vw;
  min-height: 444px;
}
@media (max-width: 991.8px) {
  .error-wrapper .error-image {
    height: 54.1vw;
    width: 84vw;
    margin-left: 0px;
    min-height: unset;
    margin-top: 10px;
  }
}
.error-wrapper .error-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-wrapper .error-content {
  background-color: #f2f0ee;
  width: 37.5vw;
  height: 30.8vw;
  min-height: 444px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991.8px) {
  .error-wrapper .error-content {
    height: auto;
    width: 84vw;
    min-height: auto;
    padding: 16vw 7.7vw;
  }
}
.error-wrapper .error-content h3 {
  font-family: swear-text, serif;
  margin: auto;
  margin-top: 0px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-block-end: 0;
}
.error-wrapper .error-content h3 {
  font-size: calc(40px + 8 * (100vw - 375px) / 617);
}
.error-wrapper .error-content .wandered-away {
  text-align: center;
  align-items: center;
  margin: 40px 0 44px;
  display: flex;
  flex-direction: column;
}
.error-wrapper .error-content .wandered-away p {
  max-width: 316px;
  font-family: nobel, sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.58px;
  text-align: center;
  color: #000;
}
.error-wrapper .error-content button {
  color: #f2f0ee;
  padding: 17px 46px 16px 47px;
  background-color: #cd8c4f;
  border: none;
  clip-path: polygon(100% 0, 100% 88%, 93% 100%, 0 100%, 0 0);
  font-family: nobel, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  cursor: pointer;
  text-align: center;
}
.error-wrapper .error-content button:hover {
  background-color: #5e7460;
}

.gallery-page {
  padding: 169px 8.3vw 120px;
  background: url(../images/gallery/savio_marble_repeat-y.jpg) repeat top center/100% auto;
}
@media (max-width: 991.8px) {
  .gallery-page {
    padding-top: 131px;
    padding-bottom: 60px;
  }
}
.gallery-page .large-heading,
.gallery-page .gallery-info {
  text-align: center;
}
.gallery-page .large-heading {
  margin-bottom: 18px;
}
.gallery-page .large-heading span {
  font-style: normal;
}
.gallery-page .gallery-info {
  max-width: 775px;
  margin: 0 auto;
}
@media (max-width: 991.8px) {
  .gallery-page .gallery-info {
    padding: 0 8vw;
  }
}
.gallery-page .gallery-category {
  margin-top: 77px;
  text-align: center;
  margin-bottom: 25px;
}
.gallery-page .gallery-category .selectivo {
  background: transparent;
}
@media (min-width: 992px) {
  .gallery-page .gallery-category .selectivo__dropdown {
    display: flex;
    position: static;
    border: 0;
    background: transparent;
  }
  .gallery-page .gallery-category .selectivo__label,
  .gallery-page .gallery-category .selectivo__option {
    font-family: nobel, sans-serif;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 1.05px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0 20px;
  }
  .gallery-page .gallery-category .selectivo__option {
    position: relative;
    padding-bottom: 3px;
  }
  .gallery-page .gallery-category .selectivo__option:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background-color: #cd8c4f;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    visibility: hidden;
  }
  .gallery-page .gallery-category .selectivo__option.selectivo__option--selected:after, .gallery-page .gallery-category .selectivo__option:hover:after {
    width: 100%;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (max-width: 991.8px) {
  .gallery-page .gallery-category {
    margin-top: 56px;
    margin-bottom: 63px;
    padding: 0 8vw;
  }
  .gallery-page .gallery-category .selectivo {
    width: 100%;
  }
  .gallery-page .gallery-category .selectivo__label {
    border: 0;
    border-bottom: solid 1px #000;
    padding: 0 0 3px;
    background: url(../images/gallery/arrow-down.png) no-repeat right 10px center transparent;
  }
  .gallery-page .gallery-category .selectivo__label,
  .gallery-page .gallery-category .selectivo__option {
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 1.05px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
  }
}
.gallery-page .g-load-more {
  margin: 80px auto 0;
  display: block;
}
@media (max-width: 991.8px) {
  .gallery-page .g-load-more {
    margin-top: 30px;
  }
}
.gallery-page .virtual-tour-btn {
  font-weight: 500;
}

.gallery-grid .gallery-row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.8px) {
  .gallery-grid .gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
  }
}
.gimg-tile a {
  cursor: url(../images/gallery_cursor.svg), auto;
  display: block;
}
.gimg-tile.large {
  width: 48.3vw;
  height: 48.6vw;
}
.g-1 .gimg-tile.large, .g-3 .gimg-tile.large {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.g-2 .gimg-tile.large, .g-4 .gimg-tile.large {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gimg-tile.medium {
  width: calc(34.7vw - 5px);
  height: calc(26.9vw - 5px);
}
.g-1 .gimg-tile.medium, .g-3 .gimg-tile.medium {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.g-2 .gimg-tile.medium {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.gimg-tile.small {
  width: calc(58% - 5px);
  height: calc(21.52vw - 5px);
}
.g-2 .gimg-tile.small, .g-4 .gimg-tile.small {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.g-3 .gimg-tile.small {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991.8px) {
  .gimg-tile {
    width: calc(50% - 10px) !important;
    height: 40.8vw !important;
    margin: 5px;
  }
  .gimg-tile:nth-child(3) {
    width: 100% !important;
    height: 56vw !important;
  }
}

.tile-with-text-wrap {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  width: calc(34.7vw - 5px);
  height: calc(21.52vw - 5px);
  display: flex;
  gap: 10px;
}
@media (max-width: 991.8px) {
  .tile-with-text-wrap {
    width: calc(50% - 10px) !important;
    height: 40.8vw !important;
    margin: 5px;
  }
  .tile-with-text-wrap .gimg-tile {
    width: 100% !important;
    margin: 0 !important;
  }
  .tile-with-text-wrap:nth-child(3) {
    width: 100% !important;
    height: 56vw !important;
    margin: 5px;
  }
  .tile-with-text-wrap:nth-child(3) .gimg-tile {
    height: 100% !important;
  }
}
.g-4 .tile-with-text-wrap {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: calc(26.9vw - 5px);
}

@media (min-width: 992px) {
  .g-2 .gimg-tile.small,
  .g-3 .gimg-tile.small,
  .g-4 .gimg-tile.small {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .g-4 .gimg-tile.medium {
    width: calc(50% - 5px);
  }
}
.g-4 .text-tile-wrap {
  width: calc(50% - 5px);
}

.text-tile-wrap {
  width: calc(42% - 5px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-tile-wrap .text-tile {
  font-family: swear-text, serif;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  height: 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f0ee;
  background: url(../images/gallery/green-watercolor.jpg) no-repeat center center/cover;
  text-align: center;
}
.text-tile-wrap .text-tile {
  font-size: calc(24px + 8 * (100vw - 992px) / 448);
}
.text-tile-wrap .text-tile .not-italic {
  font-style: normal;
}
.text-tile-wrap .gimg-pattern {
  width: 100%;
  height: auto;
  flex: 1;
}
.text-tile-wrap .gimg-pattern a {
  cursor: default;
}

.light-box {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gallery/savio_marble.jpg) no-repeat center center/cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s ease-out;
  padding: 3.3vw;
}
@media (max-width: 991.8px) {
  .light-box {
    padding: 65px 0 35px;
  }
}
.gallery_lightbox_open .light-box {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.light-box .lightbox-close {
  position: absolute;
  right: 1.3vw;
  top: 1.3vw;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.light-box .light-box-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .light-box .light-box-inner {
    border: 1px solid #000;
    padding: 60px 50px 30px;
  }
}
@media (max-width: 991.8px) {
  .light-box .light-box-inner {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .light-box .gallery-slider,
  .light-box .slick-list,
  .light-box .slick-track {
    height: 100%;
  }
}
.light-box .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.light-box .slick-track {
  display: flex;
  align-items: center;
}
.light-box .slick-arrow {
  font-family: nobel, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000;
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9;
}
@media (max-width: 991.8px) {
  .light-box .slick-arrow {
    font-size: 0;
    color: transparent;
    width: 25px;
    height: 100px;
  }
  .light-box .slick-arrow:before {
    content: "";
    width: 14px;
    height: 14px;
    border-left: 1px solid #f2f0ee;
    border-bottom: 1px solid #f2f0ee;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.light-box .slick-arrow.slick-prev {
  transform: translate(0, -50%) rotate(-90deg);
  transform-origin: 0;
  left: -20px;
}
@media (max-width: 991.8px) {
  .light-box .slick-arrow.slick-prev {
    transform: translate(0, -50%);
    left: 5px;
  }
  .light-box .slick-arrow.slick-prev:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%) rotate(45deg);
  }
}
.light-box .slick-arrow.slick-next {
  right: -20px;
  transform: translate(0, -50%) rotate(90deg);
  transform-origin: 100%;
}
@media (max-width: 991.8px) {
  .light-box .slick-arrow.slick-next {
    transform: translate(0, -50%);
    transform-origin: 0 13px;
    right: 5px;
  }
  .light-box .slick-arrow.slick-next:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%) rotate(-133deg);
  }
}
.light-box .glry-img img {
  max-height: calc(100vh - 3.3vw - 190px);
}
@media (max-width: 991.8px) {
  .light-box .glry-img img {
    max-height: calc(100vh - 100px);
    max-width: 100%;
  }
}
.light-box .gallery-caption {
  display: flex;
  padding-top: 10px;
  width: 67%;
  margin: 0 auto;
}
@media (max-width: 991.8px) {
  .light-box .gallery-caption {
    width: 100%;
    padding-left: 8.3%;
    padding-right: 8.3%;
    min-height: 45px;
  }
}
.light-box .gallery-caption p,
.light-box .gallery-caption .slide-count {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 300;
  font-style: italic;
  font-family: swear-text, serif;
}
.light-box .gallery-caption .slide-count {
  margin-left: auto;
}

.features .features-sec {
  height: auto;
}
.features .features-bg {
  background-image: linear-gradient(to bottom, transparent 45%, #8b9d89 27%) !important;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.8px) {
  .features .features-bg {
    background: url(../images/home/savio_marble.jpg) center center/cover no-repeat !important;
    padding: 0px;
  }
}
.features .features-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/home/savio_marble.jpg) center center/cover no-repeat;
  z-index: -1;
}
.features .features-info {
  margin: 0 auto;
  margin-top: 44px;
  padding: 0 12vw;
}
@media (max-width: 991.8px) {
  .features .features-info {
    padding: 0px 31px 0px 26px;
  }
}
@media (max-width: 991.8px) {
  .features .heading-mob {
    padding: 0px 0px 0px 0px;
  }
}
.features .features-inner {
  padding: 99px 0 60px;
  height: auto;
  text-align: center;
}
@media (max-width: 991.8px) {
  .features .features-inner {
    padding: 50px 0px 0px;
  }
}
.features .tab {
  display: none;
}
.features .button-aligner {
  display: flex;
  justify-content: center;
  gap: 3vw;
  margin-bottom: 1vw;
}
@media (max-width: 991.8px) {
  .features .button-aligner {
    gap: 6vw;
    margin-bottom: 3vw;
  }
}
.features .tab-container {
  text-align: center;
  margin-top: 5vw;
}
@media (max-width: 991.8px) {
  .features .tab-container {
    margin-top: 30px;
  }
}
.features .tab.active {
  display: block;
  background: #f2f0ee !important;
}
@media (max-width: 767.8px) {
  .features .tab.active {
    background: #677c74 !important;
  }
}
.features .tab-button {
  cursor: pointer;
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  border-bottom: 2px solid transparent;
}
@media (max-width: 991.8px) {
  .features .tab-button {
    margin-top: 25px;
  }
}
.features .tab-button:hover {
  border-bottom: 2px solid #cd8b50;
}
.features .tab-button.active {
  border-bottom: 2px solid #cd8b50;
  color: #000;
}

.box {
  width: 100%;
  height: auto;
  background-color: #f2f0ee;
  border: 1px solid #f2f0ee;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
}
@media (max-width: 991.8px) {
  .box {
    padding: unset;
  }
}

.Text-BG {
  width: 100%;
  height: auto;
  padding: 62px 48px 35px 47px;
  border: solid 1px #000;
  background-color: var(--white);
  text-align: center;
}
.Text-BG h2 {
  font-size: 21px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 1.58px;
}
@media (max-width: 991.8px) {
  .Text-BG {
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 63px 25px 29px;
  }
}

.description-list {
  list-style: none;
  margin-top: 10px;
  font-family: nobel, sans-serif;
  margin-top: 50px;
  column-count: 3;
  gap: 64px;
}
@media (max-width: 991.8px) {
  .description-list {
    margin-top: 35px;
    column-count: unset;
  }
}
.description-list li {
  font-size: 21px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.58px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.8px) {
  .description-list li {
    display: block;
    font-size: 21px;
    line-height: unset;
  }
}
.description-list span {
  margin-bottom: 26px;
}
@media (max-width: 991.8px) {
  .description-list span {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767.8px) {
  svg {
    width: 100%;
  }
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #677c74;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

@media (max-width: 767.8px) {
  circle {
    display: none;
  }
}
circle:hover {
  cursor: pointer;
}

@media (max-width: 767.8px) {
  .increased-stroke-width {
    stroke-width: 50px;
    r: 18;
  }
}

.sticky-text {
  position: absolute;
  width: max-content;
  height: 57px;
  margin: 18px 89px 0 0;
  padding: 19px 24px 12px;
  opacity: 0.7;
  background-color: #fff;
  white-space: nowrap;
  font-family: "Nobel";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sticky-text {
    top: 0;
    left: 20px;
  }
}
@media (max-width: 767.8px) {
  .sticky-text {
    display: none;
  }
}

.sticky-text-mob {
  position: absolute;
  width: max-content;
  height: 48px;
  margin: 18px 89px 0 0;
  padding: 20px 5px 14px;
  opacity: 0.7;
  background-color: #fff;
  white-space: nowrap;
  font-family: "Nobel";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .sticky-text-mob {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .sticky-text-mob {
    top: -26px;
    left: 30%;
  }
}

@media (max-width: 991.8px) {
  .align-text {
    top: -26px;
    left: 30%;
  }
}

@media (min-width: 992px) {
  .align-text-lg {
    top: 0;
    left: 20px;
  }
}

.desc-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.8px) {
  .desc-layout {
    margin-top: 34px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.svg-wrapper {
  position: relative;
}

.line {
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: white;
  opacity: 0.7;
  display: none;
}
@media (max-width: 767.8px) {
  .line {
    display: none;
  }
}

.line2 {
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: white;
  opacity: 0.7;
  display: none;
}
@media (max-width: 767.8px) {
  .line2 {
    display: none;
  }
}

.line3 {
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: white;
  opacity: 0.7;
  display: none;
}
@media (max-width: 767.8px) {
  .line3 {
    display: none;
  }
}

.left-line {
  right: auto;
}

.right-line {
  left: auto;
}

.line-show {
  display: block;
}

@media (max-width: 991.8px) {
  .desk-fp {
    display: none;
  }
}

.title-carousel {
  max-width: 100vw;
  width: 100%;
  display: flex;
  margin-top: -7px;
}

.slider-container {
  display: flex !important;
  width: 100%;
  background-color: #677c74;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .slider-container {
    display: none !important;
  }
}

.slick-list {
  width: 100% !important;
}

.slick-slide {
  top: 6px !important;
  padding: 5px 0px;
}

.slick-prev,
.slick-next {
  background-color: #677c74;
  border: none;
  color: #fff;
  padding: 8px;
}

.fp-button a {
  margin-top: 60px;
  color: #f2f0ee;
  padding: 17px 35px 16px 35px;
  background-color: #cd8c4f;
  border: none;
  clip-path: polygon(100% 0, 100% 88%, 93% 100%, 0 100%, 0 0);
  font-family: nobel, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
@media (max-width: 991.8px) {
  .fp-button a {
    margin-top: 0;
  }
}
.fp-button a:hover {
  background-color: #5e7460;
}

.mob-btn {
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .mob-btn {
    display: none;
  }
}

.non-italic {
  font-style: normal;
}

.align-heading {
  display: flex;
  font-weight: 500;
  justify-content: center;
  gap: 12px;
  padding: 0px 16.5vw;
}
@media (max-width: 991.8px) {
  .align-heading {
    gap: 0;
    flex-direction: column;
  }
}

.features .main-content {
  height: 100vh;
  width: 100%;
}

.services-info-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 6.9vw;
}
.services-first .services-info-wrapper {
  margin-top: 65px;
  background: url(../images/home/green-watercolor.jpg) center center/cover no-repeat;
}
.services-second .services-info-wrapper {
  background: url(../images/home/savio_marble.jpg) center center/cover no-repeat;
}
.services-third .services-info-wrapper {
  background: url(../images/home/green-watercolor.jpg) center center/cover no-repeat;
  padding: 60px 6.9vw;
  height: 100%;
}
@media (max-width: 991.8px) {
  .services-third .services-info-wrapper {
    height: 100%;
    padding: 16vw 8vw;
  }
}
@media (max-width: 991.8px) {
  .services-info-wrapper {
    padding: 60px 8vw;
  }
}
.services-info-wrapper .services-info-inner {
  display: flex;
  width: 100%;
}
@media (max-width: 991.8px) {
  .services-info-wrapper .services-info-inner {
    flex-wrap: wrap;
    height: 100%;
  }
  .services-second .services-info-wrapper .services-info-inner {
    flex-direction: column-reverse;
  }
  .services-forth .services-info-wrapper .services-info-inner {
    flex-direction: column-reverse;
  }
}
.services-info-wrapper .services-info-inner .services-text-info-bg {
  background: url(../images/services/fp_header_Pattern.png) center center/cover no-repeat;
  width: 43.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 4.65vw 4.86vw;
}
@media (max-width: 991.8px) {
  .services-info-wrapper .services-info-inner .services-text-info-bg {
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    margin-right: unset;
    padding: unset;
    margin-bottom: 10px;
    align-items: flex-start;
    padding-bottom: 55px;
  }
}
.services-second .services-info-wrapper .services-info-inner .services-text-info-bg {
  background: #f2f0ee;
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 991.8px) {
  .services-second .services-info-wrapper .services-info-inner .services-text-info-bg {
    padding: unset;
  }
}
.services-info-wrapper .services-info-inner .services-text-info {
  padding: 45px 1.68vw 49px;
  text-align: center;
  background-color: #f2f0ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .downScrolling .active .services-info-wrapper .services-info-inner .services-text-info {
    animation: translateCopyBox 2s ease-in;
    -webkit-animation: translateCopyBox 2s ease-in;
    -moz-animation: translateCopyBox 2s ease-in;
  }
}
@media (min-width: 1400px) {
  .services-info-wrapper .services-info-inner .services-text-info {
    height: 21.5vw;
  }
}
@media (max-width: 991.8px) {
  .services-info-wrapper .services-info-inner .services-text-info {
    width: 100%;
    padding: 37px 8vw 45px;
    height: 100%;
  }
}
.services-second .services-info-wrapper .services-info-inner .services-text-info {
  background-color: unset;
}
.services-info-wrapper .services-info-inner .services-img-wrap {
  display: flex;
  width: 55.8%;
}
@media (max-width: 991.8px) {
  .services-info-wrapper .services-info-inner .services-img-wrap {
    width: 100%;
    height: 54vw;
  }
}
.services-info-wrapper .services-info-inner .services-img-wrap .img-1 {
  margin-right: 10px;
  width: 78%;
}
.services-info-wrapper .services-info-inner .services-img-wrap .img-2-wrap {
  width: 32.5%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .downScrolling .active .services-info-wrapper .services-info-inner .services-img-wrap .img-2-wrap {
    animation: translateImgBox 2s ease-in;
    -webkit-animation: translateImgBox 2s ease-in;
    -moz-animation: translateImgBox 2s ease-in;
  }
}
.services-info-wrapper .services-info-inner .services-img-wrap .img-2-wrap .img-2 {
  width: 100%;
  height: calc(25.68% - 10px);
}
.services-info-wrapper .services-info-inner .services-img-wrap .img-2-wrap .img-3 {
  width: 100%;
  height: 74%;
  margin-right: 0px;
  margin-top: 10px;
}
@media (max-width: 991.8px) {
  .services-info-wrapper .services-info-inner .services-img-wrap .img-2-wrap .img-3 {
    height: 74%;
    margin-top: 10px;
  }
}

.services-text-wrap {
  border: solid 1px white;
  width: 100%;
  height: 100%;
}
.services-text-wrap .services-third-text-bg {
  background-color: #647871;
  padding-top: 56px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991.8px) {
  .services-text-wrap .services-third-text-bg {
    padding: 35px 8vw 44px;
  }
}
.services-text-wrap .services-third-text-bg .services-text-heading {
  text-align: center;
  color: #fff;
}
.services-text-wrap .services-third-text-bg .services-text-heading h2 {
  font-family: nobel, sans-serif;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 1.58px;
  font-size: 21px;
}
.services-text-wrap .services-third-text-bg .services-text-column-wrap {
  padding: 68px 5.42vw 3.33vw 48px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .services-text-wrap .services-third-text-bg .services-text-column-wrap {
    padding: 6.43vw 0 0 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-1 {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-1 p {
  font-family: nobel, sans-serif;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: 1.58px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 991.8px) {
  .services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-1 {
    width: unset;
    height: 100%;
  }
  .services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-1 p {
    padding: 11px 0;
  }
}
.services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-2 {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-2 p {
  font-family: nobel, sans-serif;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: 1.58px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 991.8px) {
  .services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-2 {
    width: unset;
    height: 100%;
  }
  .services-text-wrap .services-third-text-bg .services-text-column-wrap .services-text-column-2 p {
    padding: 3vw 0;
  }
}

.services-forth .services-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 150px 6.9vw;
  background: url(../images/home/savio_marble.jpg) center center/cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.8px) {
  .services-forth .services-info-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 60px 8vw;
  }
}
.services-forth .services-info-wrapper .services-image {
  margin-left: 10px;
  width: 47.9vw;
}
@media (max-width: 991.8px) {
  .services-forth .services-info-wrapper .services-image {
    height: auto;
    width: 84vw;
    margin-left: 0px;
    min-height: unset;
    margin-bottom: 10px;
  }
}
.services-forth .services-info-wrapper .services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-forth .services-info-wrapper .services-content {
  background-color: #f2f0ee;
  width: 83.7%;
  padding: 68px 5.42vw 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .services-forth .services-info-wrapper .services-content {
    height: 30.8vw;
  }
}
@media (max-width: 991.8px) {
  .services-forth .services-info-wrapper .services-content {
    height: auto;
    width: 84vw;
    min-height: auto;
    padding: 40px 7.7vw;
  }
}
.services-forth .services-info-wrapper .services-content h3 {
  font-family: swear-text, serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-block-end: 0;
  line-height: 1;
}
.services-forth .services-info-wrapper .services-content h3 {
  font-size: calc(40px + 8 * (100vw - 375px) / 617);
}
@media (max-width: 991.8px) {
  .services-forth .services-info-wrapper .services-content h3 {
    max-width: 216px;
  }
}
.services-forth .services-info-wrapper .services-content .welcome-home {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
}
@media (max-width: 991.8px) {
  .services-forth .services-info-wrapper .services-content .welcome-home {
    padding-bottom: 25px;
  }
}
.services-forth .services-info-wrapper .services-content .welcome-home p {
  max-width: 316px;
  font-family: nobel, sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.58px;
  text-align: center;
  color: #000;
}
.services-forth .services-info-wrapper .services-content .learn-more button {
  color: #f2f0ee;
  padding: 17px 35px 16px 35px;
  background-color: #cd8c4f;
  border: none;
  clip-path: polygon(100% 0, 100% 88%, 93% 100%, 0 100%, 0 0);
  font-family: nobel, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  cursor: pointer;
  text-align: center;
}
.services-forth .services-info-wrapper .services-content .learn-more button:hover {
  background-color: #5e7460;
}

.services-info-heading {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding-bottom: 36px;
  letter-spacing: normal;
}
.services-forth .services-info-heading {
  flex-direction: column;
}
@media (max-width: 991.8px) {
  .services-info-heading {
    flex-direction: column;
    padding-bottom: 29px;
    max-width: 200px;
    text-align: center;
  }
}
.services-info-heading .heading {
  margin: 0 auto;
}
.services-info-heading .no-italics {
  font-style: normal;
}

.amenities-info-wrapper {
  background: url(../images/home/green-watercolor.jpg) center center/cover no-repeat;
  padding: 150px 6.9vw;
}
@media (max-width: 991.8px) {
  .amenities-info-wrapper {
    padding: 60px 8vw;
  }
}
.amenities-info-wrapper .amenities-info-inner {
  display: flex;
}
@media (max-width: 991.8px) {
  .amenities-info-wrapper .amenities-info-inner {
    flex-direction: column;
  }
}
.amenities-info-wrapper .amenities-text-info-bg {
  width: 43.5%;
  padding: 4.86vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
  background: url(../images/amenities/amenities_box_pattern.jpg) center center/cover no-repeat;
}
@media (max-width: 991.8px) {
  .amenities-info-wrapper .amenities-text-info-bg {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 14.66vw;
  }
}
.amenities-info-wrapper .amenities-text-info {
  background-color: #f2f0ee;
  padding: 4.3vw 3vw;
}
@media (max-width: 1599.8px) {
  .amenities-info-wrapper .amenities-text-info {
    padding-left: 1.4vw;
    padding-right: 1.4vw;
  }
}
@media (max-width: 991.8px) {
  .amenities-info-wrapper .amenities-text-info {
    padding: 40px 10.66vw;
  }
}
.amenities-info-wrapper .amenities-text-info p {
  padding: 0 0.7vw;
}
.amenities-info-wrapper .amenities-img-wrap {
  width: 56.5%;
}
@media (max-width: 991.8px) {
  .amenities-info-wrapper .amenities-img-wrap {
    width: 100%;
    height: 54.13vw;
  }
}

.skip-list {
  font-size: 14px;
  letter-spacing: 1.05px;
  color: #000;
  display: inline-block;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 400;
}

.amenities-wrap {
  padding: 60px 0;
  background-color: #f2f0ee;
  text-align: center;
}
@media (max-width: 991.8px) {
  .amenities-wrap {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}
.amenities-wrap .large-heading2 {
  margin-bottom: 20px;
  color: #647871;
}
@media (max-width: 991.8px) {
  .amenities-wrap .sub-heading {
    margin-bottom: 20px;
  }
}
.amenities-wrap .two-col-wrap {
  padding: 0 0 0 6.9vw;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 991.8px) {
  .amenities-wrap .two-col-wrap {
    flex-direction: column !important;
    padding: 0 !important;
    margin-bottom: 60px;
  }
}
.amenities-wrap .two-col-wrap.reverse {
  flex-direction: row-reverse;
  padding: 0 6.9vw 0 0;
}
.amenities-wrap .two-col-wrap.reverse .two-col-img-wrap {
  flex-direction: row;
}
@media (max-width: 991.8px) {
  .amenities-wrap .two-col-wrap.reverse .two-col-img-wrap {
    flex-direction: column-reverse;
  }
}
.amenities-wrap .two-col-wrap.reverse .feature-img {
  margin: 0 10px 0 0;
}
@media (max-width: 991.8px) {
  .amenities-wrap .two-col-wrap.reverse .pattern {
    margin: 0 0 10px;
  }
}
.amenities-wrap .two-col-wrap:last-child {
  margin-bottom: 0;
}
.amenities-wrap .two-col-img-wrap {
  width: 57.16%;
  height: 30.83vw;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991.8px) {
  .amenities-wrap .two-col-img-wrap {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}
.amenities-wrap .two-col-img-wrap.with-logo-wrap {
  flex-direction: column;
}
.amenities-wrap .feature-img {
  width: 100%;
}
@media (min-width: 992px) {
  .amenities-wrap .feature-img {
    flex: 1;
    margin-left: 10px;
  }
}
@media (max-width: 991.8px) {
  .amenities-wrap .feature-img {
    height: 65.33vw;
    margin: 0;
  }
}
.amenities-wrap .pattern {
  width: 4.58vw;
}
.amenities-wrap .pattern.with-logo {
  display: flex;
}
@media (min-width: 992px) {
  .amenities-wrap .pattern.with-logo {
    flex-direction: column;
  }
  .amenities-wrap .pattern.with-logo .img-wrapper {
    height: calc(100% - 4.58vw);
    margin-bottom: 10px;
  }
}
@media (max-width: 991.8px) {
  .amenities-wrap .pattern.with-logo {
    margin: 0 0 10px;
  }
  .amenities-wrap .pattern.with-logo .img-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 991.8px) {
  .amenities-wrap .pattern {
    width: 100%;
    height: 14.66vw;
    margin-top: 10px;
  }
}
.amenities-wrap .twol-col-copy {
  width: 42.84%;
  padding: 0 6vw;
  align-self: center;
}
.amenities-wrap .twol-col-copy .main-heading {
  margin-bottom: 22px;
}
@media (max-width: 991.8px) {
  .amenities-wrap .twol-col-copy {
    width: 100%;
    padding: 25px 0 0;
  }
}
.amenities-wrap .amenities-logo {
  width: 100%;
  display: block;
  background: #494c47;
  height: 4.58vw;
  position: relative;
  padding: 14% 11% 9%;
}
@media (max-width: 991.8px) {
  .amenities-wrap .amenities-logo {
    width: 14.66vw;
    height: 14.66vw;
    padding: 1.6vw;
    display: flex;
  }
}

#indoor-amenities {
  background-color: #647871;
  color: #fff;
}
#indoor-amenities .large-heading2 {
  color: #fff;
}
#indoor-amenities .skip-list {
  color: #fff;
  border-color: #fff;
}

.amenities-list-outer {
  padding: 6.9vw 6.9vw 60px;
  background-color: #f2f0ee;
}
@media (max-width: 991.8px) {
  .amenities-list-outer {
    padding: 50px 8vw 38px;
  }
}
.amenities-list-outer .amenities-list-wrap {
  border: 1px solid #000;
  padding: 0 4.86vw 63px;
}
@media (max-width: 991.8px) {
  .amenities-list-outer .amenities-list-wrap {
    border-width: 2px 0;
    padding: 0 0 45px;
  }
}
.amenities-list-outer .list-row {
  border-bottom: 2px solid #000;
  padding-top: 63px;
  padding-bottom: 30px;
}
@media (max-width: 991.8px) {
  .amenities-list-outer .list-row {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.amenities-list-outer .list-row .sub-heading {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 1.58px;
  font-size: 21px;
}
@media (max-width: 991.8px) {
  .amenities-list-outer .list-row .sub-heading {
    margin-bottom: 25px;
  }
}
.amenities-list-outer .list-row .amenities-lists {
  list-style: none;
}
@media (min-width: 992px) {
  .amenities-list-outer .list-row .amenities-lists {
    column-count: 3;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
  }
}
.amenities-list-outer .list-row .amenities-lists li {
  padding: 0 10px 22px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991.8px) {
  .amenities-list-outer .list-row .amenities-lists li {
    padding: 0 0 20px;
    width: 100%;
    display: block;
  }
  .amenities-list-outer .list-row .amenities-lists li:last-child {
    padding-bottom: 0;
  }
}
.amenities-list-outer .list-row:last-child {
  padding: 56px 0 0;
  border: 0;
}
@media (max-width: 991.8px) {
  .amenities-list-outer .list-row:last-child {
    padding-top: 45px;
  }
}
.amenities-list-outer .btn-features {
  margin: 60px auto 0;
  display: table;
}
@media (max-width: 991.8px) {
  .amenities-list-outer .btn-features {
    margin-top: 38px;
  }
}

.fp-layout {
  background-image: url("../../savio/images/contact/green-watercolor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 49px 0px 0px 0px;
  height: auto;
}
@media (max-width: 991.8px) {
  .fp-layout {
    margin: 65px 0px 0px 0px;
  }
}

.floorplan-wrap {
  display: flex;
  padding: 82px 6.9vw 26px;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991.8px) {
  .floorplan-wrap {
    padding: 56px 8vw;
    flex-direction: column;
  }
}
.floorplan-wrap .fp-grid1 {
  background: url(../images/services/fp_header_Pattern.png) center center/cover no-repeat;
  width: 43.5%;
  padding: 4.8vw;
}
@media (max-width: 991.8px) {
  .floorplan-wrap .fp-grid1 {
    background: unset;
    padding: 0;
    width: 100%;
  }
}
.floorplan-wrap .fp-grid1 .fp-text-info-bg {
  height: 100%;
  padding: 45px 1.68vw 49px;
  text-align: center;
  background-color: #f2f0ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.floorplan-wrap .fp-grid1 .fp-text-info h2 {
  text-align: center;
}
.floorplan-wrap .fp-grid2 {
  display: flex;
  gap: 10px;
  width: 55.8%;
}
@media (max-width: 991.8px) {
  .floorplan-wrap .fp-grid2 {
    width: 100%;
  }
}
.floorplan-wrap .fp-grid3 {
  display: flex;
  width: 72%;
  min-height: 30.83vw;
}
.floorplan-wrap .fp-grid3 img {
  object-position: left center;
}
@media (max-width: 991.8px) {
  .floorplan-wrap .fp-grid3 {
    min-height: 80vw;
  }
}
.floorplan-wrap .fp-grid4 {
  max-width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 28%;
}
.floorplan-wrap .fp-grid5 {
  height: 100%;
  flex: 1;
}
.floorplan-wrap .fp-grid6 {
  height: 8.6vw;
}
@media (max-width: 991.8px) {
  .floorplan-wrap .fp-grid6 {
    height: 28.2vw;
  }
}

.card-apply {
  all: unset;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 90% 100%, 0% 100%);
  display: grid;
  place-content: center;
  width: 70%;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  font-family: nobel, sans-serif;
  margin: 9px 8px 10px;
  border: none;
  background-color: #cd8b50;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .card-apply {
    width: 68%;
  }
}

.disabled {
  pointer-events: none !important;
}

.details {
  all: unset;
  position: relative;
  background: #cd8b50;
  display: grid;
  place-content: center;
  font-family: nobel, sans-serif;
  font-weight: 500;
  width: 70%;
  height: 44px;
  font-size: 14px;
  margin: 9px 0px 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 90% 100%, 0% 100%);
  cursor: pointer;
}
.details::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  clip-path: polygon(2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) 75%, 90% calc(100% - 2px), 2px calc(100% - 2px));
}
.details:hover {
  color: #fff;
}
.details:hover::after {
  background: #cd8b50;
}
@media (max-width: 991.8px) {
  .details {
    width: 85%;
  }
}

.btn-layout-mob {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (min-width: 992px) {
  .btn-layout-mob {
    display: none;
  }
}
.sightmap .btn-layout-mob {
  padding: 30px 8vw;
  background-color: #f2f0ee;
}
.btn-layout-mob .fp-view {
  border: solid 2px #cd8b50;
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 44px;
  font-size: 14px;
  justify-content: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
}
.btn-layout-mob .fp-view:hover {
  background-color: #cd8b50;
  color: #fff;
}
.btn-layout-mob .map-view {
  width: 100%;
  height: 44px;
  border: solid 2px #cd8b50;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.btn-layout-mob .map-view:hover {
  background-color: #cd8b50;
  color: #fff;
}

.btn-layout-mob a.active {
  background-color: #cd8b50;
  color: #fff;
}

@media (max-width: 991.8px) {
  .btn-desktop {
    display: none !important;
  }
}

.btn-layout {
  display: flex;
  justify-content: center;
  font-size: 15px;
  padding-bottom: 32px;
  margin-top: 10px;
}
.container .btn-layout {
  padding-bottom: 0;
}
.btn-layout .fp-view {
  border: solid 2px #cd8b50;
  background-color: #fff;
  padding: 16px 29px 16px 28px;
  color: #000;
  width: 186px;
  height: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
}
.btn-layout .fp-view:hover {
  background-color: #cd8b50;
  color: #fff;
}
.btn-layout .map-view {
  width: 186px;
  height: 44px;
  border: solid 2px #cd8b50;
  padding: 16px 29px 16px 28px;
  background-color: #fff;
  color: #000;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.btn-layout .map-view:hover {
  background-color: #cd8b50;
  color: #fff;
}
@media (max-width: 767.8px) {
  .btn-layout {
    padding-bottom: 55px;
  }
}

.btn-layout a.active {
  background-color: #cd8b50;
  color: #fff;
}

.fp-grid-layout {
  display: flex;
  width: 100%;
  height: 100%;
  background: #f2f0ee;
  padding-top: 60px;
  padding-right: 35px;
}
@media (max-width: 991.8px) {
  .fp-grid-layout {
    flex-direction: column;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 32px;
  }
}
.fp-grid-layout .fp-filter-layout {
  width: 25%;
  min-width: 300px;
}
@media (max-width: 991.8px) {
  .fp-grid-layout .fp-filter-layout {
    width: 100%;
    min-width: 0;
  }
}
.fp-grid-layout .fp-grid {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.8px) {
  .fp-grid-layout .fp-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.8px) {
  .fp-grid-layout .fp-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
  }
}

.filter-block {
  padding: 0 17px 20px 4.23vw;
}
.filter-block .main-heading {
  font-size: calc(35px + 13 * (100vw - 375px) / 1065);
}
@media (min-width: 992px) {
  .filter-block {
    position: sticky;
    top: 60px;
  }
}
@media (max-width: 991.8px) {
  .filter-block {
    padding: 55px 0;
  }
}
@media (max-width: 991.8px) {
  .filter-block h2 {
    text-align: left;
  }
}

.accordion {
  color: #444;
  cursor: pointer;
  padding: 13px 0px 0px 0px;
  width: 97%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  font-family: nobel, sans-serif;
  border-bottom: 2px solid black;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767.8px) {
  .accordion {
    width: 100%;
    margin-bottom: 15px;
  }
}
.accordion.selectivo {
  background: transparent !important;
}
.accordion .selectivo__label {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  text-transform: uppercase;
  display: contents;
}
.accordion .selectivo__dropdown {
  color: #000 !important;
}
.accordion .selectivo__label {
  display: block !important;
  text-align: left;
  width: 100%;
  padding-bottom: 2px !important;
}
.accordion .selectivo__option {
  padding: 8px 10px;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.accordion:after {
  background: url(../../savio/images/gallery/arrow-down.png) no-repeat;
  content: "";
  float: right;
  color: grey;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 3px;
}

.container {
  width: calc(33.33% - 50px);
  height: 635px;
  margin: 0px 25px 50px;
  padding: 31px 15px 65px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1299.8px) {
  .container {
    width: calc(50% - 50px);
  }
}
@media (max-width: 767.8px) {
  .container {
    margin: 0px 0 50px;
    width: 100%;
  }
}

.container:after {
  position: absolute;
  content: "";
  background: url(../../savio/images/floorplans/fp-corner.png) no-repeat;
  width: 308px;
  height: 65px;
  bottom: 0;
  right: -59px;
}

.card-content {
  margin: 14px 83px 15px 0;
  font-family: "Nobel";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.7px;
  text-align: left;
  color: #000;
}

.card-label {
  font-family: swear-text, serif;
  font-size: 31px;
  line-height: 1.24;
  letter-spacing: 1.58px;
  font-weight: 300;
  color: #000;
}

.floor-plan-box {
  width: auto;
  height: 295px;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.floor-plan-box img {
  max-width: 100%;
  max-height: 207px;
}
@media (max-width: 767.8px) {
  .floor-plan-box img {
    max-width: 100%;
    max-height: 207px;
  }
}
@media (min-width: 1200px) {
  .floor-plan-box img {
    max-height: 270px;
  }
}

.card-btn {
  width: 188px;
  height: 44px;
  font-size: 15px;
  margin: 27px 17px 50px;
  border: 1px solid #cd8b50;
  background-color: #fff;
  position: relative;
}

.apply-btn {
  width: 188px;
  height: 44px;
  font-size: 15px;
  margin: 27px 17px 50px;
  color: #fff;
  border: none;
  background-color: #cd8b50;
  position: relative;
}

.apply-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid #cd8b50;
  width: 0;
}

.card-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid #fff;
  width: 0;
}

.card-btn {
  width: 188px;
  height: 44px;
  font-size: 15px;
  margin: 27px 17px 50px;
  border: none;
  background-color: #fff;
  position: relative;
}

/** styles using clip-path **/
button {
  cursor: pointer;
}

.button-dark {
  all: unset;
  position: relative;
  clip-path: polygon(100% 0, 100% 68%, 94% 100%, 0 100%, 0 0);
  display: grid;
  place-content: center;
  width: 43%;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  font-family: nobel, sans-serif;
  margin: 27px 17px 50px;
  border: none;
  background-color: #cd8b50;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .button-dark {
    width: 68%;
  }
}

.button-outline {
  all: unset;
  position: relative;
  background: #cd8b50;
  display: grid;
  place-content: center;
  font-family: nobel, sans-serif;
  font-weight: 500;
  width: 43%;
  height: 44px;
  font-size: 14px;
  margin: 27px 17px 50px;
  clip-path: polygon(100% 0, 100% 68%, 94% 100%, 0 100%, 0 0);
  cursor: pointer;
}
.button-outline::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #f2f0ee;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  clip-path: polygon(2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) 68%, 94% calc(100% - 2px), 2px calc(100% - 2px));
}
@media (max-width: 991.8px) {
  .button-outline {
    width: 68%;
  }
}

.fp-map-layout {
  display: flex;
}
@media (max-width: 991.8px) {
  .fp-map-layout {
    flex-direction: column;
  }
}

.fp-map-filter {
  width: 100%;
  height: 100vh;
}

.search-fp-container {
  margin: 10px 0px;
  position: relative;
  cursor: pointer;
}
.search-fp-container:after {
  background: url(../../savio/images/location/arrow.svg) no-repeat;
  content: "";
  float: right;
  color: grey;
  width: 20px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 67px;
  cursor: pointer;
}

.fp-search-btn {
  border: none;
  font-family: nobel, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.47;
  cursor: pointer;
  color: #000 !important;
  background-color: transparent;
}

.pagination_list {
  position: relative;
  display: flex;
  justify-content: center;
  background: #f2f0ee;
  list-style-type: none;
  text-align: center;
  padding: 2px 2px 50px 2px;
}
.pagination_list li {
  font-size: 15px;
  padding: 0 10px;
  background: transparent;
}
.pagination_list li:hover {
  background: transparent;
}
.pagination_list svg {
  width: 22px;
  cursor: pointer;
}

.fp-heading {
  display: flex;
  font-weight: 500;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 991.8px) {
  .fp-heading {
    gap: 1;
  }
}

#sightmap {
  border: 0;
}

.virtual_tour {
  width: 100% !important;
}

.btn-back {
  cursor: pointer;
  padding: 0px 6.9vw 26px;
}
@media (min-width: 992px) {
  .btn-back {
    display: flex;
    justify-content: end;
    padding: 0px 5.4vw 0px !important;
  }
}
@media (min-width: 3000px) {
  .btn-back {
    padding: 0px 5.9vw 0px !important;
  }
}
@media (min-width: 990px) and (max-width: 1400px) {
  .btn-back {
    padding: 0px 4.7vw 0px !important;
  }
}
@media (max-width: 991.8px) {
  .btn-back {
    display: none;
  }
}

.btn-max {
  margin: 28px 27px 50px !important;
  width: 15%;
}
@media (min-width: 3000px) {
  .btn-max {
    margin: 28px 34px 50px !important;
  }
}
@media (min-width: 990px) and (max-width: 1400px) {
  .btn-max {
    white-space: nowrap;
    min-width: 12%;
    margin: 28px 21px 50px !important;
  }
}
@media (max-width: 991.8px) {
  .btn-max {
    width: 12%;
  }
}

.btn-back-mob {
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .btn-back-mob {
    display: flex;
    width: 45%;
  }
}
@media (min-width: 992px) {
  .btn-back-mob {
    display: none;
  }
}

.outline-margin {
  margin: 27px 17px 0px;
}
@media (max-width: 991.8px) {
  .outline-margin {
    padding: 0px 14px;
    min-width: max-content;
    margin: 25px 48px !important;
  }
}

.btn-margin {
  margin: 2px 0px 15px;
}
@media (min-width: 990px) and (max-width: 1400px) {
  .btn-margin {
    white-space: nowrap;
    min-width: 85%;
    padding: 0px 9px;
  }
}

.description-box {
  width: 40%;
  padding: 8vw 4.2vw;
}
@media (max-width: 991.8px) {
  .description-box {
    width: 100%;
    padding: 4vw 6vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.description-box h2 {
  font-family: "swear-text", serif;
  font-size: 72px;
  font-weight: 300;
  text-align: left;
  color: #647871;
  margin-bottom: 28px;
}
@media (max-width: 991.8px) {
  .description-box h2 {
    font-size: 55px;
  }
}
.description-box h3 {
  font-family: nobel, sans-serif;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 2.5px;
  text-align: left;
  color: #000;
  margin-bottom: 28px;
}
@media (max-width: 991.8px) {
  .description-box h3 {
    font-size: 21px;
    letter-spacing: 2.1px;
  }
}
.description-box p {
  font-family: nobel, sans-serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 1.3px;
  text-align: left;
  color: #000;
  margin-bottom: 28px;
}
.description-box .fp-key-plan {
  width: 62%;
  background-color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 991.8px) {
  .description-box .fp-key-plan {
    width: 56%;
  }
}
@media (min-width: 992px) {
  .description-box .fp-image-mob {
    display: none;
  }
}
@media (max-width: 991.8px) {
  .description-box .fp-image-mob {
    width: 100%;
    background-color: #fff;
    margin-bottom: 40px;
  }
}

@media (max-width: 991.8px) {
  .image-box {
    display: none;
  }
}

.fp-card {
  width: 850px;
  height: 925px;
  margin: 60px 60px 60px 0px;
  padding: 50px 0 0 50px;
  background-color: #fff;
  position: relative;
}
.fp-card:after {
  position: absolute;
  content: "";
  background: url(../../savio/images/floorplans/fp-corner.png) no-repeat;
  width: 308px;
  height: 100px;
  bottom: 0;
  right: -59px;
}

.fp-image {
  margin: 4vw 10vw;
  max-width: 63%;
}

.newsevents-main .newsevents-info-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 65px;
  padding: 5.9vw 6.9vw;
  background: url(../images/home/green-watercolor.jpg) center center/cover no-repeat;
}
@media (max-width: 991.8px) {
  .newsevents-main .newsevents-info-wrapper {
    padding: 32px 8.2vw;
  }
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner {
  display: flex;
}
@media (max-width: 991.8px) {
  .newsevents-main .newsevents-info-wrapper .newsevents-info-inner {
    flex-direction: column;
  }
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-text-info {
  padding: 72px 3.7vw;
  text-align: center;
  background-color: #f2f0ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
  width: 46%;
}
@media (max-width: 991.8px) {
  .newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-text-info {
    width: 100%;
    padding: 40px 7vw;
    height: 90%;
    margin-right: unset;
  }
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-text-info .newsevents-heading {
  display: flex;
  flex-direction: row;
  margin: auto;
  padding-bottom: 30px;
  letter-spacing: normal;
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-text-info .newsevents-heading .main-heading-text-style-1 {
  font-family: swear-text, serif;
  font-weight: 400;
  font-size: 40px;
  font-style: italic;
}
@media (max-width: 991.8px) {
  .newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-text-info .newsevents-heading .main-heading-text-style-1 {
    white-space: nowrap;
    overflow: hidden;
  }
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-text-info .newsevents-heading .main-heading-text-style-2 {
  font-family: swear-text, serif;
  font-weight: 400;
  font-size: 40px;
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-img-wrap {
  display: flex;
  width: 54%;
}
@media (max-width: 991.8px) {
  .newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-img-wrap {
    margin-top: 10px;
    width: 100%;
    height: 32vw;
  }
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-img-wrap .img-1 {
  margin-right: 10px;
  width: 80%;
}
.newsevents-main .newsevents-info-wrapper .newsevents-info-inner .newsevents-img-wrap .img-2 {
  width: 20%;
}
.newsevents-main .post-main-wrap {
  background-color: #f2f0ee;
}
.newsevents-main .post-main-wrap .post-details {
  display: flex;
  padding: 65px 0;
}
@media (max-width: 991.8px) {
  .newsevents-main .post-main-wrap .post-details {
    flex-wrap: wrap;
    padding: 59px 8vw;
  }
}
.newsevents-main .post-main-wrap .post-details .post-img {
  width: 38.13%;
  height: 490px;
  background-color: #767676;
  margin-right: 3.47vw;
  margin-left: 6.93vw;
}
@media (max-width: 991.8px) {
  .newsevents-main .post-main-wrap .post-details .post-img {
    margin: unset;
    width: 100%;
    height: 315px;
  }
}
.newsevents-main .post-main-wrap .post-details .post-info {
  width: 54.5%;
  margin-right: 6.93vw;
}
@media (max-width: 991.8px) {
  .newsevents-main .post-main-wrap .post-details .post-info {
    margin: unset;
    width: 100%;
    padding-top: 22px;
  }
}
.newsevents-main .post-main-wrap .post-details .post-info .post-info-date {
  font-family: nobel, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  color: #010101;
  text-transform: uppercase;
}
.newsevents-main .post-main-wrap .post-details .post-info .post-info-main-heading {
  font-family: swear-text, serif;
  font-size: 45px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #647871;
  margin: 30px 0;
  max-width: 691px;
}
@media (max-width: 991.8px) {
  .newsevents-main .post-main-wrap .post-details .post-info .post-info-main-heading {
    margin: 2px 0;
  }
}
.newsevents-main .post-main-wrap .post-details .post-info .post-info-content p {
  font-family: nobel, sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: 1.58px;
  text-align: left;
  color: #000;
  padding-bottom: 17px;
}
.newsevents-main .post-main-wrap .post-details .post-info .back-to-blog-btn {
  margin-top: 42px;
  display: inline-block;
  background: #cd8b50;
  clip-path: polygon(100% 0, 100% 84%, 93% 101%, 0 100%, 0 0);
  box-sizing: border-box;
}
.newsevents-main .post-main-wrap .post-details .post-info .back-to-blog-btn:hover {
  background-color: #5e7460;
}
@media (max-width: 991.8px) {
  .newsevents-main .post-main-wrap .post-details .post-info .back-to-blog-btn {
    margin-top: 21px;
  }
}
.newsevents-main .post-main-wrap .post-details .post-info .back-to-blog-btn button {
  color: #000;
  padding: 17px 35px 16px 35px;
  background-color: #f2f0ee;
  border: solid 1px #cd8b50;
  clip-path: polygon(100% 0, 100% 82%, 92% 101%, 0 100%, 0 0);
  font-family: nobel, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  cursor: pointer;
  text-align: center;
}
.newsevents-main .post-main-wrap .post-details .post-info .back-to-blog-btn button:hover {
  background-color: #5e7460;
  color: #fff;
  border: solid 1px #5e7460;
}

.news-listing {
  padding: 58px 6.9vw 50px;
  background-color: #f2f0ee;
}
@media (max-width: 991.8px) {
  .news-listing {
    padding: 8vw 8vw 40px;
  }
}
.news-listing .post {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 991.8px) {
  .news-listing .post {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .news-listing .post:nth-child(even) {
    padding-left: 13.8vw;
  }
  .news-listing .post:nth-child(odd) {
    padding-right: 13.8vw;
  }
}
.news-listing .post-img {
  width: 29.86vw;
  min-height: 29.86vw;
  margin-right: 10px;
  height: auto;
}
@media (max-width: 991.8px) {
  .news-listing .post-img {
    width: 100%;
    height: 81vw;
    margin-right: 0;
  }
}
.news-listing .post-info {
  flex: 1;
  padding: 3.4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 991.8px) {
  .news-listing .post-info {
    padding: 38px 30px;
  }
}
.news-listing .post-info h4 {
  color: #647871;
}
.news-listing .post-info p {
  margin-bottom: 30px;
}
@media (max-width: 991.8px) {
  .news-listing .post-info p {
    margin-bottom: 25px;
  }
}
.news-listing .post-info a {
  align-self: flex-start;
}
.news-listing .navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  color: #494c47;
  font-size: 15px;
  letter-spacing: 1.13px;
  padding: 20px 0;
}
@media (max-width: 991.8px) {
  .news-listing .navigation {
    padding: 16px 0;
  }
}
.news-listing .navigation svg {
  width: 22px;
}
.news-listing .navigation a:first-child svg {
  transform: rotate(180deg);
}

.workforce-info-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 6.9vw;
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper {
    padding: 60px 8vw;
  }
}
.workforce-first .workforce-info-wrapper {
  margin-top: 65px;
  background: url(../images/home/green-watercolor.jpg) center center/cover no-repeat;
}
.workforce-info-wrapper .workforce-info-inner {
  display: flex;
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner {
    flex-wrap: wrap;
    height: 100%;
  }
  .workforce-second .workforce-info-wrapper .workforce-info-inner {
    flex-direction: column-reverse;
  }
}
.workforce-info-wrapper .workforce-info-inner .workforce-text-info-bg {
  background: url(../images/services/fp_header_Pattern.png) center center/cover no-repeat;
  width: 44.35%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 4.65vw 4.86vw;
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner .workforce-text-info-bg {
    background: url(../images/services/fp_header_Pattern.png) center center/contain repeat;
    background-size: contain;
    width: 100%;
    margin-right: unset;
    padding: unset;
    margin-bottom: 10px;
    align-items: flex-start;
    padding-bottom: 49px;
  }
}
.workforce-info-wrapper .workforce-info-inner .workforce-text-info {
  padding: 48px 1.68vw;
  text-align: center;
  background-color: #f2f0ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f2f0ee;
}
@media (min-width: 992px) {
  .downScrolling .active .workforce-info-wrapper .workforce-info-inner .workforce-text-info {
    animation: translateCopyBox 2s ease-in;
    -webkit-animation: translateCopyBox 2s ease-in;
    -moz-animation: translateCopyBox 2s ease-in;
  }
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner .workforce-text-info {
    width: 100%;
    padding: 35px 8vw 43px;
    height: 100%;
  }
}
.workforce-info-wrapper .workforce-info-inner .workforce-text-info .workforce-info-heading {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 21px;
  letter-spacing: normal;
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner .workforce-text-info .workforce-info-heading {
    flex-direction: column;
    padding-bottom: 29px;
    max-width: 200px;
    text-align: center;
  }
}
.workforce-info-wrapper .workforce-info-inner .workforce-text-info .workforce-info-heading .heading {
  margin: 0 auto;
}
.workforce-info-wrapper .workforce-info-inner .workforce-text-info .workforce-info-heading .no-italics {
  font-style: normal;
}
.workforce-info-wrapper .workforce-info-inner .workforce-img-wrap {
  display: flex;
  width: 55.64%;
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner .workforce-img-wrap {
    width: 100%;
    height: 54vw;
  }
}
.workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-1 {
  margin-right: 10px;
  width: 68%;
}
.workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .downScrolling .active .workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap {
    animation: translateImgBox 2s ease-in;
    -webkit-animation: translateImgBox 2s ease-in;
    -moz-animation: translateImgBox 2s ease-in;
  }
}
.workforce-first .workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap {
  width: 31%;
}
.workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap .img-2 {
  background: url(../images/workforce/wfh-pattern-b.jpg) center center/cover no-repeat;
  width: 100%;
  height: calc(25.68% - 10px);
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap .img-2 {
    background: url(../images/workforce/mobile_wfh-pattern-b.jpg) center center/cover no-repeat;
    height: calc(30.68% - 6px);
    margin-top: 10px;
  }
}
.workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap .img-3 {
  width: 100%;
  height: 74%;
  margin-right: 0px;
  margin-top: 10px;
}
@media (max-width: 991.8px) {
  .workforce-info-wrapper .workforce-info-inner .workforce-img-wrap .img-2-wrap .img-3 {
    height: 78%;
    margin-top: unset;
  }
}
.workforce-second .workforce-info-wrapper {
  background: url(../images/workforce/wfh_marble_texture.jpg) center center/cover no-repeat;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper {
    padding: 50px 30px;
    background: url(../images/workforce/mobile_wfh_marble_texture.jpg) center center/cover no-repeat;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner {
  flex-direction: column;
  padding: 78px 12vw 49px;
  background-color: #f2f0ee;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner {
    padding: 50px 0px;
  }
}
@media (max-width: 767.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner {
    padding: 50px 10px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income {
  padding-bottom: 87px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income {
    padding-bottom: 73px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-text {
  padding-bottom: 84px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-text {
    padding: 0 8.4vw 50px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-text p {
  font-family: nobel, sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 1.58px;
  text-align: center;
  color: #000;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table {
  padding: 0 8px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table,
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table th,
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table td {
  border: 1px solid black;
  border-collapse: collapse;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table {
  width: 100%;
  table-layout: fixed;
  font-size: 21px;
  letter-spacing: 1.58px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table tr {
  height: 51px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table tr {
    height: 40px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table tr th {
  font-family: nobel, sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #000;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table tr .row-right-align {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table tr .row-right-align {
    padding-right: 8px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table tr .row-center-align {
  text-align: center;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-income .workforce-income-table table tr td {
  text-align: center;
  font-family: nobel, sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  color: #000;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .workforce-fill-the-form-text {
  padding-bottom: 42px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .workforce-fill-the-form-text {
    padding: 0 38px 30px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .workforce-fill-the-form-text p {
  text-align: center;
  font-family: nobel, sans-serif;
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.58px;
  color: #000;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap {
  max-width: none;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap {
    padding: 0px 18px;
  }
}
@media (max-width: 767.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap {
    padding: 0px;
    width: 352px !important;
  }
}
@media (min-width: 448px) and (max-width: 800px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap {
    width: 100% !important;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .control-label {
  color: #000;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  padding-top: 0px;
  font-weight: normal;
  position: absolute;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .control-label {
  font-size: calc(13px + 2 * (100vw - 375px) / 1025);
}
@media (max-width: 767.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls {
    width: 341px !important;
  }
}
@media (min-width: 448px) and (max-width: 770px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls {
    width: 100% !important;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls input,
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls textarea,
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls select {
  color: #000;
  letter-spacing: 0.075em;
  padding-top: 5px;
  font-family: nobel, sans-serif;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls input,
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls textarea,
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .controls select {
  font-size: calc(13px + 2 * (100vw - 375px) / 1025);
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .control-group {
  clear: none;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .control-group {
    margin-bottom: 10px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .unstyled {
  display: flex;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .unstyled {
    flex-direction: column;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .name-fields li:first-child {
  width: 48%;
  margin-bottom: 0px;
  margin-right: 4%;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .name-fields li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .name-fields li:first-child input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .name-fields li:last-child {
  width: 48%;
  margin-bottom: 0px;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .name-fields li:last-child {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .name-fields li:last-child input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .name-fields li:last-child label {
  position: absolute;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_email {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
  clear: left;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_email {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_email .control-label {
  position: absolute;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_email .controls .validate {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_phone {
  position: relative;
  float: left;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_phone {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_phone .control-label {
  position: absolute;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_phone .controls .validate {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_form_desired_move_in_date {
  float: left;
  width: 100%;
  margin-right: 4%;
  clear: left;
  position: relative;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_form_desired_move_in_date {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_form_desired_move_in_date .control-label {
  position: absolute;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_form_desired_move_in_date .controls .validate {
  border: none;
  background: url("../../savio/images/gallery/arrow-down.png") no-repeat right 10px bottom 8px !important;
  appearance: none;
  background-size: 6px !important;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_number_of_bedrooms {
  float: left;
  position: relative;
  width: 100%;
  clear: right;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_number_of_bedrooms {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_number_of_bedrooms .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_number_of_bedrooms .controls .validate {
  position: relative;
  background: url("../../savio/images/gallery/arrow-down.png") no-repeat right 10px bottom 8px !important;
  background-size: 6px !important;
  appearance: none;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
  width: 48%;
  display: flex;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_number_of_bedrooms .controls .validate {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_form_comment {
  position: relative;
  float: left;
  clear: both;
  margin-top: 35px;
  width: 100%;
  margin-bottom: 0px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_form_comment .control-label {
  float: left;
  position: static;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_form_comment .controls textarea {
  border: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-top: 0px;
  height: 105px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_address1 {
  float: left;
  position: relative;
  margin-right: 4%;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_address1 {
    width: 100%;
    margin-top: 50px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_address1 .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_address1 .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_city {
  float: left;
  position: relative;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_city {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_city .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_city .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_state {
  float: left;
  position: relative;
  margin-right: 4%;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_state {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_state .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_state .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_zip {
  float: left;
  position: relative;
  width: 48%;
  clear: right;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_zip {
    width: 100%;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_zip .control-label {
  position: absolute;
  margin-bottom: 10px;
  top: 20px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_zip .controls .validate {
  position: relative;
  border: none;
  z-index: 2;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_sign_up_for_the_newsletter {
  clear: both;
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_sign_up_for_the_newsletter .control-label {
  color: #000;
  text-transform: uppercase;
  position: static;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap .hytag_sign_up_for_the_newsletter .controls label {
  color: #000;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .form-actions {
  display: flex;
  flex-direction: flex-start;
  width: 100%;
}
@media (max-width: 991.8px) {
  .workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .form-actions {
    flex-direction: column;
    align-content: center;
    padding-top: 25px;
  }
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .form-actions #more-info {
  display: none;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap button[type=submit] {
  margin-right: 21px;
  border-radius: 0;
  color: #f2f0ee;
  background-color: #cd8c4f;
  font-family: nobel, sans-serif;
  border-color: #cd8c4f;
  align-self: flex-end;
  clip-path: polygon(100% 0, 100% 75%, 91% 100%, 0 100%, 0 0);
  margin-top: 34px;
  padding: 13px 40px 13px 40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 1.13px;
  text-align: center;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form .hywrap button[type=submit]:hover {
  background-color: #5e7460;
  border-color: #5e7460;
}
.workforce-second .workforce-info-wrapper .workforce-info-inner .workforce-fill-the-form #form-success {
  margin: auto;
  margin-top: 20px;
  min-width: auto;
  max-width: fit-content;
  color: #000 !important;
}

.location-video-intro {
  height: 51.66vw;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100dvh - 67px);
}
@media (max-width: 991.8px) {
  .location-video-intro {
    height: auto;
    padding: 16vw 6vw;
  }
}
.location-video-intro .location-video-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .location-video-intro:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
  }
}
.location-video-intro .img-wrapper {
  position: absolute;
}
@media (max-width: 991.8px) {
  .location-video-intro .sub-heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.8px) {
  .location-video-intro .large-heading2 br {
    display: none;
  }
}

.location-page .home-info-wrapper {
  background: url(../images/gallery/green-watercolor.jpg) center center/cover no-repeat;
}
@media (min-width: 992px) {
  .location-page .home-info-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.location-page .home-info-wrapper .home-img-wrap .img-1 {
  width: 69%;
  min-height: 31vw;
}
.location-page .home-info-wrapper .home-img-wrap .img-2-wrap {
  width: 31%;
}
.location-page .home-info-wrapper .home-img-wrap .img-2 {
  width: 100%;
  height: 83%;
  margin-right: 0;
}
.location-page .home-info-wrapper .home-img-wrap .img-3 {
  width: 100%;
  height: calc(17% - 10px);
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  .location-page .home-text-info {
    padding: 2vw;
  }
}
@media (max-width: 991.8px) {
  .location-page .home-text-info {
    padding: 35px 8vw;
  }
}

.cls-1 {
  fill: #231f20;
  stroke-width: 0px;
}
.active .cls-1, .our-location-sec .location-toggle-wrap button:hover .cls-1 {
  fill: #fefefe;
}

.our-location-sec {
  display: flex;
  background-color: #f1efed;
}
@media (max-width: 991.8px) {
  .our-location-sec {
    flex-direction: column;
  }
}
.our-location-sec .left {
  width: 54.87%;
  padding: 100px 10.48vw;
  text-align: center;
}
@media (max-width: 991.8px) {
  .our-location-sec .left {
    order: 3;
    width: 100%;
    padding: 28px 8vw 56px;
  }
  .our-location-sec .left.mob {
    padding: 55px 8vw;
    order: 1;
  }
}
.our-location-sec .location-toggle-wrap {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .our-location-sec .location-toggle-wrap {
    padding: 0 0 38px;
  }
}
.our-location-sec .location-toggle-wrap button {
  border: solid 3px #cd8b50;
  background-color: transparent;
  width: 106px;
  height: 106px;
  border-radius: 53px;
  line-height: 1.13;
  letter-spacing: 0.38px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-location-sec .location-toggle-wrap button svg {
  width: 22px;
}
@media (max-width: 991.8px) {
  .our-location-sec .location-toggle-wrap button svg {
    display: none;
  }
}
@media (min-width: 992px) {
  .our-location-sec .location-toggle-wrap button:first-child {
    margin-right: 30px;
  }
}
.our-location-sec .location-toggle-wrap button.active, .system .our-location-sec .location-toggle-wrap button:hover {
  background-color: #cd8b50;
  color: #fefefe;
}
@media (max-width: 991.8px) {
  .our-location-sec .location-toggle-wrap button.active, .system .our-location-sec .location-toggle-wrap button:hover {
    color: #fff;
  }
}
@media (max-width: 991.8px) {
  .our-location-sec .location-toggle-wrap button {
    width: 50%;
    height: auto;
    border-radius: 0;
    padding: 14px;
  }
}
.our-location-sec .right-map {
  width: 45.13%;
}
@media (max-width: 991.8px) {
  .our-location-sec .right-map {
    width: 100%;
    order: 2;
  }
}
.our-location-sec .location-toggle-content h4 {
  font-weight: 300;
}
.our-location-sec .location-toggle-content > div:not(:last-child) {
  margin-bottom: 30px;
}
.our-location-sec .count {
  width: 24px;
  height: 24px;
  display: inline-flex;
  background: #cd8c4f;
  border-radius: 12px;
  color: #f2f0ee;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.location-interactive-map {
  padding: 3.8vw;
  display: flex;
  background: url(../images/gallery/savio_marble.jpg) no-repeat center center/cover;
}
@media (max-width: 991.8px) {
  .location-interactive-map {
    padding: 60px 8vw;
  }
}
.location-interactive-map .map-categories {
  width: 22.22vw;
  background: #f2f0ee;
  padding: 50px 2.9vw;
}
@media (min-width: 992px) {
  .location-interactive-map .map-categories {
    min-width: 320px;
  }
}
@media (max-width: 991.8px) {
  .location-interactive-map .map-categories {
    width: 100%;
    padding: 40px 32px 60px;
    text-align: center;
  }
}
.location-interactive-map .map-categories h4 {
  font-size: 40px;
  font-family: swear-text, serif;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
@media (max-width: 991.8px) {
  .location-interactive-map .map-categories h4 {
    text-align: center;
  }
}
.location-interactive-map .map-categories ul {
  list-style: none;
  text-transform: uppercase;
}
.location-interactive-map .map-categories ul .main-category {
  padding: 50px 42px;
}
.location-interactive-map .map-categories ul .category {
  padding: 2px 0;
  border-bottom: 2px solid #000;
  margin: 24px 0;
}
.location-interactive-map .map-categories ul .sub-category {
  margin-top: 20px;
  display: none;
}
.location-interactive-map .map-categories ul .sub-category li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.2px;
  text-align: left;
  color: #010101;
  padding-bottom: 7px;
}
.location-interactive-map .interactive-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 48.6vw;
}
@media (max-width: 991.8px) {
  .location-interactive-map .interactive-map {
    display: none;
  }
}
.location-interactive-map .interactive-map #map {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.location-interactive-map .interactive-map #map .gm-style .gm-style-iw-c {
  padding: 28px 14px 20px !important;
  border: solid 2px #cd8b50;
  border-radius: 0;
  background-color: #f2f0ee;
}
.location-interactive-map .interactive-map #map .gm-style .gm-style-iw-d {
  padding: 0;
  overflow: auto !important;
}
.location-interactive-map .interactive-map #map .gm-style .gm-style-iw-tc {
  height: 17px;
  width: 17px;
}
.location-interactive-map .interactive-map #map .gm-style .gm-style-iw-tc:after {
  height: 17px;
  top: -9px;
  width: 17px;
  border: solid 2px #cd8b50;
  border-width: 2px 2px 0 0;
  transform: rotate(134deg);
  background-color: #f2f0ee;
  clip-path: none;
}
.location-interactive-map .interactive-map .map-popup #content-sect {
  letter-spacing: 0.98px;
  font-family: nobel, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000;
  line-height: 1.3;
}
.location-interactive-map .interactive-map .map-popup #content-sect h3 {
  font-family: swear-text, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.45px;
  margin-bottom: 6px;
}
.location-interactive-map .interactive-map .map-popup #content-sect .link_block a {
  color: #000;
  margin-top: 3px;
}
.location-interactive-map .interactive-map .map-popup #content-sect p.link_block {
  margin-top: 2px;
}
.location-interactive-map .view-map {
  margin-top: 34px;
  display: inline-block;
  padding: 13px 22px;
}

button.cat-btn {
  border: 0;
  background: transparent;
  font-size: 21px;
  font-weight: 300;
  position: relative;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.58px;
  color: #010101;
}
@media (min-width: 992px) {
  button.cat-btn {
    padding: 0 0 0 28px;
  }
  button.cat-btn::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    left: 0;
    top: 5px;
    border-radius: 7px;
  }
  .shopping button.cat-btn::after {
    border-color: #5a6e85;
  }
  .food button.cat-btn::after {
    border-color: #cd8b50;
  }
  .access button.cat-btn::after {
    border-color: #f5bda5;
  }
  .recreation button.cat-btn::after {
    border-color: #b9978f;
  }
}
@media (max-width: 991.8px) {
  button.cat-btn {
    background: url(../images/gallery/arrow-down.png) no-repeat center right 5px/6px;
  }
}

.virtual-tour #virtual-tour {
  height: 100lvh;
}

/*# sourceMappingURL=main.css.map */
