@charset "UTF-8";
/*========== 1. reset styles to normal ========*/
html {
  scroll-behavior: smooth;
}

.progress, sub, sup {
  vertical-align: baseline;
}

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

hr, sub, sup {
  position: relative;
}

body, figure {
  margin: 0;
}

button, hr, input, select {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0 0 0.67em;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 60%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.45em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
}

button, input, select, textarea {
  font: inherit;
  line-height: initial;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
  border: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

address {
  font-style: normal;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*::before, *::after, a {
  transition: all 0.4s;
}

i::before {
  transition: none;
}

button {
  background-color: transparent;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

a[name] {
  display: block;
  cursor: auto !important;
}

p.has_target {
  margin: 0;
}

/*========= 2. Foundational CSS + classes ========*/
.hide, .page_index .internal, .page_index #page {
  display: none !important;
}

.youtube:after, star:before, .toogle:before, main ul li:before {
  font-family: "fontello";
  font-weight: 400;
  margin: 0;
  font-style: normal;
}

/* --- icons ---- */
star:before {
  content: "\e80f\e80f\e80f\e80f\e80f";
  color: #f4bd17;
}

.youtube:after {
  content: "\e80e";
}

/*========== 10. Anchor Header Height & IE Fixes ========*/
/*   Media Queries   */
@media (min-width: 1025px) {
  a[name]:before {
    height: 120px;
    margin-top: -120px;
    display: block;
    content: "";
    visibility: hidden;
  }
}
@media (max-width: 1025px) {
  a[name]:before {
    height: 90px;
    margin-top: -90px;
    display: block;
    content: "";
    visibility: hidden;
  }
}
@media (max-width: 590px) {
  a[name]:before {
    height: 90px;
    margin-top: -90px;
    display: block;
    content: "";
    visibility: hidden;
  }
}
/*   Firefox  Only */
@-moz-document url-prefix() {}
/*   Safari  Only */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /*   */
  }
}
/* ------------- Font Loading -------------- */
@font-face {
  font-family: "Outfit";
  src: url("Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* ------------- Base Setup Styles -------------- */
html {
  font-size: 10px;
}

body {
  position: relative;
  background-color: #F9F4EE;
  color: #333332;
  font: 400 1.7rem/1.2 "Outfit", sans-serif;
  counter-reset: section;
  overflow-x: hidden;
}

p {
  color: #333332;
  font: 400 1.7rem/1.666 "Outfit", sans-serif;
  margin: 10px auto;
}
p a {
  text-decoration: underline;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #A87B4A;
}

a:hover {
  color: #A9C4BE;
}

hr {
  position: relative;
  display: table;
  clear: both;
  margin: 40px auto;
  width: 100%;
  height: 1px;
  background-color: #966e42;
}

*:focus,
a:focus,
button:focus,
input:focus {
  outline-width: medium;
  outline-color: #A87B4A !important;
}

/* ------------- Text Styles -------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  position: relative;
}

#page-title h1,
.h1-small {
  color: #99ACA0;
  font: 400 1.6rem/1 "Outfit", sans-serif;
  display: block;
  margin: 0 auto 10px;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

#page-title h1:only-child,
h2#append,
.h1 {
  color: #333332;
  font: 400 7.1rem/1 the-seasons, sans-serif;
}

h2,
.h2,
.dividerLead,
.more-to-explore span {
  color: #333332;
  font: 400 5.8rem/1.2 the-seasons, sans-serif;
  position: relative;
}

h3,
.h3 {
  color: #333332;
  display: block;
  position: relative;
  font: 400 3.4rem/1.1 the-seasons, sans-serif;
}

h4,
.h4 {
  color: #333332;
  display: block;
  position: relative;
  font: 500 2.1rem/1.1 "Outfit", sans-serif;
}

.toggle h2,
.toggle h3 {
  color: #333332;
  display: block;
  position: relative;
  font: 400 2.5rem/1.25 "Outfit", sans-serif;
}

.fo-title {
  color: #fff;
  font: 400 1.6rem/1 "Outfit", sans-serif;
  text-transform: uppercase;
  display: block;
}

#offer-modal .btn {
  margin: 20px auto 0;
}

main ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: left;
  overflow: hidden;
}
main ul li {
  position: relative;
  display: block;
  margin: 0 0 10px 26px;
  padding-left: 24px;
  line-height: 1.6;
  overflow: hidden;
}
main ul li:before {
  content: "\e832";
  color: #99ACA0;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 0.9em;
}

.column-2 {
  -moz-column-count: 2;
       column-count: 2;
  padding-left: 50px;
  margin: 20px auto;
}

.center-list {
  display: table;
  margin: 20px auto;
}

/* ------------- Buttons -------------- */
[class^=btn] {
  position: relative;
  z-index: 1;
  display: table;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: 0.3s all;
  font: 400 1.8rem/1.2 "Outfit", sans-serif;
  color: #fff;
  padding: 16px 30px;
  border-radius: 50px;
  background-color: #A87B4A;
  min-width: 260px;
  text-decoration: none;
}
[class^=btn]:hover {
  background-color: #5D6763;
  color: #fff;
}

.btn-alt {
  background-color: #333332;
  color: #fff;
}
.btn-alt:hover {
  background-color: #A87B4A;
  color: #fff;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
dialog.modal-content {
  box-sizing: border-box;
  border: none;
  margin: auto;
  padding: 30px;
  position: relative;
  text-align: left;
  max-height: calc(100% - 65px);
  width: 600px;
  max-width: 92%;
  overflow-y: auto;
  position: fixed;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
dialog .modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding-bottom: 4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  border: none;
  line-height: 0;
  background-color: #fff;
  transition: 0.3s all;
}
dialog .modal-close::before {
  line-height: 0;
  font-size: 35px;
  content: "Ã?";
}
dialog .modal-close:hover {
  background-color: #000;
  color: #fff;
}

/* --- flexbox --- */
[class*=flex] {
  display: flex;
}

[class*=-wrap] {
  flex-wrap: wrap;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container.full {
  max-width: 100%;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.direction-row {
  flex-direction: row;
}

.direction-column {
  flex-direction: column;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

@media (max-width: 1024px) {
  .flex.container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .column-2 {
    -moz-column-count: 1;
         column-count: 1;
  }
  #page-title h1:only-child,
  h2#append,
  .h1 {
    font-size: 5.2rem;
  }
  h2,
  .h2,
  .dividerLead,
  .more-to-explore span {
    font-size: 4.2rem;
  }
}
/* --- header ---- */
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: 0.3s all;
}
header:focus-within {
  z-index: 500;
}
header .logo {
  position: relative;
  z-index: 1;
}
header .logo img {
  mix-blend-mode: darken;
}
header .pho {
  color: #5D6763;
  font: 600 36px/1 "Outfit", sans-serif;
  position: relative;
  display: table;
  margin: 0 0 5px;
}
header .phy {
  color: #5D6763;
  font: 400 18px/1 "Outfit", sans-serif;
  position: relative;
  display: table;
  margin: 0;
}
header .pho:hover,
header .phy:hover {
  color: #A87B4A;
}
header li a {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
header .btn {
  padding: 24px 30px;
}

.hd-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.hd-contact {
  text-align: left;
}

.hd-container {
  flex: 0 1 700px;
}

@media (min-width: 1025px) {
  .place-nav {
    max-width: 1350px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  nav {
    flex: 0 1 1050px;
  }
  nav,
  nav ul li,
  nav ul li a {
    position: relative;
  }
  nav > ul {
    padding: 0;
    max-width: 1300px;
    margin: auto;
  }
  nav ul {
    margin: auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  nav ul li a {
    display: block;
    color: #fff;
  }
  nav ul li a:hover {
    color: #fff;
  }
  nav > ul > li {
    text-align: center;
  }
  nav > ul > li:first-of-type a {
    padding-left: 0;
  }
  nav > ul > li:last-of-type a {
    padding-right: 0;
  }
  nav > ul > li:last-of-type:after {
    display: none;
  }
  nav > ul > li > a {
    padding: 6px;
    font-size: 16px;
    color: #333332;
  }
  nav > ul > li > a span {
    color: #333332;
  }
  nav > ul > li:hover > a {
    color: #966e42;
  }
  nav ul li:hover > ul {
    display: block;
    visibility: visible;
    animation-name: fadeIn;
    animation-duration: 0.25s;
    animation-fill-mode: both;
  }
  nav ul ul {
    display: none;
    min-width: 280px;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 3;
    left: 0;
    text-align: left;
    background-color: #A87B4A;
    box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2);
  }
  nav > ul > li:last-child ul {
    right: 0;
    left: auto;
  }
  nav ul ul li > a {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.3;
    text-transform: none;
  }
  nav ul ul li > a button i {
    color: #fff;
  }
  nav ul ul li:hover > a {
    background-color: #85613a;
    color: #fff;
  }
  nav ul ul ul {
    left: 100%;
    top: 0;
    background-color: #966e42;
  }
  nav ul ul ul li button i:before {
    content: "\e825" !important;
  }
  nav ul ul ul ul {
    top: auto;
    left: 0px;
    position: relative;
    display: block;
    box-shadow: none;
    background-color: #735433;
  }
  nav ul ul ul ul li a {
    padding-left: 2em;
    padding-left: 2em;
  }
  nav ul ul ul ul li a {
    background-color: #7a5936;
  }
  nav ul ul ul ul li:hover a {
    background-color: #61472b;
  }
  .has-submenu span > a,
  .has-submenu button {
    display: inline-block;
    line-height: 1;
  }
  .has-submenu.open > ul {
    display: block;
  }
  .has-submenu.open > ul *:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }
  nav li button {
    display: inline-block;
    padding: 0;
  }
}
.fix-nav header {
  position: fixed !important;
  box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 100;
  background-color: #fff;
}
.fix-nav header .logo img {
  max-height: 100px;
}
.fix-nav header .btn {
  padding: 15px 30px;
}
.fix-nav #hd-top,
.fix-nav .fm,
.fix-nav .of {
  display: none;
}

@media (max-width: 1024px) {
  .hd-info, .hd-container {
    display: none;
  }
  header {
    padding-left: 40px;
  }
  header .logo {
    padding: 8px;
    margin: 0 auto;
  }
  header .logo img {
    max-height: 86px;
  }
  #hd-top,
  #main-nav,
  header nav ul,
  header .hd-btns,
  header [class^=btn],
  header .phy {
    display: none;
  }
  .nav-down {
    box-shadow: 0 3px 7px rgba(24, 23, 24, 0.2);
  }
  .nav-up {
    transform: translateY(-100%);
  }
  .nav-down, .nav-up {
    background-color: #fff;
  }
  .nav-down .mean-container .mean-bar, .nav-up .mean-container .mean-bar {
    align-self: center;
  }
  body,
  header,
  .mean-container .mean-nav {
    transition: all 0.3s;
  }
  body {
    right: 0;
  }
  .attach header {
    position: fixed !important;
    box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
  }
  .attach header .top-nav {
    display: none !important;
  }
  body.mean-active header {
    left: -80%;
    transform: none;
  }
  body.mean-active {
    overflow: hidden;
    right: 80%;
  }
  body.mean-active:before {
    z-index: 98;
    content: "";
    opacity: 0.7;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: none;
    height: inherit;
  }
  body.mean-active .mean-container .mean-nav {
    right: 0;
  }
  .mean-container {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .mean-container .mean-bar {
    background-color: #3DC2CE;
    width: 64px;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
  }
  .mean-container .meanmenu-reveal {
    display: block;
    color: #fff;
  }
  .mean-container a.meanmenu-reveal.meanclose i:before {
    transform: rotate(45deg);
    font-size: 60px;
    content: "+";
    margin: -5px 0 0 8px;
  }
  .mean-container .mean-bar .icon-menu {
    position: relative;
    display: table;
    transition: 0.3s all;
    z-index: 1;
    margin: 0 auto;
  }
  .mean-container .meanmenu-reveal .icon-menu:before {
    width: 36px;
    content: url(assets/images/menu-icon.png);
    letter-spacing: 3.2px;
    margin-bottom: 10px;
  }
  .mean-container .mean-bar .icon-menu:after,
  .mean-container .meanmenu-reveal.meanclose:after {
    content: "MENU";
    font-style: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    letter-spacing: 1px;
    font-size: 0.55em;
    font-weight: 700;
  }
  .mean-container .meanmenu-reveal.meanclose i:before {
    transform: rotate(45deg);
    font-size: 60px;
    content: "+";
    margin: -5px 0 0 8px;
  }
  .mean-container .meanmenu-reveal.meanclose:after {
    content: "CLOSE";
    bottom: 5px;
  }
  .mean-container .mean-nav {
    position: fixed;
    right: -80%;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    overflow: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    background-color: #85613a;
  }
  .mean-container .mean-nav ul {
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }
  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%;
  }
  .mean-container .mean-nav ul li a {
    display: block;
    padding: 1em 5%;
    padding-right: 58px !important;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  .mean-container .mean-nav ul li li a {
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    text-shadow: none !important;
    visibility: visible;
  }
  .mean-container .mean-nav ul li.mean-first a {
    border-top: none;
    margin-top: 0;
  }
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mean-container .mean-nav ul li li li a {
    padding: 1em 15%;
  }
  .mean-container .mean-nav ul li li li li a {
    padding: 1em 20%;
  }
  .mean-container .mean-nav ul li li li li li a {
    padding: 1em 25%;
  }
  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
  }
  .mean-container .mean-nav ul li a.mean-expand {
    width: 48px;
    line-height: 52px;
    font-size: 20px;
    padding: 0 !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
  .mean-container .mean-nav ul li a.mean-expand:before {
    content: "\e825";
    font-family: "fontello";
    font-weight: 400;
    margin: 0;
    font-style: normal;
  }
  .mean-container .mean-nav ul li .mean-expand.mean-clicked:before {
    content: "\e83a";
  }
  .mean-remove {
    display: none !important;
  }
  .mean-nav .social {
    min-height: 66px;
    background-color: rgba(0, 0, 9, 0.1);
    margin: 0;
    padding: 5px;
    justify-content: center;
  }
  .mean-nav .social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .mean-nav .fo-title {
    color: #fff;
    text-align: center;
  }
  .mean-nav .hours {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 10px auto auto;
  }
  .mean-nav .hours p {
    display: table;
    text-align: left;
    font-size: 15px;
    margin: 10px auto 0;
    color: #fff;
  }
}
/* ------------- Custom Video -------------- */
/*========= 4. Youtube LazyLoad ==========*/
.youtube {
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 0;
}

.youtube[class*=elem-] {
  width: 440px;
}

.youtube:before, .youtube:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube:before {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 40px;
}

.youtube:after {
  font-size: 70px;
  color: #4d4d4d;
  font-family: "fontello";
  font-weight: 400;
  margin: 0;
  font-style: normal;
  content: "\e80e";
}

.youtube:hover:after {
  color: #ff0000;
}

.youtube.active:before, .youtube.active:after {
  display: none;
}

[data-player], [data-vimeo], [data-embed] {
  position: relative;
}

[data-player] video, [data-vimeo] video, [data-embed] video {
  width: 100%;
}

[data-player][class^=elem] {
  position: relative;
}

/*for internal videos with close buttons */
.yt-play {
  transition: all 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #ff0000;
  font-family: "fontello";
  font-weight: 400;
  margin: 0;
  font-style: normal;
  content: "\e80e";
}

.yt-play:hover {
  color: #4d4d4d;
}

.playing header {
  z-index: 1;
}

[data-player].playing {
  z-index: 100;
}

/*============= 5. Video Embeds ============*/
video {
  display: block;
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bio-vid {
  max-width: 800px;
  margin: auto;
}

.bio-vid [data-embed] .close {
  min-width: auto;
}

.vid {
  width: 100%;
  max-width: 400px;
}

.video-grid {
  max-width: 1000px;
  clear: both;
  margin: 30px auto;
}

.video-grid {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.video-grid h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.video-grid > * {
  width: 100%;
  max-width: 50%;
  padding: 5px;
}

.video-grid > div p {
  margin: 0;
}

.video-middle {
  width: 100%;
  max-width: 800px;
}

@media (max-width: 750px) {
  .vid {
    display: table;
    float: none;
    margin: 15px auto !important;
    max-width: 100% !important;
  }
  .video-grid {
    display: block;
  }
  .video-grid > * {
    max-width: 600px;
    margin: 10px auto;
  }
}
/* ------------- Play Button -------------- */
.play {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  color: #333332;
  font: 700 15px/1 "Outfit", sans-serif, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  transition: 0.3s all;
}

.play i {
  margin: 10px;
  transition: 0.3s all;
  display: block;
}
.play i svg {
  transition: 0.3s all;
  display: block;
}
.play i svg path {
  transition: 0.3s all;
  display: block;
}
.play i svg path[d="M36,0,72,62H0Z"] {
  fill: rgba(255, 255, 255, 0);
}

.play i:before {
  margin: auto;
  padding-left: 5px;
}

.play i svg:hover {
  transition: 0.3s all;
}
.play i svg:hover path {
  fill: #fff;
  transition: 0.3s all;
}

#video-modal {
  padding: 0;
}

/* ------------- Close Button -------------- */
[data-embed] .close,
[data-vimeo] .close {
  cursor: pointer;
  line-height: 1;
  background-color: #A87B4A;
  color: #fff;
  padding: 6px 10px 6px 5px;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
[data-embed] .close button,
[data-vimeo] .close button {
  color: #fff;
  text-transform: uppercase;
}
[data-embed] .close i,
[data-vimeo] .close i {
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  vertical-align: middle;
}
[data-embed] .close:focus,
[data-vimeo] .close:focus {
  background-color: #85613a;
}

[data-embed] .close:hover,
[data-vimeo] .close:hover {
  background-color: #1b1b1b;
  color: #fff;
}

[data-embed] .close i:before {
  transform: rotate(45deg);
}

@media (max-width: 1000px) {
  [data-embed] .close,
  [data-vimeo] .close {
    position: relative;
    inset: unset;
    margin: 0 auto;
  }
}
/* ----------- Banner ----------- */
#banner {
  position: relative;
  padding: 0;
  background-image: url(assets/images/index-banner-bg.webp);
  background-size: cover;
  padding: 200px 20px 40px;
}
#banner article {
  max-width: 565px;
}
#banner figure {
  max-width: 510px;
  position: relative;
}
#banner figure .caption {
  margin: 0;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333332;
}
#banner figure .play {
  top: calc(50% - 12px);
}
#banner video {
  max-width: 100%;
}
#banner.playing {
  z-index: 100;
}
#banner.playing article {
  position: relative;
  transform: none;
  left: 0;
  top: 0;
}
#banner.playing figure {
  margin: 0 auto;
  max-width: 1500px;
}

@media (max-width: 1024px) {
  #banner {
    padding-top: 120px;
  }
  #banner article {
    text-align: center;
  }
  #banner .flex.container {
    align-items: center;
  }
}
/* ------------- Page Foundation -------------- */
#page {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  clear: both;
}

#page.has_divider {
  padding-bottom: 0;
}

.page_index .internal {
  display: none;
}

.center {
  text-align: center;
}

main {
  overflow: hidden;
}

/* ------------- Internal Title -------------- */
#interior-banner {
  position: relative;
  text-align: center;
  padding: 200px 20px 80px;
  background-image: url(assets/images/index-banner-bg.webp);
  background-size: cover;
}
#interior-banner .contain {
  position: relative;
  z-index: 1;
}
#interior-banner #intro p,
#interior-banner #intro li {
  color: #000;
}

.banner-no-img #interior-banner {
  background-color: #ccc;
  padding: 180px 20px 80px;
}
.banner-no-img #interior-banner .contain {
  max-width: 1000px;
  margin: 0 auto;
}

.flex-title {
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  gap: 30px;
}
.flex-title #page-title {
  margin: auto;
}
.flex-title .contain {
  flex: 0 1 50%;
  text-align: left;
}
.flex-title .contain h2 {
  max-width: 580px;
  margin-left: 0;
}
.flex-title .contain > div {
  max-width: 630px;
  margin: auto;
}

#intro {
  margin: 0 auto;
}

#main-img {
  flex: 0 1 auto;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

#static-banner {
  display: none;
}

@media (max-width: 1024px) {
  .flex-title {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .flex-title .contain {
    text-align: center;
    padding: 0 20px;
  }
  .flex-title .contain h2 {
    margin-left: auto;
    margin-right: auto;
  }
  #interior-banner {
    padding: 105px 0 60px !important;
  }
  #interior-banner #intro .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------ Why ----------------- */
.why {
  padding: 30px 20px 20px;
  position: relative;
  counter-reset: why-section;
  background-color: #fff;
}
.why h2 {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "Outfit", sans-serif;
  color: #99ACA0;
  margin-bottom: 15px;
}
.why ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: left;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.why ul li {
  max-width: 330px;
  padding: 0 0 0 30px;
  margin: 10px;
  width: 100%;
  color: #333332;
  overflow: visible;
}
.why ul li span {
  max-width: 95%;
  margin: 0 auto;
  display: block;
  line-height: 1.2;
}
.why ul li:before {
  color: #99ACA0;
}

@media (max-width: 1024px) {
  .why ul {
    flex-direction: column;
    align-items: center;
  }
}
/* --- fixed-tabs --- */
#fixed-tabs {
  position: fixed;
  right: 0;
  text-align: center;
  line-height: 1;
  font-size: 0;
  z-index: 200;
  padding: 0;
}
#fixed-tabs li {
  flex: 1;
}
#fixed-tabs a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#fixed-tabs i {
  font-size: 16px;
}
#fixed-tabs #fixed-tabs i,
#fixed-tabs #fixed-tabs i:before {
  display: block;
  margin: 0 auto !important;
}
#fixed-tabs .ra {
  background-color: #35c8d6;
}
#fixed-tabs .call {
  background-color: #EFCB12;
}
#fixed-tabs .map,
#fixed-tabs .fr {
  background-color: #2E2D2D;
}
#fixed-tabs .fb {
  background-color: #4d70a8;
}
#fixed-tabs .gg {
  background-color: #dc4e41;
}

@media (min-width: 1025px) {
  #fixed-tabs {
    display: none;
  }
}
@media (max-width: 1024px) {
  #fixed-tabs {
    bottom: 0;
    width: 100%;
    display: flex;
  }
  #fixed-tabs a {
    padding: 16px 5px 16px 0;
    flex: 1;
  }
  #fixed-tabs a span {
    display: inline-block;
    vertical-align: middle;
  }
  #fixed-tabs .call,
  #fixed-tabs .map {
    display: none;
  }
}
@media (max-width: 1000px) {
  #fixed-tabs .fr,
  #fixed-tabs .gg,
  #fixed-tabs .fb {
    display: none;
  }
  #fixed-tabs .call,
  #fixed-tabs .map {
    display: block;
  }
}
@media (max-width: 730px) {
  #fixed-tabs strong {
    display: none;
  }
  #fixed-tabs .ra {
    flex: 2;
  }
}


