@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@font-face {
  font-family: HelloParisLight;
  src: url("/assets/fonts/Hello_Paris_Sans_Light.ttf");
}
@font-face {
  font-family: HelloParisRegular;
  src: url("/assets/fonts/Hello_Paris_Sans_Regular.ttf");
}
@font-face {
  font-family: HelloParisBold;
  src: url("/assets/fonts/Hello_Paris_Sans_Bold.ttf");
}
@font-face {
  font-family: Mmtsdr;
  src: url("/assets/fonts/Mmtsdr_bold_Regular.ttf");
}
.header__area {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.header__area--content {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  position: relative;
}
@media (max-width: 767px) {
  .header__area--content {
    padding: 8px 0;
  }
}
.header__area--content--left {
  width: 10%;
}
.header__area--content--left .logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all ease-in 0.3s;
  background-color: white;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.header__area--content--left .logo:hover {
  transform: scale(1.04);
  transition: all ease-in 0.3s;
}
.header__area--content--left .logo img {
  height: 100px;
  width: auto;
}
@media (max-width: 767px) {
  .header__area--content--left .logo img {
    height: 80px;
  }
}
.header__area--content--nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
  gap: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__area--content--nav--item {
  position: relative;
  text-align: center;
  transition: all ease-in 0.4s;
}
.header__area--content--nav--item a {
  font-size: clamp(16px, 1vw, 16px);
  font-weight: 500;
  color: #EBEFF5;
  padding: 40px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: -8px;
  height: 100%;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
.header__area--content--nav--item.active, .header__area--content--nav--item:hover {
  color: #c6a665;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active a, .header__area--content--nav--item:hover a {
  color: #c6a665;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active:after, .header__area--content--nav--item:hover:after {
  content: url("/assets/images/b-s.svg");
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: -32px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .header__area--content--nav {
    display: none;
  }
}
.header__area--content--nav .dropdown {
  position: relative;
}
.header__area--content--nav .dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header__area--content--nav .dropdown .submenu > a {
  border-bottom: 0;
  padding: 16px 24px;
  color: #444b76;
}
.header__area--content--nav .dropdown > a > img {
  width: 20px;
}
.header__area--content--nav .dropdown .submenu > a:hover {
  background: #F8F8FC;
}
.header__area--content--nav .dropdown .submenu {
  position: absolute;
  top: 40px;
  left: 0;
  display: grid;
  min-width: 220px;
  padding: 8px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(58, 121, 96, 0.1);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.header__area--content--right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__area--content--right .button {
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .header__area--content--right .button {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .header__area--content--right .button {
    padding: 0;
    min-width: 132px;
  }
}
@media (max-width: 340px) {
  .header__area--content--right .button {
    display: none;
  }
}
.header__area--content--right .drawer--btn {
  display: none;
}
@media (max-width: 1199px) {
  .header__area--content--right .drawer--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    padding: 4px 8px;
    color: #3A7960;
    background-color: rgba(58, 121, 96, 0);
    font-weight: 600;
    font-size: clamp(16px, 3vw, 16px);
  }
  .header__area--content--right .drawer--btn:hover {
    cursor: url("/assets/images/favicon.svg"), auto;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
}
.sticky .header__area--content--nav--item a {
  color: #444b76;
}
.sticky .header__area--content--nav--item.active a, .sticky .header__area--content--nav--item:hover a {
  color: #c6a665;
}
.sticky .bordered {
  color: #c6a665;
  box-shadow: 0 0 0 1px #c6a665;
  min-width: 132px;
}
.sticky .bordered a {
  color: #c6a665;
}
.sticky .drawer--btn {
  background-color: #3A7960;
}
.sticky .drawer--btn svg > * {
  color: #3A7960;
}

.nav-up {
  top: -70px;
  transform: translateY(-100px);
  transition: transform 0.5s ease-out;
}

.swipe-nav {
  position: fixed;
  z-index: 40000;
  top: -2em;
  right: 0;
  bottom: -2em;
  left: 0;
  visibility: hidden;
  transition: visibility 0.2s ease;
}
.swipe-nav__overlay {
  cursor: default;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
  opacity: 0;
  background: rgba(33, 20, 17, 0.6);
  will-change: opacity;
}
.swipe-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  transition: 0.2s ease-out;
  transition-property: transform;
  transform: translate3d(100%, 0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  will-change: transform;
}
@media (max-width: 991px) {
  .swipe-nav__panel {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .swipe-nav__panel {
    width: 70%;
  }
}
@media (max-width: 512px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
@media (max-width: 380px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
.swipe-nav__scroller {
  height: 100%;
}
.swipe-nav__inner {
  position: relative;
  min-height: 100%;
}
.swipe-nav__inner .menu-button {
  top: -2.125em;
}
.swipe-nav__close {
  cursor: pointer;
}
.swipe-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 32px;
}
.swipe-nav__head .title {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #c6a665;
}
.swipe-nav__head img {
  width: 64px;
  height: auto;
}
.swipe-nav__content {
  padding: 16px;
}
.swipe-nav__content .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-height: 800px) {
  .swipe-nav__content .navigation ul {
    gap: 8px;
  }
}
.swipe-nav__content .navigation ul li {
  width: 100%;
}
.swipe-nav__content .navigation ul li a {
  padding: 8px 16px;
  color: #231f20;
  text-decoration: none;
  transition: all ease-in 0.4s;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(32px, 3vw, 38px);
  font-weight: 600;
  position: relative;
  width: 100%;
  transition: all ease-in 0.4s;
  background-color: rgba(132, 152, 175, 0.02);
  border-left: 4px solid transparent;
}
.swipe-nav__content .navigation ul li:hover, .swipe-nav__content .navigation ul li.active {
  transition: all ease-in 0.4s;
  background-color: rgba(58, 121, 96, 0.02);
  border-left: 4px solid #c6a665;
}
.swipe-nav__content .navigation ul li:hover::after, .swipe-nav__content .navigation ul li.active::after {
  position: absolute;
  transition: all ease-in 0.4s;
  width: 32px;
  height: 2px;
  bottom: 0px !important;
  left: 0;
  margin: 0;
  background-color: #c6a665;
  z-index: 1;
  content: "";
}
.swipe-nav__content .navigation ul li:hover a, .swipe-nav__content .navigation ul li.active a {
  color: #3A7960;
}

.js .swipe-nav__panel:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  visibility: visible;
  width: 1em;
  content: "";
}

.swipe-nav--open,
.no-js .swipe-nav:target {
  visibility: visible;
}
.swipe-nav--open .swipe-nav__overlay,
.no-js .swipe-nav:target .swipe-nav__overlay {
  opacity: 1;
}
.swipe-nav--open .swipe-nav__panel,
.no-js .swipe-nav:target .swipe-nav__panel {
  transform: translate3d(0, 0, 0);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
}

a {
  text-decoration: none;
  color: #3A7960;
}

a:hover {
  text-decoration: none;
}

::-moz-selection {
  background-color: rgba(198, 166, 101, 0.7);
  color: white;
}

::selection {
  background-color: rgba(198, 166, 101, 0.7);
  color: white;
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

body {
  /* overflow: hidden; */
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  background-color: #fffdfc;
  color: #231F20;
}

.height100 {
  height: 100% !important;
}

.font--subtitle {
  font-family: Mmtsdr !important;
}

.font--title {
  font-family: HelloParisRegular !important;
}

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

@media (max-width: 1399px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding: 0 64px;
  }
}
@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 400px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.grid--4-2 {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .grid--4-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .grid--4-2 {
    grid-template-columns: 1fr;
  }
}

.grid--02 {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .grid--02 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .grid--02 {
    gap: 16px;
  }
}

.grid--4-3 {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .grid--4-3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .grid--4-3 {
    gap: 16px;
  }
}

.flex--02 {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.flex--02 .flex-50 {
  width: 48%;
}
@media (max-width: 991px) {
  .flex--02 .flex-50 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .flex--02 {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .flex--02 {
    gap: 16px;
  }
}

.header__area {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.header__area--content {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  position: relative;
}
@media (max-width: 767px) {
  .header__area--content {
    padding: 8px 0;
  }
}
.header__area--content--left {
  width: 10%;
}
.header__area--content--left .logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all ease-in 0.3s;
  background-color: white;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.header__area--content--left .logo:hover {
  transform: scale(1.04);
  transition: all ease-in 0.3s;
}
.header__area--content--left .logo img {
  height: 100px;
  width: auto;
}
@media (max-width: 767px) {
  .header__area--content--left .logo img {
    height: 80px;
  }
}
.header__area--content--nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
  gap: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__area--content--nav--item {
  position: relative;
  text-align: center;
  transition: all ease-in 0.4s;
}
.header__area--content--nav--item a {
  font-size: clamp(16px, 1vw, 16px);
  font-weight: 500;
  color: #EBEFF5;
  padding: 40px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: -8px;
  height: 100%;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
.header__area--content--nav--item.active, .header__area--content--nav--item:hover {
  color: #c6a665;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active a, .header__area--content--nav--item:hover a {
  color: #c6a665;
  transition: border ease-in 0.3s;
}
.header__area--content--nav--item.active:after, .header__area--content--nav--item:hover:after {
  content: url("/assets/images/b-s.svg");
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: -32px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .header__area--content--nav {
    display: none;
  }
}
.header__area--content--nav .dropdown {
  position: relative;
}
.header__area--content--nav .dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header__area--content--nav .dropdown .submenu > a {
  border-bottom: 0;
  padding: 16px 24px;
  color: #444b76;
}
.header__area--content--nav .dropdown > a > img {
  width: 20px;
}
.header__area--content--nav .dropdown .submenu > a:hover {
  background: #F8F8FC;
}
.header__area--content--nav .dropdown .submenu {
  position: absolute;
  top: 40px;
  left: 0;
  display: grid;
  min-width: 220px;
  padding: 8px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(58, 121, 96, 0.1);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.header__area--content--right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__area--content--right .button {
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .header__area--content--right .button {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .header__area--content--right .button {
    padding: 0;
    min-width: 132px;
  }
}
@media (max-width: 340px) {
  .header__area--content--right .button {
    display: none;
  }
}
.header__area--content--right .drawer--btn {
  display: none;
}
@media (max-width: 1199px) {
  .header__area--content--right .drawer--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    padding: 4px 8px;
    color: #3A7960;
    background-color: rgba(58, 121, 96, 0);
    font-weight: 600;
    font-size: clamp(16px, 3vw, 16px);
  }
  .header__area--content--right .drawer--btn:hover {
    cursor: url("/assets/images/favicon.svg"), auto;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
}
.sticky .header__area--content--nav--item a {
  color: #444b76;
}
.sticky .header__area--content--nav--item.active a, .sticky .header__area--content--nav--item:hover a {
  color: #c6a665;
}
.sticky .bordered {
  color: #c6a665;
  box-shadow: 0 0 0 1px #c6a665;
  min-width: 132px;
}
.sticky .bordered a {
  color: #c6a665;
}
.sticky .drawer--btn {
  background-color: #3A7960;
}
.sticky .drawer--btn svg > * {
  color: #3A7960;
}

.nav-up {
  top: -70px;
  transform: translateY(-100px);
  transition: transform 0.5s ease-out;
}

.swipe-nav {
  position: fixed;
  z-index: 40000;
  top: -2em;
  right: 0;
  bottom: -2em;
  left: 0;
  visibility: hidden;
  transition: visibility 0.2s ease;
}
.swipe-nav__overlay {
  cursor: default;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
  opacity: 0;
  background: rgba(33, 20, 17, 0.6);
  will-change: opacity;
}
.swipe-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  transition: 0.2s ease-out;
  transition-property: transform;
  transform: translate3d(100%, 0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  will-change: transform;
}
@media (max-width: 991px) {
  .swipe-nav__panel {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .swipe-nav__panel {
    width: 70%;
  }
}
@media (max-width: 512px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
@media (max-width: 380px) {
  .swipe-nav__panel {
    width: 92%;
  }
}
.swipe-nav__scroller {
  height: 100%;
}
.swipe-nav__inner {
  position: relative;
  min-height: 100%;
}
.swipe-nav__inner .menu-button {
  top: -2.125em;
}
.swipe-nav__close {
  cursor: pointer;
}
.swipe-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 32px;
}
.swipe-nav__head .title {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #c6a665;
}
.swipe-nav__head img {
  width: 64px;
  height: auto;
}
.swipe-nav__content {
  padding: 16px;
}
.swipe-nav__content .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-height: 800px) {
  .swipe-nav__content .navigation ul {
    gap: 8px;
  }
}
.swipe-nav__content .navigation ul li {
  width: 100%;
}
.swipe-nav__content .navigation ul li a {
  padding: 8px 16px;
  color: #231f20;
  text-decoration: none;
  transition: all ease-in 0.4s;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(32px, 3vw, 38px);
  font-weight: 600;
  position: relative;
  width: 100%;
  transition: all ease-in 0.4s;
  background-color: rgba(132, 152, 175, 0.02);
  border-left: 4px solid transparent;
}
.swipe-nav__content .navigation ul li:hover, .swipe-nav__content .navigation ul li.active {
  transition: all ease-in 0.4s;
  background-color: rgba(58, 121, 96, 0.02);
  border-left: 4px solid #c6a665;
}
.swipe-nav__content .navigation ul li:hover::after, .swipe-nav__content .navigation ul li.active::after {
  position: absolute;
  transition: all ease-in 0.4s;
  width: 32px;
  height: 2px;
  bottom: 0px !important;
  left: 0;
  margin: 0;
  background-color: #c6a665;
  z-index: 1;
  content: "";
}
.swipe-nav__content .navigation ul li:hover a, .swipe-nav__content .navigation ul li.active a {
  color: #3A7960;
}

.js .swipe-nav__panel:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  visibility: visible;
  width: 1em;
  content: "";
}

.swipe-nav--open,
.no-js .swipe-nav:target {
  visibility: visible;
}
.swipe-nav--open .swipe-nav__overlay,
.no-js .swipe-nav:target .swipe-nav__overlay {
  opacity: 1;
}
.swipe-nav--open .swipe-nav__panel,
.no-js .swipe-nav:target .swipe-nav__panel {
  transform: translate3d(0, 0, 0);
}

.footer--section--area {
  padding: 60px 0;
  background-color: #07130e;
  background-size: cover;
  position: relative;
}
.footer--section--area .content {
  text-align: center;
  margin: 0 auto;
}
.footer--section--area .content .logo--footer {
  margin-bottom: 32px;
  width: 30%;
}
@media (max-width: 991px) {
  .footer--section--area .content .logo--footer {
    width: 75%;
  }
}
.footer--section--area .content .short {
  color: #FDFEFF;
  font-weight: 400;
  font-size: clamp(18px, 3vw, 20px);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 32px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .footer--section--area .content .short {
    width: 100%;
  }
}
.footer--section--area .content .list--menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer--section--area .content .list--menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 800px) {
  .footer--section--area .content .list--menu li {
    background-color: rgba(253, 254, 255, 0.08);
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 8px;
  }
}
.footer--section--area .content .list--menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 800px) {
  .footer--section--area .content .list--menu li a {
    font-size: 12px;
  }
}
.footer--section--area .content .social {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.footer--section--area .content .social a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3A7960;
  border-radius: 0px;
  transition: transform 1s ease-in-out;
}
.footer--section--area .content .social a i {
  font-size: 24px;
  color: #ffffff;
  transition: transform 1s ease-in-out;
}
.footer--section--area .content .social a:hover {
  background-color: #3A7960;
  transition: transform 1s ease-in-out;
}
.footer--section--area .content .social a:hover i {
  transform: scale(1.2);
}

.footer__area {
  background-color: rgba(198, 166, 101, 0.08);
  padding: clamp(16px, 3vw, 24px);
}
@media (max-width: 520px) {
  .footer__area {
    padding: 16px;
  }
}
.footer__area--grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 1;
}
@media (max-width: 991px) {
  .footer__area--grid {
    flex-wrap: wrap;
  }
}
.footer__area .widget {
  width: 33%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .footer__area .widget {
    border-bottom: 1px solid rgba(132, 152, 175, 0.3);
    width: 100%;
    padding-bottom: 8px;
  }
}
.footer__area .widget--head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 0;
}
.footer__area .widget--head h5 {
  color: #444b76;
  font-weight: 600;
  font-size: clamp(14px, 3vw, 18px);
  margin-bottom: 0;
}
.footer__area .widget--head i {
  display: none;
}
@media (max-width: 991px) {
  .footer__area .widget--head i {
    display: block;
    color: #c6a665;
  }
}
.footer__area .widget--content {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .footer__area .widget--content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}
.footer__area .widget--content .logo {
  height: 140px;
}
.footer__area .widget--content p {
  font-size: clamp(14px, 3vw, 18px);
  color: #444b76;
  line-height: 28px;
}
.footer__area .widget--content .social {
  margin-top: 32px;
}
.footer__area .widget--content .social h4 {
  color: #444b76;
  margin-bottom: 16px;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
}
.footer__area .widget--content .social .items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.footer__area .widget--content .social .items a {
  text-decoration: none;
  color: #ffffff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 8px;
  background-color: #3a7960;
  transition: background ease-in 0.4s;
}
.footer__area .widget--content .social .items a i {
  margin: 0 auto;
}
.footer__area .widget--content .social .items a svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.footer__area .widget--content .social .items a:hover {
  color: #ffffff;
  background-color: #c6a665;
  transition: background ease-in 0.4s;
}
.footer__area .widget--content ul {
  padding-left: 0;
  list-style: none;
}
.footer__area .widget--content ul .cat--item {
  margin-bottom: 8px;
}
.footer__area .widget--content ul .cat--item:last-child {
  margin-bottom: 0;
}
.footer__area .widget--content ul .cat--item a {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  background-color: rgba(198, 166, 101, 0.1);
  border-radius: 8px;
  padding: 8px 16px;
  min-height: 45px;
  width: 100%;
  border: 1px solid transparent;
}
.footer__area .widget--content ul .cat--item a:hover {
  border: 1px solid rgba(198, 166, 101, 0.6);
}
.footer__area .widget--content ul .cat--item a i {
  margin-right: 8px;
  color: #c6a665;
}
.footer__area .widget--content ul .cat--item a span {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #444b76;
}

.copyright {
  text-align: center;
  padding: 24px 0;
}
.copyright p {
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  color: #444b76;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.copyright p img {
  height: 32px;
  margin: 0 4px;
}
.copyright small {
  color: #8498AF;
}
.copyright small a {
  color: rgb(255, 200, 0);
}
.copyright small a:last-child {
  color: #f0b670;
}

.button {
  display: inline-flex;
  height: 44px;
  padding: 0 32px;
  min-width: 200px;
  text-transform: none;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 800px) {
  .button {
    padding: 0 20px;
    height: 40px;
  }
}

.primary {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #c6a665;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(198, 166, 101, 0.68);
  padding: 0;
}
.primary button, .primary a {
  position: relative;
  background-color: transparent;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  padding: 8px 32px;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.primary #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #3A7960;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.primary:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.primary:hover button .primary:hover a {
  color: #ffffff;
}
.primary:hover {
  box-shadow: 0 0 0 3px rgba(58, 121, 96, 0.68);
}

.bordered {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: 0 0 0 1px white;
}
.bordered a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  padding: 11px 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.bordered #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.bordered:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.bordered:hover a {
  color: #ffffff;
}

.second {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #3A7960;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(58, 121, 96, 0.68);
}
.second a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  padding: 8px 32px;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.second #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #19523B;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.second:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.second:hover a {
  color: #ffffff;
}

.button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 55px;
  background-color: #3A7960;
  cursor: pointer;
}
.button-2 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  padding: 0 40px;
}
.button-2 button {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  padding: 0 10px;
  background-color: transparent;
  border: none;
}
.button-2 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-2:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-2:hover a, .button-2:hover button {
  color: #ffffff;
}

.button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #c6a665;
  cursor: pointer;
}
.button-3 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button-3 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-3:hover a {
  color: #c6a665;
}

.button-transparent {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  background-color: rgba(58, 121, 96, 0.04);
  cursor: pointer;
}
.button-transparent a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #3A7960;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button-transparent #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #3A7960;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-transparent:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-transparent:hover a {
  color: #ffffff;
}

.button-4 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #fef4f7;
  cursor: pointer;
}
.button-4 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #c6a665 !important;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
}
.button-4 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-4:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-4:hover a {
  color: #ffffff !important;
}

.button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: rgba(255, 170, 96, 0.04);
  cursor: pointer;
}
.button-5 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffaa60;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.button-5 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #ffaa60;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-5:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-5:hover a {
  color: #ffffff;
}

.button--whatsapp {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: rgba(30, 206, 30, 0.08);
  cursor: pointer;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}
.button--whatsapp a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: rgb(0, 133, 11);
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button--whatsapp #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button--whatsapp:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button--whatsapp:hover a {
  color: #ffffff;
}

.button--whatsapp--2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: rgb(24, 184, 24);
  cursor: pointer;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}
.button--whatsapp--2 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button--whatsapp--2 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button--whatsapp--2:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button--whatsapp--2:hover a {
  color: #ffffff;
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(30, 206, 30, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(30, 206, 30, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(30, 206, 30, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(30, 206, 30, 0);
  }
}
@-webkit-keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(30, 206, 30, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(30, 206, 30, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(30, 206, 30, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(30, 206, 30, 0);
  }
}
.button-link {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: transparent;
  padding: 0 12px;
  cursor: pointer;
}
.button-link a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #3A7960;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.button-link:hover a {
  color: #c6a665;
}

.button-link-w {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: transparent;
  padding: 0 0;
  cursor: pointer;
}
.button-link-w a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.button-link-w:hover a {
  color: #c6a665;
}

.hero__section {
  position: relative;
}
.hero__section--image {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .hero__section--image {
    height: 600px;
  }
}
.hero__section--overlay {
  background-image: linear-gradient(to bottom, rgba(33, 20, 17, 0.6), rgba(33, 20, 17, 0.6));
  position: absolute;
  width: 100%;
  height: 99.99%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.hero__section--img img {
  height: 40px;
}
.hero__section--caption {
  position: absolute;
  right: 6%;
  left: 6%;
  bottom: 8%;
  margin: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (max-width: 767px) {
  .hero__section--caption {
    right: 4%;
    left: 4%;
    padding: 0;
  }
}
.hero__section--caption .img {
  height: 28px;
}
.hero__section--caption--title {
  --minFontSize: 32px;
  --maxFontSize: 64px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  padding: 16px 0 0;
  color: #ffffff;
  font-weight: 800;
  line-height: clamp(48px, 5vw, 72px);
  margin-bottom: 16px;
  text-transform: lowercase;
  font-family: HelloParisRegular;
}
.hero__section--caption--subtitle {
  --minFontSize: 16px;
  --maxFontSize: 24px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: Mmtsdr;
}
.hero__section--caption--actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  margin: 0;
}

.button {
  display: inline-flex;
  height: 44px;
  padding: 0 32px;
  min-width: 200px;
  text-transform: none;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 800px) {
  .button {
    padding: 0 20px;
    height: 40px;
  }
}

.primary {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #c6a665;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(198, 166, 101, 0.68);
  padding: 0;
}
.primary button, .primary a {
  position: relative;
  background-color: transparent;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  padding: 8px 32px;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.primary #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #3A7960;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.primary:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.primary:hover button .primary:hover a {
  color: #ffffff;
}
.primary:hover {
  box-shadow: 0 0 0 3px rgba(58, 121, 96, 0.68);
}

.bordered {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: transparent;
  cursor: pointer;
  box-shadow: 0 0 0 1px white;
}
.bordered a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  padding: 11px 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.bordered #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.bordered:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.bordered:hover a {
  color: #ffffff;
}

.second {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #3A7960;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(58, 121, 96, 0.68);
}
.second a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  padding: 8px 32px;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.second #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #19523B;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.second:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.second:hover a {
  color: #ffffff;
}

.button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 55px;
  background-color: #3A7960;
  cursor: pointer;
}
.button-2 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  padding: 0 40px;
}
.button-2 button {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  padding: 0 10px;
  background-color: transparent;
  border: none;
}
.button-2 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-2:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-2:hover a, .button-2:hover button {
  color: #ffffff;
}

.button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #c6a665;
  cursor: pointer;
}
.button-3 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button-3 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-3:hover a {
  color: #c6a665;
}

.button-transparent {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  background-color: rgba(58, 121, 96, 0.04);
  cursor: pointer;
}
.button-transparent a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #3A7960;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button-transparent #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #3A7960;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-transparent:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-transparent:hover a {
  color: #ffffff;
}

.button-4 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: #fef4f7;
  cursor: pointer;
}
.button-4 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #c6a665 !important;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
}
.button-4 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-4:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-4:hover a {
  color: #ffffff !important;
}

.button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: rgba(255, 170, 96, 0.04);
  cursor: pointer;
}
.button-5 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffaa60;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.button-5 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #ffaa60;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button-5:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button-5:hover a {
  color: #ffffff;
}

.button--whatsapp {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: rgba(30, 206, 30, 0.08);
  cursor: pointer;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}
.button--whatsapp a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: rgb(0, 133, 11);
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button--whatsapp #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button--whatsapp:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button--whatsapp:hover a {
  color: #ffffff;
}

.button--whatsapp--2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: rgb(24, 184, 24);
  cursor: pointer;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}
.button--whatsapp--2 a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.button--whatsapp--2 #circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #c6a665;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 90px;
  cursor: pointer;
}
.button--whatsapp--2:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}
.button--whatsapp--2:hover a {
  color: #ffffff;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(30, 206, 30, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(30, 206, 30, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(30, 206, 30, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(30, 206, 30, 0);
  }
}
.button-link {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: transparent;
  padding: 0 12px;
  cursor: pointer;
}
.button-link a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #3A7960;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.button-link:hover a {
  color: #c6a665;
}

.button-link-w {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 44px;
  background-color: transparent;
  padding: 0 0;
  cursor: pointer;
}
.button-link-w a {
  position: relative;
  transition: all 0.45s ease-Out;
  color: #ffffff;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.button-link-w:hover a {
  color: #c6a665;
}

.features--area .item {
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.features--area .item span {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  color: #4D5686;
  text-transform: uppercase;
  text-align: center;
}
.features--area .item object {
  height: 70px;
  width: 100%;
  transition: transform 1s ease-in-out;
}
.features--area .item:hover {
  background-color: white;
  transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  border-radius: 16px;
}
.features--area .item:hover object {
  transform: rotate(-20deg);
  transition: transform 1s ease;
  -ms-transition: transform 1s ease;
}
.features--area .item:hover span {
  color: #3A7960;
}
.features--area .slider__controls {
  display: none;
}
@media (max-width: 1199px) {
  .features--area .slider__controls {
    display: block;
  }
}

.advantage__area {
  padding: 32px 0;
}
.advantage__area .grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .advantage__area .grid {
    flex-wrap: wrap;
  }
}
.advantage__area .item {
  padding: 16px;
  flex-grow: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.advantage__area .item span {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 500;
  color: #A27E65;
  text-transform: uppercase;
  padding: 16px 0;
}
.advantage__area .item object, .advantage__area .item img {
  height: 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.advantage__area .item:hover {
  background-color: #ffffff;
  transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  border-radius: 16px;
}
.advantage__area .item:hover img {
  transform: rotate(360deg);
  transition: transform 1s ease;
  -ms-transition: transform 1s ease;
}
.advantage__area .item:hover span {
  color: #3a7960;
}

.image--box {
  position: relative;
  z-index: 0;
}
.image--box img {
  height: 100%;
  width: 96%;
  border-radius: 0;
  margin-right: 16px;
  margin-top: 16px;
}
.image--box::before {
  content: "";
  background-color: rgba(235, 239, 245, 0.6);
  width: 96%;
  height: 96%;
  border-radius: 0;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}

.green--bg {
  background-color: #153428;
}

.signatures__area {
  padding: 60px 0 40px 0;
}
@media (max-width: 600px) {
  .signatures__area {
    padding: 40px 0 20px 0;
  }
}
.signatures__area .head--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signatures__area .head--title p {
  width: 40%;
}
@media (max-width: 991px) {
  .signatures__area .head--title p {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .signatures__area .head--title {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.signatures__area .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.signatures__area .item img {
  height: 520px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
@media (max-width: 640px) {
  .signatures__area .item img {
    height: 380px;
  }
}
.signatures__area .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(33, 20, 17, 0.9) 40%, rgba(33, 20, 17, 0));
  width: 100%;
  height: 100%;
}
.signatures__area .item .overlay .content {
  padding: clamp(16px, 3vw, 24px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.signatures__area .item .overlay .content .head {
  padding-bottom: 16px;
}
.signatures__area .item .overlay .content .head object, .signatures__area .item .overlay .content .head .shape {
  height: 24px;
  margin-bottom: 10px;
  width: auto;
  opacity: 0.5;
}
.signatures__area .item .overlay .content .head h3 {
  color: #ffffff;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
}
.signatures__area .item .overlay .content .short {
  display: none;
  padding-bottom: 16px;
  transition: display 1s ease-in-out;
}
.signatures__area .item .overlay .content .short p {
  margin-bottom: 0;
}
.signatures__area .item .overlay .content .action {
  display: none;
  transition: display 1s ease-in-out;
}
.signatures__area .item .overlay .content .action a {
  text-decoration: none;
}
.signatures__area .item .overlay .content .action a span {
  color: #c6a665;
  font-size: clamp(16px, 3vw, 20px);
  padding-right: 8px;
}
.signatures__area .item:hover .overlay {
  background-image: linear-gradient(to top, #211411, rgba(162, 126, 101, 0.4));
  transition: background-image 1s linear;
  -ms-transition: background-image 1s linear;
}
.signatures__area .item:hover .overlay .content .action, .signatures__area .item:hover .overlay .content .short {
  display: block;
  transition: display 1s linear;
  -ms-transition: display 1s linear;
}
.signatures__area .item:hover img {
  transform: rotate(-2deg) scale(1.1);
  transition: transform 1s ease;
  -ms-transition: transform 1s ease;
}
.signatures__area .item:hover span {
  color: #3A7960;
}
.signatures__area .item--price {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 640px) {
  .signatures__area .item--price {
    margin: 0 16px;
  }
}
.signatures__area .item--price img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
.signatures__area .item--price .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(33, 20, 17, 0.9) 40%, rgba(33, 20, 17, 0));
  width: 100%;
  height: 100%;
}
.signatures__area .item--price .overlay .content {
  padding: clamp(16px, 3vw, 24px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.signatures__area .item--price .overlay .content .head {
  padding-bottom: 16px;
}
.signatures__area .item--price .overlay .content .head object {
  height: 24px;
  margin-bottom: 4px;
}
.signatures__area .item--price .overlay .content .head h3 {
  color: #ffffff;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
}
.signatures__area .item--price .overlay .content .short {
  padding-bottom: 0;
}
.signatures__area .item--price .overlay .content .short p {
  margin-bottom: 0;
}
.signatures__area .item--price .overlay .content svg {
  margin: 24px 0;
}
.signatures__area .item--price .overlay .content .price span {
  color: #c6a665;
  font-size: clamp(18px, 3vw, 24px);
  padding-right: 8px;
  font-weight: 600;
}
.signatures__area .item--price:hover .overlay {
  background-image: linear-gradient(to top, #211411, rgba(162, 126, 101, 0.4));
  transition: background-image 1s linear;
  -ms-transition: background-image 1s linear;
}
.signatures__area .item--price:hover .overlay .content .price {
  color: #c6a665;
}
.signatures__area .item--price:hover img {
  transform: rotate(-10deg) scale(1.4);
  transition: transform 1s ease;
  -ms-transition: transform 1s ease;
}
.signatures__area .item--price:hover span {
  color: #3A7960;
}
.signatures__area .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 16px;
}
@media (max-width: 1199px) {
  .signatures__area .grid {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

.prestations__area--head {
  text-align: center;
  padding: 64px 0 16px 0;
}
@media (max-width: 991px) {
  .prestations__area--head {
    padding: 32px 0 16px 0;
  }
}
.prestations__area--head h2 {
  font-size: clamp(18px, 3vw, 24px);
  color: #c6a665;
  font-weight: 500;
  margin-bottom: 16px;
}
.prestations__area--head p {
  text-align: center;
}
.prestations__area--block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.prestations__area--block--media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 48%;
}
@media (max-width: 991px) {
  .prestations__area--block--media {
    width: 100%;
  }
}
.prestations__area--block--media img {
  width: 92%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .prestations__area--block--media img {
    width: 100%;
    height: 320px;
    padding-right: 20px;
  }
}
.prestations__area--block--media::after {
  content: "";
  background-image: url("/assets/images/motif--left.svg");
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0px;
  z-index: -1;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .prestations__area--block--media::after {
    content: "";
    background-image: none;
    height: 100%;
    width: 60px;
    background-color: #c6a665;
    top: -40px;
    bottom: 0;
    margin: auto 0;
    left: unset;
    right: 0px;
    display: block;
  }
}
.prestations__area--block--content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0;
  width: 48%;
}
@media (max-width: 991px) {
  .prestations__area--block--content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .prestations__area--block--content {
    border: 1px solid #c6a665;
    padding: 16px 16px;
  }
}
.prestations__area--block--content h3 {
  font-size: clamp(20px, 3vw, 32px);
  line-height: clamp(32px, 3vw, 40px);
  font-weight: 600;
  font-family: Mmtsdr;
  letter-spacing: 0.2rem;
  color: #211411;
  margin-bottom: 0;
  padding-bottom: clamp(16px, 3vw, 24px);
}
.prestations__area--block--content p {
  margin-bottom: 0;
  text-align: left;
  padding-bottom: clamp(16px, 3vw, 24px);
}
.prestations__area--block--content svg {
  margin-bottom: clamp(16px, 3vw, 24px);
}
.prestations__area--block--content .price {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  color: #c6a665;
}
.prestations__area--block--content .price span {
  color: #444b76;
  font-weight: 400;
}
.prestations__area--block--content .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: clamp(16px, 3vw, 32px);
}

.section--white {
  background-color: transparent;
  padding: 40px 0;
}

.section--dark {
  background-color: #211411;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section--dark {
    padding-top: 60px;
  }
}
.section--dark h3 {
  color: #ffffff;
}
.section--dark p {
  color: #CAD1DE;
}
.section--dark .price span {
  color: #ffffff;
}
@media (max-width: 991px) {
  .section--dark .prestations__area--block {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .section--dark .prestations__area--block--content {
    border: 1px solid #c6a665;
    padding: 16px 16px;
  }
}
.section--dark .prestations__area--block--media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section--dark .prestations__area--block--media img {
  width: 92%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .section--dark .prestations__area--block--media img {
    width: 100%;
    padding-left: 0;
    height: 300px;
  }
}
.section--dark .prestations__area--block--media::after {
  content: "";
  background-image: url("/assets/images/motif--right.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
  z-index: 0;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .section--dark .prestations__area--block--media::after {
    content: "";
    background-image: none;
    height: 100%;
    width: 60px;
    background-color: #c6a665;
    top: -40px;
    bottom: 0;
    margin: auto 0;
    right: 0px;
    display: block;
  }
}

.single__prestation {
  margin: 64px 0;
}
.single__prestation .media img {
  width: 100%;
  min-height: 440px;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__prestation--content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .single__prestation--content {
    border: 1px solid #c6a665;
    padding: 16px 16px;
  }
}
.single__prestation--content .categories {
  margin-bottom: 16px;
}
.single__prestation--content .categories .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.single__prestation--content .categories .item img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 4px;
}
.single__prestation--content .categories .item span {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  font-family: Mmtsdr;
  color: #3A7960;
}
.single__prestation--content h3 {
  font-size: clamp(18px, 3vw, 32px);
  line-height: clamp(32px, 3vw, 48px);
  font-weight: 500;
  font-family: Mmtsdr;
  letter-spacing: 0.2rem;
  color: #211411;
  margin-bottom: 0;
  padding-bottom: clamp(16px, 3vw, 24px);
}
.single__prestation--content p {
  margin-bottom: 0;
  font-size: clamp(16px, 3vw, 20px);
  line-height: clamp(24px, 3vw, 32px);
  text-align: left;
  padding-bottom: clamp(16px, 3vw, 24px);
}
.single__prestation--content svg {
  margin-bottom: clamp(16px, 3vw, 24px);
}
.single__prestation--content .price {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 600;
  color: #c6a665;
}
.single__prestation--content .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: clamp(16px, 3vw, 40px);
}
.single__prestation--content .actions .button {
  flex-grow: 1;
}
.single__prestation .list {
  border-left: 1px solid #CAD1DE;
  padding-left: 16px;
}
@media (max-width: 991px) {
  .single__prestation .list {
    border-top: 1px solid #CAD1DE;
    border-left: 0;
    padding-top: 16px;
    padding-left: 0;
    margin-top: 16px;
  }
}
.single__prestation .list ul {
  list-style: none;
  padding-left: 0;
}
.single__prestation .list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
}
.single__prestation .list ul li object {
  height: 32px;
  margin-right: 8px;
}
.single__prestation .list ul li span {
  color: #4D5686;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
}

.swiper__arrows .swiper-wrapper {
  margin-bottom: 64px;
}
.swiper__arrows .swiper-button-prev {
  left: 45%;
}
@media (max-width: 600px) {
  .swiper__arrows .swiper-button-prev {
    left: 35%;
  }
}
@media (max-width: 991px) {
  .swiper__arrows .swiper-button-prev {
    left: 40%;
  }
}
.swiper__arrows .swiper-button-next {
  right: 45%;
}
@media (max-width: 600px) {
  .swiper__arrows .swiper-button-next {
    right: 35%;
  }
}
@media (max-width: 991px) {
  .swiper__arrows .swiper-button-next {
    right: 40%;
  }
}
.swiper__arrows .swiper-button-prev:after,
.swiper__arrows .swiper-button-next:after {
  content: "";
}
.swiper__arrows .swiper-button-prev i,
.swiper__arrows .swiper-button-next i {
  position: relative;
  z-index: 1;
  color: #c6a665;
}
.swiper__arrows .swiper-button-prev i:after,
.swiper__arrows .swiper-button-next i:after {
  content: "";
  background-color: #153428;
  opacity: 0.5;
  width: 24px;
  height: 16px;
  z-index: -1;
  position: absolute;
  border-radius: 50px;
}
.swiper__arrows .swiper-button-prev i:after {
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper__arrows .swiper-button-next i:after {
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper__arrows .swiper-button-prev,
.swiper__arrows .swiper-button-next {
  top: 96%;
}
.swiper__arrows .swiper-button-prev i,
.swiper__arrows .swiper-button-next i {
  color: #c6a665;
}

.swiper__arrows--inside .swiper-button-prev,
.swiper__arrows--inside .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__arrows--inside .swiper-button-prev {
  left: 24px;
}
.swiper__arrows--inside .swiper-button-next {
  left: 92px;
}
.swiper__arrows--inside .swiper-button-prev:after,
.swiper__arrows--inside .swiper-button-next:after {
  content: "";
}
.swiper__arrows--inside .swiper-button-prev i,
.swiper__arrows--inside .swiper-button-next i {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.swiper__arrows--inside .swiper-button-prev,
.swiper__arrows--inside .swiper-button-next {
  top: 88%;
}
.swiper__arrows--inside .swiper-button-prev i,
.swiper__arrows--inside .swiper-button-next i {
  color: #ffffff;
}

.swipper--pagination .slider__controls {
  position: relative;
  z-index: 12;
}
.swipper--pagination .slider__controls .slider__pagination {
  text-align: center;
  margin-top: 16px;
}
.swipper--pagination .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #EFDDD0;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.swipper--pagination .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swipper--pagination .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #EFDDD0;
  width: 80px;
  transition-delay: 0s;
}

.nav__hero {
  z-index: 2;
}
.nav__hero .swiper-button-prev,
.nav__hero .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-button-prev svg,
.nav__hero .swiper-button-next svg {
  width: 100%;
}
.nav__hero .swiper-button-prev {
  left: 32px;
}
@media (max-width: 767px) {
  .nav__hero .swiper-button-prev {
    left: 16px;
  }
}
@media (max-width: 500px) {
  .nav__hero .swiper-button-prev {
    left: 8px;
  }
}
.nav__hero .swiper-button-next {
  right: 32px;
}
@media (max-width: 767px) {
  .nav__hero .swiper-button-next {
    right: 16px;
  }
}
@media (max-width: 500px) {
  .nav__hero .swiper-button-next {
    right: 8px;
  }
}
.nav__hero .swiper-button-prev:after,
.nav__hero .swiper-button-next:after {
  content: "";
}
.nav__hero .swiper-button-prev svg,
.nav__hero .swiper-button-next svg {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media (max-width: 600px) {
  .nav__hero .swiper-button-prev svg,
.nav__hero .swiper-button-next svg {
    height: 24px;
  }
}
.nav__hero .swiper-button-prev svg:after,
.nav__hero .swiper-button-next svg:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  width: 32px;
  height: 16px;
  z-index: -1;
  position: absolute;
  border-radius: 50px;
}
.nav__hero .swiper-button-prev svg:after {
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-button-next svg:after {
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__hero .swiper-pagination-bullets-dynamic {
  transform: none !important;
}
.nav__hero .slider__controls {
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__hero .slider__controls .slider__pagination {
  text-align: center;
  margin-top: 16px;
}
.nav__hero .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  display: inline-block;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.nav__hero .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.nav__hero .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 40px;
  transition-delay: 0s;
}

.instagram__area {
  background-image: url("/assets/images/instagram-banner.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px;
  margin-bottom: 60px;
  border-radius: 24px;
}
.instagram__area .head {
  text-align: left;
  margin-bottom: 24px;
}
.instagram__area .head h3 {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  color: #ffffff;
}
.instagram__area--item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: white;
  border-radius: 8px;
  cursor: pointer;
}
.instagram__area--item--image {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.instagram__area--item--title {
  --minFontSize: 14px;
  --maxFontSize: 14px;
  --scaler: 3vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  word-spacing: 4px;
  font-weight: 500;
  color: #231F20;
  text-align: center;
  padding-top: 12px;
}
.instagram__area--item:hover .instagram__area--item--overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.instagram__area--item--overlay {
  background: rgba(198, 166, 101, 0.4);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram__area--item--overlay svg {
  color: white;
  width: 50px;
}

.grid--06 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-gap: 2px;
}
@media (max-width: 991px) {
  .grid--06 {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
}

.shape--hero--right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 38%;
}
@media (max-width: 800px) {
  .shape--hero--right {
    width: 80%;
  }
}

.shape--hero--left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: auto;
}
@media (max-width: 800px) {
  .shape--hero--left {
    width: 30%;
    display: none;
  }
}

.shape--rh--left {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: -1;
  width: auto;
}
@media (max-width: 800px) {
  .shape--rh--left {
    width: 70%;
  }
}

.heading--primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 24px;
}
.heading--primary img {
  height: 24px;
}
.heading--primary h2 {
  color: #153428;
  --minFontSize: 40px;
  --maxFontSize: 56px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  position: relative;
  word-spacing: 0;
  font-weight: 600;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 0px;
  font-family: HelloParisRegular;
  line-height: clamp(40px, 4vw, 56px);
  z-index: 1;
}
.heading--primary p {
  color: #83839c;
  font-size: 16px;
}

.heading--white {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 24px;
}
.heading--white img {
  height: 24px;
}
.heading--white h2 {
  color: #ffffff;
  --minFontSize: 32px;
  --maxFontSize: 48px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  position: relative;
  word-spacing: 0;
  font-weight: 600;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 0px;
  font-family: HelloParisRegular;
  line-height: clamp(40px, 4vw, 56px);
  z-index: 1;
}
.heading--white span {
  margin-top: 16px;
  color: #c6a665;
  font-size: clamp(16px, 3vw, 20px);
  font-family: Mmtsdr;
}
.heading--white p {
  color: #ffffff;
  font-size: 16px;
}

.heading--second {
  width: 100%;
  margin-bottom: 16px;
}
.heading--second h3 {
  color: #231F20;
  --minFontSize: 24px;
  --maxFontSize: 32px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  position: relative;
  word-spacing: 0;
  font-weight: 600;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 0px;
  font-family: HelloParisRegular;
  line-height: clamp(36px, 4vw, 42px);
  z-index: 1;
}

.t--paragraph--1 {
  --minFontSize: 14px;
  --maxFontSize: 18px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 32px;
  color: #4D5686;
  padding-bottom: 8px;
  text-align: justify;
}

.t--paragraph--white {
  --minFontSize: 14px;
  --maxFontSize: 18px;
  --scaler: 4vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  padding-bottom: 0;
  text-align: justify;
}
@media (max-width: 1366px) {
  .t--paragraph--white {
    --minFontSize: 13px;
    --maxFontSize: 16px;
    --scaler: 5vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
    line-height: 24px;
  }
}

.t--paragraph--w-small {
  --minFontSize: 14px;
  --maxFontSize: 16px;
  --scaler: 3vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 0;
  text-align: justify;
}

.t--paragraph--black {
  --minFontSize: 14px;
  --maxFontSize: 18px;
  --scaler: 5vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 32px;
  color: #211411;
  padding-bottom: 8px;
  text-align: justify;
}
.t--paragraph--black:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .t--paragraph--black {
    --minFontSize: 13px;
    --maxFontSize: 16px;
    --scaler: 5vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
    line-height: 24px;
  }
}
@media (max-width: 800px) {
  .t--paragraph--black {
    line-height: 24px;
  }
}

.t--paragraph--small {
  --minFontSize: 13px;
  --maxFontSize: 16px;
  --scaler: 7vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 28px;
  color: #4D5686;
  padding-bottom: 8px;
  text-align: justify;
}
.t--paragraph--small:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.main::first-letter {
  color: #c6a665;
  font-size: 24px;
  padding-left: 4px;
}

.second::first-letter {
  color: #ffaa60;
  font-size: 24px;
  padding-left: 4px;
}

.third::first-letter {
  color: #3A7960;
  font-size: 24px;
  padding-left: 4px;
}

.fifth::first-letter {
  color: #4D5686;
  font-size: 24px;
  padding-left: 4px;
}

.image--col img {
  width: 100%;
  padding: 24px;
}

.s--image {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px;
  height: auto;
}
.s--image:hover img {
  transform: scale(1.5);
}
.s--image img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}

.s2--image {
  width: 80%;
  padding: 12px;
  height: auto;
}

.s--image-2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px;
}
.s--image-2:hover img {
  transform: scale(1.5);
}
.s--image-2 img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 800px) {
  .s--image-2 {
    width: 200px;
    margin: 0 auto;
  }
}

.s--image--90 {
  width: 90%;
  padding: 12px;
}

.image--random {
  position: relative;
}
.image--random--01 {
  transition: all 0.5s;
  transition-property: transform;
  padding-left: 80px;
}
.image--random--01:hover {
  transform: scale(1.1) rotate(1.5deg) translateY(-12px) translateX(-2px);
}
.image--random--02 {
  position: absolute;
  bottom: -114px;
  left: 7%;
  width: 70%;
  border-radius: 12px;
  transform-origin: left bottom;
  transition: all 0.5s;
  transition-property: transform;
}
.image--random--02:hover {
  transform: scale(1.1) rotate(1.5deg) translateX(12px) translateY(-12px);
}
@media (max-width: 800px) {
  .image--random--02 {
    bottom: -90px;
    left: 4%;
    width: 70%;
  }
}
.image--random--03 {
  position: absolute;
  right: -40px;
  width: 30%;
  border-radius: 12px;
  transition: all 0.5s;
  transition-property: transform;
}
.image--random--03:hover {
  transform: scale(1.15) rotate(-2deg);
}
@media (max-width: 800px) {
  .image--random--03 {
    right: 0;
    width: 35%;
  }
}

.pega {
  font-weight: 600;
  color: #c6a665;
}
.pega span {
  color: #3A7960;
}

.m--bold--primary {
  font-weight: 600;
  color: #3A7960;
}

.text--color--third {
  color: #ffaa60;
}

.animate--float {
  overflow: hidden;
  transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.animate--float--1 {
  overflow: hidden;
  transform: translatey(0px);
  -webkit-animation: float1 6s ease-in-out infinite;
          animation: float1 6s ease-in-out infinite;
}

.animate--float--2 {
  overflow: hidden;
  transform: translateX(0px);
  -webkit-animation: float1 6s ease-in-out infinite;
          animation: float1 6s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes float1 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float1 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes float2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes animateLine {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes animateLine {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.custom--alert--success {
  background-color: rgba(0, 177, 102, 0.2);
  border: 1px solid #00B166;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0;
  color: #00814b;
}
.custom--alert--success svg {
  margin-right: 16px;
}

.custom--alert--danger {
  background-color: rgba(234, 70, 70, 0.2);
  border: 1px solid #EA4646;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0;
  color: #8f1d1d;
}
.custom--alert--danger svg {
  margin-right: 16px;
}
.custom--alert--danger ul {
  margin-left: 24px;
}
.custom--alert--danger ul li {
  color: #8f1d1d;
}

.text-danger {
  padding: 8px;
  background-color: rgba(234, 70, 70, 0.1);
  border: 1px solid rgba(234, 70, 70, 0.4);
  color: #8f1d1d;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.text-success {
  padding: 16px;
  background-color: rgba(0, 177, 102, 0.1);
  border: 1px solid rgba(0, 177, 102, 0.4);
  color: #00814b;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.text-danger-dark {
  padding: 8px;
  background-color: rgba(234, 70, 70, 0.8);
  border: 1px solid rgb(234, 70, 70);
  color: #fff;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.text-success-dark {
  padding: 16px;
  background-color: rgba(0, 177, 102, 0.8);
  border: 1px solid rgb(0, 177, 102);
  color: #fff;
  margin-top: 16px;
  border-radius: 8px;
  text-align: center;
}

.booking__area .--head {
  width: 100%;
  padding-bottom: 24px;
}
.booking__area .--head h4 {
  font-size: 32px;
  font-weight: 500;
  color: #211411;
}
.booking__area--inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 24px;
  border: 1px solid #c6a665;
}
@media (max-width: 991px) {
  .booking__area--inputs {
    padding: 16px;
  }
}
.booking__area--infos {
  background-color: white;
  border: 1px solid #c6a665;
  padding: 24px;
}
@media (max-width: 991px) {
  .booking__area--infos {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .booking__area--infos {
    margin-top: 16px;
  }
}
.booking__area--infos .top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 16px;
  flex-direction: column;
}
.booking__area--infos .image {
  width: 100%;
  margin-bottom: 16px;
}
.booking__area--infos .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.booking__area--infos h5 {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #153428;
  margin-bottom: 0;
  margin-top: 16px;
  font-family: Mmtsdr;
}
.booking__area--infos .footer {
  border-top: 1px solid #e7eaf4;
  border-bottom: 1px solid #e7eaf4;
  padding: 24px 0;
}
.booking__area--infos .footer .subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #231F20;
}
.booking__area--infos .footer .subtotal p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #231F20;
}
.booking__area--infos .footer .subtotal p span {
  padding-right: 8px;
  font-weight: 600;
  font-size: 16px;
}
.booking__area--infos .footer .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #231F20;
  padding-top: 24px;
}
.booking__area--infos .footer .total span {
  font-weight: 600;
}
.booking__area--infos .footer .total #resultProduct, .booking__area--infos .footer .total .val {
  color: #c6a665;
  font-weight: 700;
}
.booking__area--infos .button {
  width: 100%;
  margin-top: 24px;
}
.booking__area .totals--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 24px;
  margin: 24px 0;
  border-radius: 8px;
}
.booking__area .totals--head h3 {
  margin-bottom: 0;
  color: #c6a665;
  font-size: 24px;
  font-weight: 700;
}
.booking__area .totals--head h4 {
  margin-bottom: 0;
  color: #ffaa60;
  font-size: 18px;
  font-weight: 600;
}
.booking__area .btn-cart-totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 600px) {
  .booking__area .btn-cart-totals {
    justify-content: center;
  }
}
.booking__area .empty--cart h3 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #ffaa60;
}
.booking__area .empty--cart .box {
  margin: 24px 0;
  border: 1px solid rgba(132, 152, 175, 0.2);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.booking__area .empty--cart .box i {
  color: rgba(132, 152, 175, 0.4);
  margin-bottom: 24px;
}
.booking__area .empty--cart .box h5 {
  color: #ffaa60;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.thankyou__area .box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding: 24px;
  border: 1px solid #c6a665;
}
.thankyou__area .box img {
  height: 100px;
  margin-bottom: 24px;
}
.thankyou__area .box h2 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  font-family: Mmtsdr;
  text-align: center;
  line-height: clamp(32px, 3vw, 50px);
}

:focus {
  outline: none;
}

.subscribe--input {
  padding: 16px 0;
}
.subscribe--input label {
  color: #8498AF;
}
.subscribe--input--container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe--input--container i {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  color: #8498AF;
  opacity: 0.5;
  margin: auto 0;
  line-height: 56px;
}
.subscribe--input--container .button {
  position: absolute !important;
  padding: 0 16px;
  right: 8px;
  top: 0;
  bottom: 0;
  line-height: 56px;
  margin: auto;
  text-transform: capitalize;
}
.subscribe--input--container input {
  height: 56px;
  padding-left: 40px;
  font-weight: 600;
}
.subscribe--input--container ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  opacity: 0.7;
}
.subscribe--input--container :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  opacity: 0.7;
}
.subscribe--input--container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  opacity: 0.7;
}
.subscribe--input--container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
  opacity: 0.7;
}
.subscribe--input--container ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 400;
  opacity: 0.7;
}

.form--area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 991px) {
  .form--area {
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
    border-top: 2px solid rgba(58, 121, 96, 0.2);
    padding-top: 16px;
    margin-top: 16px;
  }
}
.form--area .check--area {
  margin: 16px 0 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 50%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .form--area .check--area {
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
    width: 100%;
  }
}
.form--area .check--area label.radio-card {
  cursor: pointer;
  width: 48%;
}
@media (max-width: 991px) {
  .form--area .check--area label.radio-card {
    width: 48%;
  }
}
@media (max-width: 389px) {
  .form--area .check--area label.radio-card {
    width: 100%;
  }
}
.form--area .check--area label.radio-card .card-content-wrapper {
  background: #fff;
  box-shadow: rgba(176, 183, 189, 0.2) 0px 0px 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  padding: 16px;
  display: grid;
  transition: 200ms linear;
}
@media (max-width: 1199px) {
  .form--area .check--area label.radio-card .card-content-wrapper {
    height: 230px;
  }
}
@media (max-width: 389px) {
  .form--area .check--area label.radio-card .card-content-wrapper {
    height: 180px;
  }
}
.form--area .check--area label.radio-card .card-content-wrapper .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.form--area .check--area label.radio-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
.form--area .check--area label.radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
}
.form--area .check--area label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form--area .check--area label.radio-card input[type=radio]:checked + .card-content-wrapper {
  border: 2px solid #A27E65;
}
.form--area .check--area label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
  background: #A27E65;
  border-color: #A27E65;
  transform: scale(1.2);
}
.form--area .check--area label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}
.form--area .check--area label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(162, 126, 101, 0.2);
  border-color: #A27E65;
}
.form--area .check--area label.radio-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.form--area .check--area label.radio-card .card-content img {
  margin-bottom: 8px;
}
.form--area .check--area label.radio-card .card-content h4 {
  font-size: clamp(14px, 3vw, 16px);
  color: #231F20;
  font-weight: 600;
  margin-bottom: 10px;
}
.form--area .check--area label.radio-card .card-content p {
  font-size: 12px;
  line-height: 20px;
  color: #425576;
}
.form--area .input--items {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 24px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .form--area .input--items {
    width: 100%;
    align-items: center;
    padding-left: 0;
  }
}
.form--area .item--group {
  width: 100%;
  margin-bottom: 16px;
}
.form--area .item--group input,
.form--area .item--group select,
.form--area .item--group textarea {
  font-size: 16px;
  font-weight: 500;
  color: #231F20;
  border-radius: 4px;
  background-color: #FCFCFC;
  border: 1px solid #E9F0EF;
  padding: 16px 24px;
  width: 100%;
}
.form--area .item--group input::-moz-placeholder, .form--area .item--group select::-moz-placeholder, .form--area .item--group textarea::-moz-placeholder {
  font-weight: 400;
}
.form--area .item--group input:-ms-input-placeholder, .form--area .item--group select:-ms-input-placeholder, .form--area .item--group textarea:-ms-input-placeholder {
  font-weight: 400;
}
.form--area .item--group input::placeholder,
.form--area .item--group select::placeholder,
.form--area .item--group textarea::placeholder {
  font-weight: 400;
}
.form--area .item--group select {
  /* styling */
  display: inline-block;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form--area .item--group select {
  background-image: linear-gradient(45deg, transparent 60%, gray 60%), linear-gradient(135deg, gray 60%, transparent 60%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 24px) calc(1.4em + 2px), calc(100% - 19px) calc(1.4em + 2px), calc(100% - 3em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2.2em;
  background-repeat: no-repeat;
}
.form--area .item--group select:focus {
  background-image: linear-gradient(45deg, #c6a665 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #c6a665 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 19px) 1.4em, calc(100% - 24px) 1.4em, calc(100% - 3em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2.2em;
  background-repeat: no-repeat;
  border-color: #c6a665;
  outline: 0;
}

.form__area .item--group {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.form__area .item--group input,
.form__area .item--group select,
.form__area .item--group textarea {
  font-size: 16px;
  font-weight: 500;
  color: #4D5686;
  border-radius: 4px;
  background-color: #FDFEFF;
  border: 1px solid #E7EAF4;
  padding: 16px 24px;
  width: 100%;
  padding-left: 48px;
}
.form__area .item--group input::-moz-placeholder, .form__area .item--group select::-moz-placeholder, .form__area .item--group textarea::-moz-placeholder {
  font-weight: 400;
  color: #4D5686;
}
.form__area .item--group input:-ms-input-placeholder, .form__area .item--group select:-ms-input-placeholder, .form__area .item--group textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #4D5686;
}
.form__area .item--group input::placeholder,
.form__area .item--group select::placeholder,
.form__area .item--group textarea::placeholder {
  font-weight: 400;
  color: #4D5686;
}
.form__area .item--group i {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #c6a665;
  font-size: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__area .item--group select {
  /* styling */
  display: inline-block;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__area .item--group select {
  background-image: linear-gradient(45deg, transparent 60%, gray 60%), linear-gradient(135deg, gray 60%, transparent 60%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 24px) calc(1.4em + 2px), calc(100% - 19px) calc(1.4em + 2px), calc(100% - 3em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2.2em;
  background-repeat: no-repeat;
}
.form__area .item--group select:focus {
  background-image: linear-gradient(45deg, #c6a665 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #c6a665 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 19px) 1.4em, calc(100% - 24px) 1.4em, calc(100% - 3em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2.2em;
  background-repeat: no-repeat;
  border-color: #c6a665;
  outline: 0;
}

.contact__area {
  margin: 32px 0;
}
.contact__area--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .contact__area--wrap {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    padding: 16px;
  }
}
.contact__area--wrap .content .title {
  margin-bottom: 16px;
}
.contact__area--wrap .content .title h3 {
  color: #231F20;
  margin-bottom: 16px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.contact__area--wrap .content img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.contact--infos {
  background-color: #FCFCFC;
  border: 1px solid #E9F0EF;
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .contact--infos {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .contact--infos {
    margin-bottom: 24px;
  }
}
.contact--infos .item {
  border-bottom: 1px solid #E9F0EF;
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact--infos .item:first-child {
  padding-top: 0;
}
.contact--infos .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact--infos .item img {
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .contact--infos .item img {
    height: 40px;
  }
}
.contact--infos .item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact--infos .item .content span {
  padding-bottom: 8px;
  color: #3A7960;
  font-weight: 300;
  font-size: 16px;
}
.contact--infos .item .content a {
  color: #153428;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.faq--category .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #E9F0EF;
  border-radius: 8px;
}
.faq--category .item .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq--category .item .content img {
  height: 40px;
  margin-right: 16px;
}
.faq--category .item .content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #153428;
  margin-bottom: 0;
}
.faq--category .item i {
  color: #8498AF;
}

.faq--content {
  background-color: #F7FCFB;
  border: 1px solid #E9F0EF;
  border-radius: 8px;
  padding: 16px;
}
.faq--content .accordion {
  list-style: none outside;
}
.faq--content .accordion-item {
  border: 1px solid #E9F0EF;
  margin-bottom: 8px;
  padding: 16px 16px;
  background-color: #ffffff;
  border-radius: 8px;
}
.faq--content .accordion-item-hd {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #153428;
  font-weight: 500;
}
.faq--content .accordion-item-hd svg {
  margin-right: 16px;
}
.faq--content .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 1000px;
  padding-top: 15px;
  margin-bottom: 15px;
  transition: max-height 1s ease-in, margin 0.3s ease-in, padding 0.3s ease-in;
}
.faq--content .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.faq--content .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px);
  /*minus half font-size*/
  right: 0;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.faq--content .accordion-item-bd {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out, margin-bottom 0.3s ease-out, padding 0.3s ease-out;
}
.faq--content .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}

.subscribe--section--area .form--hero--two {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 3%;
  width: 90%;
}
@media (max-width: 991px) {
  .subscribe--section--area .form--hero--two {
    width: 100%;
  }
}
.subscribe--section--area .form--hero--two input {
  font-weight: 600;
  height: 75px;
  padding-left: 48px;
  background: none;
  background-color: #ffffff;
  border: 1px solid #CAD1DE;
  border-radius: 8px;
  outline: none;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 500px) {
  .subscribe--section--area .form--hero--two input {
    padding-left: 40px;
  }
}
.subscribe--section--area .form--hero--two input::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
}
.subscribe--section--area .form--hero--two input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
}
.subscribe--section--area .form--hero--two input::placeholder {
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 500px) {
  .subscribe--section--area .form--hero--two input::-moz-placeholder {
    font-size: 14px;
  }
  .subscribe--section--area .form--hero--two input:-ms-input-placeholder {
    font-size: 14px;
  }
  .subscribe--section--area .form--hero--two input::placeholder {
    font-size: 14px;
  }
}
.subscribe--section--area .form--hero--two .icon {
  bottom: 0;
  top: 0;
  color: #515c6f;
  left: 16px;
  line-height: 56px;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media (max-width: 500px) {
  .subscribe--section--area .form--hero--two .icon {
    font-size: 16px;
  }
}
.subscribe--section--area .form--hero--two .button {
  bottom: 0;
  height: 50px;
  margin: auto;
  padding: 0 16px;
  position: absolute !important;
  right: 16px;
  text-transform: capitalize;
  top: 0;
  border-radius: 6px;
}
@media (max-width: 500px) {
  .subscribe--section--area .form--hero--two .button {
    padding: 0 8px;
  }
  .subscribe--section--area .form--hero--two .button a {
    font-size: 12px;
  }
}
.subscribe--section--area .form--hero--two a {
  padding: 0;
}
.subscribe--section--area .image--ill {
  width: 60%;
}
@media (max-width: 991px) {
  .subscribe--section--area .image--ill {
    padding: 32px;
    height: 200px;
    display: none;
  }
}

.error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

#sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  margin-top: 8px;
  font-weight: 600;
}

#sentMessage2 p,
#sentMessage3 p,
#sentMessage4 p,
#sentMessage p {
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  margin-top: 8px;
  font-weight: 600;
}

.loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.se-pre-con img {
  width: 6%;
}
@media (max-width: 800px) {
  .se-pre-con img {
    width: 16%;
  }
}

.breadcrumb__area {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb__area--content {
  text-align: center;
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0 32px 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .breadcrumb__area--content {
    width: 100%;
  }
}
.breadcrumb__area--content h1 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: clamp(40px, 3vw, 50px);
  color: white;
  font-weight: 600;
  margin-bottom: 0;
}
.breadcrumb__area--content h1 span {
  font-family: Mmtsdr;
  letter-spacing: 0.3rem;
}
.breadcrumb__area--content p {
  margin-top: 24px;
  color: white;
  margin-bottom: 0;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 24px;
  font-weight: 300;
  font-family: Mmtsdr;
  letter-spacing: 0.2rem;
}

.main--bg--color {
  background-image: url("/assets/images/bg--01.svg"), linear-gradient(to right, #c6a665, #c6a665);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-position: right;
}

.second--bg--color {
  background-image: url("/assets/images/bg--01.svg"), linear-gradient(to right, #ffaa60, #ffaa60);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-position: right;
}

.third--bg--color {
  background-image: url("/assets/images/bg--01.svg"), linear-gradient(to right, #3A7960, #3A7960);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-position: right;
}

.forth--bg--color {
  background-image: url("/assets/images/bg--01.svg"), linear-gradient(to right, #A27E65, #A27E65);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-position: right;
}

.fifth--bg--color {
  background-image: url("/assets/images/bg--01.svg"), linear-gradient(to right, #4D5686, #4D5686);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-position: right;
}

.gradient--bg--color {
  background-image: url("/assets/images/bg--01.svg"), linear-gradient(to right, #3A7960, #c6a665);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-position: right;
}

.gradient--bg--color-s {
  background-image: linear-gradient(to right, #3A7960 60%, #c6a665);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-position: right;
}

.news__area {
  margin-bottom: 40px;
}
.news__area--wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: auto hidden;
  -ms-scroll-snap-type: inline mandatory;
      scroll-snap-type: inline mandatory;
  overscroll-behavior-inline: contain;
  padding: 8px 8px;
}
.news__area--item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(200, 198, 198, 0.2) 0px 2px 8px 0px;
  scroll-snap-align: start;
  min-width: calc(33.33% - 24px);
}
@media (max-width: 1099px) {
  .news__area--item {
    min-width: calc(33.33% - 32px);
  }
}
@media (max-width: 991px) {
  .news__area--item {
    min-width: calc(50% - 32px);
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 767px) {
  .news__area--item {
    min-width: calc(60% - 0px);
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.news__area--item .media {
  overflow: hidden;
  height: 300px;
  width: 100%;
}
.news__area--item .media img {
  height: 300px;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  transition: all 1s ease, transform 1s ease;
}
.news__area--item .category {
  position: absolute;
  top: 4%;
  right: 4%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 16px;
  color: #444b76;
}
.news__area--item .category a {
  font-size: 16px;
  color: #444b76;
  text-decoration: none;
}
.news__area--item .content {
  padding: 16px;
}
.news__area--item .content .title {
  padding: 16px 0 0;
}
.news__area--item .content .title h3 {
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 0;
  line-height: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: #444b76;
}
.news__area--item .content .date {
  margin-top: 16px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #444b76;
}
.news__area--item:hover {
  box-shadow: rgba(186, 186, 186, 0.4) 0px 8px 10px 0px;
  transition: all 1s ease, transform 1s ease;
}
.news__area--item:hover img {
  transform: scale(1.1) rotate(2deg);
  transition: all 1s ease, transform 1s ease;
  -ms-transition: all 1s ease, transform 1s ease;
}
.news__area--single {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .news__area--single {
    width: 100%;
  }
}
.news__area--head img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
}
.news__area--head span {
  color: #8498AF;
}
.news__area--head .category a {
  color: #153428;
  text-decoration: none;
}
.news__area--body--title {
  color: #3A7960;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 600;
  line-height: clamp(32px, 3vw, 56px);
}
.news__area--body .t--paragraph--1 > * {
  line-height: clamp(24px, 3vw, 32px);
}
.news__area--body img {
  border-radius: 16px;
  padding: 8px;
  width: 100%;
  height: 100%;
}
.news__area--nextPrev {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news__area--nextPrev .item {
  background: #fdfeff;
  padding: 12px 16px;
  border-radius: 6px;
  width: 42%;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 800px) {
  .news__area--nextPrev .item {
    width: 49%;
    height: auto;
  }
}
.news__area--nextPrev .item .a {
  text-decoration: none;
  color: #444b76 !important;
}
.news__area--nextPrev .item p {
  margin-bottom: 0;
}
.news__area--nextPrev .txt--right {
  text-align: right;
}

.blog--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 16px;
}
@media (max-width: 1199px) {
  .blog--grid {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

.categories--area h3 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #444b76;
}
.categories--area--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 8px 8px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(58, 121, 96, 0.2);
}
.categories--area--item:hover {
  border: 1px solid #3a7960;
}
.categories--area--item--left {
  display: flex;
  align-items: center;
}
.categories--area--item--left img, .categories--area--item--left svg {
  height: 32px;
  padding: 4px;
  margin-right: 12px;
}
.categories--area--item--left span {
  font-size: 14px;
  font-weight: 500;
  color: #444b76;
}
.categories--area--item--left span small {
  color: #8498AF;
}
.categories--area--item--right svg {
  color: #8498AF;
}
.categories--area .active {
  border: 1px solid #3a7960;
}

.pagination--custom {
  padding-top: 24px;
}
.pagination--custom ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}
.tabs nav {
  text-align: center;
}
.tabs nav ul {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  border-bottom: 1px solid rgba(202, 209, 222, 0.5);
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
}
.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}
.tabs nav li.tab-current a {
  color: #74777b;
}
.tabs nav a:focus {
  outline: none;
}

/* Content */
.content-wrap {
  position: relative;
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  width: 45%;
}
@media (max-width: 991px) {
  .content-wrap section {
    width: 90%;
  }
}

.content-wrap section.content-current {
  display: block;
}

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav span {
    display: none;
  }

  .tabs nav a:before {
    margin-right: 0;
  }
}
/** tabstyles.scss */
/*****************************/
/* Underline */
/*****************************/
.tabs-style-underline nav {
  background: transparent;
}

.tabs-style-underline nav a {
  padding: 0.25em 0 0.5em;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-weight: 400;
}

.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 4px;
  background: #ffffff;
  content: "";
  transition: transform 0.3s;
  transform: translate3d(0, 150%, 0);
}

.tabs-style-underline nav li.tab-current a::after {
  transform: translate3d(0, 0, 0);
}

.tabs-style-underline nav a span {
  font-weight: 400;
  color: #ffffff;
}

.pub--area--item {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pub--area--item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pub--area--item .content {
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 991px) {
  .pub--area--item .content {
    align-items: center;
    text-align: center;
  }
}
.pub--area--item .content img {
  margin-bottom: 16px;
}
.pub--area--item .content h2 {
  padding: 16px 0;
  color: #3A7960;
  font-weight: 600;
}
.pub--area--item .content p {
  color: #425576;
}
.pub--area--item .content a {
  color: #425576;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
}
.pub--area--item .image {
  padding: 16px;
}
.pub--area--item .image img {
  height: 260px;
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .pub--area--item .image img {
    height: 200px;
    padding-bottom: 16px;
  }
}
.pub--area .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  background-color: #3A7960;
  border-radius: 4px;
}

.products--area .grid {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 991px) {
  .products--area .prod--web {
    display: none;
  }
}
.products--area .prod--mobile {
  display: none;
}
@media (max-width: 991px) {
  .products--area .prod--mobile {
    display: block;
    margin: 32px 0 0;
  }
  .products--area .prod--mobile .swiper-wrapper {
    margin-bottom: 32px;
  }
  .products--area .prod--mobile .swiper-pagination {
    bottom: 0px;
  }
  .products--area .prod--mobile .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    background-color: #3A7960;
    border-radius: 4px;
  }
}
.products--area--item {
  min-width: 18%;
  width: 19%;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding: 24px;
  box-shadow: rgba(176, 183, 189, 0.2) 0px 0px 16px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: border 1s ease;
  -ms-transition: border 1s ease;
}
@media (max-width: 1299px) {
  .products--area--item {
    width: 32%;
  }
}
@media (max-width: 1199px) {
  .products--area--item {
    width: 32%;
  }
}
@media (max-width: 991px) {
  .products--area--item {
    width: 100%;
    margin: 10px 2px;
  }
}
.products--area--item--content {
  transition: margin 0.5s ease-in;
}
.products--area--item--content img {
  height: 60px;
  margin-bottom: 8px;
}
.products--area--item--content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.products--area--item--content p {
  font-size: 12px;
  color: #83839c;
  line-height: 18px;
  margin-bottom: 0;
}
.products--area--item--action {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -200px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: visibility 0s, opacity 0.5s linear;
}
.products--area--item--action a {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  color: #c6a665;
  font-size: 20px;
}
.products--area--item:hover .products--area--item--action {
  visibility: visible;
  opacity: 1;
  position: static;
}
.products--area--item:hover .products--area--item--content {
  margin-bottom: 16px;
}
.products--area--item:hover img {
  transform: scale(1.3) rotate(10deg);
  transition: transform 1s ease;
  -ms-transition: transform 1s ease;
}
.products--area .one:hover {
  border-bottom: 3px solid #c6a665;
  transition: border 1s ease;
  -ms-transition: border 1s ease;
}
.products--area .two:hover {
  border-bottom: 3px solid #ffaa60;
  transition: border 1s ease;
  -ms-transition: border 1s ease;
}
.products--area .three:hover {
  border-bottom: 3px solid #3A7960;
}
.products--area .four:hover {
  border-bottom: 3px solid #A27E65;
}
.products--area .five:hover {
  border-bottom: 3px solid #4D5686;
}

.section--bg {
  background-color: #fefaf5;
  position: relative;
}
.section--bg:after {
  content: "";
  background: url("/assets/images/clip-top.jpg");
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-repeat: repeat;
  width: 100%;
  height: 65px;
  background-size: cover;
  background-position: center;
}
.section--bg:before {
  content: "";
  background: url("/assets/images/clip-top.jpg");
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: rotate(180deg);
  background-repeat: repeat;
  width: 100%;
  height: 65px;
  background-size: cover;
  background-position: center;
}

.auto--area--garanty {
  padding-bottom: 40px !important;
}
.auto--area--garanty .item {
  padding: 24px;
  border-radius: 16px;
  border: 2px solid rgba(132, 152, 175, 0.2);
  background-color: #ffffff;
  margin-bottom: 16px;
}
.auto--area--garanty .item .head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.auto--area--garanty .item .head .image {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.auto--area--garanty .item .head .image img {
  height: 50px;
}
.auto--area--garanty .item .head h4 {
  font-size: 16px;
  font-weight: 500;
  color: #231F20;
}
.auto--area--garanty .item p {
  color: #8498AF;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

.cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.cta h3 {
  font-size: clamp(18px, 3vw, 24px);
  color: #c6a665;
  font-weight: 500;
  margin-bottom: 32px;
  font-style: italic;
}

.cta--third {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.cta--third h3 {
  font-size: clamp(18px, 3vw, 24px);
  color: #ffaa60;
  font-weight: 500;
  margin-bottom: 32px;
  font-style: italic;
}

.card--s--one {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding: 24px;
  box-shadow: rgba(176, 183, 189, 0.2) 0px 0px 16px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: border 1s ease;
  -ms-transition: border 1s ease;
}
.card--s--one .image {
  margin-bottom: 16px;
  transition: all 0.5s ease-in;
}
.card--s--one h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.card--s--one p {
  font-size: 12px;
  color: #83839c;
  line-height: 18px;
  margin-bottom: 0;
}
.card--s--one:hover .image {
  transform: scale(1.3) rotate(10deg);
  transition: transform 1s ease;
  -ms-transition: transform 1s ease;
}

.card--border--main {
  border-bottom: 2.5px solid #3A7960;
}

.card--border--second {
  border-bottom: 2.5px solid #c6a665;
}

.card--border--third {
  border-bottom: 2.5px solid #ffaa60;
}

.guarantee--row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .guarantee--row {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
.guarantee--row .item {
  border: 0.8px solid #ffaa60;
  padding: 16px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
}
.guarantee--row .item img {
  height: 50px;
  margin-bottom: 10px;
}
.guarantee--row .item h4 {
  font-size: clamp(12px, 3vw, 16px);
  color: #231F20;
  margin-bottom: 0;
  font-weight: 400;
}
.guarantee--row .item:hover {
  background-color: rgba(255, 170, 96, 0.1);
}

.steper--wrapper .step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
.steper--wrapper .step .arrow {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steper--wrapper .step .arrow .number {
  background-color: rgba(58, 121, 96, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #3A7960;
  font-weight: 500;
  font-size: 16px;
  width: 45px;
  height: 45px;
}
.steper--wrapper .step .content {
  padding-left: 16px;
}
.steper--wrapper .step .content h5 {
  color: #3A7960;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.steper--wrapper .step .content p {
  margin-bottom: 0;
  color: #83839c;
}

.ul--simple {
  list-style: none;
  margin-top: 16px;
}
.ul--simple li {
  margin-bottom: 16px;
}
.ul--simple li:last-child {
  margin-bottom: 0;
}
.ul--simple li h6 {
  color: #3A7960;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
.ul--simple li p {
  color: #8498AF;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.health--area {
  padding-bottom: 40px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .health--area {
    padding-top: 0;
  }
}
.health--area .title {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #153428;
  line-height: 32px;
}
@media (max-width: 991px) {
  .health--area .title {
    text-align: center;
  }
}

.bg--pattern {
  background-image: url("/assets/images/shapes/shape-7.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.t--paragraph {
  --minFontSize: 12px;
  --maxFontSize: 16px;
  --scaler: 7vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 400;
  line-height: 30px;
  color: #333;
  padding-bottom: 8px;
}

.gray--title {
  --minFontSize: 16px;
  --maxFontSize: 32px;
  --scaler: 7vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 900;
  color: rgb(213, 213, 213);
  padding-bottom: 8px;
}

.green--title {
  --minFontSize: 16px;
  --maxFontSize: 32px;
  --scaler: 7vw;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  font-weight: 900;
  color: #c6a665;
  padding-bottom: 8px;
}

.section--100 {
  padding: 100px 0;
}

.section--80 {
  padding: 80px 0;
}

.section--60 {
  padding: 60px 0;
}

.section--40 {
  padding: 40px 0;
}

.section--20 {
  padding: 20px 0;
}

.m0auto {
  margin: 0 auto !important;
}

.no-decoration {
  text-decoration: none;
}

.mr-6 {
  margin-right: 6px;
}

.h-100-100 {
  height: 100%;
}

.w-100-100 {
  width: 100%;
}

.m-top-0 {
  margin-top: 0;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-45 {
  margin-top: 45px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-55 {
  margin-top: 55px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-top-65 {
  margin-top: 65px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-75 {
  margin-top: 75px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-85 {
  margin-top: 85px;
}

.m-top-90 {
  margin-top: 90px;
}

.m-top-95 {
  margin-top: 95px;
}

.m-top-100 {
  margin-top: 100px;
}

.m-top-105 {
  margin-top: 105px;
}

.m-top-110 {
  margin-top: 110px;
}

.m-top-115 {
  margin-top: 115px;
}

.m-top-120 {
  margin-top: 120px;
}

.m-top-125 {
  margin-top: 125px;
}

.m-top-130 {
  margin-top: 130px;
}

.m-top-135 {
  margin-top: 135px;
}

.m-top-140 {
  margin-top: 140px;
}

.m-top-145 {
  margin-top: 145px;
}

.m-top-150 {
  margin-top: 150px;
}

.m-right-0 {
  margin-right: 0;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-30 {
  margin-right: 30px;
}

.m-right-35 {
  margin-right: 35px;
}

.m-right-40 {
  margin-right: 40px;
}

.m-right-45 {
  margin-right: 45px;
}

.m-right-50 {
  margin-right: 50px;
}

.m-right-55 {
  margin-right: 55px;
}

.m-right-60 {
  margin-right: 60px;
}

.m-right-65 {
  margin-right: 65px;
}

.m-right-70 {
  margin-right: 70px;
}

.m-right-75 {
  margin-right: 75px;
}

.m-right-80 {
  margin-right: 80px;
}

.m-right-85 {
  margin-right: 85px;
}

.m-right-90 {
  margin-right: 90px;
}

.m-right-95 {
  margin-right: 95px;
}

.m-right-100 {
  margin-right: 100px;
}

.m-right-105 {
  margin-right: 105px;
}

.m-right-110 {
  margin-right: 110px;
}

.m-right-115 {
  margin-right: 115px;
}

.m-right-120 {
  margin-right: 120px;
}

.m-right-125 {
  margin-right: 125px;
}

.m-right-130 {
  margin-right: 130px;
}

.m-right-135 {
  margin-right: 135px;
}

.m-right-140 {
  margin-right: 140px;
}

.m-right-145 {
  margin-right: 145px;
}

.m-right-150 {
  margin-right: 150px;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-35 {
  margin-bottom: 35px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-45 {
  margin-bottom: 45px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-55 {
  margin-bottom: 55px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.m-bottom-65 {
  margin-bottom: 65px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-75 {
  margin-bottom: 75px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-85 {
  margin-bottom: 85px;
}

.m-bottom-90 {
  margin-bottom: 90px;
}

.m-bottom-95 {
  margin-bottom: 95px;
}

.m-bottom-100 {
  margin-bottom: 100px;
}

.m-bottom-105 {
  margin-bottom: 105px;
}

.m-bottom-110 {
  margin-bottom: 110px;
}

.m-bottom-115 {
  margin-bottom: 115px;
}

.m-bottom-120 {
  margin-bottom: 120px;
}

.m-bottom-125 {
  margin-bottom: 125px;
}

.m-bottom-130 {
  margin-bottom: 130px;
}

.m-bottom-135 {
  margin-bottom: 135px;
}

.m-bottom-140 {
  margin-bottom: 140px;
}

.m-bottom-145 {
  margin-bottom: 145px;
}

.m-bottom-150 {
  margin-bottom: 150px;
}

.m-left-0 {
  margin-left: 0;
}

.m-left-5 {
  margin-left: 5px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-left-35 {
  margin-left: 35px;
}

.m-left-40 {
  margin-left: 40px;
}

.m-left-45 {
  margin-left: 45px;
}

.m-left-50 {
  margin-left: 50px;
}

.m-left-55 {
  margin-left: 55px;
}

.m-left-60 {
  margin-left: 60px;
}

.m-left-65 {
  margin-left: 65px;
}

.m-left-70 {
  margin-left: 70px;
}

.m-left-75 {
  margin-left: 75px;
}

.m-left-80 {
  margin-left: 80px;
}

.m-left-85 {
  margin-left: 85px;
}

.m-left-90 {
  margin-left: 90px;
}

.m-left-95 {
  margin-left: 95px;
}

.m-left-100 {
  margin-left: 100px;
}

.m-left-105 {
  margin-left: 105px;
}

.m-left-110 {
  margin-left: 110px;
}

.m-left-115 {
  margin-left: 115px;
}

.m-left-120 {
  margin-left: 120px;
}

.m-left-125 {
  margin-left: 125px;
}

.m-left-130 {
  margin-left: 130px;
}

.m-left-135 {
  margin-left: 135px;
}

.m-left-140 {
  margin-left: 140px;
}

.m-left-145 {
  margin-left: 145px;
}

.m-left-150 {
  margin-left: 150px;
}

.p-left-0 {
  padding-left: 0;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-left-35 {
  padding-left: 35px;
}

.p-left-40 {
  padding-left: 40px;
}

.p-left-45 {
  padding-left: 45px;
}

.p-left-50 {
  padding-left: 50px;
}

.p-left-55 {
  padding-left: 55px;
}

.p-left-60 {
  padding-left: 60px;
}

.p-left-65 {
  padding-left: 65px;
}

.p-left-70 {
  padding-left: 70px;
}

.p-left-75 {
  padding-left: 75px;
}

.p-left-80 {
  padding-left: 80px;
}

.p-left-85 {
  padding-left: 85px;
}

.p-left-90 {
  padding-left: 90px;
}

.p-left-95 {
  padding-left: 95px;
}

.p-left-100 {
  padding-left: 100px;
}

.p-left-105 {
  padding-left: 105px;
}

.p-left-110 {
  padding-left: 110px;
}

.p-left-115 {
  padding-left: 115px;
}

.p-left-120 {
  padding-left: 120px;
}

.p-left-125 {
  padding-left: 125px;
}

.p-left-130 {
  padding-left: 130px;
}

.p-left-135 {
  padding-left: 135px;
}

.p-left-140 {
  padding-left: 140px;
}

.p-left-145 {
  padding-left: 145px;
}

.p-left-150 {
  padding-left: 150px;
}

.p-right-0 {
  padding-right: 0;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-30 {
  padding-right: 30px;
}

.p-right-35 {
  padding-right: 35px;
}

.p-right-40 {
  padding-right: 40px;
}

.p-right-45 {
  padding-right: 45px;
}

.p-right-50 {
  padding-right: 50px;
}

.p-right-55 {
  padding-right: 55px;
}

.p-right-60 {
  padding-right: 60px;
}

.p-right-65 {
  padding-right: 65px;
}

.p-right-70 {
  padding-right: 70px;
}

.p-right-75 {
  padding-right: 75px;
}

.p-right-80 {
  padding-right: 80px;
}

.p-right-85 {
  padding-right: 85px;
}

.p-right-90 {
  padding-right: 90px;
}

.p-right-95 {
  padding-right: 95px;
}

.p-right-100 {
  padding-right: 100px;
}

.p-right-105 {
  padding-right: 105px;
}

.p-right-110 {
  padding-right: 110px;
}

.p-right-115 {
  padding-right: 115px;
}

.p-right-120 {
  padding-right: 120px;
}

.p-right-125 {
  padding-right: 125px;
}

.p-right-130 {
  padding-right: 130px;
}

.p-right-135 {
  padding-right: 135px;
}

.p-right-140 {
  padding-right: 140px;
}

.p-right-145 {
  padding-right: 145px;
}

.p-right-150 {
  padding-right: 150px;
}

.p-top-0 {
  padding-top: 0;
}

.p-top-2 {
  padding-top: 2px;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-35 {
  padding-top: 35px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-45 {
  padding-top: 45px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-55 {
  padding-top: 55px;
}

.p-top-60 {
  padding-top: 60px;
}

.p-top-65 {
  padding-top: 65px;
}

.p-top-70 {
  padding-top: 70px;
}

.p-top-75 {
  padding-top: 75px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-85 {
  padding-top: 85px;
}

.p-top-90 {
  padding-top: 90px;
}

.p-top-95 {
  padding-top: 95px;
}

.p-top-100 {
  padding-top: 100px;
}

.p-top-105 {
  padding-top: 105px;
}

.p-top-110 {
  padding-top: 110px;
}

.p-top-115 {
  padding-top: 115px;
}

.p-top-120 {
  padding-top: 120px;
}

.p-top-125 {
  padding-top: 125px;
}

.p-top-130 {
  padding-top: 130px;
}

.p-top-135 {
  padding-top: 135px;
}

.p-top-140 {
  padding-top: 140px;
}

.p-top-145 {
  padding-top: 145px;
}

.p-top-150 {
  padding-top: 150px;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.p-bottom-5 {
  padding-bottom: 5px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.p-bottom-35 {
  padding-bottom: 35px;
}

.p-bottom-40 {
  padding-bottom: 40px;
}

.p-bottom-45 {
  padding-bottom: 45px;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.p-bottom-55 {
  padding-bottom: 55px;
}

.p-bottom-60 {
  padding-bottom: 60px;
}

.p-bottom-65 {
  padding-bottom: 65px;
}

.p-bottom-70 {
  padding-bottom: 70px;
}

.p-bottom-75 {
  padding-bottom: 75px;
}

.p-bottom-80 {
  padding-bottom: 80px;
}

.p-bottom-85 {
  padding-bottom: 85px;
}

.p-bottom-90 {
  padding-bottom: 90px;
}

.p-bottom-95 {
  padding-bottom: 95px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.p-bottom-105 {
  padding-bottom: 105px;
}

.p-bottom-110 {
  padding-bottom: 110px;
}

.p-bottom-115 {
  padding-bottom: 115px;
}

.p-bottom-120 {
  padding-bottom: 120px;
}

.p-bottom-125 {
  padding-bottom: 125px;
}

.p-bottom-130 {
  padding-bottom: 130px;
}

.p-bottom-135 {
  padding-bottom: 135px;
}

.p-bottom-140 {
  padding-bottom: 140px;
}

.p-bottom-145 {
  padding-bottom: 145px;
}

.p-bottom-150 {
  padding-bottom: 150px;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-50 {
  height: 50px;
}

.h-55 {
  height: 55px;
}

.h-60 {
  height: 60px;
}

.h-65 {
  height: 65px;
}

.h-70 {
  height: 70px;
}

.h-75 {
  height: 75px;
}

.h-80 {
  height: 80px;
}

.h-85 {
  height: 85px;
}

.h-90 {
  height: 90px;
}

.h-95 {
  height: 95px;
}

.h-100 {
  height: 100px;
}

.h-105 {
  height: 105px;
}

.h-110 {
  height: 110px;
}

.h-115 {
  height: 115px;
}

.h-120 {
  height: 120px;
}

.h-125 {
  height: 125px;
}

.h-130 {
  height: 130px;
}

.h-135 {
  height: 135px;
}

.h-140 {
  height: 140px;
}

.h-145 {
  height: 145px;
}

.h-150 {
  height: 150px;
}

.clear {
  clear: both;
}

.no-mar {
  margin: 0 !important;
}

.no-mar-bot {
  margin: 0px !important;
}

.no-pad {
  padding: 0 !important;
}
