@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat: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=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Canadian+Aboriginal:wght@100..900&display=swap);
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
}

.hamburger-box {
  width: 20px;
  margin-top: -5px;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger {
  padding: 0 15px 0 0;
}

.text-primary--light {
  color: #0067b1;
}
.text-black-50 {
  color: rgba(83, 73, 67, 0.5) !important;
}
.text-warning {
  color: #cfaa97 !important;
}

.border-secondary {
  border-color: #f5d4b7 !important;
}

html {
  font-size: 13.35px;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
h2 {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo Sans 500", sans-serif;
}

.fs-1 {
  font-size: calc(3rem + 1.5vw) !important;
}
@media (min-width: 768px) {
  .fs-1 {
    font-size: calc(4.9rem + 1.5vw) !important;
  }
}

a {
  transition: 0.5s ease-in-out;
  color: #0068b3;
}
a:focus, a:hover {
  text-decoration: unset;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-image.image-contain {
  background-size: contain;
}

.section.has-bg {
  position: relative;
  z-index: 0;
}
.section-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .section-bg {
    width: 100%;
  }
}
.section-bg.contained {
  bottom: 0;
  margin: auto;
  width: auto;
}
.section-bg.covered {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-bg.parallaxed {
  position: absolute;
  min-height: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  z-index: -50;
  position: fixed !important;
}
.section-bg.parallax-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.chat-container {
  bottom: 0;
  margin: 0;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.chat-container:hover {
  transform: scale(1.1);
}

.breadcrumb {
  padding-bottom: 19px;
  margin-bottom: 50px;
  border-bottom: solid 2px #f0f0ef;
}
.breadcrumb-item {
  font-family: "Museo Sans 500", sans-serif;
  font-size: 14px;
  color: #000;
}
.breadcrumb-item a {
  text-decoration: none;
  color: #bd9a74;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #bd9a74;
}
.breadcrumb-item.active {
  color: black;
}
.breadcrumb-item.active:before {
  color: black;
}

button,
.btn {
  font-family: "Museo Sans 500", sans-serif;
}
button:focus,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}
button.transition-scale,
.btn.transition-scale {
  transition: 0.5s ease-in-out;
}
button.transition-scale:hover,
.btn.transition-scale:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0px 20px 30px -15px rgba(0, 0, 0, 0.5);
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary {
  border-radius: 5px;
  background-color: #7ba890;
  min-width: 170px;
  font-size: 16px;
  font-weight: 500;
  border: solid 1px transparent;
  padding: 9px 10px;
  text-transform: capitalize;
}
.btn-primary.position-fixed {
  right: 0;
  bottom: 10%;
  font-size: 16px;
  z-index: 200;
  padding: 10px 10px;
  min-width: 140px;
  border: 2px solid #fff;
}
@media (min-width: 768px) {
  .btn-primary.position-fixed {
    padding: 17px 10px;
    min-width: 188px;
    font-size: 18px;
    bottom: 10%;
  }
}
.btn-primary:hover, .btn-primary:focus {
  background-color: white;
  border-color: #7ba890;
  color: #7ba890;
}
.btn-warning {
  border-radius: 5px;
  background-color: #cfaa97;
  min-width: 170px;
  font-size: 16px;
  font-weight: bold;
  border: solid 1px transparent;
  padding: 9px 10px;
  text-transform: capitalize;
  color: white;
}
.btn-warning:hover {
  background-color: white;
  color: #cfaa97;
  border-color: #cfaa97;
}
.btn-outline-primary {
  border-color: #7ba890;
  border-radius: 5px;
  min-width: 170px;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 10px;
  text-transform: capitalize;
  color: #7ba890;
}
.btn-outline-primary:hover {
  background-color: #7ba890;
  color: white;
  border-color: #7ba890;
}
.btn-outline-secondary {
  min-width: 205px;
  padding: 12px 10px;
  border-radius: 5px;
  border: solid 1px #7ba890;
  font-size: 16px;
  font-weight: 500;
  color: #7ba890;
}
.btn-outline-secondary:hover {
  background-color: #7ba890;
  border-color: transparent;
  color: white;
}
.btn-outline-light {
  min-width: 205px;
  padding: 12px 10px;
  border-radius: 5px;
  border: solid 1px white;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.btn-outline-light:hover {
  border-color: transparent;
}
.btn-outline-warning {
  border-color: #cfaa97;
  border-radius: 5px;
  min-width: 170px;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 10px;
  text-transform: capitalize;
  color: #cfaa97;
}
.btn-outline-warning:hover {
  background-color: #cfaa97;
  color: white;
  border-color: #cfaa97;
}
.btn-outline-danger {
  border-color: #cf0606;
  border-radius: 5px;
  min-width: 170px;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 10px;
  text-transform: capitalize;
  color: #cf0606;
}
.btn-outline-danger:hover {
  background-color: #cf0606;
  color: white;
  border-color: #cf0606;
}
.btn-secondary {
  border-radius: 0;
  font-weight: 600;
  background-color: #bd9a74;
  color: white;
  border: solid 1px transparent;
  min-width: 125px;
  padding: 9px 10px;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color: white;
  border-color: #bd9a74;
  color: #bd9a74;
}
.btn-lg {
  padding-top: 11px;
  padding-bottom: 11px;
}
.transition-link--space i {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.transition-link--space:hover i {
  margin-inline-start: 15px;
}

.dropdown-toggle:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "\f078";
  vertical-align: inherit;
  border: none;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(0.5turn);
}

.form-control:focus {
  box-shadow: none;
}
.form-floating > .form-control {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .form-floating > .form-control {
    padding: 10px 20px;
  }
}
.form-floating > .form-label {
  left: 0;
  padding: 0.7rem 0.75rem;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3rem + 8px);
}
@media (min-width: 768px) {
  .form-floating > .form-control, .form-floating > .form-select {
    height: calc(3rem + 2px);
  }
}
.form-label {
  color: #7b7b7b;
  font-size: 16px;
  left: 20px;
}
.form-select-lg {
  padding: 10px 13px;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

form.layout-info .form-control {
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(227, 227, 227, 0.5);
  background-color: #f0f4fe;
  border-color: transparent;
}
form.layout-info .form-label {
  color: #1d1e1e;
  opacity: 0.5;
}

.input-newsletter {
  border: solid 1px #bd9a74;
}
.input-newsletter .form-control {
  border: none;
  border-right: 0;
  color: black;
  font-weight: 500;
  font-family: "Museo Sans 500", sans-serif;
  font-size: 1.2em;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  height: 50px;
}
.input-newsletter .form-control:focus {
  box-shadow: none;
}
.input-newsletter .form-control::-moz-placeholder {
  color: black;
  opacity: 0.36;
}
.input-newsletter .form-control::placeholder {
  color: black;
  opacity: 0.36;
}
.input-newsletter label {
  z-index: 50;
  left: 18px;
  opacity: 0.36;
}
.input-newsletter .btn {
  transform: scale(1.02);
  z-index: 5;
  color: black;
  text-transform: none;
  font-weight: 500;
}

.form-check-label {
  color: #1d1e1e;
}
.form-check-label a {
  color: #bd9a74;
  text-decoration: none;
}

.form-check-input[type=checkbox] {
  border-radius: 3px;
  border: solid 1px #7ba890;
}
.form-check-input[type=checkbox]:focus {
  box-shadow: none;
}
.form-check-input[type=checkbox]:checked {
  background-color: #7ba890;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545 !important;
}

.input-group.layout-primary .form-control {
  font-family: "Museo Sans 500", sans-serif;
  font-size: 1.2rem;
  border: solid 1px #0067b1;
  background-color: white;
  color: #52575d;
  font-weight: 500;
  padding: 10px 20px;
}
.input-group.layout-primary .form-control::-moz-placeholder {
  opacity: 0.35;
}
.input-group.layout-primary .form-control::placeholder {
  opacity: 0.35;
}
.input-group.layout-primary .form-control:disabled {
  background-color: #0068b3;
  color: white;
}
.input-group.layout-primary .form-control:disabled::-moz-placeholder {
  color: white;
  opacity: 1;
}
.input-group.layout-primary .form-control:disabled::placeholder {
  color: white;
  opacity: 1;
}
.input-group.layout-primary .btn {
  min-width: 50px;
  text-align: center;
  font-size: 1.4rem;
}
.input-group.layout-primary.rounded-pill .form-control, .input-group.layout-primary.rounded-pill .btn {
  border-radius: inherit;
}
.input-group.layout-primary input[type=file]::file-selector-button {
  display: none;
}
.input-group.layout-primary input[type=file] + .form-label {
  font-size: 16px;
  left: 20px;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: #0068b3;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  color: white;
  z-index: 100;
}
.input-group.layout-primary input[type=file] {
  border-radius: 2em !important;
}

.form-box {
  border: solid 1px #046bb7;
  background-color: #fff;
  border-radius: 30px 10px 2em 30px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .form-box {
    border-radius: 2em 10px 2em 10px;
  }
}
.form-box label {
  box-shadow: 0 12px 42px 0 rgba(31, 31, 31, 0.1);
  background-color: #046bb7;
  border-radius: 2em 0 2em 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  padding: 10px 20px;
  border-radius: 30px 0 30px 0;
}
@media (min-width: 768px) {
  .form-box label {
    border-radius: 2em 0 2em 0;
    margin-left: -1px;
    margin-top: -1px;
  }
}
.form-box .form-control {
  border: none;
  font-size: 16px;
  color: #000;
}
.form-box .form-control::-moz-placeholder {
  opacity: 0.52;
}
.form-box .form-control::placeholder {
  opacity: 0.52;
}
.form-box-list ul {
  border-bottom: solid 1px #046bb7;
}
.form-box-list ul:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .form-box-list ul:nth-child(odd) {
    border-right: solid 1px #046bb7;
  }
  .form-box-list ul:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}
.form-box ul {
  margin-bottom: 0;
}
.form-box ul::after, .form-box ul::before {
  content: "";
  position: absolute;
  background-color: #046bb7;
}
.form-box ul li {
  margin: 4px 1px;
}
.form-box ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Museo Sans 500", sans-serif;
  text-decoration: none;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .form-box ul li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}
.form-box ul li a.active {
  background-color: #eef2fe;
}

.link-upload {
  border-radius: 2em;
  border: solid 1px #0067b1;
  height: 49px;
  text-decoration: none;
}
.link-upload--text {
  font-family: "Museo Sans 500", sans-serif;
  font-size: 1.2rem;
  color: #52575d;
  font-weight: 500;
  padding-left: 24px;
  max-width: calc(100% - 50px);
  padding-right: 15px;
  padding-top: 10px;
}
.link-upload--icon {
  background-color: #0068b3;
  color: white;
  width: 50px;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-upload.is-invalid {
  border-color: #dc3545 !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 10px;
  border: solid 1px #7b7b7b;
  background-color: #fff;
  color: #7b7b7b;
  font-size: 16px;
  height: calc(3rem + 8px);
}
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single {
    height: calc(3rem + 2px);
  }
}
.select2-container--default .select2-selection--single[aria-expanded=true] .select2-selection__arrow::after {
  transform: rotate(180deg);
}

.select2.is-invalid + .select2-container--default .select2-selection--single {
  border-color: #dc3545 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px;
  color: #7b7b7b;
}

.select2-results__option {
  padding: 5px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 16px;
  color: black;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0067b1;
}

.checkbox-box {
  color: #49403b;
  border-radius: 5px;
  border: solid 1px #f4f5f7;
  height: 90px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-family: "Open Sans", sans-serif;
}
.checkbox-box span {
  font-size: 14px;
}
.checkbox-box .checkbox-icon {
  width: 40px;
  height: 40px;
  border: solid 1px #e7eaed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7eaed;
  background-color: transparent;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.checkbox-box .checkbox-subtitle {
  font-size: 14px;
}
.checkbox-box .checkbox-title {
  font-size: 16px;
}
.checkbox-box:hover, .checkbox-box.active, .checkbox-box.selected {
  color: #49403b;
  box-shadow: 0 20px 30px 0 rgba(10, 48, 73, 0.15);
  border: transparent;
}
.checkbox-box:hover .checkbox-icon, .checkbox-box.active .checkbox-icon, .checkbox-box.selected .checkbox-icon {
  color: white;
  border-color: transparent;
  background-color: #7ba890;
}

.form-control.is-invalid.addon-right,
.was-validated .form-control.addon-right:invalid,
.form-control.is-valid.addon-right,
.was-validated .form-control.addon-right:valid {
  background-position: right calc(0.375em + 3.188rem) center;
}

.form-addon {
  position: relative;
}
.form-addon .btn.position-absolute {
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  color: rgba(39, 39, 39, 0.4);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-addon .btn.position-absolute i {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.form-addon .btn.position-absolute i.fa-eye {
  opacity: 1;
  transform: scale(1);
}
.form-addon .btn.position-absolute i.fa-eye-slash {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.2);
}
.form-addon .btn.position-absolute.active i.fa-eye {
  opacity: 0;
  transform: scale(0.2);
}
.form-addon .btn.position-absolute.active i.fa-eye-slash {
  opacity: 1;
  transform: scale(1);
}

.at-icon-wrapper {
  height: 54px !important;
  width: 54px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.at-follow-tbx-element .at300b, .at-follow-tbx-element .at300m {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.at-follow-tbx-element .addthis_toolbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .at-follow-tbx-element .addthis_toolbox {
    justify-content: flex-start;
  }
}

.transition {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.transition-zoom--out {
  transform: scale(1.5);
}
.transition-zoom--out:hover {
  transform: scale(1);
}
.transition-zoom--in {
  transform: scale(1);
}
.transition-zoom--in:hover {
  transform: scale(1.1);
}

.uk-lightbox {
  z-index: 1060 !important;
  background-color: rgba(0, 0, 0, 0.81);
}
.uk-lightbox-toolbar {
  background-color: transparent;
}
@media (min-width: 768px) {
  .uk-lightbox-toolbar {
    padding-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
.uk-lightbox-toolbar-icon {
  color: white;
}
.uk-lightbox-button {
  background-color: #7ba890;
  color: white;
  width: 40px;
  height: 60px;
}

.uk-position-center-left {
  margin-left: 0 !important;
}

.uk-position-center-right {
  margin-right: 0 !important;
}

header {
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.03);
}

.navbar {
  background-color: #7ba890;
}
.navbar-logo {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 330px;
  background-color: inherit;
  top: 7px;
  z-index: 1050;
  text-align: center;
  background-color: white;
}
.navbar-brand {
  width: 210px;
  margin: 0;
}
.navbar-brand img {
  width: auto;
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .navbar-brand {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    width: 130px;
  }
}
.navbar-languages {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.navbar-languages li {
  padding: 0 5px;
  position: relative;
}
.navbar-languages li:not(:last-of-type)::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: -2px;
  top: 3px;
}
@media (min-width: 992px) {
  .navbar-languages li:not(:last-of-type)::after {
    top: 5px;
  }
}
.navbar-languages li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar-languages li.active a {
  font-weight: 900;
}
.navbar-light {
  border-bottom: solid 2px #f0f0ef;
}
.navbar-nav .nav-link {
  color: #fff;
  position: relative;
  padding: 10px 14px;
  font-family: "Museo Sans 500", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  left: 0;
  width: 0;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  background-color: transparent;
  left: 0;
  width: 2px;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-nav .nav-link.active {
  font-weight: bold;
  font-weight: 900;
}
.navbar-nav .nav-link.active::after {
  background-color: #fff;
  width: 31px;
}
.navbar-nav .nav-link.active:before {
  background-color: #fff;
  height: 31px;
}
.navbar-nav.nav-top {
  z-index: 1052;
}
.navbar-nav.nav-top .nav-item {
  margin-inline-end: 10px;
}
@media (min-width: 1400px) {
  .navbar-nav.nav-top .nav-item {
    margin-inline-end: 7px;
  }
}
.navbar-nav.nav-top .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #3c3733;
  padding: 4px 5px;
}
.navbar-nav.nav-top .nav-item .nav-link::after, .navbar-nav.nav-top .nav-item .nav-link::before {
  content: none;
}
.navbar-nav .nav-item {
  margin-inline-end: 10px;
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    margin-inline-end: 30px;
  }
}
.navbar-nav .nav-item.drop-item {
  position: relative;
}
.navbar-nav .nav-item.drop-item i {
  position: absolute;
  right: -15px;
  top: 12px;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
}
.navbar-nav .nav-item.drop-item .drop-list {
  list-style-type: none;
  padding-inline-start: inherit;
  position: absolute;
  top: 100%;
  box-shadow: 0 12px 42px 0 rgba(32, 31, 31, 0.1);
  min-width: 150px;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.9);
  padding: 0px 16px 9px 15px;
  background-color: #7ba890;
  color: white;
}
.navbar-nav .nav-item.drop-item .drop-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: -15px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-color: #7ba890;
  transform: rotate(45deg) translateY(-50%);
}
.navbar-nav .nav-item.drop-item .drop-list ul {
  list-style-type: none;
  padding-inline-start: inherit;
  padding-left: 0;
}
.navbar-nav .nav-item.drop-item .drop-list li {
  margin: 0;
}
.navbar-nav .nav-item.drop-item .drop-list li a {
  padding: 10px 0;
  color: white;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.navbar-nav .nav-item.drop-item .drop-list li a::before, .navbar-nav .nav-item.drop-item .drop-list li a::after {
  content: none;
}
.navbar-nav .nav-item.drop-item .drop-list li a:hover, .navbar-nav .nav-item.drop-item .drop-list li a.active {
  border-bottom-color: #7ba890;
}
.navbar-nav .nav-item.drop-item:hover i, .navbar-nav .nav-item.drop-item:focus i {
  transform: rotate(180deg);
}
.navbar-nav .nav-item.drop-item:hover .drop-list, .navbar-nav .nav-item.drop-item:focus .drop-list {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.navbar-extra .btn {
  font-size: 18px;
  font-weight: 500;
  font-family: "Museo Sans 500", sans-serif;
  padding: 10px 20px;
}
.offcanvas {
  max-width: 300px;
  background-color: #7ba890;
}
@media (min-width: 992px) {
  .offcanvas {
    max-width: 400px;
  }
}
.offcanvas-body ul {
  list-style-type: none;
}
.offcanvas-body ul li {
  position: relative;
}
.offcanvas-body ul li a {
  font-family: "Museo Sans 500", sans-serif;
  color: #fff;
  font-size: 18px;
  padding: 8px 5px 8px 0;
}
.offcanvas-body ul li a.active {
  font-weight: bold;
  color: #fff;
}
.offcanvas-body .navbar-nav .nav-link {
  font-size: 16px;
}
.offcanvas-body .submenu-btn {
  position: absolute;
  top: 0;
  right: 5px;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 5px;
}
.offcanvas-body .submenu-btn.active {
  transform: rotate(180deg);
}
.offcanvas-body .drop-list {
  display: none;
}

footer .brand {
  width: 250px;
  display: block;
}
footer .michelin {
  width: 80px;
}
footer .wrap-logos {
  width: 210px;
  text-align: center;
}
footer .widget-section {
  background-color: #7ba890;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .widget-social li {
  padding: 0 20px;
}
@media (max-width: 374px) {
  footer .widget-social li {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  footer .widget-social li:first-of-type {
    padding-inline-start: 0;
  }
}
footer .widget-social li a {
  font-size: 25px;
  color: #fff;
}
footer .widget-social li a img {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .widget-social li a:hover img {
  transform: scale(1.1) translateY(-3px);
}
footer .widget-title {
  margin-bottom: 18px;
  color: #bd9a74;
}
footer .widget-box {
  padding-top: 20px;
}
footer .widget-box ul li {
  margin-bottom: 15px;
  color: white;
  font-size: 16px;
}
footer .widget-box ul li a {
  color: white;
  text-decoration: none;
  transition: ease;
}
footer .widget-box ul li.active a, footer .widget-box ul li:hover a {
  font-weight: 600;
  color: white;
}
footer .widget-box ul li i {
  color: white;
}
footer .widget-copyright {
  background-color: #7ba890;
}
footer .widget-copyright .container {
  border-top: solid 2px #fff;
}
footer .widget-copyright p {
  font-size: 16px;
  color: white;
}
@media (min-width: 768px) {
  footer .widget-copyright p {
    font-size: 14px;
  }
}
footer .widget-copyright ul {
  margin-bottom: 0;
}
footer .widget-copyright ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  footer .widget-copyright ul li a {
    font-size: 14px;
  }
}
footer .anpc {
  display: inline-block;
  margin-top: -3px;
}
@media (max-width: 1024px) {
  footer .anpc {
    margin: 5px 0;
  }
}
footer .anpc a {
  max-width: 160px;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 1366px) {
  footer .anpc a {
    max-width: 140px;
  }
}
footer .anpc a.img-2 {
  margin-left: -40px;
}
@media (max-width: 1024px) {
  footer .align-mobile {
    text-align: center;
  }
}

.card {
  border: none;
}
.card-header {
  background-color: inherit;
}
.card-footer {
  background-color: inherit;
}
.card.transition-default {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card.transition-default:hover {
  transform: translateY(-15px);
}
.card.transition-full .card-header {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card.transition-full .card-header img {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card.transition-full:hover .card-header {
  transform: translateY(-15px);
}
.card.transition-translate .card-header {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card.transition-translate .card-header img {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card.transition-translate:hover .card-header {
  border-color: transparent;
  transform: translateY(-15px);
  box-shadow: 0 20px 32px 0 rgba(15, 36, 109, 0.16);
}
@media (min-width: 992px) {
  .card.transition-grayscale .card-header {
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .card.transition-grayscale .card-header img {
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: grayscale(1);
  }
  .card.transition-grayscale:hover .card-header img {
    filter: grayscale(0);
  }
}

.card.template-testimonial {
  background-color: transparent;
}
.card.template-testimonial .card-header {
  border: none;
  width: 155px;
  margin: auto;
  position: relative;
  padding: 0;
}
.card.template-testimonial .card-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 5px #7ba890;
  transform: translateX(13px) translateY(13px);
}
.card.template-testimonial .card-header img {
  position: relative;
  z-index: 5;
}
.card.template-testimonial .card-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.card.template-testimonial .card-footer {
  border: none;
  min-height: 145px;
  padding-top: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #413834;
}
.card.template-testimonial .card-footer p {
  margin-bottom: 0;
}
.card.template-testimonial .card-title {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.card.template-about {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .card.template-about {
    border-inline-end: none !important;
  }
}
.card.template-about .card-header {
  border-bottom: none;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 30px;
}
@media (min-width: 768px) {
  .card.template-about .card-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.card.template-about .card-title {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
.card.template-about .card-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  min-height: 90px;
  color: #52575d;
}
@media (min-width: 768px) {
  .card.template-about .card-body {
    padding-left: 25px;
    padding-right: 25px;
    min-height: 135px;
  }
}
.card.template-about .card-footer {
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-radius: inherit;
}
@media (min-width: 768px) {
  .card.template-about .card-footer {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
}

.card.template-investor {
  box-shadow: 0 12px 42px 0 rgba(31, 31, 31, 0.1);
  background-color: #fff;
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
.card.template-investor .card-header {
  border-bottom: none;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 30px;
}
@media (min-width: 768px) {
  .card.template-investor .card-header {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.card.template-investor .card-title {
  margin-bottom: 0;
  font-weight: 500;
}
.card.template-investor .card-body {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 90px;
  color: #52575d;
}
@media (min-width: 768px) {
  .card.template-investor .card-body {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 135px;
  }
}
.card.template-investor .card-img-overlay {
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0068b3;
  color: white;
  border-top-left-radius: 0;
  top: auto;
}
@media (min-width: 768px) {
  .card.template-investor .card-img-overlay {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.card.template-investor .card-link {
  box-shadow: 0 0 20px 0 rgba(0, 40, 255, 0.2);
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #0067b3;
  font-size: 2rem;
}

.card.template-product {
  border-radius: 30px 0px 30px;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  background-color: transparent;
  height: 100%;
}
.card.template-product .card-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #000;
}
.card.template-product .card-info {
  font-size: 14px;
  font-weight: 500;
  color: #5f4c3c;
}
.card.template-product .card-info i {
  color: #f5d4b7;
}
.card.template-product .card-header {
  border: none;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
}
.card.template-product .card-body {
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0;
  min-height: 105px;
}
.card.template-product .card-footer {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 37px;
  border: none;
}
.card.template-product .card-discount-price {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.card.template-product .card-discount .badge {
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  min-width: 50px;
  padding: 6px;
}
.card.template-product .card-discount .badge.text-bg-danger {
  background-color: #c80000;
}
.card.template-product .card-price {
  font-size: 20px;
  font-weight: bold;
  color: #c80000;
}

.card.template-product--inline {
  background-color: transparent;
}
.card.template-product--inline .card-title {
  font-size: 23px;
  font-weight: 600;
  color: #5f4c3c;
}
.card.template-product--inline .card-info {
  font-size: 14px;
  font-weight: 500;
  color: #5f4c3c;
}
.card.template-product--inline .card-info i {
  color: #f5d4b7;
}
.card.template-product--inline .card-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.card.template-product--inline .card-header {
  border: none;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
  display: grid;
}
.card.template-product--inline .card-header .grid-1 {
  grid-area: grid-1;
}
.card.template-product--inline .card-header .grid-2 {
  grid-area: grid-2;
}
.card.template-product--inline .card-header .grid-3 {
  grid-area: grid-3;
}
.card.template-product--inline .card-header {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 100px);
  grid-template-areas: "grid-2 grid-1 grid-1" "grid-3 grid-1 grid-1";
}
@media (min-width: 768px) {
  .card.template-product--inline .card-header {
    grid-template-rows: repeat(2, 160px);
  }
}
.card.template-product--inline .card-body {
  padding-top: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .card.template-product--inline .card-body {
    padding-left: 0;
  }
}
.card.template-product--inline .card-body ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #5f4c3c;
  padding-top: 23px;
  border-top: solid 2px #f0f0ef;
  margin-top: 20px;
}
.card.template-product--inline .card-body ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.card.template-product--inline .card-body ul li img,
.card.template-product--inline .card-body ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.card.template-product--inline .card-footer {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 37px;
  border-top: none;
  height: 100%;
}
@media (min-width: 992px) {
  .card.template-product--inline .card-footer {
    border-left: solid 2px #f0f0ef;
  }
}
@media (min-width: 1400px) {
  .card.template-product--inline .card-footer {
    padding-left: 40px;
  }
}
.card.template-product--inline .card-discount-price {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.card.template-product--inline .card-discount .badge {
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  min-width: 55px;
  padding: 8px;
}
.card.template-product--inline .card-discount .badge.text-bg-danger {
  background-color: #c80000;
}
.card.template-product--inline .card-price {
  font-size: 32px;
  font-weight: bold;
  color: #c80000;
}
.card.template-product--inline form {
  font-family: "Museo Sans 500", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #5f4c3c;
}
.card.template-product--inline form .input-group {
  border-radius: 0;
}
.card.template-product--inline form .input-group-text {
  background-color: transparent;
  border-radius: inherit;
  border-color: #5f4c3c;
  font-weight: 600;
  color: #5f4c3c;
}
.card.template-product--inline form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: solid 1px #5f4c3c;
  color: #5f4c3c;
  padding: 9px;
  -moz-padding-start: 24px;
  font-weight: 600;
}
.card.template-product--inline form select {
  position: relative;
}

.card.template-details {
  background-color: transparent;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .card.template-details {
    padding-bottom: 0px;
  }
}
.card.template-details .card-header {
  border: none;
}
.card.template-details .card-header img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.card.template-details .card-title {
  color: #7ba890;
}
.card.template-details .card-subtitle {
  color: #7ba890;
  font-weight: bold;
}
.card.template-details .card-box {
  margin-bottom: 20px;
  font-size: 14px;
  color: #534943;
}
.card.template-details .card-box ul {
  margin-bottom: 0;
}
.card.template-details .card-box--label {
  font-size: 14px;
}
.card.template-details.layout-inline .card-footer {
  border: none;
}
.card.template-details.layout-inline .card-footer .btn {
  min-width: 100px;
}
.card.template-details.layout-inline .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #49403b;
}
.card.template-details.layout-inline .card-subtitle {
  font-size: 18px;
  font-weight: 600;
}
.card.template-details.layout-inline .card-box {
  font-size: 16px;
  margin-bottom: 15px;
}
.card.template-details.layout-inline .card-box--label {
  font-size: 16px;
}
.card.template-details.layout-inline .card-box--data {
  font-weight: 600;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 2rem;
  color: #0067b1;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "\f054";
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "\f053";
}

.swiper-banner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 768px) {
  .swiper-banner {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.swiper-banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.swiper-banner .swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  bottom: 0;
}
.swiper-banner .swiper-pagination-lock {
  display: none;
}
.swiper-banner .swiper-pagination .pagination-current {
  padding-right: 20px;
}
.swiper-banner .swiper-pagination .pagination-total {
  padding-left: 20px;
}
.swiper-banner .swiper-pagination .pagination-separator {
  background-color: #000;
  height: 1px;
  width: 50px;
  transform: rotate(-45deg);
}
.swiper-banner .swiper-pagination span {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev {
  background-color: rgba(123, 168, 144, 0.63);
  width: 35px;
  height: 65px;
}
.swiper-banner .swiper-button-prev {
  left: 0;
}
.swiper-banner .swiper-button-next {
  right: 0;
}
.swiper-banner .swiper-button-next::after, .swiper-banner .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 30px;
  color: white;
}
.swiper-banner .swiper-button-next::after, .swiper-banner .swiper-rtl .swiper-button-prev::after {
  content: "\f054";
}
.swiper-banner .swiper-button-prev::after, .swiper-banner .swiper-rtl .swiper-button-next::after {
  content: "\f053";
}

.section.template-slider--gallery {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .section.template-slider--gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section.template-slider--gallery:after {
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #f0f0ef;
  z-index: -1;
  position: absolute;
}
.section.template-slider--gallery .swiper-wrapper {
  min-height: 300px;
}
.section.template-slider--gallery .swiper-slide {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .section.template-slider--gallery .swiper-slide {
    width: auto;
    height: auto;
  }
}
.section.template-slider--gallery .swiper-slide img {
  max-height: 400px;
}
.section.template-slider--gallery .swiper-button-next, .section.template-slider--gallery .swiper-button-prev {
  background-color: rgba(123, 168, 144, 0.63);
  width: 35px;
  height: 65px;
}
.section.template-slider--gallery .swiper-button-prev {
  left: 0;
}
.section.template-slider--gallery .swiper-button-next {
  right: 0;
}
.section.template-slider--gallery .swiper-button-next::after, .section.template-slider--gallery .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-size: 30px;
  color: white;
}
.section.template-slider--gallery .swiper-button-next::after, .section.template-slider--gallery .swiper-rtl .swiper-button-prev::after {
  content: "\f054";
}
.section.template-slider--gallery .swiper-button-prev::after, .section.template-slider--gallery .swiper-rtl .swiper-button-next::after {
  content: "\f053";
}

.accordion-item {
  border: solid 1px #e2e2e2;
}
.accordion-button {
  font-size: 1.3rem;
  padding: 1.6rem 1rem;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
@media (min-width: 768px) {
  .accordion-button {
    padding: 1.6rem 2rem;
  }
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #f1f5fe;
  color: black;
}
.accordion-body {
  font-size: 1.3rem;
  padding: 1.4rem 1rem;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
@media (min-width: 768px) {
  .accordion-body {
    padding: 1.4rem 2rem;
  }
}

.accordion.template-menu .accordion-item {
  background-color: inherit;
  border-bottom: 2px solid #0067b1;
  border: none;
}
.accordion.template-menu .accordion-button {
  background-color: inherit;
  color: #0067b1;
  border-radius: 0;
  padding: 10px 15px;
  box-shadow: none;
}
.accordion.template-menu .accordion-button:focus {
  box-shadow: none;
}
.accordion.template-menu .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion.template-menu .accordion-body {
  color: #0067b1;
  border-left: 2px solid #0067b1;
  padding: 10px 15px;
}
.accordion.template-menu .accordion-body a {
  color: #0067b1;
  text-decoration: none;
}
.accordion.template-menu .accordion-body li {
  margin-bottom: 20px;
}

.section.template-boxes--default {
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #f8f8f8 -3%, rgba(255, 255, 255, 0) 94%);
}
@media (min-width: 768px) {
  .section.template-boxes--default {
    padding-bottom: 100px;
  }
}
.section.template-boxes--default .section-boxes {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--default .section-boxes {
    padding-bottom: 80px;
  }
}
.section.template-boxes--default .card.template-default {
  box-shadow: 0 12px 42px 0 rgba(31, 31, 31, 0.1);
  background-color: #fff;
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
  height: 100%;
}
.section.template-boxes--default .card.template-default .card-header {
  border-bottom: none;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 30px;
}
@media (min-width: 768px) {
  .section.template-boxes--default .card.template-default .card-header {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section.template-boxes--default .card.template-default .card-title {
  margin-bottom: 0;
  font-weight: 600;
  color: #665445;
}
.section.template-boxes--default .card.template-default .card-body {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 90px;
  font-size: 17px;
  color: #52575d;
}
.section.template-boxes--default .card.template-default .card-body ol, .section.template-boxes--default .card.template-default .card-body ul {
  font-size: 1.1rem;
  padding-left: 1.3rem;
}
.section.template-boxes--default .card.template-default .card-body ol li, .section.template-boxes--default .card.template-default .card-body ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section.template-boxes--default .card.template-default .card-body {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 12px;
  }
}
.section.template-boxes--default .card.template-default .card-footer {
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-radius: inherit;
}
@media (min-width: 768px) {
  .section.template-boxes--default .card.template-default .card-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
  }
}
.section.template-boxes--default .card.template-default .card-link {
  box-shadow: 0 0 20px 0 rgba(118, 118, 117, 0.36);
  background-color: #bd9a74;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: white;
  font-size: 2rem;
}

.section.template-boxes--benefits {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--benefits {
    padding-bottom: 100px;
    padding-top: 140px;
  }
}
.section.template-boxes--benefits {
  padding-bottom: 25px;
}
.section.template-boxes--benefits .section-boxes {
  padding-bottom: 25px;
}
.section.template-boxes--benefits .card.template-benefit {
  background-color: transparent;
}
.section.template-boxes--benefits .card.template-benefit .card-header {
  background-color: white;
  border-bottom: none;
  height: auto;
  position: relative;
}
.section.template-boxes--benefits .card.template-benefit .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #6a5644;
}
.section.template-boxes--cases {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--cases {
    padding-bottom: 50px;
  }
}
.section.template-boxes--cases .section-boxes {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--cases .section-boxes {
    padding-bottom: 50px;
  }
}

.section.template-boxes--testimonials {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #f0f0ef;
}
@media (min-width: 768px) {
  .section.template-boxes--testimonials {
    padding-bottom: 65px;
    padding-top: 65px;
  }
}
.section.template-boxes--testimonials .section-header {
  padding-top: 0;
}
.section.template-boxes--testimonials .swiper-testimonial {
  padding-bottom: 100px;
}
.section.template-boxes--testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: white;
  margin: 0 11px;
  opacity: 1;
}
.section.template-boxes--testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7ba890;
}

.section.template-boxes--certifications {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--certifications {
    padding-bottom: 100px;
  }
}
.section.template-boxes--certifications .section-boxes {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--certifications .section-boxes {
    padding-bottom: 40px;
  }
}

.section.template-boxes--about {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section.template-boxes--about {
    padding-bottom: 40px;
  }
}
.section.template-boxes--about .section-boxes {
  padding-bottom: 30px;
  border-radius: 35px;
  box-shadow: 0 12px 42px 0 rgba(32, 31, 31, 0.1);
  background-color: #fff;
}
@media (min-width: 768px) {
  .section.template-boxes--about .section-boxes {
    padding-right: 30px;
  }
}

.section.template-boxes--partners {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--partners {
    padding-bottom: 100px;
  }
}
.section.template-boxes--investors {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--investors {
    padding-bottom: 200px;
    padding-top: 135px;
  }
}
.section.template-boxes--investors .section-boxes {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--investors .section-boxes {
    padding-bottom: 70px;
  }
}

.section.template-boxes--reports {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--reports {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.section.template-boxes--reports .section-content .card.template-file {
  text-align: center;
  font-family: "Museo Sans 500", sans-serif;
  background-color: #f9f9f9;
  min-height: 180px;
}
.section.template-boxes--reports .section-content .card.template-file .card-header {
  border: none;
  padding-top: 40px;
  padding-bottom: 10px;
}
.section.template-boxes--reports .section-content .card.template-file .card-body {
  padding-top: 10px;
}
.section.template-boxes--reports .section-content .card.template-file .card-title {
  font-size: 18px;
  font-weight: 500;
  color: #544335;
}

.section.template-boxes--description {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--description {
    padding-bottom: 100px;
  }
}
.section.template-boxes--description .section-boxes {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--description .section-boxes {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.section.template-boxes--description .section-boxes img {
  width: 100%;
}

.section.template-boxes--gallery {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--gallery {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
.section.template-boxes--gallery .section-boxes {
  padding-bottom: 25px;
}
.section.template-boxes--gallery .section-boxes.grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .section.template-boxes--gallery .section-boxes.grid .grid-1 {
    grid-area: grid-1;
  }
  .section.template-boxes--gallery .section-boxes.grid .grid-2 {
    grid-area: grid-2;
  }
  .section.template-boxes--gallery .section-boxes.grid .grid-3 {
    grid-area: grid-3;
  }
  .section.template-boxes--gallery .section-boxes.grid .grid-4 {
    grid-area: grid-4;
  }
  .section.template-boxes--gallery .section-boxes.grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 300px);
    grid-template-areas: "grid-1 grid-2" "grid-3 grid-4";
  }
  .section.template-boxes--gallery .section-boxes.grid.grid-reverse {
    grid-template-areas: "grid-1 grid-2" "grid-3 grid-4";
  }
}
@media (min-width: 992px) {
  .section.template-boxes--gallery .section-boxes.grid {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 300px);
    grid-template-areas: "grid-1 grid-2 grid-2 grid-2 grid-2" "grid-1 grid-3 grid-4 grid-4 grid-4";
  }
  .section.template-boxes--gallery .section-boxes.grid.grid-reverse {
    grid-template-areas: "grid-1 grid-2 grid-2 grid-2 grid-3" "grid-4 grid-4 grid-4 grid-4 grid-3";
  }
}
.section.template-boxes--gallery .card.template-gallery {
  background-color: transparent;
  height: 100%;
}
@media (max-width: 767.98px) {
  .section.template-boxes--gallery .card.template-gallery {
    height: 300px;
  }
}
.section.template-boxes--gallery .card.template-gallery .card-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.section.template-boxes--gallery .card.template-gallery .card-img-overlay {
  top: auto;
  background-image: linear-gradient(to top, #0e0e0e -5%, rgba(19, 19, 19, 0.74) 15%, rgba(61, 61, 61, 0.51) 32%, rgba(255, 255, 255, 0) 70%);
  min-height: 150px;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section.template-boxes--content {
  background-color: #f9f9f9;
}
.section.template-boxes--content .section-header {
  padding-bottom: 20px;
}
.section.template-boxes--content .section-content {
  padding-top: 0;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .section.template-boxes--content .section-content {
    padding-bottom: 70px;
  }
}
.section.template-boxes--content .section-content--text {
  font-size: 16px;
  color: #52575d;
}
.section.template-boxes--content .section-content--text h3 {
  font-weight: 600;
  color: #7c6a58;
}
.section.template-boxes--content .section-content--text ul {
  padding-inline-start: 0;
  list-style-type: none;
}
.section.template-boxes--content .section-content--text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  margin-inline-end: 10px;
}
.section.template-boxes--products {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .section.template-boxes--products {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.section.template-boxes--sided {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-boxes--sided {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.section.template-boxes--sided .section-header .section-title {
  line-height: normal;
  font-size: 22px;
  font-weight: 500;
  color: #4a403b;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .section.template-boxes--sided .section-header .section-title {
    font-size: 2.5rem;
    line-height: 1.27;
  }
}
@media (min-width: 1200px) {
  .section.template-boxes--sided .section-header .section-title {
    font-size: 50px;
    font-size: 37px;
  }
}
.section.template-boxes--sided .section-header .section-title:before {
  content: none;
}
.section.template-boxes--sided .section-header .section-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.57;
  color: #7ba890;
}
@media (min-width: 576px) {
  .section.template-boxes--sided .section-header .section-subtitle {
    font-size: 30px;
  }
}
.section.template-boxes--sided .section-content h3 {
  font-size: 19px;
  line-height: 1.58;
  line-height: normal;
}
@media (min-width: 576px) {
  .section.template-boxes--sided .section-content h3 {
    line-height: 1.27;
    font-size: 30px;
  }
}
.section.template-boxes--sided .card.template-richtext {
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.section.template-boxes--sided .card.template-richtext .card-title {
  font-weight: 600;
}
.section.template-boxes--sided .card.template-richtext .card-header {
  padding: 0;
  border: none;
}
.section.template-boxes--sided .card.template-richtext .card-img {
  border-radius: 0;
}
.section.template-boxes--sided .card.template-richtext .card-body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #4a403b;
}
@media (min-width: 576px) {
  .section.template-boxes--sided .card.template-richtext .card-body {
    font-size: 16px;
  }
}
section.template-boxes--overlayed {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section.template-boxes--overlayed {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 65px;
    margin-top: 65px;
  }
}
section.template-boxes--overlayed .section-bg {
  width: auto;
  margin: auto;
  bottom: 0;
}
section.template-boxes--overlayed .section-content .card {
  background-color: #7ba890;
  color: white;
  border-radius: 0;
}
@media (min-width: 768px) {
  section.template-boxes--overlayed .section-content .card {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  section.template-boxes--overlayed .section-content .card {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  section.template-boxes--overlayed .section-content .card {
    min-height: 800px;
  }
}
section.template-boxes--overlayed .section-content .card::before {
  content: url(../images/extra/group-3.png);
  position: absolute;
  top: 95px;
  right: 45px;
  pointer-events: none;
}
section.template-boxes--overlayed .section-content .card-title {
  font-size: 2.9rem;
  font-weight: bold;
  color: #fff;
}
section.template-boxes--overlayed .section-content .card-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
}
section.template-boxes--overlayed .section-content .card-header {
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 1200px) {
  section.template-boxes--overlayed .section-content .card-header {
    padding-top: 175px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
section.template-boxes--overlayed .section-content .card-header h5 {
  font-size: 1.4rem;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
section.template-boxes--overlayed .section-content .card-body {
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  line-height: 1.5;
  font-size: 1.13rem;
}
@media (min-width: 1200px) {
  section.template-boxes--overlayed .section-content .card-body {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 80px;
  }
}
section.template-boxes--overlayed .section-content .card-body ul {
  list-style-type: none;
  font-size: 1.4rem;
  padding-inline-start: 0;
}
section.template-boxes--overlayed .section-content .card-body ul li {
  margin-bottom: 20px;
  position: relative;
}
.section.template-boxes--listing {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--listing {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.section.template-boxes--listing .card.template-default {
  border-radius: 0;
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-boxes--listing .card.template-default {
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 40px;
    padding-right: 25px;
    margin-bottom: 65px;
  }
}
.section.template-boxes--listing .card.template-default .card-header {
  border-bottom: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-top-left-radius: 30px;
}
@media (min-width: 768px) {
  .section.template-boxes--listing .card.template-default .card-header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .section.template-boxes--listing .card.template-default .card-header {
    height: 400px;
  }
}
.section.template-boxes--listing .card.template-default .card-img {
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.template-boxes--listing .card.template-default .card-title {
  margin-bottom: 15px;
  font-weight: 500;
  color: #7ba890;
}
.section.template-boxes--listing .card.template-default .card-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  color: #413834;
}
@media (min-width: 768px) {
  .section.template-boxes--listing .card.template-default .card-body {
    padding-left: 20px;
    padding-right: 40px;
  }
}
.section.template-boxes--listing .card.template-default .card-body ul {
  list-style-type: none;
}
.section.template-boxes--listing .card.template-default .card-body ol, .section.template-boxes--listing .card.template-default .card-body ul {
  font-size: 1.4rem;
  padding-left: 0;
  padding-top: 15px;
}
.section.template-boxes--listing .card.template-default .card-body ol li, .section.template-boxes--listing .card.template-default .card-body ul li {
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
}
.section.template-boxes--listing .card.template-default .card-body ol li i, .section.template-boxes--listing .card.template-default .card-body ul li i {
  position: absolute;
  left: 0;
  top: 6px;
}
.section.template-boxes--listing .card.template-default .card-footer {
  border-top: none;
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 30px;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #403834;
  border-top: solid 2px #f0f0ef;
}
@media (min-width: 768px) {
  .section.template-boxes--listing .card.template-default .card-footer {
    border-left: solid 2px #f0f0ef;
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .section.template-boxes--listing .card.template-default .card-footer {
    padding-left: 50px;
    padding-bottom: 50px;
  }
}
.section.template-boxes--listing .card.template-default .card-footer h5 {
  color: #403834;
}
.section.template-boxes--listing .card.template-default .card-link {
  box-shadow: 0 0 20px 0 rgba(118, 118, 117, 0.36);
  background-color: #bd9a74;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: white;
  font-size: 2rem;
}

section.template-boxes--icons {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  section.template-boxes--icons {
    padding-top: 90px;
    padding-bottom: 45px;
  }
}
section.template-boxes--icons .section-content .card {
  text-align: center;
  font-family: "Museo Sans 500", sans-serif;
}
section.template-boxes--icons .section-content .card-header {
  border: none;
}
section.template-boxes--icons .section-content .card-body {
  padding-top: 10px;
}
section.template-boxes--icons .section-content .card-title {
  font-size: 22px;
  font-weight: normal;
  color: #323232;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}

.template-faq {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.template-faq-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #403834;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.template-faq-title::before {
  content: "";
  width: 31px;
  height: 31px;
  border-left: 2px solid #7ba890;
  border-bottom: 2px solid #7ba890;
  display: block;
  position: absolute;
  bottom: -6px;
  left: -25px;
}
.template-faq-accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  background: white;
  box-shadow: none;
  padding: 1.4rem 2rem;
  position: relative;
}
.template-faq-accordion .accordion-button::after {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 32px;
  top: 20px;
  color: #000;
  line-height: 1;
  font-weight: 300;
  font-size: 25px;
}
.template-faq-accordion .accordion-item {
  border: none;
}
.template-faq-accordion .accordion-button[aria-expanded=true] {
  background-color: #e8f5eb;
  border: none;
}
.template-faq-accordion .accordion-button[aria-expanded=false] {
  border: solid 1px #e2e2e2;
}
.template-faq-accordion .accordion-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: justify;
  color: #3b3b3b;
  border: solid 1px #e2e2e2;
}
.template-faq-accordion p {
  margin: 0;
}

.section.template-richtext--default {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .section.template-richtext--default {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section.template-richtext--default .section-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.section.template-richtext--default .section-content {
  position: relative;
  z-index: 100;
}
.section.template-richtext--default .section-content--text {
  color: #413834;
  font-size: 16px;
  line-height: 1.5;
}
.section.template-richtext--default .section-content--text h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #413834;
}
.section.template-richtext--default .section-content--text ul {
  padding-inline-start: 0;
  list-style-type: none;
}
.section.template-richtext--default .section-content--text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  margin-inline-end: 10px;
}
.section.template-richtext--default .uk-slideshow-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .section.template-richtext--default .uk-slideshow-nav {
    bottom: unset;
  }
}
.section.template-richtext--default .uk-dotnav a {
  background-color: rgba(123, 168, 144, 0.53);
  border: none;
  width: 14px;
  height: 14px;
  transform: scale(0.9);
}
.section.template-richtext--default .uk-dotnav .uk-active a {
  background-color: #7ba890;
  transform: scale(1);
}

.terms-title {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.terms-title .h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #403834;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.terms-title .h1::before {
  content: "";
  width: 31px;
  height: 31px;
  border-left: 2px solid #7ba890;
  border-bottom: 2px solid #7ba890;
  display: block;
  position: absolute;
  bottom: -6px;
  left: -25px;
}
.terms-title .subtitle {
  text-align: center;
  font-weight: 600;
  width: 100%;
  font-size: 20px;
}

.terms-content {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

.section.template-richtext--overlay {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .section.template-richtext--overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section.template-richtext--overlay .section-title {
  margin-bottom: 40px;
}
.section.template-richtext--overlay .section-subtitle {
  font-size: 82px;
  font-weight: 500;
  letter-spacing: 7.69px;
  color: rgba(64, 56, 52, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
}
.section.template-richtext--overlay .section-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.section.template-richtext--overlay .section-content {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.section.template-richtext--sided {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .section.template-richtext--sided {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section.template-richtext--sided .section-title {
  margin-bottom: 25px;
  line-height: 1.43;
}
@media (min-width: 768px) {
  .section.template-richtext--sided .section-title {
    margin-bottom: 40px;
  }
}
.section.template-richtext--sided .section-subtitle {
  line-height: 1.25;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-richtext--sided .section-subtitle {
    margin-bottom: 50px;
  }
}
.section.template-richtext--sided .section-box {
  position: relative;
  background-color: #7ba890;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  line-height: 1.78;
  font-size: 16px;
}
@media (min-width: 768px) {
  .section.template-richtext--sided .section-box {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section.template-richtext--sided .section-img {
  margin-top: -85px;
  position: relative;
}
@media (min-width: 768px) {
  .section.template-richtext--sided .section-img {
    position: absolute;
    right: -55px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    top: 0;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .section.template-richtext--sided .section-img {
    right: -85px;
    max-width: 435px;
  }
}
.section.template-richtext--sided .section-content {
  font-size: 16px;
  line-height: 1.69;
  color: #49403b;
}
.section.template-richtext--sided .section-content p {
  margin-bottom: 1.5rem;
}

.section.template-richtext--split {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-richtext--split {
    padding-bottom: 65px;
    padding-top: 65px;
  }
}
.section.template-richtext--split .section-element {
  background-color: red;
  position: absolute;
  top: 205px;
  right: 0;
  bottom: 0;
  left: 0;
}
.section.template-richtext--split .section-title {
  font-weight: 500;
  color: #000;
  font-size: 2.32rem;
}
.section.template-richtext--split .section-subtitle {
  line-height: 1.57;
  color: #7ba890;
  font-size: 1.9rem;
}
.section.template-richtext--split .section-content--text {
  font-size: 16px;
  color: #4a403b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
.section.template-richtext--split .section-content--text ul {
  padding-inline-start: 0;
  list-style-type: none;
}
.section.template-richtext--split .section-content--text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  margin-inline-end: 10px;
}
.section.template-richtext--split .card.template-richtext {
  border: none;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section.template-richtext--split .card.template-richtext {
    margin-bottom: 50px;
  }
}
.section.template-richtext--split .card.template-richtext .card-title {
  font-weight: 600;
}
.section.template-richtext--split .card.template-richtext .card-header {
  padding: 0;
  border: none;
}
.section.template-richtext--split .card.template-richtext .card-img {
  border-radius: 0;
}
.section.template-banner--default {
  background-color: #365b68;
}
@media (min-width: 1440px) {
  .section.template-banner--default .section-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 575px;
  }
}
.section.template-banner--default .section-content {
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-banner--default .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section.template-banner--default .section-title {
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section.template-banner--default .section-title {
    font-size: 2.9rem;
  }
}

.section.template-banner--headline {
  padding-top: 40px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .section.template-banner--headline {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
.section.template-banner--headline .section-title {
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .section.template-banner--headline .section-title {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .section.template-banner--headline .section-title {
    font-size: 50px;
  }
}
.section.template-banner--headline .section-subtitle {
  font-size: 21px;
}
@media (min-width: 576px) {
  .section.template-banner--headline .section-subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .section.template-banner--headline .section-subtitle {
    font-size: 40px;
  }
}

.section.template-banner--small {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
}
@media (min-width: 768px) {
  .section.template-banner--small {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.section.template-banner--small .section-title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .section.template-banner--small .section-title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .section.template-banner--small .section-title {
    font-size: 70px;
  }
}

.section.template-banner--box {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
  min-height: 220px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section.template-banner--box {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 270px;
  }
}
@media (min-width: 1200px) {
  .section.template-banner--box {
    background-color: transparent;
  }
}
.section.template-banner--box .section-content h5 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .section.template-banner--box .section-content h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .section.template-banner--box .section-element {
    background-color: white;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 65vw;
  }
}
.section.template-banner--image {
  position: relative;
}
.section.template-banner--image .section-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.template-banner--image .book-btn {
  position: absolute;
  bottom: 50px;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 237px;
  border: 2px solid white;
}
@media (min-width: 768px) {
  .section.template-banner--image .book-btn {
    position: absolute;
  }
}

.section.template-banner--split {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-banner--split {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section.template-banner--split .section-img {
  position: relative;
}
@media (min-width: 768px) {
  .section.template-banner--split .section-img {
    margin-left: -16%;
  }
}
.section.template-banner--split .section-bg {
  z-index: 0;
}
.section.template-banner--split .section-content {
  color: white;
}
.section.template-banner--split .section-title {
  font-weight: 500;
  line-height: 1.5;
}
.section.template-banner--split .section-title .firstLetter {
  color: #7ba890;
}
@media (min-width: 768px) {
  .section.template-banner--split .section-title {
    font-size: 2.9rem;
  }
}

.section.template-banner--calendar {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #7ba890;
  overflow: visible;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .section.template-banner--calendar {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.section.template-banner--calendar:after {
  background-color: #7ba890;
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%) rotate(45deg);
  margin: auto;
  z-index: -1;
}
.section.template-banner--calendar.overlayed {
  margin-top: -90px;
  padding: 0;
  background-color: transparent;
}
.section.template-banner--calendar.overlayed::after {
  content: none;
}
.section.template-banner--calendar .section-content {
  padding: 62px 15px;
  border-radius: 21px;
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.09);
  background-color: #7ba890;
}
@media (min-width: 768px) {
  .section.template-banner--calendar .section-content {
    padding: 62px 45px;
  }
}
.section.template-banner--calendar .section-content form .input-group {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.32);
  position: relative;
  height: 50px;
}
.section.template-banner--calendar .section-content form .input-group.group-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .section.template-banner--calendar .section-content form .input-group.group-left {
    width: 65px;
  }
}
.section.template-banner--calendar .section-content form .input-group.group-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.template-banner--calendar .section-content form .input-group.group-right {
    width: 65px;
  }
}
.section.template-banner--calendar .section-content form .input-group .form-control {
  background-color: transparent;
  border-left: none;
  font-size: 18px;
  color: #403834;
  border-color: transparent;
  padding-top: 10px;
}
.section.template-banner--calendar .section-content form .input-group-text {
  background-color: transparent;
  border-color: transparent;
  border-right: none;
  font-size: 18px;
  color: #403834;
}
.section.template-banner--calendar .section-content form .input-group .btn {
  border-color: transparent !important;
  font-size: 16px;
}
.section.template-banner--calendar .section-content form .input-group .btn:hover, .section.template-banner--calendar .section-content form .input-group .btn:focus {
  border-color: transparent;
  border-color: transparent;
}
.section.template-banner--calendar .section-content form .dropdown-toggle::after {
  content: none;
}
.section.template-banner--calendar .section-content form .dropdown-menu {
  min-width: unset;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: #7ba890;
  padding: 2px;
  color: white;
  font-size: 18px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.section.template-banner--calendar .section-content form .dropdown-item {
  color: white;
  padding: 1.5px 2px;
}
.section.template-banner--calendar .section-content form .dropdown-item:hover, .section.template-banner--calendar .section-content form .dropdown-item.active, .section.template-banner--calendar .section-content form .dropdown-item:focus {
  background-color: #7ba890;
}
.section.template-banner--calendar .section-content form .btn-primary {
  padding: 12px;
}
.section.template-banner--post {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}
.section.template-banner--post .section-img {
  margin: auto;
}

section {
  position: relative;
  overflow: hidden;
}
section.template-default {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section.template-default {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
section.template-default .section-box {
  border-radius: 30px 0 30px 0;
  box-shadow: 0 12px 42px 0 rgba(31, 31, 31, 0.1);
  background-color: #fff;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  section.template-default .section-box {
    padding: 80px 50px;
  }
}
section.template-default .section-box h4 {
  letter-spacing: 0.8px;
}

.section-header {
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .section-header {
    padding-bottom: 40px;
  }
}
.section-header .section-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  z-index: -1;
}
.section-header .section-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #403834;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .section-header .section-title {
    margin-bottom: 30px;
  }
}
.section-header .section-title:before {
  content: "";
  width: 31px;
  height: 31px;
  border-left: 2px solid #7ba890;
  border-bottom: 2px solid #7ba890;
  display: block;
  position: absolute;
  bottom: -6px;
  left: -25px;
}
.section-header .section-subtitle.overlayed {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 7.69px;
  color: rgba(64, 56, 52, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
@media (min-width: 768px) {
  .section-header .section-subtitle.overlayed {
    font-size: 82px;
    bottom: -32px;
  }
}
.section-header .section-subtitle.overlayed.fs-1 {
  bottom: -30px;
}
@media (min-width: 768px) {
  .section-header .section-subtitle.overlayed.fs-1 {
    bottom: -60px;
  }
}
.section-header h1.section-title {
  font-weight: 600;
  color: black;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .section-header h1.section-title {
    font-size: 3.35rem;
  }
}
.section-header p {
  color: #52575d;
  font-size: 1.2rem;
}

.section-step--item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .section-step--item {
    text-align: start;
  }
}
@media (min-width: 768px) {
  .section-step--item::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-image: linear-gradient(to right, #0068b3 1%, rgba(216, 216, 216, 0));
    position: absolute;
    top: 40px;
    right: 0;
    width: 65%;
  }
}
.section-step--item h4 {
  font-weight: 500;
}
.section-step--item.active .section-step--value {
  background-color: #0068b3;
  color: white;
}
.section-step--item:last-of-type::after {
  content: none;
}
.section-step--value {
  border: solid 1px #0068b3;
  background-color: white;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Museo Sans 500", sans-serif;
  color: #0068b3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (min-width: 768px) {
  .section-step--value {
    margin-inline-end: auto;
    margin-inline-start: 0;
  }
}

.section.template-video--bg .section-video {
  width: 100vw;
  height: 400px;
}
@media (min-width: 768px) {
  .section.template-video--bg .section-video {
    height: 700px;
  }
}
.section.template-video--bg .video-js .vjs-big-play-button {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #7ba890;
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .section.template-video--bg .video-js .vjs-big-play-button {
    width: 110px;
    height: 110px;
  }
}
.section.template-video--bg .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .section.template-video--bg .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    font-size: 50px;
  }
}
.section.template-video--bg .btn.position-absolute {
  bottom: 50px;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 237px;
}

.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.vjs-icon-play::before, .video-js .vjs-play-control .vjs-icon-placeholder::before, .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: "\f04b";
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder::before, .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  top: 0;
  left: 5px;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

section.template-newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  section.template-newsletter {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
section.template-newsletter .section-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
section.template-newsletter .section-img.second {
  top: 0;
  right: -53px;
}
@media (min-width: 768px) {
  section.template-newsletter .section-img.second {
    bottom: 20px;
  }
}
section.template-newsletter .section-content h4 {
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
  font-weight: 600;
}

section.template-contact {
  padding-bottom: 0;
  background-color: #fefefe;
}
@media (min-width: 768px) {
  section.template-contact {
    padding-bottom: 100px;
  }
}
section.template-contact .section-header {
  color: black;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  section.template-contact .section-header {
    padding-top: 80px;
  }
}
section.template-contact .section-header p {
  color: #5f4c3c;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.71px;
  color: #7ba890;
}
section.template-contact .section-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 1.43px;
  color: #1e2022;
  margin-bottom: 16px;
}
section.template-contact .section-title::before {
  content: none;
}
section.template-contact .section-subtitle {
  font-size: 16px;
}
@media (min-width: 768px) {
  section.template-contact .section-subtitle {
    font-size: 24px;
  }
}
section.template-contact .section-boxes {
  padding-top: 40px;
  padding-bottom: 100px;
}
section.template-contact .section-boxes .section-box--item {
  text-align: start;
}
@media (min-width: 768px) {
  section.template-contact .section-boxes .section-box--item {
    text-align: start;
  }
}
section.template-contact .section-boxes .section-box--item h6 {
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: 0.85px;
  color: #534943;
  font-weight: normal;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
section.template-contact .section-boxes .section-box--info {
  font-size: 20px;
  letter-spacing: 0.71px;
  color: #534943;
  position: relative;
}
@media (min-width: 768px) {
  section.template-contact .section-boxes .section-box--info {
    padding-left: 30px;
  }
}
section.template-contact .section-boxes .section-box--info i {
  color: #7ba890;
  left: 0;
  top: 5px;
  margin-inline-end: 15px;
}
@media (min-width: 768px) {
  section.template-contact .section-boxes .section-box--info i {
    position: absolute;
  }
}
section.template-contact .section-map {
  height: 500px;
  background-color: #534943;
}
@media (min-width: 992px) {
  section.template-contact .section-map {
    height: 900px;
  }
}
section.template-contact .section-box {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  section.template-contact .section-box {
    padding-top: 83px;
    padding-bottom: 123px;
  }
}
section.template-contact .section-box form {
  background-color: white;
  padding: 25px;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  section.template-contact .section-box form {
    padding: 50px 70px 90px 58px;
  }
}
@media (min-width: 992px) {
  section.template-contact .section-box form {
    margin-right: -70px;
  }
}
section.template-contact .section-box form h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.06px;
  margin-bottom: 40px;
  font-family: "Museo Sans 500", sans-serif;
  color: #534943;
}
section.template-contact .section-box form .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #49403b;
}
section.template-contact .section-box form .form-control {
  border-radius: 5px;
  background-color: #f3f3f2;
  border-color: transparent;
  font-size: 14px;
  color: #49403b;
  padding: 13.5px 30px;
}
section.template-contact .section-box form .form-control::-moz-placeholder {
  opacity: 0.48;
}
section.template-contact .section-box form .form-control::placeholder {
  opacity: 0.48;
}
section.template-contact .section-box form .form-check-label {
  font-size: 12px;
  color: #49403b;
  font-family: "Open Sans", sans-serif;
}
section.template-contact .section-box form .form-check-label a {
  color: #49403b;
}

section.template-contact--basic {
  padding-bottom: 0;
  background-color: #fefefe;
}
@media (min-width: 768px) {
  section.template-contact--basic {
    padding-bottom: 100px;
  }
}
section.template-contact--basic .section-header {
  color: black;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  section.template-contact--basic .section-header {
    padding-top: 80px;
  }
}
section.template-contact--basic .section-header p {
  color: #5f4c3c;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.71px;
  color: #323232;
}
@media (min-width: 768px) {
  section.template-contact--basic .section-header p {
    font-size: 20px;
  }
}
section.template-contact--basic .section-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 1.43px;
  color: #1e2022;
  margin-bottom: 16px;
}
section.template-contact--basic .section-title::before {
  content: none;
}
section.template-contact--basic .section-subtitle {
  font-size: 16px;
}
@media (min-width: 768px) {
  section.template-contact--basic .section-subtitle {
    font-size: 24px;
  }
}
section.template-contact--basic .section-boxes {
  padding-top: 30px;
  padding-bottom: 50px;
}
section.template-contact--basic .section-boxes .section-box--item {
  text-align: start;
}
@media (min-width: 768px) {
  section.template-contact--basic .section-boxes .section-box--item {
    text-align: start;
  }
}
section.template-contact--basic .section-boxes .section-box--item h6 {
  margin-bottom: 5px;
  font-size: 24px;
  letter-spacing: 0.85px;
  color: #323232;
  font-weight: normal;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
}
section.template-contact--basic .section-boxes .section-box--info {
  font-size: 20px;
  letter-spacing: 0.71px;
  color: #323232;
  line-height: 1.6;
  position: relative;
}
section.template-contact--basic .section-boxes .section-box--info i {
  color: #7ba890;
  left: 0;
  top: 5px;
  margin-inline-end: 15px;
}
@media (min-width: 768px) {
  section.template-contact--basic .section-boxes .section-box--info i {
    position: absolute;
  }
}
section.template-contact--basic .section-map {
  height: 500px;
  background-color: #534943;
}
@media (min-width: 992px) {
  section.template-contact--basic .section-map {
    height: 630px;
  }
}
section.template-contact--basic .section-box form {
  padding: 25px;
  position: relative;
  z-index: 5;
}
section.template-contact--basic .section-box form h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.06px;
  margin-bottom: 30px;
  font-family: "Museo Sans 500", sans-serif;
  color: #323232;
}
section.template-contact--basic .section-box form p {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.71px;
  color: #323232;
}
@media (min-width: 768px) {
  section.template-contact--basic .section-box form p {
    font-size: 20px;
  }
}
section.template-contact--basic .section-box form .form-label {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
section.template-contact--basic .section-box form .form-control {
  border-radius: 5px;
  background-color: #f3f3f2;
  border-color: transparent;
  font-size: 14px;
  color: #49403b;
  padding: 13.5px 30px;
}
section.template-contact--basic .section-box form .form-control::-moz-placeholder {
  opacity: 0.48;
}
section.template-contact--basic .section-box form .form-control::placeholder {
  opacity: 0.48;
}
section.template-contact--basic .section-box form .form-check-label {
  font-size: 12px;
  color: #49403b;
  font-family: "Open Sans", sans-serif;
}
section.template-contact--basic .section-box form .form-check-label a {
  color: #49403b;
}

section.template-quote {
  padding-bottom: 50px;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  section.template-quote {
    padding-bottom: 100px;
  }
}
section.template-quote .section-header {
  color: black;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  section.template-quote .section-header {
    padding-top: 50px;
  }
}
section.template-quote .section-header .section-title {
  font-weight: 600;
  color: #715f4e;
  font-size: 2rem;
}
@media (min-width: 768px) {
  section.template-quote .section-header .section-title {
    font-size: 35px;
  }
}
section.template-quote .section-header .section-subtitle {
  font-size: 16px;
}
@media (min-width: 768px) {
  section.template-quote .section-header .section-subtitle {
    font-size: 24px;
  }
}
section.template-quote .section-img {
  max-height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.template-quote .section-content {
  background-color: white;
  padding: 35px 15px 60px;
}
@media (min-width: 768px) {
  section.template-quote .section-content {
    padding: 80px 90px 100px;
  }
}
section.template-quote .section-content label {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0;
}
@media (max-width: 575.98px) {
  section.template-quote .section-content label {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  section.template-quote .section-content .form-floating > .form-control, section.template-quote .section-content .form-floating > .form-select {
    height: calc(2.5rem + 2px);
  }
}
section.template-quote .section-content .form-control {
  background-color: transparent;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  border-bottom: 2px solid #7c6a58;
  border-radius: 0;
  padding-left: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  section.template-quote .section-content .form-control {
    font-size: 16px;
  }
}
section.template-quote .section-content .form-control:placeholder {
  color: rgba(0, 0, 0, 0.5);
}
section.template-quote .section-content .form-select {
  padding: 1rem 0.75rem;
  padding-left: 0;
}
section.template-quote .section-content .form-check-input {
  border-radius: 0;
  width: 18px;
  height: 18px;
}
section.template-quote .section-content .form-check-input:focus {
  box-shadow: none;
}
section.template-quote .section-content .form-check-label {
  font-size: 14px;
  color: black;
  padding-left: 10px;
}
@media (min-width: 768px) {
  section.template-quote .section-content .form-check-label {
    font-size: 12px;
  }
}
section.template-quote .section-content .form-check-label a {
  color: #000;
  text-decoration: underline;
}
section.template-quote .section-content textarea.form-control {
  border: solid 1px #7c6a58;
}

section.template-product--description {
  background-color: #f9f9f9;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  section.template-product--description {
    padding-top: 60px;
    padding-bottom: 68px;
  }
}
section.template-product--description .section-content {
  font-size: 16px;
  line-height: 1.56;
  color: #544335;
}
section.template-product--description .section-content h6 {
  font-size: 16px;
  font-weight: bold;
  color: #544335;
}
section.template-product--description .section-content ul {
  list-style-type: none;
  padding-left: 0;
}
section.template-product--description .section-content ul li {
  font-size: 16px;
  line-height: 1.56;
  color: #544335;
  position: relative;
}
section.template-product--description .section-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-inline-end: 6px;
}
section.template-product--description .section-title {
  font-size: 20px;
  font-weight: 500;
  color: #544335;
}

section.template-product--heading {
  background-color: #fefefe;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  section.template-product--heading {
    padding-top: 27px;
    padding-bottom: 80px;
  }
}
section.template-blog {
  background-color: white;
  padding-top: 45px;
}
section.template-blog .section-header {
  padding-bottom: 45px;
}
section.template-blog .section-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 1.43px;
  color: #1e2022;
  margin-bottom: 10px;
}
section.template-blog .section-title::before {
  content: none;
}
section.template-blog .section-subtitle {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.71px;
  color: #7ba890;
  font-family: "Noto Sans Canadian Aboriginal", sans-serif;
  font-weight: normal;
}
section.template-blog .section-box {
  background-color: #978b7f;
}
section.template-blog .section-box--content {
  color: white;
}
section.template-blog .section-box--content h3 {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 992px) {
  section.template-blog .section-box--content h3 {
    line-height: 1.67;
    font-size: 24px;
  }
}
section.template-blog .section-content {
  padding-top: 0;
  padding-bottom: 25px;
}
@media (min-width: 576px) {
  section.template-blog .section-content {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
section.template-blog .section-content .card {
  flex-basis: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  color: #534943;
  height: 100%;
}
@media (min-width: 576px) {
  section.template-blog .section-content .card {
    flex-basis: 47%;
  }
}
@media (min-width: 992px) {
  section.template-blog .section-content .card {
    flex-basis: 30%;
  }
}
@media (min-width: 992px) {
  section.template-blog .section-content .card:nth-child(4), section.template-blog .section-content .card:nth-child(5), section.template-blog .section-content .card:nth-child(5n+4), section.template-blog .section-content .card:nth-child(5n+5) {
    flex-basis: 47%;
  }
  section.template-blog .section-content .card:nth-child(4) .card-img, section.template-blog .section-content .card:nth-child(5) .card-img, section.template-blog .section-content .card:nth-child(5n+4) .card-img, section.template-blog .section-content .card:nth-child(5n+5) .card-img {
    height: 310px;
  }
}
section.template-blog .section-content .card-img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 992px) {
  section.template-blog .section-content .card-img {
    height: 220px;
  }
}
section.template-blog .section-content .card-img-overlay {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgba(77, 77, 77, 0.3) 76%, rgba(53, 53, 53, 0.46) 81%, rgba(28, 28, 28, 0.61) 87%, #000);
}
section.template-blog .section-content .card-header {
  border: none;
  position: relative;
  padding: 0;
}
section.template-blog .section-content .card-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.68px;
  color: #49403b;
}
@media (min-width: 992px) {
  section.template-blog .section-content .card-title {
    line-height: 1.44;
  }
}
section.template-blog .section-content .card small {
  font-size: 14px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 16px;
  left: 18px;
  letter-spacing: 0.49px;
  padding: 5px 10px;
  min-width: 70px;
}
section.template-blog .section-content .card-body {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.6px;
  color: #534943;
  padding-top: 25px;
  min-height: 175px;
  padding-left: 25px;
  padding-right: 25px;
}
section.template-blog .section-content .card-body p {
  margin: 0;
}
section.template-blog .section-content .card-footer {
  border: none;
  padding-bottom: 40px;
}
section.template-blog .section-content .card-link {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #7ba890;
  font-family: "Museo Sans 700", sans-serif;
}
section.template-blog .section-content .page-item {
  margin: 0 10px;
}
section.template-blog .section-content .page-link {
  font-size: 16px;
  color: #77838f;
  border: none;
  border-radius: 4px;
  font-family: "Museo Sans 500", sans-serif;
  padding: 6px;
  min-width: 36px;
  text-align: center;
}
section.template-blog .section-content .page-item.disabled .page-link {
  color: #6c757d;
}
section.template-blog .section-content .page-item.active .page-link {
  background-color: #7ba890;
  color: white;
}

section.template-article--content {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  overflow: visible;
}
@media (min-width: 768px) {
  section.template-article--content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
section.template-article--content .section-box {
  background-color: white;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  margin-top: -130px;
  margin-bottom: 50px;
  position: relative;
  padding-top: 50px;
}
@media (min-width: 768px) {
  section.template-article--content .section-box {
    min-height: 315px;
    margin-top: -170px;
    margin-bottom: 50px;
    padding-top: 74px;
  }
}
section.template-article--content .section-box h1 {
  font-weight: normal;
  line-height: 1.26;
  letter-spacing: 1.43px;
  color: #000;
  margin-bottom: 30px;
  font-size: 38px;
}
@media (min-width: 768px) {
  section.template-article--content .section-box h1 {
    font-size: 38px;
  }
}
section.template-article--content .section-box p {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.6px;
  color: #403834;
}
section.template-article--content .section-title {
  font-size: 22px;
  color: #ffbd69;
  margin-bottom: 10px;
}
section.template-article--content .section-content {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.6px;
  color: #49403b;
}
section.template-article--content .section-content h3 {
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 1.2px;
  color: #49403b;
}
@media (min-width: 768px) {
  section.template-article--content .section-content h3 {
    font-size: 32px;
  }
}
section.template-article--content .section-content img {
  margin-top: 35px;
  margin-bottom: 35px;
  max-width: 100%;
}
section.template-article--content .section-social {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
section.template-article--content .section-user {
  display: flex;
  align-items: center;
}
section.template-article--content .section-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.template-article--content .section-user h6 {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.49px;
  color: #403834;
  margin-bottom: 0;
}
section.template-article--content .section-user span {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.49px;
  color: #7ba890;
}
section.template-article--content .section-share {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.49px;
  color: #403834;
}
section.template-article--content .section-share ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
section.template-article--content .section-share ul li {
  margin-inline-start: 20px;
}
section.template-article--content .section-share ul a {
  font-size: 16px;
  color: #49403b;
}

.section.template-confirmation {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .section.template-confirmation {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.section.template-confirmation .section-title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.25;
}
.section.template-confirmation .section-content {
  padding-top: 50px;
  padding-bottom: 65px;
  background-color: #7ba890;
  color: white;
  text-align: center;
  border-radius: 21px;
}
@media (min-width: 768px) {
  .section.template-confirmation .section-content {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.section.template-confirmation .section-content h6 {
  font-size: 18px;
  font-weight: normal;
}
.section.template-confirmation .section-content p {
  font-size: 18px;
  font-weight: normal;
}
.section.template-confirmation .section-content span {
  font-size: 15px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.section.template-confirmation .section-content h2 {
  font-size: 2rem;
  color: #7ba890;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

.section.template-checkout {
  background-color: #f3f3f2;
  padding-bottom: 100px;
}
.section.template-checkout .card.template-checkout {
  border-radius: 0;
  padding-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-checkout .card.template-checkout {
    padding-top: 90px;
    margin-bottom: 90px;
  }
}
.section.template-checkout .card.template-checkout .form-label {
  font-size: 16px;
  font-weight: 600;
  color: #49403b;
  margin-bottom: 2px;
}
.section.template-checkout .card.template-checkout .form-check-label {
  font-size: 14px;
  color: #49403b;
  font-family: "Open Sans", sans-serif;
}
.section.template-checkout .card.template-checkout .form-check-label a {
  font-size: 14px;
  color: #49403b !important;
  text-shadow: none;
  border-bottom: solid 1px rgba(34, 69, 91, 0.6);
}
.section.template-checkout .card.template-checkout .form-control {
  border-radius: 5px;
  background-color: #f3f3f2;
  border-color: transparent;
  padding: 8px 20px;
}
.section.template-checkout .card.template-checkout .form-control {
  font-size: 14px;
  color: #49403b;
}
.section.template-checkout .card.template-checkout .form-control::-moz-placeholder {
  font-size: 14px;
  color: rgba(73, 64, 59, 0.48);
}
.section.template-checkout .card.template-checkout .form-control::placeholder {
  font-size: 14px;
  color: rgba(73, 64, 59, 0.48);
}

.select2-container--default .select2-selection--single {
  height: 39px;
  border-radius: 5px;
  background-color: #f3f3f2;
  border-color: transparent;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: rgba(73, 64, 59, 0.48);
  padding: 8px 20px;
  font-size: 14px;
  line-height: normal;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #7ba890 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #7ba890;
  outline: none;
}

.select2-dropdown {
  border: 1px solid transparent;
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.09);
}

.datepicker .table-condensed {
  width: 100%;
}
.datepicker thead tr:first-child th:hover {
  background-color: #7ba890;
}
.datepicker td.day:hover,
.datepicker td span:hover {
  background-color: #7ba890;
}
.datepicker.dropdown-menu {
  min-width: 27rem;
}
@media (min-width: 768px) {
  .datepicker.dropdown-menu {
    min-width: 20rem;
  }
}
@media (min-width: 992px) {
  .datepicker.dropdown-menu {
    min-width: 25rem;
  }
}
@media (min-width: 1200px) {
  .datepicker.dropdown-menu {
    min-width: 19rem;
  }
}
@media (min-width: 1400px) {
  .datepicker.dropdown-menu {
    min-width: 19rem;
  }
}

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
  background-color: #7ba890;
  background-image: none;
}

.section.template-auth {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.template-auth {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.section.template-auth .section-content {
  background-color: #f8f8f8;
}
.section.template-auth .card.template-auth {
  border-radius: 0;
  padding-top: 50px;
  margin-bottom: 50px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .section.template-auth .card.template-auth {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.section.template-auth .card.template-auth .card-title {
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #272727;
  font-family: "Museo Sans 900", sans-serif;
}
.section.template-auth .card.template-auth .card-header {
  border: none;
}
.section.template-auth .card.template-auth .card-header p {
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.26px;
  color: rgba(39, 39, 39, 0.85);
}
.section.template-auth .card.template-auth .card-body .nav-tabs {
  border-bottom: solid 1px #dedede;
  border: none;
  margin-bottom: 40px;
}
.section.template-auth .card.template-auth .card-body .nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.44px;
  color: rgba(123, 168, 144, 0.6);
  outline: none;
  border: none;
  position: relative;
  font-family: "Museo Sans 500", sans-serif;
}
.section.template-auth .card.template-auth .card-body .nav-link::after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dedede;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section.template-auth .card.template-auth .card-body .nav-link:hover, .section.template-auth .card.template-auth .card-body .nav-link.active {
  color: #7ba890;
  background-color: transparent;
}
.section.template-auth .card.template-auth .card-body .nav-link:hover::after, .section.template-auth .card.template-auth .card-body .nav-link.active::after {
  width: 100%;
  background-color: #7ba890;
}
.section.template-auth .card.template-auth .card-body .nav-link:focus {
  outline: none;
}
.section.template-auth .card.template-auth .form-label {
  font-size: 14px;
  letter-spacing: 0.44px;
  color: rgba(39, 39, 39, 0.4);
  top: 6px;
}
.section.template-auth .card.template-auth .form-check-label {
  font-size: 14px;
  color: #49403b;
  font-family: "Open Sans", sans-serif;
}
.section.template-auth .card.template-auth .form-check-label a {
  font-size: 14px;
  color: #49403b !important;
  text-shadow: none;
  border-bottom: solid 1px rgba(34, 69, 91, 0.6);
}
.section.template-auth .card.template-auth .form-control {
  border-radius: 4px;
  background-color: #f5f6f8;
  border: solid 1px #dedede;
  padding: 15px 20px 8px;
  letter-spacing: 0.44px;
  color: rgba(39, 39, 39, 0.4);
  font-size: 14px;
}
@media (min-width: 768px) {
  .section.template-auth .card.template-auth .form-floating > .form-control, .section.template-auth .card.template-auth .form-floating > .form-select {
    height: calc(3rem + 8px);
  }
}
.section.template-auth .card.template-auth .form-floating .btn.position-absolute {
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  color: rgba(39, 39, 39, 0.4);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.template-auth .card.template-auth .form-floating .btn.position-absolute i {
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section.template-auth .card.template-auth .form-floating .btn.position-absolute i.fa-eye {
  opacity: 1;
  transform: scale(1);
}
.section.template-auth .card.template-auth .form-floating .btn.position-absolute i.fa-eye-slash {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.2);
}
.section.template-auth .card.template-auth .form-floating .btn.position-absolute.active i.fa-eye {
  opacity: 0;
  transform: scale(0.2);
}
.section.template-auth .card.template-auth .form-floating .btn.position-absolute.active i.fa-eye-slash {
  opacity: 1;
  transform: scale(1);
}
.section.template-auth .card.template-auth .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.75) translateY(-0.7rem) translateX(0.85rem);
}
.section.template-auth .card.template-auth .form-floating > .form-control-plaintext ~ label, .section.template-auth .card.template-auth .form-floating > .form-control:focus ~ label,
.section.template-auth .card.template-auth .form-floating > .form-control:not(:placeholder-shown) ~ label,
.section.template-auth .card.template-auth .form-floating > .form-select ~ label {
  transform: scale(0.75) translateY(-0.7rem) translateX(0.85rem);
}

.section.template-account {
  padding-top: 50px;
  padding-bottom: 110px;
  overflow: inherit;
}
@media (min-width: 768px) {
  .section.template-account {
    padding-top: 90px;
  }
}
.section.template-account .section-title {
  font-size: 1.9rem;
  font-weight: bold;
  color: #7ba890;
}
.section.template-account .section-text {
  font-size: 16px;
  line-height: 1.69;
  color: #534943;
}
.section.template-account .section-text a {
  color: #7ba890;
  text-decoration: none;
}
.section.template-account .section-content {
  padding: 50px 25px;
  border-radius: 10px;
  background-color: #f8f8f8;
  position: relative;
}
@media (min-width: 768px) {
  .section.template-account .section-content {
    padding: 50px 70px 70px;
  }
}
.section.template-account .section-content .btn.btn-extra {
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .section.template-account .section-content .btn.btn-extra {
    top: 30px;
    right: 30px;
  }
}
.section.template-account .section-content .form-label {
  font-weight: 600;
  font-size: 16px;
  color: #49403b;
}
.section.template-account .section-content .form-control {
  border-radius: 5px;
  border: solid 0.5px #ffffff;
  background-color: rgba(42, 62, 86, 0.1);
  font-size: 18px;
  color: #49403b;
  padding: 10px 20px;
}
.section.template-account .section-content .form-control::-moz-placeholder {
  font-size: 18px;
  color: #49403b;
}
.section.template-account .section-content .form-control::placeholder {
  font-size: 18px;
  color: #49403b;
}
.section.template-account .section-content .input-group-text {
  border-radius: 5px;
  border: solid 0.5px #ffffff;
}
.section.template-account .section-content .select2-container--default .select2-selection--single {
  height: 49px;
  background-color: rgba(42, 62, 86, 0.1);
  border: none;
}
.section.template-account .section-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 0.5px #ffffff;
  border: none;
  color: #49403b;
  line-height: 2;
}
.section.template-account .section-items h6 {
  font-weight: 600;
  color: #534943;
}
.section.template-account .section-items a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7ba890;
}
.section.template-account .section-divider {
  font-size: 11px;
  opacity: 0.2;
  font-size: 11px;
  font-weight: bold;
  color: #49403b;
}
.section.template-account .section-divider .line {
  position: relative;
}
.section.template-account .section-divider .line:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  background-color: rgba(10, 48, 73, 0.1);
  margin: auto;
  position: absolute;
}
.section.template-account .section-box {
  position: relative;
  overflow: hidden;
}
.section.template-account .section-box--overlay {
  position: absolute;
  padding: 25px 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  opacity: 0;
  transform: translateY(100%) scale(0.8);
  pointer-events: none;
}
@media (min-width: 768px) {
  .section.template-account .section-box--overlay {
    padding: 50px 45px;
  }
}
.section.template-account .section-box--overlay.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}
.section.template-account .section-box--overlay h6 {
  font-size: 16px;
  font-weight: 600;
  color: #5d534c;
}
@media (min-width: 768px) {
  .section.template-account .section-box--overlay h6 {
    font-size: 18px;
  }
}
.section.template-account .section-box--overlay .btn {
  min-width: 100px;
}

.card.template-sidebar {
  border: none;
  border-radius: 10px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.2);
  background-color: #7ba890;
  color: white;
}
@media (min-width: 1200px) {
  .card.template-sidebar {
    width: 360px;
  }
}
.card.template-sidebar .card-title {
  font-weight: bold;
  font-size: 1.9rem;
}
.card.template-sidebar .card-header {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 15px;
  border: none;
}
.card.template-sidebar .card-body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 26px;
}
.card.template-sidebar .card-footer {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 35px;
  border: none;
}
.card.template-sidebar .card-footer .btn {
  min-width: 170px;
}
.card.template-sidebar .list-group-item {
  background-color: inherit;
  border: none;
  transition: 0.5s ease-in-out;
  font-size: 18px;
  color: #d5dde3;
  padding: 9px 16px 9px 0;
  position: relative;
}
.card.template-sidebar .list-group-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  transition: 0.5s ease-in-out;
  height: 2px;
  margin: auto;
  background-color: transparent;
}
.card.template-sidebar .list-group-item.active, .card.template-sidebar .list-group-item:hover {
  color: white;
}
.card.template-sidebar .list-group-item.active:after, .card.template-sidebar .list-group-item:hover:after {
  width: 100%;
  background-color: #7ba890;
}
.card.template-sidebar .list-group-item.active a, .card.template-sidebar .list-group-item:hover a {
  color: white;
}
.card.template-sidebar .list-group-item a {
  color: #d5dde3;
  text-decoration: none;
}
.card.template-sidebar .list-group-item.has-submenu::after {
  content: none;
}
.card.template-sidebar .list-group-item .submenu {
  padding: 12px 30px;
  background-color: rgba(216, 216, 216, 0.12);
  list-style-type: none;
  display: none;
}
.card.template-sidebar .list-group-item .submenu li {
  background-color: unset;
  margin-bottom: 10px;
}
.card.template-sidebar .list-group-item .btn-submenu.active + .submenu {
  display: block;
}

.notificare-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.notificare-cookies .box {
  width: 1166px;
  /* height: 200px; */
  background: #38332E;
  padding: 0 40px;
}

.notificare-cookies p {
  font-size: 13px;
  margin: 15px 0 15px 0;
  color: #ffffff;
}

.notificare-cookies p a {
  position: relative;
  color: #fff;
  display: inline-block;
}

.notificare-cookies p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #fff;
}

.notificare-cookies .buttons {
  text-align: center;
  margin-bottom: 15px;
}

.notificare-cookies .buttons a {
  display: inline-block;
  margin: 0 6px;
  width: 171px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: solid 2px #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.notificare-cookies .buttons .modifica {
  color: #ffffff;
}

.notificare-cookies .buttons .acord {
  background: #fff;
  color: #17518b;
}

@media (max-width: 1024px) {
  .notificare-cookies .box {
    height: auto;
    width: 100%;
    padding: 0 15px;
  }
  .notificare-cookies p {
    margin-bottom: 30px;
    font-style: 14px;
  }
  .notificare-cookies .buttons {
    margin-bottom: 15px;
  }
  .notificare-cookies .buttons a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.cookies-settings-modal .modal-lg {
  max-width: 800px;
  padding: auto;
}

.cookies-settings-modal .modal-header {
  padding-bottom: 0px;
}

.cookies-settings-modal .modal-body {
  border: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.cookies-settings-modal .modal-content {
  padding: 15px;
}

.cookies-settings-modal .modal-title {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 23px;
  font-weight: 400;
}

.cookies-settings-modal .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 30px;
}

.cookies-settings-modal .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookies-settings-modal .slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  position: absolute;
  transition: 0.4s;
}

.cookies-settings-modal .slider::before {
  position: absolute;
  transition: 0.4s;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
}

.cookies-settings-modal .slider.round {
  border-radius: 34px;
}

.cookies-settings-modal .slider.round:before {
  border-radius: 50%;
}

.cookies-settings-modal input:checked + .slider {
  background-color: #ccc;
}

.cookies-settings-modal input:checked + .slider:before {
  transform: translateX(14px);
}

.cookies-settings-modal input:checked + .slider:before {
  background: #222;
}

.cookies-setting {
  margin-top: 20px;
  position: relative;
}

.cookies-setting::after {
  content: "\f013";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 30px;
}

.cookies-setting .text {
  float: left;
  padding-left: 40px;
  width: 90%;
}

.cookies-setting .controls {
  float: right;
  padding-top: 10px;
  width: 10%;
  text-align: right;
}

.cookies-setting .text h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.cookies-setting .text p {
  font-size: 14px;
}

.cookies-setting.disabled {
  opacity: 0.5;
}

.cookies-setting.social::after {
  content: "\f1e0";
}

.cookies-setting.advertisement::after {
  content: "\f648";
}

.cookies-setting.analytics::after {
  content: "\f080";
}

.cookies-settings-modal input:checked + .slider:before {
  background: #222222;
}

.cookies-settings-modal .center-btn {
  width: 100%;
  text-align: center;
}

.cookies-settings-modal .yellow-btn {
  height: 46px;
  line-height: 46px;
  padding: 0 14px;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  background: #222222;
  color: #ffffff;
  margin: 20px auto;
  display: inline-block;
}

.cookies-settings-modal .yellow-btn:hover {
  color: #ffffff;
}

@media (max-width: 800px) {
  .box_cookies {
    width: 100%;
    left: unset;
    margin-left: unset;
  }
}
@media (max-width: 767px) {
  .cookies-settings-modal .modal-content {
    padding: 0;
  }
  .cookies-settings-modal .modal-body {
    padding: 0 15px;
  }
}
.calendar-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  z-index: 80000000;
  max-width: 95vw;
}
@media (min-width: 768px) {
  .calendar-wrapper {
    padding: 0;
    top: 85%;
  }
}
@media (min-width: 992px) {
  .calendar-wrapper {
    top: 140px;
  }
}
@media (min-width: 992px) {
  .calendar-wrapper .slider-calendar {
    padding: 0px;
    width: 800px;
  }
}
.calendar-wrapper .calendar-box {
  background: #fff;
  border-radius: 0 0 21px 21px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.2);
}
.calendar-header {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .calendar-header {
    padding: 30px 30px 20px;
  }
}
.calendar-header .label-calendar {
  margin-top: -20px;
}
.calendar-header .input-calendar {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: rgba(10, 48, 73, 0.05);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #0a3049;
  font-weight: 600;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 16.5px center;
  padding: 0 12px 0 44px;
  line-height: 50px;
}
.calendar-header .input-calendar.selected {
  border: solid 2px rgba(10, 48, 73, 0.1);
}
.calendar-header .input-calendar:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 16px;
  content: "\f073";
}
.calendar-body {
  background-color: white;
  height: auto;
  position: relative;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .calendar-body {
    height: 335px;
  }
}
.calendar-footer {
  padding: 15px;
}
@media (min-width: 768px) {
  .calendar-footer {
    padding: 40px 30px;
  }
}
.calendar-footer .btn {
  min-width: 200px;
}
.calendar-footer .label-calendar {
  display: inline-block;
  margin-right: 10px;
}
.calendar-footer .select-time {
  display: inline-block;
  margin-right: 10px;
}
.calendar-footer select {
  height: 50px;
  border-radius: 5px;
  border: solid 2px rgba(10, 48, 73, 0.1);
  background-color: rgba(10, 48, 73, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.calendar-wrapper .h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0a3049;
  font-weight: 400;
  margin: 0;
  line-height: 1.25;
  margin-top: 2px;
}

.label-calendar {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #0a3049;
  font-weight: 400;
  margin: 0;
}

.calendar-body .arrow-left, .calendar-body .arrow-right {
  top: 50%;
  color: #1f4055;
  font-size: 1.9rem;
  position: absolute;
}
.calendar-body .arrow-left {
  left: 15px;
}
@media (min-width: 992px) {
  .calendar-body .arrow-left {
    left: 80px;
  }
}
.calendar-body .arrow-right {
  right: 15px;
}
@media (min-width: 992px) {
  .calendar-body .arrow-right {
    right: 80px;
  }
}

.calendar-body .arrow-left img,
.calendar-body .arrow-right img {
  width: 12px;
}

.daterangepicker td.start-date, .daterangepicker td.end-date {
  border-radius: 0;
}

.daterangepicker td.today {
  /* color: #0a3049 !important; */
}

.daterangepicker {
  border: none;
}

.calendar-table thead th {
  text-transform: capitalize;
}

.daterangepicker .calendar-table thead th {
  font-size: 18px;
  color: #0a3049;
}

@media (max-width: 767.98px) {
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 30px !important;
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .daterangepicker .calendar-table thead th {
    font-size: 16px;
  }
}
.daterangepicker td.today.active {
  color: #cfaa97 !important;
}

.daterangepicker td.off.available {
  opacity: 0.18;
}

.daterangepicker td.today.active.disabled {
  color: #999 !important;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  color: #cfaa97 !important;
  background-color: #0a3049 !important;
}

.search-calendar-trigger,
.adults-dropdown-toggle,
.children-dropdown-toggle {
  cursor: pointer;
}
