@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&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;
  position: relative;
  z-index: 2;
  margin-top: 0;
}

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

body::-webkit-scrollbar-thumb {
  background: rgba(136, 42, 35, 0.8);
}

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

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: #882a23 !important;
}

.text-secondary {
  color: #b05f33 !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: 768px) and (max-width: 991.98px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100% !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) and (max-width: 1399.98px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1112px !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(136, 42, 35, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #882a23;
  border-color: #882a23;
}
.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(136, 42, 35, 0.9);
  border-color: rgba(136, 42, 35, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 42, 35, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(136, 42, 35, 0.9);
  border-color: rgba(136, 42, 35, 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(136, 42, 35, 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: #882a23 !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: #b05f33;
  color: #000;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #882a23;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #b05f33;
}
body .owl-dots .owl-dot.active {
  background-color: #ecc551;
}

.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 #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

section#contactFormTemplate {
  position: relative;
  min-height: 120px;
  margin-top: 30px;
}
section#contactFormTemplate::before {
  content: "";
  background-color: #882a23;
  height: 120px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
}

.form101 {
  background-color: #eadccb;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 28px;
  z-index: 5;
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 370px;
}
@media (max-width: 991.98px) {
  .form101 {
    right: 3%;
  }
}
@media (max-width: 767.98px) {
  .form101 {
    position: relative;
    margin: 0px auto 0 auto;
    right: unset;
    bottom: unset;
    width: 90%;
    max-width: 370px;
  }
}
.form101 .container--pd {
  padding: 36px !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101 .container--pd {
    padding: 32px !important;
  }
}
.form101__boxLeft__subtitle {
  max-width: 367px;
  background-color: #ecc551;
  color: #b05f33;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 1.875rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 0.875rem "Roboto Slab", serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #882a23;
  height: 45px;
  width: 177px;
  padding: 6px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: end;
  margin-top: 16px;
  border: 0;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
  width: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__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) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
.form101__content__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #fff;
  background-color: #882a23;
  padding: 6px 24px;
  text-align: center;
  border-radius: 9px;
  width: auto;
  align-self: end;
  border: solid 1px #882a23;
  margin-top: 21px;
}
.form101__content__cta__hover {
  background-color: transparent;
  color: #882a23;
}
.form101 input {
  margin-bottom: 3px !important;
}

.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__boxLeft {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxLeft__subtitle {
  color: #882a23;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__boxLeft__subtitle {
    max-width: inherit;
  }
}
.form102__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__paragraph {
    width: 100%;
  }
}
.form102__boxLeft__paragraph p {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__boxLeft__paragraph p {
    font: 0.875rem "Roboto Slab", serif, arial;
  }
}
@media (max-width: 991.98px) {
  .form102__boxRight {
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxRight__inputs {
  flex-wrap: wrap;
}
.form102__boxRight .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__boxRight .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__boxRight__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__boxRight__form {
    flex-wrap: wrap;
  }
}
.form102__boxRight__form div {
  padding: 0;
}
.form102__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__boxRight input::placeholder {
  background-color: #fff !important;
}
.form102__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #882a23;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__boxRight__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__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) {
  .form102__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.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: #882a23;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.875rem;
  }
}
.form03__boxLeft__subtitle {
  color: #ecc551;
  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 "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 0.875rem "Roboto Slab", 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: #882a23;
  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: #882a23;
  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: #882a23;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 1rem "Roboto Slab", 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 "Roboto Slab", 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: "Roboto Slab", serif, arial;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

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

.confirmation__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 90px auto;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 800px;
  padding: 55px 0;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fadeInLeft {
  transform: translateX(-40%);
}

.fadeInRight {
  transform: translateX(40%);
}

.fadeInTop {
  transform: translateY(-10%);
}

.fadeInBottom {
  transform: translateY(10%);
}

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

.t-delay-1s {
  transition-delay: 1s;
}

.animation {
  opacity: 0;
  transition-duration: 1s;
  transition-property: all;
}

.animated {
  opacity: 1;
  transition-duration: 1s;
  transition-property: all;
}
.animated.blur-5 {
  filter: blur(0px);
}
.animated.fadeInRight, .animated.fadeInLeft {
  transform: translateX(0);
}
.animated.fadeInTop, .animated.fadeInBottom {
  transform: translateY(0);
}

.delay-group:nth-child(1) {
  transition-delay: 0.2s;
}
.delay-group:nth-child(2) {
  transition-delay: 0.3s;
}
.delay-group:nth-child(3) {
  transition-delay: 0.4s;
}
.delay-group:nth-child(4) {
  transition-delay: 0.5s;
}
.delay-group:nth-child(5) {
  transition-delay: 0.6s;
}
.delay-group:nth-child(6) {
  transition-delay: 0.7s;
}
.delay-group:nth-child(7) {
  transition-delay: 0.8s;
}
.delay-group:nth-child(8) {
  transition-delay: 0.9s;
}
.delay-group:nth-child(9) {
  transition-delay: 1s;
}
.delay-group:nth-child(10) {
  transition-delay: 1.1s;
}
.delay-group:nth-child(11) {
  transition-delay: 1.2s;
}
.delay-group:nth-child(12) {
  transition-delay: 1.3s;
}
.delay-group:nth-child(13) {
  transition-delay: 1.4s;
}
.delay-group:nth-child(14) {
  transition-delay: 1.5s;
}
.delay-group:nth-child(15) {
  transition-delay: 1.6s;
}
.delay-group:nth-child(16) {
  transition-delay: 1.7s;
}
.delay-group:nth-child(17) {
  transition-delay: 1.8s;
}
.delay-group:nth-child(18) {
  transition-delay: 1.9s;
}
.delay-group:nth-child(19) {
  transition-delay: 2s;
}
.delay-group:nth-child(20) {
  transition-delay: 2.1s;
}

.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;
}

/* BEGIN STYLE */
#HEAD02 {
  position: relative;
  z-index: 5;
  background-color: #8d352f;
}
@media (min-width: 1200px) {
  #HEAD02 .container {
    max-width: 1289px !important;
  }
}
#HEAD02 .container-header {
  height: 120px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #HEAD02 .container-header {
    min-height: auto;
  }
}
#HEAD02 .container-header #logoHeader {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 42px;
}
#HEAD02 .container-header #logoHeader .logosp-header {
  width: 171px;
  height: auto;
  aspect-ratio: 171/59;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header #logoHeader .logosp-header {
    width: 97px;
  }
}
#HEAD02 .container-header #logoHeader img {
  width: 27rem;
  height: auto;
  aspect-ratio: 160/29;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-header #logoHeader img {
    width: 15rem;
  }
}
#HEAD02 .container-navigation {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  align-items: end;
}
#HEAD02 .container-navigation .menu-list {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 18px;
  position: relative;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  background-color: #fff;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  font: 1rem "Roboto Slab", serif, arial;
  color: #fff;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  margin-right: 0;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #882a23;
  border-radius: 0 10px 10px;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.875rem "Roboto Slab", 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: #b05f33;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta {
  margin-right: 0px;
  padding-right: 0px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 22px;
}
#HEAD02 .container-navigation .container-cta__free-lnk {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #eadccb;
}
#HEAD02 .container-navigation .container-cta__free-lnk__icon {
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 8px;
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  background-color: #882a23;
  border-radius: 8px;
  min-width: 125px;
  white-space: nowrap;
  display: table;
  text-align: center;
  color: #eadccb;
  padding: 2px 18px;
  border: solid 1px #882a23;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 600;
}
#HEAD02 .container-navigation .container-cta .btn-cta.show {
  border-radius: 17px 17px 0 0;
  background-color: #b05f33;
}
#HEAD02 .container-navigation .container-cta .btn-cta:hover {
  background-color: transparent;
}
#HEAD02 .container-navigation .container-cta .btn-cta .menu-arrow {
  border-top-color: #fff !important;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #882a23;
  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 "Roboto Slab", 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: #b05f33;
}
@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: "Roboto Slab", serif, arial;
  font-weight: 600;
  color: #882a23;
  border-right: 1px solid rgba(136, 42, 35, 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 (min-width: 576px) and (max-width: 767.98px) {
  #HEAD02 .container-navigation .social-network {
    display: none !important;
  }
}
#HEAD02 .container-navigation .menu-sidebar-header {
  display: none;
  margin-left: 35px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines {
  width: 38px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines > i {
  height: 2px;
  display: block;
  background-color: #fff;
}
#HEAD02 .container-navigation .menu-sidebar-header:active .lines > i {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

.head02-func {
  display: none;
  background-color: transparent;
  padding: 0;
}
.head02-func__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 46px 10px 46px;
  background-color: #882a23;
  border-radius: 4px 4px 0 0;
}
.head02-func__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .head02-func__title {
    font-size: 1.125rem;
  }
}
.head02-func__main {
  border-radius: 0 0 4px 4px;
  background-color: #eadccb;
  padding: 27px 27px 38px 27px;
}
.head02-func__list {
  padding-left: 1rem;
  width: 100%;
}
.head02-func__list__item {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.head02-func__list__item__span {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .head02-func__list__item {
    font-size: 1.125rem;
  }
}
.head02-func__list__item::marker {
  color: #882a23;
}
.head02-func__list__item + .head02-func__list__item {
  margin-top: 8px;
}
.head02-func .carousel__button.is-close {
  top: 7px;
  right: 6px;
}
.head02-func .carousel__button.is-close svg {
  scale: 0.7;
}

/* BEGIN STYLE */
.side02 {
  position: fixed;
  left: -100%;
  top: 2.5%;
  display: block;
  width: 95%;
  height: 95%;
  background-color: #882a23;
  z-index: 1000;
  border-bottom: 9px solid #b05f33;
  transition-duration: 0.6s;
}
.side02--show {
  left: 2.5%;
  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(136, 42, 35, 0.5);
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: rgba(136, 42, 35, 0.8);
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #882a23;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 10px;
}
.side02__header__button-close a {
  color: #fff;
  font-size: 32px;
  line-height: 60%;
}
.side02__header__button-close__icon path {
  fill: #fff;
}
.side02__header__button-close__icon:hover path {
  fill: #fff;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #882a23;
  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: #dfcfb9;
}
.side02__logo {
  width: 140px;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
.side02__navigation {
  padding: 0 30px;
  margin-bottom: 70px;
}
.side02__navigation__wrapper {
  display: table;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 412px;
  padding: 0;
}
.side02__navigation__item__link {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  width: 100%;
  display: table;
  padding: 7px 21px;
  margin-bottom: 7px;
}
.side02__navigation__item__link:active, .side02__navigation__item__link:focus {
  color: #eadccb;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #dfcfb9;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "Roboto Slab", 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 {
  padding: 0 60px;
  margin-bottom: 130px;
}
.side02__container-cta__dropdown {
  display: table;
  margin: 0 auto;
}
.side02__container-cta__btn-cta {
  background-color: #000;
  border-radius: 50px;
  min-width: 175px;
  text-align: center;
  color: #fff;
  padding: 1px 15px;
  display: table;
}
.side02__container-cta__btn-cta:hover {
  color: #ecc551;
}
.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: #fff;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #ced4da;
}
.side02__container-cta__sublink__item:last-of-type {
  border: none;
}
.side02__container-cta__sublink__item:hover {
  color: #ecc551;
}
.side02__social {
  margin-bottom: 44px;
  gap: 8px;
}
.side02__social__item {
  color: #404040;
  font-size: 25px;
  margin: 0 5px;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
  border-right: 2px solid #882a23;
  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 */
.foot05__site {
  padding: 60px 0 0 0;
  background-color: #882a23;
  border-bottom: 1px solid #ffffff;
}
.foot05__site ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.foot05__site__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
  padding-bottom: 100px !important;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .foot05__site__main {
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.foot05__site__logos {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 40px;
  width: 165px;
}
.foot05__site__logo {
  display: block;
  width: 23rem;
  height: auto;
  aspect-ratio: 165/113;
}
.foot05__site__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot05__site__bottom {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 125px;
}
@media (max-width: 1399.98px) {
  .foot05__site__bottom {
    gap: 80px;
  }
}
@media (max-width: 767.98px) {
  .foot05__site__bottom {
    gap: 70px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.foot05__site__nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 200px;
}
@media (max-width: 1399.98px) {
  .foot05__site__nav {
    gap: 160px;
  }
}
@media (max-width: 767.98px) {
  .foot05__site__nav {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .foot05__site__nav {
    gap: 50px;
  }
}
.foot05__site__nav__title {
  width: 100%;
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3019607843);
  list-style: none;
}
@media (max-width: 767.98px) {
  .foot05__site__nav__title {
    font-size: 1.063rem;
  }
}
.foot05__site__nav__title a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}
.foot05__site__nav__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px 20px;
  height: 200px;
}
@media (max-width: 575.98px) {
  .foot05__site__nav__list {
    flex-direction: column;
    align-items: start;
    height: auto;
  }
}
.foot05__site__nav__list__item {
  width: 100%;
  padding-bottom: 4px;
  max-width: 130px;
}
@media (max-width: 575.98px) {
  .foot05__site__nav__list__item {
    width: 100%;
    max-width: none;
  }
}
.foot05__site__nav__list__item a {
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #fff;
}
@media (max-width: 767.98px) {
  .foot05__site__nav__list__item a {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.foot05__site__right {
  width: 320px;
}
.foot05__site__right__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .foot05__site__right__title {
    font-size: 1.063rem;
  }
}
.foot05__site__right__list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.foot05__site__right__list__item {
  height: 48px;
  width: 48px;
}
.foot05__site__right__list__item a {
  height: 100%;
  width: 100%;
  display: block;
}
.foot05__site__right__list__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot05__site__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: end;
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 40px;
  margin-top: 25px;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
}
.foot05__site__cta:hover {
  background-color: #882a23;
  color: #fff;
}
.foot05__site__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.foot05__site__cta:hover .foot05__site__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.foot05__site__scrolltop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 70px;
  height: 80px;
  width: 58px;
  border: none;
  outline: none;
  background-color: #dfcfb9;
  transform: translateY(100%);
  opacity: 0;
  transition: all ease 0.5s;
  z-index: 1000;
}
@media (max-width: 575.98px) {
  .foot05__site__scrolltop {
    scale: 0.6;
    bottom: -21px;
  }
}
.foot05__site__scrolltop.show {
  transform: translateY(0);
  opacity: 1;
}
.foot05__site__scrolltop img {
  height: 23px;
  width: auto;
}
.foot05__floating-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 10px;
  gap: 14px;
  z-index: 1000;
  list-style-type: none;
}
.foot05__floating-social__item {
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
}
.foot05__floating-social__item a {
  width: 100%;
  height: 100%;
  display: block;
}
.foot05__floating-social__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot05__hoom {
  padding: 22px 0;
  background-color: #882a23;
}
@media (max-width: 767.98px) {
  .foot05__hoom {
    padding: 18px 0;
  }
}
.foot05__hoom__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .foot05__hoom__nav {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.foot05__hoom__copyright {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #eadccb;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .foot05__hoom__copyright {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 500;
    width: 100%;
    text-align: center;
  }
}
.foot05__hoom__links {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 8px;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
  }
}
.foot05__hoom__links__item {
  padding: 0 32px;
}
.foot05__hoom__links__item + .foot05__hoom__links__item {
  border-left: solid 1px #882a23;
}
.foot05__hoom__links__item:first-of-type {
  padding-left: 0;
}
.foot05__hoom__links__item:last-of-type {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links__item:last-of-type {
    border-left: none;
    padding-right: 32px;
  }
}
.foot05__hoom__links__item a {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  text-align: center;
  color: #eadccb;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links__item a {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 500;
  }
}
.foot05__hoom__logo {
  display: block;
  width: 232px;
  height: auto;
  aspect-ratio: 232/41;
}
.foot05__hoom__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #SLID01 {
    height: 626px !important;
  }
}
#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: left bottom;
     object-position: left bottom;
}
#SLID01 .container-slide {
  overflow: hidden;
  height: calc(100vh - 150px) !important;
}
@media (max-width: 767.98px) {
  #SLID01 .container-slide {
    height: 626px !important;
  }
}
#SLID01 .content-slide {
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    height: 626px !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: row;
  text-align: left;
}
#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.end {
  flex-direction: row-reverse;
  text-align: right;
}
#SLID01 .content-slide.end .img-floating-png {
  left: 0;
}
#SLID01 .content-slide .content-description {
  z-index: 20;
}
#SLID01 .content-slide .content-description .title {
  font-size: 3.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #eadccb;
  display: block;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .title {
    font-size: 2.5rem;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #eadccb;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 1.063rem;
  }
}
#SLID01 .content-slide .content-description .description {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #dfcfb9;
  margin: 28px 0 51px 0;
  width: 70%;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .description {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font: 1rem "Roboto Slab", serif, arial;
  color: #eadccb;
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  min-width: 177px;
  display: table;
}
#SLID01 .content-slide .content-description .btn-cta-slide img {
  width: 25px;
  margin-right: 16px;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover img {
  filter: grayscale(1) invert(1);
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    padding-top: 150px;
    justify-content: center;
  }
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 100;
  transform: translate(0, -50%);
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #000;
}

/* BEGIN STYLE */
#TOPI03 {
  padding: 70px 0 30px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#TOPI03 .owl-nav {
  margin: 40px auto 20px auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 {
    padding: 35px 20px;
  }
}
#TOPI03 .header-topic {
  text-align: center;
}
#TOPI03 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI03 .header-topic .container-title .title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif, arial;
  color: #882a23;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .container-title .title {
    font-size: 1.875rem;
  }
}
#TOPI03 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif, arial;
  color: #ecc551;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .container-title .subtitle {
    font-size: 1.125rem;
  }
}
#TOPI03 .header-topic .paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .paragraph {
    font: 90%;
    width: 0.938rem "Roboto Slab", serif, arial;
  }
}
#TOPI03 .header-topic .line {
  background-color: #882a23;
}
#TOPI03 .container-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box .owl-stage-outer {
    overflow: visible;
  }
}
#TOPI03 .container-box .box-topic {
  width: auto;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
@media (max-width: 575.98px) {
  #TOPI03 .container-box .box-topic {
    width: 92%;
  }
}
#TOPI03 .container-box .box-topic .content {
  padding: 4px 20px;
}
#TOPI03 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  gap: 14px;
}
#TOPI03 .container-box .box-topic .content .container-info .image {
  margin: 0;
}
#TOPI03 .container-box .box-topic .content .container-info .image img {
  width: 46px;
}
#TOPI03 .container-box .box-topic .content .container-info .description {
  text-align: left;
}
#TOPI03 .container-box .box-topic .content .container-info .description .title {
  font: 1rem "Roboto Slab", serif, arial;
  color: #882a23;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box .box-topic .content .container-info .description .title {
    font-size: 0.938rem "Roboto Slab", serif, arial;
  }
}
#TOPI03 .container-box .box-topic .content .container-info .description .paragraph {
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #b05f33;
  font-weight: 500;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box .box-topic .content .container-info .description .paragraph {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
#TOPI03 .container-box .box-topic .content:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

/* BEGIN STYLE */
.topi08 {
  position: relative;
  padding: 60px 0 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .topi08 .container {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .topi08 .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
}
.topi08::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 0;
  background-color: rgba(234, 220, 203, 0.5019607843);
}
.topi08__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  .topi08__header {
    align-items: center;
  }
}
.topi08__header__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #882a23;
  text-align: left;
}
@media (max-width: 767.98px) {
  .topi08__header__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.topi08__header__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #ecc551;
  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 #882a23;
  margin-bottom: 49px;
}
.topi08__carousel {
  z-index: 2;
  position: relative;
}
@media (max-width: 575.98px) {
  .topi08__carousel {
    margin: 0 auto;
  }
}
.topi08__item {
  position: relative;
  width: 80%;
  height: auto;
  aspect-ratio: 350/521;
  max-width: 350px;
  max-height: 521px;
}
.topi08__item.fadeInRight {
  transform: translateX(10%);
}
.topi08__item.fadeInRight.animated {
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  .topi08__item.fadeInRight.animated {
    transform: translateX(7%);
  }
}
.topi08__item::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.33%, #000 100%);
}
.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: 1;
  inset: 0;
}
.topi08__item__content {
  z-index: 5;
  padding: 0 23px 25px 37px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.topi08__item__title {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #eadccb;
  position: relative;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.topi08__item__title::before {
  content: "";
  height: 20px;
  width: 22px;
  left: -37px;
  top: 0;
  background-color: #882a23;
  position: absolute;
  border-radius: 0px 10px 0px 0px;
}
.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 "Roboto Slab", serif, arial;
  color: #fff;
  text-align: left;
}
.topi08__item__desc p {
  font: 1rem "Roboto Slab", 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;
  gap: 7px;
  white-space: nowrap;
  background-color: #882a23;
  padding: 4px 19px;
  margin: 0 0 0 auto;
  border-radius: 4px;
  border: solid 1px #882a23;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  font-size: 0.6875rem;
  color: #fff;
}
.topi08__item__cta:hover {
  background-color: transparent;
  color: #eadccb;
}
.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);
}

/* BEGIN STYLE */
.topi04 {
  background-color: rgba(234, 220, 203, 0.5019607843);
}
.topi04__destaque {
  font: 1rem "Roboto Slab", serif, arial;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__destaque {
    font-size: 0.938rem "Roboto Slab", serif, arial;
    margin-bottom: 18px;
  }
}
.topi04__title {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 15.97px;
  font-weight: 700;
  font-family: "Roboto Slab", serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__title {
    font-size: 1.875rem;
  }
}
.topi04__subtitle {
  font-size: 1.25rem;
  color: #882a23;
  font-weight: 700;
  font-family: "Roboto Slab", serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__subtitle {
    font-size: 1.125rem;
  }
}
.topi04__line {
  margin: 17.83px auto 30px;
  background-color: #882a23;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__line {
    margin: 14.03px auto 25px;
  }
}
.topi04__paragraph {
  font-size: 0.875rem "Roboto Slab", serif, arial;
  color: #000;
  font-weight: 400;
  font-family: "Roboto Slab", serif, arial;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__paragraph {
    font-size: 0.813rem "Roboto Slab", serif, arial;
  }
}
.topi04__boxLeft {
  align-self: stretch;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__boxLeft {
    height: 395.21px;
  }
}
.topi04__boxLeft img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topi04__cta {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-top: 18px;
  max-width: 224px;
  white-space: nowrap;
  padding: 10px 15px;
  background-color: #882a23;
  border: solid 1px #882a23;
  border-radius: 4px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__cta {
    font: 0.938rem "Roboto Slab", serif, arial;
    margin-top: 39px;
    width: 147px;
  }
}
.topi04__cta:hover {
  color: #882a23;
  background-color: transparent;
}
.topi04__cta:hover .lightbox-port101__description__cta__icon {
  filter: invert(1) grayscale(1);
}
.topi04__description {
  padding: 72px 91px;
}
@media (max-width: 767.98px) {
  .topi04__description {
    padding: 54px 12% 91.28px 12%;
  }
}
.topi04__boxRight {
  min-height: 759px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__boxRight {
    min-height: inherit;
  }
}
.topi04__topics__item {
  height: 240px;
  background-color: #eadccb;
  border-radius: 8px;
  padding-bottom: 48px;
  position: relative;
}
.topi04__topics__item__image {
  z-index: 1;
  position: absolute;
  inset: 0;
}
.topi04__topics__item__icone {
  height: 77px !important;
  width: 77px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .topi04__topics__item__icone {
    height: 44px !important;
    width: 44px !important;
  }
}
@media (max-width: 575.98px) {
  .topi04__topics__item__icone {
    height: 77px !important;
    width: 77px !important;
  }
}
.topi04__topics__item__title {
  margin-top: 16px;
  font: 1rem "Roboto Slab", serif, arial;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi04__topics__item__title {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 700;
  }
}
.topi04__topics__item__description {
  padding: 0 5%;
  position: relative;
  z-index: 5;
}
.topi04 .owl-dots {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

/* BEGIN STYLE */
.topi05 .container--pd {
  padding: 82px 0 72px 0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05 .container--pd {
    padding: 68px 42px 68px 42px !important;
  }
}
.topi05__box {
  gap: 0 20px;
}
.topi05__box__image {
  height: 319px;
  border-radius: 8px;
  border: solid 6px #eadccb;
}
.topi05__box__image img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topi05__box__image img:hover {
  scale: 1.1;
  transition: all 0.4s ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__image {
    height: 267px;
  }
}
.topi05__box__description {
  padding: 31px 40px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__description {
    padding: 24px 40px 29px 40px;
  }
}
.topi05__box__description__title {
  font-size: 1.25rem;
  color: #000;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__description__title {
    font-size: 1.125rem;
  }
}
.topi05__box__description__paragraph p {
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  color: #b05f33;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi05__box__description__paragraph p {
    font: 0.875rem "Roboto Slab", serif, arial;
  }
}

/* BEGIN STYLE */
.cont02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 68.54px;
}
.cont02__detail {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -120px;
  height: 300px;
  width: auto;
}
@media (max-width: 991.98px) {
  .cont02 {
    padding-top: 82px;
  }
}
.cont02 .container--cont02 {
  position: relative;
  z-index: 100;
}
.cont02 .cont02__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cont02 .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.cont02__left {
  width: 50%;
}
@media (max-width: 991.98px) {
  .cont02__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02__image {
  height: 592px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .cont02__image {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .cont02__image {
    margin: 0 auto;
  }
}
.cont02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cont02__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cont02__right {
  width: 50%;
  padding: 2.5% 30px 2.5% 5%;
}
@media (max-width: 991.98px) {
  .cont02__right {
    padding: 86px 50px 0 50px;
    order: 1;
    margin-bottom: 59.22px;
    width: 100%;
  }
}
.cont02__title {
  font-size: 2.5rem;
  color: #000;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: right;
}
@media (max-width: 575.98px) {
  .cont02__title {
    font-size: 1.875rem;
  }
}
.cont02__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  color: #882a23;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 575.98px) {
  .cont02__subtitle {
    font-size: 1.125rem;
  }
}
.cont02__line {
  margin: 39px 0 34px 0;
}
.cont02__paragraph {
  margin-top: 32px;
  color: #000;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  text-align: right;
}
@media (max-width: 575.98px) {
  .cont02__paragraph {
    font-size: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont02__paragraph p {
  color: #000;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cont02__paragraph p {
    font-size: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont02__cta {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #eadccb;
  display: flex;
  margin-top: 22px;
  white-space: nowrap;
  padding: 8px 25px;
  background-color: #882a23;
  border-radius: 8px;
  border: solid 1px #882a23;
}
.cont02__cta:hover {
  color: #882a23;
  background-color: transparent;
}
.cont02__cta:hover img {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
.cont02v1__detail {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -60px;
  height: 300px;
  width: auto;
}
@media (max-width: 991.98px) {
  .cont02v1__detail {
    display: none;
  }
}
.cont02v1 .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cont02v1 .container--cont02v1 {
  position: relative;
  z-index: 100;
}
.cont02v1 .cont02v1__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cont02v1__left {
  width: 50%;
}
@media (max-width: 991.98px) {
  .cont02v1__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02v1__image {
  height: 592px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .cont02v1__image {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .cont02v1__image {
    margin: 0 auto;
  }
}
.cont02v1__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cont02v1__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cont02v1__right {
  width: 50%;
  padding: 2.5% 5% 2.5% 30px;
}
@media (max-width: 991.98px) {
  .cont02v1__right {
    padding: 86px 50px 0 50px;
    order: 1;
    margin-bottom: 59.22px;
    width: 100%;
  }
}
.cont02v1__title {
  font-size: 2.5rem;
  color: #000;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .cont02v1__title {
    font-size: 1.875rem;
  }
}
.cont02v1__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  color: #b05f33;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .cont02v1__subtitle {
    font-size: 1.125rem;
  }
}
.cont02v1__line {
  margin: 39px 0 34px 0;
}
.cont02v1__paragraph {
  color: #000;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  margin-top: 32px;
}
@media (max-width: 575.98px) {
  .cont02v1__paragraph {
    font-size: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont02v1__paragraph p {
  color: #000;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cont02v1__paragraph p {
    font-size: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont02v1__cta {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 600;
  color: #000;
  display: flex;
  margin-top: 37px;
  white-space: nowrap;
  padding: 8px 25px;
  background-color: #ecc551;
  border-radius: 8px;
  border: solid 1px #ecc551;
}
.cont02v1__cta:hover {
  background-color: transparent;
}
.cont02v1__cta:hover img {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
#CONT06 {
  padding: 60px 0;
  margin-top: 60px;
  min-height: 580px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.cont06 {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.cont06__header {
  width: 85%;
  display: table;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
}
.cont06__header__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #eadccb;
}
.cont06__header__paragraph {
  font-size: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #ecc551;
  max-width: 680px;
  display: table;
  margin: 0 auto;
}
.cont06__boxVideo {
  width: 100%;
}
.cont06__boxVideo__content {
  width: 90%;
  padding: 32px 40px;
  margin: 0 -25px 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border: 1px solid #eadccb;
  border-radius: 25px;
}
@media (max-width: 575.98px) {
  .cont06__boxVideo__content {
    margin: 0 auto;
  }
}
.cont06__boxVideo__content__ttl-grp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 32px;
}
.cont06__boxVideo__content .play {
  width: 41px;
  height: 41px;
}
.cont06__boxVideo__content iframe {
  width: 100%;
  max-width: 884px;
  height: 439px;
}
.cont06__boxVideo__content__video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cont06__boxVideo__content__video {
    flex-direction: column;
    gap: 24px;
  }
}
.cont06__boxVideo__cta {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 28px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #dfcfb9;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont06__boxVideo__cta {
    font: 0.938rem "Roboto Slab", serif, arial;
    margin: 36px auto 0;
    width: 147px;
  }
}
.cont06__boxVideo__cta:hover {
  color: #fff;
  background-color: #000;
}
.cont06__boxVideo__cta:hover .cont06__cta__icon {
  filter: invert(1) grayscale(1);
}

/* BEGIN STYLE */
.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: 138px 0 0 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .bran01 .container--bran01 {
    padding: 37px 37px 0 37px !important;
  }
}
.bran01__encompass {
  z-index: 100;
  position: relative;
}
.bran01__encompass__title {
  font-size: 2.5rem;
  color: #000;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .bran01__encompass__title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 7px;
  }
}
.bran01__encompass__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  color: #882a23;
  font-weight: 400;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01__encompass__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.bran01__encompass__line {
  margin: 24.99px 0 30px 0;
}
@media (max-width: 767.98px) {
  .bran01__encompass__line {
    margin: 23px 0;
  }
}
.bran01__encompass__paragraph {
  color: #b05f33;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01__encompass__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 400;
  }
}
.bran01__encompass__paragraph p {
  color: inherit;
  font-weight: inherit;
  font: inherit;
  margin-bottom: 0;
}
.bran01__content {
  margin-top: 58.01px;
  display: flex;
  gap: 21.44px 0;
}
@media (max-width: 767.98px) {
  .bran01__content {
    margin-top: 48px;
  }
}
.bran01 .owl-item:nth-of-type(even) .bran01__box__content {
  border-color: #ecc551;
}
.bran01 .owl-nav {
  margin: 0;
}
.bran01 .owl-nav .owl-prev {
  color: #b05f33 !important;
  background-color: transparent !important;
  font-size: 50px !important;
  position: absolute;
  left: -20%;
  top: 33%;
}
@media (max-width: 575.98px) {
  .bran01 .owl-nav .owl-prev {
    left: -10%;
  }
}
.bran01 .owl-nav .owl-next {
  color: #b05f33 !important;
  background-color: transparent !important;
  font-size: 50px !important;
  position: absolute;
  right: -20%;
  top: 33%;
}
@media (max-width: 575.98px) {
  .bran01 .owl-nav .owl-next {
    right: -10%;
  }
}
.bran01__box {
  padding: 0 2px;
}
.bran01__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136.84px;
  background-color: transparent;
  border-bottom: solid 9px #882a23;
}
.bran01__box__image {
  width: 90%;
  height: 90%;
}
.bran01__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bran01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #eadccb;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Roboto Slab", 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 "Roboto Slab", 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: 767.98px) {
  .bran01-page__header .container--bran01-page {
    padding: 37px 34px 58.16px 34px;
  }
}
.bran01-page__header__title {
  font-size: 3.125rem;
  color: #882a23;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.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: "Roboto Slab", serif, arial;
  color: #ecc551;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.bran01-page__header__line {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__line {
    margin: 23px 0;
  }
}
.bran01-page__header__paragraph {
  color: #882a23;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 400;
  }
}
.bran01-page__header__paragraph p {
  color: #882a23;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph p {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__title {
  font-size: 2.5rem;
  color: #882a23;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  color: #ecc551;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.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: 767.98px) {
  .bran01-page__encompass__line {
    margin: 23px 0;
  }
}
.bran01-page__encompass__paragraph {
  color: #b05f33;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__paragraph p {
  color: #b05f33;
  font-weight: 400;
  font: 1rem "Roboto Slab", serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph p {
    font: 0.938rem "Roboto Slab", 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: 767.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: #eadccb;
  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 */
#CONT03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eadccb;
}
.cont03 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .cont03 {
    flex-direction: column;
  }
}
.cont03__content {
  padding: 5%;
  width: 50%;
}
@media (max-width: 767.98px) {
  .cont03__content {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.cont03__content__hypertext {
  margin-bottom: 30px;
}
.cont03__content__title {
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Roboto Slab", serif, arial;
  color: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__title {
    font-size: 1.563rem;
  }
}
.cont03__content__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #b05f33;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__subtitle {
    font-size: 1.125rem;
  }
}
.cont03__content__line {
  width: 100%;
  background-color: #000;
  margin-bottom: 40px;
}
.cont03__content__paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #000;
  margin-bottom: 50px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont03__content__cta {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
  max-width: 230px;
  white-space: nowrap;
  padding: 8px 15px;
  background-color: #ecc551;
  border-radius: 3px;
  border: solid 1px #ecc551;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__content__cta {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont03__content__cta:hover {
  color: #ecc551;
  background-color: transparent;
}
.cont03__content__cta:hover .cont03__content__cta__icon {
  filter: invert(1) grayscale(1);
}
.cont03__figure__center {
  width: 50%;
  height: auto;
  margin-bottom: 0;
  padding: 0 0;
}
@media (max-width: 767.98px) {
  .cont03__figure__center {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__figure__center {
    padding: 0 0;
    margin-bottom: 0;
  }
}
.cont03__figure__right {
  margin-bottom: 0;
  padding: 0 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont03__figure__right {
    padding: 0 30px;
  }
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.blog03 .container {
  display: flex;
  flex-direction: column;
  padding: 81.12px 0 75px 0;
}
@media (max-width: 767.98px) {
  .blog03 .container {
    padding: 50px 0;
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
  }
}
.blog03__header {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  .blog03__header {
    margin-bottom: 40px;
  }
}
.blog03__header__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
}
@media (max-width: 767.98px) {
  .blog03__header__title {
    font-size: 1.875rem;
  }
}
.blog03__header__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .blog03__header__subtitle {
    font-size: 1.125rem;
  }
}
.blog03__header__line {
  background-color: #882a23;
  width: 100%;
  display: block;
  margin: 17px 0 30px;
}
.blog03__header__paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .blog03__header__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
@media (max-width: 767.98px) {
  .blog03__boxs {
    margin: 0;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767.98px) {
  .blog03__boxs .owl-stage-outer {
    padding: 0;
    overflow: visible;
  }
}
.blog03__boxs .owl-stage-outer .owl-stage {
  margin: 0 auto;
}
.blog03__boxs__item {
  width: 100%;
}
.blog03__boxs__item__content {
  width: 100%;
  border-radius: 21px;
  background-color: #e6e6e6;
  overflow: hidden;
  position: relative;
}
.blog03__boxs__item__image {
  margin-bottom: 0;
  height: auto;
  aspect-ratio: 305/273;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blog03__boxs__item__image {
    width: 100%;
  }
}
.blog03__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog03__boxs__item__description {
  height: auto;
  padding: 20px 36px;
  background-color: #fff;
  border: solid 1px #dfcfb9;
  border-top: none;
  border-radius: 0 0 21px 21px;
}
.blog03__boxs__item__title {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #000;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .blog03__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog03__boxs__item__title__icon {
  width: 34px !important;
}
.blog03__boxs__item__paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .blog03__boxs__item__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.blog03__boxs__item__paragraph p {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .blog03__boxs__item__paragraph p {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.blog03__boxs__item__cta {
  margin-top: 28px;
  float: right;
}
@media (max-width: 767.98px) {
  .blog03__boxs__item__cta {
    margin-top: 39px;
  }
}
.blog03__boxs__item__cta a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #7c7c7c;
  background: #ffffff;
  width: 100%;
  max-width: 203px;
  min-width: 177px;
  height: 45px;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  gap: 0 14.58px;
}
@media (max-width: 767.98px) {
  .blog03__boxs__item__cta a {
    font: 0.938rem "Roboto Slab", serif, arial;
    width: 147px;
  }
}
.blog03__boxs__item__cta a img {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog03__boxs__item__cta a:hover {
  color: #fff;
  background-color: #000;
}
.blog03__boxs__item__cta a:hover .blog03__boxs__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.blog03__cta {
  margin-top: 29px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .blog03__cta {
    margin: 0 auto;
    margin-top: 39px;
    transform: translate(-36%, 0);
  }
}
.blog03__cta a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #282828;
  background: #f2f2f2;
  width: 100%;
  max-width: 203px;
  min-width: 177px;
  height: 45px;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  gap: 0 14.58px;
}
@media (max-width: 767.98px) {
  .blog03__cta a {
    font: 0.938rem "Roboto Slab", serif, arial;
    width: 147px;
  }
}
.blog03__cta a img {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog03__cta a:hover {
  color: #fff;
  background-color: #000;
}
.blog03__cta a:hover img {
  filter: invert(1) grayscale(1);
}
.blog03 .blog03__boxs__carousel .owl-dots {
  display: flex !important;
  position: absolute;
  left: 0;
  bottom: -50px;
  margin-top: inherit;
  width: auto;
  padding: 0;
  gap: 0 2.5px;
}
@media (max-width: 767.98px) {
  .blog03 .blog03__boxs__carousel .owl-dots {
    position: relative;
    left: inherit;
    bottom: inherit;
    margin-top: 30px;
    justify-content: center;
    width: 69%;
  }
}
.blog03 .blog03__boxs__carousel .owl-dot {
  display: flex !important;
  border-radius: 0 !important;
  height: 19px;
  width: 30px;
  background-color: #dfcfb9;
}
.blog03 .blog03__boxs__carousel .owl-dot.active {
  display: flex !important;
  border-radius: 0 !important;
  background-color: #000;
}
.blog03 .owl-nav button.owl-next,
.blog03 .owl-nav button.owl-prev {
  background-color: #dfcfb9 !important;
}

.blog03-page__header {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 100%;
  padding: 162px 0 75px 0;
  height: 308px;
  text-align: center;
  position: relative;
}
.blog03-page__header .container--header {
  z-index: 100;
  position: relative;
  align-items: end;
}
@media (max-width: 767.98px) {
  .blog03-page__header .container--header {
    align-items: center;
  }
}
.blog03-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}
.blog03-page__header__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .blog03-page__header__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.blog03-page__navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 38px;
}
@media (max-width: 1199.98px) {
  .blog03-page__navigation {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.blog03-page__category {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 16px 21px;
  width: 80%;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .blog03-page__category {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.blog03-page__category__item {
  min-width: 190px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: solid 1px #882a23;
  border-radius: 9px;
}
@media (max-width: 767.98px) {
  .blog03-page__category__item {
    min-width: 146px;
  }
}
.blog03-page__category__item.active, .blog03-page__category__item:hover, .blog03-page__category__item--active {
  background-color: #882a23;
}
.blog03-page__category__item.active a, .blog03-page__category__item:hover a, .blog03-page__category__item--active a {
  color: #fff;
}
.blog03-page__category__item::marker {
  display: none;
}
.blog03-page__category__item a {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .blog03-page__category__item a {
    font: 0.938rem "Roboto Slab", serif, arial;
    font-weight: 700;
  }
}
.blog03-page__search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .blog03-page__search {
    margin-top: 35px;
    width: 100%;
    max-width: 100%;
  }
}
.blog03-page__search__content {
  position: relative;
  display: flex;
  align-items: center;
  height: 100% !important;
}
@media (max-width: 1199.98px) {
  .blog03-page__search__content {
    padding-left: 0px !important;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .blog03-page__search__content .form-placeholder {
    width: 100%;
    max-width: 100%;
  }
}
.blog03-page__search__content .form-placeholder .placeholder--custom {
  display: block;
  left: 20.99px !important;
  top: 12px !important;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
  padding-left: 0 !important;
}
@media (max-width: 1199.98px) {
  .blog03-page__search__content .form-placeholder .placeholder--custom {
    width: 100%;
    max-width: 100%;
  }
}
.blog03-page__search__content .form-placeholder input {
  display: flex;
  height: 46px !important;
  padding: 0;
  max-width: 336px;
  width: 336px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #882a23 !important;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
  border: none;
  text-shadow: none;
  padding-left: 20px;
}
@media (max-width: 1199.98px) {
  .blog03-page__search__content .form-placeholder input {
    width: 100%;
    max-width: 100%;
  }
}
.blog03-page__search__content img {
  width: 26.06px;
  position: absolute;
  right: 20.99px;
  top: 11px;
  z-index: 10;
  filter: brightness(0) saturate(100%) invert(23%) sepia(16%) saturate(7023%) hue-rotate(339deg) brightness(80%) contrast(91%);
}
.blog03-page .container--pg {
  padding: 38px 0 108px 0;
}
@media (max-width: 767.98px) {
  .blog03-page .container--pg {
    width: 90%;
  }
}
.blog03-page__boxs {
  gap: 28px 0;
}
@media (max-width: 767.98px) {
  .blog03-page__boxs {
    gap: 15px 0;
  }
}
.blog03-page__boxs__item {
  height: 351px;
  position: relative;
}
@media (max-width: 767.98px) {
  .blog03-page__boxs__item {
    height: 351px;
  }
}
@media (max-width: 1199.98px) {
  .blog03-page__boxs__item {
    width: 100%;
    max-width: 100%;
  }
}
.blog03-page__boxs__item__content {
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.blog03-page__boxs__item__image {
  height: 100%;
  width: 100%;
  display: block;
}
.blog03-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;
}
.blog03-page__boxs__item__description {
  padding: 44px 44px;
  padding-left: 53px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.33%, rgba(0, 0, 0, 0.6) 100%);
}
.blog03-page__boxs__item__buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 575.98px) {
  .blog03-page__boxs__item__buttons {
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 8px;
  }
}
.blog03-page__boxs__item__title {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #fff;
  position: relative;
  width: 56%;
}
.blog03-page__boxs__item__title::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 7px;
  width: 25px;
  height: 22px;
  background-color: #882a23;
}
@media (max-width: 767.98px) {
  .blog03-page__boxs__item__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .blog03-page__boxs__item__title {
    width: 100%;
  }
}
.blog03-page__boxs__item__paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog03-page__boxs__item__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.blog03-page__boxs__item__cta {
  margin-top: 29px;
  margin-left: auto;
  position: relative;
  z-index: 11;
}
@media (max-width: 575.98px) {
  .blog03-page__boxs__item__cta {
    margin: 0 auto 0 0;
  }
}
.blog03-page__boxs__item__cta a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  background: #882a23;
  width: 100%;
  max-width: 203px;
  min-width: 177px;
  height: 45px;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 500;
  border-radius: 9px;
  border: solid 1px #882a23;
  gap: 0 14.58px;
  transition: all ease 0.4s;
}
@media (max-width: 767.98px) {
  .blog03-page__boxs__item__cta a {
    font: 0.938rem "Roboto Slab", serif, arial;
    padding: 0 4px;
    max-width: inherit;
    min-width: inherit;
    gap: 0 3.58px;
  }
}
.blog03-page__boxs__item__cta a img {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog03-page__boxs__item__cta a:hover {
  color: #882a23;
  background-color: transparent;
  transition: all ease 0.4s;
}
.blog03-page__boxs__item__cta a:hover .blog03__boxs__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.blog03-page__pagination {
  margin-top: 52px;
}
.blog03-page__pagination ul {
  gap: 0 3.52px;
  display: flex;
}
.blog03-page__pagination ul li {
  display: flex;
}
.blog03-page__pagination ul li.active .page-link, .blog03-page__pagination ul li:hover .page-link {
  background: #000;
  transition: all 0.5s ease;
}
.blog03-page__pagination ul li .page-link {
  cursor: pointer;
  display: flex;
  background: #7c7c7c;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  border: 0;
  color: #fff;
  border-radius: 0 !important;
  width: 33.4px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog03-show {
  margin-top: -80px;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .blog03-show {
    padding: 50px 30px;
  }
}
.blog03-show .container {
  padding-top: 60px;
  align-items: end;
}
@media (max-width: 767.98px) {
  .blog03-show .container {
    align-items: center;
  }
}
.blog03-show__item__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  .blog03-show__item__title {
    font-size: 1.875rem;
  }
}
.blog03-show__item__published {
  font-size: 14px;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
}
.blog03-show__item__paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #000;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog03-show__item__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.blog03-show__item__image {
  width: 100%;
  height: auto;
}
.blog03-show__item__image img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 21px;
}
.blog03-show__item__description {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
  line-height: 27px;
}
.blog03-show__item__description ul,
.blog03-show__item__description ol {
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .blog03-show__related {
    margin-top: 80px;
  }
}
.blog03-show__related__title {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog03-show__related__title {
    font-size: 1.063rem;
  }
}
.blog03-show__boxs__item {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog03-show__boxs__item {
    margin: 0;
    margin-bottom: 30px;
  }
}
.blog03-show__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog03-show__boxs__item__image {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  padding: 28px 32px;
  height: auto;
  width: 100%;
  aspect-ratio: 287/266;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.blog03-show__boxs__item__image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.33%, rgba(0, 0, 0, 0.6) 100%);
}
.blog03-show__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.blog03-show__boxs__item__date-publish {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .blog03-show__boxs__item__date-publish {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.blog03-show__boxs__item__description {
  padding: 0 15px;
}
.blog03-show__boxs__item__title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .blog03-show__boxs__item__title {
    font-size: 1.063rem;
  }
}
.blog03-show__boxs__item__title::before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #882a23;
  position: absolute;
  top: 4px;
  left: -32px;
}
.blog03-show__boxs__item__paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  color: #b05f33;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .blog03-show__boxs__item__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.blog03-show__boxs__item__icon {
  width: 34px !important;
}

/* BEGIN STYLE */
.topi09 {
  width: calc(90% - 420px);
  margin: 75px auto 0 5%;
}
@media (max-width: 1199.98px) {
  .topi09 {
    width: calc(90% - 370px);
  }
}
@media (max-width: 767.98px) {
  .topi09 {
    width: 100%;
    margin: 0 auto;
  }
}
.topi09 .container--pd {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .topi09 .container--pd {
    width: 100% !important;
    max-width: 100% !important;
    padding: 50px 10%;
  }
}
.topi09 .row {
  flex-wrap: wrap;
  align-items: stretch;
}
.topi09__box {
  flex: 0 0 auto;
  width: 33%;
  padding: 2.5px;
  position: relative;
}
@media (max-width: 991.98px) {
  .topi09__box {
    width: 50%;
  }
}
.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: 767.98px) {
  .topi09__box::after {
    display: none;
  }
}
.topi09__box:last-of-type::after {
  display: none;
}
.topi09__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px #dfcfb9;
  border-radius: 8px;
  padding: 36px 24px;
  position: relative;
  gap: 21px;
  height: 100%;
  transition: all ease 0.4s;
}
.topi09__content:hover {
  background-color: #882a23;
}
.topi09__content:hover img {
  filter: invert(1) grayscale(1);
}
.topi09__content:hover .topi09__title,
.topi09__content:hover .topi09__paragraph,
.topi09__content:hover .topi09__paragraph p {
  color: #fff;
}
.topi09__description {
  width: 100%;
}
@media (max-width: 767.98px) {
  .topi09__description {
    margin-top: 11px;
  }
}
.topi09__image {
  width: 55px;
  height: auto;
}
.topi09__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease 0.4s;
}
.topi09__title {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
  margin-bottom: 5.46px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .topi09__title {
    font-size: 0.938rem "Roboto Slab", serif, arial;
  }
}
.topi09__paragraph {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
  text-align: center;
}
.topi09__paragraph p {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
  text-align: center;
  margin-bottom: 0;
  line-height: 19px !important;
}
@media (max-width: 991.98px) {
  .topi09__paragraph p {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}

/* BEGIN STYLE */
#TOPI10 {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI10 {
    padding: 35px 20px;
  }
}
#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: "Roboto Slab", serif, arial;
  color: #882a23;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.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: "Roboto Slab", serif, arial;
  color: #ecc551;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI10 .header-topic .container-title .subtitle {
    font-size: 1.125rem;
  }
}
#TOPI10 .header-topic .paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI10 .header-topic .paragraph {
    font: 90%;
    width: 0.938rem "Roboto Slab", serif, arial;
  }
}
#TOPI10 .header-topic .line {
  background-color: #882a23;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI10 .container-box {
    width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI10 .container-box .owl-stage-outer {
    overflow: visible;
  }
}
#TOPI10 .container-box .box-topic {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  width: 100%;
}
#TOPI10 .container-box .box-topic .content {
  padding: 0 20px;
}
#TOPI10 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  min-height: 240px;
}
#TOPI10 .container-box .box-topic .content .container-info .image img {
  width: 61px;
}
#TOPI10 .container-box .box-topic .content .container-info .description {
  text-align: center;
}
#TOPI10 .container-box .box-topic .content .container-info .description .title {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  color: #000;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI10 .container-box .box-topic .content .container-info .description .title {
    font-size: 1.875rem;
  }
}
#TOPI10 .container-box .box-topic .content .container-info .description .paragraph {
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #000;
  font-weight: 500;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI10 .container-box .box-topic .content .container-info .description .paragraph {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
#TOPI10 .container-box .box-topic .content:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#TOPI10 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BEGIN STYLE */
.abou04 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 68px;
}
.abou04__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 575.98px) {
  .abou04__main {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: end;
  }
}
.abou04__image {
  width: 34%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 575.98px) {
  .abou04__image {
    width: 100%;
    margin-top: 59px;
  }
}
.abou04__content {
  width: 52%;
}
@media (max-width: 575.98px) {
  .abou04__content {
    width: 100%;
  }
}
.abou04__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .abou04__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.abou04__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  color: #882a23;
  text-align: left;
  margin-bottom: 39px;
}
@media (max-width: 767.98px) {
  .abou04__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.abou04__line {
  width: 100%;
  border-top: 1px solid #b05f33;
  margin: 0 0 34px 0;
  opacity: 1;
}
.abou04__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: end;
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 40px;
  margin-top: 25px;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
}
.abou04__cta:hover {
  background-color: #882a23;
  color: #fff;
}
.abou04__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.abou04__cta:hover .abou04__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

.abou04-page {
  width: 100%;
}
.abou04-page__banner {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 162px 0 92px 0;
}
.abou04-page__banner__content {
  align-items: end;
}
@media (max-width: 767.98px) {
  .abou04-page__banner__content {
    align-items: center;
  }
}
.abou04-page__banner__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .abou04-page__banner__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.abou04-page__banner__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.315rem;
  color: #ecc551;
  text-align: right;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .abou04-page__banner__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.abou04-page__banner__line {
  width: 95%;
  max-width: 610px;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.abou04-page__cont {
  padding-top: 48px;
}
.abou04-page__cont__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 575.98px) {
  .abou04-page__cont__main {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: end;
  }
}
.abou04-page__cont__image {
  width: 48%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 575.98px) {
  .abou04-page__cont__image {
    width: 100%;
    margin-top: 59px;
  }
}
.abou04-page__cont__content {
  width: 48%;
}
@media (max-width: 575.98px) {
  .abou04-page__cont__content {
    width: 100%;
  }
}
.abou04-page__cont__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .abou04-page__cont__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.abou04-page__cont__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  color: #882a23;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .abou04-page__cont__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.abou04-page__cont__line {
  width: 100%;
  border-top: 1px solid #b05f33;
  margin: 0 0 34px 0;
  opacity: 1;
}
.abou04-page__cont__desc {
  width: 100%;
  font: 1rem "Roboto Slab", serif, arial;
  color: #000;
}
@media (max-width: 767.98px) {
  .abou04-page__cont__desc {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.abou04-page__cont__desc p {
  font: inherit;
  color: inherit;
}
.abou04-page__gallery {
  padding: 70px 0;
}
.abou04-page__gallery__header {
  margin-bottom: 70px;
}
.abou04-page__gallery__header__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__header__title {
    font-size: 1.875rem;
  }
}
.abou04-page__gallery__header__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  color: #882a23;
  margin-bottom: 39px;
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__header__subtitle {
    font-size: 1.125rem;
  }
}
.abou04-page__gallery__header__line {
  width: 100%;
  border-top: 1px solid #b05f33;
  margin: 0 auto;
  opacity: 1;
}
.abou04-page__gallery__list {
  gap: 15px 11px;
}
.abou04-page__gallery__list__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  width: calc(25% - 9px);
  height: auto;
  aspect-ratio: 319/288;
  position: relative;
  padding: 33px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .abou04-page__gallery__list__item {
    width: calc(33% - 5px);
  }
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__list__item {
    width: calc(50% - 5.5px);
  }
}
@media (max-width: 575.98px) {
  .abou04-page__gallery__list__item {
    width: 100%;
  }
}
.abou04-page__gallery__list__item__image {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abou04-page__gallery__list__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  color: #882a23;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .abou04-page__gallery__list__item__title {
    font-size: 1.125rem;
  }
}
.abou04-page__gallery__list__item__title::before {
  content: "";
  height: 25px;
  width: 27px;
  position: absolute;
  left: -33px;
  top: 0;
  background-color: #882a23;
}
.abou04-page__gallery__list__item__title::after {
  content: "";
  height: 1px;
  width: 95px;
  position: absolute;
  left: -7px;
  top: 24px;
  background-color: #882a23;
}
.abou04-page__gallery__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  background-color: #ecc551;
  padding: 10px 40px;
  margin-top: 55px;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
}
.abou04-page__gallery__cta:hover {
  background-color: #882a23;
  color: #ecc551;
}
.abou04-page__gallery__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.abou04-page__gallery__cta:hover .abou04-page__gallery__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.abou04-page__topics {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 0;
}
.abou04-page__topics__list {
  gap: 27px;
}
.abou04-page__topics__item {
  gap: 27px;
  width: calc(33% - 15px);
  padding: 55px 30px 45px 30px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .abou04-page__topics__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991.98px) {
  .abou04-page__topics__item {
    width: 100%;
  }
}
.abou04-page__topics__item__header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 19px;
}
.abou04-page__topics__item__icon {
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: center;
     object-fit: center;
}
.abou04-page__topics__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.875rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .abou04-page__topics__item__title {
    font-size: 1.563rem;
  }
}
.abou04-page__topics__item__desc {
  width: 100%;
  font: 1rem "Roboto Slab", serif, arial;
  color: #000;
}
@media (max-width: 767.98px) {
  .abou04-page__topics__item__desc {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.abou04-page__topics__item__desc p {
  width: 100%;
  font: inherit;
  color: inherit;
}

/* BEGIN STYLE */
.cont04 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 45px;
}
.cont04__header {
  margin-bottom: 70px;
}
.cont04__header__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
  line-height: 2.5rem;
}
@media (max-width: 767.98px) {
  .cont04__header__title {
    font-size: 1.875rem;
  }
}
.cont04__header__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif, arial;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .cont04__header__subtitle {
    font-size: 1.125rem;
  }
}
.cont04__header__line {
  opacity: 1;
  border-top: solid 1px #882a23;
  width: 100%;
}
.cont04__header__desc {
  width: 100%;
  max-width: 1096px;
  font: 1rem "Roboto Slab", serif, arial;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .cont04__header__desc {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont04__main {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767.98px) {
  .cont04__main {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.cont04__main__image {
  height: auto;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 767.98px) {
  .cont04__main__image {
    width: 95%;
  }
}
.cont04__main__content {
  width: 50%;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .cont04__main__content {
    width: 95%;
    margin-bottom: 2rem;
  }
}
.cont04__main__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #b05f33;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cont04__main__subtitle {
    font-size: 1.125rem;
  }
}
.cont04__main__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .cont04__main__title {
    font-size: 1.875rem;
  }
}
.cont04__main__line {
  width: 100%;
  opacity: 1;
  margin-bottom: 2rem;
  border-top: solid 1px #b05f33;
}
.cont04__main__desc {
  font: 1rem "Roboto Slab", serif, arial;
  color: #000;
}
@media (max-width: 767.98px) {
  .cont04__main__desc {
    font-size: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cont04__main__desc p {
  font: inherit;
  color: inherit;
}
.cont04__main__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: end;
  white-space: nowrap;
  background-color: #882a23;
  padding: 10px 34px;
  margin-top: 3rem;
  gap: 15px;
  border-radius: 3px;
  border: solid 1px #882a23;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #fff;
}
.cont04__main__cta:hover {
  background-color: transparent;
  color: #fff;
}
.cont04__main__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.cont04__main__cta:hover .cont04__main__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

/* BEGIN STYLE */
.unit03-page__banner {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 100%;
  padding: 162px 0 75px 0;
}
.unit03-page__banner__content {
  align-items: end;
}
@media (max-width: 767.98px) {
  .unit03-page__banner__content {
    align-items: center;
  }
}
.unit03-page__banner__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .unit03-page__banner__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.unit03-page__banner__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.875rem;
  font-weight: 700;
  color: #eadccb;
  text-align: right;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .unit03-page__banner__subtitle {
    font-size: 1.563rem;
    text-align: center;
  }
}
.unit03-page__banner__line {
  width: 100%;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.unit03-page__main {
  padding: 41px 0 80px 0;
  overflow: hidden;
}
.unit03-page__categories {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .unit03-page__categories {
    display: none;
  }
}
.unit03-page__categories__item.active a {
  background-color: #882a23;
  color: #eadccb;
}
.unit03-page__categories__item.active a::before {
  transition: all 0.5s ease;
  bottom: -12px;
  opacity: 1;
}
.unit03-page__categories__item.active a img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(9%) saturate(393%) hue-rotate(353deg) brightness(101%) contrast(95%);
}
.unit03-page__categories__item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 22px;
  position: relative;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
}
.unit03-page__categories__item a::before {
  content: "";
  height: 14px;
  width: 14px;
  opacity: 0;
  background-color: #882a23;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.unit03-page__categories__item a:hover {
  background-color: #882a23;
  color: #eadccb;
}
.unit03-page__categories__item a:hover::before {
  transition: all 0.5s ease;
  bottom: -12px;
  opacity: 1;
}
.unit03-page__categories__item a img {
  height: 31px;
  width: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.unit03-page__categories__item a:hover img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(9%) saturate(393%) hue-rotate(353deg) brightness(101%) contrast(95%);
}
.unit03-page__categories__dropdown-mobile {
  display: none;
  border-bottom: solid 3px #882a23;
}
@media (max-width: 767.98px) {
  .unit03-page__categories__dropdown-mobile {
    display: flex;
  }
}
.unit03-page__categories__dropdown-mobile__item a,
.unit03-page__categories__dropdown-mobile__item button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 15px 26px;
  background-color: #fff;
  white-space: nowrap;
  font-size: 1.063rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
}
.unit03-page__categories__dropdown-mobile__item a img,
.unit03-page__categories__dropdown-mobile__item button img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.unit03-page__categories__dropdown-mobile .accordion-flush {
  width: 100%;
}
.unit03-page__categories__dropdown-mobile .accordion-item {
  margin: 0 auto;
  color: #882a23 !important;
  font: 1rem "Roboto Slab", serif, arial !important;
}
.unit03-page__categories__dropdown-mobile .accordion-item li {
  list-style: none;
  color: #882a23 !important;
  font: 1rem "Roboto Slab", serif, arial !important;
}
.unit03-page__categories__dropdown-mobile .accordion-button::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #882a23;
  width: auto;
  height: auto;
}
.unit03-page__categories__dropdown-mobile .accordion-button:not(.collapsed)::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #882a23;
  transform: rotate(184deg);
  width: auto;
  height: auto;
}
.unit03-page__hold-subcat {
  padding: 6px 44px;
  background-color: #eadccb;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .unit03-page__hold-subcat {
    margin-top: 18px;
  }
}
.unit03-page__subcategories {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}
.unit03-page__subcategories__item {
  width: 100%;
}
.unit03-page__subcategories__item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 4px 8px;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 22px;
  position: relative;
  font-size: 1rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 600;
  color: #882a23;
}
.unit03-page__subcategories__item a img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.unit03-page__subcategories__item a:hover {
  background-color: #882a23;
  color: #eadccb;
}
.unit03-page__subcategories__item.active a {
  background-color: #882a23;
  color: #eadccb;
}
.unit03-page__subcategories .owl-nav {
  display: flex !important;
  justify-content: space-between;
  margin-top: 0;
  width: calc(100% + 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.unit03-page__subcategories .owl-nav button {
  pointer-events: all;
}
.unit03-page__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 30px 24px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.unit03-page__list__item {
  position: relative;
  width: calc(25% - 18px);
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .unit03-page__list__item {
    width: calc(33% - 14px);
  }
}
@media (max-width: 767.98px) {
  .unit03-page__list__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575.98px) {
  .unit03-page__list__item {
    width: 100%;
  }
}
.unit03-page__list__item__top {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 316/307;
  overflow: hidden;
  padding: 38px 34px;
}
.unit03-page__list__item__top::after {
  content: "";
  width: 90%;
  height: 8px;
  background-color: #882a23;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 3;
}
.unit03-page__list__item__top::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.33%, #000 100%);
  position: absolute;
  z-index: 2;
  inset: 0;
  height: 100%;
  width: 100%;
}
.unit03-page__list__item__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.unit03-page__list__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  line-height: 30px;
  z-index: 5;
  width: 100%;
}
@media (max-width: 767.98px) {
  .unit03-page__list__item__title {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.unit03-page__list__item__title::before {
  content: "";
  position: absolute;
  background-color: #b05f33;
  left: -34px;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-radius: 0px 10px 0px 0px;
}
.unit03-page__list__item__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 316/162;
  background-color: #fff;
  border: solid 1px #882a23;
  border-top: none;
  border-radius: 0 0 14px 14px;
}
.unit03-page__list__item__icon {
  height: 60%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.unit03-show__banner {
  margin-top: -150px;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 100%;
  padding: 162px 0 360px 0;
}
.unit03-show__banner__content {
  align-items: end;
}
@media (max-width: 767.98px) {
  .unit03-show__banner__content {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .unit03-show__banner {
    padding: 162px 0 420px 0;
  }
}
.unit03-show__banner__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .unit03-show__banner__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.unit03-show__banner__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.875rem;
  font-weight: 700;
  color: #eadccb;
  text-align: right;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .unit03-show__banner__subtitle {
    font-size: 1.563rem;
    text-align: center;
  }
}
.unit03-show__banner__line {
  width: 100%;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.unit03-show__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -320px;
}
@media (max-width: 767.98px) {
  .unit03-show__top {
    margin-top: -460px;
    flex-direction: column;
  }
}
.unit03-show__top__left {
  width: 63%;
  background-color: transparent;
  position: relative;
}
@media (max-width: 767.98px) {
  .unit03-show__top__left {
    width: 100%;
  }
}
.unit03-show__top__upper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 30px;
  padding: 48px 4%;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .unit03-show__top__upper {
    flex-direction: column;
    padding: 90px 4%;
  }
}
.unit03-show__top__img {
  width: 193px;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .unit03-show__top__img {
    width: 120px;
  }
}
.unit03-show__top__ttl-grp {
  width: calc(100% - 298px);
}
@media (max-width: 767.98px) {
  .unit03-show__top__ttl-grp {
    width: 100%;
  }
}
.unit03-show__top__subtitle {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  text-align: left;
  color: #eadccb;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .unit03-show__top__subtitle {
    font-size: 1.063rem;
  }
}
.unit03-show__top__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  text-align: left;
  color: #eadccb;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .unit03-show__top__title {
    font-size: 1.875rem;
  }
}
.unit03-show__top__category {
  gap: 16px;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  font-size: 1.125rem;
  color: #eadccb;
  margin-bottom: 1rem;
}
.unit03-show__top__category__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 32px;
  width: 32px;
  background-color: #882a23;
  border-radius: 50%;
}
.unit03-show__top__category__icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  filter: brightness(0) saturate(100%) invert(86%) sepia(9%) saturate(393%) hue-rotate(353deg) brightness(101%) contrast(95%);
}
.unit03-show__top__line {
  width: 100%;
  max-width: 330px;
  border-top: 1px solid #882a23;
  margin: 18px auto 18px 0;
  opacity: 1;
}
.unit03-show__top__social {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 12px;
  list-style-type: none;
  padding-left: 0;
}
.unit03-show__top__social__item {
  height: 33px;
  width: 33px;
}
.unit03-show__top__social__item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.unit03-show__top__social__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.unit03-show__top__carousel {
  width: 80%;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 575.98px) {
  .unit03-show__top__carousel {
    width: 60%;
    max-width: 260px;
  }
}
.unit03-show__top__carousel__item {
  gap: 16px;
}
.unit03-show__top__carousel__item__icon {
  width: 56px !important;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.unit03-show__top__carousel__item__title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  color: #882a23;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .unit03-show__top__carousel__item__title {
    font-size: 1.063rem;
  }
}
.unit03-show__top__carousel__item__desc {
  font: 1rem "Roboto Slab", serif, arial;
  color: #b05f33;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .unit03-show__top__carousel__item__desc {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.unit03-show__top__carousel .owl-nav .owl-prev {
  color: #b05f33 !important;
  background-color: transparent !important;
  font-size: 50px !important;
  position: absolute;
  left: -25%;
  top: 33%;
}
.unit03-show__top__carousel .owl-nav .owl-next {
  color: #b05f33 !important;
  background-color: transparent !important;
  font-size: 50px !important;
  position: absolute;
  right: -25%;
  top: 33%;
}
.unit03-show__top__form {
  width: 30%;
  background-color: #fff;
  padding: 34px 23px 18px 23px;
  border-radius: 11px 11px 0 0;
  max-width: 310px;
  border-bottom: 12px solid #882a23;
  align-self: end;
  margin-right: 5%;
}
@media (max-width: 767.98px) {
  .unit03-show__top__form {
    margin-right: 0;
    align-self: center;
    width: 100%;
    padding: 38px 27px;
  }
}
.unit03-show__top__form__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .unit03-show__top__form__subtitle {
    font-size: 1.063rem;
  }
}
.unit03-show__top__form__title {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  text-align: left;
  color: #882a23;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .unit03-show__top__form__title {
    font-size: 1.875rem;
  }
}
.unit03-show__top__form__line {
  width: 100%;
  max-width: 330px;
  border-top: 1px solid #882a23;
  margin: 21px auto 29px 0;
  opacity: 1;
}
.unit03-show__top__form .form-control {
  border-radius: 22px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.unit03-show__top__form textarea {
  height: 143px;
}
.unit03-show__top__form__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: end;
  white-space: nowrap;
  background-color: #882a23;
  border: solid 1px #882a23;
  padding: 7px 24px;
  margin-top: 16px;
  border: none;
  border-radius: 8px;
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #fff;
}
.unit03-show__top__form__cta:hover {
  background-color: transparent;
  color: #882a23;
}
.unit03-show__top__form__cta__icon {
  height: 19px;
  width: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.unit03-show__top__form__cta:hover .unit03-show__top__form__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.unit03-show__content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.unit03-show__content__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 767.98px) {
  .unit03-show__content__container {
    flex-direction: column !important;
    align-items: center;
  }
}
.unit03-show__content:nth-of-type(even) .unit03-show__content__container {
  flex-direction: row-reverse;
}
.unit03-show__content__carousel {
  width: 49%;
  height: auto;
  aspect-ratio: 655/473;
}
@media (max-width: 767.98px) {
  .unit03-show__content__carousel {
    width: 100%;
    margin-bottom: 33px;
  }
}
.unit03-show__content__carousel__item {
  width: 100%;
  height: auto;
  aspect-ratio: 655/473;
}
.unit03-show__content__carousel__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unit03-show__content__carousel .owl-dots {
  margin-top: -30px;
  z-index: 10;
  position: relative;
}
.unit03-show__content__carousel .owl-dots .owl-dot {
  background-color: #fff;
  opacity: 0.4;
}
.unit03-show__content__carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  opacity: 1;
}
.unit03-show__content__right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 47%;
}
@media (max-width: 767.98px) {
  .unit03-show__content__right {
    align-items: center;
    width: 100%;
  }
}
.unit03-show__content__subtitle {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 500;
  text-align: left;
  color: #882a23;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .unit03-show__content__subtitle {
    font-size: 1.063rem;
    text-align: center;
  }
}
.unit03-show__content__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .unit03-show__content__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.unit03-show__content__line {
  width: 100%;
  border-top: 1px solid #882a23;
  margin: 21px auto 40px 0;
  opacity: 1;
}
.unit03-show__content__text {
  width: 100%;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .unit03-show__content__text {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.unit03-show__content__text p {
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}
.unit03-show__content__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: start;
  white-space: nowrap;
  background-color: #882a23;
  border: solid 1px #882a23;
  padding: 7px 24px;
  margin-top: 16px;
  border: none;
  border-radius: 8px;
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #fff;
}
.unit03-show__content__cta:hover {
  background-color: transparent;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .unit03-show__content__cta {
    align-self: center;
  }
}
.unit03-show__content__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.unit03-show__content__cta:hover .unit03-show__content__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.unit03-show__gallery {
  padding: 62px 0 66px 0;
}
.unit03-show__gallery__header {
  margin-bottom: 61px;
}
.unit03-show__gallery__subtitle {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  text-align: center;
  color: #882a23;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .unit03-show__gallery__subtitle {
    font-size: 1.063rem;
  }
}
.unit03-show__gallery__title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif, arial;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .unit03-show__gallery__title {
    font-size: 1.875rem;
  }
}
.unit03-show__gallery__line {
  width: 100%;
  border-top: 1px solid #882a23;
  margin: 21px 0 0 0;
  opacity: 1;
}
.unit03-show__gallery__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 24px;
}
@media (max-width: 767.98px) {
  .unit03-show__gallery__list {
    gap: 16px;
  }
}
.unit03-show__gallery__item, .unit03-show__gallery__item--big {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  position: relative;
  width: calc(25% - 18px);
  height: auto;
  padding: 32px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
.unit03-show__gallery__item.play-button::before, .play-button.unit03-show__gallery__item--big::before {
  content: "";
  background-color: #fff;
  width: 20%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.unit03-show__gallery__item--big {
  width: 100% !important;
  aspect-ratio: 1341/488 !important;
}
@media (max-width: 767.98px) {
  .unit03-show__gallery__item--big {
    aspect-ratio: 1/1 !important;
  }
}
@media (max-width: 991.98px) {
  .unit03-show__gallery__item, .unit03-show__gallery__item--big {
    width: calc(33% - 14px);
  }
}
@media (max-width: 767.98px) {
  .unit03-show__gallery__item, .unit03-show__gallery__item--big {
    width: calc(50% - 8px);
  }
}
.unit03-show__gallery__item img, .unit03-show__gallery__item--big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.unit03-show__gallery__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0;
  line-height: 30px;
  z-index: 5;
  width: 100%;
  padding-left: 24px;
}
.unit03-show__gallery__item__title::before {
  content: "";
  position: absolute;
  background-color: #882a23;
  left: 0px;
  top: 4px;
  width: 15px;
  height: 15px;
}

/* BEGIN STYLE */
.gall03 {
  padding: 47px 0;
  background-color: #eadccb;
}
.gall03__header__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  .gall03__header__title {
    font-size: 1.875rem;
  }
}
.gall03__header__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #dfcfb9;
}
@media (max-width: 767.98px) {
  .gall03__header__subtitle {
    font-size: 1.125rem;
  }
}
.gall03__header__line {
  width: 100%;
  border-top: solid 1px #882a23;
  margin: 0.75rem 0 3rem 0;
  opacity: 1;
}
.gall03__carousel {
  max-width: 1366px;
}
.gall03__carousel__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  height: auto;
  width: 100%;
  aspect-ratio: 319/437;
  position: relative;
  padding: 33px;
  overflow: hidden;
}
.gall03__carousel__item img {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gall03__carousel__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  color: #882a23;
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .gall03__carousel__item__title {
    font-size: 1.125rem;
  }
}
.gall03__carousel__item__title::before {
  content: "";
  height: 25px;
  width: 27px;
  position: absolute;
  left: -33px;
  top: 0;
  background-color: #882a23;
}
.gall03__carousel__item__title::after {
  content: "";
  height: 1px;
  width: 95px;
  position: absolute;
  left: -7px;
  top: 24px;
  background-color: #882a23;
}
.gall03 .owl-nav {
  margin-left: -20%;
}
@media (min-width: 1400px) {
  .gall03 .owl-nav {
    margin-left: -5%;
  }
}
@media (max-width: 1199.98px) {
  .gall03 .owl-nav {
    margin-left: -10%;
  }
}
@media (max-width: 767.98px) {
  .gall03 .owl-nav {
    margin-left: -32%;
  }
}
@media (max-width: 575.98px) {
  .gall03 .owl-nav {
    margin-left: -3%;
  }
}

/* lightbox */
.lightbox-gall03 {
  display: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
}
.lightbox-gall03 .carousel__button.is-close {
  top: 37px !important;
  right: 37px;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  background-color: #000;
}
.lightbox-gall03__content {
  display: flex;
  flex-direction: column;
}
.lightbox-gall03 .container {
  height: 100%;
  padding: 78px 0;
}
.lightbox-gall03__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.lightbox-gall03__subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.lightbox-gall03__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__top {
    align-items: center;
  }
}
.lightbox-gall03__top__description {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__top__description {
    text-align: center;
    margin-bottom: 15px;
  }
}
.lightbox-gall03__top__description__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__top__description__title {
    font-size: 1.875rem;
  }
}
.lightbox-gall03__top__description__subtitle {
  color: #e6e6e6;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__top__description__subtitle {
    font-size: 1.125rem;
  }
}
.lightbox-gall03__bottom {
  margin-top: 20px;
}
.lightbox-gall03__bottom__main {
  position: relative;
  height: 407px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__bottom__main {
    width: 95%;
    margin: 0 auto 25px auto;
  }
}
.lightbox-gall03__bottom__main__iframe, .lightbox-gall03__bottom__main__item {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.lightbox-gall03__bottom__main__iframe {
  display: block;
}
.lightbox-gall03__bottom__main__legend {
  color: #000;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  position: absolute;
  bottom: 27px;
  left: 27px;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__bottom__main__legend {
    font-size: 0.875rem "Roboto Slab", serif, arial;
    bottom: 14px;
    left: 23px;
  }
}
.lightbox-gall03__bottom__thumbnail__carousel {
  margin: 0 auto;
}
.lightbox-gall03__bottom__thumbnail__item {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__bottom__thumbnail__item {
    height: 47px;
  }
}
.lightbox-gall03 .owl-carousel .owl-item {
  height: 68px !important;
  width: 68px !important;
  aspect-ratio: 1/1;
}
.lightbox-gall03 .owl-carousel .owl-item img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav {
  display: flex !important;
  z-index: 100;
}
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev,
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next {
  height: 21px;
  width: 21px;
  border-radius: 100%;
  background-color: #b05f33 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b05f33 !important;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev {
  left: 0;
  margin-left: -36px;
}
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next {
  right: 0;
  margin-right: -36px;
}
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev span,
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 22px;
  height: 28px;
  display: block;
}
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev:hover,
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next:hover {
  background: transparent !important;
}
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-prev:hover span,
.lightbox-gall03 .lightbox-gall02__bottom__thumbnail__carousel .owl-nav .owl-next:hover span {
  color: #b05f33 !important;
}

.fancybox__backdrop {
  background-color: #000 !important;
  opacity: 0.9 !important;
}

.fancybox__slide {
  padding: 0 !important;
}

/* pg interna */
.gall03-page {
  width: 100%;
}
.gall03-page__header {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 162px 0 92px 0;
}
.gall03-page__header__content {
  align-items: end;
}
@media (max-width: 767.98px) {
  .gall03-page__header__content {
    align-items: center;
  }
}
.gall03-page__header__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .gall03-page__header__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.gall03-page__header__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.315rem;
  color: #ecc551;
  text-align: right;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .gall03-page__header__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.gall03-page__header__line {
  width: 100%;
  border-top: solid 1px #882a23;
  margin-top: 18px;
  opacity: 1;
}
.gall03-page__main {
  padding: 47px 0 100px 0;
}
.gall03-page__main__title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767.98px) {
  .gall03-page__main__title {
    font-size: 1.875rem;
  }
}
.gall03-page__main__subtitle {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #b05f33;
}
@media (max-width: 767.98px) {
  .gall03-page__main__subtitle {
    font-size: 1.125rem;
  }
}
.gall03-page__main__line {
  width: 100%;
  border-top: solid 1px #882a23;
  margin-top: 18px;
  opacity: 1;
}
.gall03-page__main__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 95vw;
  margin: 60px auto 0 auto;
}
.gall03-page__main__list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  width: calc(25% - 8px);
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 1400px) {
  .gall03-page__main__list__item {
    width: calc(20% - 8px);
  }
}
@media (max-width: 991.98px) {
  .gall03-page__main__list__item {
    width: calc(33% - 5px);
  }
}
@media (max-width: 767.98px) {
  .gall03-page__main__list__item {
    width: calc(50% - 9px);
  }
}
@media (max-width: 575.98px) {
  .gall03-page__main__list__item {
    width: 100%;
  }
}
.gall03-page__main__list__item__image {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 240/194;
  overflow: hidden;
}
.gall03-page__main__list__item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gall03-page__main__list__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 6px 20px 24px 20px;
  border-radius: 0 0 8px 8px;
  border: solid 1px #882a23;
  border-top: none;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .gall03-page__main__list__item__title {
    font-size: 1.063rem;
  }
}
.gall03-page__main__list__item__title::before {
  content: "";
  height: 5px;
  width: 12px;
  position: absolute;
  left: 0px;
  top: 14px;
  background-color: #882a23;
}

/* BEGIN STYLE */
.sche01-page {
  width: 100%;
}
.sche01-page__banner {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 162px 0 92px 0;
}
.sche01-page__banner__content {
  align-items: end;
}
@media (max-width: 767.98px) {
  .sche01-page__banner__content {
    align-items: center;
  }
}
.sche01-page__banner__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .sche01-page__banner__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.sche01-page__banner__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.315rem;
  color: #ecc551;
  text-align: right;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .sche01-page__banner__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.sche01-page__banner__line {
  width: 95%;
  max-width: 610px;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.sche01-page__cont {
  padding: 48px 0 118px 0;
  padding-bottom: 0;
}
.sche01-page__cont__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__body {
    flex-direction: column;
  }
}
.sche01-page__cont__main {
  width: 60%;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__main {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sche01-page__cont__top {
  margin-bottom: 39px;
}
.sche01-page__cont__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__title {
    font-size: 1.875rem;
  }
}
.sche01-page__cont__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.315rem;
  color: #882a23;
  text-align: left;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__subtitle {
    font-size: 1.125rem;
  }
}
.sche01-page__cont__line {
  width: 100%;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.sche01-page__cont__list {
  gap: 35px;
}
.sche01-page__cont__list p {
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #000;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__list p {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.sche01-page__cont__item {
  width: 100%;
}
.sche01-page__cont__item + .sche01-page__cont__item {
  padding-top: 80px;
  border-top: solid 1px #882a23;
}
.sche01-page__cont__item__header {
  gap: 30px;
  margin-bottom: 18px;
}
.sche01-page__cont__item__header__topics {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  width: 100%;
  padding: 0;
}
.sche01-page__cont__item__header__topics__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__header__topics__item {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.sche01-page__cont__item__date {
  width: 120px;
  height: 120px;
  background-color: #eadccb;
  border-radius: 8px;
}
.sche01-page__cont__item__day {
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
  line-height: 1.875rem;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__day {
    font-size: 1.563rem;
  }
}
.sche01-page__cont__item__month {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  line-height: 120%;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__month {
    font-size: 1.125rem;
  }
}
.sche01-page__cont__item__year {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  line-height: 120%;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__year {
    font-size: 1.063rem;
  }
}
.sche01-page__cont__item__right {
  width: calc(100% - 150px);
  margin-bottom: 28px;
}
.sche01-page__cont__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.875rem;
  font-weight: 700;
  color: #b05f33;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__title {
    font-size: 1.563rem;
  }
}
.sche01-page__cont__item__line {
  opacity: 1;
  width: 100%;
  border-top: 1px solid #882a23;
  margin: 21px 0;
}
.sche01-page__cont__item__img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
  border-radius: 26px;
}
.sche01-page__cont__item__desc {
  width: 100%;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__desc {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.sche01-page__cont__item__desc p {
  font: inherit;
  color: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.sche01-page__cont__item__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: end;
  white-space: nowrap;
  background-color: #882a23;
  border-radius: 8px;
  border: solid 1px #882a23;
  padding: 10px 40px;
  margin-top: 28px;
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #eadccb;
}
.sche01-page__cont__item__cta:hover {
  background-color: transparent;
  color: #882a23;
}
.sche01-page__cont__item__cta__icon {
  height: 19px;
  width: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.sche01-page__cont__item__cta:hover .sche01-page__cont__item__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.sche01-page__cont .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 9px;
  margin-top: 58px;
  list-style-type: none;
}
.sche01-page__cont .pagination .page-item .page-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
}
.sche01-page__cont .pagination .page-item {
  height: 38px;
  width: 38px;
}
.sche01-page__cont .pagination .page-item .page-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: center;
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #882a23;
  background-color: #d9d9d9;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sche01-page__cont .pagination .page-item .page-link {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.sche01-page__cont .pagination .page-item .page-link:hover {
  background-color: #882a23;
  color: #d9d9d9;
}
.sche01-page__cont .pagination .page-item:first-of-type .page-link, .sche01-page__cont .pagination .page-item:last-of-type .page-link {
  background-color: transparent !important;
  color: #882a23;
  font-size: 2rem;
}
.sche01-page__cont .pagination .page-item.active .page-link {
  background-color: #882a23;
  color: #d9d9d9;
}
.sche01-page__cont__aside {
  width: 33%;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__aside {
    width: 100%;
  }
}

.sche01-form {
  border-radius: 17px;
  background-color: #eadccb;
  padding: 24px 28px 32px 28px;
}
.sche01-form__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.125rem;
  font-weight: 400;
  color: #b05f33;
  text-align: left;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sche01-form__subtitle {
    font-size: 1.063rem;
  }
}
.sche01-form__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sche01-form__title {
    font-size: 1.125rem;
  }
}
.sche01-form__desc {
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #000;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .sche01-form__desc {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.sche01-form__desc p {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.sche01-form input {
  border-radius: 22px;
}
.sche01-form__inputs {
  width: 100%;
}
.sche01-form__inputs label {
  font: 0.875rem "Roboto Slab", serif, arial !important;
  color: #882a23 !important;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .sche01-form__inputs label {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.sche01-form__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 16px;
  align-self: end;
  white-space: nowrap;
  background-color: #882a23;
  border-radius: 8px;
  border: solid 1px #882a23;
  padding: 10px 40px;
  margin-top: 28px;
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #eadccb;
}
.sche01-form__cta:hover {
  background-color: transparent;
  color: #882a23;
}
.sche01-form__cta__icon {
  height: 19px;
  width: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.sche01-form__cta:hover .sche01-form__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

.sche01-month-categories {
  list-style-type: none;
  padding-left: 0;
}
.sche01-month-categories__item {
  padding: 12px 0 14px 22px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3019607843);
}
.sche01-month-categories__item::before {
  content: "";
  width: 3px;
  height: 28px;
  background-color: #ecc551;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sche01-month-categories__item__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sche01-month-categories__item__title {
    font-size: 1.125rem;
  }
}
.sche01-month-categories__item__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font: 0.875rem "Roboto Slab", serif, arial;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sche01-month-categories__item__subtitle {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.sche01-month-categories__item__counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: #882a23;
  color: #fff;
  font-family: "Roboto Slab", serif, arial;
  font-size: 0.75rem;
  font-weight: 400;
}

.sche01-show {
  width: 100%;
  margin-top: -150px;
}
.sche01-show__banner {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 162px 0 92px 0;
}
.sche01-show__banner__content {
  align-items: end;
}
@media (max-width: 767.98px) {
  .sche01-show__banner__content {
    align-items: center;
  }
}
.sche01-show__banner__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .sche01-show__banner__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.sche01-show__banner__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.315rem;
  color: #ecc551;
  text-align: right;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .sche01-show__banner__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
}
.sche01-show__banner__line {
  width: 95%;
  max-width: 610px;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.sche01-show__cont {
  padding: 48px 0 118px 0;
}
.sche01-show__cont__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 767.98px) {
  .sche01-show__cont__body {
    flex-direction: column;
  }
}
.sche01-show__cont__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #b05f33;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sche01-show__cont__title {
    font-size: 1.875rem;
  }
}
.sche01-show__cont__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #ecc551;
  text-align: left;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .sche01-show__cont__subtitle {
    font-size: 1.125rem;
  }
}
.sche01-show__cont__line {
  width: 100%;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.sche01-show__cont__aside {
  width: 33%;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .sche01-show__cont__aside {
    width: 100%;
  }
}
.sche01-show__content {
  width: 60%;
}
@media (max-width: 767.98px) {
  .sche01-show__content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sche01-show__content__header {
  gap: 30px;
}
.sche01-show__content__header__topics {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  width: 100%;
  padding: 0;
}
.sche01-show__content__header__topics__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-show__content__header__topics__item {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.sche01-show__content__date {
  width: 120px;
  height: 120px;
  background-color: #eadccb;
  border-radius: 8px;
}
.sche01-show__content__day {
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
  line-height: 1.875rem;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .sche01-show__content__day {
    font-size: 1.563rem;
  }
}
.sche01-show__content__month {
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  line-height: 120%;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-show__content__month {
    font-size: 1.125rem;
  }
}
.sche01-show__content__year {
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  line-height: 120%;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-show__content__year {
    font-size: 1.063rem;
  }
}
.sche01-show__content__right {
  width: calc(100% - 150px);
  margin-bottom: 28px;
}
.sche01-show__content__title {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #b05f33;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sche01-show__content__title {
    font-size: 1.563rem;
  }
}
.sche01-show__content__line {
  opacity: 1;
  width: 100%;
  border-top: 1px solid #882a23;
  margin: 21px 0;
}
.sche01-show__content__img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 26px;
}
.sche01-show__content__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #882a23;
  text-align: left;
  margin: 32px 0;
}
@media (max-width: 767.98px) {
  .sche01-show__content__subtitle {
    font-size: 1.563rem;
  }
}
.sche01-show__content__desc {
  width: 100%;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #882a23;
}
@media (max-width: 767.98px) {
  .sche01-show__content__desc {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.sche01-show__content__desc p {
  font: inherit;
  color: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.sche01-show__content__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: start;
  white-space: nowrap;
  background-color: #dfcfb9;
  padding: 10px 40px;
  margin-top: 42px;
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
}
.sche01-show__content__cta:hover {
  background-color: #882a23;
  color: #dfcfb9;
}
.sche01-show__content__cta__icon {
  height: 19px;
  width: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.sche01-show__content__cta:hover .sche01-show__content__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

/* BEGIN STYLE */
.cota02__header {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 162px 0 92px 0;
  position: relative;
}
.cota02__header .container-cota02__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
@media (max-width: 767.98px) {
  .cota02__header .container-cota02__header {
    align-items: center;
  }
}
.cota02__header .container-cont02-page__header {
  padding: 108px 0;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
@media (max-width: 575.98px) {
  .cota02__header .container-cont02-page__header {
    padding: 44px 20px;
  }
}
.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-family: "Roboto Slab", serif, arial;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #eadccb;
  text-align: right;
}
@media (max-width: 767.98px) {
  .cota02__header__title {
    font-size: 2.5rem;
  }
}
.cota02__header__subtitle {
  font-family: "Roboto Slab", serif, arial;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.315rem;
  color: #ecc551;
  text-align: right;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .cota02__header__subtitle {
    font-size: 1.125rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #b05f33;
  width: 100%;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cota02__boxForm .container--boxForm {
  padding: 68px 0 59px 0;
}
@media (max-width: 575.98px) {
  .cota02__boxForm .container--boxForm .row {
    margin: 0 auto;
  }
}
.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: column;
  padding: 20px 36px;
}
.cota02__boxForm__item__content__image {
  width: 51px;
  height: 51px;
  margin-bottom: 14.04px;
}
@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__title {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
  font-family: "Roboto Slab", serif, arial;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.563rem;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
}
.cota02__boxForm__item__content__description__paragraph p {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__paragraph p {
    font: 0.813rem "Roboto Slab", serif, arial;
  }
}
.cota02__form {
  padding: 78px 0 40px 0;
}
.cota02__form__header {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cota02__form__header__title {
  font-size: 2.5rem;
  color: #000;
  font-family: "Roboto Slab", serif, arial;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cota02__form__header__title {
    font-size: 1.875rem;
  }
}
.cota02__form__header__line {
  background: #882a23;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
}
.cota02__form__header__paragraph {
  max-width: 800px;
}
.cota02__form__header__paragraph p {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph p {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item--select .form-select {
  margin-bottom: 0 !important;
  height: 52px;
  border: 1px solid var(--c-1, #882a23);
  border-radius: 10px !important;
}
@media (max-width: 575.98px) {
  .cota02__form .input__item--select .form-select {
    margin-bottom: 1rem !important;
  }
}
.cota02__form__inputs__formIput {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.cota02__form__inputs__formIput .input__item {
  width: 100%;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #000;
}
.cota02__form__inputs__formIput .input__item .form-control {
  border: 1px solid var(--c-1, #882a23);
  height: 52px;
  border-radius: 10px !important;
}
.cota02__form__inputs__compliance {
  display: flex;
}
.cota02__form__inputs__compliance input {
  border: 1px solid #393939;
  font: 0.875rem "Roboto Slab", serif, arial;
}
.cota02__form__inputs__compliance label {
  color: #393939;
  font: 0.875rem "Roboto Slab", serif, arial;
}
.cota02__form__inputs__compliance label a {
  color: #7c7c7c;
  font: 0.875rem "Roboto Slab", serif, arial;
}

.cota02-show__form__item__input:nth-of-type(5) {
  width: 100% !important;
}

.cota02-show__form__item__input .input__item--textarea textarea {
  height: 136px !important;
}

.cota02-show__form__inputs__formIput__input-submit {
  height: 31px;
  width: 165px;
  background-color: #882a23;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #882a23;
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #fff;
  border-radius: 23px;
}
.cota02-show__form__inputs__formIput__input-submit:hover {
  background-color: transparent;
  color: #882a23;
}

.cota02-show__form__compliance {
  font: 0.875rem "Roboto Slab", serif, arial;
  font-weight: 400;
  color: #393939;
}
.cota02-show__form__compliance a {
  color: #7c7c7c;
  text-decoration: underline;
}

.form-check-input:checked[type=checkbox] {
  border: 1px solid #393939;
}

.form-check-input:checked {
  background-color: #b34423;
  border-color: #b34423;
}

/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #EFEFEF;
  padding: 87px 0;
  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 {
  margin-bottom: 25px;
  z-index: 100;
  position: relative;
}
.comp01-page__header__title {
  font-size: 3.125rem;
  font-family: "Roboto Slab", serif, arial;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__header__title {
    font-size: 1.875rem;
  }
}
.comp01-page__content {
  padding: 45px 0 120px;
}
.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: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
  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: "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #882a23;
  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: #882a23;
  margin-bottom: 35px;
}
.comp01-page__content__paragraph {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #882a23;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__paragraph {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.comp01-page__content__paragraph h2, .comp01-page__content__paragraph h3 {
  color: #000;
  margin-top: 3rem;
}
.comp01-page__archives {
  margin-top: 50px;
}
.comp01-page__archives__item {
  font: 1rem "Roboto Slab", serif, arial;
  font-weight: 700;
  color: #000;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #dfcfb9;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 0.938rem "Roboto Slab", serif, arial;
  }
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #000;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
