@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
body.no-scroll {
  overflow-y: hidden;
}

p {
  line-height: 27px !important;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}

body::-webkit-scrollbar-thumb {
  background: #B59754;
}

body::-webkit-scrollbar-thumb:hover {
  background: #B59754;
}

a {
  text-decoration: none;
}

.content {
  position: relative;
}

.link-full {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
}

.text-primary {
  color: #26231D !important;
}

.text-secondary {
  color: #B59754 !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.fw-medium {
  font-weight: 600;
}

.fw-semibold {
  font-weight: 900;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

@media (min-width: 0) and (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95% !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
  }
}
.btn-icon {
  transform: scale(1);
  transition: ease all 0.4s;
}
.btn-icon:hover {
  transform: scale(1.15);
  transition: ease all 0.4s;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 35, 29, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #26231D;
  border-color: #26231D;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active {
  color: #fff;
  background-color: rgba(38, 35, 29, 0.9);
  border-color: rgba(38, 35, 29, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 35, 29, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(38, 35, 29, 0.9);
  border-color: rgba(38, 35, 29, 0.9);
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 35, 29, 0.5);
}

.form-control:focus {
  color: #212529;
  background-color: initial;
  border-color: initial;
  outline: 0;
  box-shadow: none;
}

.body-section {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.parsley-error {
  border-color: #c90000;
}

.parsley-errors-list {
  padding-left: 0;
  font-size: 13px;
  color: #c90000;
}
.parsley-errors-list li {
  list-style: none;
}

.transition {
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

.dropdown-menu {
  padding: 0.3rem;
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  top: 100%;
}
.dropdown-menu.show {
  top: 100% !important;
}
.dropdown-menu i {
  display: inline-block;
}

.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=left] {
  top: auto !important;
  animation: none !important;
}

@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(15px);
  }
}
body .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-nav button.owl-next,
body .owl-nav button.owl-prev {
  background-color: #26231D !important;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 34px !important;
  justify-content: center;
  line-height: 22px !important;
  margin: 0 3px;
}
body .owl-nav button.owl-next:hover,
body .owl-nav button.owl-prev:hover {
  background-color: #B59754;
  color: #000;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #26231D;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #B59754;
}
body .owl-dots .owl-dot.active {
  background-color: #5B5C53;
}

.fixed-floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}
.fixed-floating.top {
  top: 0;
}

.menu-arrow {
  display: inline-table;
  vertical-align: middle;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.form101 {
  background-color: #F4EFEA;
  position: relative;
  overflow: hidden;
}
.form101:before {
  content: "";
  background-image: url(../images/firula-fom101.png);
  position: absolute;
  left: -254px;
  bottom: -118px;
  width: 858px;
  height: 426px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .form101:before {
    left: -175px;
    bottom: -118px;
    width: 147%;
    height: 357px;
  }
}
@media (max-width: 575.98px) {
  .form101:before {
    left: -515px;
    bottom: -118px;
    width: 262%;
    height: 448px;
  }
}
.form101 .container--pd {
  padding: 5.5rem 0 !important;
  max-width: 984px !important;
}
@media (max-width: 991.98px) {
  .form101 .container--pd {
    padding: 4.13rem 0 20.06rem 0 !important;
    max-width: 90% !important;
  }
}
.form101__content {
  margin-left: auto;
  max-width: 430px;
}
.form101__content__title {
  color: #26231D;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__content__title {
    font-size: 1.125rem;
  }
}
.form101__content__subtitle {
  font-size: 3.125rem;
  color: #B59754;
  margin-bottom: 2.5rem;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__content__subtitle {
    font-size: 2.5rem;
  }
}
.form101__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__content__paragraph {
    width: 100%;
  }
}
.form101__content__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #B59754;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__content {
    margin-top: 50px;
  }
}
.form101__content__form {
  display: flex;
}
.form101__content__form label {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 400;
}
.form101__content__form div {
  padding: 0;
  border: 1px solid #F4EFEA;
  width: 17.625rem;
  height: 2.9375rem;
  background: #fff;
}
@media (max-width: 991.98px) {
  .form101__content__form div {
    width: 100%;
  }
}
.form101__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 400;
}
.form101__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__content input::placeholder {
  background-color: #fff !important;
}
.form101__content__checkbox-label {
  margin-top: 0.62rem;
  padding: 0;
}
@media (max-width: 991.98px) {
  .form101__content__checkbox-label {
    order: 2;
    margin-top: 1rem;
  }
}
.form101__content__checkbox-label #term_accept {
  width: 1rem !important;
  height: 1rem !important;
  padding: 0;
  border: 1px solid #26231D;
}
.form101__content__checkbox-label #term_accept:checked[type=checkbox] {
  background-color: #26231D !important;
}
.form101__content__checkbox-label .form-check-label {
  margin-top: 0;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
}
.form101__content__checkbox-label a {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #26231D;
}
.form101__content__cta {
  background-color: #26231D;
  border: 1px solid #26231D;
  color: #fff;
  margin-left: 0.69rem;
  width: 8.5rem;
  height: 2.9375rem;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form101__content__cta {
    margin-left: 0;
    margin-top: 1.69rem;
    order: 3;
  }
}
.form101__content__cta:hover {
  background-color: transparent;
  color: #000;
  transition: 0.5s all ease;
}
.form101__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__subtitle {
  color: #26231D;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #B59754;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #000 !important;
  border-color: #000;
}
.form102__content__form__checkbox-label a {
  margin-left: 5px;
}
.form102__content .form-check-input {
  height: 14px;
  width: 14px;
  padding: 0;
  margin-bottom: 0;
}
.form102__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__content input::placeholder {
  background-color: #fff !important;
}
.form102__content__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #26231D;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form01__boxLeft {
  padding: 0 38px;
}
@media (max-width: 767.98px) {
  .form01__boxLeft {
    margin-bottom: 25px;
  }
}
.form01__boxLeft__content__title {
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__title {
    font-size: 1.563rem;
  }
}
.form01__boxLeft__content__paragraph {
  max-width: 592px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph {
    width: 100%;
  }
}
.form01__boxLeft__content__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form01__boxLeft__form {
  justify-content: space-between;
}
.form01__boxLeft__form .input__item {
  width: 48.5%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form01__boxLeft__form .input__item {
    width: 100%;
  }
}
.form01__boxLeft__form .input__item label {
  color: #000 !important;
}
.form01__boxLeft__form .input__item .form-placeholder {
  background-color: #fff !important;
  border: none !important;
}
.form01__boxLeft__form .input__item input {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
  height: 2.9375rem;
  padding: 0;
}
.form01__boxLeft__form .input__item input::-moz-placeholder {
  color: #000 !important;
}
.form01__boxLeft__form .input__item input::placeholder {
  color: #000 !important;
}
.form01__boxLeft__form__checkbox-label {
  padding: 0;
}
.form01__boxLeft__form button {
  background-color: #fff;
  color: #26231D;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__form button {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form01__boxLeft__form button:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form01__boxLeft__form button img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__form button img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form01__boxLeft__form button:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
.form01__boxRight__image {
  height: 434px;
  max-width: 315px;
  width: 100%;
}
.form01__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__title {
    font-size: 1.563rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #26231D;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.563rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #B59754;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #26231D;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.lifo__boxLeft__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.lifo__boxLeft__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
@media (max-width: 575.98px) {
  .lifo__boxRight {
    display: none;
  }
}
.lifo__boxRight__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
  background: white;
  margin-left: auto;
}
.lifo__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifo .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #26231D !important;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.form03 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  font-size: 2.5rem;
  color: #26231D;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.875rem;
  }
}
.form03__boxLeft__subtitle {
  color: #5B5C53;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxLeft__subtitle {
    font-size: 1.125rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 1.875rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #26231D;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph {
    font-size: 0.938rem;
  }
}
.form03__boxRight__paragraph p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #26231D;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph p {
    font-size: 0.938rem;
  }
}
.form03__boxRight__inputs {
  flex-wrap: wrap;
}
.form03__boxRight .input__item {
  width: 100%;
}
.form03__boxRight__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form03__boxRight__form div {
  padding: 0;
}
.form03__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form03__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form03__boxRight input::placeholder {
  background-color: #fff !important;
}
.form03__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #26231D;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

.jq-toast-wrap {
  width: 330px;
}

.jq-toast-single {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.jq-toast-single h2 {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.close-jq-toast-single {
  top: 7px;
  right: 7px;
  font-size: 29px;
}

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: transparent !important;
  height: 40px;
  position: relative;
  z-index: 2;
}
.form-placeholder.focusing .placeholder--custom {
  font-size: 12px;
  color: #777777;
  top: 0;
  transform: translate(0);
  transition: ease all 0.3s;
}
.form-placeholder.focusing > input {
  padding-top: 18px;
  height: 40px;
  transition: ease all 0.3s;
}

.confi__header {
  position: relative;
  height: 5.1875rem;
  background-color: #B59754;
}
.confi__header .container-confi--header {
  height: 100%;
  display: flex;
  align-items: center;
}
.confi__header__title {
  font-size: 1.875rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 575.98px) {
  .confi__header__title {
    font-size: 1.563rem;
  }
}
.confi__content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.confi__content > .container {
  padding: 7.88rem 0;
}
.confi__content__wrapper-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.confi__content__title {
  font-size: 2.5rem;
  color: #26231D;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
.confi__content__title:after {
  content: "";
  width: 9.1875rem;
  height: 0.4375rem;
  border-radius: 0.5625rem;
  display: block;
  background-color: #B59754;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .confi__content__title {
    font-size: 1.875rem;
  }
}
.confi__content__subtitle {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .confi__content__subtitle {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.confi__content__image {
  width: 14.875rem;
  height: 14.875rem;
  margin: 0 auto;
  margin-top: 3.38rem;
}
.confi__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blur-5 {
  filter: blur(5px);
}

.animation {
  opacity: 0;
}

.animated {
  opacity: 1;
  animation-duration: 1.5s !important;
}
.animated.blur-5 {
  filter: blur(0px);
}
.animated.fadeIn {
  animation: fadeIn;
}
.animated.fadeInUp {
  animation: fadeInUp;
}
.animated.fadeInDown {
  animation: fadeInDown;
}
.animated.fadeInRight {
  animation: fadeInRight;
}
.animated.fadeInLeft {
  animation: fadeInLeft;
}

.hover-image-box__target {
  transition: all 0.4s ease;
}
.hover-image-box:hover .hover-image-box__target {
  scale: 1.1;
  transition: all 0.4s ease;
}

#HEAD02.flutuante .container-header #logoHeader {
  width: 7.8125rem;
  height: 2.95063rem;
}

#HEAD02.flutuante .container-navigation .menu-list .menu-item:after {
  bottom: -23px;
}

.header-home #HEAD02 {
  border-bottom: 3px solid #B59754;
}
@media (max-width: 991.98px) {
  .header-home #HEAD02 {
    border-bottom: 3px solid #B59754;
  }
}

/* BEGIN STYLE */
#HEAD02 {
  background: #fff;
  border-bottom: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
#HEAD02.flutuante .container-header {
  height: 4.5rem;
}
#HEAD02.flutuante .logo-header {
  width: 7.8125rem;
  height: 2.95063rem;
}
#HEAD02.flutuante .container-navigation .menu-list .menu-item .link {
  font-size: 0.8125rem;
}
#HEAD02.flutuante .container-navigation .container-cta .btn-cta {
  width: 10.5rem;
  height: 2.0665rem;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  #HEAD02 > .container {
    max-width: 90% !important;
  }
}
#HEAD02 .container-header {
  height: 6.8125rem;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-header {
    min-height: auto;
  }
}
#HEAD02 .container-header #logoHeader {
  width: 13rem;
  height: 4.90988rem;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-header #logoHeader {
    width: 10.3125rem;
    height: 3.89488rem;
  }
}
#HEAD02 .container-header #logoHeader img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#HEAD02 .container-navigation nav {
  margin-right: 3.81rem;
}
#HEAD02 .container-navigation .menu-list {
  display: flex;
  gap: 0 3.81rem;
  align-items: center;
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 0;
  position: relative;
}
#HEAD02 .container-navigation .menu-list .menu-item svg {
  width: 1.56213rem;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  border-radius: 1.60313rem 6.20313rem 0rem 0rem;
  display: block;
  background-color: #B59754;
  position: absolute;
  bottom: -42px;
  left: 0;
  opacity: 0;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  opacity: 1;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #000;
  font-weight: 500;
  line-height: 1.75rem;
}
#HEAD02 .container-navigation .menu-list .menu-item .link:hover {
  color: #000;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #26231D;
  border-radius: 0 10px 10px;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 11px;
  display: table;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:nth-of-type(2n+0), #HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover {
  color: #B59754;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  background-color: #B59754;
  border: 1px solid #B59754;
  border-radius: 1.34375rem;
  min-width: 11.75rem;
  height: 2.3125rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
#HEAD02 .container-navigation .container-cta .btn-cta.show {
  border-radius: 17px 17px 0 0;
  background-color: #B59754;
}
#HEAD02 .container-navigation .container-cta .btn-cta:hover {
  background-color: transparent;
  color: #B59754;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #26231D;
  border-radius: 0 10px 10px;
  min-width: 260px;
  flex-wrap: wrap;
  padding: 10px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right.show {
  display: flex;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right:after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 11px;
  margin-right: 11px;
  display: table;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:nth-of-type(2n+0), #HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:hover {
  color: #B59754;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .container-cta {
    display: none;
  }
}
#HEAD02 .container-navigation .link-translate .btn-translate {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #26231D;
  border-right: 1px solid rgba(38, 35, 29, 0.3);
  line-height: 15px;
}
#HEAD02 .container-navigation .social-network {
  margin-right: 20px;
}
#HEAD02 .container-navigation .social-network .social-link {
  color: #404040;
  font-size: 22px;
  margin: 0 5px;
}
#HEAD02 .container-navigation .social-network .social-link:hover {
  color: #7C7C7C;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .social-network {
    display: none !important;
  }
}
#HEAD02 .container-navigation .menu-sidebar-header {
  display: none;
  gap: 0 0.56rem;
  height: 3.25rem;
  background-color: #B59754;
  border-radius: 3.8125rem 0 0 3.8125rem;
  margin-right: -35px;
  padding: 0 1.49rem;
  width: 9rem;
}
#HEAD02 .container-navigation .menu-sidebar-header .btn-menu-sidebar-header {
  height: 100%;
  display: flex;
  align-items: center;
}
#HEAD02 .container-navigation .menu-sidebar-header a {
  gap: 0 0.56rem;
}
#HEAD02 .container-navigation .menu-sidebar-header svg {
  width: 1.61806rem;
  height: 1.375rem;
}
#HEAD02 .container-navigation .menu-sidebar-header span {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

.whatsFlutuante {
  width: 3.4375rem;
  height: 3.4375rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background-color: #52cc5d;
  position: fixed;
  right: 0;
  bottom: 4.81rem;
  display: flex;
  align-items: center;
  padding: 0 1.04rem;
  z-index: 1000;
  transition: all 0.5s ease;
}
.whatsFlutuante:hover img {
  transform: scale(1.01);
  z-index: 1;
  transition: all 0.5s ease;
}
.whatsFlutuante img {
  width: 1.755rem;
  height: 1.755rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.side02 {
  position: fixed;
  left: -100%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #B59754;
  z-index: 1000;
  border-bottom: 9px solid #B59754;
  transition-duration: 0.6s;
}
.side02:before {
  content: "";
  background-image: url(../images/pata-side02.png);
  width: 124px;
  height: 272px;
  display: block;
  position: absolute;
  bottom: 162px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.side02--show {
  left: 0;
  transition-duration: 0.6s;
}
.side02__scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
}
.side02__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(38, 35, 29, 0.5);
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: rgba(38, 35, 29, 0.8);
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #26231D;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 40px;
}
.side02__header__button-close {
  width: auto;
  position: absolute;
  padding: 0;
  right: 26px;
  top: 26px;
}
.side02__header__button-close__icon path {
  fill: #B59754;
}
.side02__header__button-close__icon:hover path {
  fill: #26231D;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #26231D;
  line-height: 15px;
  padding-right: 10px;
  margin-right: 10px;
}
.side02__header__languages__item:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.side02__header__languages__item:hover {
  color: #E3DCD3;
}
.side02__logo {
  width: 10.3125rem;
  height: 3.89488rem;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 7.27rem;
}
.side02__navigation {
  margin-bottom: 4.25rem;
}
.side02__navigation__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
  gap: 2.25rem 0;
}
.side02__navigation__item__link {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #000;
  width: 100%;
  display: table;
  text-align: center;
}
.side02__navigation__item__link:active, .side02__navigation__item__link:focus {
  color: #fff;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #E3DCD3;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.side02__navigation__sublink:last-of-type {
  border: none;
}
.side02__container-cta {
  margin-bottom: 3.6rem;
}
.side02__container-cta__dropdown {
  display: table;
  margin: 0 auto;
}
.side02__container-cta__btn-cta {
  background-color: #fff;
  border-radius: 50px;
  min-width: 175px;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
  display: table;
}
.side02__container-cta__btn-cta:hover {
  color: #5B5C53;
}
.side02__container-cta__btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
.side02__container-cta__sublink {
  background-color: #404040;
  border-radius: 0;
  width: 200px;
  padding: 10px;
  left: 50% !important;
  transform: translate(-50%) !important;
  text-align: center;
}
.side02__container-cta__sublink__item {
  color: #B59754;
  display: flex;
  width: 11.75rem;
  height: 2.3125rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-size: 1.125rem;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  background-color: #fff;
  border-radius: 1.34375rem;
}
.side02__container-cta__sublink__item:last-of-type {
  border: none;
}
.side02__container-cta__sublink__item:hover {
  color: #B59754;
}
.side02__social {
  margin-bottom: 44px;
  gap: 0 1rem;
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__social a img {
  width: 1.4375rem;
  height: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  border-right: 2px solid #26231D;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.side02__footer__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.side02__override {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
}
.side02__override--show {
  transition-duration: 0.8s;
  visibility: visible;
  opacity: 1;
}

/* BEGIN STYLE */
.foot02 {
  background-color: #26231D;
  padding: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .foot02 {
    overflow: hidden;
  }
}
.foot02:before {
  content: "";
  background-image: url(../images/firula-footer02.png);
  position: absolute;
  right: 0;
  top: 2.76rem;
  width: 126px;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .foot02:before {
    position: absolute;
    right: -18px;
    top: 19.76rem;
    left: inherit;
    width: 156px;
    height: 223px;
  }
}
.foot02__container {
  padding: 5.75rem 0 6.99rem 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .foot02__container {
    padding: 4.44rem 0 9.09rem 0 !important;
  }
}
.foot02__logo {
  margin-right: 4.56rem;
}
@media (max-width: 991.98px) {
  .foot02__logo {
    margin-right: 0;
  }
}
.foot02__logo__hoom {
  width: 15rem;
  height: 2.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.87;
}
.foot02__logo__item {
  width: 12.9375rem;
  height: 4.88625rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 3.99rem;
  margin-top: 1.18rem;
}
@media (max-width: 575.98px) {
  .foot02__logo__wraper {
    margin: 0 auto 67px auto;
    display: table;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__logo__wraper {
    margin: 0 auto 67px auto;
    display: table;
  }
}
.foot02__socials {
  display: flex;
  gap: 0 1rem;
}
.foot02__socials a {
  transition: all 0.5s ease;
}
.foot02__socials a:hover {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.5s ease;
}
.foot02__socials a img {
  width: 1.4375rem;
  height: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .foot02__nav {
    margin: 0 0 41px 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.foot02__nav__header {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  line-height: 1.75rem;
  margin: 0 0 1.74rem 0;
  display: block;
}
.foot02__nav__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.91rem 0;
  display: block;
  line-height: 1.75rem;
}
.foot02__nav__item:hover {
  color: #5B5C53;
}
.foot02__nav__item:last-child {
  margin: 0;
}
.foot02__nav--icon {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.625rem;
  height: 5.4375rem;
  background: #B59754;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1.3125rem 1.3125rem 0rem 0rem;
  padding-top: 0.82rem;
  border: 0;
}
@media (max-width: 991.98px) {
  .foot02__nav--icon {
    left: 50%;
    transform: translate(-50%, 0);
    right: inherit;
    margin-bottom: 0;
    bottom: 0;
  }
}
.foot02__nav--icon:hover svg {
  transform: scale(1.03);
  z-index: 100;
  transition: all 0.5s ease;
}
.foot02__nav--icon svg {
  transition: all 0.5s ease;
}
.foot02__nav .phones {
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .foot02__nav .phones {
    flex-direction: column;
    text-align: center;
    align-items: center !important;
  }
}
.foot02 a.foot02__nav__header:hover {
  color: #5B5C53;
}
.foot02__copyright-section {
  background-color: #000;
  padding: 2.48rem 0;
}
@media (max-width: 575.98px) {
  .foot02__copyright-section {
    text-align: center;
    padding: 25px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__copyright-section {
    text-align: center;
    padding: 25px 0;
  }
}
@media (max-width: 575.98px) {
  .foot02__copyright-section__container {
    padding: 0 30px !important;
  }
}
@media (max-width: 575.98px) {
  .foot02__copyright-section__compliances {
    margin: 0 0 30px 0;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foot02__copyright-section__compliances {
    margin: 0 0 30px 0;
    justify-content: center;
  }
}
.foot02__copyright-section__compliances__item {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #fff;
  border-right: 2px solid #fff;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.foot02__copyright-section__compliances__item:hover {
  color: #fff;
}
.foot02__copyright-section__compliances__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .foot02 .box-logo-credit {
    padding: 0;
  }
}
.foot02 .box-logo-credit a {
  transition: all 0.5s ease;
}
.foot02 .box-logo-credit a:hover {
  transform: scale(1.01);
  z-index: 100;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .foot02 .box-logo-credit a {
    margin: 0 auto !important;
  }
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
  margin-top: 112px;
}
#SLID01 .slid0, #SLID01 .container-slide {
  height: 42.25rem;
  position: relative;
}
@media (max-width: 991.98px) {
  #SLID01 .slid0, #SLID01 .container-slide {
    height: 32.25rem;
  }
}
#SLID01 .slid0:after, #SLID01 .container-slide:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background: #B59754;
  mix-blend-mode: color-burn;
  z-index: 1;
}
#SLID01 .slid0:before, #SLID01 .container-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
  background: linear-gradient(90deg, #000 -12.26%, rgba(0, 0, 0, 0) 49.97%);
}
#SLID01 .img-background-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#SLID01 .content-slide {
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  #SLID01 .content-slide {
    justify-content: center !important;
  }
}
#SLID01 .content-slide .img-floating-png {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
}
#SLID01 .content-slide .img-floating-png img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .img-floating-png {
    position: relative;
    height: 300px;
    max-width: 476px;
    margin-top: 30px;
  }
}
#SLID01 .content-slide.start {
  flex-direction: column;
  text-align: left;
  padding: 0;
  display: flex;
  display: flex;
  align-items: flex-start !important;
  justify-content: center;
}
#SLID01 .content-slide.start .img-floating-png {
  right: 0;
}
#SLID01 .content-slide.center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#SLID01 .content-slide.center .img-floating-png {
  display: none;
}
#SLID01 .content-slide.center .content-description .description {
  margin: 0 auto;
}
#SLID01 .content-slide.end {
  flex-direction: row-reverse;
  text-align: right;
}
#SLID01 .content-slide.end .img-floating-png {
  left: 0;
}
#SLID01 .content-slide .content-description {
  z-index: 100;
  position: relative;
  margin-top: -4rem;
}
@media (max-width: 991.98px) {
  #SLID01 .content-slide .content-description {
    padding: 0 1.31rem;
    margin-top: 0;
  }
}
#SLID01 .content-slide .content-description .title-animation {
  opacity: 0;
  transition: all 2s ease;
}
#SLID01 .content-slide .content-description .title-animation.animate {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
#SLID01 .content-slide .content-description .title {
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #fff;
  display: block;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .title {
    font-size: 1.125rem;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-size: 3.75rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 2.5rem;
  }
}
#SLID01 .content-slide .content-description .description {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #fff;
  width: 100%;
  max-width: 28.875rem;
  line-height: 25px !important;
  margin-bottom: 0;
  margin-top: 0.5rem;
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .description {
    font-size: 1.0625rem;
  }
}
#SLID01 .content-slide .content-description .description.animate {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  margin-top: 4.12rem;
  font: 1rem "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 500;
  border-radius: 2rem;
  background-color: #B59754;
  border: 1px solid #B59754;
  width: 9.25rem;
  height: 2.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 1.5s ease;
}
#SLID01 .content-slide .content-description .btn-cta-slide.animate {
  animation: fadeIn;
  animation-duration: 1.5s;
  --animate-delay: 1.5s;
  --animate-duration: 1.5s;
  opacity: 1;
}
#SLID01 .content-slide .content-description .btn-cta-slide img {
  width: 25px;
  margin-right: 16px;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover {
  background-color: transparent;
  color: #fff;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover img {
  filter: grayscale(1) invert(1);
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    justify-content: center;
    align-items: end !important;
  }
}
#SLID01 #dotsSlideCustom {
  display: flex !important;
  position: absolute;
  bottom: 5.5rem;
  left: calc(50% - 539px);
  z-index: 100;
}
@media (max-width: 991.98px) {
  #SLID01 #dotsSlideCustom {
    display: flex !important;
    position: absolute;
    bottom: 77px;
    z-index: 100;
  }
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #B59754;
}

/* BEGIN STYLE */
.topi09 .owl-item:nth-of-type(1) .topi09__box {
  opacity: 0;
  transition: all 2s ease;
}
.topi09 .owl-item:nth-of-type(1) .topi09__box.animate {
  animation: fadeInUpBig;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}

.topi09 .owl-item:nth-of-type(2) .topi09__box {
  opacity: 0;
  transition: all 2.2s ease;
}
.topi09 .owl-item:nth-of-type(2) .topi09__box.animate {
  animation: fadeInUpBig;
  animation-duration: 2.2s;
  --animate-delay: 2.2s;
  --animate-duration: 2.2s;
  opacity: 1;
}

.topi09 .owl-item:nth-of-type(3) .topi09__box {
  opacity: 0;
  transition: all 2.3s ease;
}
.topi09 .owl-item:nth-of-type(3) .topi09__box.animate {
  animation: fadeInUpBig;
  animation-duration: 2.3s;
  --animate-delay: 2.3s;
  --animate-duration: 2.3s;
  opacity: 1;
}

.topi09 .container--pd {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  display: flex;
  justify-content: center;
  margin-top: -55px;
}
@media (max-width: 991.98px) {
  .topi09 .container--pd {
    max-width: 90% !important;
  }
}
.topi09__box {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.topi09__box::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(64, 64, 64, 0.11);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .topi09__box::after {
    display: none;
  }
}
.topi09__box:last-of-type::after {
  display: none;
}
.topi09__box:hover .topi09__image img {
  transition: all 0.5s ease;
  filter: brightness(10) saturate(0.1) contrast(10);
}
.topi09__box:hover .topi09__content {
  background-color: #B59754;
  transition: all 0.5s ease;
}
.topi09__box:hover .topi09__paragraph p, .topi09__box:hover .topi09__title {
  color: #fff;
  transition: all 0.5s ease;
}
.topi09__content {
  padding: 1.31rem 2.81rem;
  border-radius: 3.8125rem;
  background: #F4EFEA;
  gap: 0 1.81rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topi09__description {
  width: 100%;
}
@media (max-width: 991.98px) {
  .topi09__description {
    margin-top: 11px;
  }
}
.topi09__image {
  width: 2.875rem;
  height: 2.5rem;
}
.topi09__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease;
}
.topi09__title {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  line-height: 1.75rem;
  display: block;
  margin-bottom: 5.46px;
  transition: all 0.5s ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi09__title {
    font-size: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.topi09__paragraph p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5625rem;
  line-height: 19px !important;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .topi09__paragraph p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}

.topi09__carousel .owl-dots {
  display: none;
  z-index: 100;
  gap: 0 0.5rem;
  margin-bottom: 1.38rem;
}
@media (max-width: 991.98px) {
  .topi09__carousel .owl-dots {
    display: flex !important;
  }
}
.topi09__carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  background-color: #E3DCD3;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
.topi09__carousel .owl-dots .owl-dot:hover, .topi09__carousel .owl-dots .owl-dot.active {
  background-color: #B59754;
}

/* BEGIN STYLE */
#CONT02 {
  padding: 2.19rem 0 11.04rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #CONT02 {
    padding: 2.19rem 0 6.77rem 0;
  }
}
@media (max-width: 575.98px) {
  #CONT02 {
    padding: 2.19rem 0 2.77rem 0;
  }
}

.cont02 .container--cont02 {
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .cont02 .container--cont02 {
    max-width: 90% !important;
  }
}
.cont02 .cont02__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
@media (max-width: 991.98px) {
  .cont02__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02__image {
  width: 100%;
  max-width: 25.25rem;
  height: 30.14425rem;
  margin-left: 0.94rem;
  position: relative;
  margin-left: auto;
  margin-right: inherit;
  opacity: 0;
  transition: all 2s ease;
}
.cont02__image.animate {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.cont02__image:before {
  content: "";
  background-image: url(../images/firula1-cont02.png);
  position: absolute;
  left: -145px;
  top: 0;
  width: 25.52506rem;
  height: 29.123rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575.98px) {
  .cont02__image:before {
    left: -150px;
    top: -13px;
  }
}
.cont02__image:after {
  content: "";
  background-image: url(../images/firula2-cont02.png);
  position: absolute;
  right: 24px;
  bottom: -35px;
  width: 5.80094rem;
  height: 5.72656rem;
  transform: rotate(-2.705deg);
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .cont02__image:after {
    bottom: 5px;
  }
}
.cont02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: relative;
  border-radius: 6rem;
}
@media (max-width: 991.98px) {
  .cont02__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cont02__right {
  padding-left: 7.5rem;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .cont02__right {
    padding: 0;
  }
}
.cont02__description {
  opacity: 0;
  transition: all 2s ease;
}
.cont02__description.animate {
  animation: fadeInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.cont02__title {
  font-size: 1.125rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  border-radius: 1.34375rem;
  margin-bottom: 2.15rem;
  padding: 0.56rem;
  background-color: #F4EFEA;
  min-width: 21.625rem;
  display: table;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cont02__title {
    font-size: 1.063rem;
  }
}
.cont02__subtitle {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 700;
  max-width: 35.875rem;
  margin-bottom: 2.12rem;
}
@media (max-width: 991.98px) {
  .cont02__subtitle {
    font-size: 1.875rem;
  }
}
.cont02__line {
  margin: 39px 0 34px 0;
}
.cont02__paragraph {
  color: #000;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  line-height: 1.75rem !important;
}
.cont02__paragraph b, .cont02__paragraph strong {
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.375rem;
  display: block;
  line-height: 1.875rem;
}
@media (max-width: 991.98px) {
  .cont02__paragraph b, .cont02__paragraph strong {
    font-size: 1.075rem;
  }
}
.cont02__paragraph p {
  color: #000;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  line-height: 1.75rem !important;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cont02__paragraph p {
    font-size: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cont02__cta {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #26231D;
  display: flex;
  margin-top: 37px;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #E3DCD3;
}
.cont02__cta:hover {
  color: #fff;
  background-color: #000;
}
.cont02__cta:hover img {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
#TOPI01 {
  padding: 6.5rem 0 9.45rem 0;
  background: rgba(181, 151, 84, 0.3);
  position: relative;
}
@media (max-width: 991.98px) {
  #TOPI01 {
    padding: 4.37rem 0 4.37rem 0;
  }
}
#TOPI01:after {
  content: "";
  background-image: url(../images/firula-topi01.png);
  position: absolute;
  left: -132px;
  bottom: 36px;
  width: 46.8125rem;
  height: 44.5625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media (max-width: 991.98px) {
  #TOPI01:after {
    position: absolute;
    left: 50%;
    bottom: 105px;
    transform: translate(-33%, 0);
    width: 107%;
    height: 47.4375rem;
    background-image: url(../images/dog-mobile.png);
  }
}
@media (max-width: 575.98px) {
  #TOPI01:after {
    position: absolute;
    left: 50%;
    bottom: 105px;
    transform: translate(-50%, 0);
    width: 351px;
    height: 47.4375rem;
  }
}
#TOPI01 .container--topi01 {
  width: 100%;
  padding-left: 19.31rem;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  #TOPI01 .container--topi01 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  #TOPI01 .container--topi01 {
    margin-top: 0;
  }
}
#TOPI01 .header-topic {
  text-align: left;
  padding-left: 3.06rem;
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 991.98px) {
  #TOPI01 .header-topic {
    padding-left: 0;
  }
}
#TOPI01 .header-topic.animate {
  animation: fadeInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
#TOPI01 .header-topic .container-title {
  margin-bottom: 1.44rem;
}
#TOPI01 .header-topic .container-title .title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 700;
  display: block;
  max-width: 35.5rem;
}
@media (max-width: 991.98px) {
  #TOPI01 .header-topic .container-title .title {
    font-size: 1.875rem;
  }
}
#TOPI01 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #5B5C53;
  display: block;
  max-width: 35.5rem;
}
@media (max-width: 991.98px) {
  #TOPI01 .header-topic .container-title .subtitle {
    font-size: 1.125rem;
  }
}
#TOPI01 .header-topic .paragraph {
  max-width: 35.5rem;
}
#TOPI01 .header-topic .paragraph p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  line-height: 1.5625rem !important;
  font-weight: 400;
  color: #26231D;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #TOPI01 .header-topic .paragraph p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
#TOPI01 .header-topic .line {
  background-color: #26231D;
}
#TOPI01 .container-box {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  margin-top: 3.83rem;
}
@media (max-width: 991.98px) {
  #TOPI01 .container-box {
    margin-top: 11.63rem;
  }
}
#TOPI01 .container-box .box-topic {
  width: 17.96531rem;
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 991.98px) {
  #TOPI01 .container-box .box-topic {
    margin: 0 auto;
  }
}
#TOPI01 .container-box .box-topic.animate {
  animation: slideInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
#TOPI01 .container-box .box-topic:hover .content {
  background-color: #B59754;
}
#TOPI01 .container-box .box-topic:hover .content .container-info .image {
  background-color: #fff;
}
#TOPI01 .container-box .box-topic:hover .content .container-info .image img {
  filter: inherit;
}
#TOPI01 .container-box .box-topic:hover .content .container-info .description .title, #TOPI01 .container-box .box-topic:hover .content .container-info .description .paragraph p {
  color: #fff;
}
#TOPI01 .container-box .box-topic .content {
  padding: 3.34rem 1.78rem;
  height: 100%;
  min-height: 27.92869rem;
  border-radius: 8.5625rem;
  background-color: #F4EFEA;
}
#TOPI01 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
}
#TOPI01 .container-box .box-topic .content .container-info .image {
  width: 7.56094rem;
  height: 7.62394rem;
  background-color: #B59754;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 2.21rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#TOPI01 .container-box .box-topic .content .container-info .image img {
  width: 4.9rem;
  filter: brightness(10) saturate(0.1) contrast(10);
}
#TOPI01 .container-box .box-topic .content .container-info .description {
  text-align: center;
}
#TOPI01 .container-box .box-topic .content .container-info .description .title {
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 600;
  margin-bottom: 1.21rem;
}
@media (max-width: 991.98px) {
  #TOPI01 .container-box .box-topic .content .container-info .description .title {
    font-size: 1.075rem;
  }
}
#TOPI01 .container-box .box-topic .content .container-info .description .paragraph {
  max-width: 13.23163rem;
  margin: 0 auto;
}
#TOPI01 .container-box .box-topic .content .container-info .description .paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 400;
  line-height: 1.75rem !important;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #TOPI01 .container-box .box-topic .content .container-info .description .paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}

.carousel-topi01 .owl-dots {
  display: flex !important;
  align-items: center;
  gap: 0 0.5rem;
  margin-top: 0.82rem;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .carousel-topi01 .owl-dots {
    margin-top: 2.2rem;
    justify-content: center;
  }
}
.carousel-topi01 .owl-dots .owl-dot {
  height: 14px;
  height: 14px;
  background-color: #E3DCD3;
  border-radius: 100%;
}
@media (max-width: 575.98px) {
  .carousel-topi01 .owl-dots .owl-dot {
    background-color: #fff;
    gap: 0 0.2rem;
  }
}
.carousel-topi01 .owl-dots .owl-dot:hover, .carousel-topi01 .owl-dots .owl-dot.active {
  background-color: #000;
}
@media (max-width: 575.98px) {
  .carousel-topi01 .owl-dots .owl-dot:hover, .carousel-topi01 .owl-dots .owl-dot.active {
    background-color: #B59754;
  }
}

/* BEGIN STYLE */
.prod02 {
  background-color: #F4EFEA;
}
.prod02 .container--edit {
  padding: 6rem 0 6.63rem 0;
}
@media (max-width: 991.98px) {
  .prod02 .container--edit {
    padding: 4.81rem 0 4.13rem 0 !important;
    max-width: 90% !important;
  }
}
.prod02__navigation {
  opacity: 0;
  transition: all 2s ease;
}
.prod02__navigation.animate {
  animation: slideInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .prod02__navigation__content {
    width: 86% !important;
    margin: 0 auto;
  }
}
.prod02__navigation__content__encompass {
  width: 100%;
}
.prod02__navigation__content__encompass__title {
  color: #26231D;
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .prod02__navigation__content__encompass__title {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}
.prod02__navigation__content__encompass__subtitle {
  color: #000;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  line-height: 1.375rem;
}
@media (max-width: 991.98px) {
  .prod02__navigation__content__encompass__subtitle {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.prod02__navigation__paragraph {
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 42.875rem;
}
.prod02__navigation__paragraph p {
  color: #000;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  line-height: 1.375rem !important;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .prod02__navigation__paragraph p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.prod02__content__product {
  margin-top: 2.88rem;
}
.prod02__content__product__item {
  position: relative;
  padding-top: 2rem;
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 575.98px) {
  .prod02__content__product__item {
    width: 299px !important;
  }
}
.prod02__content__product__item.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.prod02__content__product__item .gravata {
  width: auto !important;
  position: absolute;
  top: 0px;
  left: -7px;
  background-size: contain;
}
.prod02__content__product__item:hover .prod02__content__product__item__image img {
  transform: scale(1.02);
  z-index: 100;
  transition: all 0.5s ease;
}
.prod02__content__product__item__image {
  height: 19.1875rem;
  border-radius: 1.375rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.prod02__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.prod02__content__product__item__description {
  padding: 1.93rem 1.63rem;
  border-radius: 1.0625rem;
  background-color: #fff;
  margin-top: -5rem;
  z-index: 100;
  position: relative;
}
.prod02__content__product__item__description__title {
  font-size: 1.25rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0.14rem;
}
@media (max-width: 991.98px) {
  .prod02__content__product__item__description__title {
    font-size: 1.125rem;
  }
}
.prod02__content__product__item__description__paragraph p {
  color: #B59754;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
.prod02__content__product__item__cta {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 2.5rem;
  border-radius: 1.34375rem;
  background-color: #B59754;
}
@media (max-width: 991.98px) {
  .prod02__content__product__item__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.prod02__content__product__item__cta:hover {
  color: #fff;
  background-color: #26231D;
}
.prod02__content__product__item__cta:hover .prod02__content__product__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.prod02__content__product__item__item a {
  color: #000;
}
.prod02__content__product__cta {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  max-width: 177px;
  height: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0 1.12rem;
  margin-top: 3.5rem;
}
@media (max-width: 991.98px) {
  .prod02__content__product__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    max-width: 146px;
  }
}
.prod02__content__product__cta::after {
  content: "";
  width: 2.9375rem;
  height: 0.125rem;
  background-color: #26231D;
  display: block;
  border-radius: 1.34375rem;
}
.prod02__content__product__cta:hover {
  color: #B59754;
}
.prod02__content__product__cta:hover::after {
  background-color: #B59754;
}
.prod02__content__product .carousel-prod02 .owl-nav {
  display: none;
}
@media (max-width: 991.98px) {
  .prod02__content__product .carousel-prod02 .owl-nav {
    width: 61%;
  }
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #26231D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev span,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}
.prod02__content__product .carousel-prod02 .owl-dots {
  display: flex !important;
  justify-content: flex-start;
  margin-top: 0;
  gap: 0 5px;
  max-width: 120px;
  margin-right: auto;
  position: absolute;
  bottom: -72px;
  left: 0;
}
@media (max-width: 991.98px) {
  .prod02__content__product .carousel-prod02 .owl-dots {
    max-width: 121px;
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }
}
.prod02__content__product .carousel-prod02 .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #E3DCD3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod02__content__product .carousel-prod02 .owl-dots .owl-dot.active {
  background-color: #B59754;
}

.prod02__page__header {
  height: 21rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  align-items: center !important;
  justify-content: flex-start !important;
  margin-top: 112px;
}
.prod02__page__header .container--prod02__page__header {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 100;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .prod02__page__header .container--prod02__page__header {
    max-width: 90% !important;
  }
}
.prod02__page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 -21.09%, rgba(0, 0, 0, 0) 63.51%);
}
.prod02__page__header__title {
  font-size: 3.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .prod02__page__header__title {
    font-size: 2.5rem;
    max-width: 10.9375rem;
  }
}
.prod02__page__header__subtitle {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .prod02__page__header__subtitle {
    font-size: 1.063rem;
    max-width: 11.625rem;
  }
}
.prod02__page__content {
  padding: 8rem 0 6.19rem 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .prod02__page__content {
    padding: 6.44rem 0 6.75rem 0 !important;
    position: relative;
    max-width: 100% !important;
  }
}
.prod02__page__content__titleDest {
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 991.98px) {
  .prod02__page__content__titleDest {
    margin: 0 auto;
    max-width: 90% !important;
  }
}
.prod02__page__content__titleDest.animate {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.prod02__page__content__titleDest__title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 700;
  display: block;
  margin-bottom: 0.58rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .prod02__page__content__titleDest__title {
    font-size: 1.875rem;
  }
}
.prod02__page__content__titleDest__paragraph {
  max-width: 39.375rem;
  margin: 0 auto;
}
.prod02__page__content__titleDest__paragraph p {
  color: #000;
  font-weight: 500;
  font: 1rem "Montserrat", sans-serif, arial;
  line-height: 1.75rem !important;
  text-align: center;
  margin-bottom: 0;
}
.prod02__page__content__category {
  gap: 14px;
  margin-top: 2.94rem;
  margin-bottom: 0;
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 991.98px) {
  .prod02__page__content__category {
    padding-left: 1rem !important;
  }
}
.prod02__page__content__category.animate {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.prod02__page__content__category li {
  padding: 0.5rem 3.5rem;
  list-style: none;
  background-color: #F4EFEA;
  border-radius: 3.8125rem;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  .prod02__page__content__category li {
    width: 100% !important;
    min-height: 2.75rem;
  }
}
.prod02__page__content__category li a {
  color: #26231D;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.75rem;
}
@media (max-width: 991.98px) {
  .prod02__page__content__category li a {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.prod02__page__content__category li a img {
  width: 36px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .prod02__page__content__category li a img {
    width: 36px !important;
    height: 37px !important;
    margin-right: 3px;
  }
}
.prod02__page__content__category li:hover, .prod02__page__content__category li.active {
  background: #B59754;
}
.prod02__page__content__category li:hover a, .prod02__page__content__category li.active a {
  color: #fff;
}
.prod02__page__content__category li:hover img, .prod02__page__content__category li.active img {
  filter: invert(1) grayscale(1);
}
@media (max-width: 991.98px) {
  .prod02__page__content .caroussel_prod02-page .owl-dots {
    display: none !important;
  }
  .prod02__page__content .caroussel_prod02-page .owl-nav {
    display: none !important;
  }
}
.prod02__page__content__product {
  margin-top: 5.37rem;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product {
    padding: 0 !important;
    margin-top: 51.28px;
  }
}
.prod02__page__content__product .prod02__page__content--row {
  gap: 1rem 0;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product .prod02__page__content--row {
    margin: 0 auto;
    max-width: 90% !important;
    gap: 1rem 0;
  }
}
.prod02__page__content__product__item {
  position: relative;
  padding-top: 2rem;
  opacity: 0;
  transition: all 2s ease;
}
.prod02__page__content__product__item.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.prod02__page__content__product__item .gravata {
  width: auto !important;
  position: absolute;
  top: 0px;
  left: -7px;
  background-size: contain;
}
.prod02__page__content__product__item:hover .prod02__page__content__product__item__image img {
  transform: scale(1.02);
  z-index: 100;
  transition: all 0.5s ease;
}
.prod02__page__content__product__item__image {
  height: 19.1875rem;
  border-radius: 1.375rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.prod02__page__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.prod02__page__content__product__item__description {
  padding: 1.93rem 1.63rem;
  border-radius: 1.0625rem;
  background-color: #fff;
  margin-top: -5rem;
  z-index: 100;
  position: relative;
}
.prod02__page__content__product__item__description__title {
  font-size: 1.25rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0.14rem;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product__item__description__title {
    font-size: 1.125rem;
  }
}
.prod02__page__content__product__item__description__paragraph p {
  color: #B59754;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
.prod02__page__content__product__item__cta {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 2.5rem;
  border-radius: 1.34375rem;
  background-color: #B59754;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product__item__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.prod02__page__content__product__item__cta:hover {
  color: #fff;
  background-color: #000;
}
.prod02__page__content__product__item__cta:hover .prod02__content__product__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.prod02__page__content__product__item__item a {
  color: #000;
}

.lightbox-prod02 {
  width: 100%;
  display: none;
  padding: 0;
  border-radius: 1.8125rem;
}
.lightbox-prod02__content__carrossel {
  position: relative;
}
.lightbox-prod02 .caroussel_prod02-show {
  height: 35.25rem !important;
}
@media (max-width: 991.98px) {
  .lightbox-prod02 .caroussel_prod02-show {
    height: 26.125rem !important;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-item {
  height: 100% !important;
}
@media (max-width: 991.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-item {
    height: 26.125rem !important;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage {
  height: 100% !important;
}
@media (max-width: 991.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage {
    height: 26.125rem !important;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
  height: 100% !important;
}
@media (max-width: 991.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
    height: 26.125rem !important;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-dot {
  display: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav {
  display: flex;
  padding: 0 31px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #26231D;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev span,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}
.lightbox-prod02__description {
  position: relative;
  padding: 2.31rem 4.25rem;
  padding-top: 3.32rem;
}
@media (max-width: 991.98px) {
  .lightbox-prod02__description {
    padding: 3.63rem 2.62rem;
  }
}
.lightbox-prod02 .gravata {
  width: auto !important;
  position: absolute;
  top: 11px;
  right: -37px;
  background-size: contain;
  z-index: 100;
  border-radius: 1.8125rem 0 0 1.8125rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .lightbox-prod02 .gravata {
    position: absolute;
    bottom: -32px;
    right: inherit;
    left: 0;
    top: inherit;
  }
}
.lightbox-prod02__navigation {
  margin-bottom: 108px;
}
@media (max-width: 991.98px) {
  .lightbox-prod02__navigation {
    margin-bottom: 50px;
  }
}
.lightbox-prod02__navigation li {
  display: flex;
}
.lightbox-prod02__navigation li a {
  color: #26231D;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
}
.lightbox-prod02__navigation li img {
  margin-right: 14px;
  width: 10.61px;
  height: 10.61px;
}
.lightbox-prod02__image {
  height: 35.25rem;
  border-radius: 1.8125rem 0 0 1.8125rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .lightbox-prod02__image {
    border-radius: 1.8125rem 1.8125rem 0 0;
    height: 26.125rem;
  }
}
.lightbox-prod02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.lightbox-prod02__title {
  font-size: 2.5rem;
  text-align: left;
  color: #26231D;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .lightbox-prod02__title {
    font-size: 1.875rem;
  }
}
.lightbox-prod02__subtitle {
  font-size: 1.125rem;
  color: #26231D;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .lightbox-prod02__subtitle {
    font-weight: 600;
  }
}
.lightbox-prod02__line {
  margin-top: 14px;
  margin-bottom: 37px;
}
.lightbox-prod02__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 400;
  margin-top: 2.75rem;
  overflow: auto;
  height: 251.96px;
}
@media (max-width: 991.98px) {
  .lightbox-prod02__paragraph {
    text-align: left;
    font: 0.875rem "Montserrat", sans-serif, arial;
    margin-top: 2.79rem;
  }
}
.lightbox-prod02__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 400;
  line-height: 1.75rem !important;
  margin-bottom: 0;
}
.lightbox-prod02__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
}
.lightbox-prod02__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
}
.lightbox-prod02__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #26231D;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.lightbox-prod02__cta {
  margin-right: auto;
  margin-top: 3.19rem;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  display: table;
  padding: 0.65rem 5.35rem;
  background-color: #B59754;
  border-radius: 1.34375rem;
}
@media (max-width: 991.98px) {
  .lightbox-prod02__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    margin-top: 3.75rem;
    padding: 0.65rem 2.35rem;
  }
}
.lightbox-prod02__cta:hover {
  color: #fff;
  background-color: #000;
}
.lightbox-prod02__cta:hover .lightbox-prod02__cta__icon {
  filter: invert(1) grayscale(1);
}
.lightbox-prod02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 42px;
  height: 42px;
}
.lightbox-prod02 .carousel__button.is-close svg {
  display: none;
}
.lightbox-prod02 .carousel__button.is-close::before {
  display: block;
  content: "";
  background-image: url(../images/close-side-prod02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
}
@media (max-width: 991.98px) {
  .lightbox-prod02 .carousel__button.is-close::before {
    filter: brightness(10) saturate(0.1) contrast(10);
  }
}
.lightbox-prod02 .fancybox__backdrop {
  background: #26231D !important;
}
@media (max-width: 991.98px) {
  .lightbox-prod02 {
    text-align: center;
  }
}

/* BEGIN STYLE */
.topi08 {
  position: relative;
  padding: 60px 0 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(181, 151, 84, 0.3);
}
@media (max-width: 767.98px) {
  .topi08 .container--topi08 {
    max-width: 90% !important;
  }
}
.topi08__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 4.875rem;
  opacity: 0;
  transition: all 2s ease;
}
.topi08__header.animate {
  animation: slideInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .topi08__header {
    align-items: center;
    margin-bottom: 2.875rem;
  }
}
.topi08__header__title {
  color: #26231D;
  font-size: 2.5rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .topi08__header__title {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}
.topi08__header__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #5B5C53;
  text-align: left;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .topi08__header__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.topi08__header__line {
  width: 100%;
  border-top: 1px solid #26231D;
  margin-bottom: 49px;
}
.topi08__header__desc {
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 42.875rem;
}
.topi08__header__desc p {
  color: #000;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  line-height: 1.375rem !important;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .topi08__header__desc p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.topi08 .carousel-group {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: center;
}
.topi08__item {
  position: relative;
  width: 100%;
  border-radius: 1.313rem;
  overflow: hidden;
  height: 22.125rem;
  opacity: 0;
  transition: all 2s ease;
}
.topi08__item .link-full {
  z-index: 300;
}
.topi08__item--edit {
  width: 100%;
  max-width: 24%;
}
@media (max-width: 575.98px) {
  .topi08__item--edit {
    max-width: 100%;
  }
}
.topi08__item.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.topi08__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-box-topi08.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.topi08__item:hover .topi08__item__bg {
  transition: all 0.5s ease;
  transform: scale(1.05);
}
.topi08__item__bg {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 11;
  inset: 0;
  transition: all 0.5s ease;
  transform: scale(1);
}
.topi08__item__content {
  z-index: 100;
  padding: 0 23px 25px 37px;
  align-items: center;
  justify-content: flex-end;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  position: relative;
}
.topi08__item__title {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #F4EFEA;
  position: relative;
  margin-bottom: 0;
}
.topi08__item__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  font: 1rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-align: left;
}
.topi08__item__desc p {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-align: left;
}
.topi08__item:hover .topi08__item__desc {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
.topi08__item__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: end;
  white-space: nowrap;
  background-color: #F4EFEA;
  padding: 4px 19px;
  margin: 0 0 0 auto;
  gap: 7px;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  font-size: 0.6875rem;
  color: #26231D;
}
.topi08__item__cta:hover {
  background-color: #26231D;
  color: #F4EFEA;
}
.topi08__item__cta__icon {
  height: 10px;
  width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.topi08__item__cta:hover .topi08__item__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.topi08__carousel .owl-dots {
  display: flex !important;
  justify-content: flex-start;
  margin-top: 3.313rem;
}
.topi08__carousel .owl-dots .owl-dot {
  background-color: #5B5C53;
}
.topi08__carousel .owl-dots .owl-dot.active {
  background-color: #B59754;
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.cont08 {
  padding: 7.19rem 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0 8.37rem;
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .cont08 {
    padding: 4.81rem 1.13rem 4.47rem 1.13rem;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 3.62rem 0;
    flex-direction: column-reverse;
  }
}
.cont08__image {
  width: 100%;
  max-width: 512px;
  height: 439px;
  margin: 0;
  align-self: flex-end;
  opacity: 0;
  transition: all 2s ease;
}
.cont08__image.animate {
  animation: slideInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.cont08__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .cont08__image__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 991.98px) {
  .cont08__image {
    max-width: 100%;
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .cont08__image {
    max-width: 477px;
    height: 436px;
    margin-right: -16px;
  }
}
.cont08__information {
  width: 100%;
  max-width: 37.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  padding-left: 6.5rem;
}
@media (max-width: 991.98px) {
  .cont08__information {
    max-width: 100%;
    padding-left: 0;
  }
}
.cont08__information__header {
  opacity: 0;
  transition: all 2s ease;
}
.cont08__information__header.animate {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.cont08__information__header__title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cont08__information__header__title {
    font-size: 1.875rem;
  }
}
.cont08__information__header__subtitle {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #26231D;
}
@media (max-width: 767.98px) {
  .cont08__information__header__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.cont08__information__header__line {
  margin-bottom: 16px;
  height: 1px;
  color: #B59754;
}
.cont08__information__description {
  margin-top: 2rem;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #26231D;
  line-height: 1.75rem;
  opacity: 0;
  transition: all 2s ease;
}
.cont08__information__description.animate {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.cont08__information__description p {
  margin-bottom: 0;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  line-height: 1.75rem !important;
}
@media (max-width: 991.98px) {
  .cont08__information__description p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cont08__information__content {
  margin-top: 3.25rem;
}
.cont08__information__content__carousel {
  width: 430px;
}
.cont08__information__content__carousel .owl-nav {
  justify-content: start;
  display: none !important;
}
.cont08__information__content__carousel .owl-nav .owl-prev,
.cont08__information__content__carousel .owl-nav .owl-next {
  background-color: #5B5C53 !important;
}
.cont08__information__content__carousel .owl-nav .owl-prev:hover,
.cont08__information__content__carousel .owl-nav .owl-next:hover {
  background-color: #26231D !important;
}
.cont08__information__content__carousel .owl-dots {
  display: none !important;
  justify-content: start;
}
.cont08__information__content__carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #5B5C53;
}
.cont08__information__content__carousel .owl-dots .owl-dot.active, .cont08__information__content__carousel .owl-dots .owl-dot:hover {
  background-color: #26231D;
}
.cont08__information__content__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 0;
  padding: 1.2rem 1.88rem;
  min-height: 10.3125rem;
  border: 1px solid #B59754;
  border-radius: 0.875rem;
  width: 99%;
  opacity: 0;
  transition: all 2s ease;
}
.cont08__information__content__item.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.cont08__information__content__item:hover {
  background-color: #B59754;
  transition: all 0.5s ease;
}
.cont08__information__content__item:hover .cont08__information__content__item__icon {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: all 0.5s ease;
}
.cont08__information__content__item__icon {
  width: 56px !important;
  height: 56px !important;
  transition: all 0.5s ease;
}
.cont08__information__content__item:hover .cont08__information__content__item__description p {
  color: #fff;
  transition: all 0.5s ease;
}
.cont08__information__content__item__description {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 700;
  letter-spacing: 0.2px;
  max-width: 166px;
  text-align: center;
}
.cont08__information__content__item__description p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  line-height: 1.375rem !important;
  transition: all 0.5s ease;
}
.cont08__information__cta {
  margin: 48px 2.5vw 0 0;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  color: #000;
  padding: 8px 48px;
  text-decoration: none;
}
.cont08__information__cta__icon {
  width: 24px;
  height: 24px;
}
.cont08__information__cta:hover {
  color: #fff;
  background-color: #000;
}
.cont08__information__cta:hover .cont07__cta__icon {
  filter: invert(1) grayscale(1);
}
@media (max-width: 991.98px) {
  .cont08__information__cta {
    align-self: center;
  }
}

/* BEGIN STYLE */
.carousel-bran01 .owl-dots {
  display: none !important;
}

.BRAN01_custom__page .bran01 .container--bran01 {
  padding: 8.12rem 0 10.06rem 0 !important;
}
@media (max-width: 575.98px) {
  .BRAN01_custom__page .bran01 .container--bran01 {
    padding: 5.06rem 0 5.52rem 0 !important;
  }
}

@media (max-width: 575.98px) {
  .BRAN01_custom__page .bran01 .bran01__content {
    margin-top: 48px;
    padding-left: 1.2rem;
  }
}

.bran01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bran01__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.bran01 .container--bran01 {
  padding: 8.88rem 0 11.12rem 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .bran01 .container--bran01 {
    padding: 6.44rem 1.13rem 7.77rem 1.13rem !important;
  }
}
@media (max-width: 575.98px) {
  .bran01 .container--bran01 {
    padding: 0.44rem 1.13rem 4.77rem 1.13rem !important;
  }
}
.bran01__encompass {
  z-index: 100;
  position: relative;
}
.bran01__encompass__title {
  font-size: 2.5rem;
  color: #26231D;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .bran01__encompass__title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.bran01__encompass__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .bran01__encompass__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.bran01__encompass__line {
  margin: 24.99px 0 30px 0;
}
@media (max-width: 991.98px) {
  .bran01__encompass__line {
    margin: 23px 0;
  }
}
.bran01__encompass__paragraph {
  color: #26231D;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .bran01__encompass__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01__encompass__paragraph p {
  color: #26231D;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .bran01__encompass__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01__content {
  margin-top: 5.5rem;
  padding-left: 5.94rem;
}
@media (max-width: 991.98px) {
  .bran01__content {
    margin-top: 48px;
    padding-left: 0;
  }
}
.bran01__box {
  width: 14.87rem;
  opacity: 0;
  transition: all 2s ease;
}
.bran01__box.animate {
  animation: slideInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.bran01__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.8125rem;
  background-color: transparent;
  border: 1px solid #5B5C53;
  border-radius: 1.375rem;
}
@media (max-width: 575.98px) {
  .bran01__box__content {
    height: 5.63919rem;
  }
}
.bran01__box:hover .bran01__box__image img {
  transform: scale(1.03);
  z-index: 1;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bran01__box__image {
  width: 10.6875rem;
  height: 100px;
}
@media (max-width: 575.98px) {
  .bran01__box__image {
    width: 8.84675rem;
    height: 80px;
  }
}
.bran01__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease;
}
.bran01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #F4EFEA;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-top: 24px;
  align-self: center;
}
@media (max-width: 575.98px) {
  .bran01__cta {
    margin-top: -32px;
    z-index: 100;
    position: relative;
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    margin-top: -34px;
    width: 147px;
    width: 147px;
  }
}
.bran01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.bran01__cta:hover {
  color: #fff;
  background-color: #000;
}
.bran01__cta:hover .bran01__cta__icon {
  filter: invert(1) grayscale(1);
}

.bran01-page__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bran01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.bran01-page__header .container--bran01-page {
  padding: 51px 0 46px 0;
  z-index: 100;
  position: relative;
}
@media (max-width: 991.98px) {
  .bran01-page__header .container--bran01-page {
    padding: 37px 34px 58.16px 34px;
  }
}
.bran01-page__header__title {
  font-size: 3.125rem;
  color: #26231D;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .bran01-page__header__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0px;
  }
}
.bran01-page__header__subtitle {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #5B5C53;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 991.98px) {
  .bran01-page__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.bran01-page__header__line {
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .bran01-page__header__line {
    margin: 23px 0;
  }
}
.bran01-page__header__paragraph {
  color: #26231D;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .bran01-page__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__header__paragraph p {
  color: #26231D;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .bran01-page__header__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__title {
  font-size: 2.5rem;
  color: #26231D;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .bran01-page__encompass__title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #5B5C53;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 991.98px) {
  .bran01-page__encompass__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__line {
  margin: 24.99px 0 30px 0;
}
@media (max-width: 991.98px) {
  .bran01-page__encompass__line {
    margin: 23px 0;
  }
}
.bran01-page__encompass__paragraph {
  color: #B59754;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .bran01-page__encompass__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__paragraph p {
  color: #B59754;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .bran01-page__encompass__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page .row--bran01-page {
  margin-top: 58.01px;
  display: flex;
  gap: 21.44px 0;
}
.bran01-page .container--bran01-page__main {
  padding: 47px 0 123.16px 0;
}
@media (max-width: 991.98px) {
  .bran01-page .container--bran01-page__main {
    padding: 47px 34px 123.16px 34px;
  }
}
@media (max-width: 575.98px) {
  .bran01-page__box {
    padding: 0 !important;
  }
}
.bran01-page__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136.84px;
  background-color: #F4EFEA;
  width: 100%;
}
.bran01-page__box__image {
  width: 62.29px;
  height: 62.29px;
}
.bran01-page__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.topi11 {
  padding-top: 6.75rem;
  background-color: #F4EFEA;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .topi11 {
    padding-top: 6.13rem;
  }
}
@media (max-width: 991.98px) {
  .topi11 .container--topi11 {
    max-width: 90% !important;
  }
}
@media (max-width: 991.98px) {
  .topi11__wrapper__row {
    margin: 0 auto;
  }
}
.topi11__wrapper__header {
  text-align: center;
  opacity: 0;
  transition: all 2s ease;
}
.topi11__wrapper__header.animate {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.topi11__wrapper__header__title {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: 0.63rem 4.48rem;
  min-height: 2.5625rem;
  display: table;
  border: 1px solid #B59754;
  border-radius: 3.8rem;
  margin-bottom: 1.38rem;
}
@media (max-width: 991.98px) {
  .topi11__wrapper__header__title {
    font-size: 1.063rem;
    padding: 0.63rem 4.08rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.topi11__wrapper__header__subtitle {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #26231D;
  max-width: 31.375rem;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .topi11__wrapper__header__subtitle {
    font-size: 1.875rem;
  }
}
.topi11__wrapper__header__line {
  margin-top: 17px;
}
.topi11__wrapper__header__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #B59754;
  width: 100%;
  max-width: 890px;
  display: table;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .topi11__wrapper__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi11__wrapper__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.topi11__wrapper__image {
  height: auto;
  padding: 0;
  position: relative;
  opacity: 0;
  transition: all 2s ease;
}
.topi11__wrapper__image.animate {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.topi11__wrapper__image img {
  width: 35.75rem;
  height: 30.625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .topi11__wrapper__image img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: inherit;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 575.98px) {
  .topi11__wrapper__image img {
    width: 622px;
    left: -107px;
    height: 100%;
    position: relative;
    bottom: inherit;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.topi11__wrapper__items {
  padding-right: 4.38rem;
  padding-top: 0;
  padding-left: 6.62rem;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .topi11__wrapper__items {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.topi11__wrapper .accordion {
  gap: 1rem 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 6.13rem;
  padding-top: 4.62rem;
}
@media (max-width: 991.98px) {
  .topi11__wrapper .accordion {
    padding-top: 2.91rem;
    padding-bottom: 4.02rem;
  }
}
.topi11__wrapper__item {
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  opacity: 0;
  transition: all 2s ease;
}
.topi11__wrapper__item.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.topi11__wrapper__item .accordion-button {
  border: none !important;
  box-shadow: none !important;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  transition: all 0.5s ease;
  width: 100%;
  height: 3.0625rem;
  background: #fff !important;
  padding: 0.69rem 2.12rem !important;
  border-radius: 1.53125rem !important;
}
@media (max-width: 991.98px) {
  .topi11__wrapper__item .accordion-button {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
  }
}
@media (max-width: 575.98px) {
  .topi11__wrapper__item .accordion-button {
    padding: 2.9rem 1.12rem !important;
  }
}
.topi11__wrapper__item .accordion-button::after {
  background-image: url(../images/nav-duvidas.png);
  width: 26px;
  height: 26px;
  margin-right: 1px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topi11__wrapper__item .accordion-button:not(.collapsed) {
  background-color: #B59754 !important;
  color: #fff !important;
}
.topi11__wrapper__item .accordion-button:not(.collapsed)::after {
  filter: brightness(10) saturate(0.1) contrast(10);
  transform: rotate(180deg) !important;
}
.topi11__wrapper__item .accordion-collapse {
  border-radius: 0rem 0rem 0.6875rem 0.6875rem;
  background: #fff;
  margin-top: -20px;
  padding: 1.56rem 2.12rem;
  padding-top: 2.03rem;
}
.topi11__wrapper__item .accordion-collapse .accordion-body {
  padding: 0 !important;
}
.topi11__wrapper__item .accordion-collapse .accordion-body p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5625rem !important;
}
@media (max-width: 991.98px) {
  .topi11__wrapper__item .accordion-collapse .accordion-body p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.topi11__wrapper__image__img {
  width: 100%;
}

/* BEGIN STYLE */
#TOPI10 {
  padding: 6.19rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #TOPI10 {
    padding: 6.05rem 0 7.5rem 0;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  #TOPI10 .container {
    padding-left: 1.3rem !important;
  }
}
@media (max-width: 575.98px) {
  #TOPI10 .container {
    padding-left: 0rem !important;
    max-width: 90% !important;
  }
}
#TOPI10 .header-topic {
  text-align: center;
}
#TOPI10 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI10 .header-topic .container-title .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif, arial;
  color: #26231D;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #TOPI10 .header-topic .container-title .title {
    font-size: 1.875rem;
  }
}
#TOPI10 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif, arial;
  color: #5B5C53;
  display: block;
}
@media (max-width: 991.98px) {
  #TOPI10 .header-topic .container-title .subtitle {
    font-size: 1.125rem;
  }
}
#TOPI10 .header-topic .paragraph {
  max-width: 42.875rem;
  margin: 0 auto;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  #TOPI10 .header-topic .paragraph {
    font: 90%;
    width: 0.938rem "Montserrat", sans-serif, arial;
  }
}
#TOPI10 .header-topic .line {
  background-color: #26231D;
}
@media (max-width: 991.98px) {
  #TOPI10 .owl-stage-outer {
    padding: 0;
  }
}
#TOPI10 .container-box {
  margin-top: 50px;
  gap: 20px 0;
}
@media (max-width: 991.98px) {
  #TOPI10 .container-box {
    margin: 0 auto;
    margin-top: 0;
  }
}
#TOPI10 .container-box .box-topic {
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}
@media (max-width: 575.98px) {
  #TOPI10 .container-box .box-topic {
    width: 100%;
    padding: 0;
  }
}
#TOPI10 .container-box .box-topic:hover .content {
  background-color: #B59754;
}
#TOPI10 .container-box .box-topic .content {
  padding: 1.25rem 2.81rem;
  border-radius: 3.8125rem;
  background: #F4EFEA;
  gap: 0 0.69rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  #TOPI10 .container-box .box-topic .content {
    align-items: flex-start;
  }
}
#TOPI10 .container-box .box-topic .content:hover .image img {
  filter: brightness(10) saturate(0.1) contrast(10);
}
#TOPI10 .container-box .box-topic .content .image {
  width: 2.875rem;
  height: 2.5rem;
  margin: auto;
}
@media (max-width: 575.98px) {
  #TOPI10 .container-box .box-topic .content .image {
    width: 3.25rem;
    height: 2.8125rem;
    margin: initial;
  }
}
#TOPI10 .container-box .box-topic .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#TOPI10 .container-box .box-topic .content:hover .description .title, #TOPI10 .container-box .box-topic .content:hover .description .paragraph {
  color: #fff;
}
#TOPI10 .container-box .box-topic .content .description {
  width: 75%;
}
#TOPI10 .container-box .box-topic .content .description .title {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #000;
  font-weight: 700;
  line-height: 1.05rem;
  margin-bottom: 0.25rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  #TOPI10 .container-box .box-topic .content .description .title {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
  }
}
#TOPI10 .container-box .box-topic .content .description .paragraph {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #000;
  font-weight: 400;
  line-height: 1.1875rem !important;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #TOPI10 .container-box .box-topic .content .description .paragraph {
    font: 0.813rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
#TOPI10 .container-box .box-topic .content:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#TOPI10 .carousel-topi10 .owl-nav {
  display: none !important;
}
#TOPI10 .carousel-topi10 .owl-dots {
  display: none !important;
  gap: 0 0.69rem;
  align-items: center;
  margin-top: 3.88rem;
}
@media (max-width: 991.98px) {
  #TOPI10 .carousel-topi10 .owl-dots {
    display: flex !important;
    width: 90%;
  }
}
#TOPI10 .carousel-topi10 .owl-dots .owl-dot {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #E3DCD3;
  border-radius: 100%;
  margin: 0 !important;
}
#TOPI10 .carousel-topi10 .owl-dots .owl-dot.active {
  background-color: #26231D;
}

/* BEGIN STYLE */
.TOPI03_custom__page .topi03 {
  background-color: #F4EFEA;
}

.TOPI03_custom__page .topi03 .container--topi03 {
  padding: 7.19rem 0 7.25rem 0;
}

.topi03 .container--topi03 {
  padding: 9.56rem 0 9rem 0;
}
@media (max-width: 991.98px) {
  .topi03 .container--topi03 {
    max-width: 90% !important;
    padding: 4.56rem 0 5.17rem 0 !important;
  }
}
.topi03 .header-topic {
  text-align: center;
  opacity: 0;
  transition: all 2s ease;
}
.topi03 .header-topic.animate {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.topi03 .container-title .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi03 .container-title .title {
    font-size: 1.875rem;
  }
}
.topi03 .container-title .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif, arial;
  color: #5B5C53;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi03 .container-title .subtitle {
    font-size: 1.125rem;
  }
}
.topi03 .paragraph {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5625rem !important;
  max-width: 27.375rem;
  margin: 0 auto;
  margin-top: 1.62rem;
  text-align: center;
  color: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi03 .paragraph {
    font: 90%;
    width: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.topi03 .paragraph p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5625rem !important;
  color: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi03 .paragraph p {
    font: 90%;
    width: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.topi03 .line {
  background-color: #26231D;
}
.topi03 .container-box {
  margin-top: 0.38rem;
}
.topi03 .container-box .box-topic {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  padding-top: 3rem;
  opacity: 0;
  transition: all 2s ease;
}
.topi03 .container-box .box-topic.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.topi03 .container-box .box-topic:hover .content .container-info .image {
  width: 18.6875rem;
  height: 18.6875rem;
  transition: all 0.9s ease;
}
.topi03 .container-box .box-topic:hover .content .container-info .description .title svg path {
  fill: #B59754;
  transition: all 0.9s ease;
}
.topi03 .container-box .box-topic .content {
  padding: 0 20px;
}
.topi03 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
}
.topi03 .container-box .box-topic .content .container-info .image {
  width: 16.3125rem;
  height: 16.3125rem;
  border-radius: 18.6875rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  transition: all 0.9s ease;
}
.topi03 .container-box .box-topic .content .container-info .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.topi03 .container-box .box-topic .content .container-info .description {
  text-align: center;
}
.topi03 .container-box .box-topic .content .container-info .description .title {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #000;
  font-weight: 600;
  line-height: 1.875rem !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.31rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi03 .container-box .box-topic .content .container-info .description .title {
    font-size: 1.125rem;
  }
}
.topi03 .container-box .box-topic .content .container-info .description .title svg path {
  fill: #5B5C53;
  transition: all 0.9s ease;
}
.topi03 .container-box .box-topic .content .container-info .description .paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  color: #000;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.75rem !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi03 .container-box .box-topic .content .container-info .description .paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.topi03 .cta {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1.12rem;
  margin-top: -18px;
  justify-content: flex-end;
  margin-left: auto;
  width: auto;
  position: relative;
}
.topi03 .cta::after {
  content: "";
  width: 2.9375rem;
  height: 0.125rem;
  background-color: #26231D;
  display: block;
  border-radius: 1.34375rem;
}
.topi03 .cta:hover {
  color: #B59754;
  transition: all 0.5s ease;
}
.topi03 .cta:hover::after {
  background-color: #B59754;
  transition: all 0.5s ease;
}
.topi03 .carousel-topic03 .owl-nav {
  display: none !important;
}
.topi03 .carousel-topic03 .owl-dots {
  display: flex !important;
  gap: 0 0.69rem;
  align-items: center;
  margin-top: 3.75rem;
}
.topi03 .carousel-topic03 .owl-dots .owl-dot {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #E3DCD3;
  border-radius: 100%;
  margin: 0 !important;
}
.topi03 .carousel-topic03 .owl-dots .owl-dot.active {
  background-color: #26231D;
}

/* BEGIN STYLE */
.gall01 .container--gall01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.94rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .gall01 .container--gall01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.44rem;
  }
}
.gall01__box {
  opacity: 0;
  transition: all 2s ease;
}
.gall01__box.animate {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.gall01__box:first-child, .gall01__box:last-child {
  grid-column: span 2;
}
.gall01__box:hover .gall01__box__image img {
  transform: scale(1.01);
  z-index: 100;
  transition: all 0.5s ease;
}
.gall01__box__image {
  width: 100%;
  height: 18.625rem;
}
.gall01__box__image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  transition: all 0.5s ease;
}

/* BEGIN STYLE */
.feed05 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.feed05 .container--feed05 {
  padding: 9.12rem 0 7.63rem 0;
}
@media (max-width: 991.98px) {
  .feed05 .container--feed05 {
    padding: 4.25rem 0 5.63rem 0 !important;
    max-width: 90% !important;
  }
}
.feed05__header {
  opacity: 0;
  transition: all 2s ease;
}
.feed05__header.animate {
  animation: fadeInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.feed05__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.69rem;
  color: #26231D;
  text-align: center;
}
@media (max-width: 767.98px) {
  .feed05__title {
    font-size: 1.875rem;
  }
}
.feed05__line {
  width: 100%;
  border-top: 1px solid #000;
  margin: 40px auto 60px auto;
  opacity: 1;
}
.feed05__paragraph {
  max-width: 29.6875rem;
  margin: 0 auto;
}
.feed05__paragraph p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  line-height: 1.125rem !important;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
.feed05__main {
  margin-top: 3.62rem;
}
.feed05__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 991.98px) {
  .feed05__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.feed05__item.animate {
  animation: fadeInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.feed05__item:hover .feed05__item__left__avatar img {
  transform: scale(1.03);
  z-index: 1;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feed05__item__left {
  position: relative;
  width: 8.875rem;
  height: 8.8125rem;
}
.feed05__item__left__avatar {
  width: 8.875rem;
  height: 8.8125rem;
  border-radius: 8.875rem;
  overflow: hidden;
  position: relative;
}
.feed05__item__left__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .feed05__item__left__avatar {
    width: 156px !important;
  }
}
.feed05__item__left__dog {
  width: 5.125rem;
  height: 4.9375rem;
  border-radius: 5.125rem;
  overflow: hidden;
  position: absolute;
  right: -23px;
  bottom: 0;
}
.feed05__item__left__dog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.feed05__item__right {
  padding-left: 2.87rem;
  width: auto;
  text-align: left;
}
@media (max-width: 991.98px) {
  .feed05__item__right {
    padding-left: 0;
    width: auto;
    text-align: center;
    margin-top: 1.94rem;
  }
}
.feed05__item__right__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  line-height: 1.875rem;
  margin-bottom: 0.81rem;
}
@media (max-width: 767.98px) {
  .feed05__item__right__title {
    font: 1.125rem;
  }
}
.feed05__item__right__text p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  line-height: 1.125rem !important;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .feed05__item__right__text p {
    font: 0.813rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.feed05__carousel .owl-nav {
  display: none !important;
}
.feed05__carousel .owl-dots {
  display: flex !important;
  gap: 0 0.69rem;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .feed05__carousel .owl-dots {
    margin-top: 3.44rem;
  }
}
.feed05__carousel .owl-dots .owl-dot {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #E3DCD3;
  border-radius: 100%;
  margin: 0 !important;
}
.feed05__carousel .owl-dots .owl-dot.active {
  background-color: #26231D;
}

/* BEGIN STYLE */
.abou01 {
  text-align: center;
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .abou01 {
    padding: 40px 0;
  }
}
.abou01__title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  display: block;
}
@media (max-width: 991.98px) {
  .abou01__title {
    font-size: 1.875rem;
  }
}
.abou01__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  display: block;
}
@media (max-width: 991.98px) {
  .abou01__subtitle {
    font-size: 1.125rem;
  }
}
.abou01__line {
  width: 100%;
  background-color: #26231D;
  margin: 30px 0;
}
.abou01__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #26231D;
  line-height: 25px;
}
@media (max-width: 991.98px) {
  .abou01__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.abou01__cta {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 30px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #E3DCD3;
}
.abou01__cta:hover {
  color: #fff;
  background-color: #000;
}
.abou01__cta:hover .abou01__cta__icon {
  filter: invert(1) grayscale(1);
}
@media (max-width: 991.98px) {
  .abou01__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}

.abou01-page__header {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 21.125rem;
  position: relative;
  margin-top: 112px;
}
.abou01-page__header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 -21.09%, rgba(0, 0, 0, 0) 63.51%);
}
.abou01-page__header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 100;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .abou01-page__header .container {
    max-width: 90% !important;
  }
}
.abou01-page__header__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 100;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.abou01-page__header__title {
  font-size: 3.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .abou01-page__header__title {
    font-size: 2.5rem;
  }
}
.abou01-page__header__subtitle {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 500;
  display: block;
  text-align: left;
}
@media (max-width: 991.98px) {
  .abou01-page__header__subtitle {
    font-size: 1.063rem;
    max-width: 11.625rem;
  }
}
.abou01-page__header__line {
  width: 100%;
  max-width: 610px;
  background-color: #26231D;
}
.abou01-page__main {
  padding-top: 6.48rem;
  padding-bottom: 11.48rem;
}
@media (max-width: 991.98px) {
  .abou01-page__main {
    padding-top: 3.94rem;
    padding-bottom: 6.25rem;
  }
}
.abou01-page__main__content {
  display: flex;
  align-items: center;
  gap: 0 11.5rem;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__main__content {
    flex-direction: column-reverse;
    gap: 1.25rem 0;
    max-width: 90% !important;
  }
}
.abou01-page__main__content__image {
  position: relative;
  max-width: 348px;
  width: 100%;
  margin-left: 5rem;
  opacity: 0;
  transition: all 2s ease;
}
@media (max-width: 767.98px) {
  .abou01-page__main__content__image {
    margin-left: 0;
  }
}
.abou01-page__main__content__image.animate {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.abou01-page__main__content__image:before {
  content: "";
  background-image: url(../images/firula1-cont02.png);
  position: absolute;
  left: -28vh;
  top: 0;
  width: 23.52506rem;
  height: 26.123rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .abou01-page__main__content__image:before {
    width: 14.52506rem;
  }
}
.abou01-page__main__content__image:after {
  content: "";
  background-image: url(../images/firula2-cont02.png);
  position: absolute;
  right: 24px;
  bottom: -35px;
  width: 5.80094rem;
  height: 5.72656rem;
  transform: rotate(-2.705deg);
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
.abou01-page__main__content__image img {
  max-width: 348px;
  width: 100%;
  height: 416px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
  position: relative;
}
@media (max-width: 767.98px) {
  .abou01-page__main__content__image img {
    width: 100%;
  }
}
.abou01-page__main__content__description {
  width: 58.33333333%;
  margin-top: 4rem;
  opacity: 0;
  transition: all 2s ease;
  padding-right: 1rem;
}
.abou01-page__main__content__description.animate {
  animation: fadeInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .abou01-page__main__content__description {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.abou01-page__main__content__description__title {
  font-size: 1.125rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  border-radius: 1.34375rem;
  margin-bottom: 2.15rem;
  padding: 0.56rem;
  background-color: #F4EFEA;
  min-width: 21.625rem;
  display: table;
  text-align: center;
}
@media (max-width: 991.98px) {
  .abou01-page__main__content__description__title {
    font-size: 1.063rem;
    margin-bottom: 1.54rem;
  }
}
.abou01-page__main__content__description__subtitle {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  font-weight: 700;
  max-width: 35.875rem;
  margin-bottom: 2.23rem;
}
@media (max-width: 991.98px) {
  .abou01-page__main__content__description__subtitle {
    font-size: 1.875rem;
  }
}
.abou01-page__main__content__description__line {
  width: 100%;
  background-color: #26231D;
}
.abou01-page__main__content__description__paragraph {
  color: #000;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  line-height: 1.75rem !important;
}
.abou01-page__main__content__description__paragraph b, .abou01-page__main__content__description__paragraph strong {
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.375rem;
  display: block;
  line-height: 1.875rem;
}
@media (max-width: 991.98px) {
  .abou01-page__main__content__description__paragraph b, .abou01-page__main__content__description__paragraph strong {
    font-size: 1.075rem;
  }
}
.abou01-page__main__content__description__paragraph p {
  color: #000;
  font-weight: 400;
  font: 1rem "Montserrat", sans-serif, arial;
  line-height: 1.75rem !important;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__main__content__description__paragraph p {
    font-size: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.abou01-page__topic {
  padding: 6.62rem 0;
  background-color: #E3DCD3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.abou01-page__topic__content {
  background-color: #fff;
  padding: 3.75rem 1.94rem 1.87rem 1.94rem;
  min-height: 100%;
  border-radius: 1.6875rem;
}
.abou01-page__topic__content:hover {
  transform: scale(1.01);
}
.abou01-page__topic .carousel-abou01-topic {
  gap: 25px 0;
}
@media (max-width: 991.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    margin: 0 auto;
  }
}
.abou01-page__topic__item {
  padding: 0.78rem;
  opacity: 0;
  transition: all 2s ease;
}
.abou01-page__topic__item.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
.abou01-page__topic__item__icon {
  width: 4.72556rem !important;
  height: 4.2845rem;
  margin-bottom: 1.78rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.abou01-page__topic__item__title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #B59754;
  font-family: "Montserrat", sans-serif, arial;
  margin-bottom: 1.44rem;
}
@media (max-width: 991.98px) {
  .abou01-page__topic__item__title {
    font-size: 1.563rem;
  }
}
.abou01-page__topic__item__paragraph p {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  line-height: 1.5625rem !important;
  text-align: center;
}
@media (max-width: 991.98px) {
  .abou01-page__topic__item__paragraph p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 991.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    margin: 0 auto;
  }
}
.abou01-page__topic .carousel-abou01-topic .owl-stage-outer {
  padding: 0;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot.active, .abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot:hover {
  background-color: #B59754;
}
.abou01-page__section {
  padding: 68px 0 0 0;
}
@media (max-width: 991.98px) {
  .abou01-page__section .container-fluid {
    max-width: 90% !important;
  }
}
@media (max-width: 991.98px) {
  .abou01-page__section__row {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
.abou01-page__section__image {
  width: 100%;
  max-width: 33.25625rem;
  height: 31.57944rem;
  padding: 0;
  opacity: 0;
  transition: all 2s ease;
}
.abou01-page__section__image.animate {
  animation: fadeInLeft;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .abou01-page__section__image {
    margin-top: 6.59rem;
    width: auto;
    max-width: initial;
    height: auto;
  }
}
.abou01-page__section__image__item {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .abou01-page__section__image__item {
    width: 123%;
    left: -50px;
    position: relative;
    height: auto;
  }
}
.abou01-page__section__description {
  width: 58%;
  padding-left: 6.43rem;
  padding-right: 8.5rem;
  opacity: 0;
  transition: all 2s ease;
}
.abou01-page__section__description.animate {
  animation: fadeInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .abou01-page__section__description {
    padding: 0;
    width: 100%;
  }
}
.abou01-page__section__description__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26231D;
  display: block;
  font-family: "Montserrat", sans-serif, arial;
}
@media (max-width: 991.98px) {
  .abou01-page__section__description__title {
    font-size: 1.875rem;
  }
}
.abou01-page__section__description__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #26231D;
}
@media (max-width: 991.98px) {
  .abou01-page__section__description__subtitle {
    font-size: 1.125rem;
  }
}
.abou01-page__section__description__line {
  width: 100%;
  background-color: #B59754;
}
.abou01-page__section__description__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #26231D;
  line-height: 1.75rem !important;
  margin-top: 2.25rem;
}
@media (max-width: 767.98px) {
  .abou01-page__section__description__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.abou01-page__section__description__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #26231D;
  line-height: 1.75rem !important;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .abou01-page__section__description__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}

/* BEGIN STYLE */
.blog01 {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .blog01 {
    padding: 50px 20px;
  }
}
.blog01__header {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  .blog01__header {
    margin-bottom: 40px;
  }
}
.blog01__header__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26231D;
  display: block;
}
@media (max-width: 767.98px) {
  .blog01__header__title {
    font-size: 1.875rem;
  }
}
.blog01__header__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5B5C53;
}
@media (max-width: 767.98px) {
  .blog01__header__subtitle {
    font-size: 1.125rem;
  }
}
.blog01__header__line {
  background-color: #26231D;
  width: 100%;
  display: block;
  margin: 17px 0 30px;
}
.blog01__header__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #B59754;
}
@media (max-width: 767.98px) {
  .blog01__header__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (max-width: 767.98px) {
  .blog01__boxs {
    margin: 0;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767.98px) {
  .blog01__boxs .owl-stage-outer {
    padding: 0;
    overflow: visible;
  }
}
.blog01__boxs__carousel .owl-dots {
  text-align: center;
  margin-top: 56px;
  justify-content: flex-start;
}
.blog01__boxs__carousel .owl-dots .owl-dot {
  width: 33.4px;
  height: 21px;
  display: inline-block;
  background-color: #ccc;
  margin: 0 6px;
  border-radius: 0;
}
.blog01__boxs__carousel .owl-dots .owl-dot.active {
  background-color: #3f3f3f;
}
.blog01__boxs__carousel .owl-dots .owl-dot:hover {
  background-color: #3f3f3f;
}
.blog01__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01__boxs__item__image {
  margin-bottom: 0;
  height: 285px;
  display: block;
}
.blog01__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01__boxs__item__description {
  height: 107px;
  background-color: #e6e6e6;
  padding: 0 20px;
}
.blog01__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  .blog01__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01__boxs__item__icon {
  width: 34px !important;
}
.blog01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #F4EFEA;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin: 24px 0 0 auto;
}
@media (max-width: 767.98px) {
  .blog01__cta {
    margin-top: -32px;
    position: relative;
    z-index: 100;
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    width: 147px;
  }
}
.blog01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog01__cta:hover {
  color: #fff;
  background-color: #000;
}
.blog01__cta:hover .blog01__cta__icon {
  filter: invert(1) grayscale(1);
}

.blog01-page > .container {
  max-width: 90% !important;
}
.blog01-page__header {
  height: 5.1875rem;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 112px;
}
.blog01-page__header > .container {
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .blog01-page__header > .container {
    max-width: 90% !important;
  }
}
.blog01-page__header__title {
  font-size: 1.875rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 575.98px) {
  .blog01-page__header__title {
    font-size: 1.563rem;
  }
}
.blog01-page__category {
  display: flex;
  align-items: center;
  gap: 0 1.06rem;
  padding-top: 2.69rem;
  opacity: 0;
  transition: all 2s ease;
  flex-wrap: wrap;
}
.blog01-page__category.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .blog01-page__category {
    display: none !important;
  }
}
.blog01-page__category__item {
  list-style: none;
  background-color: transparent;
  border-radius: 3.8125rem;
  padding: 0.67rem 2.35rem;
  border: 1px solid #B59754;
  display: table;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #B59754;
}
@media (max-width: 767.98px) {
  .blog01-page__category__item {
    font: 0.938rem "Montserrat", sans-serif, arial;
    width: 47%;
    padding: 0.67rem 1.35rem;
  }
}
.blog01-page__category__item--active, .blog01-page__category__item:hover {
  background-color: #B59754;
  color: #fff;
}
.blog01-page__dropdown-mobile {
  display: none;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  margin-top: 2.25rem;
}
@media (max-width: 991.98px) {
  .blog01-page__dropdown-mobile {
    display: flex;
  }
}
.blog01-page__dropdown-mobile__tab {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 100%;
  gap: 0 1.2rem;
  color: #B59754;
  text-align: center !important;
  border: 1px solid #B59754;
  padding: 0 !important;
  border-radius: 1.34375rem !important;
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  line-height: 1.75rem;
}
.blog01-page__dropdown-mobile__tab:after {
  position: relative;
  content: "";
  background-image: url("../images/arrow-select-blog01.png") !important;
  width: 15px;
  height: 15px;
  margin: inherit;
  transform: rotate(0deg);
  margin-top: 7px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 30px;
  position: absolute;
}
.blog01-page__dropdown-mobile__tab:not(.collapsed)::after {
  transform: rotate(-178deg);
  margin-top: 0px;
}
.blog01-page__dropdown-mobile__description {
  list-style: none;
  gap: 1rem 0;
  padding: 2rem;
  border: 1px solid #B59754;
  display: flex;
  flex-direction: column;
  background: rgba(181, 151, 84, 0.87);
  border-radius: 1rem;
  flex-direction: column;
}
.blog01-page__dropdown-mobile__description .accordion-body {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.blog01-page__dropdown-mobile__description ul {
  padding: 0 !important;
  margin-bottom: 0;
  gap: 1rem 0;
  display: flex;
  flex-direction: column;
}
.blog01-page__dropdown-mobile__description li {
  border-bottom: 1px solid #fff;
  display: flex;
  padding-bottom: 1rem;
  align-items: center;
}
.blog01-page__dropdown-mobile__description li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.blog01-page__dropdown-mobile__description li a {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font: 1rem "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 500;
}
.blog01-page__dropdown-mobile__description li a img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog01-page__boxs {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs {
    padding-bottom: 11.09rem;
    margin: 0;
  }
}
.blog01-page__boxs__featured {
  padding-top: 5.19rem;
  padding-bottom: 6.39rem;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8.64rem;
    padding-top: 2.81rem;
  }
}
.blog01-page__boxs__featured__item {
  opacity: 0;
  transition: all 2s ease;
}
.blog01-page__boxs__featured__item.animate {
  animation: slideInUp;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__content {
    padding: 0;
    margin: 0;
  }
}
.blog01-page__boxs__featured__item__image {
  overflow: hidden;
  height: 26.75rem;
  border-radius: 2.0625rem;
  margin-bottom: 0;
}
.blog01-page__boxs__featured__item__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog01-page__boxs__featured__item__description {
  padding-left: 3.94rem;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__description {
    padding: 0;
    padding-top: 3.13rem;
  }
}
.blog01-page__boxs__featured__item__category {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  background-color: #F4EFEA;
  border-radius: 0.625rem;
  padding: 0.48rem 2.69rem;
  margin-bottom: 32px;
  line-height: 1.5625rem;
  display: table;
  border-radius: 1.34375rem;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__category {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #26231D;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__title {
    font-size: 1.563rem;
  }
}
.blog01-page__boxs__featured__item__date-publish {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #5B5C53;
  line-height: 1.5625rem !important;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  margin-top: 1.63rem;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__cta {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  max-width: 177px;
  height: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0 1.12rem;
  margin-top: 3.5rem;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    max-width: 146px;
  }
}
.blog01-page__boxs__featured__item__cta::after {
  content: "";
  width: 2.9375rem;
  height: 0.125rem;
  background-color: #26231D;
  display: block;
  border-radius: 1.34375rem;
  transition: all 0.5s ease;
}
.blog01-page__boxs__featured__item__cta:hover {
  color: #B59754;
  transition: all 0.5s ease;
}
.blog01-page__boxs__featured__item__cta:hover::after {
  background-color: #B59754;
  transition: all 0.5s ease;
}
.blog01-page__boxs__featured__carousel .owl-dots {
  text-align: center;
  margin-top: 4.25rem;
  right: 77px;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__carousel .owl-dots {
    margin: 0 auto;
    right: initial;
    margin-top: 3.56rem;
  }
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot {
  width: 19px;
  height: 19px;
  display: inline-block;
  background-color: #E3DCD3;
  margin: 0 6px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot.active, .blog01-page__boxs__featured__carousel .owl-dots .owl-dot:hover {
  background-color: #B59754;
}
.blog01-page__boxs__item {
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }
}
.blog01-page__boxs__item__image {
  height: 15.77188rem;
  display: block;
  border-radius: 1.125rem;
  overflow: hidden;
}
.blog01-page__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-page__boxs__item:hover .blog01-page__boxs__item__date-publish, .blog01-page__boxs__item:hover .blog01-page__boxs__item__title, .blog01-page__boxs__item:hover .blog01-page__boxs__item__paragraph {
  color: #fff;
  transition: all 0.5s ease;
}
.blog01-page__boxs__item__date-publish {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #2B231C;
  line-height: 1.125rem !important;
  margin-bottom: 0.48rem;
  display: block;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__item:hover .blog01-page__boxs__item__description {
  background-color: #B59754;
  transition: all 0.5s ease;
}
.blog01-page__boxs__item__description {
  padding: 1.42rem;
  background-color: #F4EFEA;
  margin-top: -4rem;
  padding-top: 4.12rem;
  border-radius: 0 0 1.125rem 1.125rem;
}
.blog01-page__boxs__item__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #26231D;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__title {
    font-size: 1.063rem;
  }
}
.blog01-page__boxs__item__paragraph {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #2B231C;
  margin-top: 1.09rem;
  line-height: 170% !important;
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__item__icon {
  width: 34px !important;
}

.blog01-show__header {
  height: 5.1875rem;
  background-color: #B59754;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 112px;
}
.blog01-show__header > .container {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  height: 100%;
}
@media (max-width: 991.98px) {
  .blog01-show__header > .container {
    max-width: 90% !important;
  }
}
.blog01-show__header__title {
  font-size: 1.875rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 575.98px) {
  .blog01-show__header__title {
    font-size: 1.563rem;
  }
}
.blog01-show > .container {
  padding-top: 6.06rem;
}
@media (max-width: 991.98px) {
  .blog01-show > .container {
    max-width: 90% !important;
    padding-top: 4.94rem !important;
  }
}
.blog01-show__main {
  padding: 6.06rem 0 7.88rem 0 !important;
}
@media (max-width: 991.98px) {
  .blog01-show__main {
    padding: 6.06rem 0 7.38rem 0 !important;
  }
}
.blog01-show__item__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #26231D;
  text-align: center;
}
@media (max-width: 767.98px) {
  .blog01-show__item__title {
    font-size: 1.875rem;
  }
}
.blog01-show__item__published {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  line-height: 1.75rem !important;
  color: #5B5C53;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 767.98px) {
  .blog01-show__item__published {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__item__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  line-height: 1.75rem !important;
  margin-top: 0.96rem;
  text-align: center;
  max-width: 52.1875rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .blog01-show__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__item__image {
  margin-top: 3.94rem;
  width: 100%;
  height: 35.8125rem;
  border-radius: 2.0625rem;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog01-show__item__image {
    height: 26.0625rem;
  }
}
.blog01-show__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog01-show__item__description {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  line-height: 1.75rem !important;
  margin-top: 5.13rem;
  padding: 0 1.88rem;
  line-height: 1.75rem !important;
}
@media (max-width: 991.98px) {
  .blog01-show__item__description {
    padding: 0;
    margin-top: 3.25rem;
  }
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
.blog01-show__item__share {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  display: flex;
  align-items: center;
  gap: 0 0.69rem;
  margin-left: auto;
  margin-top: 5.12rem;
  margin-right: 1.88rem;
  transition: all 0.5s ease;
}
.blog01-show__item__share::after {
  content: "";
  width: 2.9375rem;
  height: 0.125rem;
  background: #26231D;
  border-radius: 1.34375rem;
  display: block;
  border-radius: 1.34375rem;
  transition: all 0.5s ease;
}
.blog01-show__item__share:hover {
  transition: all 0.5s ease;
  color: #B59754;
}
.blog01-show__item__share:hover::after {
  background-color: #B59754;
}
.blog01-show__related {
  margin-top: 13.94rem;
  padding-bottom: 7.88rem;
}
@media (max-width: 991.98px) {
  .blog01-show__related {
    margin-top: 10.56rem;
  }
}
.blog01-show__related__title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #26231D;
  margin-bottom: 3.89rem;
}
@media (max-width: 767.98px) {
  .blog01-show__related__title {
    font-size: 1.563rem;
  }
}
.blog01-show__related__boxs {
  margin-bottom: 0 !important;
}
.blog01-show__boxs__item {
  width: 20.53688rem;
  margin-bottom: 75px;
  opacity: 0;
  transition: all 2s ease;
}
.blog01-show__boxs__item.animate {
  animation: fadeInRight;
  animation-duration: 2s;
  --animate-delay: 2.0s;
  --animate-duration: 2.0s;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item {
    margin: 0;
    margin-bottom: 30px;
  }
}
.blog01-show__boxs__item__image {
  height: 15.77188rem;
  display: block;
  border-radius: 1.125rem;
  overflow: hidden;
}
.blog01-show__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-show__boxs__item:hover .blog01-show__boxs__item__date-publish, .blog01-show__boxs__item:hover .blog01-show__boxs__item__title {
  color: #fff;
  transition: all 0.5s ease;
}
.blog01-show__boxs__item__date-publish {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #2B231C;
  line-height: 1.125rem !important;
  margin-bottom: 0.48rem;
  display: block;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__boxs__item:hover .blog01-show__boxs__item__description {
  background-color: #B59754;
  transition: all 0.5s ease;
}
.blog01-show__boxs__item__description {
  padding: 1.42rem;
  background-color: #F4EFEA;
  margin-top: -4rem;
  padding-top: 4.12rem;
  border-radius: 0 0 1.125rem 1.125rem;
  transition: all 0.5s ease;
}
.blog01-show__boxs__item__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #26231D;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__title {
    font-size: 1.063rem;
  }
}
.blog01-show__boxs__item__paragraph {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #2B231C;
  margin-top: 1.09rem;
  line-height: 170% !important;
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__boxs__item__icon {
  width: 34px !important;
}
.blog01-show .carousel-blog01-show__related .owl-dots {
  display: flex !important;
  justify-content: flex-start;
  margin-top: 3.88rem;
  gap: 0 5px;
  max-width: 120px;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .blog01-show .carousel-blog01-show__related .owl-dots {
    max-width: 121px;
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }
}
.blog01-show .carousel-blog01-show__related .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #E3DCD3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog01-show .carousel-blog01-show__related .owl-dots .owl-dot.active {
  background-color: #B59754;
}

/* BEGIN STYLE */
.cota02__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 5.1875rem;
  margin-top: 112px;
}
.cota02__header .container-cota02--header {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cota02__header .container-cota02--header {
    max-width: 90% !important;
    margin: 0 auto;
  }
}
.cota02__header .container-cont02-page__header {
  padding: 5.38rem 0 5.68rem 0;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cota02__header .container-cont02-page__header {
    padding: 44px 20px;
    margin: 0 auto;
  }
}
.cota02__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cota02__header__title {
  font-size: 1.875rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991.98px) {
  .cota02__header__title {
    font-size: 1.563rem;
  }
}
.cota02__header__subtitle {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #B59754;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cota02__header__subtitle {
    font-size: 1.563rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #B59754;
  width: 100%;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cota02__boxForm .justify-content-center {
  gap: 25px 0;
}
.cota02__boxForm .container--boxForm {
  padding: 5.44rem 0 !important;
}
@media (max-width: 991.98px) {
  .cota02__boxForm .container--boxForm .row {
    margin: 0 auto;
    gap: 4.24rem 0;
  }
}
.cota02__boxForm__item:last-of-type .cota02__boxForm__item__content::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cota02__boxForm__item {
    margin: 0 auto;
    padding: 0;
    width: 94%;
  }
}
.cota02__boxForm__item__content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0 1.5rem;
}
.cota02__boxForm__item__content::after {
  content: "";
  width: 1px;
  height: 88%;
  border-left: 1px solid #26231D;
  display: flex;
  position: absolute;
  right: -10px;
  top: 0;
}
.cota02__boxForm__item__content__image {
  width: 2.75rem;
  height: 2.75rem;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__image {
    width: 50px;
    height: 50px;
  }
}
.cota02__boxForm__item__content__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota02__boxForm__item__content__description {
  width: 64%;
}
.cota02__boxForm__item__content__description__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #26231D;
  font-family: "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.063rem;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  line-height: 1.75rem;
}
.cota02__boxForm__item__content__description__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form {
  padding: 65px 0 100px 0;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .cota02__form .container {
    max-width: unset !important;
    padding: 0 2.5vw !important;
  }
}
.cota02__form__footer {
  flex-direction: column;
  width: 100%;
}
.cota02__form__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.cota02__form__header__title {
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  margin-bottom: 0.75rem;
}
@media (max-width: 991.98px) {
  .cota02__form__header__title {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .cota02__form__header__title {
    font-size: 1.25rem;
  }
}
.cota02__form__header__line {
  width: 210px;
}
.cota02__form__header__paragraph {
  text-align: center;
  max-width: 660px;
  font-weight: 300;
  color: #26231D;
  line-height: 180%;
}
.cota02__form__header__paragraph p {
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  line-height: 170% !important; /* 1.38125rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph p {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form .engInput {
  width: 48.6%;
}
@media (max-width: 991.98px) {
  .cota02__form .engInput {
    width: 100%;
  }
}
.cota02__form .engTextarea {
  width: 100%;
}
.cota02__form .row {
  gap: 0 1.38rem;
}
.cota02__form .form-placeholder > select,
.cota02__form .form-placeholder .form-control {
  border-radius: 0.9375rem;
  background: transparent !important;
  border: 1px solid #26231D;
  border-radius: 3.875rem;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  letter-spacing: 0.0125rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .cota02__form .form-placeholder > select,
  .cota02__form .form-placeholder .form-control {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form .form-placeholder > input,
.cota02__form .form-placeholder > select {
  height: 3rem;
}
.cota02__form .form-placeholder .placeholder--custom {
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #26231D;
  letter-spacing: 0.0125rem;
  font-weight: 400;
}
.cota02__form .form-placeholder.focusing .placeholder--custom {
  font-size: 0.75rem;
  top: 3%;
}
.cota02__form .input__item--textarea .form-control {
  border-radius: 16px;
  padding-top: 24px;
}
.cota02__form .input__item--textarea .placeholder--custom {
  top: 10%;
}
.cota02__form__compliance {
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 300;
  font-size: 0.875rem;
  color: #26231D;
  padding: 0;
}
@media (max-width: 767.98px) {
  .cota02__form__compliance {
    margin-top: 2.5rem;
  }
}
.cota02__form__compliance label {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
}
.cota02__form__compliance a {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #B59754;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .cota02__form__compliance a {
    font: 0.675rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form__submit {
  width: 9.0625rem;
  height: 2.0625rem;
  margin-left: auto;
  border: 1px solid #B59754;
  color: #fff;
  background-color: #B59754;
  border-radius: 1.625rem;
  font: 0.875rem "Montserrat", sans-serif, arial;
  margin-top: 0;
  font-weight: 500;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .cota02__form__submit {
    margin-top: 2.25rem;
  }
}
.cota02__form__submit:hover {
  background-color: transparent;
  border: 1px solid #B59754;
  color: #B59754;
  transition: all 0.5s ease;
}
.cota02 .form-check-input {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  margin-left: auto;
}
.cota02 .form-check-input:checked[type=checkbox] {
  background-color: #26231D !important;
}

/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #B59754;
  height: 5.1875rem;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comp01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.comp01-page__header__container {
  z-index: 100;
  position: relative;
  margin-bottom: 0;
}
.comp01-page__header__title {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 600;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__header__title {
    font-size: 1.563rem;
  }
}
.comp01-page > .container {
  max-width: 1000px !important;
}
.comp01-page__content {
  padding: 5.38rem 6.12rem 7rem 6.12rem;
  position: relative;
}
.comp01-page__content:last-of-type::after {
  display: none;
}
.comp01-page__content::after {
  content: "";
  margin-top: 1.06rem;
  width: 105%;
  height: 0.1rem;
  border-bottom: 1px solid rgba(38, 35, 29, 0.4);
  border-radius: 0.5625rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.comp01-page__content__icon {
  width: 36px;
  margin: 10px auto;
  display: table;
}
.comp01-page__content__container {
  text-align: center;
  margin-bottom: 35px;
}
.comp01-page__content__title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #26231D;
}
.comp01-page__content__title::after {
  content: "";
  background-color: #B59754;
  margin-top: 1.06rem;
  width: 9.1875rem;
  height: 0.4375rem;
  border-radius: 0.5625rem;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__title {
    font-size: 1.875rem;
  }
}
.comp01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #26231D;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__subtitle {
    font-size: 1.125rem;
  }
}
.comp01-page__content__line {
  width: 100%;
  background-color: #26231D;
  margin-bottom: 35px;
}
.comp01-page__content__paragraph {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  line-height: 25px;
  margin-top: 3rem;
  font-weight: 400;
  line-height: 1.75rem;
}
@media (max-width: 767.98px) {
  .comp01-page__content__paragraph {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__content__paragraph p {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #26231D;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.75rem !important;
}
@media (max-width: 767.98px) {
  .comp01-page__content__paragraph p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives {
  margin-top: 3rem;
}
.comp01-page__archives__item {
  font: 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #B59754;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  border-radius: 3.1875rem;
  padding: 0.31rem 1.44rem;
  background-color: transparent;
  border: 1px solid #B59754;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives__item svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.38rem;
}
.comp01-page__archives__item svg path {
  fill: #B59754;
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #B59754;
}
.comp01-page__archives__item:hover svg path {
  fill: #fff;
}
