/*************************************************
* Fonts
*************************************************/
@font-face {
  font-family: 'FoundersGrotesk-Regular';
  src: url('../fonts/founders-grotesk/FoundersGrotesk-Regular.woff2') format('woff2'), url('../fonts/founders-grotesk/FoundersGrotesk-Regular.woff') format('woff');
}
@font-face {
  font-family: 'FoundersGrotesk-Regular-Italic';
  src: url('../fonts/founders-grotesk/FoundersGrotesk-RegularItalic.woff2') format('woff2'), url('../fonts/founders-grotesk/FoundersGrotesk-RegularItalic.woff') format('woff');
}
@font-face {
  font-family: 'FoundersGrotesk-Semibold';
  src: url('../fonts/founders-grotesk/FoundersGrotesk-Semibold.woff2') format('woff2'), url('../fonts/founders-grotesk/FoundersGrotesk-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'FoundersGrotesk-Medium';
  src: url('../fonts/founders-grotesk/FoundersGrotesk-Medium.woff2') format('woff2'), url('../fonts/founders-grotesk/FoundersGrotesk-Medium.woff') format('woff');
}
@font-face {
  font-family: 'TiemposText-Regular';
  src: url('../fonts/tiempos-text/TiemposText-Regular.woff2') format('woff2'), url('../fonts/tiempos-text/TiemposText-Regular.woff') format('woff');
}
@font-face {
  font-family: 'TiemposText-Regular-Italic';
  src: url('../fonts/tiempos-text/TiemposText-RegularItalic.woff2') format('woff2'), url('../fonts/tiempos-text/TiemposText-RegularItalic.woff') format('woff');
}
@font-face {
  font-family: 'TiemposFine-Regular';
  src: url('../fonts/tiempos-fine/TiemposFine-Regular.woff2') format('woff2'), url('../fonts/tiempos-fine/TiemposFine-Regular.woff') format('woff');
}
@font-face {
  font-family: 'TiemposFine-Bold';
  src: url('../fonts/tiempos-fine/TiemposFine-Bold.woff2') format('woff2'), url('../fonts/tiempos-fine/TiemposFine-Bold.woff') format('woff');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'FoundersGrotesk-Regular', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  hr,
  input,
  textarea,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  main,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  select {
    font-size: 20px;
  }
}
span,
a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hidden {
  display: none;
}
/*************************************************
* CUSTOM MIXING
*************************************************/
/*************************************************
* Font Styling mixing
*************************************************/
/*
    font-family,
    font-weight
 */
.blank-header {
  height: 255px;
  background: #E2DDCB;
}
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #E2DDCB;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.main-header .logo {
  width: 100%;
  max-width: 270px;
  padding: 40px 20px;
  margin: 0 auto;
}
.main-header.header-hide {
  top: -600px;
}
@media screen and (max-width: 1024px) {
  .blank-header {
    height: 171px;
  }
  .main-header .logo {
    width: 100%;
    max-width: 160px;
    padding: 40px 20px;
    margin: 0 auto;
  }
  .main-header.header-hide {
    top: -400px;
  }
}
footer.site-footer {
  border-top: 1px solid #FCFAED;
  background: #5E4D41;
  overflow: hidden;
}
footer.site-footer .footer-inner {
  width: 100%;
  max-width: 600px;
  padding: 50px 50px;
  margin: 0 auto;
}
footer.site-footer .footer-inner * {
  font-family: 'FoundersGrotesk-Regular', sans-serif;
}
footer.site-footer .footer-inner .social-media-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: wrap;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0px;
}
footer.site-footer .footer-inner .social-media-footer .sm-single {
  padding: 0px 10px;
}
footer.site-footer .footer-inner .para-center {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
p,
p span,
p b,
p strong {
  font-size: 24px;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  p,
  p span,
  p b,
  p strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 760px) {
  p,
  p span,
  p b,
  p strong {
    font-size: 20px;
  }
}
h1,
h1 strong,
h1 span {
  font-family: 'TiemposFine-Regular', sans-serif;
  font-size: 60px;
  line-height: 110%;
}
@media screen and (max-width: 1366px) {
  h1,
  h1 strong,
  h1 span {
    font-size: 56px;
  }
}
@media screen and (max-width: 1024px) {
  h1,
  h1 strong,
  h1 span {
    font-size: 52px;
  }
}
@media screen and (max-width: 760px) {
  h1,
  h1 strong,
  h1 span {
    font-size: 48px;
  }
}
h2,
h2 strong,
h2 span {
  font-size: 60px;
  line-height: 110%;
}
@media screen and (max-width: 1366px) {
  h2,
  h2 strong,
  h2 span {
    font-size: 56px;
  }
}
@media screen and (max-width: 1024px) {
  h2,
  h2 strong,
  h2 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 760px) {
  h2,
  h2 strong,
  h2 span {
    font-size: 40px;
  }
}
h3,
h3 strong,
h3 span {
  font-size: 48px;
  line-height: 110%;
  font-family: 'TiemposFine-Regular', sans-serif;
}
@media screen and (max-width: 1366px) {
  h3,
  h3 strong,
  h3 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  h3,
  h3 strong,
  h3 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 760px) {
  h3,
  h3 strong,
  h3 span {
    font-size: 34px;
  }
}
h4,
h4 strong,
h4 span {
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 110%;
}
@media screen and (max-width: 1366px) {
  h4,
  h4 strong,
  h4 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  h4,
  h4 strong,
  h4 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 760px) {
  h4,
  h4 strong,
  h4 span {
    font-size: 24px;
  }
}
h5,
h5 strong,
h5 span {
  font-size: 30px;
  font-family: 'TiemposFine-Bold', sans-serif;
  letter-spacing: 0.02em;
  line-height: 110%;
}
@media screen and (max-width: 1366px) {
  h5,
  h5 strong,
  h5 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  h5,
  h5 strong,
  h5 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 760px) {
  h5,
  h5 strong,
  h5 span {
    font-size: 24px;
  }
}
h6,
h6 strong,
h6 a,
h6 span {
  font-size: 22px;
  line-height: 120%;
}
@media screen and (max-width: 1366px) {
  h6,
  h6 strong,
  h6 a,
  h6 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  h6,
  h6 strong,
  h6 a,
  h6 span {
    font-size: 20px;
  }
}
ul.menu,
ul.menu-button {
  list-style: none !important;
}
.page-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.page-content ul li {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
.ta-center {
  text-align: center;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mt-60 {
    margin-top: 50px !important;
  }
}
.page-content {
  overflow: hidden;
}
.site-btn {
  font-family: 'FoundersGrotesk-Medium', sans-serif;
  cursor: pointer;
  background: #A49C87;
  color: #ffffff !important;
  padding: 18px 30px 14px;
  font-size: 18px;
  border: none;
  appearance: none;
  display: inline-block;
  letter-spacing: 0.1em;
}
.site-btn.blue {
  background: #3E8B94;
}
.site-btn.green {
  background: #0F6845;
}
.contentPanel .contentPanel__inner {
  width: 100%;
  max-width: 870px;
  padding: 100px 30px;
  margin: 0 auto;
  position: relative;
}
.contentPanel .contentPanel__inner h1,
.contentPanel .contentPanel__inner h1 b,
.contentPanel .contentPanel__inner h1 span,
.contentPanel .contentPanel__inner h2,
.contentPanel .contentPanel__inner h2 b,
.contentPanel .contentPanel__inner h2 span,
.contentPanel .contentPanel__inner h3,
.contentPanel .contentPanel__inner h3 b,
.contentPanel .contentPanel__inner h3 span,
.contentPanel .contentPanel__inner h4,
.contentPanel .contentPanel__inner h4 b,
.contentPanel .contentPanel__inner h4 span,
.contentPanel .contentPanel__inner h5,
.contentPanel .contentPanel__inner h5 b,
.contentPanel .contentPanel__inner h5 span,
.contentPanel .contentPanel__inner h6,
.contentPanel .contentPanel__inner h6 b,
.contentPanel .contentPanel__inner h6 span {
  margin-bottom: 55px;
}
.contentPanel .contentPanel__inner p,
.contentPanel .contentPanel__inner p span,
.contentPanel .contentPanel__inner p b,
.contentPanel .contentPanel__inner p strong {
  line-height: 150%;
}
.contentPanel .contentPanel__inner p b,
.contentPanel .contentPanel__inner p strong {
  font-family: 'FoundersGrotesk-Semibold', sans-serif;
}
.contentPanel .contentPanel__inner * {
  position: relative;
  z-index: 1;
}
.contentPanel .contentPanel__inner .contenPanel__right-bg {
  position: absolute;
  right: -230px;
  top: 0;
  height: 100%;
  width: 230px;
  z-index: 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.contentPanel.contentPanel__yellow {
  background: #FCFAED;
}
.contentPanel.contentPanel__yellow * {
  color: #5E4D41;
}
@media screen and (max-width: 1024px) {
  .contentPanel .contentPanel__inner {
    width: 100%;
    max-width: 820px;
    padding: 75px 60px 80px;
    margin: 0 auto;
  }
  .contentPanel .contentPanel__inner h1,
  .contentPanel .contentPanel__inner h1 b,
  .contentPanel .contentPanel__inner h1 span,
  .contentPanel .contentPanel__inner h2,
  .contentPanel .contentPanel__inner h2 b,
  .contentPanel .contentPanel__inner h2 span,
  .contentPanel .contentPanel__inner h3,
  .contentPanel .contentPanel__inner h3 b,
  .contentPanel .contentPanel__inner h3 span,
  .contentPanel .contentPanel__inner h4,
  .contentPanel .contentPanel__inner h4 b,
  .contentPanel .contentPanel__inner h4 span,
  .contentPanel .contentPanel__inner h5,
  .contentPanel .contentPanel__inner h5 b,
  .contentPanel .contentPanel__inner h5 span,
  .contentPanel .contentPanel__inner h6,
  .contentPanel .contentPanel__inner h6 b,
  .contentPanel .contentPanel__inner h6 span {
    margin-bottom: 40px;
  }
  .contentPanel .contentPanel__inner .contenPanel__right-bg {
    right: -100px;
    width: 230px;
  }
}
@media screen and (max-width: 840px) {
  .contentPanel .contentPanel__inner {
    width: 100%;
    max-width: 820px;
    padding: 70px 40px 70px;
    margin: 0 auto;
  }
  .contentPanel .contentPanel__inner p,
  .contentPanel .contentPanel__inner p span,
  .contentPanel .contentPanel__inner p b,
  .contentPanel .contentPanel__inner p strong {
    line-height: 130%;
  }
  .contentPanel .contentPanel__inner .contenPanel__right-bg {
    right: 0px;
    width: 230px;
  }
}
.message-alert,
.payment-message {
  margin: 5px 0;
  position: relative;
}
.message-alert p,
.payment-message p {
  font-size: 16px;
  color: #ffffff !important;
  background-color: #cb401c;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.message-alert p.success,
.payment-message p.success {
  background-color: #059c2b;
}
.loading-image {
  position: fixed;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*
**********************
      Pages
**********************
*/
.home-slider .slider-image {
  width: 100%;
  height: 1060px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.home-slider .slider-image .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.home-slider .slider-image .slider-content {
  position: relative;
  text-align: center;
}
.home-slider .slider-image .slider-content * {
  color: #ffffff;
}
.home-slider .slick-dots {
  bottom: 15px;
}
.home-slider .slick-dots li {
  margin: 0 7px;
}
.home-slider .slick-dots li button:before {
  font-size: 16px;
  color: #FCFAED;
}
@media screen and (max-width: 1368px) {
  .home-slider .slider-image {
    height: 860px;
  }
}
@media screen and (max-width: 1024px) {
  .home-slider .slider-image {
    height: 680px;
  }
}
@media screen and (max-width: 760px) {
  .home-slider .slider-image {
    height: 560px;
  }
}
.gi-section {
  background: #FCFAED;
  padding: 50px 0;
  position: relative;
}
.gi-section .bird-bg {
  position: absolute;
  left: 8%;
  top: 100px;
  width: 350px;
  height: 370px;
}
.gi-section .flower-bg {
  position: absolute;
  right: 10%;
  bottom: 0px;
  width: 200px;
  height: 330px;
}
.gi-section .gi-section-inner {
  position: relative;
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
.gi-section .gi-section-inner .gi-top-content {
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.gi-section .gi-section-inner .gi-top-content * {
  color: #5E4D41;
}
.gi-section .gi-section-inner .gi-top-content h1,
.gi-section .gi-section-inner .gi-top-content h2 {
  margin-bottom: 30px;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row {
  margin-bottom: 20px;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-2 .gi-single-wrap .gi-title {
  background: #0F6845;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-2 .gi-single-wrap .gi-four-info {
  background: #003C2F;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-0 .gi-single-wrap .gi-title {
  background: #983676;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-0 .gi-single-wrap .gi-four-info {
  background: #6F004A;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-even .gi-single-wrap .gi-title {
  order: 3;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-even .gi-single-wrap .gi-image {
  order: 2;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-even .gi-single-wrap .gi-four-info {
  order: 1;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-title {
  width: 25%;
  background: #3E8B94;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-image {
  width: 25%;
  min-height: 280px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info {
  width: 50%;
  padding: 20px 0;
  background: #005862;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info h4 {
  font-family: 'TiemposFine-Regular', sans-serif;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info .gi-four-single {
  width: 50%;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info .gi-four-single:before {
  content: "";
  position: absolute;
  background: #ffffff;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info .gi-four-single:after {
  content: "";
  position: absolute;
  background: #ffffff;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info .gi-four-single.gi-four-tl:before {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100px;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info .gi-four-single.gi-four-tl:after {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 70%;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info .gi-four-single.gi-four-br:before {
  top: -1px;
  left: 0;
  height: 1px;
  width: 70%;
}
.gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info .gi-four-single.gi-four-br:after {
  top: 0;
  left: -1px;
  width: 1px;
  height: 100px;
}
@media screen and (max-width: 1368px) {
  .gi-section .bird-bg {
    left: 10px;
    top: 0px;
  }
  .gi-section .flower-bg {
    right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .gi-section .bird-bg {
    width: 250px;
    height: 270px;
  }
  .gi-section .flower-bg {
    right: -20px;
  }
}
@media screen and (max-width: 840px) {
  .gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-even .gi-single-wrap .gi-title {
    order: 1;
  }
  .gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-even .gi-single-wrap .gi-image {
    order: 2;
  }
  .gi-section .gi-section-inner .gi-rows .gi-single-row.gi-single-row-even .gi-single-wrap .gi-four-info {
    order: 3;
  }
  .gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-title {
    width: 50%;
    font-size: 26px;
  }
  .gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-image {
    width: 50%;
  }
  .gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-four-info {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .gi-section .gi-section-inner .gi-rows .gi-single-row .gi-single-wrap .gi-image {
    min-height: 230px;
  }
}
.image-btm-content-section {
  height: calc(100vh - 200px);
  min-height: 800px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.image-btm-content-section .wi-top-content {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 30px auto 0;
}
.image-btm-content-section .wi-top-content * {
  color: #005862;
}
.image-btm-content-section .ibcs-btm {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap {
  background: #005862;
  padding: 35px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap * {
  color: #BDDCDC;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-left {
  width: 408px;
  padding: 0 70px;
  text-align: center;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right {
  width: calc(100% - 408px);
  position: relative;
  padding-right: 90px;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0px;
  height: 100%;
  width: 2px;
  background: #3E8B94;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right p {
  margin-bottom: 0px;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right .site-btn {
  margin-top: 35px;
}
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right p b,
.image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right p strong {
  font-family: 'FoundersGrotesk-Semibold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .image-btm-content-section {
    min-height: 780px;
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-left {
    width: 320px;
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right {
    width: calc(100% - 320px);
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right:before {
    left: -35px;
  }
}
@media screen and (max-width: 840px) {
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-left {
    padding: 0 70px 0 40px;
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right {
    padding-right: 45px;
  }
}
@media screen and (max-width: 650px) {
  .image-btm-content-section {
    min-height: 700px;
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-left {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right {
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  .image-btm-content-section .ibcs-btm .ibcs-btm-wrap .ibcs-right:before {
    display: none;
  }
}
.office-info-section {
  background: #3E8B94;
  padding: 40px 0;
}
.office-info-section .oi-wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.office-info-section .oi-wrap * {
  color: #BDDCDC;
}
.office-info-section .oi-wrap .oi-left {
  width: 408px;
}
.office-info-section .oi-wrap .oi-left h2 {
  margin-bottom: 20px;
}
.office-info-section .oi-wrap .oi-right {
  width: calc(100% - 408px);
}
.office-info-section .oi-wrap .oi-right * {
  color: #FCFAED;
}
.office-info-section .oi-wrap .oi-right h4 {
  font-family: 'TiemposFine-Regular', sans-serif;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #FCFAED;
}
.office-info-section .oi-wrap .oi-right .oi-contacts .oi-contacts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.office-info-section .oi-wrap .oi-right .oi-contacts .oi-contacts-wrap .oi-single-contact {
  width: 33.33%;
  padding: 0 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .office-info-section .oi-wrap .oi-right .oi-contacts .oi-contacts-wrap .oi-single-contact {
    width: 50%;
    margin-bottom: 15px;
  }
}
.office-info-section .oi-wrap .oi-right .oi-contacts .oi-contacts-wrap .oi-single-contact p {
  font-family: 'FoundersGrotesk-Regular', sans-serif;
  font-size: 21px;
  margin-bottom: 5px;
  line-height: 110%;
}
.office-info-section .oi-wrap .oi-right .oi-contacts .oi-contacts-wrap .oi-single-contact p.contact-name {
  font-family: 'FoundersGrotesk-Semibold', sans-serif;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .office-info-section .oi-wrap .oi-left {
    width: 320px;
    padding: 0 30px;
    text-align: center;
  }
  .office-info-section .oi-wrap .oi-right {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 840px) {
  .office-info-section {
    padding: 40px 0 20px;
  }
  .office-info-section .oi-wrap .oi-right .oi-contacts .oi-contacts-wrap .oi-single-contact {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 650px) {
  .office-info-section .oi-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .office-info-section .oi-wrap .oi-left {
    width: 100%;
    margin-bottom: 60px;
  }
  .office-info-section .oi-wrap .oi-right {
    width: 100%;
    text-align: center;
  }
}
.location-map-section {
  background: #C2D7CC;
}
.location-map-section .lm-wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.location-map-section .lm-wrap * {
  color: #003C2F;
}
.location-map-section .lm-wrap .lm-left {
  width: 445px;
  position: relative;
  z-index: 1;
}
.location-map-section .lm-wrap .lm-left h2 {
  margin-bottom: 20px;
}
.location-map-section .lm-wrap .lm-left h2,
.location-map-section .lm-wrap .lm-left h3,
.location-map-section .lm-wrap .lm-left p {
  margin-bottom: 30px;
}
.location-map-section .lm-wrap .lm-left p,
.location-map-section .lm-wrap .lm-left p span,
.location-map-section .lm-wrap .lm-left p b,
.location-map-section .lm-wrap .lm-left p strong {
  font-size: 21px;
}
.location-map-section .lm-wrap .lm-left .lm-l-top {
  padding-right: 50px;
}
.location-map-section .lm-wrap .lm-left p.l-address {
  font-family: 'FoundersGrotesk-Semibold', sans-serif;
  margin-top: 30px;
}
.location-map-section .lm-wrap .lm-right {
  width: calc(100% - 445px);
  min-height: 750px;
  position: relative;
}
.location-map-section .lm-wrap .lm-right .lm-right-inner {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -70px;
  width: calc(100% + 400px);
}
.location-map-section .lm-wrap .lm-right .lm-right-inner img {
  display: none;
}
@media screen and (max-width: 1368px) {
  .location-map-section .lm-wrap .lm-right {
    min-height: 560px;
  }
  .location-map-section .lm-wrap .lm-right .lm-right-inner {
    width: calc(100% + 155px);
  }
}
@media screen and (max-width: 1024px) {
  .location-map-section .lm-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .location-map-section .lm-wrap .lm-left {
    order: 2;
    width: 100%;
    max-width: 460px;
    padding: 0 0px;
    margin: 0 auto;
  }
  .location-map-section .lm-wrap .lm-left .lm-l-top {
    padding-right: 0px;
  }
  .location-map-section .lm-wrap .lm-right {
    order: 1;
    width: 100%;
    min-height: unset;
    margin-bottom: 40px;
  }
  .location-map-section .lm-wrap .lm-right .lm-right-inner {
    width: 100%;
    position: relative;
    background-image: none !important;
    left: unset;
    top: unset;
  }
  .location-map-section .lm-wrap .lm-right .lm-right-inner img {
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
  .location-map-section .lm-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .location-map-section .lm-wrap .lm-left h2,
  .location-map-section .lm-wrap .lm-left h3,
  .location-map-section .lm-wrap .lm-left p {
    margin-bottom: 20px;
  }
  .location-map-section .lm-wrap .lm-left p,
  .location-map-section .lm-wrap .lm-left p span,
  .location-map-section .lm-wrap .lm-left p b,
  .location-map-section .lm-wrap .lm-left p strong {
    font-size: 18px;
  }
  .location-map-section .lm-wrap .lm-right {
    order: 1;
    width: 100%;
    min-height: unset;
    margin-bottom: 40px;
  }
  .location-map-section .lm-wrap .lm-right .lm-right-inner {
    width: 100%;
    position: relative;
    background-image: none !important;
    left: unset;
    top: unset;
  }
  .location-map-section .lm-wrap .lm-right .lm-right-inner img {
    display: inline-block;
  }
}
.home-contacts-section {
  background: #362414;
  padding: 35px 0 15px;
}
.home-contacts-section * {
  color: #FCFAED;
}
.home-contacts-section .cs-title {
  text-align: center;
}
.home-contacts-section .cs-wrap {
  width: 100%;
  max-width: 1260px;
  padding: 30px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.home-contacts-section .cs-wrap .cs-single h5 {
  font-family: 'TiemposFine-Regular', sans-serif;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.home-contacts-section .cs-wrap .cs-single.cs-single-retail {
  width: 710px;
  padding-right: 20px;
}
.home-contacts-section .cs-wrap .cs-single.cs-single-retail .cs-single-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.home-contacts-section .cs-wrap .cs-single.cs-single-retail .cs-single-wrap .single-contact {
  flex: 1;
  min-width: 280px;
  padding-right: 20px;
}
.home-contacts-section .cs-wrap .cs-single.cs-single-media {
  width: calc(100% - 710px);
}
.home-contacts-section .cs-wrap .cs-single.cs-single-media .cs-single-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.home-contacts-section .cs-wrap .cs-single.cs-single-media .cs-single-wrap .single-contact {
  width: 100%;
}
.home-contacts-section .cs-wrap .cs-single .cs-single-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.home-contacts-section .cs-wrap .cs-single .cs-single-wrap .single-contact {
  margin-bottom: 30px;
}
.home-contacts-section .cs-wrap .cs-single .cs-single-wrap .single-contact p {
  font-family: 'FoundersGrotesk-Regular', sans-serif;
  font-size: 21px;
  margin-bottom: 5px;
  line-height: 110%;
}
.home-contacts-section .cs-wrap .cs-single .cs-single-wrap .single-contact p.contact-name {
  font-family: 'FoundersGrotesk-Semibold', sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  .home-contacts-section .cs-wrap .cs-single.cs-single-retail {
    width: 610px;
  }
  .home-contacts-section .cs-wrap .cs-single.cs-single-media {
    width: calc(100% - 610px);
  }
  .home-contacts-section .cs-wrap .cs-single .cs-single-wrap .single-contact p {
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  .home-contacts-section .cs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .home-contacts-section .cs-wrap .cs-single.cs-single-retail {
    width: 100%;
  }
  .home-contacts-section .cs-wrap .cs-single.cs-single-media {
    width: 100%;
  }
}
.footer {
  background: #5E4D41;
  padding: 35px 0 35px;
}
.footer * {
  color: #FCFAED;
}
.footer p.fl-social-txt {
  font-size: 21px;
  margin-bottom: 30px;
}
.footer .foo-title {
  font-family: 'TiemposFine-Bold', sans-serif;
  text-align: center;
  font-size: 66px;
}
.footer h5 {
  font-family: 'TiemposFine-Regular', sans-serif;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.footer .foo-wrap {
  width: 100%;
  max-width: 1260px;
  padding: 30px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.footer .foo-wrap .foo-left {
  width: 710px;
  padding-right: 20px;
}
.footer .foo-wrap .foo-left .foo-l-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev {
  width: 60%;
  padding-right: 20px;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-right: 30px;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section .fl-single-logo {
  margin-bottom: 35px;
  width: 100%;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section .fl-single-logo img {
  max-width: 230px;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section .fl-single-logo:nth-child(2) {
  width: 40%;
  padding-right: 33px;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section .fl-single-logo:nth-child(3) {
  width: 60%;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section .fl-single-logo:nth-child(4) {
  width: 65%;
  padding-right: 33px;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section .fl-single-logo:nth-child(5) {
  width: 35%;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-social {
  width: 40%;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-social .social-media-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: wrap;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-social .social-media-footer .sm-single {
  width: 40px;
  margin-right: 25px;
}
.footer .foo-wrap .foo-left .foo-l-wrap .fl-single-social .social-media-footer .sm-single:last-child {
  margin-right: 0px;
}
.footer .foo-wrap .foo-right {
  width: calc(100% - 710px);
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner h5 {
  margin-bottom: 25px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row {
  margin-top: 15px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row label {
  font-family: 'FoundersGrotesk-Regular', sans-serif;
  margin-bottom: 10px;
  font-size: 21px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row .input-field {
  margin-top: 5px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row input[type=text],
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row textarea {
  width: 100%;
  padding: 15px 0px;
  font-size: 21px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #A49C87;
  background: transparent;
  appearance: none;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row input[type=text]::placeholder,
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row textarea::placeholder {
  color: #A49C87;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row input[type=text]:focus,
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row textarea:focus {
  border: none;
  border-bottom: 1px solid #A49C87;
  outline: none;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .form-field-row textarea {
  height: 110px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #contact-form .submit-btn-row {
  margin-top: 35px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form {
  margin: 0px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form label {
  font-family: 'FoundersGrotesk-Regular', sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form label .asterisk {
  font-size: unset;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form .input-field {
  margin-top: 5px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form input[type=text],
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form input[type=email] {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #5E4D41;
  appearance: none;
  border-radius: 0px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form input[type=submit] {
  cursor: pointer;
  background: #5E4D41;
  color: #ffffff;
  padding: 15px 50px;
  font-size: 16px;
  border: none;
  appearance: none;
  height: auto;
  border-radius: 0px;
  margin: 15px 0 0 0;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form .mce_inline_error {
  margin-bottom: 0px;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form .helper_text {
  display: none;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form #mce-responses {
  display: block;
  width: 100%;
  float: none;
  top: 0;
  padding: 0;
  margin: 0;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form #mce-responses #mce-error-response {
  color: #CB401CFF;
}
.footer .foo-wrap .foo-right .subscription-form-section .sfs-inner #mc_embed_signup form#mc-embedded-subscribe-form #mce-responses div.response {
  font-size: 14px;
  width: 100%;
  float: none;
  top: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1150px) {
  .footer .foo-wrap .foo-left {
    width: 600px;
    padding-right: 20px;
  }
  .footer .foo-wrap .foo-right {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1024px) {
  .footer .foo-wrap .foo-left {
    width: 50%;
  }
  .footer .foo-wrap .foo-left .foo-l-wrap .fl-single {
    width: 100%;
    padding-right: 0px;
  }
  .footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev {
    margin-bottom: 40px;
  }
  .footer .foo-wrap .foo-left .foo-l-wrap .fl-single-dev .fl-dev-logos-section {
    max-width: 400px;
  }
  .footer .foo-wrap .foo-right {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .foo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer .foo-wrap .foo-left {
    width: 100%;
    padding-right: 0px;
  }
  .footer .foo-wrap .foo-right {
    width: 100%;
    margin-top: 60px;
  }
}
.highlight-section {
  position: relative;
  background: #FCFAED;
  padding: 280px 20px;
}
.highlight-section .highlight-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width: 1366px) {
  .highlight-section {
    padding: 140px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .highlight-section {
    padding: 100px 20px;
  }
}
.highlight-section .highlight-section-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 30px;
  margin: 0 auto;
}
.highlight-section .highlight-section-inner .highlight-section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -12px;
}
.highlight-section .highlight-section-inner .highlight-section-wrap .hs-single {
  width: 25%;
  min-width: 235px;
  padding: 12px 12px;
}
.highlight-section .highlight-section-inner .highlight-section-wrap .hs-single * {
  font-family: 'FoundersGrotesk-Regular', sans-serif;
}
.highlight-section .highlight-section-inner .highlight-section-wrap .hs-single .hs-single-inner {
  padding: 10px 10px;
  min-height: 225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(94, 77, 65, 0.8);
  text-align: center;
}
.highlight-section .highlight-section-inner .highlight-section-wrap .hs-single .hs-single-inner p,
.highlight-section .highlight-section-inner .highlight-section-wrap .hs-single .hs-single-inner em {
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .highlight-section .highlight-section-inner .highlight-section-wrap .hs-single {
    min-width: 210px;
  }
  .highlight-section .highlight-section-inner .highlight-section-wrap .hs-single .hs-single-inner {
    min-height: 190px;
  }
  .highlight-section .highlight-section-inner .highlight-section-wrap .hs-single .hs-single-inner p,
  .highlight-section .highlight-section-inner .highlight-section-wrap .hs-single .hs-single-inner em {
    font-size: 16px;
  }
}
.map-top-info {
  background: #5E4D41;
}
.map-top-info .mti-inner {
  width: 100%;
  max-width: 1260px;
  padding: 40px 30px;
  margin: 0 auto;
  text-align: center;
}
.map-container {
  width: 100%;
  height: 610px;
}
@media screen and (max-width: 1024px) {
  .map-container {
    height: 500px;
  }
}
@media screen and (max-width: 760px) {
  .map-container {
    height: 400px;
  }
}
.contacts-section {
  background: #5E4D41;
}
.contacts-section .cs-wrap {
  width: 100%;
  max-width: 820px;
  padding: 80px 30px 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contacts-section .cs-wrap .cs-single {
  width: 50%;
  text-align: center;
}
.contacts-section .cs-wrap .cs-single h5 {
  margin-bottom: 50px;
}
.contacts-section .cs-wrap .cs-single .single-contact {
  margin-bottom: 45px;
}
.contacts-section .cs-wrap .cs-single .single-contact p {
  font-family: 'FoundersGrotesk-Regular', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.contacts-section .cs-wrap .cs-single .single-contact p.contact-name {
  font-size: 20px;
  font-weight: bold;
}
.contacts-section .cs-wrap .cs-single .single-contact p a {
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .contacts-section .cs-wrap .cs-single {
    width: 100%;
  }
  .contacts-section .cs-wrap .cs-single .single-contact p {
    font-size: 14px;
  }
  .contacts-section .cs-wrap .cs-single .single-contact p.contact-name {
    font-size: 16px;
  }
}
/*# sourceMappingURL=master.css.map */