@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.cdnfonts.com/css/red-hat-display-2);
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #1a1a1a;
}
body.no-scroll {
  overflow-y: hidden;
}

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

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
  margin-top: -149px;
}

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

body::-webkit-scrollbar-thumb {
  background: rgba(17, 17, 17, 0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 0) and (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95% !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !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(17, 17, 17, 0.5);
}

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

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

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

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

@keyframes right-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(15px); /* Adjust the bounce distance as needed */
  }
  60% {
    transform: translateX(7px); /* Adjust the bounce distance as needed */
  }
}
.form101 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #710808;
}
.form101__left {
  width: 50%;
  padding: 40px 5vw;
}
@media (max-width: 991.98px) {
  .form101__left {
    width: 100%;
  }
}
.form101__content__title {
  font-size: 70px !important;
  font-weight: 100 !important;
}
@media (max-width: 991.98px) {
  .form101__content__title {
    font-size: 39px !important;
  }
}
.form101__content__subtitle {
  font-size: 70px !important;
  font-weight: 100 !important;
}
@media (max-width: 991.98px) {
  .form101__content__subtitle {
    font-size: 39px !important;
  }
}
.form101__content__paragraph {
  margin: 2rem 0;
}
.form101__content__cta {
  display: flex;
  font-size: 1.875rem;
  filter: brightness(1);
}
.form101__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.form101__form__checkbox-label {
  margin: 0.5rem 0 1rem 0;
}
.form101__form__checkbox-label label {
  opacity: 0.6;
}
.form101__form__checkbox-label a {
  opacity: 0.6;
  text-decoration: underline;
  color: inherit;
}
.form101__form__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: end;
  text-align: center;
  border: none;
  background-color: transparent;
  transition: all ease 0.3s;
}
.form101__form__cta:hover {
  scale: 1.05;
  filter: brightness(0.8);
  transition: all ease 0.3s;
}
.form101__form__cta__icon {
  width: 81px;
  height: 8px;
}
.form101__form__cta:hover .form101__form__cta__icon {
  animation: right-bounce 2s ease-in-out 1;
}
.form101 .hold-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  padding-left: 3rem;
}
@media (max-width: 575.98px) {
  .form101 .hold-items {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.form101 .hold-items__left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 2rem;
}
.form101 .form-placeholder .form-control,
.form101 .form-placeholder .form-select {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  background-color: transparent !important;
  margin-top: 12px;
}
.form101 .form-placeholder .form-select option {
  color: #111111;
}
.form101 .form-placeholder.focusing .placeholder--custom {
  top: -2px;
}
.form101__image {
  width: 50%;
  height: 774px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .form101__image {
    display: none;
  }
}
.form101__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

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

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

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

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.form03 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  font-size: 4.375rem;
  color: #111111;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 3.75rem;
  }
}
.form03__boxLeft__subtitle {
  color: #1a1a1a;
  font-size: 2.812rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxLeft__subtitle {
    font-size: 2.187rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.875rem;
  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: 4.375rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 3.75rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #111111;
  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: #111111;
  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: #111111;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

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

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

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

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

.form-check-label {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

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

.confirmation__header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
}
.confirmation__header__title {
  font-size: 3.75rem;
  color: #fff;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__title {
    font-size: 1.85rem;
  }
}
.confirmation__header__subtitle {
  font-size: 1.75rem;
  color: #fff;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__subtitle {
    font-size: 1.25rem;
  }
}

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

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

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

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

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

.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, .animated.blur-10 {
  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.3s;
}
.delay-group:nth-child(2) {
  transition-delay: 0.5s;
}
.delay-group:nth-child(3) {
  transition-delay: 0.7s;
}
.delay-group:nth-child(4) {
  transition-delay: 0.9s;
}
.delay-group:nth-child(5) {
  transition-delay: 1.1s;
}
.delay-group:nth-child(6) {
  transition-delay: 1.3s;
}
.delay-group:nth-child(7) {
  transition-delay: 1.5s;
}
.delay-group:nth-child(8) {
  transition-delay: 1.7s;
}
.delay-group:nth-child(9) {
  transition-delay: 1.9s;
}
.delay-group:nth-child(10) {
  transition-delay: 2.1s;
}
.delay-group:nth-child(11) {
  transition-delay: 2.3s;
}
.delay-group:nth-child(12) {
  transition-delay: 2.5s;
}
.delay-group:nth-child(13) {
  transition-delay: 2.7s;
}
.delay-group:nth-child(14) {
  transition-delay: 2.9s;
}
.delay-group:nth-child(15) {
  transition-delay: 3.1s;
}
.delay-group:nth-child(16) {
  transition-delay: 3.3s;
}
.delay-group:nth-child(17) {
  transition-delay: 3.5s;
}
.delay-group:nth-child(18) {
  transition-delay: 3.7s;
}
.delay-group:nth-child(19) {
  transition-delay: 3.9s;
}
.delay-group:nth-child(20) {
  transition-delay: 4.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;
}

.comp01-page__header__title, #TOPI01 .header-topic .title, .feed01__header__title, #TOPI03 .header-topic .title, .cont02v1__title, .gall03-page__main__title, .lightbox-gall03__title, .gall03__header__title, .cont07__emcompass__title, .port101__emcompass__title, .topi102-show__title, .cont02__title, .lightbox-abou02__title, .abou02-page__topic__encompass__title, .abou02-page__content__title, .abou02__boxLeft__title, .comp01-page__content__title, .abou02-page__section__title, #SLID03 .slid03__content__text .title, #SLID01 .content-slide .content-description .title, .form101__content__title, .form101__content__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 3rem;
  font-weight: 200;
  line-height: 100%;
  color: #e0e0e0;
}
@media (max-width: 991.98px) {
  .comp01-page__header__title, #TOPI01 .header-topic .title, .feed01__header__title, #TOPI03 .header-topic .title, .cont02v1__title, .gall03-page__main__title, .lightbox-gall03__title, .gall03__header__title, .cont07__emcompass__title, .port101__emcompass__title, .topi102-show__title, .cont02__title, .lightbox-abou02__title, .abou02-page__topic__encompass__title, .abou02-page__content__title, .abou02__boxLeft__title, .comp01-page__content__title, .abou02-page__section__title, #SLID03 .slid03__content__text .title, #SLID01 .content-slide .content-description .title, .form101__content__title, .form101__content__subtitle {
    font-size: 39px;
  }
}
#SLID03 .slid03__content__text .title, #SLID01 .content-slide .content-description .title {
  font-size: 8rem;
  font-weight: 100;
}
@media (max-width: 767.98px) {
  #SLID03 .slid03__content__text .title, #SLID01 .content-slide .content-description .title {
    font-size: 5rem;
  }
}
.comp01-page__content__title, .abou02-page__section__title {
  font-size: 3.75rem;
}
@media (max-width: 767.98px) {
  .comp01-page__content__title, .abou02-page__section__title {
    font-size: 3.125rem;
  }
}
.comp01-page__content__subtitle, #TOPI01 .header-topic .subtitle, .blog01-show__boxs__item__title, .blog01-show__related__title, .blog01-page__pagination .page-item .page-link, .blog01-page__boxs__item__title, .blog01-page__header__title, #TOPI03 .header-topic .subtitle, .cont02v1__subtitle, .gall03-page__main__subtitle, .lightbox-gall03__subtitle, .gall03__header__subtitle, .cont07__emcompass__subtitle, .lightbox-port101__next-event__city, .lightbox-port101__next-event__title, .topi102-show__subtitle, .cont02__subtitle, .lightbox-abou02__subtitle, .abou02-page__section__subtitle, .abou02-page__topic__encompass__subtitle, .abou02__boxRight__title, .abou02__boxLeft__subtitle, .gall04-page__main__subtitle, .ttl-header__title, .cota02__form__header__title, .cota02__header__title, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .gall03-page__header__title, .lightbox-port101__description__title, .abou02-page__content__subtitle, .abou02-page__header__title, .slid03-show__sideLeft__content__title, #SLID03 .slid03__content__form__title, #SLID03 .slid03__content__text .subtitle, #SLID01 .content-slide .content-description .subtitle, #TOPI01 .container-box .box-topic .content .title, .gall03-page__main__list__item__title, .gall03__carousel__item__title, .cont07__gallery__item__title, .topi102__content__box__description__title, .lightbox-abou02__main__title, .abou02-page__topic__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.875rem;
  font-weight: 200;
  color: #e0e0e0;
}
@media (max-width: 991.98px) {
  .comp01-page__content__subtitle, #TOPI01 .header-topic .subtitle, .blog01-show__boxs__item__title, .blog01-show__related__title, .blog01-page__pagination .page-item .page-link, .blog01-page__boxs__item__title, .blog01-page__header__title, #TOPI03 .header-topic .subtitle, .cont02v1__subtitle, .gall03-page__main__subtitle, .lightbox-gall03__subtitle, .gall03__header__subtitle, .cont07__emcompass__subtitle, .lightbox-port101__next-event__city, .lightbox-port101__next-event__title, .topi102-show__subtitle, .cont02__subtitle, .lightbox-abou02__subtitle, .abou02-page__section__subtitle, .abou02-page__topic__encompass__subtitle, .abou02__boxRight__title, .abou02__boxLeft__subtitle, .gall04-page__main__subtitle, .ttl-header__title, .cota02__form__header__title, .cota02__header__title, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .gall03-page__header__title, .lightbox-port101__description__title, .abou02-page__content__subtitle, .abou02-page__header__title, .slid03-show__sideLeft__content__title, #SLID03 .slid03__content__form__title, #SLID03 .slid03__content__text .subtitle, #SLID01 .content-slide .content-description .subtitle, #TOPI01 .container-box .box-topic .content .title, .gall03-page__main__list__item__title, .gall03__carousel__item__title, .cont07__gallery__item__title, .topi102__content__box__description__title, .lightbox-abou02__main__title, .abou02-page__topic__title {
    font-size: 39px;
  }
}
.cota02__form__header__title, .cota02__header__title, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .gall03-page__header__title, .lightbox-port101__description__title, .abou02-page__content__subtitle, .abou02-page__header__title, .slid03-show__sideLeft__content__title, #SLID03 .slid03__content__form__title, #SLID03 .slid03__content__text .subtitle, #SLID01 .content-slide .content-description .subtitle {
  font-size: 2.812rem;
}
@media (max-width: 767.98px) {
  .cota02__form__header__title, .cota02__header__title, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .gall03-page__header__title, .lightbox-port101__description__title, .abou02-page__content__subtitle, .abou02-page__header__title, .slid03-show__sideLeft__content__title, #SLID03 .slid03__content__form__title, #SLID03 .slid03__content__text .subtitle, #SLID01 .content-slide .content-description .subtitle {
    font-size: 2.187rem;
  }
}
.gall03-page__header__line, .abou02-page__header__line {
  border-top: solid 1px #e0e0e0;
  width: 222px;
  margin: 1rem auto 0 auto;
  opacity: 1;
}
.comp01-page__content__paragraph, #TOPI01 .header-topic .paragraph, .cota02__form__inputs__cta, .cota02__header__subtitle, .blog01-show__item__description, .blog01-show__item__paragraph, .blog01-page__boxs__featured__item__paragraph, .blog01-page__header__category__item, .feed01__content__item__description, .feed01__content__item__titulo, #TOPI03 .header-topic .paragraph, .cont02v1__paragraph, .lightbox-gall03__bottom__main__legend, .lightbox-port101__next-event__date, .lightbox-port101__description__paragraph, .port101__emcompass__subtitle, .topi102-show__description, .cont02__paragraph, .lightbox-abou02__paragraph, .abou02-page__section__paragraph, .abou02-page__content__paragraph, .abou02__boxLeft__paragraph, .form101__content__paragraph, .form101__form__cta {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 300;
  line-height: 200%;
  text-align: left;
  color: #e0e0e0;
}
@media (max-width: 767.98px) {
  .comp01-page__content__paragraph, #TOPI01 .header-topic .paragraph, .cota02__form__inputs__cta, .cota02__header__subtitle, .blog01-show__item__description, .blog01-show__item__paragraph, .blog01-page__boxs__featured__item__paragraph, .blog01-page__header__category__item, .feed01__content__item__description, .feed01__content__item__titulo, #TOPI03 .header-topic .paragraph, .cont02v1__paragraph, .lightbox-gall03__bottom__main__legend, .lightbox-port101__next-event__date, .lightbox-port101__description__paragraph, .port101__emcompass__subtitle, .topi102-show__description, .cont02__paragraph, .lightbox-abou02__paragraph, .abou02-page__section__paragraph, .abou02-page__content__paragraph, .abou02__boxLeft__paragraph, .form101__content__paragraph, .form101__form__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    font-weight: 300;
  }
}
.comp01-page__content__paragraph p, #TOPI01 .header-topic .paragraph p, .cota02__form__inputs__cta p, .cota02__header__subtitle p, .blog01-show__item__description p, .blog01-show__item__paragraph p, .blog01-page__boxs__featured__item__paragraph p, .blog01-page__header__category__item p, .feed01__content__item__description p, .feed01__content__item__titulo p, #TOPI03 .header-topic .paragraph p, .cont02v1__paragraph p, .lightbox-gall03__bottom__main__legend p, .lightbox-port101__next-event__date p, .lightbox-port101__description__paragraph p, .port101__emcompass__subtitle p, .topi102-show__description p, .cont02__paragraph p, .lightbox-abou02__paragraph p, .abou02-page__section__paragraph p, .abou02-page__content__paragraph p, .abou02__boxLeft__paragraph p, .form101__content__paragraph p, .form101__form__cta p {
  font: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
  line-height: 25px;
  margin-bottom: 0;
}
#TOPI01 .container-box .box-topic .content .paragraph, .cota02__form__inputs__compliance, .cota02__form__inputs .form-placeholder .placeholder--custom, .cota02__form__inputs .form-placeholder .form-control,
.cota02__form__inputs .form-placeholder .form-select, .cota02__form__header__paragraph, .cota02__boxForm__item__content__description__paragraph, .blog01-show__boxs__item__paragraph, .blog01-show__boxs__item__date-publish, .blog01-show__item__published, .blog01-page__boxs__item__paragraph, .blog01-page__boxs__item__date-publish, .blog01-page__boxs__featured__item__date-publish, .blog01-page__boxs__featured__item__category, .feed01__content__item__subtitulo, .gall03-page__header__subtitle, .sche02__main__box__left__engDropdown__dropdown__aba__rightAba__title, .sche02__main__box__left__header__paragraph, .topi102__content__box__description__paragraph, .abou02-page__topic__paragraph, .abou02-page__header__subtitle, .abou02__boxRight__paragraph, .slid03-show__form__item__submit, .slid03-show__form__item__input__compliance, .slid03-show__form__item__input .form-label,
.slid03-show__form__item__input .form-check-label, .slid03-show__form__item__input .form-placeholder .placeholder--custom, .slid03-show__form__item__input .form-placeholder .form-control,
.slid03-show__form__item__input .form-placeholder .form-select, .slid03-show__sideLeft__content__description, #SLID03 .slid03__content__form__item__submit, #SLID03 .slid03__content__form .form-label,
#SLID03 .slid03__content__form .form-check-label, #SLID03 .slid03__content__form .form-placeholder .placeholder--custom, #SLID03 .slid03__content__form .form-placeholder .form-control,
#SLID03 .slid03__content__form .form-placeholder .form-select, #SLID01 .content-slide .content-description .description, .form101__form__checkbox-label, .form101 .form-placeholder .form-control,
.form101 .form-placeholder .form-select, .form101 .form-placeholder .placeholder--custom {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 300;
  text-align: left;
  line-height: 171%;
  letter-spacing: 0.56px;
  color: #e0e0e0;
}
@media (max-width: 767.98px) {
  #TOPI01 .container-box .box-topic .content .paragraph, .cota02__form__inputs__compliance, .cota02__form__inputs .form-placeholder .placeholder--custom, .cota02__form__inputs .form-placeholder .form-control,
  .cota02__form__inputs .form-placeholder .form-select, .cota02__form__header__paragraph, .cota02__boxForm__item__content__description__paragraph, .blog01-show__boxs__item__paragraph, .blog01-show__boxs__item__date-publish, .blog01-show__item__published, .blog01-page__boxs__item__paragraph, .blog01-page__boxs__item__date-publish, .blog01-page__boxs__featured__item__date-publish, .blog01-page__boxs__featured__item__category, .feed01__content__item__subtitulo, .gall03-page__header__subtitle, .sche02__main__box__left__engDropdown__dropdown__aba__rightAba__title, .sche02__main__box__left__header__paragraph, .topi102__content__box__description__paragraph, .abou02-page__topic__paragraph, .abou02-page__header__subtitle, .abou02__boxRight__paragraph, .slid03-show__form__item__submit, .slid03-show__form__item__input__compliance, .slid03-show__form__item__input .form-label,
  .slid03-show__form__item__input .form-check-label, .slid03-show__form__item__input .form-placeholder .placeholder--custom, .slid03-show__form__item__input .form-placeholder .form-control,
  .slid03-show__form__item__input .form-placeholder .form-select, .slid03-show__sideLeft__content__description, #SLID03 .slid03__content__form__item__submit, #SLID03 .slid03__content__form .form-label,
  #SLID03 .slid03__content__form .form-check-label, #SLID03 .slid03__content__form .form-placeholder .placeholder--custom, #SLID03 .slid03__content__form .form-placeholder .form-control,
  #SLID03 .slid03__content__form .form-placeholder .form-select, #SLID01 .content-slide .content-description .description, .form101__form__checkbox-label, .form101 .form-placeholder .form-control,
  .form101 .form-placeholder .form-select, .form101 .form-placeholder .placeholder--custom {
    font: 0.813rem "Montserrat", sans-serif, arial;
    font-weight: 300;
  }
}
#TOPI01 .container-box .box-topic .content .paragraph p, .cota02__form__inputs__compliance p, .cota02__form__inputs .form-placeholder .placeholder--custom p, .cota02__form__inputs .form-placeholder .form-control p,
.cota02__form__inputs .form-placeholder .form-select p, .cota02__form__header__paragraph p, .cota02__boxForm__item__content__description__paragraph p, .blog01-show__boxs__item__paragraph p, .blog01-show__boxs__item__date-publish p, .blog01-show__item__published p, .blog01-page__boxs__item__paragraph p, .blog01-page__boxs__item__date-publish p, .blog01-page__boxs__featured__item__date-publish p, .blog01-page__boxs__featured__item__category p, .feed01__content__item__subtitulo p, .gall03-page__header__subtitle p, .sche02__main__box__left__engDropdown__dropdown__aba__rightAba__title p, .sche02__main__box__left__header__paragraph p, .topi102__content__box__description__paragraph p, .abou02-page__topic__paragraph p, .abou02-page__header__subtitle p, .abou02__boxRight__paragraph p, .slid03-show__form__item__submit p, .slid03-show__form__item__input__compliance p, .slid03-show__form__item__input .form-label p,
.slid03-show__form__item__input .form-check-label p, .slid03-show__form__item__input .form-placeholder .placeholder--custom p, .slid03-show__form__item__input .form-placeholder .form-control p,
.slid03-show__form__item__input .form-placeholder .form-select p, .slid03-show__sideLeft__content__description p, #SLID03 .slid03__content__form__item__submit p, #SLID03 .slid03__content__form .form-label p,
#SLID03 .slid03__content__form .form-check-label p, #SLID03 .slid03__content__form .form-placeholder .placeholder--custom p, #SLID03 .slid03__content__form .form-placeholder .form-control p,
#SLID03 .slid03__content__form .form-placeholder .form-select p, #SLID01 .content-slide .content-description .description p, .form101__form__checkbox-label p, .form101 .form-placeholder .form-control p,
.form101 .form-placeholder .form-select p, .form101 .form-placeholder .placeholder--custom p {
  font: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: 0;
}
.comp01-page__archives__item, .blog01-page__boxs__featured__item__cta, .cont02v1__cta, .sche01-page__cont__item__cta, .sche01__cta, .sche01-show__related__cta, .lightbox-port101__description__cta, .topi102-show__cta, .topi102__content__box__description__paragraph span, .cont02__cta, .abou02-page__section__cta, .abou02__boxLeft__cta, #SLID03 .slid03__content__cta, #SLID01 .content-slide .content-description .btn-cta-slide, .form101__content__cta {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 300;
  color: #e0e0e0;
  position: relative;
  margin-left: 2rem;
  padding: 0 22px;
  filter: brightness(0.8);
}
.comp01-page__archives__item:hover, .blog01-page__boxs__featured__item__cta:hover, .cont02v1__cta:hover, .sche01-page__cont__item__cta:hover, .sche01__cta:hover, .sche01-show__related__cta:hover, .lightbox-port101__description__cta:hover, .topi102-show__cta:hover, .topi102__content__box__description__paragraph span:hover, .cont02__cta:hover, .abou02-page__section__cta:hover, .abou02__boxLeft__cta:hover, #SLID03 .slid03__content__cta:hover, #SLID01 .content-slide .content-description .btn-cta-slide:hover, .form101__content__cta:hover {
  filter: brightness(1);
  scale: 1.05;
  transition: all ease 0.3s;
}
.comp01-page__archives__item:hover::before, .blog01-page__boxs__featured__item__cta:hover::before, .cont02v1__cta:hover::before, .sche01-page__cont__item__cta:hover::before, .sche01__cta:hover::before, .sche01-show__related__cta:hover::before, .lightbox-port101__description__cta:hover::before, .topi102-show__cta:hover::before, .topi102__content__box__description__paragraph span:hover::before, .cont02__cta:hover::before, .abou02-page__section__cta:hover::before, .abou02__boxLeft__cta:hover::before, #SLID03 .slid03__content__cta:hover::before, #SLID01 .content-slide .content-description .btn-cta-slide:hover::before, .form101__content__cta:hover::before {
  opacity: 0.4;
  transition: all ease 0.3s;
}
.comp01-page__archives__item::before, .blog01-page__boxs__featured__item__cta::before, .cont02v1__cta::before, .sche01-page__cont__item__cta::before, .sche01__cta::before, .sche01-show__related__cta::before, .lightbox-port101__description__cta::before, .topi102-show__cta::before, .topi102__content__box__description__paragraph span::before, .cont02__cta::before, .abou02-page__section__cta::before, .abou02__boxLeft__cta::before, #SLID03 .slid03__content__cta::before, #SLID01 .content-slide .content-description .btn-cta-slide::before, .form101__content__cta::before {
  content: "";
  width: 400px;
  height: 1px;
  background-color: #e0e0e0;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 1;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.feed01 .owl-dots, .gall03 .owl-dots, .sche01-show__related__carousel .owl-dots, .sche01__carousel .owl-dots, .abou02-page__topic .owl-dots, .abou02__boxRight .carousel_abou02 .owl-dots, #SLID01 .owl-dots, .gall04 .owl-dots, .blog01-page__boxs__featured .owl-dots {
  justify-content: start;
  gap: 1rem;
}
.feed01 .owl-dots .owl-dot, .gall03 .owl-dots .owl-dot, .sche01-show__related__carousel .owl-dots .owl-dot, .sche01__carousel .owl-dots .owl-dot, .abou02-page__topic .owl-dots .owl-dot, .abou02__boxRight .carousel_abou02 .owl-dots .owl-dot, #SLID01 .owl-dots .owl-dot, .gall04 .owl-dots .owl-dot, .blog01-page__boxs__featured .owl-dots .owl-dot {
  opacity: 0.3;
  background-color: #fff;
  height: 8px;
  width: 8px;
  position: relative;
  border-radius: 50%;
  overflow: visible;
}
.feed01 .owl-dots .owl-dot::after, .gall03 .owl-dots .owl-dot::after, .sche01-show__related__carousel .owl-dots .owl-dot::after, .sche01__carousel .owl-dots .owl-dot::after, .abou02-page__topic .owl-dots .owl-dot::after, .abou02__boxRight .carousel_abou02 .owl-dots .owl-dot::after, #SLID01 .owl-dots .owl-dot::after, .gall04 .owl-dots .owl-dot::after, .blog01-page__boxs__featured .owl-dots .owl-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #fff;
  opacity: 0;
}
.feed01 .owl-dots .owl-dot:hover, .gall03 .owl-dots .owl-dot:hover, .sche01-show__related__carousel .owl-dots .owl-dot:hover, .sche01__carousel .owl-dots .owl-dot:hover, .abou02-page__topic .owl-dots .owl-dot:hover, .abou02__boxRight .carousel_abou02 .owl-dots .owl-dot:hover, #SLID01 .owl-dots .owl-dot:hover, .gall04 .owl-dots .owl-dot:hover, .blog01-page__boxs__featured .owl-dots .owl-dot:hover, .feed01 .owl-dots .owl-dot.active, .gall03 .owl-dots .owl-dot.active, .sche01-show__related__carousel .owl-dots .owl-dot.active, .sche01__carousel .owl-dots .owl-dot.active, .abou02-page__topic .owl-dots .owl-dot.active, .abou02__boxRight .carousel_abou02 .owl-dots .owl-dot.active, #SLID01 .owl-dots .owl-dot.active, .gall04 .owl-dots .owl-dot.active, .blog01-page__boxs__featured .owl-dots .owl-dot.active {
  opacity: 1;
  background-color: #fff;
}
.feed01 .owl-dots .owl-dot:hover::after, .gall03 .owl-dots .owl-dot:hover::after, .sche01-show__related__carousel .owl-dots .owl-dot:hover::after, .sche01__carousel .owl-dots .owl-dot:hover::after, .abou02-page__topic .owl-dots .owl-dot:hover::after, .abou02__boxRight .carousel_abou02 .owl-dots .owl-dot:hover::after, #SLID01 .owl-dots .owl-dot:hover::after, .gall04 .owl-dots .owl-dot:hover::after, .blog01-page__boxs__featured .owl-dots .owl-dot:hover::after, .feed01 .owl-dots .owl-dot.active::after, .gall03 .owl-dots .owl-dot.active::after, .sche01-show__related__carousel .owl-dots .owl-dot.active::after, .sche01__carousel .owl-dots .owl-dot.active::after, .abou02-page__topic .owl-dots .owl-dot.active::after, .abou02__boxRight .carousel_abou02 .owl-dots .owl-dot.active::after, #SLID01 .owl-dots .owl-dot.active::after, .gall04 .owl-dots .owl-dot.active::after, .blog01-page__boxs__featured .owl-dots .owl-dot.active::after {
  transition: all ease 0.4s;
  opacity: 1;
  height: 16px;
  width: 16px;
}
.blog01-page__boxs__featured .owl-dots .owl-dot {
  background-color: #710808;
}
.blog01-page__boxs__featured .owl-dots .owl-dot::after {
  border-color: #710808;
}
.blog01-page__boxs__featured .owl-dots .owl-dot:hover, .blog01-page__boxs__featured .owl-dots .owl-dot.active {
  background-color: #710808;
}

.ttl-header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 149px;
  padding: 0 calc(2.5vw + 196px);
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.fancybox__content {
  height: 87% !important;
}
@media (max-width: 575.98px) {
  .fancybox__content {
    height: auto !important;
  }
}

/* BEGIN STYLE */
#HEAD03 {
  z-index: 102;
  position: relative;
  background-color: transparent;
}
#HEAD03 .head03__right {
  max-width: calc(100% - 200px);
}
#HEAD03 .head03__right .link-translate {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
#HEAD03 .head03__right .link-translate a {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  filter: brightness(0.5);
  padding: 0 0.5rem;
}
#HEAD03 .head03__right .link-translate a:not(:last-of-type) {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
#HEAD03 .head03__right .link-translate a:hover {
  filter: brightness(0.8);
}
@media (max-width: 991.98px) {
  #HEAD03 .head03__right .link-translate {
    display: none !important;
  }
}
#HEAD03 .head03__right__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-right: 1.75rem;
  position: fixed;
  left: 2%;
  top: 50%;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  #HEAD03 .head03__right__socials {
    display: none;
  }
}
#HEAD03 .head03__right__socials a {
  height: 26px;
  width: 26px;
  filter: brightness(0.5);
}
#HEAD03 .head03__right__socials a:hover {
  filter: brightness(0.8);
}
#HEAD03 .head03__right__socials a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#HEAD03 .head03__right__cta-grp {
  margin-right: 2.25rem;
  grid-area: 1rem;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  #HEAD03 .head03__right__cta-grp {
    display: none !important;
  }
}
#HEAD03 .head03__right__cta {
  font: 0.937rem "Montserrat", sans-serif, arial;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-right: 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
#HEAD03 .container-header {
  padding: 41px 2.5vw 26px 2.5vw;
  min-height: 100px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #HEAD03 .container-header {
    min-height: auto;
  }
}
@media (max-width: 991.98px) {
  #HEAD03 .container-header {
    align-items: center !important;
    padding-top: 1rem;
  }
}
#HEAD03 .container-header #logoHeader {
  width: 135px;
  height: auto;
  aspect-ratio: 135/82;
}
#HEAD03 .container-header #logoHeader img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header {
  display: flex;
  filter: brightness(0.8);
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header:hover > span {
  color: #ff2b2b;
  transition: all ease 0.3s 0.25s;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header:hover .line::before {
  width: 100%;
  transition: all ease 0.3s;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header > span {
  font: 0.937rem "Montserrat", sans-serif, arial;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-right: 11px;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header a {
  position: relative;
  width: 53px;
  height: 23px;
  display: block;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header .line {
  width: 70%;
  position: absolute;
  top: 0;
  left: 15%;
  background-color: #fff;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header .line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header .line:nth-of-type(3) {
  top: unset;
  bottom: 0;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header .line::before {
  content: "";
  height: 100%;
  background-color: #ff2b2b;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  transition: all ease 0.3s;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header img {
  width: 53px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.head3-flutuante {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  position: fixed;
  right: 5px;
  top: 0;
  background: transparent;
  width: 40px;
  height: 100vh;
  z-index: 101;
  padding: 0;
}
@media (max-width: 767.98px) {
  .head3-flutuante {
    width: 100%;
    height: 107px;
    flex-direction: row;
    top: inherit;
    bottom: 20px;
    left: inherit;
    padding: 0 30px;
  }
}
.head3-flutuante .link-flutuante {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px 0;
}
@media (max-width: 767.98px) {
  .head3-flutuante .link-flutuante {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-left: 0px;
    gap: 0 13px;
  }
}
.head3-flutuante .link-flutuante a {
  opacity: 0.5;
  height: 22px;
  width: 22px;
  transition: all ease 0.4;
}
.head3-flutuante .link-flutuante a:hover {
  transition: all ease 0.4;
  scale: 1.1;
  opacity: 1;
}
.head3-flutuante .link-flutuante a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transition: all ease 0.4;
}
.head3-flutuante .link-translate {
  position: absolute;
  bottom: 21.2px;
  transform: translate(-50%, 0);
  left: 50%;
}
@media (max-width: 767.98px) {
  .head3-flutuante .link-translate {
    position: relative;
    bottom: inherit;
    transform: none;
    left: inherit;
  }
}
.head3-flutuante .link-translate a {
  color: #111111;
  font-weight: 700 !important;
  font: 0.937rem "Montserrat", sans-serif, arial;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .head3-flutuante .link-translate a {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.head3-flutuante .link-translate a:after {
  content: "";
  width: 3px;
  height: 24px;
  background: #111111;
  background: #404040;
  margin-left: 29px;
}
@media (max-width: 767.98px) {
  .head3-flutuante .link-translate a:after {
    margin-left: 15px;
  }
}
.head3-flutuante .link-translate:last-of-type a:after {
  display: none;
}

/* BEGIN STYLE */
.side03 {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
  z-index: 1000;
  transition: all 0.7s ease-in-out;
}
.side03--show {
  left: 0;
  top: 0;
  transition-duration: 0.6s;
  display: block;
  transition: all 0.7s ease-in;
}
.side03__scroll {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.side03__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(17, 17, 17, 0.5);
}
.side03__scroll::-webkit-scrollbar-thumb {
  background: rgba(17, 17, 17, 0.8);
}
.side03__scroll::-webkit-scrollbar-thumb:hover {
  background: #111111;
}
.side03__left {
  background-color: #ccc;
}
@media (max-width: 767.98px) {
  .side03__left {
    display: none !important;
  }
}
.side03__right {
  padding-top: 60px;
  padding-bottom: 16px;
  position: relative;
}
@media (max-width: 767.98px) {
  .side03__right {
    width: 100% !important;
  }
}
.side03__button-close {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 20;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  color: #fff;
  font-size: 2rem;
}
.side03__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  height: 100%;
  max-width: 514px;
  width: 100%;
}
.side03__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 90%;
  height: 90%;
}
.side03__logo {
  width: 189px;
  height: auto;
  aspect-ratio: 189/115;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .side03__logo {
    max-width: 242.4px;
  }
}
.side03__dropdown button {
  border-radius: 11px;
  background-color: #000;
  width: 138px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 900;
  color: #fff;
}
.side03__dropdown button::after {
  margin-left: 13.11px;
}
.side03__sublink {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.side03__sublink:last-of-type {
  border: none;
}
.side03__navigation {
  padding: 0 30px;
  margin: 0 auto 73px auto;
  max-width: 267px;
}
.side03__navigation__wrapper {
  display: table;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  padding: 0;
}
.side03__navigation__item__link {
  font-size: 25px;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  color: #fff;
  width: 100%;
  display: table;
  padding: 0;
  margin-bottom: 17px;
  text-align: center;
  transition: all ease 0.3s;
  position: relative;
}
.side03__navigation__item__link::before {
  content: "";
  background-color: #ff2b2b;
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}
.side03__navigation__item__link:hover {
  transition: all ease 0.3s;
  color: #ff2b2b;
}
.side03__navigation__item__link:hover::before {
  transition: all ease 0.3s;
  width: 100%;
}
@media (max-width: 575.98px) {
  .side03__navigation__item__link {
    font-size: 20px;
  }
}
.side03__network {
  gap: 8px;
  position: absolute;
  left: 2%;
  top: 0;
  height: 100%;
  flex-direction: column;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .side03__network {
    position: inherit;
    flex-direction: row;
  }
}
.side03__network a {
  filter: brightness(0.5);
  transition: all ease 0.3s;
}
.side03__network a:hover {
  filter: brightness(0.8);
  transition: all ease 0.3s;
  scale: 1.05;
}
.side03__network a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 25.15px;
  width: 25.13px;
}
.side03__privacy {
  margin-top: 45.84px;
}
.side03__privacy ul {
  border: none;
  padding: 0;
  margin: 0;
}
.side03__privacy ul li {
  display: flex;
  align-items: center;
}
.side03__privacy ul li a {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #111111;
}
.side03__privacy ul li::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  display: flex;
  margin: 0 20px;
}
.side03__privacy ul li:last-of-type::after, .side03__privacy ul li:last-of-type::marker {
  display: none !important;
}
.side03__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;
}
.side03__override--show {
  transition-duration: 0.8s;
  visibility: visible;
  opacity: 1;
}

/* BEGIN STYLE */
.foot04 {
  background-color: #111111;
  overflow: hidden;
}
.foot04 .row--pd {
  padding: 256px 0 157px 0;
}
@media (max-width: 575.98px) {
  .foot04 .row--pd {
    padding: 106px 0 80px 0;
    margin: 0 auto !important;
  }
}
.foot04__content {
  flex-direction: row;
  padding: 0 2.5vw;
  gap: 24px 50px;
  margin-bottom: 140px;
}
@media (max-width: 575.98px) {
  .foot04__content {
    gap: 38px 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
}
.foot04__content__boxUnit {
  justify-content: center;
  align-items: flex-start;
  max-width: 260px;
}
@media (max-width: 575.98px) {
  .foot04__content__boxUnit {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.foot04__content__boxUnit__icone {
  margin-right: 20px;
  width: 58px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 575.98px) {
  .foot04__content__boxUnit__icone {
    width: 30px;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.foot04__content__boxUnit__icone img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.foot04__content__boxUnit__description {
  width: calc(100% - 78px);
}
@media (max-width: 575.98px) {
  .foot04__content__boxUnit__description {
    width: 100%;
    text-align: center;
  }
}
.foot04__content__boxUnit__description__title {
  font-size: 0.875rem;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
}
@media (max-width: 575.98px) {
  .foot04__content__boxUnit__description__title {
    font-size: 1.3rem;
  }
}
.foot04__content__boxUnit__description p,
.foot04__content__boxUnit__description a {
  font: 0.875rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
  font-style: normal;
  color: #fff;
}
@media (max-width: 575.98px) {
  .foot04__content__boxUnit__description p,
  .foot04__content__boxUnit__description a {
    font-size: 1rem;
  }
}
.foot04__content__logo {
  margin: 0 auto;
  width: 410.45px;
}
@media (max-width: 575.98px) {
  .foot04__content__logo {
    width: 320px;
  }
}
.foot04__content__logo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.foot04__copyright {
  margin-top: 22px;
}
.foot04__copyright p {
  margin-bottom: 0;
}
.foot04__credits {
  background: #111111;
  padding: 32px 2.5vw 50px 2.5vw;
}
@media (max-width: 575.98px) {
  .foot04__credits__content {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px 0px;
  }
}
@media (max-width: 575.98px) {
  .foot04__credits__nav {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.foot04__credits__nav ul {
  gap: 0 32px;
}
@media (max-width: 575.98px) {
  .foot04__credits__nav ul {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 17px 15px;
  }
}
.foot04__credits__nav ul li {
  display: flex;
  color: #e0e0e0;
  font: 0.937rem "Montserrat", sans-serif, arial;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .foot04__credits__nav ul li {
    font: 0.938rem "Montserrat", sans-serif, arial;
    text-align: center;
  }
}
.foot04__credits__nav ul li:after {
  content: "";
  width: 3px;
  height: 24px;
  background: #e0e0e0;
  margin-left: 29px;
}
@media (max-width: 575.98px) {
  .foot04__credits__nav ul li:after {
    margin-left: 15px;
  }
}
.foot04__credits__nav ul li a {
  font: inherit;
  color: inherit;
}
.foot04__credits__nav ul li:last-of-type:after {
  display: none;
}
.foot04__credits__logo {
  width: 240px;
  height: auto;
  aspect-ratio: 240/44;
}
.foot04__credits__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.gall02 {
  padding-top: 10.5rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
.gall02__title {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 55.233px;
  font-style: normal;
  font-weight: 250;
  line-height: 30.205px;
  margin-bottom: 70px;
  position: absolute;
  top: 0;
  left: 15%;
  padding-top: 4rem;
}
@media (max-width: 991.98px) {
  .gall02__title {
    font-size: 39px;
    line-height: normal;
    margin-bottom: 30px;
    position: inherit;
    padding-top: 0;
    text-align: center;
  }
}
.gall02__content {
  overflow: hidden;
  padding-bottom: 3rem;
}
.gall02 .box-gall02:hover .image img {
  border: 3px solid #FF2B2B;
  transition: ease all 0.3s;
}
.gall02 .box-gall02 .image {
  width: 100%;
  height: auto;
  aspect-ratio: 95/95;
  margin-bottom: 0;
  transition: ease all 0.3s;
}
.gall02 .box-gall02 .image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
  border: 3px solid transparent;
}
.gall02 .box-gall02 .legenda {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.gall02 .carousel-gall02 .owl-nav {
  display: none !important;
  margin-top: 75px;
  gap: 0 20.5px;
  width: calc(100vw - 350px);
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .gall02 .carousel-gall02 .owl-nav {
    width: 75%;
  }
}
.gall02 .carousel-gall02 .owl-dots {
  display: none !important;
}
.gall02 .carousel-gall02 .owl-nav .owl-prev,
.gall02 .carousel-gall02 .owl-nav .owl-next {
  height: 38px;
  width: 38px;
  border-radius: 100%;
  background-color: #111111 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #111111 !important;
}
.gall02 .carousel-gall02 .owl-nav .owl-prev span,
.gall02 .carousel-gall02 .owl-nav .owl-next span {
  color: #fff;
  font-size: 41px;
  height: 34px;
  display: block;
}
.gall02 .carousel-gall02 .owl-nav .owl-prev:hover,
.gall02 .carousel-gall02 .owl-nav .owl-next:hover {
  background: transparent !important;
}
.gall02 .carousel-gall02 .owl-nav .owl-prev:hover span,
.gall02 .carousel-gall02 .owl-nav .owl-next:hover span {
  color: #111111 !important;
}

/* lightbox */
.lightbox-gall02 {
  display: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  justify-content: center;
}
.lightbox-gall02 .carousel__button.is-close {
  top: -15px !important;
  right: 30px;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  background-color: #000;
}
@media (max-width: 991.98px) {
  .lightbox-gall02 .carousel__button.is-close {
    top: -50px !important;
  }
}
.lightbox-gall02__bottom {
  margin-top: 20px;
}
.lightbox-gall02__bottom__main {
  position: relative;
  height: 500px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .lightbox-gall02__bottom__main {
    width: 90%;
    margin: 0 auto;
  }
}
.lightbox-gall02__bottom__main .owl-stage,
.lightbox-gall02__bottom__main .owl-stage-outer,
.lightbox-gall02__bottom__main .owl-item {
  height: 100%;
}
.lightbox-gall02__bottom__main figure,
.lightbox-gall02__bottom__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 20px;
}
.lightbox-gall02__bottom .owl-nav {
  gap: 460px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .lightbox-gall02__bottom .owl-nav {
    gap: 1rem;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
  }
}
.lightbox-gall02__bottom .owl-nav .owl-prev span {
  height: 30px;
  width: 30px;
  color: #FF2B2B;
  border: 1px solid #FF2B2B;
  border-radius: 100%;
  font-size: 17px;
}
.lightbox-gall02__bottom .owl-nav .owl-next span {
  height: 30px;
  width: 30px;
  color: #FF2B2B;
  border: 1px solid #FF2B2B;
  border-radius: 100%;
  font-size: 17px;
}
.lightbox-gall02 .owl-carousel .owl-item {
  background: #242323;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.85);
}
.lightbox-gall02 .owl-carousel .owl-item:not(.center) img {
  opacity: 0;
  visibility: hidden;
}
.lightbox-gall02 .owl-carousel .owl-item.center {
  background: transparent;
  z-index: 5;
  transform: scale(1);
}
.lightbox-gall02 .owl-carousel .owl-item.center img {
  opacity: 1;
  visibility: visible;
}

.fancybox__backdrop {
  background-color: #111111 !important;
}

.fancybox__slide {
  padding: 0 !important;
}

/* BEGIN STYLE */
.gall04 {
  padding-bottom: 4.5rem;
  background-color: #111111;
  position: relative;
}
.gall04::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  background-color: #1A1A1A;
}
.gall04__carousel {
  width: 100%;
  overflow: visible;
  margin-left: 5rem;
}
@media (max-width: 991.98px) {
  .gall04__carousel {
    margin-left: 5vw;
  }
}
.gall04__carousel__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 423/500;
  position: relative;
  background-color: #1a1a1a;
}
.gall04__carousel__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.7);
}
.gall04__carousel__item__legenda {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding: 1rem;
  position: absolute;
  left: 0;
  z-index: 1;
}
.gall04 .owl-dots {
  justify-content: left;
  display: none;
}
@media (max-width: 991.98px) {
  .gall04 .owl-dots {
    display: flex;
    margin-top: 60px;
  }
}

/* lightbox */
.lightbox-gall04 {
  display: none;
  background: transparent;
  width: 100%;
  padding: 0 5vw;
}
.lightbox-gall04 .carousel__button.is-close {
  top: 0 !important;
  right: 30px;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  background-color: #000;
}
@media (max-width: 991.98px) {
  .lightbox-gall04 .carousel__button.is-close {
    top: -20px !important;
    right: 15px;
  }
}
.lightbox-gall04__bottom {
  margin-top: 20px;
}
.lightbox-gall04__bottom__main {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .lightbox-gall04__bottom__main {
    width: 95%;
    margin: 0 auto 25px auto;
  }
}
.lightbox-gall04__bottom__main__item {
  width: 100%;
  height: 75vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .lightbox-gall04__bottom__main__item {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lightbox-gall04__bottom .owl-nav {
  gap: 20px;
}
.lightbox-gall04__bottom .owl-nav .owl-prev span {
  height: 30px;
  width: 30px;
  color: #FF2B2B;
  border: 1px solid #FF2B2B;
  border-radius: 100%;
  font-size: 17px;
}
.lightbox-gall04__bottom .owl-nav .owl-next span {
  height: 30px;
  width: 30px;
  color: #FF2B2B;
  border: 1px solid #FF2B2B;
  border-radius: 100%;
  font-size: 17px;
}

.fancybox__backdrop {
  background-color: #111111 !important;
}

.fancybox__slide {
  padding: 0 !important;
}

/* pg interna */
.gall04-page__main {
  padding: 0px 5vw 100px 5vw;
}
.gall04-page__main__title {
  color: #FF2B2B;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.gall04-page__main__title img {
  width: 135px;
  height: 82px;
  aspect-ratio: 135/82;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 26px;
}
.gall04-page__main__line {
  width: 100%;
  border-top: solid 1px #111111;
  margin-top: 18px;
  opacity: 1;
}
.gall04-page__main__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  margin: 19px auto 0 auto;
}
.gall04-page__main__list__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  height: auto;
  width: calc(25% - 4px);
  aspect-ratio: 330/399;
  position: relative;
  padding: 12px 14px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .gall04-page__main__list__item {
    width: 100%;
  }
}
.gall04-page__main__list__item img {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gall04-page__main__list__item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 2;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.23%, #000 100%);
}
.gall04-page__main__list__item__title {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 12.772px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.073px;
  letter-spacing: -0.639px;
  z-index: 11;
  position: relative;
  transition: all ease 0.3s;
  background-color: transparent;
  border: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
}
#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;
}
#SLID01 .owl-item {
  overflow: hidden;
}
#SLID01 .container-slide {
  position: relative;
}
@media (max-width: 767.98px) {
  #SLID01 .container-slide::before {
    content: "";
    height: 100%;
    width: 100vw;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
}
#SLID01 .content-slide {
  height: 100vh;
  position: relative;
}
#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.center .content-description .description {
  margin: 0 auto;
}
#SLID01 .content-slide.end {
  flex-direction: row-reverse;
  text-align: right;
}
#SLID01 .content-slide.end .img-floating-png {
  left: 0;
}
#SLID01 .content-slide .content-description {
  z-index: 20;
  padding-top: 5%;
}
@media (min-width: 768px) {
  #SLID01 .content-slide .content-description {
    padding-left: 5%;
  }
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description {
    padding-top: 180px;
  }
}
#SLID01 .content-slide .content-description .title {
  line-height: 100%;
  margin-left: -15px;
}
#SLID01 .content-slide .content-description .subtitle {
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
}
#SLID01 .content-slide .content-description .description {
  margin-top: 3rem;
  max-width: 250px;
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  align-self: start;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    justify-content: center;
    align-items: end !important;
  }
}
#SLID01 .owl-dots {
  display: flex;
  position: absolute;
  left: 10%;
  bottom: 5%;
}
@media (max-width: 767.98px) {
  #SLID01 .owl-dots {
    bottom: 10%;
  }
}
#SLID01 .extra-btns {
  position: absolute;
  right: 2.5%;
  bottom: 5%;
  z-index: 10;
}
@media (max-width: 575.98px) {
  #SLID01 .extra-btns {
    display: none;
  }
}
#SLID01 .extra-btns__scroll {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: none;
}
#SLID01 .extra-btns__scroll:hover {
  filter: brightness(0.7);
}
#SLID01 .extra-btns__scroll__icon {
  height: 1.75rem;
  width: auto;
  margin-right: 1rem;
  animation: arrowBounce 3.5s ease-in-out infinite;
}
#SLID01 .extra-btns .link-translate {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
#SLID01 .extra-btns .link-translate a {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  padding: 0 0.5rem;
}
#SLID01 .extra-btns .link-translate a:not(:last-of-type) {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
  #SLID01 .extra-btns .link-translate {
    display: none !important;
  }
}

@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px); /* Adjust the bounce height as needed */
  }
  60% {
    transform: translateY(-7px); /* Adjust the bounce height as needed */
  }
}
#anun_flutuante {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow-y: auto;
}

.container_anun {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}

.central_anun {
  width: 100%;
  height: 100%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.inside_anun .container {
  padding: 0;
}

.inside_anun {
  display: table;
  position: relative;
  z-index: 200;
  margin: 0 auto;
}

.inside_anun img {
  width: 100%;
  max-width: 550px;
}

.fundo_anun {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.close_anun {
  padding: 10px 12px;
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.631372549);
  font-family: "arial";
  font-size: 18px;
  color: #ff2b2b;
  font-weight: 900;
}

/* BEGIN STYLE */
#SLID03 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  #SLID03 {
    height: auto;
  }
}
#SLID03::before {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, #000 -10.8%, rgba(0, 0, 0, 0) 67.86%);
}
#SLID03 .slid03__container {
  position: relative;
  z-index: 5;
  padding: 0 5vw;
}
@media (max-width: 1199.98px) {
  #SLID03 .slid03__container {
    padding-top: 160px;
  }
}
#SLID03 .slid03__leftside {
  width: 50%;
}
@media (max-width: 1199.98px) {
  #SLID03 .slid03__leftside {
    width: 100%;
  }
}
#SLID03 .slid03__rightside {
  align-self: end;
  width: 50%;
}
@media (max-width: 1199.98px) {
  #SLID03 .slid03__rightside {
    width: 100%;
    margin-top: 2rem;
  }
}
#SLID03 .slid03__content__text h1,
#SLID03 .slid03__content__text h2,
#SLID03 .slid03__content__text h3,
#SLID03 .slid03__content__text h4,
#SLID03 .slid03__content__text h5,
#SLID03 .slid03__content__text h6 {
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
}
#SLID03 .slid03__content__text h1 b,
#SLID03 .slid03__content__text h1 span,
#SLID03 .slid03__content__text h1 strong,
#SLID03 .slid03__content__text h2 b,
#SLID03 .slid03__content__text h2 span,
#SLID03 .slid03__content__text h2 strong,
#SLID03 .slid03__content__text h3 b,
#SLID03 .slid03__content__text h3 span,
#SLID03 .slid03__content__text h3 strong,
#SLID03 .slid03__content__text h4 b,
#SLID03 .slid03__content__text h4 span,
#SLID03 .slid03__content__text h4 strong,
#SLID03 .slid03__content__text h5 b,
#SLID03 .slid03__content__text h5 span,
#SLID03 .slid03__content__text h5 strong,
#SLID03 .slid03__content__text h6 b,
#SLID03 .slid03__content__text h6 span,
#SLID03 .slid03__content__text h6 strong {
  font-weight: 700;
}
#SLID03 .slid03__content__text h1 {
  font-size: 8rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h1 {
    font-size: 5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID03 .slid03__content__text h1 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h1 {
    font-size: 5rem;
  }
}
#SLID03 .slid03__content__text h2 {
  font-size: 4.375rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID03 .slid03__content__text h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h2 {
    font-size: 3.75rem;
  }
}
#SLID03 .slid03__content__text h3 {
  font-size: 3.75rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h3 {
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID03 .slid03__content__text h3 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h3 {
    font-size: 3.125rem;
  }
}
#SLID03 .slid03__content__text h4 {
  font-size: 2.812rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h4 {
    font-size: 2.187rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID03 .slid03__content__text h4 {
    font-size: 2.187rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h4 {
    font-size: 2.187rem;
  }
}
#SLID03 .slid03__content__text h5,
#SLID03 .slid03__content__text h6 {
  font-size: 1.875rem;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text h5,
  #SLID03 .slid03__content__text h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID03 .slid03__content__text h5,
  #SLID03 .slid03__content__text h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text h5,
  #SLID03 .slid03__content__text h6 {
    font-size: 1.25rem;
  }
}
#SLID03 .slid03__content__text p {
  font: 0.937rem "Montserrat", sans-serif, arial;
}
@media (min-width: 0) and (max-width: 575.98px) {
  #SLID03 .slid03__content__text p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #SLID03 .slid03__content__text p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #SLID03 .slid03__content__text p {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
#SLID03 .slid03__content__text p b,
#SLID03 .slid03__content__text p span,
#SLID03 .slid03__content__text p strong {
  font-weight: 700;
}
#SLID03 .slid03__content__text .title {
  border-bottom: 1px solid #fff;
  font-size: 6rem;
}
@media (max-width: 575.98px) {
  #SLID03 .slid03__content__text .title {
    font-size: 4rem !important;
  }
}
#SLID03 .slid03__content__cta {
  margin-top: 4rem;
  display: flex;
}
@media (max-width: 767.98px) {
  #SLID03 .slid03__content__cta {
    margin-top: 2rem;
  }
}
#SLID03 .slid03__content__form {
  width: 100%;
  max-width: 527px;
  background-color: #710808;
  padding: 35px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  #SLID03 .slid03__content__form {
    margin: 0 auto;
  }
}
#SLID03 .slid03__content__form .form-placeholder .form-control,
#SLID03 .slid03__content__form .form-placeholder .form-select {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  background-color: transparent !important;
  margin-top: 12px;
}
#SLID03 .slid03__content__form .form-placeholder .form-select option {
  color: #111111;
}
#SLID03 .slid03__content__form .form-placeholder.focusing .placeholder--custom {
  top: -2px;
}
#SLID03 .slid03__content__form__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
#SLID03 .slid03__content__form__item__submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: end;
  margin-top: 1rem;
  text-align: center;
  border: none;
  background-color: transparent;
}
#SLID03 .slid03__content__form__item__submit__icon {
  width: 81px;
  height: 8px;
}

.slid03-show {
  width: 100%;
  max-width: 1300px;
  background-color: #710808;
  padding: 0;
}
.slid03-show .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.slid03-show__sideLeft {
  width: 50%;
  padding: 40px 5vw;
}
@media (max-width: 991.98px) {
  .slid03-show__sideLeft {
    width: 100%;
  }
}
.slid03-show__sideLeft__content {
  margin-bottom: 40px;
}
.slid03-show__sideRight {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0 !important;
}
.slid03-show__sideRight::before {
  content: "";
  opacity: 0.8;
  background: linear-gradient(180deg, #000 -10.8%, rgba(0, 0, 0, 0) 67.86%);
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .slid03-show__sideRight {
    display: none;
  }
}
.slid03-show__sideRight__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slid03-show__form__item__input .form-placeholder .form-control,
.slid03-show__form__item__input .form-placeholder .form-select {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  background-color: transparent !important;
  margin-top: 12px;
}
.slid03-show__form__item__input .form-placeholder .form-select option {
  color: #111111;
}
.slid03-show__form__item__input .form-placeholder.focusing .placeholder--custom {
  top: -2px;
}
.slid03-show__form__item__input__compliance {
  margin: 0.5rem 0 1rem 0;
}
.slid03-show__form__item__input__compliance label {
  opacity: 0.6;
}
.slid03-show__form__item__input__compliance a {
  opacity: 0.6;
  text-decoration: underline;
  color: inherit;
}
.slid03-show__form__item__submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: end;
  margin-top: 1rem;
  text-align: center;
  border: none;
  background-color: transparent;
}
.slid03-show__form__item__submit__icon {
  width: 81px;
  height: 8px;
}
.slid03-show__form__additional__header {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #e0e0e0;
  padding: 10px 15px;
}
.slid03-show__form__additional__title {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.slid03-show__form__additional__add {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  background-color: #111111;
  padding: 5px 20px;
  transition: all 0.5s ease;
}
.slid03-show__form__additional__add:hover {
  color: #111111;
  background-color: #1a1a1a;
  transition: all 0.5s ease;
}
.slid03-show__form__additional__delete {
  font-size: 1rem;
  background-color: #c90000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.slid03-show__form__additional__item {
  background-color: #ff2b2b;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 20px;
}
.slid03-show__form__additional__input:last-of-type input {
  margin-bottom: 0 !important;
}
.slid03-show__form__additional__input .form-placeholder .placeholder--custom {
  font-size: 0.98rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif, arial;
}
.slid03-show__form__additional__input .form-placeholder input {
  font-size: 1rem;
}
.slid03-show__form__additional__input .form-placeholder input.parsley-error {
  border-bottom: 1px solid #c90000;
}
.slid03-show__form__additional__input .form-placeholder.focusing .placeholder--custom {
  font-size: 0.7rem;
}
.slid03-show__form__additional__input .form-placeholder .parsley-errors-list {
  display: none;
}

/* BEGIN STYLE */
.abou02 {
  background-color: #111111;
  padding: 0;
  overflow: hidden;
  width: 100%;
  min-width: 100vw;
}
@media (max-width: 991.98px) {
  .abou02 {
    padding-bottom: 2rem;
  }
}
.abou02__container {
  padding: 0 0 0 5vw !important;
  width: 100%;
}
.abou02__boxLeft {
  width: 400px;
  padding: 0;
  min-height: 447px;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .abou02__boxLeft {
    width: 100%;
    max-width: unset;
    padding-right: 5vw;
    min-height: unset;
  }
}
.abou02__boxLeft__title {
  margin-bottom: 3rem;
}
.abou02__boxLeft__paragraph {
  margin-bottom: 3rem;
  max-width: 250px;
}
.abou02__boxLeft__cta {
  pointer-events: all;
}
.abou02__boxRight {
  width: calc(100% - 300px);
  margin-left: -100px;
  position: relative;
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .abou02__boxRight {
    width: 100%;
    max-width: unset;
    margin-left: 0;
    overflow: visible;
  }
}
.abou02__boxRight .carousel_abou02 {
  width: 90%;
}
.abou02__boxRight .carousel_abou02 .owl-stage-outer {
  overflow: visible;
}
.abou02__boxRight__item {
  aspect-ratio: 410/351;
  overflow: hidden;
}
.abou02__boxRight__image {
  position: relative;
  z-index: 1;
}
.abou02__boxRight__image img {
  z-index: 1;
}
.abou02__boxRight__image::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0.99;
  background: linear-gradient(358deg, #0c0c0c -14.07%, rgba(12, 12, 12, 0) 88.43%);
}
.abou02__boxRight__description {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 52px;
}
.abou02__boxRight .carousel_abou02 .owl-dots {
  margin-top: 1.375rem;
  padding-left: 4px;
}

.abou02-page__header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 187px 0 115px 0;
}
.abou02-page__header .container--abou02-header {
  z-index: 100;
  position: relative;
}
.abou02-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(180deg, #000 21.74%, rgba(0, 0, 0, 0) 175.06%);
}
.abou02-page__content {
  padding: 120px 5vw 70px 5vw !important;
}
.abou02-page__content__title {
  margin-bottom: 2.5rem;
}
.abou02-page__content__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
}
.abou02-page__content__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
}
.abou02-page__content__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #111111;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.abou02-page .container--abou02-page {
  width: 100%;
  background-color: #1a1a1a;
}

.abou02-page__topic {
  width: 100%;
  background-color: #1a1a1a;
  padding: 0 5vw 79px 5vw;
}
.abou02-page__topic__encompass__title {
  margin-bottom: 1.75rem;
}
.abou02-page__topic__item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 410/557;
}
.abou02-page__topic__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.abou02-page__topic__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abou02-page__topic__description {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 48.66px 52px;
  opacity: 0.99;
  background: linear-gradient(358deg, #0c0c0c -14.07%, rgba(12, 12, 12, 0) 88.43%);
}
.abou02-page__topic .owl-stage-outer {
  overflow: visible;
}
.abou02-page__topic .owl-dots {
  margin-top: 35px;
}

.abou02-page__section {
  background-color: #710808;
}
.abou02-page__section .container--abou02-page__section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .abou02-page__section .container--abou02-page__section {
    flex-direction: column-reverse;
  }
}
.abou02-page__section__image {
  border-radius: 0px;
  height: auto;
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .abou02-page__section__image {
    width: 100%;
  }
}
.abou02-page__section__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abou02-page__section__description {
  width: 50%;
  padding: 104px 5vw 99px 5vw;
}
@media (max-width: 991.98px) {
  .abou02-page__section__description {
    width: 100%;
  }
}
.abou02-page__section__title {
  margin-bottom: 2.5rem;
}
.abou02-page__section__subtitle {
  margin-bottom: 1.5rem;
}
.abou02-page__section__cta {
  margin-top: 1.5rem;
  display: flex;
}

.lightbox-abou02 {
  width: 100%;
  min-height: 100vh;
  display: none;
  padding: 0;
  background: #1a1a1a;
}
@media (max-width: 767.98px) {
  .lightbox-abou02 {
    height: auto;
  }
}
.lightbox-abou02 .row {
  height: 100%;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 767.98px) {
  .lightbox-abou02 .row {
    height: auto;
  }
}
.lightbox-abou02__description {
  border-bottom: #710808 solid 5px;
  min-height: 100vh;
  height: 100%;
}
@media (max-width: 767.98px) {
  .lightbox-abou02__description {
    height: auto;
    min-height: unset;
  }
}
.lightbox-abou02__subtitle {
  margin-bottom: 0;
}
.lightbox-abou02__line {
  margin-top: 22px;
  margin-bottom: 61px;
}
.lightbox-abou02__paragraph {
  margin-top: 3rem;
}
.lightbox-abou02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 3rem;
  height: 2rem;
  color: #fff;
  font-size: 2rem;
}
.lightbox-abou02 .fancybox__backdrop {
  background: #111111 !important;
}
@media (max-width: 767.98px) {
  .lightbox-abou02 {
    text-align: center;
  }
}
.lightbox-abou02__main {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .lightbox-abou02__main {
    margin-bottom: 50px;
  }
}
.lightbox-abou02__main__item {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.7);
}
@media (max-width: 767.98px) {
  .lightbox-abou02__main__item {
    -o-object-position: top center;
       object-position: top center;
  }
}
.lightbox-abou02__main__title {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 15px;
  text-align: left;
}
@media (max-width: 575.98px) {
  .lightbox-abou02__main__title {
    top: 15px;
    left: 15px;
  }
}
.lightbox-abou02__thumbnails {
  position: absolute;
  z-index: 10;
  bottom: -4%;
  left: 50%;
  transform: translate(-50%);
  width: 60%;
  max-width: 400px;
}
.lightbox-abou02__thumbnails__item {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.lightbox-abou02 .owl-carousel .owl-item img {
  height: 90vh !important;
}
@media (max-width: 575.98px) {
  .lightbox-abou02 .owl-carousel .owl-item img {
    height: auto !important;
  }
}
.lightbox-abou02 .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 500;
}
.lightbox-abou02 .owl-nav .owl-prev,
.lightbox-abou02 .owl-nav .owl-next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.lightbox-abou02 .owl-nav .owl-prev span,
.lightbox-abou02 .owl-nav .owl-next span {
  height: 20px;
  width: 20px;
  background-color: #e0e0e0 !important;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 48%);
  clip-path: polygon(0 0, 0% 100%, 100% 48%);
}
.lightbox-abou02 .owl-nav .owl-prev span {
  transform: rotate(180deg);
}

/* BEGIN STYLE */
#CONT02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.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__left {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767.98px) {
  .cont02__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02__image {
  min-height: 754px;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .cont02__image {
    margin: 0 auto;
    min-height: unset;
    aspect-ratio: 1/1;
  }
}
.cont02__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cont02__right {
  width: 50%;
  padding: 4.5rem 5% 4.5rem 5vw;
}
@media (max-width: 767.98px) {
  .cont02__right {
    padding: 4.5rem 5vw;
    order: 1;
    width: 100%;
  }
}
.cont02__title {
  font-size: 70px;
}
@media (max-width: 991.98px) {
  .cont02__title {
    font-size: 39px;
  }
}
.cont02__line {
  margin: 39px 0 34px 0;
}
.cont02__paragraph {
  margin-top: 2.5rem;
}
.cont02__cta {
  margin-top: 3.5rem;
}

/* BEGIN STYLE */
.topi102 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  padding-top: 13px;
}
.topi102__text {
  border-bottom: 1px solid #404040;
  padding-bottom: 26px;
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  .topi102__text {
    flex-direction: column;
    border: none;
    padding-bottom: 0;
    margin-bottom: 53px;
  }
}
@media (max-width: 767.98px) {
  .topi102__encompass {
    text-align: center;
    border-bottom: 1px solid #404040;
    padding-bottom: 14px;
    margin-bottom: 24px;
  }
}
.topi102__encompass__title {
  font-size: 4.375rem;
  color: #111111;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .topi102__encompass__title {
    font-size: 3.75rem;
    margin-bottom: 5px;
  }
}
.topi102__encompass__subtitle {
  font-size: 2.812rem;
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .topi102__encompass__subtitle {
    font-size: 2.187rem;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .topi102 .carousel-topi02-navigation {
    padding-left: 0 !important;
  }
}
.topi102__navigation {
  margin-bottom: 26px;
}
.topi102__navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 64px;
}
.topi102__navigation ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #cacaca;
  padding: 13px 38px;
}
@media (max-width: 767.98px) {
  .topi102__navigation ul li {
    width: 76%;
  }
}
.topi102__navigation ul li .title {
  font-size: 3.75rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .topi102__navigation ul li .title {
    font-size: 3.125rem;
  }
}
.topi102__navigation ul li span {
  font-size: 1.875rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .topi102__navigation ul li span {
    font-size: 1.25rem;
  }
}
.topi102__content {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .topi102__content {
    width: 70%;
    margin: 0 auto 0 0;
  }
  .topi102__content .owl-stage-outer {
    overflow: visible;
  }
}
.topi102__content__box {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 301/829;
  overflow: hidden;
  cursor: pointer;
  max-height: 100vh;
}
@media (max-width: 575.98px) {
  .topi102__content__box {
    aspect-ratio: 280/600;
  }
}
.topi102__content__box__image {
  width: 100% !important;
  height: 100% !important;
  position: relative;
}
.topi102__content__box__image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.topi102__content__box__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 0;
}
.topi102__content__box__description__title {
  transition: all ease-in-out 0.4s;
  padding: 0 20px;
}
.topi102__content__box__description__paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.6s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s;
  width: 100%;
}
.topi102__content__box__description__paragraph p {
  padding: 0 20px;
}
.topi102__content__box__description__paragraph span {
  align-self: end;
  margin-top: 1.5rem;
  width: 100%;
  background: #6f0008;
  padding: 10px;
  text-align: center;
}
.topi102__content__box__description:hover .topi102__content__box__description__paragraph {
  max-height: 100%;
  opacity: 1;
  transition: max-height 0.4s ease-in-out 0.2s, opacity 0.4s ease-in-out 0.2s;
}

.topi102-show {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0%;
  display: none;
  background-color: #1a1a1a;
}
@media (max-width: 991.98px) {
  .topi102-show {
    flex-direction: column;
    max-height: unset;
  }
}
.topi102-show > .carousel__button.is-close {
  top: 1rem;
  right: 1rem;
}
@media (max-width: 991.98px) {
  .topi102-show > .carousel__button.is-close {
    right: 0.5rem;
    scale: 0.8;
  }
}
.topi102-show__left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: 40%;
  padding: 5% 3%;
  border-bottom: solid 5px #710808;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 991.98px) {
  .topi102-show__left {
    width: 100%;
    height: auto;
    padding: 62px 3vw;
  }
}
.topi102-show__left::-webkit-scrollbar {
  width: 8px;
}
.topi102-show__left::-webkit-scrollbar-track {
  background: rgba(224, 224, 224, 0.4);
}
.topi102-show__left::-webkit-scrollbar-thumb {
  background: rgba(113, 8, 8, 0.6);
}
.topi102-show__left::-webkit-scrollbar-thumb:hover {
  background: rgba(113, 8, 8, 0.8);
}
@media (max-width: 575.98px) {
  .topi102-show__title {
    font-size: 2.125rem;
  }
}
.topi102-show__line {
  border-top: #111111 solid 1px;
  opacity: 1;
  width: 100%;
  margin: 20px 0 34px 0;
}
.topi102-show__description {
  margin-top: 5rem;
}
@media (max-width: 575.98px) {
  .topi102-show__description {
    margin-top: 2rem;
  }
}
.topi102-show__cta {
  margin-top: 5rem;
  align-self: center;
  outline: none !important;
}
.topi102-show__image {
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .topi102-show__image {
    width: 100%;
    height: auto;
    aspect-ratio: 682/583;
    margin-bottom: 2rem;
  }
}

/* BEGIN STYLE */
.sche02 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.sche02__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.sche02 .container--sche02 {
  z-index: 100;
  position: relative;
}
@media (max-width: 767.98px) {
  .sche02__main .row--sche02 {
    margin: 0 auto;
  }
}
.sche02__main__box__left {
  padding: 90px 5% 80px 5vw;
  position: relative;
  opacity: 1;
  transition: all 1.5s ease;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left {
    padding: 3.8rem 1rem !important;
  }
}
.sche02__main__box__left.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  --animate-delay: 1.5s;
  --animate-duration: 1.5s;
  opacity: 1;
}
.sche02__main__box__left::before {
  content: "";
  width: 100%;
  height: 14px;
  background-color: #ff2b2b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left::before {
    display: none;
  }
}
.sche02__main__box__left__header {
  margin-bottom: 3.06rem;
}
.sche02__main__box__left__header__title {
  color: #ff2b2b;
  font-weight: 200;
  font-size: 2.812rem;
  font-family: "Montserrat", sans-serif, arial;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__header__title {
    font-size: 2.187rem;
  }
}
.sche02__main__box__left__header__subtitle {
  font-size: 2.812rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  line-height: normal;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__header__subtitle {
    font-size: 2.187rem;
  }
}
.sche02__main__box__left__header__hr {
  background-color: #000;
}
.sche02__main__box__left__engDropdown {
  display: flex;
  flex-direction: column;
  gap: 0.62rem 0;
}
.sche02__main__box__left__engDropdown__dropdown__aba {
  display: flex;
  justify-content: space-between;
}
.sche02__main__box__left__engDropdown__dropdown__aba::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg) !important;
  height: 16px;
  width: 16px;
  background-color: #ff2b2b;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: all ease 0.4s;
}
.sche02__main__box__left__engDropdown__dropdown__aba.collapsed::after {
  transition: all ease 0.4s;
  transform: translateY(-50%) rotate(0) !important;
}
.sche02__main__box__left__engDropdown__dropdown__aba__leftAba {
  width: 8.5625rem;
  min-height: 7.305rem;
  background-color: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sche02__main__box__left__engDropdown__dropdown__aba__leftAba__title {
  font-size: 2.812rem;
  color: #ff2b2b;
  font-weight: 200;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__engDropdown__dropdown__aba__leftAba__title {
    font-size: 2.187rem;
  }
}
.sche02__main__box__left__engDropdown__dropdown__aba__leftAba__subtitle {
  margin-bottom: 0;
  font-size: 1.875rem;
  color: #ff2b2b;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__engDropdown__dropdown__aba__leftAba__subtitle {
    font-size: 1.25rem;
  }
}
.sche02__main__box__left__engDropdown__dropdown__aba__rightAba {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  min-height: 7.0625rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem 2.37rem;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__engDropdown__dropdown__aba__rightAba {
    min-height: 7.3rem;
    padding: 1.6rem 0.97rem;
  }
}
.sche02__main__box__left__engDropdown__dropdown__aba__rightAba__subtitle {
  font-size: 1.875rem;
  color: #fff;
  line-height: 140%;
  font-weight: 200;
  font-family: "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__engDropdown__dropdown__aba__rightAba__subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .sche02__main__box__left__engDropdown__dropdown__aba__rightAba__subtitle {
    font-size: 0.9rem;
  }
}
.sche02__main__box__left__engDropdown__dropdown__description {
  padding: 2rem 0rem 0 1.2rem !important;
  border: 1px solid rgba(64, 64, 64, 0.6);
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__engDropdown__dropdown__description {
    padding: 1rem 0 0 0.96rem !important;
  }
}
.sche02__main__box__left__engDropdown__dropdown__description__paragraph {
  padding-right: 1.2rem;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  font: 0.937rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__engDropdown__dropdown__description__paragraph {
    padding-right: 0.96rem;
  }
}
.sche02__main__box__left__engDropdown__dropdown__description__paragraph p {
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  font: 0.937rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  font-weight: 400;
}
.sche02__main__box__left__engDropdown__dropdown__description__paragraph b,
.sche02__main__box__left__engDropdown__dropdown__description__paragraph strong {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.sche02__main__box__left__engDropdown__dropdown__description__engButton {
  display: flex;
  gap: 0 0.37rem;
  margin-bottom: 0;
  justify-content: flex-end;
  margin-top: 1.19rem;
}
.sche02__main__box__left__engDropdown__dropdown__description__engButton__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #fff;
  border: 1px solid #ff2b2b;
  background: #ff2b2b;
  margin-top: 0;
  padding: 0.5rem 1.56rem;
  border-radius: 0;
  transition: all ease 0.4s;
}
.sche02__main__box__left__engDropdown__dropdown__description__engButton__cta:nth-of-type(odd) {
  border: 1px solid #fff;
  background-color: #fff;
  color: #ff2b2b;
}
.sche02__main__box__left__engDropdown__dropdown__description__engButton__cta:nth-of-type(odd):hover {
  transition: all ease 0.4s;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__engDropdown__dropdown__description__engButton__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    width: 147px;
  }
}
.sche02__main__box__left__engDropdown__dropdown__description__engButton__cta:hover {
  transition: all ease 0.4s;
  color: #ff2b2b;
  background-color: transparent;
}
.sche02__main__box__left__btnEmphasis {
  margin-top: 3.5rem;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__btnEmphasis {
    margin: 0 auto;
    margin-top: 4.07rem;
    justify-content: center;
    display: flex;
  }
}
.sche02__main__box__left__btnEmphasis a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ff2b2b;
  background: transparent;
  border: 1px solid #ff2b2b;
  width: 100%;
  height: 45px;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  gap: 0 14.58px;
  transition: all ease 0.4;
}
@media (max-width: 767.98px) {
  .sche02__main__box__left__btnEmphasis a {
    font: 0.938rem "Montserrat", sans-serif, arial;
  }
}
.sche02__main__box__left__btnEmphasis a:hover {
  color: #fff;
  background-color: #ff2b2b;
  transition: all ease 0.4;
}
.sche02__main__box__right {
  justify-content: end;
  z-index: 100;
  position: relative;
  opacity: 1;
  transition: all 1.5s ease;
}
.sche02__main__box__right.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  --animate-delay: 1.5s;
  --animate-duration: 1.5s;
  opacity: 1;
}
.sche02__main__box__right__image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sche02__main__box__right__image {
    max-width: 34.4375rem;
    height: 26.3125rem;
    margin: 0 auto;
  }
}
.sche02__main__box__right__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__slide {
  padding: 0;
}

.lipa {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.lipa__banner {
  height: 244px;
  display: flex;
  padding: 2.38rem 3.56rem;
  justify-content: flex-end;
  text-align: left;
  flex-direction: column;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lipa__banner {
    padding: 2.38rem 0;
    height: 200px;
  }
}
.lipa__banner .container--lipa {
  z-index: 100;
}
@media (max-width: 767.98px) {
  .lipa__banner .container--lipa {
    justify-content: center !important;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.lipa__banner__close {
  left: 2.9rem;
  width: auto !important;
  text-align: left;
  height: auto !important;
  justify-content: flex-start;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  font-size: 1.875rem;
  z-index: 10;
  position: absolute;
  top: 37px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  outline: none !important;
}
@media (max-width: 767.98px) {
  .lipa__banner__close {
    font-size: 1rem;
    left: 8px;
  }
}
.lipa__banner__close svg {
  width: 12px;
  height: auto;
  display: flex;
  margin-right: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}
.lipa__banner__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1.4;
  background: linear-gradient(180deg, #000 28.89%, rgba(0, 0, 0, 0.11) 77.6%, rgba(0, 0, 0, 0) 100%);
}
.lipa__banner__left {
  border-bottom: 1px solid #000;
  max-width: 38.125rem;
}
@media (max-width: 767.98px) {
  .lipa__banner__left {
    max-width: inherit;
    text-align: center;
  }
}
.lipa__banner__left__title {
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  font-size: 8rem;
}
@media (max-width: 767.98px) {
  .lipa__banner__left__title {
    font-size: 5rem;
  }
}
.lipa__banner__left__subtitle {
  color: #111111;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  font-size: 2.812rem;
}
@media (max-width: 767.98px) {
  .lipa__banner__left__subtitle {
    font-size: 2.187rem;
  }
}
.lipa__banner__right {
  margin-top: 0;
  position: absolute;
  top: 27px;
  right: 46px;
}
@media (max-width: 575.98px) {
  .lipa__banner__right {
    margin-top: 0;
    position: absolute;
    top: 40px;
    right: 13px;
  }
}
.lipa__banner__right__logo {
  width: 11rem;
  height: 2.86713rem;
}
@media (max-width: 575.98px) {
  .lipa__banner__right__logo {
    width: 5rem;
    height: auto;
  }
}
.lipa__banner__right__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .lipa__banner__right__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.lipa__calendar {
  padding: 0;
  margin-top: -80px;
  background: #1e1e1e;
  height: calc(100vh - 164px);
}
@media (max-width: 767.98px) {
  .lipa__calendar {
    height: calc(100vh - 120px);
  }
}

.fc-toolbar h2 {
  font-size: 15px !important;
  border: 1px solid #fff !important;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  padding: 0.7rem 2rem !important;
  font-size: 2.812rem;
  border-radius: 3.75rem;
}
@media (max-width: 575.98px) {
  .fc-toolbar h2 {
    padding: 0.5rem 1rem !important;
    font-size: 2.187rem;
  }
}

.fc-title {
  display: none !important;
}

.fc-day-grid {
  height: calc(100vh - 360px);
}
.fc-day-grid .fc-row {
  height: 16.6666666667%;
}

.fc-day-grid-event {
  background-color: transparent !important;
  border: 0 !important;
  margin: 0 auto !important;
  padding: 0 1px !important;
  width: 92% !important;
}

.fc-day-grid-event .fc-content {
  background-color: transparent !important;
  border: 1px solid #ff2b2b !important;
  padding: 0 5px;
  margin-bottom: 0.1rem;
  margin-top: 0.2rem;
  border-radius: 8px !important;
}

.fc-day-grid-event .fc-content span {
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin: 0 auto;
  display: flex !important;
  padding: 0.1rem;
  border-radius: 80% !important;
}

.fc-event-container {
  pointer-events: none;
}

.fc-today .fc-day-number {
  background-color: #ff2b2b !important;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 200;
  width: 28px;
  height: 28px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.fc-view {
  width: 88%;
  margin: 101px auto;
}

.fc-unthemed td.fc-today {
  background: transparent !important;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: rgba(255, 255, 255, 0.07);
  border-bottom: none;
}

.fc-other-month .fc-day-number {
  color: rgba(255, 255, 255, 0.4);
}

.fc-day-number {
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 200;
  margin-left: 9px;
  font-size: 1.125rem;
}

.fc-scroller .fc-day-grid-container {
  overflow: visible;
}

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.fc-head-container.fc-widget-header {
  display: none !important;
}

.fc-center,
.fc-today-button {
  display: none !important;
}

.fc-right {
  width: 100%;
}

.fc-right .fc-button-group {
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.fc-right .fc-button-group button {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border: 1px solid #fff;
  display: flex;
  color: #fff;
  flex: initial;
  background: transparent !important;
  border-radius: 100% !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.812rem !important;
  font-family: "Montserrat", sans-serif, arial !important;
  font-weight: 200 !important;
}
@media (max-width: 575.98px) {
  .fc-right .fc-button-group button {
    width: 1.25rem !important;
    height: 1.25rem !important;
    padding: 0 !important;
    font-size: 2.187rem !important;
  }
}

.fc table {
  background: #1e1e1e;
}

.fc-right > .fc-button-primary {
  border: 1px solid #fff;
  border-radius: 3.75rem;
  font-size: 2.812rem !important;
  font-family: "Montserrat", sans-serif, arial !important;
  font-weight: 200 !important;
}

.fc-left {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.fc-button-group > .fc-button.fc-button-active,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.fc-day-top {
  padding: 0 0.4rem !important;
}

@media (max-width: 575.98px) {
  .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 0.8em;
  }
}

.fc-toolbar.fc-header-toolbar {
  margin: 0 auto;
  margin-bottom: 1.5em;
  width: 91%;
}

.fc-scroller.fc-day-grid-container {
  overflow: visible !important;
  height: 100% !important;
}

.lish {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 1000000000000000;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  display: none;
}
@media (max-width: 575.98px) {
  .lish {
    padding: 2.94rem 1.2rem;
  }
}
.lish .container--lish {
  height: auto;
  width: 100%;
  max-width: inherit !important;
  overflow-y: auto;
}
.lish__bg-dark {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
}
.lish__contentBox {
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 3.19rem 4.56rem;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .lish__contentBox {
    padding: 0;
  }
}
.lish__topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.06rem;
}
.lish__topo__close {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  background: transparent;
  border: none;
}
@media (max-width: 575.98px) {
  .lish__topo__close {
    margin-right: 0rem;
    font-size: 1.8rem;
  }
}
.lish__topoengPrev {
  display: flex;
  align-items: center;
}
.lish__topoengPrev__prev {
  background: transparent;
  border: none;
}
.lish__topoengPrev__prev svg {
  width: 0.8rem;
  height: auto;
  display: flex;
  margin-right: 25px;
}
.lish__topoengPrev__date {
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  font-size: 1.125rem;
  background-color: #ff2b2b;
  padding: 0.54rem 1.1rem;
  border-radius: 2.5rem;
}
@media (max-width: 767.98px) {
  .lish__topoengPrev__date {
    font-size: 0.9rem;
  }
}
.lish__content {
  display: flex;
  flex-direction: column;
  gap: 1.12rem 0;
}
.lish__content__box__top {
  width: 100%;
  border-bottom: 1px solid #ff2b2b;
  padding-bottom: 25px;
}
@media (max-width: 575.98px) {
  .lish__content__box__top {
    padding-bottom: 1rem;
    margin-bottom: 1.06rem;
  }
}
.lish__content__box__top::after {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #111111;
  right: 28px;
  bottom: 25px;
}
@media (max-width: 575.98px) {
  .lish__content__box__top::after {
    right: 0;
  }
}
.lish__content__box__top__left {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.lish__content__box__top__left__title {
  color: #fff;
  font-weight: 200;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-family: "Montserrat", sans-serif, arial;
  color: rgba(255, 255, 255, 0.6);
  line-height: 170%; /* 1.38125rem */
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .lish__content__box__top__left__title {
    font-size: 0.8125rem;
  }
}
.lish__content__box__top__left__subtitle {
  font-size: 2.812rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif, arial;
  color: #fff;
  font-weight: 200;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .lish__content__box__top__left__subtitle {
    font-size: 2.187rem;
  }
}
.lish__content__box__bottom {
  padding: 1.19rem 2.6rem;
  padding-bottom: 0;
  background-color: #000;
}
@media (max-width: 575.98px) {
  .lish__content__box__bottom {
    padding: 1.19rem 1.2rem;
    padding-bottom: 0;
  }
}
.lish__content__box__bottom__paragraph p {
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  font-size: 0.937rem "Montserrat", sans-serif, arial;
  color: #000;
  margin-bottom: 0;
}
.lish__content__box__bottom__paragraph {
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  font: 0.937rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.lish__content__box__bottom__paragraph p {
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  font: 0.937rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  font-weight: 400;
}
.lish__content__box__bottom__paragraph b,
.lish__content__box__bottom__paragraph strong {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.lish__content__box__bottom__buttons {
  display: flex;
  gap: 0 0.37rem;
  margin-bottom: 0;
  justify-content: flex-end;
  margin-top: 1.19rem;
}
.lish__content__box__bottom__buttons__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #fff;
  border: 1px solid #ff2b2b;
  background: #ff2b2b;
  margin-top: 0;
  padding: 0.5rem 1.56rem;
  border-radius: 0;
  transition: all ease 0.4s;
}
.lish__content__box__bottom__buttons__btn:nth-of-type(odd) {
  border: 1px solid #fff;
  background-color: #fff;
  color: #ff2b2b;
}
.lish__content__box__bottom__buttons__btn:nth-of-type(odd):hover {
  transition: all ease 0.4s;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .lish__content__box__bottom__buttons__btn {
    font: 0.938rem "Montserrat", sans-serif, arial;
    width: 147px;
  }
}
.lish__content__box__bottom__buttons__btn:hover {
  transition: all ease 0.4s;
  color: #ff2b2b;
  background-color: transparent;
}
.lish .fancybox__content :focus:not(.carousel__button.is-close) {
  color: inherit !important;
  background-color: inherit !important;
  box-shadow: none !important;
}

/* BEGIN STYLE */
.port101 {
  position: relative;
}
.port101__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .port101__top {
    flex-direction: column;
    padding: 2rem 5vw;
    gap: 2rem;
  }
}
.port101__emcompass {
  padding: 2rem 5vw;
  position: relative;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .port101__emcompass {
    padding: 0;
  }
}
.port101__emcompass__title {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .port101__emcompass__title {
    font-size: 39px;
    margin-bottom: 1rem;
  }
}
.port101__emcompass__subtitle {
  color: rgba(224, 224, 224, 0.5);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .port101__emcompass__subtitle {
    text-align: center;
  }
}
.port101__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1500/686;
  position: relative;
}
.port101__image::before {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(181deg, #000 -13.57%, rgba(0, 0, 0, 0) 28.85%);
  z-index: 1;
  position: absolute;
  inset: 0;
}
.port101__image::after {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: #000;
  z-index: 2;
  position: absolute;
  inset: 0;
}
@media (max-width: 991.98px) {
  .port101__image {
    aspect-ratio: 570/1100;
  }
}
.port101__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.port101 .countdown {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 3rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .port101 .countdown {
    gap: 2rem;
    padding: 0;
  }
}
.port101 .countdown__item {
  text-align: center;
  color: #fff;
}
.port101 .countdown__number {
  display: block;
  color: #E0E0E0;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 49.632px;
  font-style: normal;
  font-weight: 275;
}
@media (max-width: 991.98px) {
  .port101 .countdown__number {
    font-size: 39px;
  }
}
.port101 .countdown__label {
  display: block;
  color: rgba(224, 224, 224, 0.5);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 275;
}

.lightbox-port101 {
  display: none;
  width: 100%;
  padding: 0;
  background-color: #1a1a1a;
}
.lightbox-port101__description {
  padding: 66px 53px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 5px solid #710808;
  height: 100vh;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 991.98px) {
  .lightbox-port101__description {
    height: auto;
  }
}
.lightbox-port101__description__cta {
  margin-top: 2rem;
  margin-left: 0;
  color: #FF2B2B;
  font-size: 30px;
  font-weight: 200;
  width: 60%;
  text-align: end;
}
@media (max-width: 575.98px) {
  .lightbox-port101__description__cta {
    width: 100%;
  }
}
.lightbox-port101__description__cta::before {
  transform: rotate(180deg);
  right: unset;
  left: 0;
  top: 60px;
  background: #FF2B2B;
}
@media (max-width: 575.98px) {
  .lightbox-port101__description__cta::before {
    width: 95%;
  }
}
.lightbox-port101__description::-webkit-scrollbar {
  width: 8px;
}
.lightbox-port101__description::-webkit-scrollbar-track {
  background: rgba(224, 224, 224, 0.4);
}
.lightbox-port101__description::-webkit-scrollbar-thumb {
  background: rgba(113, 8, 8, 0.6);
}
.lightbox-port101__description::-webkit-scrollbar-thumb:hover {
  background: rgba(113, 8, 8, 0.8);
}
.lightbox-port101__next-event {
  margin-top: 3.5rem;
  width: 100%;
}
.lightbox-port101__next-event__title {
  color: #ff2b2b;
  margin-bottom: 30px;
}
.lightbox-port101__next-event__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border: solid 1px rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 15px 50px 15px 18px;
  position: relative;
}
.lightbox-port101__next-event__link::after {
  content: "";
  background-color: #e0e0e0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 15px;
  width: 15px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-port101__next-event__date {
  font-weight: 700;
}
.lightbox-port101__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .lightbox-port101__content {
    height: auto;
  }
}
.lightbox-port101__content .row.px-0 {
  align-items: center;
}
.lightbox-port101__galery {
  position: relative;
  width: 582px;
  height: 680px;
}
.lightbox-port101__galery__single-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .lightbox-port101__galery__single-img {
    -o-object-position: center;
       object-position: center;
  }
}
.lightbox-port101__galery .carousel-show-port101 {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lightbox-port101__galery .item {
  width: 100%;
  height: 100%;
}
.lightbox-port101__galery .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.lightbox-port101__galery .carousel-show-port101-nav {
  position: absolute;
  z-index: 5;
  width: 332px;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lightbox-port101__galery .carousel-show-port101-nav a {
  width: 100%;
  height: 72px;
  display: flex;
}
@media (max-width: 575.98px) {
  .lightbox-port101__galery .carousel-show-port101-nav a {
    height: 67px;
  }
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-dots {
  display: none !important;
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav {
  gap: 0 18px;
  justify-content: space-between;
  position: absolute;
  top: 0%;
  width: 100%;
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-prev {
  left: -52px;
}
@media (max-width: 575.98px) {
  .lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-prev {
    left: -27px;
  }
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-next {
  right: -52px;
}
@media (max-width: 575.98px) {
  .lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-next {
    right: -27px;
  }
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-prev,
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-next {
  height: 24px;
  width: 24px;
  border-radius: 0%;
  background-color: rgba(26, 26, 26, 0.6);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  position: absolute;
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-prev span,
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-next span {
  font-size: 0px;
  position: relative;
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-prev span::before,
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-next span::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.lightbox-port101__galery .carousel-show-port101-nav .owl-nav .owl-prev span::before {
  transform: rotate(180deg);
}
.lightbox-port101 .owl-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.lightbox-port101 .modal__btn--close {
  z-index: 10;
  color: #fff;
  background-color: transparent;
}

.modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.modal.open {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.modal__btn--close {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  border: none;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
}

/* BEGIN STYLE */
.cont07 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  padding: 63px 0 59px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cont07 .container--pd {
    padding: 0 53px !important;
  }
}
.cont07__emcompass {
  padding-bottom: 35px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont07__emcompass__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont07__emcompass__subtitle {
    font-size: 2.187rem;
  }
}
.cont07__boxVideo {
  padding-top: 15%;
}
@media (max-width: 767.98px) {
  .cont07__boxVideo {
    padding-top: 25%;
  }
}
@media (max-width: 575.98px) {
  .cont07__boxVideo {
    padding-top: 45%;
  }
}
.cont07__boxVideo__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cont07__boxVideo__content .play {
  width: 87px;
  height: 87px;
}
@media (max-width: 991.98px) {
  .cont07__boxVideo__content .play {
    width: 59px;
    height: 59px;
  }
}
.cont07__gallery {
  width: 93%;
}
@media (max-width: 575.98px) {
  .cont07__gallery {
    width: 85%;
  }
}
.cont07__gallery__item {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
}
.cont07__gallery__item a {
  width: 100%;
  height: 100%;
}
.cont07__gallery__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.7);
}
.cont07__gallery__item__title {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
}
.cont07__gallery .owl-nav {
  width: 98vw;
  justify-content: space-between;
  position: absolute;
  margin-top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .cont07__gallery .owl-nav {
    width: 100vw;
  }
}
.cont07__gallery .owl-nav button {
  pointer-events: all;
  height: 28px;
  width: 28px;
  opacity: 0.8;
  align-items: center;
  font-size: 0px !important;
  line-height: 0px !important;
  background-color: transparent !important;
}
.cont07__gallery .owl-nav button span {
  display: block;
  height: 28px;
  width: 28px;
  background-color: #e0e0e0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 767.98px) {
  .cont07__gallery .owl-nav button span {
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 767.98px) {
  .cont07__gallery .owl-nav button span {
    height: 18px;
    width: 18px;
  }
}
.cont07__gallery .owl-nav button.owl-prev span {
  transform: rotate(180deg);
}
.cont07__gallery .owl-nav button:hover {
  background-color: transparent !important;
  opacity: 1;
}
.cont07__gallery .owl-nav button:hover span {
  background-color: #ff2b2b;
}
.cont07__cta {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 28px auto 0;
  max-width: 177px;
  padding: 10px 15px;
  background-color: #ff2b2b;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cont07__cta {
    font: 0.938rem "Montserrat", sans-serif, arial;
    margin: 36px auto 0;
    width: 147px;
  }
}
.cont07__cta:hover {
  color: #fff;
  background-color: #000;
}
.cont07__cta:hover .cont07__cta__icon {
  filter: invert(1) grayscale(1);
}

.fancybox__thumbs .carousel__slide {
  width: 36px;
}

.fancybox__thumb {
  padding-top: 0;
  aspect-ratio: 9/16;
}

.sche01 {
  background-color: #1a1a1a;
  padding: 40px 0 0 2vw;
}
@media (max-width: 991.98px) {
  .sche01 {
    padding: 10px 2vw 50px 2vw;
  }
}
.sche01__header {
  margin-bottom: 70px;
}
.sche01__header__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 4.375rem;
  font-weight: 200;
  line-height: 110%;
  color: #e0e0e0;
}
@media (max-width: 991.98px) {
  .sche01__header__title {
    font-size: 3.125rem;
  }
}
.sche01__carousel__item__image, .sche01-show__related__carousel__item__image {
  width: 357px;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sche01__carousel__item__information, .sche01-show__related__carousel__item__information {
  display: flex;
  flex-direction: row;
}
.sche01__carousel__item__information__date, .sche01-show__related__carousel__item__information__date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  background-color: #710808;
}
.sche01__carousel__item__information__date__day, .sche01-show__related__carousel__item__information__date__day {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 200;
  line-height: 110%;
  color: #fff;
}
.sche01__carousel__item__information__date__month, .sche01-show__related__carousel__item__information__date__month, .sche01__carousel__item__information__date__year, .sche01-show__related__carousel__item__information__date__year {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.sche01__carousel__item__information__header, .sche01-show__related__carousel__item__information__header {
  padding: 12px 0 0 19px;
}
.sche01__carousel__item__information__header__title, .sche01-show__related__carousel__item__information__header__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 24px;
  font-weight: 200;
  line-height: 110%;
  color: #fff;
}
.sche01__carousel .owl-dots {
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: 10%;
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .sche01__carousel .owl-dots {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.sche01__cta, .sche01-show__related__cta {
  pointer-events: all;
}

/* BEGIN STYLE */
.sche01-page {
  width: 100%;
}
.sche01-page__banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 0 110px 0;
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .sche01-page__banner {
    padding: 160px 0 80px 0;
  }
}
.sche01-page__banner__content {
  width: 17%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991.98px) {
  .sche01-page__banner__content {
    width: 50%;
  }
}
.sche01-page__banner__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
}
.sche01-page__banner__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 200;
  line-height: 110%;
  color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sche01-page__banner__title {
    font-size: 2.187rem;
  }
}
.sche01-page__banner__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #710808;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .sche01-page__banner__subtitle {
    font-size: 2.187rem;
  }
}
.sche01-page__banner__line {
  width: 95%;
  max-width: 610px;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.sche01-page__cont {
  padding: 125px 0 0 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%;
  margin-top: 3rem;
}
@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: "Montserrat", sans-serif, arial;
  font-size: 4.375rem;
  font-weight: 200;
  line-height: 110%;
  color: #fff;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__title {
    font-size: 3.125rem;
    padding-left: 20px;
  }
}
.sche01-page__cont__list {
  gap: 35px;
}
.sche01-page__cont__item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.168627451);
  padding-bottom: 73px;
}
.sche01-page__cont__item + .sche01-page__cont__item {
  padding-top: 40px;
}
.sche01-page__cont__item__main {
  margin-top: 27px;
}
@media (max-width: 991.98px) {
  .sche01-page__cont__item__header {
    flex-direction: column !important;
  }
}
.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-size: 2.812rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #111111;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__header__topics__item {
    font-size: 2.187rem;
  }
}
.sche01-page__cont__item__date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .sche01-page__cont__item__date {
    justify-content: flex-start;
    padding-left: 20px;
    margin-bottom: 1rem;
  }
}
.sche01-page__cont__item__day {
  font-size: 4.375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  color: #fff;
  line-height: 110%;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__day {
    font-size: 1.25rem;
  }
}
.sche01-page__cont__item__month {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  line-height: 115%;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__month {
    font-size: 1.25rem;
  }
}
.sche01-page__cont__item__year {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  line-height: 115%;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__year {
    font-size: 1.25rem;
  }
}
.sche01-page__cont__item__right {
  width: calc(100% - 150px);
}
@media (max-width: 991.98px) {
  .sche01-page__cont__item__right {
    width: 100%;
  }
}
.sche01-page__cont__item__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 200;
  line-height: 115%;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__title {
    font-size: 2.187rem;
    padding-left: 20px;
    border-left: inherit;
  }
}
.sche01-page__cont__item__img {
  width: 840px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  margin-bottom: 33px;
}
@media (max-width: 991.98px) {
  .sche01-page__cont__item__img {
    width: 100%;
  }
}
.sche01-page__cont__item__desc {
  width: 100%;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 300;
  color: #fff;
  line-height: 200%;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__item__desc {
    font: 0.938rem "Montserrat", sans-serif, arial;
    padding: 0 20px;
    line-height: 160%;
  }
}
.sche01-page__cont__item__desc p {
  font: inherit;
  color: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.sche01-page__cont__item__cta {
  margin-top: 34px;
}
.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 {
  display: 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 "Montserrat", sans-serif, arial;
  color: #111111;
  background-color: #d9d9d9;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sche01-page__cont .pagination .page-item .page-link {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.sche01-page__cont .pagination .page-item .page-link:hover {
  background-color: #710808;
  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: #fff;
  font-size: 2rem;
}
.sche01-page__cont .pagination .page-item.active .page-link {
  background-color: #710808;
  color: #d9d9d9;
}
.sche01-page__cont__aside {
  width: 33%;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .sche01-page__cont__aside {
    width: 100%;
  }
}

.sche01-form {
  background-color: #710808;
  padding: 24px 28px 32px 28px;
}
.sche01-form__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #710808;
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sche01-form__subtitle {
    font-size: 2.187rem;
  }
}
.sche01-form__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.875rem;
  font-weight: 200;
  line-height: 115%;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sche01-form__title {
    font-size: 2.187rem;
  }
}
.sche01-form__desc {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #111111;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .sche01-form__desc {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.sche01-form__desc p {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.sche01-form__inputs {
  width: 100%;
}
.sche01-form__inputs label {
  font: 0.875rem "Montserrat", sans-serif, arial !important;
  color: #111111 !important;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .sche01-form__inputs label {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.sche01-form__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  align-self: end;
  padding: 10px 20px;
  margin-top: 28px;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.sche01-form__form__checkbox-label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 15px;
}
.sche01-form__form__checkbox-label a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.sche01-month-categories {
  list-style-type: none;
}
.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: #111111;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sche01-month-categories__item__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sche01-month-categories__item__title {
    font-size: 2.187rem;
  }
}
.sche01-month-categories__item__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #710808;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sche01-month-categories__item__subtitle {
    font: 0.813rem "Montserrat", sans-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: #111111;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 0.75rem;
  font-weight: 400;
}

.sche01-show {
  width: 100%;
}
.sche01-show__banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 4rem;
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .sche01-show__banner {
    position: inherit;
    padding-top: 0;
  }
}
.sche01-show__banner__content {
  width: 45%;
}
@media (max-width: 991.98px) {
  .sche01-show__banner__content {
    width: 50%;
  }
}
.sche01-show__banner__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  display: none;
}
.sche01-show__banner__title {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 55.233px;
  font-style: normal;
  font-weight: 250;
  line-height: 30.205px;
}
@media (max-width: 767.98px) {
  .sche01-show__banner__title {
    font-size: 2.187rem;
  }
}
.sche01-show__banner__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #710808;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .sche01-show__banner__subtitle {
    font-size: 2.187rem;
  }
}
.sche01-show__banner__line {
  width: 95%;
  max-width: 610px;
  border-top: 1px solid #000;
  margin: 0 auto;
  opacity: 1;
}
.sche01-show__cont__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  padding: 0 5vw;
}
@media (max-width: 767.98px) {
  .sche01-show__cont__body {
    flex-direction: column;
  }
}
.sche01-show__cont__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 2.875rem;
  color: #000;
  text-align: left;
}
@media (max-width: 767.98px) {
  .sche01-show__cont__title {
    font-size: 3.75rem;
  }
}
.sche01-show__cont__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 700;
  line-height: 1.315rem;
  color: #710808;
  text-align: left;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .sche01-show__cont__subtitle {
    font-size: 2.187rem;
  }
}
.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 {
  margin-top: 34px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .sche01-show__content {
    width: 100%;
    margin-bottom: 40px;
    flex-direction: column !important;
    margin-bottom: 0;
  }
}
.sche01-show__content__box {
  width: 48%;
}
@media (max-width: 991.98px) {
  .sche01-show__content__box {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .sche01-show__content__header {
    flex-direction: column !important;
  }
}
.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-size: 2.812rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #111111;
}
@media (max-width: 767.98px) {
  .sche01-show__content__header__topics__item {
    font-size: 2.187rem;
  }
}
.sche01-show__content__date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .sche01-show__content__date {
    justify-content: flex-start;
    padding-left: 20px;
    margin-bottom: 1rem;
  }
}
.sche01-show__content__day {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20.739px;
  font-style: normal;
  font-weight: 250;
  line-height: 11.342px;
}
@media (max-width: 767.98px) {
  .sche01-show__content__day {
    font-size: 1.25rem;
  }
}
.sche01-show__content__month {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20.739px;
  font-style: normal;
  font-weight: 250;
  line-height: 11.342px;
}
@media (max-width: 767.98px) {
  .sche01-show__content__month {
    font-size: 1.25rem;
  }
}
.sche01-show__content__year {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20.739px;
  font-style: normal;
  font-weight: 250;
  line-height: 11.342px;
}
@media (max-width: 767.98px) {
  .sche01-show__content__year {
    font-size: 1.25rem;
  }
}
.sche01-show__content__right {
  margin-bottom: 27px;
}
@media (max-width: 991.98px) {
  .sche01-show__content__right {
    width: 100%;
    margin-bottom: 0;
  }
}
.sche01-show__content__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.812rem;
  font-weight: 200;
  line-height: 115%;
  color: #FF2B2B;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sche01-show__content__title {
    font-size: 2.587rem;
    margin-bottom: 1rem;
  }
}
.sche01-show__content__line {
  opacity: 1;
  width: 100%;
  border-top: 1px solid #111111;
  margin: 21px 0;
}
.sche01-show__content__img {
  width: 45%;
  height: 738px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  margin-bottom: 33px;
}
@media (max-width: 991.98px) {
  .sche01-show__content__img {
    width: 100%;
    height: 438px;
  }
}
.sche01-show__content__subtitle {
  font-size: 2.812rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 200;
  color: #fff;
  line-height: 110%;
  margin-top: 75px;
}
@media (max-width: 767.98px) {
  .sche01-show__content__subtitle {
    font-size: 2.187rem;
    padding-left: 20px;
    border-left: inherit;
    margin-top: 30px;
  }
}
.sche01-show__content__desc {
  width: 100%;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 300;
  color: #fff;
  line-height: 200%;
  margin-top: 26px;
}
@media (max-width: 767.98px) {
  .sche01-show__content__desc {
    font: 0.938rem "Montserrat", sans-serif, arial;
    line-height: 160%;
  }
}
.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;
  border: none;
  align-self: flex-start;
  padding: 10px 20px;
  margin-top: 28px;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.sche01-show__related {
  padding: 4.5rem 5vw;
}
.sche01-show__related__title {
  color: #E0E0E0;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 44.985px;
  font-style: normal;
  font-weight: 275;
  line-height: 49.484px;
  margin-bottom: 69px;
}
@media (max-width: 991.98px) {
  .sche01-show__related__title {
    font-size: 39px;
  }
}
.sche01-show__related__carousel .owl-dots {
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: 5%;
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .sche01-show__related__carousel .owl-dots {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
  }
}
/* BEGIN STYLE */
.gall03 {
  background-color: #1A1A1A;
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-top: 4.5rem;
  overflow: hidden;
}
.gall03__header {
  padding: 0 5vw;
  gap: 21px;
}
.gall03__header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .gall03__header__content {
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
  }
}
.gall03__header__icon {
  width: 55px;
  height: auto;
  aspect-ratio: 55/55;
}
.gall03__header__icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.gall03__header__title {
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 70px;
}
@media (max-width: 991.98px) {
  .gall03__header__title {
    font-size: 39px;
  }
}
.gall03__header__subtitle {
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991.98px) {
  .gall03__header__subtitle {
    font-size: 18px;
  }
}
.gall03__header__cta {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 26.94px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.94px;
}
@media (max-width: 575.98px) {
  .gall03__header {
    width: 100% !important;
    min-height: 0;
  }
}
.gall03__carousel {
  margin-top: 77px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.gall03__carousel__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  justify-content: center;
  height: 294px;
  width: calc(20% - 5px);
  position: relative;
  padding: 10px;
  overflow: hidden;
  background-color: #1a1a1a;
}
@media (max-width: 991.98px) {
  .gall03__carousel__item {
    width: calc(50% - 3px);
  }
}
.gall03__carousel__item img {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  filter: brightness(0.7);
}
.gall03__carousel__item__title {
  z-index: 5;
  font-size: 1rem;
}
.gall03 .owl-dots {
  justify-content: left;
}
@media (max-width: 767.98px) {
  .gall03 .owl-dots {
    margin-top: 60px;
  }
}

/* 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: 20px;
}
@media (max-width: 767.98px) {
  .lightbox-gall03 .container {
    padding: 40px 20px !important;
  }
}
.lightbox-gall03__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  align-items: center;
}
@media (max-width: 767.98px) {
  .lightbox-gall03__top {
    align-items: center;
  }
}
.lightbox-gall03__bottom {
  margin-top: 20px;
}
.lightbox-gall03__bottom__main {
  position: relative;
  height: 500px;
  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__iframe {
  display: block;
}
.lightbox-gall03__bottom__main__legend {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.lightbox-gall03__bottom__main .owl-stage-outer {
  height: 100%;
}
.lightbox-gall03__bottom__thumbnail__carousel {
  height: 68px !important;
  margin: 0 auto;
  max-width: 281px;
}
.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__bottom .owl-nav {
  gap: 20px;
}
.lightbox-gall03__bottom .owl-nav .owl-prev span {
  height: 20px;
  width: 20px;
  background-color: #e0e0e0 !important;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 48%);
  clip-path: polygon(0 0, 0% 100%, 100% 48%);
  transform: rotate(180deg);
}
.lightbox-gall03__bottom .owl-nav .owl-next span {
  height: 20px;
  width: 20px;
  background-color: #e0e0e0 !important;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 48%);
  clip-path: polygon(0 0, 0% 100%, 100% 48%);
}
.lightbox-gall03 .owl-carousel .owl-item {
  aspect-ratio: 1/1;
}
.lightbox-gall03 .owl-carousel .owl-item img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -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: #710808 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #710808 !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: #710808 !important;
}

.fancybox__backdrop {
  background-color: #111111 !important;
}

.fancybox__slide {
  padding: 0 !important;
}

/* pg interna */
.gall03-page__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 187px 0 115px 0;
}
.gall03-page__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
  background: linear-gradient(180deg, #000 21.74%, rgba(0, 0, 0, 0) 175.06%);
}
.gall03-page__header__content {
  position: relative;
  z-index: 5;
}
.gall03-page__main {
  padding: 87px 5vw 100px 5vw;
}
.gall03-page__main__line {
  width: 100%;
  border-top: solid 1px #111111;
  margin-top: 18px;
  opacity: 1;
}
.gall03-page__main__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  margin: 92px auto 0 auto;
}
.gall03-page__main__list__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  height: auto;
  width: calc(50% - 7px);
  aspect-ratio: 638/386;
  position: relative;
  padding: 33px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .gall03-page__main__list__item {
    width: 100%;
  }
}
.gall03-page__main__list__item img {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gall03-page__main__list__item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 2;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.23%, #000 100%);
}
.gall03-page__main__list__item__title {
  z-index: 5;
  position: relative;
  transition: all ease 0.3s;
}
.gall03-page__main__list__item__title::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: #ff2b2b;
  position: absolute;
  right: -8px;
  bottom: 0;
  transition: all ease 0.45s;
}
.gall03-page__main__list__item:hover .gall03-page__main__list__item__title {
  color: #ff2b2b;
  transition: all ease 0.3s;
}
.gall03-page__main__list__item:hover .gall03-page__main__list__item__title::before {
  width: calc(100% + 50px);
  transition: all ease 0.45s;
}

/* BEGIN STYLE */
.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%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cont02v1__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02v1__image {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 991.98px) {
  .cont02v1__image {
    margin: 0 auto;
  }
}
.cont02v1__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cont02v1__right {
  padding: 40px 7.5vw 40px 5vw;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cont02v1__right {
    padding: 40px 5vw;
    order: 1;
    width: 100%;
  }
}
.cont02v1__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.cont02v1__title {
  margin-bottom: 2.5rem;
}
.cont02v1__cta {
  margin-top: 3rem;
}

/* BEGIN STYLE */
#TOPI03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 5vw;
  min-height: 200px;
  background-color: #1a1a1a;
}
@media (max-width: 575.98px) {
  #TOPI03 {
    min-height: unset;
  }
}
#TOPI03 .header-topic {
  text-align: left;
  width: 100%;
  margin-bottom: 2rem;
}
#TOPI03 .header-topic .title {
  margin-bottom: 3rem;
}
#TOPI03 .container-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  #TOPI03 .container-box {
    gap: 2rem;
  }
}
#TOPI03 .container-box .box-topic {
  transition: all ease 0.4s;
}
#TOPI03 .container-box .box-topic:hover {
  scale: 1.1;
  transition: all ease 0.4s;
}
#TOPI03 .container-box .box-topic .image {
  width: 44px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 575.98px) {
  #TOPI03 .container-box .box-topic .image {
    width: 40px;
  }
}
#TOPI03 .container-box .box-topic .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.feed01 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.feed01 .container--feed01 {
  padding: 79px 5vw 62px 5vw !important;
}
.feed01__header {
  width: 100%;
  margin-bottom: 61.9px;
}
@media (max-width: 991.98px) {
  .feed01__header {
    padding-bottom: 35px;
    margin-bottom: 45px;
  }
}
@media (max-width: 575.98px) {
  .feed01__header {
    padding-bottom: 0;
    margin-bottom: 35px;
  }
}
.feed01__header__title {
  font-size: 2.812rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .feed01__header__title {
    font-size: 2.187rem;
  }
}
.feed01__content {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.feed01__content__item {
  width: 100%;
}
.feed01__content__item__image {
  width: 55px;
  height: 55px;
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .feed01__content__item__image {
    width: 50px;
    height: 50px;
  }
}
.feed01__content__item__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feed01__content__item__titulo {
  font-weight: 500 !important;
  text-align: center;
}
.feed01__content__item__subtitulo {
  text-align: center;
}
.feed01__content__item__description {
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 26px;
  position: relative;
}
.feed01__content__item__description::before {
  content: "";
  background-color: #fff;
  width: 221px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feed01 .owl-dots {
  margin-top: 3rem;
  justify-content: center;
}

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

.blog01-page__header {
  text-align: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: solid 1px #fff;
  padding: 29px 5vw;
}
.blog01-page__header__category {
  margin: 2rem 0 2.75rem 0;
}
.blog01-page__header__category .owl-stage-outer {
  overflow: visible;
}
.blog01-page__header__category__item {
  position: relative;
  padding: 0 15px 12px 15px;
  margin: 0 23px;
  overflow: visible;
}
.blog01-page__header__category__item::after {
  content: "";
  transition: all ease 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 0;
  background-color: #ff2b2b;
}
.blog01-page__header__category__item.active, .blog01-page__header__category__item:hover {
  color: #ff2b2b;
}
.blog01-page__header__category__item.active::after, .blog01-page__header__category__item:hover::after {
  width: 100%;
  left: 0;
}
.blog01-page__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  padding: 0 5vw;
}
.blog01-page__boxs {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs {
    padding-bottom: 50px;
    margin: 0;
  }
}
.blog01-page__boxs__featured {
  padding: 0 0 80px 0;
  margin-bottom: 52px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured {
    padding: 0 0 50px 0;
  }
}
.blog01-page__boxs__featured .owl-dots {
  justify-content: end;
  padding: 0 5vw;
  margin-top: -3rem;
}
.blog01-page__boxs__featured__item {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__content {
    padding: 0;
    margin: 0;
  }
}
.blog01-page__boxs__featured__item__image {
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__image {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.blog01-page__boxs__featured__item__description {
  padding: 40px 5vw 80px 5vw;
}
.blog01-page__boxs__featured__item__category {
  color: #710808;
  padding-bottom: 6px;
  border-bottom: solid 1px #710808;
  margin-bottom: 21px;
  display: flex;
  align-self: start;
}
.blog01-page__boxs__featured__item__title {
  color: #111111;
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__featured__item__title {
    font-size: 1.25rem;
  }
}
.blog01-page__boxs__featured__item__date-publish {
  color: #000;
}
.blog01-page__boxs__featured__item__paragraph {
  color: #000;
  margin-top: 2.5rem;
}
.blog01-page__boxs__featured__item__cta {
  align-self: end;
  color: #1a1a1a;
  margin-left: 0;
  margin-top: 2rem;
  margin-right: 2rem;
}
.blog01-page__boxs__featured__item__cta::before {
  background-color: #1a1a1a;
  right: unset;
  left: 100%;
}
.blog01-page__boxs__item {
  width: calc(32% + 10px);
  margin-bottom: 75px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__item {
    width: calc(33% - 7px);
  }
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item {
    width: calc(50% - 7px);
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__item {
    width: 100%;
  }
}
.blog01-page__boxs__item__content {
  background-color: #fff;
  height: 100%;
}
.blog01-page__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-page__boxs__item__image {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  aspect-ratio: 424/340;
  display: block;
}
.blog01-page__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-page__boxs__item__date-publish {
  color: #000;
}
.blog01-page__boxs__item__description {
  padding: 30px 39px 39px 39px;
}
.blog01-page__boxs__item__title {
  color: #000;
}
.blog01-page__boxs__item__paragraph {
  color: #000;
  margin-bottom: 1rem;
  margin-top: 24px;
}
.blog01-page__boxs__item__icon {
  width: 34px !important;
}
.blog01-page__pagination {
  padding: 0 5vw;
}
.blog01-page__pagination .page-item:last-of-type, .blog01-page__pagination .page-item:first-of-type {
  display: none;
}
.blog01-page__pagination .page-item .page-link {
  background-color: transparent;
  padding: 4px 10px;
  margin: 0 4px;
  border: none;
}
.blog01-page__pagination .page-item.active .page-link {
  color: #ff2b2b;
  border-bottom: solid 1px #ff2b2b;
}

.blog01-show {
  padding: 0 0 80px 0;
}
.blog01-show__col-start {
  padding: 84px 5vw 0 5vw;
  position: relative;
}
.blog01-show__col-start::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 670px;
  background-color: #fff;
  width: 100%;
  height: 80%;
}
@media (max-width: 991.98px) {
  .blog01-show__col-start::before {
    top: 580px;
  }
}
@media (max-width: 767.98px) {
  .blog01-show__col-start::before {
    top: 480px;
  }
}
.blog01-show__item {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .blog01-show__item {
    padding: 0 5vw;
  }
}
.blog01-show__item__title {
  margin-bottom: 14px;
}
.blog01-show__item__image {
  margin: 47px auto 80px auto;
  height: auto;
  width: 100%;
  aspect-ratio: 1024/486;
}
.blog01-show__item__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.blog01-show__item__description {
  color: #000;
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
.blog01-show__col-end {
  padding: 0 5vw;
  position: relative;
  z-index: 5;
}
.blog01-show__related {
  margin-top: 150px;
}
.blog01-show__related__title {
  color: #111111;
  margin-bottom: 30px;
}
.blog01-show__boxs {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
}
.blog01-show__boxs__item {
  width: calc(33% - 11px);
  margin-bottom: 75px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item {
    width: calc(50% - 7px);
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog01-show__boxs__item {
    width: 100%;
  }
}
.blog01-show__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-show__boxs__item__image {
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  aspect-ratio: 424/340;
  display: block;
}
.blog01-show__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-show__boxs__item__date-publish {
  color: #000;
}
.blog01-show__boxs__item__description {
  padding: 0 15px;
}
.blog01-show__boxs__item__title {
  color: #000;
}
.blog01-show__boxs__item__paragraph {
  color: #000;
  margin-bottom: 1rem;
  margin-top: 24px;
}
.blog01-show__boxs__item__icon {
  width: 34px !important;
}

/* BEGIN STYLE */
.cota02__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cota02__header .container-cota02__header {
  padding: 29px 5vw;
  position: relative;
  z-index: 5;
}
.cota02__header__mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #710808;
  width: 100%;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cota02__boxForm .justify-content-center {
  gap: 25px 0;
}
.cota02__boxForm .container--boxForm {
  padding: 40px 0 !important;
}
@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: 0 36px;
}
.cota02__boxForm__item__content::after {
  content: "";
  width: 1px;
  height: 88%;
  background: #710808;
  display: flex;
  position: absolute;
  right: -10px;
  top: 0;
}
.cota02__boxForm__item__content__image {
  width: 51px;
  height: 51px;
  margin-bottom: 14px;
}
.cota02__boxForm__item__content__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cota02__boxForm__item__content__description__title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.5rem;
  font-weight: 200;
  color: #000;
  margin-bottom: 14px;
}
.cota02__boxForm__item__content__description__paragraph {
  color: #000;
  text-align: center;
}
.cota02__left {
  padding: 40px 5vw;
  width: 50%;
}
@media (max-width: 767.98px) {
  .cota02__left {
    width: 100%;
  }
}
.cota02__image {
  filter: grayscale(1);
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
  .cota02__image {
    display: none;
  }
}
.cota02__form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.cota02__form__header {
  margin-bottom: 50px;
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item--select .form-select {
  margin-bottom: 0 !important;
  height: 52px;
  border-radius: 0 !important;
}
.cota02__form__inputs .form-placeholder .form-control,
.cota02__form__inputs .form-placeholder .form-select {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  background-color: transparent !important;
}
.cota02__form__inputs .form-placeholder .form-select {
  margin-bottom: 8px !important;
}
.cota02__form__inputs .form-placeholder .form-select option {
  color: #111111;
}
.cota02__form__inputs .form-placeholder.focusing .placeholder--custom {
  top: -10px;
}
.cota02__form__inputs__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: end;
  margin-top: 1rem;
  text-align: center;
  border: none;
  background-color: transparent;
}
.cota02__form__inputs__cta__icon {
  width: 81px;
  height: 8px;
}
.cota02__form__inputs__cta:hover {
  scale: 1.05;
  filter: brightness(0.8);
  transition: all ease 0.3s;
}
.cota02__form__inputs__cta:hover .cota02__form__inputs__cta__icon {
  animation: right-bounce 2s ease-in-out 1;
}
.cota02__form__inputs__compliance {
  margin: 0.5rem 0 1rem 0;
}
.cota02__form__inputs__compliance label {
  opacity: 0.6;
}
.cota02__form__inputs__compliance a {
  opacity: 0.6;
  text-decoration: underline;
  color: inherit;
}

.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: #710808;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #710808;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #fff;
}
.cota02-show__form__inputs__formIput__input-submit:hover {
  background-color: transparent;
  color: #710808;
}

.cota02-show__form__compliance {
  font: 0.875rem "Montserrat", sans-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 */
#TOPI01 {
  padding: 102px 0 0 0;
}
#TOPI01 .header-topic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5vw 56px 5vw;
}
#TOPI01 .header-topic .title {
  font-size: 2.812rem;
}
@media (max-width: 767.98px) {
  #TOPI01 .header-topic .title {
    font-size: 2.187rem;
  }
}
#TOPI01 .header-topic .paragraph {
  text-align: center;
  max-width: 90%;
}
#TOPI01 .header-topic .line {
  background-color: #111111;
}
#TOPI01 .container-box {
  width: 100%;
}
@media (max-width: 575.98px) {
  #TOPI01 .container-box {
    width: 90%;
    margin: 0 auto 0 0;
  }
  #TOPI01 .container-box .owl-stage-outer {
    overflow: visible;
  }
}
#TOPI01 .container-box .box-topic {
  width: 100%;
  height: auto;
  aspect-ratio: 376/486;
  cursor: pointer;
}
#TOPI01 .container-box .box-topic .content {
  padding: 30px 10%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#TOPI01 .container-box .box-topic .content::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.99;
  background: linear-gradient(358deg, #0c0c0c -14.07%, rgba(12, 12, 12, 0) 88.43%);
}
#TOPI01 .container-box .box-topic .content .background {
  z-index: 1;
}
#TOPI01 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 5;
  height: 100%;
}
#TOPI01 .container-box .box-topic .content .paragraph {
  max-height: 0;
  opacity: 0;
  transition: all ease 0.4s;
}
#TOPI01 .container-box .box-topic .content:hover .paragraph {
  opacity: 1;
  max-height: 400px;
  transition: all ease 0.4s;
}

/* BEGIN STYLE */
.section__feed {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
}
.section__feed__title {
  color: #FFF;
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 57px;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .section__feed__title {
    font-size: 39px;
    margin-bottom: 0;
  }
}
.section__feed__item {
  margin-top: 47px;
}
@media (max-width: 991.98px) {
  .section__feed__item {
    margin-top: 35px;
  }
}
.section__feed__item__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .section__feed__item__top {
    flex-wrap: wrap;
  }
}
.section__feed__item__top__img {
  width: 135px;
  height: 82px;
  aspect-ratio: 135/82;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 26px;
}
.section__feed__item__top__title {
  color: #FF2B2B;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.section__feed__item__top__subtitle {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-left: 6rem;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .section__feed__item__top__subtitle {
    margin-left: 0;
  }
}
.section__feed__item__center__gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 613/613;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 14px;
}
.section__feed__item__center__video {
  position: relative;
}
.section__feed__item__center__video .play-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px !important;
  height: auto;
  aspect-ratio: 105/105;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section__feed__item__center__video .video-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 613/613;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 14px;
}
.section__feed__item__bottom__description {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-top: 12px;
}
.section__feed__item__bottom__like {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Red Hat Display", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -1px;
  background-color: transparent;
  border: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-top: 20px;
}

.fancybox__thumbs {
  display: none;
}

/* BEGIN STYLE */
/* 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 {
  color: #000;
  text-align: center;
}
.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__line {
  width: 100%;
  background-color: #111111;
  margin-bottom: 35px;
}
.comp01-page__archives {
  margin-top: 50px;
}
.comp01-page__archives__item {
  padding: 0;
}
