@font-face {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Bold.eot");
  src: url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Bold.woff") format("woff"), url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Regular.eot");
  src: url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Regular.woff") format("woff"), url("../fonts/AkzidenzGroteskBE/AkzidenzGroteskBE-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Mrs Eaves";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MrsEavesRoman/MrsEavesOT-Roman.eot");
  src: url("../fonts/MrsEavesRoman/MrsEavesOT-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/MrsEavesRoman/MrsEavesOT-Roman.woff") format("woff"), url("../fonts/MrsEavesRoman/MrsEavesOT-Roman.ttf") format("truetype");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}

a,
a:hover,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}

ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}

ol li {
  padding: 5px 0 5px 15px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

a img,
fieldset,
hr {
  border: 0;
}

mark {
  background: none;
}

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

@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }

  table tbody {
    display: block;
    width: 800px;
  }
}

td {
  vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"],
button,
.button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}

hr {
  clear: both;
  overflow: hidden;
  display: block;
}

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

.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 30px;
}

.aligncenter {
  margin: 0 auto 20px;
}

.alignnone {
  margin: 0 0 20px;
}

@media (max-width: 1024px) {

  .alignleft,
  .aligncenter,
  .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}

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

.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}

.fullframe iframe,
.fullframe object,
.fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

html::-webkit-scrollbar {
  width: 6px;
}

@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}

::-webkit-scrollbar-thumb {
  background: #86956f;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb:hover {
  background: #26351b;
}

::-webkit-scrollbar-thumb:active {
  background: #26351b;
}

html {
  font: 400 18px/1.5714 "Berthold Akzidenz Grotesk BE", sans-serif;
}

@media (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #505254;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

p {
  margin-bottom: 30px;
  line-height: 1.77;
}

@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
    line-height: 1.5;
  }

  p.jEmpty {
    display: none;
  }
}

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

a:hover {
  text-decoration: none;
}

label {
  font-size: 34px;
  font-weight: 400;
  font-family: "Mrs Eaves";
  color: #324624;
  display: block;
  font-variant: small-caps;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  label {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  label {
    font-size: 18px;
  }
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea {
  height: 48px;
  width: 100%;
  border: 1px solid #7C896C;
  background: #fff;
  padding: 0 20px;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-size: 18px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #628947;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #505254;
  opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #505254;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #505254;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #505254;
  opacity: 1;
}

textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}

.btn,
.post-navigation [rel="next"],
.post-navigation [rel="prev"],
.submit {
  display: inline-block;
  line-height: 1.6;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  background: transparent;
  color: #324624;
  font-family: "Berthold Akzidenz Grotesk BE";
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

@media (max-width: 480px) {

  .btn,
  .post-navigation [rel="next"],
  .post-navigation [rel="prev"],
  .submit {
    font-size: 14px;
  }
}

.btn::before,
.post-navigation [rel="next"]::before,
.post-navigation [rel="prev"]::before,
.submit::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #324624;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn:hover,
.post-navigation [rel="next"]:hover,
.post-navigation [rel="prev"]:hover,
.submit:hover {
  color: #98B66A;
}

.btn:hover::before,
.post-navigation [rel="next"]:hover::before,
.post-navigation [rel="prev"]:hover::before,
.submit:hover::before {
  background: #98B66A;
}

/*.btn, .submit {
  display: inline-block;
  line-height: 1;
  padding: 22px 55px;
  font-size: 16px;
  font-weight: 700;
  background: $bg;
  border-radius: 30px;
  color: #fff;
  font-family: $f;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  @include for-size($xs) {
    padding: 16px 25px 20px;
    font-size: 14px;
  }

  &::after {
    content: url('../img/arrow.png');
    margin-left: 10px;
    display: inline-block;
    position: relative;
    bottom: -3px;
  }

  &:hover {
    background: lighten($bg, 10%);
  }
}*/

.btn-locations {
  background-color: #84966E;
  color: #fff;
  padding: 15px 108px;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #fff;
  outline-offset: 0px;
  outline: 6px solid #84966E;
}

.btn-locations:hover {
  background-color: #98B66A;
  color: #fff;
  padding: 15px 108px;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #fff;
  outline-offset: 0px;
  outline: 6px solid #98B66A;
}

h1,
h2 {
  font-size: 100px;
  font-family: "Mrs Eaves";
  font-weight: 400;
  color: #324624;
  font-variant: small-caps;
  line-height: 1.2;
}

@media (max-width: 1366px) {

  h1,
  h2 {
    font-size: 75px;
  }
}

@media (max-width: 1024px) {

  h1,
  h2 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {

  h1,
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {

  h1,
  h2 {
    font-size: 40px;
  }
}

h3,
.post .post-title {
  font-size: 64px;
  font-family: "Mrs Eaves";
  font-weight: 400;
  color: #324624;
  font-variant: small-caps;
  line-height: 1.2;
}

@media (max-width: 1366px) {

  h3,
  .post .post-title {
    font-size: 50px;
  }
}

@media (max-width: 480px) {

  h3,
  .post .post-title {
    font-size: 32px;
  }
}

h4 {
  font-size: 40px;
  font-family: "Mrs Eaves";
  font-weight: 400;
  font-variant: small-caps;
  color: #324624;
  line-height: 1.2;
}

@media (max-width: 480px) {
  h4 {
    font-size: 24px;
  }
}

h5,
.events-posts .no-result {
  font-size: 32px;
  font-family: "Mrs Eaves";
  font-weight: 400;
  color: #324624;
  line-height: 1.2;
}

@media (max-width: 1024px) {

  h5,
  .events-posts .no-result {
    font-size: 26px;
  }
}

@media (max-width: 480px) {

  h5,
  .events-posts .no-result {
    font-size: 20px;
  }
}

h6 {
  font-size: 24px;
  font-family: "Mrs Eaves";
  font-weight: 500;
  color: #324624;
  line-height: 1.2;
}

@media (max-width: 480px) {
  h6 {
    font-size: 18px;
  }
}

.container {
  margin: 0 auto;
  width: 1160px;
  max-width: 94%;
  position: relative;
}

.container1400 {
  margin: 0 auto;
  width: 1400px;
  max-width: 94%;
  position: relative;
}

.text ul {
  margin: 0 0 20px 15px;
}

.text ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}

.text ul li:before {
  content: "";
  background: #324624;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: calc(($pxVal / $base) * 1rem);
  left: 0;
}

.text ul li a {
  color: #324624;
  position: relative;
}

.text ul li a:before {
  content: "";
  background: #324624;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
}

.text ul li a:hover {
  color: #628947;
}

.text ul li a:hover:before {
  width: 0;
}

.text p>a:not(.btn) strong,
.text p strong {
  color: #324624;
}

.text p>a:not(.btn) strong a:not(.btn),
.text p strong a:not(.btn) {
  color: #324624;
  position: relative;
}

.text p>a:not(.btn) strong a:not(.btn):before,
.text p strong a:not(.btn):before {
  content: "";
  background: #324624;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
}

.text p>a:not(.btn) strong a:not(.btn):hover,
.text p strong a:not(.btn):hover {
  color: #628947;
}

.text p>a:not(.btn) strong a:not(.btn):hover strong,
.text p strong a:not(.btn):hover strong {
  color: #628947;
}

.text p>a:not(.btn) strong a:not(.btn):hover strong:before,
.text p strong a:not(.btn):hover strong:before {
  width: 0;
}

.text p>a:not(.btn) a:not(.btn),
.text p a:not(.btn) {
  color: #324624;
  position: relative;
}

.text p>a:not(.btn) a:not(.btn):before,
.text p a:not(.btn):before {
  content: "";
  background: #324624;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
}

.text p>a:not(.btn) a:not(.btn):hover,
.text p a:not(.btn):hover {
  color: #628947;
}

.text p>a:not(.btn) a:not(.btn):hover:before,
.text p a:not(.btn):hover:before {
  width: 0;
}

.text p>a:not(.btn) a:not(.btn):hover strong,
.text p a:not(.btn):hover strong {
  color: #628947;
}

.text h4 a {
  color: #324624;
}

.text h4 a:hover {
  color: #98B66A;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 25px;
  clear: both;
}

@media (max-width: 480px) {
  div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
}

div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Berthold Akzidenz Grotesk BE";
  height: 100%;
  line-height: 48px;
  padding: 0 23px;
  text-align: left;
}

div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 20px 0 0 0;
  font-family: "Mrs Eaves";
  font-size: 28px;
  line-height: 20px;
  padding: 10px 20px;
  text-align: center;
  font-variant: small-caps;
  color: #000;
}

div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}

@media (max-width: 480px) {
  div.wpcf7 .btn-wrapper {
    margin-top: 0;
  }
}

div.wpcf7 .btn-wrapper .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 35px;
  pointer-events: none;
}

div.wpcf7 .btn-wrapper .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #324624;
  border-right: 3px solid #324624;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.wpcf7 .btn-wrapper .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 3px;
  background: #324624;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.wpcf7 .btn-wrapper .btn,
div.wpcf7 .btn-wrapper .post-navigation [rel="next"],
.post-navigation div.wpcf7 .btn-wrapper [rel="next"],
div.wpcf7 .btn-wrapper .post-navigation [rel="prev"],
.post-navigation div.wpcf7 .btn-wrapper [rel="prev"] {
  font-size: 25px;
  font-weight: 700;
  color: #324624;
  border: 2px solid #324624;
  padding: 5px 60px 5px 25px;
}

div.wpcf7 .btn-wrapper .btn:hover,
div.wpcf7 .btn-wrapper .post-navigation [rel="next"]:hover,
.post-navigation div.wpcf7 .btn-wrapper [rel="next"]:hover,
div.wpcf7 .btn-wrapper .post-navigation [rel="prev"]:hover,
.post-navigation div.wpcf7 .btn-wrapper [rel="prev"]:hover {
  background: #98B66A;
  border-color: #fff;
  color: #fff;
}

div.wpcf7 .btn-wrapper .btn:hover+span+.arrow::after,
div.wpcf7 .btn-wrapper .post-navigation [rel="next"]:hover+span+.arrow::after,
.post-navigation div.wpcf7 .btn-wrapper [rel="next"]:hover+span+.arrow::after,
div.wpcf7 .btn-wrapper .post-navigation [rel="prev"]:hover+span+.arrow::after,
.post-navigation div.wpcf7 .btn-wrapper [rel="prev"]:hover+span+.arrow::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

div.wpcf7 .btn-wrapper .btn:hover+span+.arrow::before,
div.wpcf7 .btn-wrapper .post-navigation [rel="next"]:hover+span+.arrow::before,
.post-navigation div.wpcf7 .btn-wrapper [rel="next"]:hover+span+.arrow::before,
div.wpcf7 .btn-wrapper .post-navigation [rel="prev"]:hover+span+.arrow::before,
.post-navigation div.wpcf7 .btn-wrapper [rel="prev"]:hover+span+.arrow::before {
  background: #fff;
}

div.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #7C896C;
  border-width: 1px;
}

div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}

.with_frm_style input[type="email"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="number"],
.with_frm_style input[type="text"] {
  height: 48px;
  border-radius: 0;
}

.with_frm_style textarea {
  border-radius: 0;
}

.with_frm_style .frm_top_container .frm_primary_label {
  font-variant: initial;
}

.with_frm_style .selectric .label {
  color: #324624;
  font-size: 14px;
}

.with_frm_style .selectric-items ul li {
  font-size: 14px;
  font-weight: 600;
  color: #505254;
}

.with_frm_style .selectric-items ul li.selected {
  color: #324624;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-size: 16px;
  font-weight: 700;
  color: #324624;
  border: 2px solid #324624;
  padding: 5px 60px 5px 25px;
  position: relative;
  z-index: 0;
  background: transparent;
  border-radius: 0;
  height: 57px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 35px;
  pointer-events: none;
  z-index: -1;
}

.frm_style_formidable-style.with_frm_style .frm_submit button .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #324624;
  border-right: 3px solid #324624;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.frm_style_formidable-style.with_frm_style .frm_submit button .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 3px;
  background: #324624;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.frm_style_formidable-style.with_frm_style .frm_submit button[disabled="disabled"] {
  background: #86956f !important;
  opacity: 1 !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button[disabled="disabled"] .arrow {
  opacity: 0;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: #98B66A;
  border-color: #fff;
  color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover .arrow::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover .arrow::before {
  background: #fff;
}

@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}

.main-menu>ul {
  font-size: 0;
}

.main-menu>ul>li {
  display: inline-block;
}

.main-menu>ul>li>a {
  font-weight: 700;
  font-size: 14px;
  color: #86956F;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}

@media (max-width: 1366px) {
  .main-menu>ul>li>a {
    padding: 0 5px;
  }
}

@media (max-width: 1100px) {
  .main-menu>ul>li>a {
    font-size: 12px;
  }
}

.main-menu>ul>li>a:hover {
  color: #2D4222;
}

.main-menu>ul>li.menu-item-has-children>a {
  padding-right: 35px;
}

.main-menu>ul>li.menu-item-has-children>a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #86956F;
  border-right: 2px solid #86956F;
  -webkit-transform: translate(0, -80%) rotateZ(45deg);
  -moz-transform: translate(0, -80%) rotateZ(45deg);
  -ms-transform: translate(0, -80%) rotateZ(45deg);
  -o-transform: translate(0, -80%) rotateZ(45deg);
  transform: translate(0, -80%) rotateZ(45deg);
}

.main-menu>ul>li.menu-item-has-children>.sub-menu {
  right: 0;
  top: 150%;
}

.main-menu>ul>li.menu-item-has-children:hover>.sub-menu {
  top: 100%;
}

.main-menu .menu-item-has-children {
  position: relative;
}

.main-menu .menu-item-has-children .sub-menu {
  right: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #324624;
  min-width: 100%;
  pointer-events: none;
  text-align: right;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44.27%, rgba(201, 201, 201, 0.1) 100%), rgba(255, 255, 255, 0.9);
}

.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}

.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 14px;
  display: block;
  padding: 2px 30px;
  color: #86956F;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.main-menu .menu-item-has-children .sub-menu li a:hover {
  color: #2D4222;
}

.main-menu .menu-item-has-children .sub-menu li:hover>a {
  color: #2D4222;
}

.main-menu .menu-item-has-children:hover>a {
  color: #2D4222;
}

.main-menu .menu-item-has-children:hover>.sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.menu-burger {
  display: none;
  width: 40px;
  height: 36px;
  position: fixed;
  top: 35px;
  right: 40px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: transparent;
}

@media (max-width: 768px) {
  .menu-burger {
    right: 40px;
    top: 35px;
  }
}

@media (max-width: 480px) {
  .menu-burger {
    right: 13px;
  }
}

.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: 4px;
  background: #86956F;
  -webkit-box-shadow: 0 14px 0 0 #86956F, 0 -14px 0 0 #86956F;
  box-shadow: 0 14px 0 0 #86956F, 0 -14px 0 0 #86956F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  background: #86956F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #86956F;
  width: 100%;
}

.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #86956F;
}

.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  padding: 20px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}

.mobile-main-menu li {
  padding-bottom: 10px;
  text-align: left !important;
}

@media (min-width: 730px) {
  .mobile-main-menu li {
    text-align: initial;
  }
}

.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 20px;
  color: #86956F;
  font-weight: 700;
  font-size: 24px;
}

.mobile-main-menu li a:hover {
  text-decoration: none;
}

.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}

.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-main-menu .arrow {
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -6px;
}

.mobile-main-menu .arrow path {
  color: #86956F;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}

.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-box .search-form button:hover {
  color: #324624;
}

.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}

.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}

.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-box .search-btn:hover {
  color: #324624;
}

.selectric {
  background: #fff;
  border: 1px solid #324624;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.selectric .label {
  line-height: 48px;
  height: 48px;
  color: #505254;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-size: 18px;
  margin: 0 40px 0 20px;
}

.selectric .button {
  line-height: 48px;
  height: 48px;
  width: 48px;
  background: transparent;
}

.selectric .button::after {
  display: none;
}

.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #324624 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.selectric-hover .selectric,
.selectric-focus .selectric {
  border-color: #020301;
}

.selectric-hover .selectric .button::before,
.selectric-focus .selectric .button::before {
  color: #020301;
}

.selectric-items {
  background: #fff;
}

.selectric-items ul {
  margin: 0;
  padding: 0 6px 12px;
}

.selectric-items ul li {
  padding: 7px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 14px;
  color: #505254;
  border-bottom: 1px solid #324624;
}

.selectric-items ul li::before {
  display: none;
}

.selectric-items ul li.highlighted {
  background: transparent;
  color: #324624;
}

.breadcrumb {
  text-align: center;
  color: #505254;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #505254;
  position: relative;
  display: inline-block;
}

.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #628947;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.breadcrumb a:hover {
  color: #628947;
}

.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}

.pagination {
  margin-top: 40px;
}

@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  text-align: center;
  font-size: 0;
}

.pagination .page-numbers {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  background: transparent;
  color: #324624;
  font-weight: 700;
  margin: 0;
  border-radius: 0;
}

.pagination svg {
  height: 20px;
  position: relative;
  top: 4px;
}

.pagination .current {
  background: #98B66A;
  color: #fff;
}

.pagination a.page-numbers:hover {
  background: #98B66A;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  position: relative;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}

.post {
  overflow: hidden;
}

@media (max-width: 480px) {
  .post {
    display: block;
  }
}

.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}

.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}

.post .post-title {
  display: block;
}

.post .more {
  position: relative;
  display: inline-block;
}

.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #628947;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.post .more:hover {
  color: #628947;
}

.post .more:hover:before {
  width: 100%;
  opacity: 1;
}

.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.post-navigation [rel="next"] svg,
.post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}

.post-navigation [rel="next"] span,
.post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}

.space {
  padding: 140px 0;
}

@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}

.outer-space {
  margin: 100px 0;
}

@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}

@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}

@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}

.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: calc(100% + 2%);
}

.grid-2>* {
  width: calc((100% / 2) - 2%);
  margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
}

@media (max-width: 768px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: calc(100% + 1%);
  }

  .grid-2>* {
    width: calc((100% / 1) - 1%);
    margin: 0 0.5% calc(0.5% * (1 + (1 / $columnNumber)));
  }
}

.grid-2>* {
  margin-bottom: 0;
}

.last-no-spacing>*:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-careers-at-wingate .footer-top-block {
  display: none;
}

.location-gallery {
  padding-bottom: 100px;
}

@media (max-width: 1366px) {
  .location-gallery {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .location-gallery {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .location-gallery {
    padding-bottom: 25px;
  }
}

.careers-top-section {
  background-color: #324624;
  position: relative;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .careers-top-section {
    padding: 40px 0 0 0;
    min-height: unset;
  }
}

.careers-top-section .title-block {
  color: #fff;
  width: 350px;
  overflow-wrap: break-word;
}

@media (max-width: 1024px) {
  .careers-top-section .title-block {
    width: 100%;
    text-align: center;
  }
}

.careers-top-section .title-block p {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1024px) {
  .careers-top-section .title-block p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 576px) {
  .careers-top-section .title-block p {
    font-size: 16px;
  }
}

.careers-top-section .title-block h2 {
  color: #fff;
  font-weight: 400;
  font-size: 78px;
  line-height: 71px;
  padding-bottom: 17px;
}

@media (max-width: 576px) {
  .careers-top-section .title-block h2 {
    font-size: 57px;
    padding-bottom: 10px;
    line-height: 59px;
  }
}

.careers-top-section .title-block h5,
.careers-top-section .title-block .events-posts .no-result,
.events-posts .careers-top-section .title-block .no-result {
  padding-bottom: 22px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.careers-top-section .title-block h5::after,
.careers-top-section .title-block .events-posts .no-result::after,
.events-posts .careers-top-section .title-block .no-result::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170px;
  height: 3px;
  background-color: #fff;
}

@media (max-width: 1024px) {

  .careers-top-section .title-block h5::after,
  .careers-top-section .title-block .events-posts .no-result::after,
  .events-posts .careers-top-section .title-block .no-result::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 576px) {

  .careers-top-section .title-block h5,
  .careers-top-section .title-block .events-posts .no-result,
  .events-posts .careers-top-section .title-block .no-result {
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}

.careers-top-section .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 60%;
}

@media (max-width: 1024px) {
  .careers-top-section .image {
    position: relative;
    width: 100%;
    max-width: none;
  }
}

.careers-top-section .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wintage-living-section .wl-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
}

@media (max-width: 768px) {
  .wintage-living-section .wl-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.wintage-living-section .wl-wrapper .image {
  width: 100%;
  height: 100%;
}

.wintage-living-section .wl-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wintage-living-section .wl-wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .wintage-living-section .wl-wrapper .text {
    padding: 0 1rem;
  }
}

.wintage-living-section .wl-wrapper .text .btn,
.wintage-living-section .wl-wrapper .text .post-navigation [rel="next"],
.post-navigation .wintage-living-section .wl-wrapper .text [rel="next"],
.wintage-living-section .wl-wrapper .text .post-navigation [rel="prev"],
.post-navigation .wintage-living-section .wl-wrapper .text [rel="prev"] {
  align-self: flex-start;
}

@media (max-width: 768px) {

  .wintage-living-section .wl-wrapper .text .btn,
  .wintage-living-section .wl-wrapper .text .post-navigation [rel="next"],
  .post-navigation .wintage-living-section .wl-wrapper .text [rel="next"],
  .wintage-living-section .wl-wrapper .text .post-navigation [rel="prev"],
  .post-navigation .wintage-living-section .wl-wrapper .text [rel="prev"] {
    align-self: normal;
  }
}

.wintage-living-section .wl-wrapper .text .btn::before,
.wintage-living-section .wl-wrapper .text .post-navigation [rel="next"]::before,
.post-navigation .wintage-living-section .wl-wrapper .text [rel="next"]::before,
.wintage-living-section .wl-wrapper .text .post-navigation [rel="prev"]::before,
.post-navigation .wintage-living-section .wl-wrapper .text [rel="prev"]::before {
  right: 30px;
}

.wintage-living-section .wl-wrapper .text .btn::after,
.wintage-living-section .wl-wrapper .text .post-navigation [rel="next"]::after,
.post-navigation .wintage-living-section .wl-wrapper .text [rel="next"]::after,
.wintage-living-section .wl-wrapper .text .post-navigation [rel="prev"]::after,
.post-navigation .wintage-living-section .wl-wrapper .text [rel="prev"]::after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.single-post .container h3,
.single-post .container .post .post-title,
.post .single-post .container .post-title {
  font-size: 58px;
  line-height: 70px;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.single-post .container time {
  font-size: 34px;
  line-height: 32px;
  text-align: center;
  color: #324624;
}

.single-post .container .thumbnail {
  margin-top: 20px;
}

.single-post .container .thumbnail img {
  width: 100%;
}

.single-post .container .text {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .single-post .container .text {
    padding: 0 1rem;
  }
}

.single-post .container .text blockquote {
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
}

.single-post .container .text .btn-wrapper {
  text-align: left;
}

.team .container {
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .team .container {
    width: 860px;
  }
}

@media (max-width: 768px) {
  .team .container {
    padding-top: 50px;
    width: 567px;
  }
}

@media (max-width: 480px) {
  .team .container {
    padding-top: 30px;
  }
}

.team .container .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.55%;
  width: calc(100% + 3.1%);
  margin-top: 60px;
}

.team .container .items>* {
  width: calc((100% / 4) - 3.1%);
  margin: 0 1.55% calc(1.55% * (1 + (1 / $columnNumber)));
}

@media (max-width: 1024px) {
  .team .container .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.25%;
    width: calc(100% + 4.5%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .team .container .items>* {
    width: calc((100% / 3) - 4.5%);
    margin: 0 2.25% calc(2.25% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {
  .team .container .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3.3%;
    width: calc(100% + 6.6%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }

  .team .container .items>* {
    width: calc((100% / 2) - 6.6%);
    margin: 0 3.3% calc(3.3% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 480px) {
  .team .container .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
    margin-top: 30px;
  }

  .team .container .items>* {
    width: calc((100% / 1) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

.team .container .items .team-post {
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .team .container .items .team-post {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.team .container .items .team-post .image {
  margin-bottom: 10px;
  border: 2px solid #324624;
}

.team .container .items .team-post .image a img {
  width: 100%;
  height: 364px;
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .team .container .items .team-post .image a img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .team .container .items .team-post .image a img {
    height: auto;
  }
}

.team .container .items .team-post .info .post-title {
  font-weight: 700;
  margin-bottom: 3px;
}

.team .container .items .team-post .info p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #324624;
  font-family: "Mrs Eaves";
}

@media (max-width: 480px) {
  .team .container .items .team-post .info p {
    font-size: 18px;
  }
}

.single-post-team .container {
  padding: 100px 0;
  width: 1024px;
}

@media (max-width: 768px) {
  .single-post-team .container {
    width: 436px;
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .single-post-team .container {
    padding: 30px 0;
  }
}

.single-post-team .container .team-info-wrapper .btn-wrapper-bottom {
  display: none;
  text-align: center;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .btn-wrapper-bottom {
    display: block;
  }
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .btn-wrapper-top {
    display: none;
  }
}

.single-post-team .container .team-info-wrapper .team-info-image {
  -webkit-flex-basis: 343px;
  -moz-flex-basis: 343px;
  -ms-flex-preferred-size: 343px;
  flex-basis: 343px;
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .team-info-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.single-post-team .container .team-info-wrapper .team-info-image .thumbnail {
  width: 100%;
  margin-bottom: 18px;
  border: 2px solid #324624;
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .team-info-image .thumbnail {
    margin: 0 auto 18px;
  }
}

.single-post-team .container .team-info-wrapper .team-info-image .thumbnail img {
  width: 100%;
  height: 481px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .team-info-image .thumbnail img {
    height: 555px;
  }
}

@media (max-width: 480px) {
  .single-post-team .container .team-info-wrapper .team-info-image .thumbnail img {
    height: auto;
  }
}

.single-post-team .container .team-info-wrapper .team-info-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 53px;
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .team-info-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .single-post-team .container .team-info-wrapper .team-info-text {
    padding: 0 1rem;
  }
}

.single-post-team .container .team-info-wrapper .text p {
  font-size: 18px;
}

@media (max-width: 480px) {
  .single-post-team .container .team-info-wrapper .text p {
    font-size: 16px;
  }
}

.single-post-team .container .team-info-wrapper .text .jEmpty {
  display: none;
}

.single-post-team .container .team-info-wrapper .text .team-name {
  font-size: 44px;
  padding-bottom: 6px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .text .team-name {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .single-post-team .container .team-info-wrapper .text .team-name {
    font-size: 32px;
  }
}

.single-post-team .container .team-info-wrapper .text .team-position {
  font-size: 28px;
  padding-bottom: 18px;
  line-height: 1.1;
  font-variant: small-caps;
}

@media (max-width: 768px) {
  .single-post-team .container .team-info-wrapper .text .team-position {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .single-post-team .container .team-info-wrapper .text .team-position {
    font-size: 24px;
  }
}

.single-post-team .container .btn-wrapper {
  text-align: center;
}

.single-post-team .container .btn-wrapper .btn,
.single-post-team .container .btn-wrapper .post-navigation [rel="next"],
.post-navigation .single-post-team .container .btn-wrapper [rel="next"],
.single-post-team .container .btn-wrapper .post-navigation [rel="prev"],
.post-navigation .single-post-team .container .btn-wrapper [rel="prev"] {
  margin: 0 auto;
}

.single-post-team .container .btn-wrapper .btn.arrow,
.single-post-team .container .btn-wrapper .post-navigation .arrow[rel="next"],
.post-navigation .single-post-team .container .btn-wrapper .arrow[rel="next"],
.single-post-team .container .btn-wrapper .post-navigation .arrow[rel="prev"],
.post-navigation .single-post-team .container .btn-wrapper .arrow[rel="prev"] {
  margin-left: 25px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-post-team .container .btn-wrapper .btn.arrow:after,
.single-post-team .container .btn-wrapper .post-navigation .arrow[rel="next"]:after,
.post-navigation .single-post-team .container .btn-wrapper .arrow[rel="next"]:after,
.single-post-team .container .btn-wrapper .post-navigation .arrow[rel="prev"]:after,
.post-navigation .single-post-team .container .btn-wrapper .arrow[rel="prev"]:after {
  content: "";
  position: absolute;
  left: -24px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 2px;
  content: url("../img/arrow-left.svg");
}

.single-post-team .container .btn-wrapper .btn.arrow:hover:after,
.single-post-team .container .btn-wrapper .post-navigation .arrow[rel="next"]:hover:after,
.post-navigation .single-post-team .container .btn-wrapper .arrow[rel="next"]:hover:after,
.single-post-team .container .btn-wrapper .post-navigation .arrow[rel="prev"]:hover:after,
.post-navigation .single-post-team .container .btn-wrapper .arrow[rel="prev"]:hover:after {
  opacity: 0.7;
}

.location-maps-section {
  background: rgba(124, 137, 108, 0.1);
}

@media (min-width: 1024px) {
  .location-maps-section {
    padding: 130px 0 170px;
  }
}

@media (max-width: 480px) {
  .location-maps-section .container {
    padding: 0 1rem;
  }
}

.location-maps-section .container .title-location {
  text-align: center;
  max-width: 450px;
  margin: 0 auto 45px;
}

.location-maps-section .container .title-location img,
.location-maps-section .container .title-location svg {
  display: inline;
  max-width: 100%;
}

@media (max-width: 480px) {
  .location-maps-section .container .title-location {
    margin-bottom: 10px;
    padding: 0 30px;
  }
}

.location-maps-section .container .location-maps-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .location-maps-section .container .location-maps-wrapper {
    grid-gap: 15px;
  }
}

@media (max-width: 768px) {
  .location-maps-section .container .location-maps-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.location-maps-section .container .location-maps-wrapper .info h4 {
  font-family: "Mrs Eaves";
  margin-bottom: 5px;
}

.location-maps-section .container .location-maps-wrapper .btn::before,
.location-maps-section .container .location-maps-wrapper .post-navigation [rel="next"]::before,
.post-navigation .location-maps-section .container .location-maps-wrapper [rel="next"]::before,
.location-maps-section .container .location-maps-wrapper .post-navigation [rel="prev"]::before,
.post-navigation .location-maps-section .container .location-maps-wrapper [rel="prev"]::before {
  right: 30px;
}

.location-maps-section .container .location-maps-wrapper .btn::after,
.location-maps-section .container .location-maps-wrapper .post-navigation [rel="next"]::after,
.post-navigation .location-maps-section .container .location-maps-wrapper [rel="next"]::after,
.location-maps-section .container .location-maps-wrapper .post-navigation [rel="prev"]::after,
.post-navigation .location-maps-section .container .location-maps-wrapper [rel="prev"]::after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.location-maps-section .container .location-maps-wrapper .maps-image img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
  display: inline;
}

.location-maps-section .map {
  height: 530px;
}

@media (max-width: 768px) {
  .location-maps-section .map {
    height: 300px;
  }
}

.location-services-section {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .location-services-section {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .location-services-section {
    margin-bottom: 30px;
  }
}

.location-services-section .container {
  width: 1230px;
}

@media (max-width: 768px) {
  .location-services-section .container {
    width: 370px;
  }
}

@media (max-width: 480px) {
  .location-services-section .container {
    padding: 0 1rem;
  }
}

.location-services-section .container .services-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: calc(100% + 4%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.location-services-section .container .services-wrapper>* {
  width: calc((100% / 4) - 4%);
  margin: 0 2% calc(2% * (1 + (1 / $columnNumber)));
}

@media (max-width: 1024px) {
  .location-services-section .container .services-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .location-services-section .container .services-wrapper>* {
    width: calc((100% / 3) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {
  .location-services-section .container .services-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: calc(100% + 1%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .location-services-section .container .services-wrapper>* {
    width: calc((100% / 1) - 1%);
    margin: 0 0.5% calc(0.5% * (1 + (1 / $columnNumber)));
  }
}

.location-services-section .container .services-wrapper .location-services-image {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 590px;
}

.location-services-section .container .services-wrapper .location-services-image img {
  height: 336px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .location-services-section .container .services-wrapper .location-services-image img {
    height: auto;
  }
}

.location-services-section .container .services-wrapper .service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*flex-basis: 280px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 15px;*/
  width: 21%;
  margin: 0 2% 2.5em;
}

@media (max-width: 1024px) {
  .location-services-section .container .services-wrapper .service-block {
    margin-bottom: 70px;
    width: 46%;
  }
}

@media (max-width: 768px) {
  .location-services-section .container .services-wrapper .service-block {
    margin-bottom: 70px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .location-services-section .container .services-wrapper .service-block {
    margin-bottom: 30px;
  }

  .location-services-section .container .services-wrapper .service-block:last-child {
    margin-bottom: 0;
  }
}

.location-services-section .container .services-wrapper .service-block .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location-services-section .container .services-wrapper .service-block .info p {
  margin-bottom: 10px;
}

.location-services-section .container .services-wrapper .service-block .info h4 {
  margin-bottom: 5px;
  font-family: "Mrs Eaves";
}

@media (max-width: 768px) {
  .location-services-section .container .services-wrapper .service-block .links {
    height: auto !important;
  }
}

.location-services-section .container .services-wrapper .service-block .link {
  margin-bottom: 15px;
}

.location-services-section .container .services-wrapper .service-block .link a {
  line-height: 1.2;
  padding-bottom: 5px;
  text-align: left;
}

.life-community-section .container {
  width: 915px;
}

@media (max-width: 768px) {
  .life-community-section .container {
    width: 610px;
  }
}

@media (max-width: 480px) {
  .life-community-section .container {
    padding: 0 1rem;
  }
}

@media (min-width: 1024px) {
  .life-community-section .container .life-community-wrapper .lcw-bottom {
    margin: 170px 0 150px;
  }
}

.life-community-section .container .life-community-wrapper .top-row {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .life-community-section .container .life-community-wrapper .top-row {
    margin-top: 140px;
  }
}

@media (max-width: 768px) {
  .life-community-section .container .life-community-wrapper .top-row {
    display: block;
    padding: 0 25px;
  }
}

@media (max-width: 480px) {
  .life-community-section .container .life-community-wrapper .top-row {
    padding: 0;
  }
}

.life-community-section .container .life-community-wrapper .top-row .image {
  width: 235px;
  height: 235px;
  margin-right: 35px;
}

@media (max-width: 768px) {
  .life-community-section .container .life-community-wrapper .top-row .image {
    margin: 0 auto 30px;
  }
}

.life-community-section .container .life-community-wrapper .top-row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-community-section .container .life-community-wrapper .top-row .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.life-community-section .container .life-community-wrapper .top-row .text h4 {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .life-community-section .container .life-community-wrapper .top-row .text h4 {
    text-align: center;
  }
}

.life-community-section .container .life-community-wrapper .bot-row {
  max-width: 830px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .life-community-section .container .life-community-wrapper .bot-row {
    display: block;
    text-align: center;
    max-width: 400px;
  }
}

.life-community-section .container .life-community-wrapper .bot-row .image {
  width: 355px;
  height: 195px;
  margin-right: 25px;
}

@media (max-width: 800px) {
  .life-community-section .container .life-community-wrapper .bot-row .image {
    margin: 0 auto 20px;
    max-width: 400px;
    height: 200px;
    width: 100%;
  }
}

.life-community-section .container .life-community-wrapper .bot-row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-community-section .container .life-community-wrapper .bot-row .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.life-community-section .container .life-community-wrapper .bot-row .text h4 {
  margin-bottom: 10px;
  font-weight: "Mrs Eaves";
  line-height: 1.4;
}

.life-community-section .container .life-community-wrapper .bot-row .btn::before,
.life-community-section .container .life-community-wrapper .bot-row .post-navigation [rel="next"]::before,
.post-navigation .life-community-section .container .life-community-wrapper .bot-row [rel="next"]::before,
.life-community-section .container .life-community-wrapper .bot-row .post-navigation [rel="prev"]::before,
.post-navigation .life-community-section .container .life-community-wrapper .bot-row [rel="prev"]::before {
  right: 30px;
}

.life-community-section .container .life-community-wrapper .bot-row .btn::after,
.life-community-section .container .life-community-wrapper .bot-row .post-navigation [rel="next"]::after,
.post-navigation .life-community-section .container .life-community-wrapper .bot-row [rel="next"]::after,
.life-community-section .container .life-community-wrapper .bot-row .post-navigation [rel="prev"]::after,
.post-navigation .life-community-section .container .life-community-wrapper .bot-row [rel="prev"]::after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.programs-section {
  background: rgba(124, 137, 108, 0.1);
}

.programs-section.program-green-section {
  background: #86956F !important;
  padding-top: 0 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.programs-section.program-green-section hr {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
  width: 8rem !important;
  margin: 20px 0 !important;
}

.programs-section.program-green-section .container {
  color: #fff !important;
  max-width: 740px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.programs-section.program-green-section h3,
.programs-section.program-green-section p {
  color: #fff !important;
  margin-bottom: 0;
}

.programs-section.program-green-section .programs-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .programs-section {
    padding: 70px 0 40px;
  }
}

@media (max-width: 480px) {
  .programs-section.program-green-section .programs-list-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .programs-section .container {
    padding: 0 1rem;
  }
}

.programs-section .title {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}

.programs-section .title img,
.programs-section .title svg {
  width: 100%;
}

@media (min-width: 1024px) {
  .programs-section .programs-list {
    padding: 90px 0;
  }
}

.programs-section .programs-list h3,
.programs-section .programs-list .post .post-title,
.post .programs-section .programs-list .post-title {
  margin-bottom: 25px;
}

.programs-section .programs-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  column-gap: 117px;
}

.programs-section.program-green-section .programs-list ul {
  display: block !important;
}

@media (max-width: 768px) {
  .programs-section .programs-list ul {
    row-gap: 20px;
    column-gap: 30px;
  }
}

@media (max-width: 576px) {
  .programs-section .programs-list ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }
}

@media (max-width: 400px) {
  .programs-section .programs-list ul {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
  }
}

.programs-section .programs-list ul li {
  position: relative;
  padding-left: 25px;
}

.programs-section.program-green-section .programs-list ul li {
  margin-bottom: 15px;
}

.programs-section .programs-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("../img/list-marker.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 13.85px;
  height: 17px;
}

.programs-section.program-green-section .programs-list ul li::after {
  background-image: url("../img/list-marker-white.png");
}

.programs-section .bottom-row {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .programs-section .bottom-row {
    display: block;
  }
}

.programs-section .bottom-row .image {
  -webkit-flex-basis: 180px;
  -moz-flex-basis: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  height: 180px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .programs-section .bottom-row .image {
    margin: 0 auto 30px;
    width: 180px;
  }
}

.programs-section .bottom-row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programs-section .bottom-row .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 576px) {
  .programs-section .bottom-row .text {
    text-align: center;
  }
}

.programs-section .bottom-row .text h4 {
  padding-bottom: 15px;
  font-family: "Mrs Eaves";
}

.programs-section .bottom-row .text blockquote p {
  color: rgba(117, 119, 122, 0.6);
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .review-section {
    margin-bottom: 165px;
  }
}

.review-section .review-wrapper {
  margin: 0 auto;
  max-width: 915px;
  padding: 55px;
  color: #fff;
  position: relative;
  background: #86956f !important;
}

@media (max-width: 768px) {
  .review-section .review-wrapper {
    padding: 30px 60px;
  }
}

@media (max-width: 480px) {
  .review-section .review-wrapper {
    padding: 30px 25px 30px 40px;
  }
}

.review-section .review-wrapper p {
  font-style: italic;
  font-size: 22px;
}

@media (max-width: 480px) {
  .review-section .review-wrapper p {
    font-size: 18px;
  }
}

.review-section .review-wrapper h6 {
  color: #fff;
  font-weight: 400;
  font-variant: small-caps;
}

.review-section .review-wrapper::after {
  content: url("../img/quotes.svg");
  position: absolute;
  left: 25px;
  top: 55px;
  width: 21px;
  height: 18px;
}

@media (max-width: 768px) {
  .review-section .review-wrapper::after {
    left: 20px;
    top: 30px;
  }
}

@media (max-width: 480px) {
  .review-section .review-wrapper::after {
    left: 10px;
  }
}

.amenities-section {
  background-color: #86956f;
  padding: 90px 0;
}

@media (max-width: 1366px) {
  .amenities-section {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .amenities-section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .amenities-section {
    padding: 25px 0;
  }
}

@media (max-width: 480px) {
  .amenities-section .container {
    padding: 0 1rem;
  }
}

.amenities-section .title {
  text-align: center;
  padding-bottom: 70px;
  max-width: 440px;
  margin: 0 auto;
}

.amenities-section .title img {
  margin: 0 auto;
}

.amenities-section .amenities-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .amenities-section .amenities-top {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding-bottom: 30px;
  }
}

.amenities-section .amenities-top .text {
  position: relative;
  color: #fff;
}

.amenities-section .amenities-top .text h3,
.amenities-section .amenities-top .text .post .post-title,
.post .amenities-section .amenities-top .text .post-title {
  color: #fff;
  margin-bottom: 25px;
}

@media (min-width: 1367px) {

  .amenities-section .amenities-top .text h3,
  .amenities-section .amenities-top .text .post .post-title,
  .post .amenities-section .amenities-top .text .post-title {
    font-size: 60px;
  }
}

@media (max-width: 1366px) {

  .amenities-section .amenities-top .text h3,
  .amenities-section .amenities-top .text .post .post-title,
  .post .amenities-section .amenities-top .text .post-title {
    max-width: 380px;
  }
}

.amenities-section .amenities-top .text p {
  margin-bottom: 15px;
}

.amenities-section .amenities-top .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170px;
  height: 1px;
  background-color: #fff;
}

.amenities-section .amenities-top .image {
  max-width: 520px;
  width: 100%;
  height: 210px;
}

.amenities-section .amenities-top .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.amenities-section .amenities-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .amenities-section .amenities-list ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
}

.amenities-section .amenities-list ul li {
  color: #fff;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 1024px) {
  .amenities-section .amenities-list ul li br {
    display: none;
  }
}

.amenities-section .amenities-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("../img/li-img.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 13.85px;
  height: 17px;
}

.amenities-section .amenities-bottom {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  row-gap: 30px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .amenities-section .amenities-bottom {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
  }
}

.amenities-section .amenities-bottom p {
  margin-bottom: 0;
}

.amenities-section .amenities-bottom .btn,
.amenities-section .amenities-bottom .post-navigation [rel="next"],
.post-navigation .amenities-section .amenities-bottom [rel="next"],
.amenities-section .amenities-bottom .post-navigation [rel="prev"],
.post-navigation .amenities-section .amenities-bottom [rel="prev"] {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 55px;
  margin-bottom: 15px;
}

.amenities-section .amenities-bottom .btn::before,
.amenities-section .amenities-bottom .post-navigation [rel="next"]::before,
.post-navigation .amenities-section .amenities-bottom [rel="next"]::before,
.amenities-section .amenities-bottom .post-navigation [rel="prev"]::before,
.post-navigation .amenities-section .amenities-bottom [rel="prev"]::before {
  display: none;
}

.amenities-section .amenities-bottom .btn::after,
.amenities-section .amenities-bottom .post-navigation [rel="next"]::after,
.post-navigation .amenities-section .amenities-bottom [rel="next"]::after,
.amenities-section .amenities-bottom .post-navigation [rel="prev"]::after,
.post-navigation .amenities-section .amenities-bottom [rel="prev"]::after {
  content: url("../img/arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.amenities-section .amenities-bottom .btn:hover,
.amenities-section .amenities-bottom .post-navigation [rel="next"]:hover,
.post-navigation .amenities-section .amenities-bottom [rel="next"]:hover,
.amenities-section .amenities-bottom .post-navigation [rel="prev"]:hover,
.post-navigation .amenities-section .amenities-bottom [rel="prev"]:hover {
  background: #98B66A;
}

.amenities-section .amenities-bottom .right p {
  font-size: 16px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 480px) {
  .amenities-section .amenities-bottom .right p {
    font-size: 14px;
  }
}

.amenities-section .amenities-bottom .right p a {
  color: inherit;
  text-decoration: underline;
}

.amenities-section .amenities-bottom .right p a:hover {
  color: #fff;
  text-decoration: none;
}

.bottom-quoter .bot-row {
  max-width: 830px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .bottom-quoter .bot-row {
    display: block;
  }
}

.bottom-quoter .bot-row .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 800px) {
  .bottom-quoter .bot-row .text {
    text-align: center;
  }
}

.bottom-quoter .bot-row .text h4 {
  margin-bottom: 30px;
  font-weight: "Mrs Eaves";
}

@media (max-width: 800px) {
  .bottom-quoter .bot-row .text h4 {
    max-width: 400px;
    margin: 0 auto 20px;
    line-height: 1;
  }
}

@media (max-width: 800px) {

  .bottom-quoter .bot-row .text .btn,
  .bottom-quoter .bot-row .text .post-navigation [rel="next"],
  .post-navigation .bottom-quoter .bot-row .text [rel="next"],
  .bottom-quoter .bot-row .text .post-navigation [rel="prev"],
  .post-navigation .bottom-quoter .bot-row .text [rel="prev"] {
    padding: 10px 30px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {

  .bottom-quoter .bot-row .text .btn,
  .bottom-quoter .bot-row .text .post-navigation [rel="next"],
  .post-navigation .bottom-quoter .bot-row .text [rel="next"],
  .bottom-quoter .bot-row .text .post-navigation [rel="prev"],
  .post-navigation .bottom-quoter .bot-row .text [rel="prev"] {
    padding: 10px 10px;
    font-size: 14px;
  }
}

.bottom-quoter .bot-row .image {
  width: 355px;
  height: 195px;
  margin-right: 25px;
}

@media (max-width: 800px) {
  .bottom-quoter .bot-row .image {
    margin: 0 auto 20px;
    max-width: 400px;
    height: 200px;
    width: 100%;
  }
}

.bottom-quoter .bot-row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-quoter .bot-row .btn::before,
.bottom-quoter .bot-row .post-navigation [rel="next"]::before,
.post-navigation .bottom-quoter .bot-row [rel="next"]::before,
.bottom-quoter .bot-row .post-navigation [rel="prev"]::before,
.post-navigation .bottom-quoter .bot-row [rel="prev"]::before {
  right: 30px;
}

@media (max-width: 800px) {

  .bottom-quoter .bot-row .btn::before,
  .bottom-quoter .bot-row .post-navigation [rel="next"]::before,
  .post-navigation .bottom-quoter .bot-row [rel="next"]::before,
  .bottom-quoter .bot-row .post-navigation [rel="prev"]::before,
  .post-navigation .bottom-quoter .bot-row [rel="prev"]::before {
    left: 30px;
  }
}

.bottom-quoter .bot-row .btn::after,
.bottom-quoter .bot-row .post-navigation [rel="next"]::after,
.post-navigation .bottom-quoter .bot-row [rel="next"]::after,
.bottom-quoter .bot-row .post-navigation [rel="prev"]::after,
.post-navigation .bottom-quoter .bot-row [rel="prev"]::after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.footer-top-block .phone,
.footer-top-block .address {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.footer-top-block .phone>span,
.footer-top-block .address>span {
  display: block;
}

footer {
  background: #86956F;
  padding: 58px 0 42px;
  color: #FFFFFF;
}

@media (max-width: 480px) {
  footer {
    padding: 30px 0;
  }
}

footer h4 {
  color: #FFFFFF;
  font-size: 34px;
  padding-bottom: 25px;
}

@media (max-width: 480px) {
  footer h4 {
    font-size: 28px;
    padding-bottom: 20px;
    text-align: center;
  }
}

footer h6 {
  color: #fff;
}

@media (max-width: 1024px) {
  footer h6 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  footer h6 {
    font-size: 20px;
  }
}

footer li {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  footer li {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  footer li {
    font-size: 16px;
  }
}

footer p {
  margin-bottom: 18px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  footer p {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  footer p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

footer a {
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer a:hover {
  color: #D8F9B7;
}

footer .container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  footer .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  footer .container {
    width: 550px;
  }
}

@media (max-width: 480px) {
  footer .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

footer .legal-resources {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

@media (max-width: 1240px) {
  footer .legal-resources {
    -webkit-flex-basis: 51%;
    -moz-flex-basis: 51%;
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
  }
}

@media (max-width: 1024px) {
  footer .legal-resources {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 45px;
  }
}

@media (max-width: 480px) {
  footer .legal-resources {
    margin-bottom: 25px;
    text-align: center;
  }
}

footer .legal-resources ul {
  column-count: 2;
  column-gap: 50px;
}

@media (max-width: 1240px) {
  footer .legal-resources ul {
    column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  footer .legal-resources ul {
    column-gap: 50px;
  }
}

@media (max-width: 480px) {
  footer .legal-resources ul {
    column-count: 1;
    column-gap: 0;
  }
}

footer .legal-resources li {
  max-width: 250px;
}

@media (max-width: 1024px) {
  footer .legal-resources li {
    max-width: 230px;
  }
}

@media (max-width: 480px) {
  footer .legal-resources li {
    max-width: none;
  }
}

footer .legal-connect-box {
  -webkit-flex-basis: 46.5%;
  -moz-flex-basis: 46.5%;
  -ms-flex-preferred-size: 46.5%;
  flex-basis: 46.5%;
}

@media (max-width: 1140px) {
  footer .legal-connect-box {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 1024px) {
  footer .legal-connect-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  footer .legal-connect-box {
    text-align: center;
  }
}

footer .legal-connect-box .connect-footer-title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 1024px) {
  footer .legal-connect-box .legal-connect-box-item {
    margin-right: 23px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 480px) {
  footer .legal-connect-box .legal-connect-box-item {
    margin: 0 auto 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 480px) {
  footer .legal-connect-box .legal-location-box-item {
    margin: 0 auto;
    text-align: center;
  }
}

footer .share-icons,
footer .social-icons {
  margin-top: 25px;
  display: block;
}

@media (max-width: 480px) {

  footer .share-icons,
  footer .social-icons {
    margin-top: 0;
  }
}

@media (max-width: 480px) {

  footer .share-icons a,
  footer .social-icons a {
    margin: 10px;
  }
}

.share-icons,
.social-icons {
  font-size: 0;
}

.share-icons a,
.social-icons a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 24px;
  display: inline-block;
}

.share-icons a:last-child,
.social-icons a:last-child {
  margin-right: 0;
}

.share-icons a svg,
.social-icons a svg {
  height: 33px;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.share-icons a:hover svg,
.social-icons a:hover svg {
  color: #D8F9B7;
}

.share-icons .linkedin-icon svg,
.social-icons .linkedin-icon svg {
  height: 43px;
  position: relative;
  top: 4px;
}

.share-icons .facebook-icon svg,
.social-icons .facebook-icon svg {
  height: 36px;
}

#cookie-notice .cookie-notice-container {
  padding: 13px 20px;
  max-width: 1270px;
  margin: 0 auto;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 1024px) {
  #cookie-notice .cookie-notice-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#cookie-notice .cookie-notice-container #cn-close-notice {
  display: none;
}

#cookie-notice .cookie-notice-container .cn-text-container {
  flex: 1;
  text-align: left;
  margin-right: auto;
  font-size: 18px;
  font-family: "Berthold Akzidenz Grotesk BE";
  color: #fff;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  #cookie-notice .cookie-notice-container .cn-text-container {
    flex-basis: 100%;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 16px;
  }
}

#cookie-notice .cn-notice-buttons {
  flex-basis: auto;
  flex: 1;
}

@media (max-width: 1024px) {
  #cookie-notice .cn-notice-buttons {
    flex-basis: 100%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  #cookie-notice .cn-buttons-container {
    margin: 0 auto;
  }
}

#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-refuse-cookie {
  padding: 11px 22px;
  border: 2px solid #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-family: "Berthold Akzidenz Grotesk BE";
  background: transparent;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 28px;
}

#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-refuse-cookie:hover {
  border-color: #98B66A;
  color: #98B66A;
  background: #fff !important;
}

@media (max-width: 1024px) {

  #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-refuse-cookie {
    margin: 5px 10px;
    padding: 11px 15px;
  }
}

@media (max-width: 768px) {

  #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-refuse-cookie {
    padding: 10px 12px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {

  #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-refuse-cookie {
    padding: 10px;
    margin: 5px 3px;
    font-size: 13px;
  }
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none !important;
}

.footer-top-block {
  margin: 100px auto 45px;
}

@media (max-width: 1024px) {
  .footer-top-block {
    margin: 80px auto 50px;
  }
}

@media (max-width: 768px) {
  .footer-top-block {
    margin: 80px auto 50px;
  }
}

@media (max-width: 480px) {
  .footer-top-block {
    margin: 50px auto 30px;
  }
}

.footer-top-block .container {
  width: 600px;
}

@media (max-width: 480px) {
  .footer-top-block .container {
    padding: 0 1rem;
  }
}

.footer-top-block h4 {
  padding-bottom: 16px;
  font-size: 40px;
}

@media (max-width: 480px) {
  .footer-top-block h4 {
    font-size: 28px;
  }
}

.footer-top-block strong {
  color: #324624;
}

.footer-top-block p a {
  line-height: 1.3;
}

.footer-top-block p a+br {
  display: none;
}

.footer-top-block .footer-top-small {
  max-width: 380px;
  margin: 0 auto;
}

.footer-top-block .footer-top-small p {
  margin-bottom: 25px;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .footer-top-block .footer-top-small p br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer-top-block .footer-top-small {
    max-width: 780px;
  }
}

.footer-top-block .footer-top-big {
  max-width: 780px;
  margin: 0 auto;
}

.footer-top-block .footer-top-big .btn,
.footer-top-block .footer-top-big .post-navigation [rel="next"],
.post-navigation .footer-top-block .footer-top-big [rel="next"],
.footer-top-block .footer-top-big .post-navigation [rel="prev"],
.post-navigation .footer-top-block .footer-top-big [rel="prev"] {
  padding: 10px 55px 14px;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 1024px) {

  .footer-top-block .footer-top-big .btn,
  .footer-top-block .footer-top-big .post-navigation [rel="next"],
  .post-navigation .footer-top-block .footer-top-big [rel="next"],
  .footer-top-block .footer-top-big .post-navigation [rel="prev"],
  .post-navigation .footer-top-block .footer-top-big [rel="prev"] {
    padding: 8px 30px 12px;
  }
}

@media (max-width: 768px) {

  .footer-top-block .footer-top-big .btn,
  .footer-top-block .footer-top-big .post-navigation [rel="next"],
  .post-navigation .footer-top-block .footer-top-big [rel="next"],
  .footer-top-block .footer-top-big .post-navigation [rel="prev"],
  .post-navigation .footer-top-block .footer-top-big [rel="prev"] {
    padding: 8px 20px 12px;
  }
}

.footer-top-block .footer-top-big p {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .footer-top-block .footer-top-big p {
    font-size: 16px;
  }
}

.footer-top-block .btn,
.footer-top-block .post-navigation [rel="next"],
.post-navigation .footer-top-block [rel="next"],
.footer-top-block .post-navigation [rel="prev"],
.post-navigation .footer-top-block [rel="prev"] {
  display: inline-block;
  margin-top: 10px;
}

.financial-arrangements-page {
  padding-bottom: 20px;
}

.financial-block {
  width: 840px;
}

@media (max-width: 800px) {
  .financial-block {
    display: block;
    text-align: center;
    width: 435px;
  }
}

.financial-block .programs-image {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

@media (max-width: 800px) {
  .financial-block .programs-image {
    height: 245px;
    margin-bottom: 25px;
  }
}

.financial-block .programs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.financial-block .financial-text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 800px) {
  .financial-block .financial-text p {
    margin-bottom: 20px;
  }
}

.financial-block .financial-text p strong {
  font-size: 14px;
  color: #324624;
}

.financial-block .financial-text h3,
.financial-block .financial-text .post .post-title,
.post .financial-block .financial-text .post-title {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 64px;
}

.top-simple {
  background: linear-gradient(67.71deg, rgba(155, 167, 140, 0.5) 6.14%, rgba(124, 137, 108, 0) 58.09%), #86956F;
  min-height: 328px;
  text-align: center;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .top-simple {
    padding: 40px 0;
    min-height: auto;
  }
}

.top-simple .container {
  width: 900px;
}

.top-simple h1 {
  line-height: 1;
  color: #fff;
  letter-spacing: -0.01em;
}

@media (min-width: 1367px) {
  .page-template-tpl-contact .top-simple h1 {
    font-size: 160px;
  }
}

.page-template-tpl-contact .footer-top-block {
  display: none;
}

.contact-page .contact-text {
  width: 1000px;
}

@media (max-width: 768px) {
  .contact-page .contact-text {
    width: 500px;
  }

  .contact-page .contact-text br {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact-page .contact-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1367px) {
  .contact-page .contact-text p {
    font-size: 20px;
  }
}

.contact-page .contact-text h3,
.contact-page .contact-text .post .post-title,
.post .contact-page .contact-text .post-title {
  padding-bottom: 3px;
}

@media (max-width: 768px) {
  .page-template-tpl-pay-my-bill .top-simple>.container {
    width: 500px;
  }
}

.page-template-tpl-pay-my-bill .top-simple h1 {
  font-size: 108px;
}

.page-template-tpl-covid-19 .footer-top-block {
  display: none;
}

.page-template-tpl-covid-19 .covid-19-page .container {
  width: 852px;
}

@media (max-width: 768px) {
  .page-template-tpl-covid-19 .covid-19-page .container {
    width: 450px;
  }
}

.covid-top-block .container {
  padding: 0 1rem;
}

.covid-top-block .covid-top-text h3,
.covid-top-block .covid-top-text .post .post-title,
.post .covid-top-block .covid-top-text .post-title {
  padding-bottom: 5px;
}

@media (min-width: 1367px) {
  .covid-top-block .covid-top-text p {
    font-size: 24px;
  }
}

.green-block {
  background: #86956F;
  padding: 60px 0;
}

@media (max-width: 1024px) {
  .green-block {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .green-block {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .green-block .container {
    padding: 0 1rem;
  }
}

.green-block .green-text {
  color: #fff;
}

.green-block .green-text ul li {
  padding: 0 0 0 15px;
}

@media (min-width: 1367px) {
  .green-block .green-text ul li {
    font-size: 24px;
  }
}

.green-block .green-text ul li:before {
  background: #fff;
  width: 6px;
  height: 6px;
}

.green-block .green-text p {
  color: #fff;
}

@media (min-width: 1367px) {
  .green-block .green-text p {
    font-size: 24px;
  }
}

.green-block.covid-block {
  margin-bottom: 30px;
}

.additional-resources-block p strong {
  font-size: 14px;
}

.additional-resources-block p:last-child {
  margin-bottom: 0;
}

.additional-resources-block .additional-resources-left {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.additional-resources-block .additional-resources-left h3,
.additional-resources-block .additional-resources-left .post .post-title,
.post .additional-resources-block .additional-resources-left .post-title {
  font-size: 64px;
}

@media (max-width: 480px) {

  .additional-resources-block .additional-resources-left h3,
  .additional-resources-block .additional-resources-left .post .post-title,
  .post .additional-resources-block .additional-resources-left .post-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .additional-resources-block .additional-resources-left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.additional-resources-block .additional-resources-right {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
}

@media (max-width: 768px) {
  .additional-resources-block .additional-resources-right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .services-single img {
    text-align: center;
    margin: 0 auto 10px;
  }
}

.single-main-block .container {
  width: 950px;
}

@media (max-width: 480px) {
  .single-main-block .container {
    padding: 0 1rem;
  }
}

.single-main-block .main-text h3,
.single-main-block .main-text .post .post-title,
.post .single-main-block .main-text .post-title {
  letter-spacing: -0.1px;
}

@media (min-width: 1024px) {
  .single-main-block .main-text p {
    font-size: 20px;
    line-height: 1.6;
  }
}

.single-left-right.single-left-right-full .left-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.single-left-right .container {
  width: 1240px;
}

@media (max-width: 480px) {
  .single-left-right .container {
    padding: 0 1rem;
  }
}

.single-left-right .left-text {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

@media (max-width: 768px) {
  .single-left-right .left-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
}

.single-left-right .left-text h6 {
  padding-bottom: 16px;
}

.single-left-right .left-text p:last-child {
  margin-bottom: 0;
}

.single-left-right .left-text svg {
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .single-left-right .left-text svg {
    margin: 0 auto;
    display: block;
  }
}

.single-left-right .right-image {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

@media (max-width: 768px) {
  .single-left-right .right-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.single-left-right .right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postid-137 .single-left-right>.container {
  width: 1020px;
}

@media (max-width: 768px) {
  .postid-137 .single-left-right>.container {
    width: 430px;
  }
}

@media (max-width: 768px) {
  .single-repeater-text .container {
    width: 436px;
  }
}

@media (max-width: 480px) {
  .single-repeater-text .container {
    padding: 0 1rem;
  }
}

.single-repeater-text p {
  font-size: 20px;
}

@media (max-width: 480px) {
  .single-repeater-text p {
    font-size: 16px;
  }
}

.single-repeater-text p strong {
  color: #505254;
}

.single-repeater-text h3,
.single-repeater-text .post .post-title,
.post .single-repeater-text .post-title {
  padding-bottom: 10px;
}

.single-repeater-text .text-small {
  max-width: 775px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .single-repeater-text .text-small {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .single-repeater-text .text-small {
    max-width: none;
    text-align: center;
    margin-bottom: 30px;
  }
}

.single-repeater-text .bottom-repeater-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: calc(100% + 1.5%);
}

.single-repeater-text .bottom-repeater-items>* {
  width: calc((100% / 3) - 1.5%);
  margin: 0 0.75% calc(0.75% * (1 + (1 / $columnNumber)));
}

@media (max-width: 1024px) {
  .single-repeater-text .bottom-repeater-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: calc(100% + 0%);
  }

  .single-repeater-text .bottom-repeater-items>* {
    width: calc((100% / 3) - 0%);
    margin: 0 0% calc(0% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {
  .single-repeater-text .bottom-repeater-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: calc(100% + 1.5%);
  }

  .single-repeater-text .bottom-repeater-items>* {
    width: calc((100% / 1) - 1.5%);
    margin: 0 0.75% calc(0.75% * (1 + (1 / $columnNumber)));
  }
}

.single-repeater-text .bottom-repeater-items h5,
.single-repeater-text .bottom-repeater-items .events-posts .no-result,
.events-posts .single-repeater-text .bottom-repeater-items .no-result {
  padding-bottom: 5px;
  font-variant: small-caps;
}

.single-repeater-text .bottom-repeater-item {
  padding: 0 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .single-repeater-text .bottom-repeater-item {
    padding: 0 20px 0 50px;
  }
}

@media (max-width: 768px) {
  .single-repeater-text .bottom-repeater-item {
    padding: 0 0 0 45px;
  }
}

.single-repeater-text .bottom-repeater-item:before {
  content: "";
  background-image: url("../img/list-marker.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  width: 30px;
  height: 39px;
  left: 0;
}

.single-repeater-text .bottom-repeater-item p:last-child {
  margin-bottom: 0;
}

.green-box {
  background: #86956F;
  color: #fff;
  /*.btn {
    margin: 30px 0 50px;
    background: #fff;
    color: #324624;
    @include for-size(1024px) {
      margin: 25px 0;
    }
    @include for-size(768px) {
      margin: 20px 0;
    }

    &:after {
      content: url("../img/green-arrow.png");
    }

    &:hover {
      color: #fff;
      background: $hover2;


      &::after {
        content: url("../img/arrow.png");
      }
    }


  }*/
}

.green-box h2,
.green-box h3,
.green-box .post .post-title,
.post .green-box .post-title,
.green-box h4,
.green-box h5,
.green-box .events-posts .no-result,
.events-posts .green-box .no-result,
.green-box h6 {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  display: inline-block;
  max-width: 640px;
}

@media (max-width: 1024px) {

  .green-box h2,
  .green-box h3,
  .green-box .post .post-title,
  .post .green-box .post-title,
  .green-box h4,
  .green-box h5,
  .green-box .events-posts .no-result,
  .events-posts .green-box .no-result,
  .green-box h6 {
    margin-bottom: 30px;
    max-width: none;
  }
}

.green-box h2:before,
.green-box h3:before,
.green-box .post .post-title:before,
.post .green-box .post-title:before,
.green-box h4:before,
.green-box h5:before,
.green-box .events-posts .no-result:before,
.events-posts .green-box .no-result:before,
.green-box h6:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 171px;
  height: 3px;
  background: #FFFFFF;
}

.green-box ul {
  column-count: 2;
}

@media (max-width: 768px) {
  .green-box ul {
    column-count: 1;
  }
}

.green-box ul li {
  padding-top: 0;
  padding-left: 25px;
  padding-bottom: 25px;
}

@media (max-width: 1024px) {
  .green-box ul li {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .green-box ul li {
    padding-left: 20px;
    padding-bottom: 15px;
  }
}

.green-box ul li:before {
  display: none;
}

.green-box ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("../img/li-img.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 13.85px;
  height: 17px;
}

.green-box p em {
  font-size: 16px;
  opacity: 0.5;
}

.green-box .btn,
.green-box .post-navigation [rel="next"],
.post-navigation .green-box [rel="next"],
.green-box .post-navigation [rel="prev"],
.post-navigation .green-box [rel="prev"] {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 55px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {

  .green-box .btn,
  .green-box .post-navigation [rel="next"],
  .post-navigation .green-box [rel="next"],
  .green-box .post-navigation [rel="prev"],
  .post-navigation .green-box [rel="prev"] {
    padding: 14px 35px;
  }
}

.green-box .btn::before,
.green-box .post-navigation [rel="next"]::before,
.post-navigation .green-box [rel="next"]::before,
.green-box .post-navigation [rel="prev"]::before,
.post-navigation .green-box [rel="prev"]::before {
  display: none;
}

.green-box .btn::after,
.green-box .post-navigation [rel="next"]::after,
.post-navigation .green-box [rel="next"]::after,
.green-box .post-navigation [rel="prev"]::after,
.post-navigation .green-box [rel="prev"]::after {
  content: url("../img/arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.green-box .btn:hover,
.green-box .post-navigation [rel="next"]:hover,
.post-navigation .green-box [rel="next"]:hover,
.green-box .post-navigation [rel="prev"]:hover,
.post-navigation .green-box [rel="prev"]:hover {
  background: #98B66A;
}

@media (max-width: 480px) {
  .single-bottom-block .container {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {

  .single-bottom-block .btn,
  .single-bottom-block .post-navigation [rel="next"],
  .post-navigation .single-bottom-block [rel="next"],
  .single-bottom-block .post-navigation [rel="prev"],
  .post-navigation .single-bottom-block [rel="prev"] {
    padding-left: 20px;
    padding-bottom: 15px;
  }
}

.single-bottom-block .bottom-block-info ul {
  margin-left: 0;
}

.single-bottom-block .bottom-block-info p a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.single-bottom-block .bottom-block-info p a:not(.btn):before {
  display: none;
}

.single-bottom-block .bottom-block-info p a:not(.btn):hover {
  color: #fff;
}

.single-slider-block {
  overflow: hidden;
  background: none;
  padding-top: 0;
  position: relative;
  background: #86956F;
}

.single-slider-block .neighborhood-wrapper {
  padding-top: 0;
}

.single-slider-block:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 210px;
  top: 0;
  background: #fff;
}

@media (max-width: 768px) {
  .single-slider-block:before {
    height: 175px;
  }
}

@media (max-width: 480px) {
  .single-slider-block:before {
    height: 135px;
  }
}

.single-slider-block .single-slider-box {
  position: relative;
  padding: 0 0 38px;
  width: 930px;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .single-slider-block .single-slider-box {
    margin-bottom: 40px;
    width: 800px;
    padding: 0 30px 30px;
  }
}

@media (max-width: 768px) {
  .single-slider-block .single-slider-box {
    margin-bottom: 30px;
    width: 647px;
  }
}

@media (max-width: 480px) {
  .single-slider-block .single-slider-box {
    padding: 0 22px 30px;
  }
}

.single-slider-block .single-slider-box .single-slider {
  max-width: 740px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .single-slider-block .single-slider-box .single-slider {
    max-width: none;
  }
}

.single-slider-block .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 422px;
}

@media (max-width: 768px) {
  .single-slider-block .swiper-slide img {
    height: 334px;
  }
}

@media (max-width: 480px) {
  .single-slider-block .swiper-slide img {
    height: 260px;
  }
}

.single-slider-block .swiper-pagination {
  bottom: 0;
}

.single-slider-block .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  height: 8px;
  width: 8px;
}

.single-slider-block .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.4);
}

.single-slider-block .swiper-button-next,
.single-slider-block .swiper-button-prev {
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  top: 44%;
  border-radius: 0;
  background: #E5E7E2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 480px) {

  .single-slider-block .swiper-button-next,
  .single-slider-block .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

.single-slider-block .swiper-button-next.swiper-button-disabled,
.single-slider-block .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.single-slider-block .swiper-button-next:after,
.single-slider-block .swiper-button-prev:after {
  display: none;
}

.single-slider-block .swiper-button-next path,
.single-slider-block .swiper-button-prev path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-slider-block .swiper-button-next:hover,
.single-slider-block .swiper-button-prev:hover {
  color: #fff;
  background: #98B66A;
}

.single-slider-block .swiper-button-next:hover path,
.single-slider-block .swiper-button-prev:hover path {
  fill: #fff;
}

.single-slider-block .swiper-button-next {
  right: 60px;
}

@media (max-width: 1024px) {
  .single-slider-block .swiper-button-next {
    right: 0;
  }
}

.single-slider-block .swiper-button-prev {
  left: 60px;
}

@media (max-width: 1024px) {
  .single-slider-block .swiper-button-prev {
    left: 0;
  }
}

.single-slider-block .slider-bottom-box {
  width: 1040px;
}

@media (max-width: 480px) {
  .single-slider-block .slider-bottom-box {
    padding: 0 1rem;
  }
}

.single-slider-block .slider-bottom-box .slider-bottom-logo-left {
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .single-slider-block .slider-bottom-box .slider-bottom-logo-left {
    display: none;
  }
}

.single-slider-block .slider-bottom-box .slider-bottom-logo-left img,
.single-slider-block .slider-bottom-box .slider-bottom-logo-left svg {
  width: 300px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.single-slider-block .slider-bottom-box .slider-bottom-logo {
  display: none;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 1024px) {
  .single-slider-block .slider-bottom-box .slider-bottom-logo {
    display: block;
  }
}

@media (max-width: 768px) {
  .single-slider-block .slider-bottom-box .slider-bottom-logo {
    margin-bottom: 16px;
  }
}

.single-slider-block .slider-bottom-box .slider-bottom-logo img,
.single-slider-block .slider-bottom-box .slider-bottom-logo svg {
  width: 228px;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {

  .single-slider-block .slider-bottom-box .slider-bottom-logo img,
  .single-slider-block .slider-bottom-box .slider-bottom-logo svg {
    width: 300px;
  }
}

.single-slider-block .slider-bottom-box .slider-bottom-text h4:before {
  height: 0.5px;
}

.single-slider-block .slider-bottom-box .slider-bottom-text h6 {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.single-slider-block .slider-bottom-box .slider-bottom-text h6:before {
  display: none;
}

.single-slider-block .slider-bottom-box .slider-bottom-text ul {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .single-slider-block .slider-bottom-box .slider-bottom-text ul li br {
    display: none;
  }
}

.single-slider-block .slider-bottom-box .slider-bottom-text p a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.single-slider-block .slider-bottom-box .slider-bottom-text p a:not(.btn):before {
  display: none;
}

.single-slider-block .slider-bottom-box .slider-bottom-text p a:not(.btn):hover {
  color: #fff;
}

.single-slider-block .slider-bottom-box.slider-bottom-box-full {
  width: 1226px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-slider-block .slider-bottom-box.slider-bottom-box-full .slider-bottom-text {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

@media (max-width: 1024px) {
  .single-slider-block .slider-bottom-box.slider-bottom-box-full .slider-bottom-text {
    -webkit-flex-basis: 54%;
    -moz-flex-basis: 54%;
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
  }
}

@media (max-width: 768px) {
  .single-slider-block .slider-bottom-box.slider-bottom-box-full .slider-bottom-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
  }
}

@media (max-width: 1024px) {
  .single-slider-block .slider-bottom-box.slider-bottom-box-full .slider-bottom-text img {
    text-align: center;
  }
}

.single-slider-block .slider-bottom-box.slider-bottom-box-full .slider-bottom-image {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

@media (max-width: 1024px) {
  .single-slider-block .slider-bottom-box.slider-bottom-box-full .slider-bottom-image {
    -webkit-flex-basis: 44%;
    -moz-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}

@media (max-width: 768px) {
  .single-slider-block .slider-bottom-box.slider-bottom-box-full .slider-bottom-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 6px;
    order: 1;
  }
}

.single-slider-block .slider-bottom-box .btn,
.single-slider-block .slider-bottom-box .post-navigation [rel="next"],
.post-navigation .single-slider-block .slider-bottom-box [rel="next"],
.single-slider-block .slider-bottom-box .post-navigation [rel="prev"],
.post-navigation .single-slider-block .slider-bottom-box [rel="prev"] {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 55px;
}

.single-slider-block .slider-bottom-box .btn::before,
.single-slider-block .slider-bottom-box .post-navigation [rel="next"]::before,
.post-navigation .single-slider-block .slider-bottom-box [rel="next"]::before,
.single-slider-block .slider-bottom-box .post-navigation [rel="prev"]::before,
.post-navigation .single-slider-block .slider-bottom-box [rel="prev"]::before {
  display: none;
}

.single-slider-block .slider-bottom-box .btn::after,
.single-slider-block .slider-bottom-box .post-navigation [rel="next"]::after,
.post-navigation .single-slider-block .slider-bottom-box [rel="next"]::after,
.single-slider-block .slider-bottom-box .post-navigation [rel="prev"]::after,
.post-navigation .single-slider-block .slider-bottom-box [rel="prev"]::after {
  content: url("../img/arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.single-slider-block .slider-bottom-box .btn:hover,
.single-slider-block .slider-bottom-box .post-navigation [rel="next"]:hover,
.post-navigation .single-slider-block .slider-bottom-box [rel="next"]:hover,
.single-slider-block .slider-bottom-box .post-navigation [rel="prev"]:hover,
.post-navigation .single-slider-block .slider-bottom-box [rel="prev"]:hover {
  background: #98B66A;
}

.post-type-archive-services .top-section {
  min-height: 517px;
}

@media (max-width: 768px) {
  .post-type-archive-services .top-section {
    min-height: 280px;
    padding-bottom: 20px;
  }
}

.post-type-archive-services .top-section h1 {
  font-size: 78px;
  margin-bottom: 16px !important;
}

@media (max-width: 768px) {
  .post-type-archive-services .top-section h1 br {
    display: none;
  }
}

@media (max-width: 480px) {
  .post-type-archive-services .top-section h1 {
    font-size: 42px;
  }
}

.post-type-archive-services .top-section .image {
  width: 55%;
}

@media (max-width: 1024px) {
  .post-type-archive-services .top-section .image {
    width: 53%;
  }
}

@media (max-width: 768px) {
  .post-type-archive-services .top-section .image {
    width: 100%;
  }
}

.post-type-archive-services .top-section .text {
  width: 36%;
}

@media (max-width: 1024px) {
  .post-type-archive-services .top-section .text {
    width: 44%;
  }
}

@media (max-width: 768px) {
  .post-type-archive-services .top-section .text {
    width: 100%;
  }
}

.post-type-archive-services .services-posts {
  padding-top: 100px;
  width: 1040px;
}

@media (max-width: 768px) {
  .post-type-archive-services .services-posts {
    padding-top: 50px;
    width: 500px;
  }
}

@media (max-width: 480px) {
  .post-type-archive-services .services-posts {
    padding-top: 30px;
  }
}

.post-type-archive-services .services-posts .services-post {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .post-type-archive-services .services-posts .services-post {
    margin-bottom: 64px;
  }
}

@media (max-width: 480px) {
  .post-type-archive-services .services-posts .services-post {
    margin-bottom: 30px;
  }
}

.post-type-archive-services .services-posts .services-post:last-child {
  margin-bottom: 30px;
}

.post-type-archive-services .services-posts .services-post.post-137 .thumb img,
.post-type-archive-services .services-posts .services-post.post-295 .thumb img {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.post-type-archive-services .services-posts .index-info {
  margin-bottom: 10px;
}

.post-type-archive-services .services-posts .image {
  height: 342px;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

@media (max-width: 768px) {
  .post-type-archive-services .services-posts .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    height: 250px;
  }
}

.post-type-archive-services .services-posts .image .thumb {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-type-archive-services .services-posts .image .thumb:hover {
  opacity: 0.7;
}

.post-type-archive-services .services-posts .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-type-archive-services .services-posts .info {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

@media (max-width: 768px) {
  .post-type-archive-services .services-posts .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: block;
  }
}

.post-type-archive-services .services-posts .info .btn,
.post-type-archive-services .services-posts .info .post-navigation [rel="next"],
.post-navigation .post-type-archive-services .services-posts .info [rel="next"],
.post-type-archive-services .services-posts .info .post-navigation [rel="prev"],
.post-navigation .post-type-archive-services .services-posts .info [rel="prev"] {
  margin-top: 8px;
}

.post-type-archive-services .services-posts .info .post-title {
  max-width: 378px;
  font-weight: 400;
  display: inline-block;
  font-family: "Mrs Eaves";
  font-size: 54px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #324624;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .post-type-archive-services .services-posts .info .post-title {
    font-size: 24px;
    max-width: none;
  }
}

.home-page h4 {
  margin-bottom: 15px;
}

.home-top {
  position: relative;
  min-height: 533px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 90px;
  padding: 50px 0 0;
}

@media (max-width: 1024px) {
  .home-top {
    margin-bottom: 170px;
  }
}

@media (max-width: 768px) {
  .home-top {
    margin-bottom: 150px;
  }
}

@media (max-width: 480px) {
  .home-top {
    margin-bottom: 120px;
  }
}

.home-top .image,
.home-top video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  left: 0;
}

.home-top .image:before,
.home-top video:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(50, 70, 36, 0) 69.74%, rgba(134, 149, 111, 0.4) 96.47%);
}

.home-top .image img,
.home-top video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-top .top-text {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .home-top .top-text {
    margin-bottom: 30px;
  }
}

.home-top .top-text * {
  color: #fff;
}

.home-top .top-text h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
  font-size: 88px;
}

@media (max-width: 1480px) {
  .home-top .top-text h1 {
    font-size: 75px;
  }
}

@media (max-width: 1366px) {
  .home-top .top-text h1 {
    font-size: 70px;
  }
}

@media (max-width: 1024px) {
  .home-top .top-text h1 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .home-top .top-text h1 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .home-top .top-text h1 {
    font-size: 40px;
  }
}

.home-top .home-form-block {
  z-index: 1;
  position: relative;
  bottom: -70px;
}

@media (max-width: 1024px) {
  .home-top .home-form-block {
    bottom: -120px;
  }
}

@media (max-width: 768px) {
  .home-top .home-form-block {
    bottom: -90px;
  }
}

.home-top .home-form-block .container {
  width: 1120px;
}

@media (max-width: 1024px) {
  .home-top .home-form-block .container {
    width: 724px;
  }
}

@media (max-width: 768px) {
  .home-top .home-form-block .container {
    width: 436px;
  }
}

.home-top .home-form-block form {
  padding: 40px 64px;
  background: #fff;
}

@media (max-width: 1240px) {
  .home-top .home-form-block form {
    padding: 40px 40px;
  }
}

@media (max-width: 1024px) {
  .home-top .home-form-block form {
    padding: 32px 40px;
  }
}

@media (max-width: 768px) {
  .home-top .home-form-block form {
    padding: 25px 64px;
  }
}

@media (max-width: 480px) {
  .home-top .home-form-block form {
    padding: 20px;
  }
}

.home-top .home-form-block form .form-item {
  position: relative;
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

@media (max-width: 1024px) {
  .home-top .home-form-block form .form-item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

@media (max-width: 768px) {
  .home-top .home-form-block form .form-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
}

@media (max-width: 1024px) {
  .home-top .home-form-block form .btn-block {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 20px auto 0;
  }
}

@media (max-width: 768px) {
  .home-top .home-form-block form .btn-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }
}

.home-top .home-form-block form .btn-block .btn,
.home-top .home-form-block form .btn-block .post-navigation [rel="next"],
.post-navigation .home-top .home-form-block form .btn-block [rel="next"],
.home-top .home-form-block form .btn-block .post-navigation [rel="prev"],
.post-navigation .home-top .home-form-block form .btn-block [rel="prev"] {
  font-size: 16px;
  background: transparent;
  color: #324624;
  border: 2px solid #324624;
  padding: 14px 45px;
}

@media (max-width: 1366px) {

  .home-top .home-form-block form .btn-block .btn,
  .home-top .home-form-block form .btn-block .post-navigation [rel="next"],
  .post-navigation .home-top .home-form-block form .btn-block [rel="next"],
  .home-top .home-form-block form .btn-block .post-navigation [rel="prev"],
  .post-navigation .home-top .home-form-block form .btn-block [rel="prev"] {
    padding: 14px 40px;
  }
}

@media (max-width: 600px) {

  .home-top .home-form-block form .btn-block .btn,
  .home-top .home-form-block form .btn-block .post-navigation [rel="next"],
  .post-navigation .home-top .home-form-block form .btn-block [rel="next"],
  .home-top .home-form-block form .btn-block .post-navigation [rel="prev"],
  .post-navigation .home-top .home-form-block form .btn-block [rel="prev"] {
    width: 100%;
    padding: 14px 30px;
  }
}

.home-top .home-form-block form .btn-block .btn::before,
.home-top .home-form-block form .btn-block .post-navigation [rel="next"]::before,
.post-navigation .home-top .home-form-block form .btn-block [rel="next"]::before,
.home-top .home-form-block form .btn-block .post-navigation [rel="prev"]::before,
.post-navigation .home-top .home-form-block form .btn-block [rel="prev"]::before {
  display: none;
}

.home-top .home-form-block form .btn-block .btn::after,
.home-top .home-form-block form .btn-block .post-navigation [rel="next"]::after,
.post-navigation .home-top .home-form-block form .btn-block [rel="next"]::after,
.home-top .home-form-block form .btn-block .post-navigation [rel="prev"]::after,
.post-navigation .home-top .home-form-block form .btn-block [rel="prev"]::after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.home-top .home-form-block form .btn-block .btn:hover,
.home-top .home-form-block form .btn-block .post-navigation [rel="next"]:hover,
.post-navigation .home-top .home-form-block form .btn-block [rel="next"]:hover,
.home-top .home-form-block form .btn-block .post-navigation [rel="prev"]:hover,
.post-navigation .home-top .home-form-block form .btn-block [rel="prev"]:hover {
  background: #98B66A;
  color: #fff;
  border-color: #98B66A;
}

.home-top .home-form-block form .btn-block .btn:hover::after,
.home-top .home-form-block form .btn-block .post-navigation [rel="next"]:hover::after,
.post-navigation .home-top .home-form-block form .btn-block [rel="next"]:hover::after,
.home-top .home-form-block form .btn-block .post-navigation [rel="prev"]:hover::after,
.post-navigation .home-top .home-form-block form .btn-block [rel="prev"]:hover::after {
  content: url("../img/arrow.png");
}

.home-top .home-form-block form input[type="text"] {
  background: rgba(124, 137, 108, 0.2);
  border-radius: 0;
  border: none;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #324624;
  padding: 0 25px;
}

@media (max-width: 768px) {
  .home-top .home-form-block form input[type="text"] {
    padding: 0 25px;
  }
}

.home-top .home-form-block form input[type="text"]::-webkit-input-placeholder {
  color: #324624;
}

.home-top .home-form-block form input[type="text"]:-moz-placeholder {
  color: #324624;
}

.home-top .home-form-block form input[type="text"]::-moz-placeholder {
  color: #324624;
}

.home-top .home-form-block form input[type="text"]:-ms-input-placeholder {
  color: #324624;
}

.home-top .home-form-block form .selectric {
  background: rgba(124, 137, 108, 0.2);
  border-radius: 0;
  border: none;
}

.home-top .home-form-block form .selectric .label {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #324624;
  margin: 0 42px 0 42px;
}

@media (max-width: 768px) {
  .home-top .home-form-block form .selectric .label {
    margin: 0 42px 0 20px;
  }
}

.home-top .home-form-block form .selectric .button {
  height: 60px;
}

@media (max-width: 768px) {
  .home-info {
    margin: 88px 0;
  }
}

@media (max-width: 480px) {
  .home-info {
    margin: 32px 0;
  }
}

.home-info p {
  font-size: 20px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
}

.home-info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .home-info p {
    font-size: 16px;
  }
}

.home-info .container {
  width: 812px;
}

@media (max-width: 768px) {
  .home-info .container {
    width: 504px;
  }
}

@media (max-width: 480px) {
  .home-info .container {
    padding: 0 1rem;
  }
}

.home-info h3,
.home-info .post .post-title,
.post .home-info .post-title {
  font-size: 64px;
}

@media (max-width: 480px) {

  .home-info h3,
  .home-info .post .post-title,
  .post .home-info .post-title {
    font-size: 32px;
  }
}

.grey-info {
  background: rgba(124, 137, 108, 0.2);
  text-align: center;
  padding: 120px 0 90px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 1240px) {
  .grey-info {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .grey-info {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .grey-info {
    padding: 30px 0;
  }
}

.grey-info .container {
  width: 830px;
}

@media (max-width: 768px) {
  .grey-info .container {
    width: 440px;
  }
}

@media (max-width: 480px) {
  .grey-info .text {
    padding: 0 1rem;
  }
}

.grey-info h4 {
  font-size: 40px;
}

@media (max-width: 480px) {
  .grey-info h4 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .grey-info p {
    margin-bottom: 20px;
  }
}

.grey-info p a {
  color: #324624;
}

.grey-info p a:hover {
  color: #98B66A;
}

.btn.btn-green,
.post-navigation .btn-green[rel="next"],
.post-navigation .btn-green[rel="prev"] {
  background: #fff;
  color: #324624;
  margin: 15px 0 0;
}

.btn.btn-green::after,
.post-navigation .btn-green[rel="next"]::after,
.post-navigation .btn-green[rel="prev"]::after {
  content: url("../img/green-arrow.png");
}

.btn.btn-green:hover,
.post-navigation .btn-green[rel="next"]:hover,
.post-navigation .btn-green[rel="prev"]:hover {
  color: #fff;
  background: #98B66A;
}

.btn.btn-green:hover::after,
.post-navigation .btn-green[rel="next"]:hover::after,
.post-navigation .btn-green[rel="prev"]:hover::after {
  content: url("../img/arrow.png");
}

@media (max-width: 768px) {
  .left-right-block {
    margin: 68px 0;
  }
}

.left-right-block .container {
  width: 1230px;
}

@media (max-width: 768px) {
  .left-right-block .container {
    width: 604px;
  }
}

.left-right-block .left-text {
  padding: 24px;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media (max-width: 1024px) {
  .left-right-block .left-text {
    padding: 0 24px 0 0;
    -webkit-flex-basis: 39%;
    -moz-flex-basis: 39%;
    -ms-flex-preferred-size: 39%;
    flex-basis: 39%;
  }
}

@media (max-width: 768px) {
  .left-right-block .left-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    order: 2;
  }
}

@media (max-width: 480px) {
  .left-right-block .left-text {
    padding: 0 1rem;
  }
}

.left-right-block .left-text h4 {
  font-size: 40px;
}

@media (max-width: 480px) {
  .left-right-block .left-text h4 {
    font-size: 24px;
  }
}

.left-right-block .video-wrapper {
  position: relative;
  z-index: 0;
  cursor: pointer;
  height: 400px;
  -webkit-flex-basis: 58%;
  -moz-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
}

@media (max-width: 1024px) {
  .left-right-block .video-wrapper {
    -webkit-flex-basis: 61%;
    -moz-flex-basis: 61%;
    -ms-flex-preferred-size: 61%;
    flex-basis: 61%;
    height: 337px;
  }
}

@media (max-width: 768px) {
  .left-right-block .video-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 50vw;
    margin-bottom: 16px;
  }
}

.left-right-block .video-wrapper.youtube-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.left-right-block .video-wrapper.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left-right-block .video-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.left-right-block .video-wrapper.no-play svg {
  opacity: 0;
}

.left-right-block .video {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .left-right-block .video {
    order: 1;
  }
}

.left-right-block .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-right-block .video .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .left-right-block .video .btn-video {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.big-image-block {
  height: 805px;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .big-image-block {
    height: 616px;
  }
}

@media (max-width: 768px) {
  .big-image-block {
    height: 413px;
  }
}

@media (max-width: 480px) {
  .big-image-block {
    height: 360px;
  }
}

.big-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider-block {
  position: relative;
}

@media (max-width: 768px) {
  .home-slider-block {
    order: 1;
  }
}

.home-slider-block .swiper {
  position: relative;
}

.home-slider-block .swiper .logo-image {
  position: absolute;
  right: 60px;
  z-index: 1;
  top: 50px;
}

@media (max-width: 1024px) {
  .home-slider-block .swiper .logo-image {
    right: 20px;
    top: 20px;
  }
}

@media (max-width: 768px) {
  .home-slider-block .swiper .logo-image {
    right: 10px;
    top: 10px;
  }
}

.home-slider-block .swiper .logo-image img {
  object-fit: contain;
  width: 175px;
  height: auto;
}

@media (max-width: 768px) {
  .home-slider-block .swiper .logo-image img {
    width: 120px;
  }
}

.home-slider-block .swiper-slide {
  position: relative;
}

.home-slider-block .swiper-slide .swiper-image {
  width: 100%;
  height: 775px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .home-slider-block .swiper-slide .swiper-image {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .home-slider-block .swiper-slide .swiper-image {
    height: 260px;
  }
}

.home-slider-block .swiper-buttons-wrapper {
  position: relative;
  z-index: 2;
  width: 122px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 8px;
}

@media (max-width: 1024px) {
  .home-slider-block .swiper-buttons-wrapper {
    width: 82px;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .home-slider-block .swiper-buttons-wrapper {
    width: 72px;
  }
}

.home-slider-block .swiper-button-prev,
.home-slider-block .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #E5E7E2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {

  .home-slider-block .swiper-button-prev,
  .home-slider-block .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 768px) {

  .home-slider-block .swiper-button-prev,
  .home-slider-block .swiper-button-next {
    height: 35px;
    width: 35px;
    margin-top: -18px;
  }
}

.home-slider-block .swiper-button-prev:after,
.home-slider-block .swiper-button-next:after {
  display: none;
}

.home-slider-block .swiper-button-prev path,
.home-slider-block .swiper-button-next path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.home-slider-block .swiper-button-prev:hover,
.home-slider-block .swiper-button-next:hover {
  color: #fff;
  background: #98B66A;
}

.home-slider-block .swiper-button-prev:hover path,
.home-slider-block .swiper-button-next:hover path {
  fill: #fff;
}

.home-slider-block .swiper-button-prev {
  margin-right: 2px;
  left: 0;
}

.home-slider-block .swiper-button-next {
  right: 0;
}

.home-testimonials {
  margin: 100px 0;
}

@media (max-width: 1024px) {
  .home-testimonials {
    margin: 80px 0 100px;
  }
}

@media (max-width: 768px) {
  .home-testimonials {
    margin: 50px 0 80px;
  }
}

@media (max-width: 480px) {
  .home-testimonials {
    margin: 30px 0;
  }
}

.home-testimonials .container {
  width: 850px;
}

@media (max-width: 768px) {
  .home-testimonials .container {
    width: 604px;
  }
}

.home-testimonials .testimonials-box {
  position: relative;
  padding-left: 55px;
}

@media (max-width: 480px) {
  .home-testimonials .testimonials-box {
    padding-left: 30px;
  }
}

.home-testimonials .testimonials-box:before {
  content: url("../img/q.svg");
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 480px) {
  .home-testimonials .testimonials-box:before {
    content: url("../img/q-small.svg");
  }
}

.home-testimonials .text {
  font-style: italic;
  margin-bottom: 15px;
}

.home-testimonials .text p {
  color: #324624;
  line-height: 1.5;
  font-size: 24px;
}

@media (max-width: 480px) {
  .home-testimonials .text p {
    font-size: 18px;
  }
}

.home-testimonials h6 {
  font-size: 23px;
  font-variant: small-caps;
}

@media (max-width: 480px) {
  .home-testimonials h6 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .info-image-block {
    margin: 88px auto;
    width: 604px;
    max-width: 94%;
  }
}

@media (max-width: 480px) {
  .info-image-block {
    margin: 32px auto;
  }
}

.info-image-block .left-image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 1024px) {
  .info-image-block .left-image {
    -webkit-flex-basis: 56%;
    -moz-flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
}

@media (max-width: 768px) {
  .info-image-block .left-image {
    display: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.info-image-block .left-image img {
  width: 100%;
  height: 618px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .info-image-block .left-image img {
    margin-left: 0;
    height: 490px;
  }
}

@media (max-width: 768px) {
  .info-image-block .left-image img {
    max-width: none;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .info-image-block .left-image img {
    height: 350px;
  }
}

.info-image-block .right-info {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 1024px) {
  .info-image-block .right-info {
    -webkit-flex-basis: 44%;
    -moz-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}

@media (max-width: 768px) {
  .info-image-block .right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.info-image-block .right-info .text {
  padding: 24px;
  max-width: 554px;
  margin-right: auto;
  margin-left: 70px;
}

@media (max-width: 1024px) {
  .info-image-block .right-info .text {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .info-image-block .right-info .text {
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .info-image-block .right-info .text {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .service-home-block {
    margin: 88px 0;
  }
}

@media (max-width: 480px) {
  .service-home-block {
    margin: 32px 0;
  }
}

@media (max-width: 1024px) {
  .service-home-block .container {
    width: 715px;
  }
}

@media (max-width: 768px) {
  .service-home-block .container {
    width: 340px;
  }
}

.service-home-block .service-title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .service-home-block .service-title {
    margin-bottom: 20px;
  }
}

.service-home-block .service-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: calc(100% + 0%);
}

.service-home-block .service-items>* {
  width: calc((100% / 3) - 0%);
  margin: 0 0% calc(0% * (1 + (1 / $columnNumber)));
}

@media (max-width: 1024px) {
  .service-home-block .service-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: calc(100% + 0%);
  }

  .service-home-block .service-items>* {
    width: calc((100% / 2) - 0%);
    margin: 0 0% calc(0% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {
  .service-home-block .service-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: calc(100% + 0%);
  }

  .service-home-block .service-items>* {
    width: calc((100% / 1) - 0%);
    margin: 0 0% calc(0% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {

  .service-home-block .service-items .btn,
  .service-home-block .service-items .post-navigation [rel="next"],
  .post-navigation .service-home-block .service-items [rel="next"],
  .service-home-block .service-items .post-navigation [rel="prev"],
  .post-navigation .service-home-block .service-items [rel="prev"] {
    margin-top: 0;
  }
}

.service-home-block .service-items .service-item {
  text-align: center;
  padding: 32px 80px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1240px) {
  .service-home-block .service-items .service-item {
    padding: 32px 40px;
  }
}

@media (max-width: 1024px) {
  .service-home-block .service-items .service-item {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .service-home-block .service-items .service-item {
    padding: 32px 15px;
    border-top: 1px solid #788A69;
  }
}

@media (max-width: 768px) {
  .service-home-block .service-items .service-item:last-child {
    border-bottom: 1px solid #788A69;
  }
}

.service-home-block .service-items .service-item:nth-child(odd) {
  background: #F2F3F0;
}

@media (max-width: 1024px) {
  .service-home-block .service-items .service-item:nth-child(odd) {
    background: transparent;
  }
}

@media (max-width: 768px) {
  .service-home-block .service-items .service-item:nth-child(odd) {
    background: #F2F3F0;
  }
}

.service-home-block .service-items .service-item:nth-child(1) {
  background: #F2F3F0;
}

@media (max-width: 1024px) {
  .service-home-block .service-items .service-item:nth-child(4) {
    background: #F2F3F0;
  }
}

@media (max-width: 768px) {
  .service-home-block .service-items .service-item:nth-child(4) {
    background: transparent;
  }
}

.service-home-block .service-items .service-item:nth-child(5) {
  background: #F2F3F0;
}

.service-home-block .service-items .service-item h5,
.service-home-block .service-items .service-item .events-posts .no-result,
.events-posts .service-home-block .service-items .service-item .no-result {
  margin-bottom: 20px;
  max-width: 200px;
  font-size: 28px;
  font-variant: small-caps;
  line-height: 1.1;
}

@media (max-width: 1024px) {

  .service-home-block .service-items .service-item h5,
  .service-home-block .service-items .service-item .events-posts .no-result,
  .events-posts .service-home-block .service-items .service-item .no-result {
    max-width: 240px;
  }
}

@media (max-width: 768px) {

  .service-home-block .service-items .service-item h5,
  .service-home-block .service-items .service-item .events-posts .no-result,
  .events-posts .service-home-block .service-items .service-item .no-result {
    line-height: 1.2;
  }
}

.service-home-block .service-items figure {
  font-size: 0;
  margin-bottom: 1px;
}

.service-home-block .service-items figure img,
.service-home-block .service-items figure svg {
  width: 84px;
  margin: 0 auto;
  height: 84px;
}

@media (max-width: 768px) {
  .meet-community-block {
    margin: 88px 0;
  }
}

@media (max-width: 480px) {
  .meet-community-block {
    margin: 32px 0;
  }
}

.meet-community-block .container {
  width: 880px;
}

@media (max-width: 768px) {
  .meet-community-block .container {
    width: 436px;
  }
}

.meet-community-block .meet-community-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 44px;
}

@media (max-width: 480px) {
  .meet-community-block .meet-community-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.meet-community-block .meet-community-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: calc(100% + 2%);
}

.meet-community-block .meet-community-items>* {
  width: calc((100% / 2) - 2%);
  margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
}

@media (max-width: 768px) {
  .meet-community-block .meet-community-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
  }

  .meet-community-block .meet-community-items>* {
    width: calc((100% / 1) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

.meet-community-block .meet-community-items .meet-community-item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 40px 30px 60px;
  position: relative;
  background: #86956F;
  color: #fff;
}

@media (max-width: 768px) {
  .meet-community-block .meet-community-items .meet-community-item {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .meet-community-block .meet-community-items .meet-community-item {
    padding: 25px 25px 25px 40px;
  }
}

@media (max-width: 768px) {
  .meet-community-block .meet-community-items .meet-community-item:last-child {
    margin-bottom: 0;
  }
}

.meet-community-block .meet-community-items .meet-community-item:before {
  content: url("../img/q-small.svg");
  position: absolute;
  left: 24px;
  top: 35px;
}

@media (max-width: 480px) {
  .meet-community-block .meet-community-items .meet-community-item:before {
    top: 30px;
    left: 12px;
  }
}

.meet-community-block .meet-community-items .meet-community-item h6 {
  color: #fff;
  font-size: 23px;
  font-variant: small-caps;
}

@media (max-width: 480px) {
  .meet-community-block .meet-community-items .meet-community-item h6 {
    font-size: 20px;
  }
}

.meet-community-block .meet-community-items .meet-community-item .text {
  font-style: italic;
  margin-bottom: 25px;
}

.meet-community-block .meet-community-items .meet-community-item .text p {
  line-height: 1.5;
  font-size: 22px;
}

@media (max-width: 480px) {
  .meet-community-block .meet-community-items .meet-community-item .text p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .single-services .top-section {
    padding: 0 0 20px;
  }
}

@media (max-width: 480px) {
  .single-services .top-section {
    padding: 0;
  }
}

.top-section-events {
  position: relative;
  min-height: 373px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 30px 0;
}

@media (max-width: 768px) {
  .top-section-events {
    min-height: auto;
  }
}

.top-section-events .container {
  width: 604px;
}

.top-section-events .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-section-events .image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(134, 149, 111, 0) 26.94%, rgba(134, 149, 111, 0.8) 96.47%);
}

.top-section-events .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-section-events h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

@media (min-width: 1367px) {
  .top-section-events h1 {
    font-size: 128px;
  }
}

.events-posts {
  width: 1228px;
  border-bottom: 0.5px solid #7C896C;
  padding: 66px 0;
}

@media (max-width: 1024px) {
  .events-posts {
    padding: 45px 0;
  }
}

@media (max-width: 768px) {
  .events-posts {
    padding: 30px 0;
  }
}

.events-posts .events-posts-box {
  max-width: 812px;
  margin: 0 auto;
}

.events-posts .no-result {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.events-posts .events-post {
  margin-bottom: 72px;
}

@media (max-width: 1024px) {
  .events-posts .events-post {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .events-posts .events-post {
    margin-bottom: 30px;
  }
}

.events-posts .events-post:last-child {
  margin-bottom: 0;
}

.events-posts .events-post .image-btn {
  -webkit-flex-basis: 188px;
  -moz-flex-basis: 188px;
  -ms-flex-preferred-size: 188px;
  flex-basis: 188px;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .events-posts .events-post .image-btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    text-align: center;
  }
}

.events-posts .events-post .image-btn .thumb {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.events-posts .events-post .image-btn .thumb:hover {
  opacity: 0.7;
}

.events-posts .events-post .image-btn img {
  width: 188px;
  height: 188px;
  object-fit: cover;
}

@media (max-width: 480px) {
  .events-posts .events-post .image-btn img {
    width: 100%;
    height: 100%;
  }
}

.events-posts .events-post .btn-block {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 480px) {
  .events-posts .events-post .btn-block {
    margin: 20px 0 0;
    text-align: center;
  }
}

.events-posts .events-post .btn-block .btn,
.events-posts .events-post .btn-block .post-navigation [rel="next"],
.post-navigation .events-posts .events-post .btn-block [rel="next"],
.events-posts .events-post .btn-block .post-navigation [rel="prev"],
.post-navigation .events-posts .events-post .btn-block [rel="prev"] {
  padding: 19px 22px 22px;
  width: 100%;
  max-width: 188px;
  text-align: center;
}

@media (max-width: 768px) {

  .events-posts .events-post .btn-block .btn,
  .events-posts .events-post .btn-block .post-navigation [rel="next"],
  .post-navigation .events-posts .events-post .btn-block [rel="next"],
  .events-posts .events-post .btn-block .post-navigation [rel="prev"],
  .post-navigation .events-posts .events-post .btn-block [rel="prev"] {
    padding: 10px 12px 14px;
  }
}

@media (max-width: 480px) {

  .events-posts .events-post .btn-block .btn,
  .events-posts .events-post .btn-block .post-navigation [rel="next"],
  .post-navigation .events-posts .events-post .btn-block [rel="next"],
  .events-posts .events-post .btn-block .post-navigation [rel="prev"],
  .post-navigation .events-posts .events-post .btn-block [rel="prev"] {
    margin: 0 auto;
  }
}

.events-posts .events-post .info {
  position: relative;
  top: -13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 480px) {
  .events-posts .events-post .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.events-posts .events-post .info .post-title {
  color: #324624;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Mrs Eaves";
  line-height: 1.2;
  position: relative;
  z-index: 0;
  font-variant: small-caps;
}

@media (max-width: 1024px) {
  .events-posts .events-post .info .post-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .events-posts .events-post .info .post-title {
    font-size: 30px;
  }
}

.events-posts .events-post .info .post-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #324624;
}

.events-posts .events-post .info .post-title:hover {
  color: #98B66A;
}

.events-posts .events-post .info .post-title:hover::before {
  background: #98B66A;
}

.events-posts .events-post .info .date-info {
  font-size: 28px;
  font-weight: 700;
  color: #324624;
  margin-bottom: 2px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .events-posts .events-post .info .date-info {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .events-posts .events-post .info .date-info {
    font-size: 20px;
  }
}

.events-posts .events-post .info .location {
  font-size: 20px;
  font-weight: 700;
  color: #324624;
  margin-bottom: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .events-posts .events-post .info .location {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .events-posts .events-post .info .location {
    font-size: 16px;
  }
}

.events-posts .events-post .info .location:hover {
  color: #628947;
}

@media (min-width: 1367px) {
  .events-posts .events-post .info .text p {
    line-height: 2;
  }
}

.events-single {
  padding: 66px 0;
  border-bottom: 3.9px solid #7C896C;
}

@media (max-width: 1024px) {
  .events-single {
    padding: 45px 0;
  }
}

@media (max-width: 768px) {
  .events-single {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .events-single {
    text-align: center;
  }
}

.events-single .date-info {
  font-size: 28px;
  font-weight: 700;
  color: #324624;
  margin-bottom: 2px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .events-single .date-info {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .events-single .date-info {
    font-size: 20px;
  }
}

.events-single .location {
  font-size: 20px;
  font-weight: 700;
  color: #324624;
  margin-bottom: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .events-single .location {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .events-single .location {
    font-size: 16px;
  }
}

.events-single .location:hover {
  color: #628947;
}

.top-simple-events {
  background: linear-gradient(67.71deg, rgba(155, 167, 140, 0.5) 6.14%, rgba(124, 137, 108, 0) 58.09%), #86956F;
  min-height: 328px;
  position: relative;
  text-align: center;
  padding: 30px 0;
}

@media (max-width: 1024px) {
  .top-simple-events {
    min-height: auto;
  }
}

.top-simple-events .top-image {
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.top-simple-events .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-simple-events .container {
  width: 900px;
}

.top-simple-events h1 {
  line-height: 1;
  color: #fff;
  letter-spacing: -0.01em;
}

.careers-testimonial .container {
  width: 960px;
}

.careers-testimonial .text-t {
  margin-bottom: 30px;
}

.careers-testimonial .swiper {
  margin: 0 30px;
}

@media (max-width: 1024px) {
  .careers-testimonial .swiper {
    margin: 0 20px;
  }
}

.careers-testimonial .swiper-button-prev,
.careers-testimonial .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #E5E7E2;
}

@media (max-width: 1024px) {

  .careers-testimonial .swiper-button-prev,
  .careers-testimonial .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 768px) {

  .careers-testimonial .swiper-button-prev,
  .careers-testimonial .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}

.careers-testimonial .swiper-button-prev:after,
.careers-testimonial .swiper-button-next:after {
  display: none;
}

.careers-testimonial .swiper-button-prev.swiper-button-disabled,
.careers-testimonial .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.careers-testimonial .swiper-button-prev:hover,
.careers-testimonial .swiper-button-next:hover {
  background: #98B66A;
  color: #fff;
}

.careers-testimonial .swiper-button-prev:hover path,
.careers-testimonial .swiper-button-next:hover path {
  fill: #fff;
}

.careers-testimonial .swiper-button-prev {
  left: 0;
}

.careers-testimonial .swiper-button-next {
  right: 0;
}

.careers-testimonial .swiper-slide {
  padding: 65px 40px 65px 63px;
  background: #86956f;
  border-radius: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .careers-testimonial .swiper-slide {
    padding: 25px 25px 25px 55px;
  }
}

@media (max-width: 768px) {
  .careers-testimonial .swiper-slide {
    padding: 25px 20px 25px 50px;
  }
}

.careers-testimonial .swiper-slide:before {
  content: url("../img/q-small.svg");
  position: absolute;
  left: 24px;
  top: 64px;
}

@media (max-width: 1024px) {
  .careers-testimonial .swiper-slide:before {
    left: 20px;
    top: 25px;
  }
}

@media (max-width: 768px) {
  .careers-testimonial .swiper-slide:before {
    left: 15px;
  }
}

.careers-testimonial .swiper-slide .text {
  font-style: italic;
  margin-bottom: 16px;
  color: #fff;
}

.careers-testimonial .swiper-slide .text p {
  line-height: 1.5;
}

@media (min-width: 1367px) {
  .careers-testimonial .swiper-slide .text p {
    font-size: 24px;
  }
}

.careers-testimonial .swiper-slide .title {
  color: #fff;
  font-family: "Mrs Eaves";
  font-size: 23px;
  font-variant: small-caps;
}

@media (max-width: 1024px) {
  .careers-testimonial .swiper-slide .title {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .careers-testimonial .swiper-slide .title {
    font-size: 20px;
  }
}

.gallery {
  margin-bottom: 20px !important;
  display: block;
}

.events-search {
  background: #86956F;
  padding: 40px 0 55px;
}

@media (max-width: 1024px) {
  .events-search {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .events-search .first-label input {
    margin-top: 10px;
  }
}

.events-search .container {
  width: 1220px;
}

.events-search .events-search-title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1367px) {
  .events-search .events-search-title {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .events-search .events-search-title {
    margin-bottom: 20px;
  }
}

.events-search .events-search-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 257px;
  background: #fff;
}

.events-search .events-form {
  max-width: 852px;
  margin: 0 auto;
}

.events-search .events-form label {
  font-size: 44px;
  color: #fff;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 0.9;
}

@media (max-width: 1024px) {
  .events-search .events-form label {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .events-search .events-form label {
    font-size: 20px;
  }
}

.events-search .events-form .selectric-location-input {
  position: relative;
}

.events-search .events-form .selectric-location-input::before {
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  z-index: 1;
  pointer-events: none;
}

.events-search .events-form .selectric-location-input .selectric {
  border-color: transparent;
}

.events-search .events-form .selectric-location-input .selectric .label {
  margin: 0 60px;
  height: 67px;
  line-height: 65px;
  font-size: 32px;
  color: #324624;
  font-family: "Mrs Eaves";
  font-variant: small-caps;
}

@media (max-width: 1024px) {
  .events-search .events-form .selectric-location-input .selectric .label {
    font-size: 22px;
  }
}

.events-search .events-form .selectric-location-input .selectric .button {
  height: 65px;
  line-height: 65px;
}

.events-search .events-form .selectric-location-input .selectric .button::before {
  display: none;
}

.events-search .events-form .selectric-location-input .selectric .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 40%;
  width: 20px;
  height: 20px;
  left: 10%;
  border: none;
  bottom: auto;
  right: auto;
  border-bottom: 4px solid #86956f;
  border-right: 4px solid #86956f;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}

.events-search .events-form .selectric-location-input::before {
  content: url("../img/location.png");
}

.events-search .events-form .selectric-items {
  background: #fff;
  border-color: #7C896C;
}

.events-search .events-form .selectric-items ul {
  padding: 0 8px 8px;
}

.events-search .events-form .selectric-items ul li {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #324624;
  padding: 10px 0;
}

.events-search .events-form .selectric-items ul li.selected,
.events-search .events-form .selectric-items ul li.highlighted {
  background: transparent;
  color: #324624;
  font-weight: 700;
}

.events-search .events-form .selectric-items ul li:hover {
  background: transparent;
  color: #98B66A;
}

.events-search .events-form .date-input {
  position: relative;
}

.events-search .events-form .date-input input {
  padding: 0 60px;
  height: 69px;
}

.events-search .events-form .date-input #datetimepicker {
  font-family: "Mrs Eaves";
  font-size: 32px;
  color: #324624;
  font-variant: small-caps;
}

.events-search .events-form .date-input #datetimepicker::-webkit-input-placeholder {
  color: #324624;
}

.events-search .events-form .date-input #datetimepicker:-moz-placeholder {
  color: #324624;
}

.events-search .events-form .date-input #datetimepicker::-moz-placeholder {
  color: #324624;
}

.events-search .events-form .date-input #datetimepicker:-ms-input-placeholder {
  color: #324624;
}

@media (max-width: 1024px) {
  .events-search .events-form .date-input #datetimepicker {
    font-size: 22px;
  }
}

.events-search .events-form .date-input::before {
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  z-index: 1;
  pointer-events: none;
  content: url("../img/date.png");
}

.events-search .events-form .date-input::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 40%;
  width: 20px;
  height: 20px;
  left: auto;
  border: none;
  bottom: auto;
  right: 20px;
  border-bottom: 4px solid #86956f;
  border-right: 4px solid #86956f;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}

.events-search .top-title {
  color: #fff;
  text-align: center;
}

.error404 .footer-top-block {
  display: none;
}

.error404 .no-page {
  margin: 245px auto 140px;
}

@media (max-width: 1024px) {
  .error404 .no-page {
    margin: 140px auto 80px;
  }
}

@media (max-width: 768px) {
  .error404 .no-page {
    margin: 100px auto 40px;
  }
}

.error404 .no-page h1 {
  margin-bottom: 40px;
}

@media (min-width: 1367px) {
  .error404 .no-page h1 {
    font-size: 96px;
    line-height: 0.89;
  }
}

@media (max-width: 1024px) {
  .error404 .no-page h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .error404 .no-page h1 {
    margin-bottom: 20px;
  }
}

.location-gallery .swiper-slide {
  position: relative;
}

.location-gallery .swiper-slide .swiper-slide-svg {
  width: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  height: 40px;
  position: absolute;
  right: 11px;
  top: 9px;
}

.location-gallery .swiper-slide .swiper-slide-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .locations-template-default .top-section h1 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .locations-template-default .top-section .images-wrapper {
    right: 50px;
    top: 40px;
    bottom: auto;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .locations-template-default .top-section .images-wrapper {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .locations-template-default .top-section .images-wrapper .sub-image {
    display: block;
    margin: 0 5px 19px;
  }
}

.locations-template-default .top-section .images-wrapper .sub-image img {
  width: 93px;
  height: 93px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .locations-template-default .top-section .images-wrapper .sub-image:last-child {
    margin-bottom: 0;
  }
}

.blog .top-section h1 {
  font-size: 88px;
  line-height: 0.9;
}

@media (max-width: 480px) {
  .blog .top-section h1 {
    font-size: 40px;
  }
}

.posts-section .container {
  width: 1230px;
  border-bottom: 0.5px solid #7c896c;
}

@media (max-width: 1024px) {
  .posts-section .container {
    width: 800px;
  }
}

@media (max-width: 768px) {
  .posts-section .container {
    width: 520px;
  }
}

.posts-section .pagination {
  margin-top: 10px;
}

.posts-section .posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.4%;
  width: calc(100% + 6.8%);
}

.posts-section .posts-wrapper>* {
  width: calc((100% / 3) - 6.8%);
  margin: 0 3.4% calc(3.4% * (1 + (1 / $columnNumber)));
}

@media (max-width: 1240px) {
  .posts-section .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: calc(100% + 3%);
  }

  .posts-section .posts-wrapper>* {
    width: calc((100% / 3) - 3%);
    margin: 0 1.5% calc(1.5% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 1024px) {
  .posts-section .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3.4%;
    width: calc(100% + 6.8%);
  }

  .posts-section .posts-wrapper>* {
    width: calc((100% / 2) - 6.8%);
    margin: 0 3.4% calc(3.4% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {
  .posts-section .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
  }

  .posts-section .posts-wrapper>* {
    width: calc((100% / 1) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

.posts-section .posts-wrapper .post {
  margin-bottom: 112px;
}

@media (max-width: 768px) {
  .posts-section .posts-wrapper .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .posts-section .posts-wrapper .post {
    margin-bottom: 35px;
  }
}

.posts-section .posts-wrapper .post .thumb {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.posts-section .posts-wrapper .post .thumb:hover {
  opacity: 0.7;
}

.posts-section .posts-wrapper .post .thumb img {
  object-fit: cover;
  width: 100%;
  height: 229px;
}

.posts-section .posts-wrapper .post .info {
  background: none;
  padding: 16px 0 0;
}

@media (max-width: 768px) {
  .posts-section .posts-wrapper .post .info p {
    margin-bottom: 16px;
  }
}

.posts-section .posts-wrapper .post .info time {
  color: #324624;
  padding-bottom: 15px;
  font-family: "Berthold Akzidenz Grotesk BE";
}

.posts-section .posts-wrapper .post .info .post-title {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-variant: initial;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 16px;
}

@media (max-width: 480px) {
  .posts-section .posts-wrapper .post .info .post-title {
    font-size: 28px;
  }
}

.postid-292 .single-left-right .left-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}

.postid-292 .single-left-right .right-image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 480px) {
  .choose-careers-block .container {
    padding: 0 1rem;
  }
}

.choose-careers-block h3,
.choose-careers-block .post .post-title,
.post .choose-careers-block .post-title {
  font-size: 60px;
}

@media (max-width: 1366px) {

  .choose-careers-block h3,
  .choose-careers-block .post .post-title,
  .post .choose-careers-block .post-title {
    font-size: 50px;
  }
}

@media (max-width: 480px) {

  .choose-careers-block h3,
  .choose-careers-block .post .post-title,
  .post .choose-careers-block .post-title {
    font-size: 32px;
  }
}

.choose-careers-block .choose-careers-info {
  max-width: 602px;
  padding-bottom: 48px;
  position: relative;
  margin: 0 auto 48px;
  text-align: center;
}

@media (max-width: 768px) {
  .choose-careers-block .choose-careers-info {
    padding-bottom: 35px;
    margin: 0 auto 35px;
  }
}

@media (max-width: 480px) {
  .choose-careers-block .choose-careers-info {
    padding-bottom: 25px;
    margin: 0 auto 25px;
  }
}

.choose-careers-block .choose-careers-info:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 219px;
  height: 0.5px;
  background: #FFFFFF;
}

.choose-careers-block h2,
.choose-careers-block h3,
.choose-careers-block .post .post-title,
.post .choose-careers-block .post-title,
.choose-careers-block h4,
.choose-careers-block h5,
.choose-careers-block .events-posts .no-result,
.events-posts .choose-careers-block .no-result,
.choose-careers-block h6 {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.choose-careers-block h2:before,
.choose-careers-block h3:before,
.choose-careers-block .post .post-title:before,
.post .choose-careers-block .post-title:before,
.choose-careers-block h4:before,
.choose-careers-block h5:before,
.choose-careers-block .events-posts .no-result:before,
.events-posts .choose-careers-block .no-result:before,
.choose-careers-block h6:before {
  display: none;
}

.choose-careers-block ul {
  column-count: 3;
}

@media (max-width: 1024px) {
  .choose-careers-block ul {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .choose-careers-block ul {
    column-count: 1;
  }
}

.carers-form {
  background: rgba(124, 137, 108, 0.2) !important;
}

.carers-form .container {
  width: 1060px;
}

.carers-form form {
  padding: 30px 20px 0;
}

@media (max-width: 768px) {
  .carers-form form {
    padding: 20px 0 0;
  }
}

.carers-form form label {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
}

.carers-form form input[type="text"],
.carers-form form input[type="email"],
.carers-form form input[type="url"],
.carers-form form input[type="tel"],
.carers-form form input[type="search"],
.carers-form form input[type="password"],
.carers-form form textarea {
  border-color: #324624;
}

.carers-form div.wpcf7 .btn-wrapper .btn,
.carers-form div.wpcf7 .btn-wrapper .post-navigation [rel="next"],
.post-navigation .carers-form div.wpcf7 .btn-wrapper [rel="next"],
.carers-form div.wpcf7 .btn-wrapper .post-navigation [rel="prev"],
.post-navigation .carers-form div.wpcf7 .btn-wrapper [rel="prev"] {
  font-size: 16px;
  height: 57px;
}

@media (max-width: 480px) {

  .carers-form div.wpcf7 .btn-wrapper .btn,
  .carers-form div.wpcf7 .btn-wrapper .post-navigation [rel="next"],
  .post-navigation .carers-form div.wpcf7 .btn-wrapper [rel="next"],
  .carers-form div.wpcf7 .btn-wrapper .post-navigation [rel="prev"],
  .post-navigation .carers-form div.wpcf7 .btn-wrapper [rel="prev"] {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .carers-form div.wpcf7 .btn-wrapper .arrow {
    transform: translate(0, 0%);
    top: 52%;
  }
}

.contact-page .form form {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .contact-page .form form {
    padding: 0;
  }
}

.contact-page .form form input[type="text"],
.contact-page .form form input[type="email"],
.contact-page .form form input[type="url"],
.contact-page .form form input[type="tel"],
.contact-page .form form input[type="search"],
.contact-page .form form input[type="password"],
.contact-page .form form textarea {
  border-color: #324624;
}

.contact-page .form form .grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: calc(100% + 2%);
}

.contact-page .form form .grid-3>* {
  width: calc((100% / 3) - 2%);
  margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
}

@media (max-width: 768px) {
  .contact-page .form form .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
  }

  .contact-page .form form .grid-3>* {
    width: calc((100% / 1) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

.contact-page .form form .grid-3>label {
  margin-bottom: 0;
}

.contact-page .form form .btn,
.contact-page .form form .post-navigation [rel="next"],
.post-navigation .contact-page .form form [rel="next"],
.contact-page .form form .post-navigation [rel="prev"],
.post-navigation .contact-page .form form [rel="prev"] {
  font-size: 16px;
  height: 57px;
}

@media (max-width: 480px) {

  .contact-page .form form .btn,
  .contact-page .form form .post-navigation [rel="next"],
  .post-navigation .contact-page .form form [rel="next"],
  .contact-page .form form .post-navigation [rel="prev"],
  .post-navigation .contact-page .form form [rel="prev"] {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .contact-page div.wpcf7 .btn-wrapper .arrow {
    transform: translate(0, 0%);
    top: 52%;
  }
}

@media (max-width: 1024px) {
  .bill-box form {
    padding-top: 19px !important;
  }
}

@media (max-width: 768px) {
  .tpl-financial-arrangements .footer-top-block {
    margin: 40px auto 50px;
  }
}

@media (max-width: 480px) {
  .tpl-financial-arrangements .footer-top-block {
    margin: 30px auto;
  }
}

.text h4 sup {
  position: relative;
  top: 20px;
  line-height: 0;
}

@media (max-width: 480px) {
  .text h4 sup {
    top: 12px;
  }
}

.btn.light-btn,
.post-navigation .light-btn[rel="next"],
.post-navigation .light-btn[rel="prev"] {
  font-weight: 700;
  font-size: 24px;
  color: #324624;
  border: 2px solid #324624;
  min-width: 302px;
  padding: 9px 20px;
  font-family: "Berthold Akzidenz Grotesk BE";
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {

  .btn.light-btn,
  .post-navigation .light-btn[rel="next"],
  .post-navigation .light-btn[rel="prev"] {
    min-width: auto;
    padding: 5px 15px;
    font-size: 18px;
  }
}

.btn.light-btn:before,
.post-navigation .light-btn[rel="next"]:before,
.post-navigation .light-btn[rel="prev"]:before {
  display: none;
}

.btn.light-btn:hover,
.post-navigation .light-btn[rel="next"]:hover,
.post-navigation .light-btn[rel="prev"]:hover {
  color: #fff;
  background: #324624;
}

.life-enrichment-page .top-section h3,
.life-enrichment-page .top-section .post .post-title,
.post .life-enrichment-page .top-section .post-title {
  font-family: "Mrs Eaves";
  font-size: 78px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.01em;
}

@media (max-width: 1366px) {

  .life-enrichment-page .top-section h3,
  .life-enrichment-page .top-section .post .post-title,
  .post .life-enrichment-page .top-section .post-title {
    font-size: 50px;
  }
}

@media (max-width: 480px) {

  .life-enrichment-page .top-section h3,
  .life-enrichment-page .top-section .post .post-title,
  .post .life-enrichment-page .top-section .post-title {
    font-size: 32px;
  }
}

.life-enrichment-block {
  padding-bottom: 0;
}

.life-enrichment-block .container {
  width: 1020px;
}

.life-enrichment-block .life-info {
  max-width: 815px;
  margin: 0 auto 100px;
}

@media (max-width: 1024px) {
  .life-enrichment-block .life-info {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .life-enrichment-block .life-info {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .life-enrichment-block .life-info {
    margin-bottom: 30px;
  }
}

.life-enrichment-block .life-info h4 {
  margin-bottom: 16px;
}

.life-enrichment-block .life-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4.5%;
  width: calc(100% + 9%);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.life-enrichment-block .life-items>* {
  width: calc((100% / 3) - 9%);
  margin: 0 4.5% calc(4.5% * (1 + (1 / $columnNumber)));
}

@media (max-width: 1024px) {
  .life-enrichment-block .life-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: calc(100% + 3%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .life-enrichment-block .life-items>* {
    width: calc((100% / 2) - 3%);
    margin: 0 1.5% calc(1.5% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {
  .life-enrichment-block .life-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .life-enrichment-block .life-items>* {
    width: calc((100% / 1) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

.life-enrichment-block .life-items .life-item {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .life-enrichment-block .life-items .life-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .life-enrichment-block .life-items .life-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .life-enrichment-block .life-items .life-item {
    margin-bottom: 30px;
  }
}

.life-enrichment-block .life-items .life-item:last-child {
  margin-bottom: 0;
}

.life-enrichment-block .life-items .life-item figure {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .life-enrichment-block .life-items .life-item figure {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .life-enrichment-block .life-items .life-item figure {
    margin-bottom: 15px;
  }
}

.life-enrichment-block .life-items .life-item figure img {
  height: 207px;
  width: 100%;
  object-fit: cover;
}

.life-enrichment-block .life-items .life-item .btn-block {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .life-enrichment-block .life-items .life-item .btn-block {
    margin-bottom: 10px;
  }
}

.life-enrichment-block .life-items .life-item .btn-block:last-child {
  margin-bottom: 0;
}

.life-enrichment-block .life-items .life-item .btn,
.life-enrichment-block .life-items .life-item .post-navigation [rel="next"],
.post-navigation .life-enrichment-block .life-items .life-item [rel="next"],
.life-enrichment-block .life-items .life-item .post-navigation [rel="prev"],
.post-navigation .life-enrichment-block .life-items .life-item [rel="prev"] {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.life-enrichment-block .life-items .life-item .btn:before,
.life-enrichment-block .life-items .life-item .post-navigation [rel="next"]:before,
.post-navigation .life-enrichment-block .life-items .life-item [rel="next"]:before,
.life-enrichment-block .life-items .life-item .post-navigation [rel="prev"]:before,
.post-navigation .life-enrichment-block .life-items .life-item [rel="prev"]:before {
  right: 30px;
}

.life-enrichment-block .life-items .life-item .btn:after,
.life-enrichment-block .life-items .life-item .post-navigation [rel="next"]:after,
.post-navigation .life-enrichment-block .life-items .life-item [rel="next"]:after,
.life-enrichment-block .life-items .life-item .post-navigation [rel="prev"]:after,
.post-navigation .life-enrichment-block .life-items .life-item [rel="prev"]:after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.life-enrichment-block .life-items .life-item .text {
  text-align: center;
}

.life-enrichment-block .life-items .life-item .text p {
  margin-bottom: 16px;
}

.life-enrichment-block .life-items .life-item .text h5,
.life-enrichment-block .life-items .life-item .text .events-posts .no-result,
.events-posts .life-enrichment-block .life-items .life-item .text .no-result {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Berthold Akzidenz Grotesk BE";
}

@media (max-width: 1024px) {

  .life-enrichment-block .life-items .life-item .text h5,
  .life-enrichment-block .life-items .life-item .text .events-posts .no-result,
  .events-posts .life-enrichment-block .life-items .life-item .text .no-result {
    font-size: 26px;
  }
}

@media (max-width: 768px) {

  .life-enrichment-block .life-items .life-item .text h5,
  .life-enrichment-block .life-items .life-item .text .events-posts .no-result,
  .events-posts .life-enrichment-block .life-items .life-item .text .no-result {
    font-size: 22px;
  }
}

@media (max-width: 480px) {

  .life-enrichment-block .life-items .life-item .text h5,
  .life-enrichment-block .life-items .life-item .text .events-posts .no-result,
  .events-posts .life-enrichment-block .life-items .life-item .text .no-result {
    font-size: 20px;
  }
}

.list-items-blocks .container {
  width: 840px;
}

@media (max-width: 720px) {
  .list-items-blocks .container {
    max-width: 86%;
    padding-top: 20px;
  }
}

.list-items-blocks .list-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: calc(100% + 4%);
  border-bottom: 0.5px solid #7C896C;
}

.list-items-blocks .list-items>* {
  width: calc((100% / 2) - 4%);
  margin: 0 2% calc(2% * (1 + (1 / $columnNumber)));
}

@media (max-width: 1024px) {
  .list-items-blocks .list-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
  }

  .list-items-blocks .list-items>* {
    width: calc((100% / 2) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 720px) {
  .list-items-blocks .list-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
  }

  .list-items-blocks .list-items>* {
    width: calc((100% / 1) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

.list-items-blocks .list-items .list-item {
  margin-bottom: 80px;
}

@media (max-width: 720px) {
  .list-items-blocks .list-items .list-item {
    margin-bottom: 25px;
  }
}

.list-items-blocks .list-items .list-item-box {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  .list-items-blocks .list-items .list-item-box {
    margin-bottom: 16px;
  }
}

.list-items-blocks .list-items .list-item-box .list-item-box-top {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.list-items-blocks .list-items .list-item-box:before {
  content: "";
  background-image: url(../img/list-marker.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  width: 20px;
  height: 26px;
  left: 0;
}

.list-items-blocks .list-items .list-item-box .title {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.list-items-blocks .list-items .list-item-box.sub-title-box .title {
  font-weight: 600;
}

.list-items-blocks .list-items .title,
.list-items-blocks .list-items .sub-title {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #505254;
}

.list-items-blocks .list-items .sub-title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.list-items-blocks .main-title {
  font-family: "Mrs Eaves";
  font-weight: 400;
  font-size: 48px;
  display: inline-block;
  margin-bottom: 35px;
  line-height: 0.93;
  color: #324624;
  font-variant: small-caps;
}

@media (max-width: 720px) {
  .list-items-blocks .main-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.list-items-blocks .icon {
  -webkit-flex-basis: 11px;
  -moz-flex-basis: 11px;
  -ms-flex-preferred-size: 11px;
  flex-basis: 11px;
  margin-left: 8px;
  margin-bottom: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: 24px 0;
}

@media (max-width: 1366px) {
  header {
    padding: 20px 0;
  }
}

@media (max-width: 1024px) {
  header {
    padding: 32px 0;
  }
}

header.sticky-header {
  border-bottom: 1px solid #86956f;
}

header+div,
header+section {
  margin-top: 103px;
}

@media (max-width: 1366px) {

  header+div,
  header+section {
    margin-top: 84px;
  }
}

@media (max-width: 1024px) {

  header+div,
  header+section {
    margin-top: 106px;
  }
}

header>.container {
  width: 1400px;
}

@media (max-width: 1024px) {
  header>.container {
    padding-right: 100px;
  }
}

@media (max-width: 480px) {
  header>.container {
    padding-right: 55px;
  }
}

header .custom-logo-link {
  -webkit-flex-basis: 203px;
  -moz-flex-basis: 203px;
  -ms-flex-preferred-size: 203px;
  flex-basis: 203px;
  margin-right: 20px;
  font-size: 0;
}

@media (max-width: 1366px) {
  header .custom-logo-link {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 10px;
  }
}

@media (max-width: 1024px) {
  header .custom-logo-link {
    -webkit-flex-basis: 210px;
    -moz-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
  }
}

@media (max-width: 768px) {
  header .custom-logo-link {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
}

@media (max-width: 480px) {
  header .custom-logo-link {
    -webkit-flex-basis: none;
    -moz-flex-basis: none;
    -ms-flex-preferred-size: none;
    flex-basis: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

header .custom-logo-link svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}

@media (max-width: 480px) {
  header .custom-logo-link svg {
    width: 100%;
    max-width: 190px;
  }
}

header .custom-logo-link:hover svg {
  color: #98B66A !important;
}

header .header-btn {
  background: #98B66A;
  color: #fff;
  border: 2px solid transparent;
  padding: 11px 23px;
  border-radius: 0;
  text-transform: uppercase;
  margin-left: 15px;
}

@media (max-width: 1366px) {
  header .header-btn {
    padding: 14px 15px;
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  header .header-btn {
    padding: 5px 15px;
  }
}

@media (max-width: 768px) {
  header .header-btn {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  header .header-btn {
    padding: 10px 15px;
  }
}

header .header-btn::after,
header .header-btn::before {
  display: none;
}

header .header-btn:hover {
  background: #fff;
  color: #86956f;
  border-color: #86956f;
}

header .text-h {
  color: #86956f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-left: 20px;
}

@media (max-width: 1366px) {
  header .text-h {
    font-size: 15px;
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  header .text-h.desktop-phone {
    display: none;
  }
}

header .text-h.mobile-phone {
  font-size: 32px;
  color: #324624;
  margin-left: 20px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

@media (max-width: 480px) {
  header .text-h.mobile-phone {
    font-size: 25px;
  }
}

header .text-h:hover {
  color: #2d4222;
}

header.no-top {
  border-bottom: 1px solid #86956f;
}

.tpl-pay-my-bill .footer-top-block {
  display: none;
}

.bill-box {
  background: #F2F3F0;
}

.bill-box h4 {
  font-size: 44px;
}

@media (max-width: 768px) {
  .bill-box h4 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .bill-box h4 {
    font-size: 24px;
  }
}

.bill-box form {
  padding-top: 25px;
}

@media (max-width: 1024px) {
  .bill-box form {
    padding-top: 0;
  }
}

.bill-box form input[type="number"],
.bill-box form input[type="text"],
.bill-box form input[type="email"],
.bill-box form input[type="tel"] {
  line-height: 58px;
  height: 58px;
}

.bill-box form input[type="number"] {
  width: 85%;
}

@media (max-width: 768px) {
  .bill-box form input[type="number"] {
    width: 100%;
  }
}

.bill-box form .errors {
  color: red;
}

.bill-box form .form-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bill-box form .input-wrapper {
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .bill-box form label[for="amount"] {
    font-size: 28px;
  }
}

.bill-box form button {
  margin-top: 20px;
  padding: 15px 65px 15px 60px;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 244px;
  display: inline-block;
  line-height: 1.6;
  background: transparent;
  font-family: "Berthold Akzidenz Grotesk BE";
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-weight: 700;
  color: #324624;
  border: 2px solid #324624;
}

@media (max-width: 480px) {
  .bill-box form button {
    font-size: 14px;
    margin-top: 0;
  }
}

.bill-box form button .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 35px;
  pointer-events: none;
}

.bill-box form button .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #324624;
  border-right: 3px solid #324624;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bill-box form button .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 3px;
  background: #324624;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bill-box form button:hover {
  background: #98B66A;
  border-color: #fff;
  color: #fff;
}

.bill-box form button:hover .arrow::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.bill-box form button:hover .arrow::before {
  background: #fff;
}

.bill-box form>label:last-of-type {
  font-size: 28px;
  padding-right: 125px;
}

@media (max-width: 768px) {
  .bill-box form>label:last-of-type {
    padding-right: 0;
  }
}

.bill-box div.wpcf7 .btn-wrapper .btn,
.bill-box div.wpcf7 .btn-wrapper .post-navigation [rel="next"],
.post-navigation .bill-box div.wpcf7 .btn-wrapper [rel="next"],
.bill-box div.wpcf7 .btn-wrapper .post-navigation [rel="prev"],
.post-navigation .bill-box div.wpcf7 .btn-wrapper [rel="prev"] {
  padding: 15px 65px 15px 60px;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 244px;
}

.bill-box div.wpcf7 .btn-wrapper .btn:hover,
.bill-box div.wpcf7 .btn-wrapper .post-navigation [rel="next"]:hover,
.post-navigation .bill-box div.wpcf7 .btn-wrapper [rel="next"]:hover,
.bill-box div.wpcf7 .btn-wrapper .post-navigation [rel="prev"]:hover,
.post-navigation .bill-box div.wpcf7 .btn-wrapper [rel="prev"]:hover {
  border-color: #fff;
}

.bill-box>.container {
  width: 850px;
}

@media (min-width: 1367px) {
  .bill-box>.container {
    padding: 100px 0;
  }
}

.top-section {
  background: linear-gradient(60.41deg, rgba(181, 197, 162, 0.5) 3.84%, rgba(50, 70, 36, 0) 48.68%), #86956f;
  min-height: 560px;
  padding: 35px 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .top-section {
    min-height: auto;
    padding: 0 0 0 0;
  }

  .top-section br {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-section {
    padding: 0;
  }
}

.top-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: linear-gradient(60.41deg, rgba(181, 197, 162, 0.5) 3.84%, rgba(50, 70, 36, 0) 48.68%), #86956f;
}

@media (max-width: 768px) {
  .top-section::before {
    display: none;
  }
}

.top-section .text {
  padding: 40px 0;
  color: #fff;
  width: 44%;
}

@media (max-width: 768px) {
  .top-section .text {
    width: 100%;
    padding: 32px 0;
  }
}

@media (max-width: 480px) {
  .top-section .text {
    padding: 25px 1rem;
  }
}

.top-section .text h1,
.top-section .text h2,
.top-section .text h3,
.top-section .text .post .post-title,
.post .top-section .text .post-title,
.top-section .text h4,
.top-section .text h5,
.top-section .text .events-posts .no-result,
.events-posts .top-section .text .no-result,
.top-section .text h6,
.top-section .text p {
  color: inherit;
}

.top-section .text h1 a,
.top-section .text h2 a,
.top-section .text h3 a,
.top-section .text .post .post-title a,
.post .top-section .text .post-title a,
.top-section .text h4 a,
.top-section .text h5 a,
.top-section .text .events-posts .no-result a,
.events-posts .top-section .text .no-result a,
.top-section .text h6 a,
.top-section .text p a {
  color: inherit;
}

.top-section .text h1 a::before,
.top-section .text h2 a::before,
.top-section .text h3 a::before,
.top-section .text .post .post-title a::before,
.post .top-section .text .post-title a::before,
.top-section .text h4 a::before,
.top-section .text h5 a::before,
.top-section .text .events-posts .no-result a::before,
.events-posts .top-section .text .no-result a::before,
.top-section .text h6 a::before,
.top-section .text p a::before {
  display: none;
}

.top-section .text h1 a:hover,
.top-section .text h2 a:hover,
.top-section .text h3 a:hover,
.top-section .text .post .post-title a:hover,
.post .top-section .text .post-title a:hover,
.top-section .text h4 a:hover,
.top-section .text h5 a:hover,
.top-section .text .events-posts .no-result a:hover,
.events-posts .top-section .text .no-result a:hover,
.top-section .text h6 a:hover,
.top-section .text p a:hover {
  opacity: 0.7;
  color: inherit;
}

.top-section .text h1 {
  line-height: 0.9;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  font-size: 78px;
}

@media (max-width: 1024px) {
  .top-section .text h1 {
    font-size: 64px;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .top-section .text h1 {
    font-size: 45px;
  }
}

.top-section .text h5,
.top-section .text .events-posts .no-result,
.events-posts .top-section .text .no-result {
  font-size: 20px;
  font-weight: 500;
  font-family: "Berthold Akzidenz Grotesk BE";
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.top-section .text h5::before,
.top-section .text .events-posts .no-result::before,
.events-posts .top-section .text .no-result::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 170px;
  height: 0.5px;
  background: #fff;
}

.top-section .text p {
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .top-section .text p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .top-section .container {
    order: 2;
    width: 600px;
  }
}

.top-section .image {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .top-section .image {
    width: 100%;
    order: 1;
    position: static;
  }
}

.top-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .top-section .image img {
    height: 280px;
    object-position: 50% 13%;
  }
}

.top-section .images-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  padding: 20px;
}

@media (max-width: 1024px) {
  .top-section .images-wrapper {
    padding: 10px;
  }
}

.top-section .images-wrapper .sub-image {
  display: inline-block;
  margin: 5px;
}

.top-section .images-wrapper .sub-image img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
}

@media (min-width: 1366px) {
  .tpl-careers-at-wingate .top-section {
    min-height: 520px;
  }
}

.tpl-careers-at-wingate .top-section .text .btn,
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="next"],
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="next"],
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="prev"],
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="prev"] {
  color: #fff;
}

.tpl-careers-at-wingate .top-section .text .btn::before,
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="next"]::before,
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="next"]::before,
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="prev"]::before,
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="prev"]::before {
  background: #fff;
}

.tpl-careers-at-wingate .top-section .text .btn:hover,
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="next"]:hover,
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="next"]:hover,
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="prev"]:hover,
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="prev"]:hover {
  color: #fff;
}

.tpl-careers-at-wingate .top-section .text .btn:hover::before,
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="next"]:hover::before,
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="next"]:hover::before,
.tpl-careers-at-wingate .top-section .text .post-navigation [rel="prev"]:hover::before,
.post-navigation .tpl-careers-at-wingate .top-section .text [rel="prev"]:hover::before {
  background: #fff;
}

@media (min-width: 1367px) {
  .single-locations .top-section {
    min-height: 724px;
  }
}

.location-top-text {
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 1366px) {
  .location-top-text {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
  .location-top-text {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .location-top-text {
    margin-top: 25px;
  }
}

.location-top-text h3,
.location-top-text .post .post-title,
.post .location-top-text .post-title {
  letter-spacing: -1.3px;
}

.location-top-text>.container {
  width: 790px;
}

@media (max-width: 480px) {
  .location-top-text>.container {
    padding: 0 1rem;
  }
}

.location-gallery {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .location-gallery {
    margin-top: 20px;
  }
}

.location-gallery>.container {
  width: 900px;
}

.location-gallery figure {
  margin: 0;
}

.location-gallery .swiper-wrap {
  position: relative;
  z-index: 0;
  padding: 0 90px;
}

@media (max-width: 768px) {
  .location-gallery .swiper-wrap {
    padding: 0 40px;
  }
}

.location-gallery .swiper-slide {
  height: auto;
}

.location-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 420px;
}

@media (max-width: 768px) {
  .location-gallery .swiper-slide img {
    max-height: 344px;
  }
}

.location-gallery .swiper-button-next,
.location-gallery .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 0;
  margin-top: 0;
  background: #e5e7e2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 480px) {

  .location-gallery .swiper-button-next,
  .location-gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.location-gallery .swiper-button-next::after,
.location-gallery .swiper-button-prev::after {
  display: none;
}

.location-gallery .swiper-button-next .arrow,
.location-gallery .swiper-button-prev .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  color: #000;
}

.location-gallery .swiper-button-next .arrow::before,
.location-gallery .swiper-button-prev .arrow::before {
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.location-gallery .swiper-button-next .arrow::after,
.location-gallery .swiper-button-prev .arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
}

.location-gallery .swiper-button-next:hover,
.location-gallery .swiper-button-prev:hover {
  background: #98B66A;
}

.location-gallery .swiper-button-next:hover .arrow,
.location-gallery .swiper-button-prev:hover .arrow {
  color: #fff;
}

.location-gallery .swiper-button-next.swiper-button-disabled,
.location-gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: initial;
  background: #e5e7e2;
}

.location-gallery .swiper-button-next.swiper-button-disabled .arrow,
.location-gallery .swiper-button-prev.swiper-button-disabled .arrow {
  color: rgba(137, 137, 137, 0.8);
}

.location-gallery .swiper-button-next {
  right: 60px;
}

@media (max-width: 768px) {
  .location-gallery .swiper-button-next {
    right: 12px;
  }
}

.location-gallery .swiper-button-prev {
  left: 60px;
}

@media (max-width: 768px) {
  .location-gallery .swiper-button-prev {
    left: 12px;
  }
}

.location-gallery .swiper-button-prev .arrow {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -moz-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  -o-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}

.location-gallery .swiper-pagination {
  position: static;
  font-size: 0;
  text-align: left;
  padding: 0 84px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .location-gallery .swiper-pagination {
    padding: 0 35px;
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .location-gallery .swiper-pagination {
    padding: 0 31px;
  }
}

.location-gallery .swiper-pagination .swiper-pagination-bullet {
  width: calc(100% / 5 - 12px);
  height: 100px;
  margin: 6px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .location-gallery .swiper-pagination .swiper-pagination-bullet {
    width: calc(100% / 4 - 10px);
    height: 80px;
    margin: 5px;
  }
}

@media (max-width: 480px) {
  .location-gallery .swiper-pagination .swiper-pagination-bullet {
    width: calc(100% / 3 - 10px);
  }
}

.location-gallery .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #2E4222;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.location-gallery .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-gallery .swiper-pagination .swiper-pagination-bullet:hover::before,
.location-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.team-text {
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .team-text {
    padding: 0 1rem;
  }
}

.team-text h3,
.team-text .post .post-title,
.post .team-text .post-title {
  line-height: 1;
}

@media (min-width: 1366px) {
  .team-text p {
    font-size: 20px;
  }
}

.team .container .items .team-post .image a:hover {
  opacity: 0.8;
}

.wintage-living-section .wl-wrapper {
  align-items: flex-start;
}

.wintage-living-section .wl-wrapper .text p strong {
  color: #505254;
}

.single-leadership-team .footer-top-block {
  display: none;
}

.single-post-content {
  padding: 50px 0;
}

@media (max-width: 1024px) {
  .single-post-content {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .single-post-content {
    padding: 25px 0;
  }
}

.single-post-content p a {
  color: #324624;
  text-decoration: underline;
}

.single-post-content p a:hover {
  color: #98B66A;
  text-decoration: none;
}

.single-post time {
  display: block;
  text-align: center;
}

.single-post time a {
  color: inherit;
}

.single-post time a:hover {
  color: #98B66A;
}

@media (min-width: 768px) {

  .postid-551 .location-top-text h3,
  .postid-551 .location-top-text .post .post-title,
  .post .postid-551 .location-top-text .post-title {
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer-boxes>.container {
  width: 760px;
}

@media (max-width: 720px) {
  .footer-boxes>.container {
    width: 300px;
  }
}

.footer-boxes .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: calc(100% + 6%);
}

.footer-boxes .items>* {
  width: calc((100% / 2) - 6%);
  margin: 0 3% calc(3% * (1 + (1 / $columnNumber)));
}

@media (max-width: 720px) {
  .footer-boxes .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: calc(100% + 1%);
  }

  .footer-boxes .items>* {
    width: calc((100% / 1) - 1%);
    margin: 0 0.5% calc(0.5% * (1 + (1 / $columnNumber)));
  }
}

.footer-boxes .item {
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .footer-boxes .item {
    margin-bottom: 20px;
  }
}

.locations-search {
  background: #86956f;
  position: relative;
  z-index: 1;
  min-height: 470px;
}

@media (max-width: 1024px) {
  .locations-search {
    min-height: auto;
    display: block;
    overflow: hidden;
  }
}

.locations-search .location-form {
  width: 43%;
  padding: 40px 0;
}

@media (max-width: 1260px) {
  .locations-search .location-form {
    width: 47%;
  }
}

@media (max-width: 1024px) {
  .locations-search .location-form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .locations-search .location-form {
    padding: 40px 10%;
  }
}

@media (max-width: 600px) {
  .locations-search .location-form {
    padding: 40px 10px;
  }
}

@media (max-width: 480px) {
  .locations-search .location-form {
    padding: 25px 0;
  }
}

.locations-search .location-form label {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-variant: small-caps;
  font-size: 28px;
}

@media (max-width: 768px) {
  .locations-search .location-form .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: calc(100% + 2%);
  }

  .locations-search .location-form .grid-2>* {
    width: calc((100% / 2) - 2%);
    margin: 0 1% calc(1% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 500px) {
  .locations-search .location-form .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: calc(100% + 1%);
  }

  .locations-search .location-form .grid-2>* {
    width: calc((100% / 1) - 1%);
    margin: 0 0.5% calc(0.5% * (1 + (1 / $columnNumber)));
  }
}

.locations-search .location-form .selectric-care-input,
.locations-search .location-form .selectric-distance-input {
  position: relative;
  z-index: 1;
}

.locations-search .location-form .selectric-care-input::before,
.locations-search .location-form .selectric-distance-input::before {
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  z-index: 1;
  pointer-events: none;
}

.locations-search .location-form .selectric-care-input .selectric,
.locations-search .location-form .selectric-distance-input .selectric {
  border-color: transparent;
}

.locations-search .location-form .selectric-care-input .selectric .label,
.locations-search .location-form .selectric-distance-input .selectric .label {
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  color: #324624;
  font-family: "Mrs Eaves";
  margin: 0 50px 0 65px;
}

@media (max-width: 1260px) {

  .locations-search .location-form .selectric-care-input .selectric .label,
  .locations-search .location-form .selectric-distance-input .selectric .label {
    font-size: 20px;
    margin: 0 40px 0 55px;
  }
}

.locations-search .location-form .selectric-care-input .selectric .button,
.locations-search .location-form .selectric-distance-input .selectric .button {
  height: 65px;
  line-height: 65px;
  width: 40px;
}

.locations-search .location-form .selectric-care-input .selectric .button::before,
.locations-search .location-form .selectric-distance-input .selectric .button::before {
  display: none;
}

.locations-search .location-form .selectric-care-input .selectric .button::after,
.locations-search .location-form .selectric-distance-input .selectric .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 40%;
  width: 20px;
  height: 20px;
  left: 10%;
  border: none;
  bottom: auto;
  right: auto;
  border-bottom: 4px solid #86956f;
  border-right: 4px solid #86956f;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}

@media (max-width: 1260px) {

  .locations-search .location-form .selectric-care-input .selectric .button::after,
  .locations-search .location-form .selectric-distance-input .selectric .button::after {
    width: 15px;
    height: 15px;
    left: 25%;
  }
}

.locations-search .location-form .selectric-care-input::before {
  content: url("../img/new-care-icon.png");
}

.locations-search .location-form .selectric-distance-input::before {
  content: url("../img/distance-icon.png");
}

.locations-search .location-form .selectric-items {
  background: #fff;
  border-color: #7c896c;
}

.locations-search .location-form .selectric-items ul {
  padding: 0 8px 8px;
}

.locations-search .location-form .selectric-items ul li {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #324624;
  padding: 10px 0;
}

.locations-search .location-form .selectric-items ul li.selected,
.locations-search .location-form .selectric-items ul li.highlighted {
  background: transparent;
  color: #324624;
  font-weight: 700;
}

.locations-search .location-form .selectric-items ul li:hover {
  background: transparent;
  color: #98B66A;
}

.locations-search .location-form .btn,
.locations-search .location-form .post-navigation [rel="next"],
.post-navigation .locations-search .location-form [rel="next"],
.locations-search .location-form .post-navigation [rel="prev"],
.post-navigation .locations-search .location-form [rel="prev"] {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 55px;
  width: 100%;
  text-align: center;
  margin-top: 22px;
}

@media (max-width: 768px) {

  .locations-search .location-form .btn,
  .locations-search .location-form .post-navigation [rel="next"],
  .post-navigation .locations-search .location-form [rel="next"],
  .locations-search .location-form .post-navigation [rel="prev"],
  .post-navigation .locations-search .location-form [rel="prev"] {
    margin-top: 0;
    padding: 14px 30px;
  }
}

@media (max-width: 480px) {

  .locations-search .location-form .btn,
  .locations-search .location-form .post-navigation [rel="next"],
  .post-navigation .locations-search .location-form [rel="next"],
  .locations-search .location-form .post-navigation [rel="prev"],
  .post-navigation .locations-search .location-form [rel="prev"] {
    padding: 14px 15px;
  }
}

.locations-search .location-form .btn::before,
.locations-search .location-form .post-navigation [rel="next"]::before,
.post-navigation .locations-search .location-form [rel="next"]::before,
.locations-search .location-form .post-navigation [rel="prev"]::before,
.post-navigation .locations-search .location-form [rel="prev"]::before {
  display: none;
}

.locations-search .location-form .btn::after,
.locations-search .location-form .post-navigation [rel="next"]::after,
.post-navigation .locations-search .location-form [rel="next"]::after,
.locations-search .location-form .post-navigation [rel="prev"]::after,
.post-navigation .locations-search .location-form [rel="prev"]::after {
  content: url("../img/arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.locations-search .location-form .btn:hover,
.locations-search .location-form .post-navigation [rel="next"]:hover,
.post-navigation .locations-search .location-form [rel="next"]:hover,
.locations-search .location-form .post-navigation [rel="prev"]:hover,
.post-navigation .locations-search .location-form [rel="prev"]:hover {
  background: #98B66A;
}

.locations-search .map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}

@media (max-width: 1024px) {
  .locations-search .map {
    position: relative;
    height: 60vw;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .locations-search .map {
    height: 350px;
  }
}

.locations-search .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .locations-search .image {
    position: static;
    width: 100%;
  }
}

.locations-search .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* NEW LOCATION SEARCH >>>>>>>>>>> */

.location-search-new .location-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}

.location-search-new .location-form-input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 15px;
}

.location-search-new h4 {
  font-size: 51px;
}

.location-search-new .location-form input {
  padding: 15px;

  border: 2px solid #324624;
  font-family: "Mrs Eaves" !important;
  font-variant-caps: small-caps;
  font-size: 15px;
  color: #324624;
  vertical-align: text-bottom;
}

.location-search-new .location-form .selectric-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: text-bottom;
}

.location-search-new .location-form .selectric {
  border: 2px solid #324624;
}

.location-search-new .location-form .selectric .label {
  font-family: "Mrs Eaves" !important;
  font-variant-caps: small-caps;
  font-size: 15px;
  color: #324624;
}

.location-search-new .location-form input::placeholder {
  font-variant-caps: small-caps;
  font-family: "Mrs Eaves" !important;
  font-size: 15px;
  color: #324624;
}


@media (max-width: 1450px) {
  .location-search-new .location-form-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .location-search-new .location-form-input-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* <<<<<<<<<< NEW LOCATION SEARCH */



@media (min-width: 1367px) {
  .post-type-archive-locations .top-section {
    min-height: 665px;
  }
}

@media (min-width: 768px) {
  .post-type-archive-locations .footer-top-block {
    margin-top: 60px;
  }
}

.location-search-result .wrapper {
  padding: 40px 0 75px;
  border-bottom: 1px solid #7C896C;
}

@media (max-width: 1024px) {
  .location-search-result .wrapper {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .location-search-result .wrapper {
    padding: 25px 0;
  }
}

.location-search-result .main-title {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .location-search-result .main-title {
    margin-bottom: 12px;
  }
}

.location-search-result .location-result {
  /*max-width: 850px;
  margin: 0 auto;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

@media (max-width: 1430px) {
  .location-search-result .location-result {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .location-search-result .location-result {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.location-search-result .item h5.title {
  font-weight: 400;
  min-height: 2lh;
  font-size: 25px;
  font-variant-caps: small-caps;
}

@media (max-width: 1024px) {
  .location-search-result .item h5.title {
    min-height: 1lh;
  }
}

.location-search-result .item .thumb {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
}

@media (max-width: 768px) {
  .location-search-result .item .thumb {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 225px;
  }
}

.location-search-result .item .thumb img {
  width: 100%;
  /*height: 100%;
  object-fit: cover;
  min-height: 235px;*/
}

.location-search-result .item .thumb:hover {
  opacity: 0.7;
}

.location-search-result .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #324624;
  padding: 20px;
}

@media (max-width: 480px) {
  .location-search-result .item .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.location-search-result .item .info a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: #324624;
  word-break: break-word;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.location-search-result .item .info a[href^="tel:"] {
  /*padding-top: 15px;*/
}

.location-search-result .item .info a[href^="mailto:"] {
  font-size: 15px;
}

.location-search-result .item .info a:hover {
  color: #628947;
}

.location-search-result .item .info h5,
.location-search-result .item .info .events-posts .no-result,
.events-posts .location-search-result .item .info .no-result {
  margin-bottom: 12px;
  font-size: 24px;
  font-variant: small-caps;
  font-weight: 700;
}

.location-search-result .item .info p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .location-search-result .item .info p {
    font-size: 14px;
  }
}

.location-search-result .item .info p>br {
  display: none;
}

.location-search-result .item .services-list-wrapper {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.location-search-result .item .services-list-wrapper ul.services-list {
  min-height: 91px;
}

@media (max-width: 1024px) {
  .location-search-result .item .services-list-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .location-search-result .item ul.services-list {
    min-height: 0 !important;
    margin-top: 0;
  }

  .location-search-result .item ul.services-list:last-of-type {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .location-search-result .item .services-list {
    padding: 0 20px 20px;
  }
}

.location-search-result .item .services-list li {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
  z-index: 0;
  color: #324624;
}

@media (max-width: 480px) {
  .location-search-result .item .services-list li {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.location-search-result .item .services-list li:last-child {
  margin-bottom: 0;
}

.location-search-result .item .services-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../img/icon-heart.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.location-search-result .item .item-wrapper {
  background: rgba(124, 137, 108, 0.1);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.location-search-result .item .btn,
.location-search-result .item .post-navigation [rel="next"],
.post-navigation .location-search-result .item [rel="next"],
.location-search-result .item .post-navigation [rel="prev"],
.post-navigation .location-search-result .item [rel="prev"] {
  margin-top: 10px;
  margin-left: 60px;
}

@media (max-width: 768px) {

  .location-search-result .item .btn,
  .location-search-result .item .post-navigation [rel="next"],
  .post-navigation .location-search-result .item [rel="next"],
  .location-search-result .item .post-navigation [rel="prev"],
  .post-navigation .location-search-result .item [rel="prev"] {
    display: none;
  }
}

.location-search-result .item .btn::before,
.location-search-result .item .post-navigation [rel="next"]::before,
.post-navigation .location-search-result .item [rel="next"]::before,
.location-search-result .item .post-navigation [rel="prev"]::before,
.post-navigation .location-search-result .item [rel="prev"]::before {
  right: 30px;
}

.location-search-result .item .btn::after,
.location-search-result .item .post-navigation [rel="next"]::after,
.post-navigation .location-search-result .item [rel="next"]::after,
.location-search-result .item .post-navigation [rel="prev"]::after,
.post-navigation .location-search-result .item [rel="prev"]::after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.location-search-result .item .service-list-wrapper {
  -webkit-flex-basis: 26%;
  -moz-flex-basis: 26%;
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
}

@media (max-width: 768px) {
  .location-search-result .item .service-list-wrapper {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

.location-search-result .item.item-139 .info p {
  margin-bottom: 12px;
}

.location-search-result .item.item-139 .info p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .location-search-result .item.item-139 .service-list-wrapper {
    -webkit-flex-basis: 43%;
    -moz-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
  }
}

.location-search-result .item.item-139 .sub-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location-search-result .item.item-139 .sub-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #324624;
}

@media (max-width: 480px) {
  .location-search-result .item.item-139 .sub-item {
    display: block;
  }
}

.location-search-result .item.item-139 .sub-item:last-child {
  border-bottom: none;
}

.location-search-result .no-result {
  display: block;
  text-align: center;
}

@media (min-width: 1024px) {
  .location-search-result .no-result {
    font-size: 20px;
  }
}

.gm-style-iw-d p {
  margin-bottom: 0;
}

.gm-style-iw-d .page-link {
  padding-top: 5px;
}

.gm-style-iw-d .page-link a {
  color: #A2CAEF;
}

.gm-style-iw-d .page-link a:hover {
  color: #628947;
}

.gm-style-iw-d a {
  color: #324624;
}

.gm-style-iw-d a[href^="mailto:"] {
  color: #A2CAEF;
}

.gm-style-iw-d a:hover {
  color: #628947;
}

.carers-benefits>.container {
  width: 800px;
}

.carers-benefits ul li {
  font-family: "Mrs Eaves";
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .carers-benefits ul li {
    font-size: 26px;
  }
}

.carers-benefits ul li::before {
  display: none;
}

.carers-benefits ul li::after {
  content: "";
  width: 21px;
  height: 27px;
  background-image: url("../img/list-marker.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 5px;
}

.carers-form {
  background: #F2F3F0;
}

.careers-video>.container {
  width: 800px;
}

.careers-video .video {
  display: block;
}

.careers-video .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-video .video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.careers-video .video-wrapper {
  position: relative;
  z-index: 0;
}

.careers-video .video-wrapper .wp-video {
  width: 100%;
}

.careers-video .video-wrapper.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.careers-video .video-wrapper.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.careers-video .video-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.careers-video .video-wrapper.no-play svg {
  opacity: 0;
}

.careers-video video {
  max-width: 800px;
  margin: 0 auto;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .careers-video video {
    width: 100%;
    height: 50vw;
  }
}

.careers-video .play {
  position: relative;
  z-index: 0;
}

.careers-video .play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
}

@media (min-width: 1025px) {
  .tpl-thank-you .text p {
    font-size: 20px;
  }
}

.tpl-thank-you .btn,
.tpl-thank-you .post-navigation [rel="next"],
.post-navigation .tpl-thank-you [rel="next"],
.tpl-thank-you .post-navigation [rel="prev"],
.post-navigation .tpl-thank-you [rel="prev"] {
  padding: 10px 20px;
  border: 2px solid #324624;
}

.tpl-thank-you .btn::before,
.tpl-thank-you .post-navigation [rel="next"]::before,
.post-navigation .tpl-thank-you [rel="next"]::before,
.tpl-thank-you .post-navigation [rel="prev"]::before,
.post-navigation .tpl-thank-you [rel="prev"]::before {
  display: none;
}

.tpl-thank-you .btn:hover,
.tpl-thank-you .post-navigation [rel="next"]:hover,
.post-navigation .tpl-thank-you [rel="next"]:hover,
.tpl-thank-you .post-navigation [rel="prev"]:hover,
.post-navigation .tpl-thank-you [rel="prev"]:hover {
  background: #98B66A;
  border-color: #fff;
  color: #fff;
}

.tpl-thank-you .footer-top-block {
  display: none;
}

.footer-top-block .phone,
.footer-top-block .address,
.footer-top-block p {
  text-align: center;
}

.footer-top-block .phone strong,
.footer-top-block .address strong,
.footer-top-block p strong {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #324624;
}

.footer-top-block .phone a,
.footer-top-block .address a,
.footer-top-block p a {
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #324624;
}

.footer-top-block .phone a:hover,
.footer-top-block .address a:hover,
.footer-top-block p a:hover {
  color: #98B66A;
}

.footer-top-block .phone-wrapper {
  margin-bottom: 40px;
}

.footer-top-block .silver-lake-address h5,
.footer-top-block .silver-lake-address .events-posts .no-result,
.events-posts .footer-top-block .silver-lake-address .no-result {
  text-align: center;
  font-family: "Berthold Akzidenz Grotesk BE";
  font-size: 18px;
  font-weight: 700;
}

.posts-section .posts-wrapper .post .info time a {
  color: inherit;
}

.posts-section .posts-wrapper .post .info time a:hover {
  color: #98B66A;
}

.contact-page .green-box {
  padding: 55px 0;
}

@media (max-width: 768px) {
  .contact-page .green-box>.flex {
    display: block;
    text-align: center;
  }
}

.contact-page .green-box>.container {
  width: 650px;
}

.contact-page .left-text {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .contact-page .left-text {
    margin-bottom: 30px;
  }
}

.contact-page .left-text h4 {
  font-size: 54px;
  line-height: 0.875;
}

.contact-page .left-text h4::before {
  display: none;
}

.contact-page .right-text p {
  font-size: 34px;
  text-align: left;
  line-height: 1.4;
}

.contact-page .right-text p strong {
  font-weight: 500;
  color: inherit;
}

.contact-page .form {
  padding: 65px 0;
}

@media (max-width: 1024px) {
  .contact-page .form {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .contact-page .form {
    padding: 40px 13%;
  }
}

@media (max-width: 480px) {
  .contact-page .form {
    padding: 25px 0;
  }
}

.contact-page .form label {
  font-size: 14px;
  font-weight: 400;
  font-family: "Berthold Akzidenz Grotesk BE";
}

.contact-page .form .label-text {
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
}

.contact-page .form .grid-2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.contact-page .form .btn-wrapper {
  margin-bottom: 1.5em;
}

.contact-page .form .btn-wrapper .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 35px;
}

.contact-page .form .btn-wrapper .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #324624;
  border-right: 3px solid #324624;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.contact-page .form .btn-wrapper .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 3px;
  background: #324624;
}

.contact-page .form .btn,
.contact-page .form .post-navigation [rel="next"],
.post-navigation .contact-page .form [rel="next"],
.contact-page .form .post-navigation [rel="prev"],
.post-navigation .contact-page .form [rel="prev"] {
  font-size: 25px;
  font-weight: 700;
  color: #324624;
  border: 2px solid #324624;
  padding: 5px 60px 5px 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-page .form .btn:hover,
.contact-page .form .post-navigation [rel="next"]:hover,
.post-navigation .contact-page .form [rel="next"]:hover,
.contact-page .form .post-navigation [rel="prev"]:hover,
.post-navigation .contact-page .form [rel="prev"]:hover {
  border-color: #fff;
}

.grey-slider-block .btn,
.grey-slider-block .post-navigation [rel="next"],
.post-navigation .grey-slider-block [rel="next"],
.grey-slider-block .post-navigation [rel="prev"],
.post-navigation .grey-slider-block [rel="prev"] {
  font-size: 16px;
  background: transparent;
  color: #324624;
  border: 2px solid #324624;
  padding: 14px 45px;
}

@media (max-width: 1366px) {

  .grey-slider-block .btn,
  .grey-slider-block .post-navigation [rel="next"],
  .post-navigation .grey-slider-block [rel="next"],
  .grey-slider-block .post-navigation [rel="prev"],
  .post-navigation .grey-slider-block [rel="prev"] {
    padding: 14px 40px;
  }
}

@media (max-width: 600px) {

  .grey-slider-block .btn,
  .grey-slider-block .post-navigation [rel="next"],
  .post-navigation .grey-slider-block [rel="next"],
  .grey-slider-block .post-navigation [rel="prev"],
  .post-navigation .grey-slider-block [rel="prev"] {
    width: 100%;
    font-size: 15px;
    padding: 14px 15px;
  }
}

.grey-slider-block .btn::before,
.grey-slider-block .post-navigation [rel="next"]::before,
.post-navigation .grey-slider-block [rel="next"]::before,
.grey-slider-block .post-navigation [rel="prev"]::before,
.post-navigation .grey-slider-block [rel="prev"]::before {
  display: none;
}

.grey-slider-block .btn::after,
.grey-slider-block .post-navigation [rel="next"]::after,
.post-navigation .grey-slider-block [rel="next"]::after,
.grey-slider-block .post-navigation [rel="prev"]::after,
.post-navigation .grey-slider-block [rel="prev"]::after {
  content: url("../img/green-arrow.png");
  margin-left: 12px;
  position: relative;
  bottom: -3px;
}

.grey-slider-block .btn:hover,
.grey-slider-block .post-navigation [rel="next"]:hover,
.post-navigation .grey-slider-block [rel="next"]:hover,
.grey-slider-block .post-navigation [rel="prev"]:hover,
.post-navigation .grey-slider-block [rel="prev"]:hover {
  background: #98B66A;
  color: #fff;
  border-color: #98B66A;
}

.grey-slider-block .btn:hover::after,
.grey-slider-block .post-navigation [rel="next"]:hover::after,
.post-navigation .grey-slider-block [rel="next"]:hover::after,
.grey-slider-block .post-navigation [rel="prev"]:hover::after,
.post-navigation .grey-slider-block [rel="prev"]:hover::after {
  content: url("../img/arrow.png");
}

.error404 .btn,
.error404 .post-navigation [rel="next"],
.post-navigation .error404 [rel="next"],
.error404 .post-navigation [rel="prev"],
.post-navigation .error404 [rel="prev"] {
  padding: 10px 20px;
  border: 2px solid #324624;
}

.error404 .btn::before,
.error404 .post-navigation [rel="next"]::before,
.post-navigation .error404 [rel="next"]::before,
.error404 .post-navigation [rel="prev"]::before,
.post-navigation .error404 [rel="prev"]::before {
  display: none;
}

.error404 .btn:hover,
.error404 .post-navigation [rel="next"]:hover,
.post-navigation .error404 [rel="next"]:hover,
.error404 .post-navigation [rel="prev"]:hover,
.post-navigation .error404 [rel="prev"]:hover {
  background: #98B66A;
  border-color: #98B66A;
  color: #fff;
}

footer h6 {
  font-variant: small-caps;
}

.post-type-archive-leadership-team .top-section .text {
  width: 42%;
}

@media (max-width: 768px) {
  .post-type-archive-leadership-team .top-section .text {
    width: 100%;
  }
}

.team .container .items .team-post .info .position,
.team .container .items .team-post .info .post-title {
  font-family: "Berthold Akzidenz Grotesk BE";
}

@media (min-width: 1366px) {
  .locations-text {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .locations-text p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .locations-text .text {
    padding: 0 12%;
  }
}

@media (max-width: 480px) {
  .locations-text .text {
    padding: 0 2%;
  }
}

.tpl-covid-19 .covid-top-block h3,
.tpl-covid-19 .covid-top-block .post .post-title,
.post .tpl-covid-19 .covid-top-block .post-title {
  font-size: 80px;
}

@media (max-width: 768px) {

  .tpl-covid-19 .covid-top-block h3,
  .tpl-covid-19 .covid-top-block .post .post-title,
  .post .tpl-covid-19 .covid-top-block .post-title {
    font-size: 68px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.locations-template-tpl-silver-lake {
  /*.top-section .text {
    @include for-size(1367px, 'min') {
      width: 47%;
    }

    p {
      width: 80%;
      @include for-size($md) {
        width: 100%;
      }
    }
  }*/
}

@media (max-width: 1024px) {
  .locations-template-tpl-silver-lake .location-services-section .container .services-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: calc(100% + 4%);
  }

  .locations-template-tpl-silver-lake .location-services-section .container .services-wrapper>* {
    width: calc((100% / 2) - 4%);
    margin: 0 2% calc(2% * (1 + (1 / $columnNumber)));
  }
}

@media (max-width: 768px) {
  .locations-template-tpl-silver-lake .location-services-section .container .services-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: calc(100% + 1%);
  }

  .locations-template-tpl-silver-lake .location-services-section .container .services-wrapper>* {
    width: calc((100% / 1) - 1%);
    margin: 0 0.5% calc(0.5% * (1 + (1 / $columnNumber)));
  }

  .locations-template-tpl-silver-lake .location-services-section .container .services-wrapper .service-block {
    margin-bottom: 70px;
  }

  .locations-template-tpl-silver-lake .location-services-section .container .services-wrapper .service-block:last-child {
    margin-bottom: 0;
  }
}

.tpl-pay-my-bill .top-simple,
.page-id-80 .top-simple {
  background: linear-gradient(60.13deg, rgba(181, 197, 162, 0.5) 5.76%, rgba(124, 137, 108, 0) 51.73%), #86956F;
}

.page-id-80 .top-simple h1 {
  font-size: 98px;
  line-height: 0.98;
}

@media (max-width: 768px) {
  .page-id-80 .top-simple h1 {
    font-size: 80px;
  }
}

@media (max-width: 550px) {
  .page-id-80 .top-simple h1 {
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .page-id-80 .top-simple h1 {
    font-size: 40px;
  }
}

#nav-icon1 {
  display: none;
  width: 40px;
  height: 36px;
  position: fixed;
  top: 38px;
  right: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: none;
  z-index: 100;
}

@media (max-width: 1024px) {
  #nav-icon1 {
    display: block;
  }
}

@media (max-width: 480px) {
  #nav-icon1 {
    right: 13px;
  }
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #86956f;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
}

#nav-icon1 span:nth-child(3) {
  top: 28px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page-id-1807 .contact-page .form {
  background: rgba(124, 137, 108, 0.2);
}

.cky-consent-container .cky-consent-bar {
  padding: 5px 20px 13px !important;
}

@media (max-width: 1024px) {
  .cky-consent-container .cky-notice-group {
    display: block;
    text-align: center;
  }
}

.cky-consent-container .cky-notice {
  max-width: 1230px;
  margin: 0 auto;
}

.cky-consent-container .cky-notice-des {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-family: "Berthold Akzidenz Grotesk BE";
  color: #fff;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .cky-consent-container .cky-notice-des {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .cky-consent-container .cky-notice-des {
    padding: 0;
  }
}

.cky-consent-container .cky-notice-des strong,
.cky-consent-container .cky-notice-des a.cky-policy {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 1024px) {

  .cky-consent-container .cky-notice-des strong,
  .cky-consent-container .cky-notice-des a.cky-policy {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .cky-consent-container .cky-notice-btn-wrapper {
    padding: 0;
  }
}

.cky-consent-container .cky-btn {
  padding: 11px 22px;
  border: 2px solid #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.25px;
  font-family: "Berthold Akzidenz Grotesk BE";
  background: transparent;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 28px;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .cky-consent-container .cky-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 !important;
    -moz-box-flex: 1;
    -moz-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }
}

@media (max-width: 576px) {
  .cky-consent-container .cky-btn {
    margin: 5px !important;
  }
}

@media (max-width: 576px) {
  .cky-consent-container .cky-btn:last-child {
    margin: 10px;
  }
}

.cky-consent-container .cky-btn:hover {
  border-color: #98B66A !important;
  color: #98B66A !important;
  background: #fff !important;
}

@media (max-width: 1024px) {
  .cky-consent-container .cky-btn {
    margin: 5px 10px;
    padding: 11px 15px;
  }
}

@media (max-width: 768px) {
  .cky-consent-container .cky-btn {
    padding: 10px 12px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cky-consent-container .cky-btn {
    padding: 10px;
    margin: 5px 3px;
    font-size: 13px;
  }
}

.cky-consent-container .cky-btn-accept {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cky-consent-container .cky-btn-reject {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.title-slider {
  margin: 110px 0;
}

@media (max-width: 1024px) {
  .title-slider>.alc {
    display: block;
  }
}

@media (max-width: 768px) {
  .title-slider {
    margin: 60px 0;
  }
}

@media (max-width: 480px) {
  .title-slider {
    margin: 40px 0;
  }
}

.title-slider>.container {
  width: 1430px;
}

@media (max-width: 1024px) {
  .title-slider>.container {
    width: 800px;
  }
}

.title-slider .title-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-slider .title-wrapper h3,
.title-slider .title-wrapper .post .post-title,
.post .title-slider .title-wrapper .post-title {
  max-width: 440px;
}

@media (min-width: 481px) {

  .title-slider .title-wrapper h3,
  .title-slider .title-wrapper .post .post-title,
  .post .title-slider .title-wrapper .post-title {
    font-size: 64px;
  }
}

@media (max-width: 1024px) {

  .title-slider .title-wrapper h3,
  .title-slider .title-wrapper .post .post-title,
  .post .title-slider .title-wrapper .post-title {
    max-width: 100%;
    text-align: center;
  }
}

.title-slider .title-slider-block {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  position: relative;
  z-index: 0;
  padding: 35px 30px;
}

.title-slider .swiper-slide {
  height: auto;
}

.title-slider .swiper-slide img {
  max-height: 420px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-slider .swiper-pagination {
  bottom: 0;
  font-size: 0;
}

.title-slider .swiper-pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  height: 8px;
  width: 8px;
  opacity: 1;
  margin: 0 5px;
}

.title-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.4);
}

.title-slider .swiper-button-next,
.title-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  top: 44%;
  margin-top: 0;
  border-radius: 0;
  background: #E5E7E2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 480px) {

  .title-slider .swiper-button-next,
  .title-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}

.title-slider .swiper-button-next.swiper-button-disabled,
.title-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.title-slider .swiper-button-next:after,
.title-slider .swiper-button-prev:after {
  display: none;
}

.title-slider .swiper-button-next path,
.title-slider .swiper-button-prev path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.title-slider .swiper-button-next:hover,
.title-slider .swiper-button-prev:hover {
  color: #fff;
  background: #98B66A;
}

.title-slider .swiper-button-next:hover path,
.title-slider .swiper-button-prev:hover path {
  fill: #fff;
}

.title-slider .swiper-button-next {
  right: 0;
}

.title-slider .swiper-button-prev {
  left: 0;
}

.widget_accesstxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #E5E7E2;
  width: 160px;
  padding-top: 5px;
  padding-bottom: 4px;
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 0;
}

.widget_accesstxt .widgetTitle {
  font-family: "Berthold Akzidenz Grotesk BE";
  font-size: 14px !important;
  font-weight: 700;
  font-variant: none;
  margin-right: 8px;
  color: #2D4222;
}

.widget_accesstxt ul li a {
  color: #2D4222;
  font-weight: 700;
  line-height: 1;
  margin: 0 5px;
}

.widget_accesstxt ul li a.active,
.widget_accesstxt ul li a:hover {
  color: #98B66A;
}

.widget_accesstxt ul li a:first-child {
  font-size: 14px !important;
}

.widget_accesstxt ul li a:nth-child(2) {
  font-size: 18px !important;
}

.widget_accesstxt ul li a:last-child {
  font-size: 24px !important;
}

@media (min-width: 1367px) {
  .tpl-mindful-dining .top-section {
    min-height: 724px;
  }
}

.tpl-mindful-dining .careers-testimonial .container.sw-container {
  width: 660px;
}

.single-md-content .container {
  width: 840px;
}

.single-md-content .bottom-text-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.single-md-content .bottom-text-wrapper .icon {
  -webkit-flex-basis: 16px;
  -moz-flex-basis: 16px;
  -ms-flex-preferred-size: 16px;
  flex-basis: 16px;
  margin-right: 10px;
  margin-bottom: 0;
}

.single-md-content .bottom-text-wrapper .text-sub-title {
  font-style: italic;
  margin-bottom: 0;
}

.single-md-content p {
  margin-bottom: 17px;
}

@media (min-width: 1367px) {
  .single-md-content p {
    font-size: 20px;
  }
}

.page-id-1807 .form .with_frm_style .frm_top_container .frm_primary_label {
  font-size: 22px;
}

.page-id-1807 .form .form-text-box {
  text-align: center;
  font-size: 22px;
  border-top: 1px solid #324624;
  border-bottom: 1px solid #324624;
  padding: 20px 0;
}

.page-id-1807 .form .form-text-box p {
  margin-bottom: 0;
}

.btn--loading {
  color: transparent !important;
  background-image: url(../img/loading.svg) !important;
  background-position: center !important;
  background-size: auto 85% !important;
  background-repeat: no-repeat !important;
}

.btn--loading:after {
  content: none !important;
}

.top-section .buttons {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .top-section .buttons {
    width: 100%;
  }
}

.top-section .buttons .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
  padding: 18px 56px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  transition: all 0.3s ease-out;
}

.top-section .buttons .btn-primary:hover {
  transition: all 0.3s ease-out;
  background: #98B66A;
  border-color: #fff;
  color: #fff;
}

.top-section .buttons .btn-primary:hover svg {
  fill: #fff;
}

.top-section .buttons .btn-primary::before {
  display: none;
}

.top-section .buttons .btn-primary svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

@media (max-width: 1024px) {
  .top-section .buttons .btn-primary {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    padding: 18px;
  }
}

.ivn-main {
  padding: 100px;
}

@media (max-width: 1024px) {
  .ivn-main {
    padding: 70px 30px;
  }
}

@media (max-width: 480px) {
  .ivn-main {
    padding: 30px 20px;
  }
}

.ivn-main .container {
  max-width: 728px;
}

@media (max-width: 1024px) {
  .ivn-main .container {
    width: 100%;
  }
}

.ivn-main h3,
.ivn-main .post .post-title,
.post .ivn-main .post-title {
  display: block;
  position: relative;
  color: #324624;
  font-size: 64px;
  line-height: 66px;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {

  .ivn-main h3,
  .ivn-main .post .post-title,
  .post .ivn-main .post-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.ivn-main p {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #505254;
}

@media (max-width: 1024px) {
  .ivn-main p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

.ivn-main a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  border: 2px solid #324624;
  padding: 18px 56px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 20px auto;
  transition: all 0.3s ease-out;
}

.ivn-main a:hover {
  transition: all 0.3s ease-out;
  background: #98B66A;
  border-color: #fff;
  color: #fff;
}

.ivn-main a:hover svg {
  fill: #fff;
}

.ivn-main a::before {
  display: none;
}

.ivn-main a svg {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

@media (max-width: 1024px) {
  .ivn-main a {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    padding: 18px;
    margin-bottom: 20px;
  }
}

.ivn-features {
  background: #86956F;
  padding: 100px;
}

@media (max-width: 1024px) {
  .ivn-features {
    padding: 70px 30px;
  }
}

@media (max-width: 480px) {
  .ivn-features {
    padding: 30px 20px;
  }
}

.ivn-features h3,
.ivn-features .post .post-title,
.post .ivn-features .post-title {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 53px;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 928px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {

  .ivn-features h3,
  .ivn-features .post .post-title,
  .post .ivn-features .post-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}

.ivn-features ul {
  column-count: 3;
  gap: 30px;
}

@media (max-width: 1024px) {
  .ivn-features ul {
    column-count: 1;
    gap: 60px;
  }
}

.ivn-features ul li {
  display: block;
  position: relative;
  padding-left: 45px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .ivn-features ul li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}

.ivn-features ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/li-img.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 38px;
}

.ivn-events {
  padding: 100px 0 0 0;
}

@media (max-width: 1024px) {
  .ivn-events {
    padding: 70px 30px 0 30px;
  }
}

@media (max-width: 480px) {
  .ivn-events {
    padding: 30px 20px 0 20px;
  }
}

.ivn-events h3,
.ivn-events .post .post-title,
.post .ivn-events .post-title {
  display: block;
  position: relative;
  font-size: 40px;
  font-weight: 400;
  line-height: 35.8px;
  max-width: 400px;
  color: #324624;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.ivn-events h3::after,
.ivn-events .post .post-title::after,
.post .ivn-events .post-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 171px;
  height: 0.5px;
  background-color: #7C896C;
}

@media (max-width: 1024px) {

  .ivn-events h3,
  .ivn-events .post .post-title,
  .post .ivn-events .post-title {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding-bottom: 30px;
    font-size: 36px;
  }
}

.ivn-events ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 68px;
  row-gap: 15px;
}

@media (max-width: 768px) {
  .ivn-events ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ivn-events ul li {
  font-size: 18px;
  color: #505254;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .ivn-events ul li {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .ivn-events ul li br {
    display: none;
  }
}

.ivn-events ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/li-img-colorized.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 26px;
}

.ivn-events span {
  display: block;
  width: 50%;
  color: #505254;
  padding: 50px 0 0 25px;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .ivn-events span {
    padding-top: 30px;
    width: 100%;
  }
}

.ivn-testimonial {
  padding: 0;
}

@media (max-width: 1024px) {
  .ivn-testimonial {
    padding: 0 30px 0 30px;
  }
}

@media (max-width: 480px) {
  .ivn-testimonial {
    padding: 0 20px 0 20px;
  }
}

.ivn-testimonial .container::before,
.ivn-testimonial .container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #7C896C;
}

.ivn-testimonial .container::before {
  top: 0;
}

.ivn-testimonial .container::after {
  bottom: 0;
}

.ivn-testimonial p {
  display: block;
  position: relative;
  padding: 70px 0;
  margin: 70px auto -40px auto;
  font-size: 20px;
  text-align: center;
  color: #505254;
  max-width: 728px;
}

@media (max-width: 1024px) {
  .ivn-testimonial p {
    margin: 50px auto -10px auto;
    padding: 40px 0;
    width: 100%;
    font-size: 17px;
  }
}

.owwe-Header {
  position: relative;
  height: 100dvh;
  width: 100%;
}

@media (min-width: 730px) {
  .owwe-Header {
    height: 590px;
  }
}

.owwe-Header video {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}

@media (min-width: 730px) {
  .owwe-Header video {
    height: 590px;
  }
}

.owwe-Header .owwe-Background {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.owwe-Header .owwe-Background.is-mobile {
  display: block;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Background.is-mobile {
    display: none;
  }
}

.owwe-Header .owwe-Background.is-desktop {
  display: none;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Background.is-desktop {
    display: block;
  }
}

.owwe-Header .owwe-Navbar {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 24px;
  gap: 80px;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Navbar {
    height: 99px;
  }
}

.owwe-Header .owwe-Navbar .owwe-Navbar__logo {
  object-fit: contain;
  height: auto;
  width: auto;
  min-width: 158px;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Navbar .owwe-Navbar__logo {
    height: 42px;
  }
}

.owwe-Header .owwe-Navbar .owwe-Navbar__buttons {
  display: flex;
  gap: 10px;
  min-width: 120px;
}

.owwe-Header .owwe-Navbar .owwe-Navbar__buttons>a.is-primary {
  font: 700 12px/14.4px "Berthold Akzidenz Grotesk BE", sans-serif;
  padding: 12px 26px;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Navbar .owwe-Navbar__buttons>a.is-primary {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.owwe-Header .owwe-Navbar .owwe-Navbar__buttons>a.is-primary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.owwe-Header .owwe-Navbar .owwe-Navbar__buttons>a.is-secondary {
  display: none;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Navbar .owwe-Navbar__buttons>a.is-secondary {
    display: block;
    font: 700 18px/21.6px "Berthold Akzidenz Grotesk BE", sans-serif;
    padding: 12px 26px;
    color: #fff;
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
}

.owwe-Header .owwe-Navbar .owwe-Navbar__buttons>a.is-secondary:hover {
  border-color: #fff;
}

.owwe-Header .owwe-Hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  top: 90px;
  padding: 0 80px;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Hero {
    padding: 0 180px;
  }
}

.owwe-Header .owwe-Hero .owwe-Hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Hero .owwe-Hero__wrapper {
    flex-direction: row;
  }
}

.owwe-Header .owwe-Hero .owwe-Hero__wrapper>span {
  width: 1.5px;
  height: 60px;
  background-color: #fff;
  margin: 0 20px;
}

.owwe-Header .owwe-Hero .owwe-Hero__logo {
  height: auto;
  width: auto;
}

@media (min-width: 730px) {
  .owwe-Header .owwe-Hero .owwe-Hero__logo {
    max-width: 420px;
  }
}

.owwe-Header.has-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.owwe-Header.has-video .owwe-Navbar,
.owwe-Header.has-video .owwe-Hero {
  z-index: 2;
}

.owwe-Header.has-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover !important;
}

.owwe-ContentBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 16px 40px 16px;
}

.owwe-ContentBlock .owwe-ContentBlock__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}

.owwe-ContentBlock .owwe-ContentBlock__title {
  text-align: center;
  font: 400 41px/41px "Mrs Eaves", sans-serif;
  font-variant: small-caps;
}

@media (min-width: 1280px) {
  .owwe-ContentBlock .owwe-ContentBlock__title {
    font: 400 60px/61.56px "Mrs Eaves", sans-serif;
    font-variant: small-caps;
    max-width: 1024px;
  }
}

.owwe-ContentBlock .owwe-ContentBlock__description {
  font: 400 20px/32px "Berthold Akzidenz Grotesk BE", sans-serif;
  text-align: center;
  padding-inline: 16px;
}

.owwe-ContentBlock .owwe-ContentBlock__description strong {
  font: 600 16px/23.04px "Berthold Akzidenz Grotesk BE", sans-serif;
  color: #505254;
}

@media (min-width: 1280px) {
  .owwe-ContentBlock .owwe-ContentBlock__description strong {
    font: 600 20px/28.8px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.owwe-ContentBlock .owwe-ContentBlock__description * {
  text-align: center;
}

.owwe-ContentBlock .owwe-ContentBlock__description p a b {
  font: 700 12px/14.4px "Berthold Akzidenz Grotesk BE", sans-serif;
}

@media (min-width: 1280px) {
  .owwe-ContentBlock .owwe-ContentBlock__description p a b {
    font: 700 16px/19.2px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.owwe-ContentBlock .owwe-ContentBlock__description a {
  border: 2px solid #869671;
  color: #869671;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: max-content;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.owwe-ContentBlock .owwe-ContentBlock__description a:hover {
  opacity: 0.75;
}

.owwe-ContentBlock .owwe-ContentBlock__description a img {
  pointer-events: none;
  height: 30px;
  width: auto;
}

.owwe-ContentBlock .owwe-ContentBlock__description p {
  font: 400 16px/24px "Berthold Akzidenz Grotesk BE", sans-serif;
  margin-bottom: 20px;
  color: #505254;
}

@media (min-width: 1280px) {
  .owwe-ContentBlock .owwe-ContentBlock__description p {
    width: 700px;
    font: 400 20px/32px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.owwe-ContentBlock .owwe-ContentBlock__description>a>b {
  font: 600 12px/120% "Berthold Akzidenz Grotesk BE", sans-serif;
}

@media (min-width: 1280px) {
  .owwe-ContentBlock .owwe-ContentBlock__description>a>b {
    font: 600 16px/120% "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.owwe-ContentPhotoBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F3F0;
  width: 100%;
  height: auto;
  padding: 50px;
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock {
    padding: 100px 142px;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__wrapper {
    flex-direction: row;
    gap: 64px;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row {
  display: flex;
  gap: 24px;
  flex: 1;
}

@media (min-width: 976px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row {
    max-width: 614px;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row img {
  max-height: 160px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {

  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row.new-template img {
    max-height: 320px !important;
  }

}


@media (min-width: 768px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row img {
    object-fit: contain;
    max-height: initial;
    max-width: 420px;
  }

}

@media (min-width: 976px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row img {
    object-fit: contain;
    max-height: initial;
    max-width: 290px;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row:first-child {
  flex-direction: column;
}

@media (min-width: 768px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row:first-child {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row:first-child {
    flex-direction: row;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row:last-child {
  flex-direction: column;
  padding: 4px 0;
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__row:last-child {
    padding: 120px 0;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__title {
  font: 400 32px/38.4px "Mrs Eaves", sans-serif;
  font-variant: small-caps;
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__title {
    font: 400 44px/120% "Mrs Eaves", sans-serif;
    font-variant: small-caps;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__description {
    gap: 24px;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__description * {
  margin-bottom: 0;
  font: 400 16px/32px "Berthold Akzidenz Grotesk BE", sans-serif;
  color: #505254;
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__description * {
    font: 400 18px/32px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__description a {
  font: 700 14px/16.8px "Berthold Akzidenz Grotesk BE", sans-serif;
  padding-bottom: 10px;
  color: #324624;
  border-bottom: 2px solid #324624;
  transition: all 200ms ease-in;
}

@media (min-width: 1280px) {
  .owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__description a {
    font: 700 18px/21.6px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.owwe-ContentPhotoBlock .owwe-ContentPhotoBlock__description a:hover {
  color: #86956F;
}

.owwe-SocialsBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  background: #FFFFFF;
  width: auto;
  height: auto;
  padding: 40px;
}

@media (min-width: 1280px) {
  .owwe-SocialsBlock {
    padding: 80px;
  }
}

.owwe-SocialsBlock .owwe-SocialsBlock__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 1280px) {
  .owwe-SocialsBlock .owwe-SocialsBlock__wrapper {
    gap: 50px;
  }
}

.owwe-SocialsBlock .owwe-SocialsBlock__links {
  display: flex;
  flex-direction: rowhv;
  gap: 56px;
}

@media (min-width: 976px) {
  .owwe-SocialsBlock .owwe-SocialsBlock__links {
    gap: 48px;
  }
}

.owwe-SocialsBlock .owwe-SocialsBlock__links a {
  transition: all 200ms ease-in;
}

.owwe-SocialsBlock .owwe-SocialsBlock__links a img {
  height: 40px;
  width: 40px;
}

.owwe-SocialsBlock .owwe-SocialsBlock__links a:hover {
  opacity: 0.75;
}

.owwe-SocialsBlock .owwe-SocialsBlock__title {
  font: 400 32px/38.4px "Mrs Eaves", sans-serif;
  font-variant: small-caps;
  color: #324624;
  width: 95%;
  text-align: center;
}

@media (min-width: 1280px) {
  .owwe-SocialsBlock .owwe-SocialsBlock__title {
    width: 420px;
    font: 400 44px/52.8px "Mrs Eaves", sans-serif;
    font-variant: small-caps;
  }
}

.owwe-SocialsBlock .owwe-SocialsBlock__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #324624;
  text-align: center;
}

.owwe-SocialsBlock .owwe-SocialsBlock__description * {
  font: 700 18px/21.6px "Berthold Akzidenz Grotesk BE", sans-serif;
  letter-spacing: 4%;
  margin: 0;
  padding: 0;
}


/* OWWE NEW */
.owwe-Hero-new {
  width: 100%;
  max-width: 48rem;
  padding: 10rem 3rem 0 3rem;
  margin: 0 auto;
}

.owwe-Hero__wrapper-new {
  display: grid !important;
  grid-template-columns: 5fr 6fr;
  gap: 4rem;
  position: relative;
}

.owwe-Hero__wrapper-new>div {
  position: relative;
}


.owwe-Hero__wrapper-new>div:first-child::after {
  content: '';
  position: absolute;
  right: -2rem;
  top: 0;
  height: 100%;
  width: 1px;
  background: #859570;
}


@media (max-width: 730px) {
  .owwe-Hero-new {
    padding: 8rem 2rem 0 2rem;
  }
}

.slp-Header {
  position: relative;
  height: 100vh;
  width: 100%;
}

@media (min-width: 730px) {
  .slp-Header {
    height: 388px;
  }
}

.slp-Header .slp-Background {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.slp-Header .slp-Background.is-mobile {
  display: block;
}

@media (min-width: 730px) {
  .slp-Header .slp-Background.is-mobile {
    display: none;
  }
}

.slp-Header .slp-Background.is-desktop {
  display: none;
}

@media (min-width: 730px) {
  .slp-Header .slp-Background.is-desktop {
    display: block;
  }
}

.slp-Header .slp-Navbar {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 24px;
  gap: 80px;
}

@media (min-width: 730px) {
  .slp-Header .slp-Navbar {
    height: 99px;
  }
}

.slp-Header .slp-Navbar .slp-Navbar__logo {
  object-fit: contain;
  height: auto;
  width: auto;
  min-width: 158px;
}

@media (min-width: 730px) {
  .slp-Header .slp-Navbar .slp-Navbar__logo {
    height: 42px;
  }
}

.slp-Header .slp-Navbar .slp-Navbar__buttons {
  display: flex;
  gap: 10px;
  min-width: 120px;
}

.slp-Header .slp-Navbar .slp-Navbar__buttons>a.is-primary {
  font: 700 12px/14.4px "Berthold Akzidenz Grotesk BE", sans-serif;
  padding: 12px 26px;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

@media (min-width: 730px) {
  .slp-Header .slp-Navbar .slp-Navbar__buttons>a.is-primary {
    font-size: 16px;
    line-height: 19.2px;
  }
}

.slp-Header .slp-Navbar .slp-Navbar__buttons>a.is-primary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.slp-Header .slp-Navbar .slp-Navbar__buttons>a.is-secondary {
  display: none;
}

@media (min-width: 730px) {
  .slp-Header .slp-Navbar .slp-Navbar__buttons>a.is-secondary {
    display: block;
    font: 700 18px/21.6px "Berthold Akzidenz Grotesk BE", sans-serif;
    padding: 12px 26px;
    color: #fff;
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
}

.slp-Header .slp-Navbar .slp-Navbar__buttons>a.is-secondary:hover {
  border-color: #fff;
}

.slp-Header .slp-Hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  top: 90px;
  padding: 0 80px;
}

@media (min-width: 730px) {
  .slp-Header .slp-Hero {
    padding: 0 180px;
    bottom: 0px;
  }
}

.slp-Header .slp-Hero .slp-Hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 730px) {
  .slp-Header .slp-Hero .slp-Hero__wrapper {
    flex-direction: row;
  }
}

.slp-Header .slp-Hero .slp-Hero__logo {
  height: auto;
  width: auto;
}

@media (min-width: 730px) {
  .slp-Header .slp-Hero .slp-Hero__logo {
    max-width: 420px;
  }
}

.slp-ContentBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 16px 40px 16px;
}

.slp-ContentBlock .slp-ContentBlock__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1280px) {
  .slp-ContentBlock .slp-ContentBlock__wrapper {
    gap: 32px;
  }
}

.slp-ContentBlock .slp-ContentBlock__title {
  text-align: center;
  font: 400 41px/41px "Mrs Eaves", sans-serif;
  font-variant: small-caps;
}

@media (min-width: 1280px) {
  .slp-ContentBlock .slp-ContentBlock__title {
    font: 400 60px/61.56px "Mrs Eaves", sans-serif;
    font-variant: small-caps;
    max-width: 1024px;
  }
}

.slp-ContentBlock .slp-ContentBlock__photo {
  object-fit: cover;
  height: 280px;
}

@media (min-width: 1280px) {
  .slp-ContentBlock .slp-ContentBlock__photo {
    height: 420px;
    max-width: 640px;
  }
}

.slp-ContentBlock .slp-ContentBlock__description {
  font: 400 20px/32px "Berthold Akzidenz Grotesk BE", sans-serif;
  text-align: center;
  padding-inline: 16px;
}

.slp-ContentBlock .slp-ContentBlock__description strong {
  font: 600 16px/23.04px "Berthold Akzidenz Grotesk BE", sans-serif;
}

@media (min-width: 1280px) {
  .slp-ContentBlock .slp-ContentBlock__description strong {
    font: 600 20px/28.8px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.slp-ContentBlock .slp-ContentBlock__description * {
  text-align: center;
  color: #324624;
}

.slp-ContentBlock .slp-ContentBlock__description p a b {
  font: 700 12px/14.4px "Berthold Akzidenz Grotesk BE", sans-serif;
}

@media (min-width: 1280px) {
  .slp-ContentBlock .slp-ContentBlock__description p a b {
    font: 700 16px/19.2px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.slp-ContentBlock .slp-ContentBlock__description p {
  font: 400 16px/24px "Berthold Akzidenz Grotesk BE", sans-serif;
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .slp-ContentBlock .slp-ContentBlock__description p {
    width: 700px;
    font: 400 20px/28px "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.slp-ContentBlock .slp-ContentBlock__description>a>b {
  font: 600 12px/120% "Berthold Akzidenz Grotesk BE", sans-serif;
}

@media (min-width: 1280px) {
  .slp-ContentBlock .slp-ContentBlock__description>a>b {
    font: 600 16px/120% "Berthold Akzidenz Grotesk BE", sans-serif;
  }
}

.slp-Form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.slp-Form .slp-Form__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1280px) {
  .slp-Form .slp-Form__wrapper {
    gap: 48px;
  }
}

.slp-Form .slp-Form__wrapper .slp-Form__form {
  display: block;
  width: 100%;
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form label {
  font-size: 14px;
  font-weight: 400;
  font-family: "Berthold Akzidenz Grotesk BE";
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .label-text {
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .grid-2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .btn-wrapper {
  margin-bottom: 1.5em;
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .btn-wrapper .arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 35px;
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .btn-wrapper .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #324624;
  border-right: 3px solid #324624;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .btn-wrapper .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 3px;
  background: #324624;
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .btn,
.slp-Form .slp-Form__wrapper .slp-Form__form .form .post-navigation [rel="next"],
.post-navigation .slp-Form .slp-Form__wrapper .slp-Form__form .form [rel="next"],
.slp-Form .slp-Form__wrapper .slp-Form__form .form .post-navigation [rel="prev"],
.post-navigation .slp-Form .slp-Form__wrapper .slp-Form__form .form [rel="prev"] {
  font-size: 25px;
  font-weight: 700;
  color: #324624;
  border: 2px solid #324624;
  padding: 5px 60px 5px 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slp-Form .slp-Form__wrapper .slp-Form__form .form .btn:hover,
.slp-Form .slp-Form__wrapper .slp-Form__form .form .post-navigation [rel="next"]:hover,
.post-navigation .slp-Form .slp-Form__wrapper .slp-Form__form .form [rel="next"]:hover,
.slp-Form .slp-Form__wrapper .slp-Form__form .form .post-navigation [rel="prev"]:hover,
.post-navigation .slp-Form .slp-Form__wrapper .slp-Form__form .form [rel="prev"]:hover {
  border-color: #fff;
}

.slp-Form .slp-Form__title {
  font-variant: small-caps;
  text-align: center;
  font: 400 45px/45px "Mrs Eaves", sans-serif;
}

@media (min-width: 1280px) {
  .slp-Form .slp-Form__title {
    font: 400 64px/66.56px "Mrs Eaves", sans-serif;
    font-variant: small-caps;
    max-width: 1024px;
  }
}