::placeholder {
  color: #395841;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #395841;
}

::-ms-input-placeholder {
  color: #395841;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: white;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roobert TRIAL";
  color: #395841;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}

::selection {
  color: white;
  background: rgba(57, 88, 65, 0.4);
  opacity: 0.1;
}

a {
  touch-action: manipulation;
  text-decoration: none;
  outline: none;
  color: #395841;
}
a:hover {
  color: #395841;
  text-decoration: none;
}

ul,
ol {
  margin-bottom: 30px;
}
ul li,
ol li {
  margin-bottom: 8px;
  position: relative;
}
ul li::marker,
ol li::marker {
  color: #395841;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}
ol li::marker {
  color: #395841;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "beaufort-pro";
  color: #395841;
  margin: 0 0 16px 0;
  padding: 0;
  position: relative;
  letter-spacing: -0.02em;
}
@media all and (max-width: 575px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F311D;
    font-weight: 700;
  }
}

h1,
.h1 {
  font-size: 80px;
  line-height: 80px;
}
@media all and (max-width: 1200px) {
  h1,
.h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media all and (max-width: 991px) {
  h1,
.h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media all and (max-width: 767px) {
  h1,
.h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media all and (max-width: 575px) {
  h1,
.h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

h2,
.h2 {
  font-size: 56px;
  line-height: 56px;
}
@media all and (max-width: 1200px) {
  h2,
.h2 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media all and (max-width: 991px) {
  h2,
.h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media all and (max-width: 767px) {
  h2,
.h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media all and (max-width: 575px) {
  h2,
.h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

h3,
.h3 {
  font-size: 40px;
  line-height: 40px;
}
@media all and (max-width: 1200px) {
  h3,
.h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media all and (max-width: 991px) {
  h3,
.h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  h3,
.h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.h3-small {
  font-size: 32px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 34px;
}
@media all and (max-width: 991px) {
  h4,
.h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5,
.h5 {
  font-size: 22px;
  line-height: normal;
}

h6,
.h6 {
  font-size: 18px;
  line-height: normal;
}

p {
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  p {
    margin-bottom: 14px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  p {
    margin-bottom: 14px;
  }
}
@media all and (max-width: 1200px) {
  p {
    margin-bottom: 14px;
  }
}
p a {
  color: #395841;
  text-decoration: none;
}
p a:hover {
  color: #395841;
  text-decoration: underline;
}
p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

.container {
  padding: 0;
  max-width: 1360px;
}
@media all and (max-width: 575px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 575px) {
  section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.btn, input[type=submit] {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roobert TRIAL";
  letter-spacing: -0.02em;
  color: #576556;
  background: white;
  height: 52px;
  line-height: 48px;
  display: inline-block;
  padding: 0px 20px;
  vertical-align: baseline;
  text-transform: capitalize;
  box-shadow: none;
  border-top: 1px solid #395841;
  border-left: 1px solid #395841;
  border-right: 2px solid #395841;
  border-bottom: 2px solid #395841;
  border-radius: 0;
}
@media all and (max-width: 575px) {
  .btn, input[type=submit] {
    font-family: "beaufort-pro";
    letter-spacing: 0;
  }
}
@media all and (max-width: 575px) {
  .btn, input[type=submit] {
    width: 100%;
    background: #576556;
    color: #ffffff;
  }
  .btn:hover, input[type=submit]:hover {
    background: #212529;
    border-color: #212529;
  }
}
@media all and (max-width: 575px) {
  .btn::after, input[type=submit]::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background: url(../images/home/btn-chevron-right.svg) no-repeat center/contain;
    position: relative;
    top: 7px;
  }
}
.btn:hover, input[type=submit]:hover, .btn:focus, input[type=submit]:focus, .btn:active:focus {
  background: #395841;
  color: white;
  box-shadow: none;
}
.btn-white {
  line-height: 52px;
  background: #ffffff;
  color: #576556;
  box-shadow: none;
  border: 0;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #ffffff;
}
.btn-primary {
  height: 52px;
  line-height: 50px;
  background: #576556;
  border-color: #576556;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover {
  border-color: #576556;
  background-color: transparent;
  color: #576556;
}

input[type=submit] {
  color: white;
  font-family: "beaufort-pro";
  padding-right: 52px !important;
  background: #1F311D url(../images/arrow-right-white.png) no-repeat right 20px center !important;
  border: 0 !important;
  letter-spacing: 0;
}
@media all and (max-width: 575px) {
  input[type=submit] {
    background: #576556 url(../images/arrow-right-white.png) no-repeat right 20px center !important;
  }
}
input[type=submit]:hover {
  background: #395841 url(../images/arrow-right-white.png) no-repeat right 20px center !important;
  color: #ffffff;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 56px;
  background: rgba(57, 88, 65, 0.05);
  border-radius: 0;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roobert TRIAL";
  color: #395841;
  transition: 0.3s ease-in-out;
  border: 0;
  outline: none;
  position: relative;
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: #395841 !important;
}

input[type=email]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=number]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=select]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=password]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=search]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=tel]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=text]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=url]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=color]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=date]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=datetime]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=datetime-local]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=month]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=time]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

input[type=week]:focus {
  box-shadow: 0 0 0 1px rgba(57, 88, 65, 0.5);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
select:focus {
  border-color: #395841 !important;
}
select option {
  border-radius: 0;
}

textarea {
  height: 175px;
  resize: none;
  padding: 16px 20px;
  border-radius: 4px;
}
textarea:focus {
  border-color: #395841;
}

label {
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em !important;
  text-transform: capitalize !important;
  color: #395841 !important;
  margin-bottom: 8px !important;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 20px !important;
  padding-left: 28px !important;
  color: rgba(57, 88, 65, 0.5) !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 16px !important;
  line-height: normal !important;
  font-weight: 400 !important;
  position: relative !important;
  letter-spacing: -0.02em !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
@media all and (max-width: 575px) {
  input[type=checkbox] + label {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: rgba(57, 88, 65, 0.15);
  left: 0;
  top: 4px;
  border-radius: 0;
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: 6px;
  top: 7px;
  width: 5px;
  height: 9px;
  border: solid #395841;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  color: #395841 !important;
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  border-color: #395841;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 28px !important;
  color: #395841 !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px 10px 0 0 !important;
  font-size: 16px !important;
  font-weight: 480 !important;
  line-height: normal !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #395841;
  left: 0;
  top: 4px;
  border-radius: 55%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #395841 !important;
  left: 5px;
  top: 9px;
  border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  color: #395841 !important;
  user-select: none;
}
input[type=radio]:checked + label:before {
  border-color: #395841 !important;
}
input[type=radio]:checked + label:after {
  display: block;
}

header {
  top: auto !important;
  background: transparent;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  header .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 575px) {
  header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

header.shrink {
  background: white;
  box-shadow: 0px 1px 0px #dbe7ec;
}
header.shrink .logo-white {
  display: none;
}
header.shrink .logo-dark {
  display: block;
}
header.shrink .primary-nav li a {
  color: rgba(57, 88, 65, 0.7);
}
@media all and (max-width: 1200px) {
  header.shrink .primary-nav li a {
    color: white;
  }
}
header.shrink .primary-nav li a:hover {
  color: #395841;
}
header.shrink .primary-nav li.current-menu-item a {
  color: #395841;
}
@media all and (max-width: 1200px) {
  header.shrink .primary-nav li.current-menu-item a {
    color: #83a98c;
  }
}
header.shrink .mobile-call-icon img,
header.shrink .hamburger-menu img {
  filter: brightness(0);
}

.overlay {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.overlay.show-overlay {
  opacity: 1;
  pointer-events: auto;
}

.navbar-action {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  flex: none;
}
.navbar-action ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.navbar-action ul li {
  margin: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .navbar-action ul {
    gap: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .navbar-action ul {
    gap: 20px;
  }
}
@media all and (max-width: 1200px) {
  .navbar-action ul {
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  .navbar-action ul {
    gap: 20px;
  }
}
.navbar-action ul li {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roobert TRIAL";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
@media all and (max-width: 1200px) {
  .navbar-action ul li {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  .navbar-action ul li {
    font-size: 0;
  }
}
.navbar-action ul li a {
  color: inherit;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s all;
}
.navbar-action ul li a:hover {
  color: white;
}
@media all and (max-width: 991px) {
  .navbar-action ul li a {
    gap: 0;
    justify-content: center;
    height: 100%;
  }
}
.navbar-action ul li img {
  width: 18px;
  height: 18px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .navbar-action ul li img {
    width: 16px;
    height: 16px;
  }
}

.navbar {
  padding: 0;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .navbar {
    border: 0;
  }
}
.navbar .nav-top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background: #636b63;
  height: 46px;
  padding: 0 40px;
}
@media all and (max-width: 991px) {
  .navbar .nav-top {
    height: 42px;
    background: rgba(31, 49, 29, 0.25);
    padding: 0;
  }
}
.navbar .nav-top .navbar-action-mobile {
  font-size: 14px;
  font-weight: 500;
  color: white;
  display: none;
}
.navbar .nav-top .navbar-action-mobile img {
  height: 24px;
  width: 24px;
}
@media all and (max-width: 991px) {
  .navbar .nav-top .navbar-action-mobile {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-action-left,
.navbar .navbar-action-right {
    display: flex;
  }
}
@media all and (max-width: 991px) {
  .navbar .navbar-action-left ul,
.navbar .navbar-action-right ul {
    display: none;
  }
}
.navbar .nav-bottom {
  height: 68px;
  width: 100%;
  padding: 0 40px;
}
@media all and (max-width: 991px) {
  .navbar .nav-bottom {
    height: 58px;
    padding: 0;
  }
}
.navbar .nav-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.navbar .navbar-collapse {
  width: 100%;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .navbar .navbar-collapse {
    height: 55px;
  }
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100% !important;
    right: 0;
    width: 320px;
    z-index: 1001;
    background-color: #395841;
    transition: 0.3s all !important;
    padding: 106px 0 0px 30px;
    transform: translateX(120%);
    display: block !important;
    overflow: hidden;
  }
}
@media all and (max-width: 575px) {
  .navbar .navbar-collapse {
    width: 300px;
    padding: 100px 0 0px 24px;
  }
}
.navbar .navbar-collapse .collapse-close {
  display: none;
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse .collapse-close {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 18px;
    top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navbar .navbar-collapse .collapse-close img {
  width: 20px;
}
@media all and (max-width: 1200px) {
  .navbar .navbar-collapse.show {
    transform: translateX(0%);
  }
}

.primary-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1200px) {
  .primary-nav {
    justify-content: center;
    flex-direction: column;
  }
}
.primary-nav li {
  position: relative;
  padding: 0 12px;
  margin-bottom: 0px;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .primary-nav li {
    padding: 0 10px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .primary-nav li {
    padding: 0 10px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav li {
    display: block;
    padding: 0;
    margin-bottom: 18px;
  }
}
.primary-nav li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0;
  line-height: normal;
  transition: 0.3s all;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}
.primary-nav li a:hover {
  color: #ffffff;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .primary-nav li a {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav li a {
    white-space: normal;
    line-height: normal;
  }
}
.primary-nav li:last-child {
  padding-right: 0;
  margin-bottom: 0;
}
.primary-nav li:first-child {
  padding-left: 0;
}

.navbar-nav {
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .navbar-nav {
    width: 100%;
    justify-content: end;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .navbar-nav {
    width: 100%;
    justify-content: end;
  }
}
@media all and (max-width: 1200px) {
  .navbar-nav {
    flex-direction: column !important;
    align-items: initial;
  }
}

.mobile-collsapse-logo {
  display: none;
}
@media all and (max-width: 1200px) {
  .mobile-collsapse-logo {
    display: block;
    padding-bottom: 24px;
    position: absolute;
    top: 20px;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media all and (max-width: 575px) {
  .mobile-collsapse-logo {
    left: 20px;
    right: 20px;
  }
}
.mobile-collsapse-logo img {
  width: 59px;
}
@media all and (max-width: 575px) {
  .mobile-collsapse-logo img {
    width: 50px;
  }
}

.navbar-brand {
  display: inline-block;
  width: 100%;
  max-width: 59px;
  padding: 0;
  margin: 0;
  flex: none;
  transition: 0.3s all;
  position: relative;
  margin-right: 108px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .navbar-brand {
    margin-right: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .navbar-brand {
    margin-right: 60px;
  }
}
@media all and (max-width: 1200px) {
  .navbar-brand {
    margin-right: 40px;
    width: 130px;
  }
}
@media all and (max-width: 575px) {
  .navbar-brand {
    width: 120px;
  }
}
.navbar-brand img {
  width: 100%;
}
.navbar-brand .logo-dark {
  display: none;
}

.mobile-call-icon {
  display: none;
  margin-left: auto;
  margin-right: 20px;
}
.mobile-call-icon a {
  height: 24px;
  width: 24px;
  display: inline-block;
}
@media all and (max-width: 991px) {
  .mobile-call-icon {
    display: block;
  }
}

.hamburger-menu {
  display: none;
}
.hamburger-menu img {
  width: 28px;
  height: auto;
}
@media all and (max-width: 1200px) {
  .hamburger-menu {
    flex: none;
    display: block;
  }
}

.mobile-action {
  display: none;
  margin-top: 30px;
}
@media all and (max-width: 991px) {
  .mobile-action {
    display: block;
  }
}
.mobile-action h4 {
  color: white;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.mobile-action ul {
  padding-left: 0;
}
.mobile-action ul li a {
  color: white;
}
@media all and (max-width: 991px) {
  .mobile-action .menu-top-header-menu-container + ul {
    margin-top: 8px;
  }
}

.menu-item-has-children {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-right: 38px !important;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children {
    padding-right: 0 !important;
    margin-right: 0;
  }
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 20px;
  width: 10px;
  height: 7px;
  background: url(../images/header/drop-down-icon.svg) no-repeat center/contain;
}
.menu-item-has-children:hover a {
  color: #395841;
}

#myUL .sub-menu {
  position: absolute;
  z-index: 1050;
  border-radius: 4px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 264px;
  padding: 20px;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu {
    top: 10px !important;
    left: 0;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 18px;
    transform: none;
  }
}
@media all and (max-width: 575px) {
  #myUL .sub-menu {
    margin: 0;
  }
}
#myUL .sub-menu li {
  display: inherit;
  padding: 0;
  margin-bottom: 20px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  #myUL .sub-menu li {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  #myUL .sub-menu li {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu li {
    margin-bottom: 16px;
  }
}
#myUL .sub-menu li:last-child {
  margin-bottom: 0;
}
#myUL .sub-menu li a {
  display: block;
  position: relative;
  padding: 0px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0;
  color: #395841;
}
@media all and (max-width: 575px) {
  #myUL .sub-menu li a {
    font-size: 15px;
  }
}
#myUL .sub-menu li a:hover {
  color: #395841;
}
#myUL .sub-menu::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 22px;
  background: transparent;
}

@media all and (max-width: 1200px) {
  .mobile-scrollbar {
    height: 100%;
    overflow-y: auto;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .mobile-scrollbar {
    padding-right: 30px;
  }
}

.footer {
  background: #1f311d;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
@media all and (max-width: 1200px) {
  .footer {
    padding-top: 58px;
  }
}
@media all and (max-width: 767px) {
  .footer {
    padding-top: 48px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 575px) {
  .footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.footer-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 1200px) {
  .footer-middle {
    gap: 70px;
    row-gap: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .footer-middle {
    row-gap: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .footer-middle {
    row-gap: 26px;
  }
}
@media all and (max-width: 767px) {
  .footer-middle .footer-contact-card {
    padding-left: 24px;
  }
}
.footer-middle .footer-contact-card h4 {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
.footer-middle .footer-contact-card h4::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: -24px;
  top: 0;
  background: url(../images/footer-right-icon.svg) no-repeat center/contain;
  display: none;
}
@media all and (max-width: 767px) {
  .footer-middle .footer-contact-card h4::before {
    display: inline-block;
  }
}
.footer-middle .footer-contact-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-middle .footer-contact-card ul li {
  margin: 0;
}
.footer-middle .footer-contact-card ul li {
  line-height: 20px;
  color: white;
  margin-bottom: 8px;
}
.footer-middle .footer-contact-card ul li:last-child {
  margin-bottom: 0;
}
.footer-middle .footer-contact-card ul li a {
  color: inherit;
}
.footer-middle .footer-menu-card {
  flex: none;
}
@media all and (max-width: 767px) {
  .footer-middle .footer-menu-card {
    width: 100%;
  }
}
.footer-middle .footer-menu-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-middle .footer-menu-card ul li {
  margin: 0;
}
.footer-middle .footer-menu-card ul li {
  font-size: 24px;
  line-height: 24px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  font-family: "beaufort-pro";
  letter-spacing: -0.02em;
}
@media all and (max-width: 767px) {
  .footer-middle .footer-menu-card ul li {
    padding-left: 24px;
  }
}
.footer-middle .footer-menu-card ul li::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/footer-right-icon.svg) no-repeat center/contain;
  display: none;
}
@media all and (max-width: 767px) {
  .footer-middle .footer-menu-card ul li::before {
    display: inline-block;
  }
}
.footer-middle .footer-menu-card ul li:last-child {
  margin-bottom: 0;
}
.footer-middle .footer-menu-card ul li a {
  color: inherit;
}
.footer-middle .footer-social-bottom {
  display: none;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .footer-middle .footer-social-bottom {
    display: block;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  gap: 20px;
}
@media all and (max-width: 575px) {
  .footer-bottom {
    padding: 26px 0;
  }
}
.footer-bottom .footer-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
}
.footer-bottom .footer-logo-wrapper p {
  font-size: 14px;
  line-height: 18px;
  color: white;
  letter-spacing: 0;
  margin: 0;
}
.footer-bottom .footer-logo-wrapper p a {
  color: inherit;
}
@media all and (max-width: 767px) {
  .footer-bottom .footer-social-bottom {
    display: none;
  }
}

.footer-social-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}
.footer-social-bottom ul li {
  margin: 0;
}
@media all and (max-width: 1200px) {
  .footer-social-bottom ul {
    justify-content: flex-end;
  }
}
@media all and (max-width: 575px) {
  .footer-social-bottom ul {
    justify-content: flex-start;
  }
}
.footer-social-bottom ul li a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: 0.3s all;
  color: #1f311d;
}
.footer-social-bottom ul li a:hover {
  background: white;
}
.footer-social-bottom ul li a i {
  position: relative;
  top: 1px;
  font-size: 19px;
}

.bg-grey {
  background: #F4F5F4 !important;
}

section.py-0 + .mobile-grey-bg {
  margin-top: 40px;
}

.hero-section {
  padding: 0;
  height: 100vh;
  position: relative;
}
@media all and (max-width: 1200px) {
  .hero-section {
    height: 650px;
  }
}
@media all and (max-width: 575px) {
  .hero-section {
    height: 100svh;
  }
}
.hero-section .hero-image {
  width: 100%;
  height: 100%;
}
.hero-section .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 49, 29, 0.4);
}
.hero-section .hero-content {
  max-width: 700px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
  .hero-section .hero-content {
    width: 80%;
  }
}
@media all and (max-width: 575px) {
  .hero-section .hero-content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    top: auto;
    bottom: 145px;
    transform: translate(-50%, 0%);
  }
}
.hero-section .hero-content h1 {
  color: #ffffff;
}
@media all and (max-width: 575px) {
  .hero-section .hero-content h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.hero-section .hero-content p {
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media all and (max-width: 575px) {
  .hero-section .hero-content p {
    width: 85%;
    margin: 0 auto 24px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-section .hero-content .btn.btn-white, .hero-section .hero-content input.btn-white[type=submit] {
    border-radius: 12px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background: #ffffff;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #1F311D;
    width: auto;
  }
  .hero-section .hero-content .btn.btn-white::after, .hero-section .hero-content input.btn-white[type=submit]::after {
    display: none;
  }
}
.hero-section .scroll-to-discover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.hero-section .scroll-to-discover::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #ffffff;
  margin: 16px auto 0;
}

@media all and (max-width: 575px) {
  .admin-bar .hero-section, .admin-bar .inner-hero-section {
    height: calc(100svh - 46px);
  }
}

.inner-hero-section {
  padding: 0;
  height: 560px;
  position: relative;
  align-content: end;
}
@media all and (max-width: 1200px) {
  .inner-hero-section {
    height: 450px;
  }
}
@media all and (max-width: 575px) {
  .inner-hero-section {
    height: 100svh;
  }
}
.inner-hero-section .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.inner-hero-section .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-hero-section .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 49, 29, 0.4);
}
.inner-hero-section .hero-content {
  position: relative;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 64px;
}
@media all and (max-width: 575px) {
  .inner-hero-section .hero-content {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 145px;
  }
}
.inner-hero-section .hero-content h1 {
  color: #ffffff;
}
@media all and (max-width: 575px) {
  .inner-hero-section .hero-content h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.inner-hero-section .hero-content p {
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
@media all and (max-width: 575px) {
  .inner-hero-section .hero-content p {
    width: 85%;
    margin: 0 auto 24px;
    line-height: 20px;
  }
}
.inner-hero-section .hero-content .btn.btn-white, .inner-hero-section .hero-content input.btn-white[type=submit] {
  display: none;
}
@media all and (max-width: 575px) {
  .inner-hero-section .hero-content .btn.btn-white, .inner-hero-section .hero-content input.btn-white[type=submit] {
    display: inline-block;
    border-radius: 12px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background: #ffffff;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #1F311D;
    width: auto;
  }
  .inner-hero-section .hero-content .btn.btn-white::after, .inner-hero-section .hero-content input.btn-white[type=submit]::after {
    display: none;
  }
}
.inner-hero-section .scroll-to-discover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: none;
}
@media all and (max-width: 575px) {
  .inner-hero-section .scroll-to-discover {
    display: block;
  }
}
.inner-hero-section .scroll-to-discover::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #ffffff;
  margin: 16px auto 0;
}
.inner-hero-section:has(.text-center) {
  align-content: center;
}
@media all and (max-width: 575px) {
  .inner-hero-section:has(.text-center) {
    align-content: end;
  }
}
.inner-hero-section:has(.text-center) .hero-content {
  margin-top: 100px;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .inner-hero-section:has(.text-center) .hero-content {
    margin-top: 0;
    margin-bottom: 145px;
  }
}

@media all and (max-width: 575px) {
  .desktop-content {
    display: none;
  }
}

.mobile-content {
  display: none;
}
@media all and (max-width: 575px) {
  .mobile-content {
    display: block;
  }
}

.section-heading {
  margin-bottom: 32px;
}
@media all and (max-width: 1200px) {
  .section-heading {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 575px) {
  .section-heading {
    margin-bottom: 16px;
  }
}
.section-heading h2, .section-heading h3 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 40px;
}
@media all and (max-width: 1200px) {
  .section-heading h2, .section-heading h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media all and (max-width: 991px) {
  .section-heading h2, .section-heading h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .section-heading h2, .section-heading h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.section-heading h2:last-child, .section-heading h3:last-child {
  margin-bottom: 0;
}
.section-heading p {
  letter-spacing: -0.02em;
}

.general-content.text-center {
  max-width: 900px;
  margin: 0 auto;
}
.general-content > i {
  display: block;
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .general-content .icon-text-list {
    padding-top: 10px;
    text-align: left !important;
  }
}
@media all and (max-width: 575px) {
  .general-content .icon-text-list .icon-text {
    justify-content: start;
    margin-bottom: 6px;
  }
}
.general-content .icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.general-content .icon-text:last-child {
  margin-bottom: 0;
}
.general-content .icon-text i {
  flex: none;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.general-content .icon-text i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.general-content .icon-text h4 {
  margin: 0;
}
.general-content .btn-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.general-content + .general-content-img img {
  margin: 0 auto;
  max-width: 100%;
}

.floating-general-content-row {
  align-items: center;
}

@media all and (max-width: 575px) {
  .general-content-section.mobile-text-left .general-content {
    text-align: left;
  }
}
@media all and (max-width: 575px) {
  .general-content-section.mobile-text-center .general-content {
    text-align: center;
  }
}
@media all and (max-width: 575px) {
  .general-content-section.mobile-grey-bg {
    background: #F4F5F4;
  }
}

.img-content-block {
  align-items: center;
  box-shadow: 0px 0px 16px 0px #39584140;
}
@media all and (max-width: 991px) {
  .img-content-block {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  .img-content-block {
    box-shadow: none;
  }
}
@media all and (max-width: 1200px) {
  .img-content-block .img-content-block-img {
    height: 500px;
  }
}
@media all and (max-width: 991px) {
  .img-content-block .img-content-block-img {
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .img-content-block .img-content-block-img img {
    height: 100%;
    object-fit: cover;
  }
}
.img-content-block .img-content-block-info {
  padding: 40px 80px;
}
@media all and (max-width: 1200px) {
  .img-content-block .img-content-block-info {
    padding: 26px 40px;
  }
}
@media all and (max-width: 575px) {
  .img-content-block .img-content-block-info {
    padding: 24px 0 0;
  }
}
.img-content-block .img-content-block-info h3 {
  margin-bottom: 16px;
}
.img-content-block .img-content-block-info p {
  letter-spacing: 0;
  color: rgba(31, 49, 29, 0.7);
  margin-bottom: 16px;
}
.img-content-block .img-content-block-info p strong {
  font-weight: 650;
}
@media all and (max-width: 575px) {
  .img-content-block .img-content-block-info p {
    color: #1F311D;
    line-height: 28px;
  }
}
.img-content-block .img-content-block-info p:last-child {
  margin-bottom: 0;
}
.img-content-block .img-content-block-info .btn, .img-content-block .img-content-block-info input[type=submit] {
  margin-top: 16px;
}
.img-content-block.small-content p, .img-content-block.small-content ul li {
  font-size: 14px;
  line-height: 20px;
}
.img-content-block.list-with-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}
.img-content-block.list-with-icon ul li {
  margin: 0;
}
@media all and (max-width: 575px) {
  .img-content-block.list-with-icon ul {
    gap: 12px;
  }
}
.img-content-block.list-with-icon ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(31, 49, 29, 0.7);
}
@media all and (max-width: 575px) {
  .img-content-block.list-with-icon ul li {
    color: #1F311D;
  }
}
.img-content-block.list-with-icon ul li i {
  flex: none;
  width: 16px;
  height: 16px;
  line-height: 0;
}
.img-content-block.list-with-icon ul li i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-content-block.text-center .img-content-block-info {
  padding: 0;
  max-width: 450px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .img-content-block.text-center .img-content-block-info {
    max-width: 80%;
    margin: 30px auto;
  }
}
@media all and (max-width: 991px) {
  .img-content-block.text-center .img-content-block-info {
    margin: 40px auto;
  }
}
@media all and (max-width: 575px) {
  .img-content-block.text-center .img-content-block-info {
    max-width: 100%;
    margin: 24px auto 0;
  }
}
.img-content-block.text-center .img-content-block-info h3 {
  margin-bottom: 8px;
}
.img-content-block.text-center .img-content-block-info p {
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media all and (max-width: 575px) {
  .img-content-block.text-center .img-content-block-info p {
    line-height: 28px;
  }
}
.img-content-block.text-center .img-content-block-info p:last-child {
  margin-bottom: 0;
}
.img-content-block.text-center .img-content-block-info .btn, .img-content-block.text-center .img-content-block-info input[type=submit] {
  margin-top: 4px;
}

.overflow-img-content-block {
  padding: 40px;
}
@media all and (max-width: 991px) {
  .overflow-img-content-block {
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 40px 30px;
  }
}
@media all and (max-width: 575px) {
  .overflow-img-content-block {
    background: transparent !important;
    padding: 32px 0 0 0;
  }
}

@media all and (max-width: 991px) {
  .overflow-img-content-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: -40px;
  }
}
@media all and (max-width: 575px) {
  .overflow-img-content-wrapper {
    margin-right: -16px;
  }
}
.overflow-img-content-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.overflow-img-content-wrapper ul li {
  margin: 0;
}
@media all and (max-width: 1200px) {
  .overflow-img-content-wrapper ul {
    gap: 22px;
  }
}
@media all and (max-width: 991px) {
  .overflow-img-content-wrapper ul {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .overflow-img-content-wrapper ul {
    gap: 12px;
  }
}
.overflow-img-content-wrapper ul li {
  width: 255px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .overflow-img-content-wrapper ul li {
    width: calc(25% - 11px);
  }
}
@media all and (max-width: 991px) {
  .overflow-img-content-wrapper ul li {
    width: 205px;
  }
}
.overflow-img-content-wrapper ul li figure {
  display: flex;
  flex-direction: column;
}
.overflow-img-content-wrapper ul li figure img {
  width: 100%;
  margin-bottom: 12px;
}
.overflow-img-content-wrapper ul li figure figcaption {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-family: "beaufort-pro";
  letter-spacing: -0.02em;
  color: #395841;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .overflow-img-content-wrapper ul li figure figcaption {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  .overflow-img-content-wrapper ul li figure figcaption {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roobert TRIAL";
    text-align: left;
  }
}
@media all and (max-width: 991px) {
  .overflow-img-content-wrapper ul::after {
    content: "";
    width: 18px;
    display: flex;
    height: 1px;
    flex: none;
  }
}
@media all and (max-width: 575px) {
  .overflow-img-content-wrapper ul::after {
    width: 4px;
  }
}

.card-content-style-1-row {
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 30px;
}
@media all and (max-width: 575px) {
  .card-content-style-1-row {
    row-gap: 16px;
  }
}
.card-content-style-1-row > [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}

.card-content-style-1 {
  box-shadow: 0px 0px 8px 0px #39584140;
  transition: 0.3s all;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .card-content-style-1 {
    margin: 0 auto;
    max-width: 550px;
  }
}
@media all and (max-width: 575px) {
  .card-content-style-1 {
    box-shadow: none;
    background: rgba(31, 49, 29, 0.06);
  }
}
.card-content-style-1 .card-content-style-1-info {
  padding: 32px;
}
@media all and (max-width: 1200px) {
  .card-content-style-1 .card-content-style-1-info {
    padding: 24px;
  }
}
@media all and (max-width: 991px) {
  .card-content-style-1 .card-content-style-1-info {
    padding: 32px;
  }
}
@media all and (max-width: 575px) {
  .card-content-style-1 .card-content-style-1-info {
    padding: 24px;
    text-align: left !important;
  }
}
.card-content-style-1 h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
@media all and (max-width: 575px) {
  .card-content-style-1 h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
  }
}
.card-content-style-1 p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(31, 49, 29, 0.7);
}
@media all and (max-width: 575px) {
  .card-content-style-1 p {
    font-weight: 650;
  }
}
.card-content-style-1.bg-grey {
  box-shadow: none;
}
.card-content-style-1:hover {
  transform: scale(1.05);
}

.card-content-style-2-row {
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 30px;
}
@media all and (max-width: 575px) {
  .card-content-style-2-row {
    row-gap: 16px;
  }
}
.card-content-style-2-row > [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}

.card-content-style-2 {
  height: 100%;
  padding: 40px 24px;
  box-shadow: 0px 0px 8px 0px #1F311D26;
  transition: 0.3s all;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .card-content-style-2 {
    padding: 24px;
  }
}
@media all and (max-width: 991px) {
  .card-content-style-2 {
    padding: 40px 24px;
    margin: 0 auto;
    max-width: 550px;
  }
}
@media all and (max-width: 575px) {
  .card-content-style-2 {
    box-shadow: none;
    background: rgba(31, 49, 29, 0.06);
  }
}
.card-content-style-2 h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.card-content-style-2 p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(31, 49, 29, 0.7);
  margin-bottom: 12px;
}
.card-content-style-2 p strong {
  font-weight: 650;
}
.card-content-style-2 p:last-child {
  margin-bottom: 0;
}
.card-content-style-2:hover {
  transform: scale(1.05);
}

@media all and (max-width: 575px) {
  .menu-card-row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media all and (max-width: 575px) {
  .menu-card-row > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.menu-card {
  text-align: center;
}
.menu-card .menu-card-img {
  width: 328px;
  margin: 0 auto 48px;
}
@media all and (max-width: 1200px) {
  .menu-card .menu-card-img {
    width: 90%;
  }
}
@media all and (max-width: 575px) {
  .menu-card .menu-card-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.menu-card h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1F311D;
  margin-bottom: 8px;
}
@media all and (max-width: 575px) {
  .menu-card h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.menu-card p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 650;
  letter-spacing: 0;
  color: rgba(31, 49, 29, 0.7);
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .menu-card p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 16px;
  }
}
.menu-card .btn, .menu-card input[type=submit] {
  width: 100%;
  background: #576556;
  height: 44px;
  line-height: 44px;
  border: 0;
  color: #ffffff;
}
.menu-card .btn::after, .menu-card input[type=submit]::after {
  display: none !important;
}

.image-gallery-section .btn-wrapper {
  padding-top: 32px;
}

@media all and (max-width: 575px) {
  .gallery-carousel .swiper-wrapper {
    transform: none !important;
    flex-direction: column;
    gap: 16px;
  }
}
.gallery-carousel .swiper-slide {
  cursor: grab;
  width: auto !important;
}
@media all and (max-width: 575px) {
  .gallery-carousel .swiper-slide {
    width: 100% !important;
  }
}
.gallery-carousel .gallery-item {
  height: 360px;
}
@media all and (max-width: 991px) {
  .gallery-carousel .gallery-item {
    height: 300px;
  }
}
@media all and (max-width: 575px) {
  .gallery-carousel .gallery-item {
    height: auto;
  }
}
.gallery-carousel .gallery-item figure {
  height: 100%;
}
.gallery-carousel .gallery-item img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 575px) {
  .gallery-carousel .gallery-item img {
    height: auto;
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  .team-carousel .swiper-wrapper {
    transform: none !important;
    flex-direction: column;
    gap: 16px;
  }
}
.team-carousel .swiper-slide {
  cursor: grab;
  width: auto !important;
}
@media all and (max-width: 575px) {
  .team-carousel .swiper-slide {
    width: 100% !important;
  }
}
.team-carousel .team-card {
  width: 503px;
  background: #F4F5F4;
}
@media all and (max-width: 1200px) {
  .team-carousel .team-card {
    width: 400px;
  }
}
@media all and (max-width: 991px) {
  .team-carousel .team-card {
    width: 350px;
  }
}
@media all and (max-width: 767px) {
  .team-carousel .team-card {
    width: 300px;
  }
}
@media all and (max-width: 575px) {
  .team-carousel .team-card {
    width: 100%;
  }
}
.team-carousel .team-card .team-card-info {
  padding: 24px 24px 32px;
}
.team-carousel .team-card .team-card-info h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.team-carousel .team-card .team-card-info .designation {
  font-size: 14px;
  line-height: 20px;
  font-weight: 650;
  letter-spacing: 0;
  color: rgba(31, 49, 29, 0.7);
  margin-bottom: 12px;
}
.team-carousel .team-card .team-card-info p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(31, 49, 29, 0.7);
}

.testimonial-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media all and (max-width: 1200px) {
  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 575px) {
  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.testimonial-section::before, .testimonial-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(180deg, rgba(244, 245, 244, 0.6) 0%, #f4f5f4 100%);
  z-index: 2;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .testimonial-section::before, .testimonial-section::after {
    width: 25%;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .testimonial-section::before, .testimonial-section::after {
    width: 25%;
  }
}
@media all and (max-width: 1200px) {
  .testimonial-section::before, .testimonial-section::after {
    width: 23%;
  }
}
@media all and (max-width: 991px) {
  .testimonial-section::before, .testimonial-section::after {
    width: 18%;
  }
}
@media all and (max-width: 575px) {
  .testimonial-section::before, .testimonial-section::after {
    width: 15%;
    background: linear-gradient(180deg, rgba(244, 245, 244, 0.2) 0%, #f4f5f4 100%);
  }
}
.testimonial-section::after {
  left: auto;
  right: 0;
}
.testimonial-section .btn, .testimonial-section input[type=submit] {
  position: relative;
  z-index: 4;
}
.testimonial-section .section-heading {
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 575px) {
  .testimonial-section .section-heading h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
}
.testimonial-section .swiper-slide-prev h4, .testimonial-section .swiper-slide-next h4 {
  opacity: 0;
}
.testimonial-section .swiper-slide:not(.swiper-slide-active) {
  height: auto;
  display: flex;
  align-items: flex-end;
}
.testimonial-section .swiper-slide:not(.swiper-slide-active) p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 575px) {
  .testimonial-section .swiper-slide:not(.swiper-slide-active) p {
    -webkit-line-clamp: 5;
  }
}
.testimonial-section .btn-review {
  width: 100%;
  width: calc(100% - 32px);
  position: relative;
  z-index: 3;
  background: transparent;
  border: 1px solid #1F311D;
  color: #1F311D;
  border-radius: 4px;
}
.testimonial-section .btn-review:hover, .testimonial-section .btn-review:focus, .testimonial-section .btn-review:active {
  background: #1F311D;
  color: #ffffff;
}

.testimonial-item h4 {
  margin-bottom: 8px;
}
@media all and (max-width: 575px) {
  .testimonial-item h4 {
    font-size: 16px;
    line-height: 28px;
  }
}
.testimonial-item p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(31, 49, 29, 0.5);
}

.testimonial-carousel {
  position: relative;
}
@media all and (max-width: 575px) {
  .testimonial-carousel {
    margin-bottom: 48px;
  }
}

.testimonial-swiper-navigation {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media all and (max-width: 575px) {
  .testimonial-swiper-navigation {
    left: 16px;
    right: 16px;
  }
}
.testimonial-swiper-navigation div {
  pointer-events: auto;
}
@media all and (max-width: 575px) {
  .testimonial-swiper-navigation div {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media all and (max-width: 575px) {
  .home .map-section {
    padding-bottom: 0;
  }
}
@media all and (max-width: 575px) {
  .home .map-wrapper {
    margin: 0 -16px;
  }
}

.map-section .section-heading {
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .map-section .section-heading {
    margin-bottom: 14px;
  }
}
@media all and (max-width: 575px) {
  .map-section .section-heading h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
  }
}

.map-wrapper {
  height: 700px;
}
@media all and (max-width: 1200px) {
  .map-wrapper {
    height: 600px;
  }
}
@media all and (max-width: 991px) {
  .map-wrapper {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .map-wrapper {
    height: 400px;
  }
}
@media all and (max-width: 575px) {
  .map-wrapper {
    height: 340px;
  }
}

.error-404-hero {
  padding: 0;
  position: relative;
  height: 114px;
}
.error-404-hero .hero-image {
  width: 100%;
  height: 100%;
}
.error-404-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-404-hero .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 49, 29, 0.55);
}

.error-404-content {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
@media all and (max-width: 575px) {
  .error-404-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.error-404-content h2 {
  font-size: 26px;
  line-height: 26px;
  font-family: "Roobert TRIAL";
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .error-404-content h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
.error-404-content .btn, .error-404-content input[type=submit] {
  min-width: 150px;
}

.faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(31, 49, 29, 0.25);
}
.faq-accordion .accordion-header {
  font-size: 16px;
}
.faq-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 24px;
}
.faq-accordion .accordion-button {
  position: relative;
  font-size: 20px;
  font-weight: 650;
  font-family: "Roobert TRIAL";
  padding-left: 0;
  padding-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 10px;
  color: #1F311D !important;
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
  }
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button::after {
  height: 24px;
  width: 24px;
  background-image: url(../images/chevron-down.svg);
  background-size: 24px;
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-button::after {
    height: 16px;
    width: 16px;
    background-size: 16px;
  }
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: white;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/chevron-down-dark.svg);
}

@media all and (max-width: 575px) {
  .contact-section {
    padding-top: 0;
  }
}

.contact-details {
  text-align: center;
  color: white;
  padding: 40px;
  background: #1F311D;
}
@media all and (max-width: 991px) {
  .contact-details {
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  .contact-details {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .contact-details {
    text-align: left;
    color: #1F311D;
    background: rgba(31, 49, 29, 0.06);
    padding: 40px 16px;
    margin-bottom: 40px;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.contact-details-mobile {
  text-align: left;
  color: #1F311D;
  background: rgba(31, 49, 29, 0.06);
  padding: 80px 16px;
  margin-bottom: 40px;
  margin-left: -16px;
  margin-right: -16px;
  display: none;
}
.contact-details-mobile .bold {
  font-weight: 650;
}
.contact-details-mobile p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.contact-details-mobile p:last-child {
  margin-bottom: 0;
}

.contact-call-details {
  margin-bottom: 20px;
}
.contact-call-details p {
  line-height: 28px;
  font-weight: 650;
  letter-spacing: 0;
  margin-bottom: 0;
}
.contact-call-details p a {
  color: inherit;
}

.contact-enquiry-details {
  margin-bottom: 20px;
}

.suppliers-enquiry-details {
  font-weight: 650;
  letter-spacing: 0;
}
.suppliers-enquiry-details a {
  font-weight: 400;
  color: inherit;
}

.contact-info {
  color: #395841;
  margin-bottom: 36px;
}

.brand-slider {
  max-width: 1096px;
  margin: 0 auto;
}
@media all and (max-width: 575px) {
  .brand-slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.brand-slider .swiper-slide {
  width: max-content !important;
}
@media all and (max-width: 575px) {
  .brand-slider .swiper-slide {
    width: auto;
  }
}

.brand-item figure {
  max-width: 133px;
}

.suppliers-wrapper {
  margin-bottom: 72px;
}
.suppliers-wrapper:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .suppliers-wrapper {
    margin-bottom: 40px;
  }
}
.suppliers-wrapper.text-center .suppliers-heading {
  text-align: center;
}
.suppliers-wrapper.text-center .suppliers-logo-wrapper {
  justify-content: center;
}

.suppliers-heading {
  font-size: 24px;
  line-height: 28px;
  font-family: "Roobert TRIAL";
  color: #1F311D;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .suppliers-heading {
    font-size: 20px;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(31, 49, 29, 0.15);
  }
}

.suppliers-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .suppliers-logo-wrapper {
    width: 100%;
    gap: 20px;
  }
}
.suppliers-logo-wrapper figure {
  max-width: 177px;
}

.accomodation-img-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 60px;
}
@media all and (max-width: 1200px) {
  .accomodation-img-wrapper {
    padding-inline: 0;
  }
}
@media all and (max-width: 1200px) {
  .accomodation-img-wrapper {
    padding-inline: 0;
  }
}
@media all and (max-width: 575px) {
  .accomodation-img-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.accomodation-img-wrapper figure {
  max-width: 224px;
}

@media all and (max-width: 575px) {
  .logo-list-section .section-heading {
    display: none;
  }
}

body section .gform_wrapper.gravity-theme form .gform_body .gform_fields {
  display: grid;
  grid-row-gap: 24px;
}
body section .gform_wrapper.gravity-theme .gform_validation_errors {
  position: relative;
  padding: 0 0 0 30px !important;
  margin: 0 0 20px !important;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
body section .gform_wrapper.gravity-theme .gform_validation_errors::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 4px;
  left: 0;
  opacity: 1;
  background: url(https://chevler.wpenginepowered.com/wp-content/uploads/2024/11/warning-icon-1.svg) no-repeat center/contain;
  pointer-events: none;
}
@media all and (max-width: 575px) {
  body section .gform_wrapper.gravity-theme .gform_validation_errors::before {
    height: 18px;
    width: 18px;
  }
}
body section .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none;
}
body section .gform_wrapper.gravity-theme h2.gform_submission_error {
  color: #ff2323 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Roobert TRIAL";
}
@media all and (max-width: 575px) {
  body section .gform_wrapper.gravity-theme h2.gform_submission_error {
    font-size: 17px;
    line-height: 24px;
  }
}
body section .gform_wrapper.gravity-theme .validation_message {
  color: #ff2323 !important;
  padding: 0;
  border: 0;
  background: no-repeat;
}
body section .gform_wrapper.gravity-theme .gfield label {
  font-weight: 650;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #395841 !important;
}
body section .gform_wrapper.gravity-theme .gfield label .gfield_required {
  color: #ff2323 !important;
}
body section .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 0;
}
body section .gform_wrapper.gravity-theme form .gform_footer {
  margin-top: 32px;
  padding: 0;
}
body section .gform_wrapper.gravity-theme form .gform_footer input {
  margin: 0;
}
body section .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}
body section .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input[type=checkbox] {
  display: none;
}
@media all and (max-width: 575px) {
  body section .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent .gfield_consent_label {
    width: 95%;
  }
}
@media all and (max-width: 575px) {
  body section .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent .gfield_required {
    vertical-align: top;
  }
}
body section .gform_confirmation_wrapper {
  padding: 40px;
  text-align: center;
  background: #0080001a;
  font-size: 20px;
  line-height: 30px;
}
@media all and (max-width: 991px) {
  body section .gform_confirmation_wrapper {
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  body section .gform_confirmation_wrapper {
    padding: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  body section .gform_confirmation_wrapper {
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
body section .gform_confirmation_wrapper .gform_confirmation_message {
  width: 70%;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  body section .gform_confirmation_wrapper .gform_confirmation_message {
    width: 100%;
  }
}

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